/************** RESELLER **************/
.reseller_img_100{
  background-image :url('../img/devenir-revendeur-banniere.jpg');
  background-position: center top;
  background-size: cover;
  width:100%;
}
.reseller_texte_bandeau{
  width:40%;
  padding-top:90px;
  padding-bottom:50px;
  margin-left:45%;
}
.title_bandeau{
  color:white;
  font-size:60px;
  line-height: 1.1;
  margin-bottom:20px;
  /*font-family: "Gotham-Bold";*/
}
.sub_texte_bandeau{
  padding-left: 10%;
  color:white;
  font-family: "Gotham-Book";
font-size: 14px;
margin-bottom: 18px;
}
.download_catalogue{
  text-align:center;
  background-color:#c8102e;
  padding:10px 0;
}
.download_catalogue a{
  color:white;
  font-size:17px;
    /*font-family: "Gotham-Bold";*/
}
#columns.container{
  max-width:inherit;
}

.devenir_revendeur_container{
    width:70%;
}


.reseller_atouts_container{
  width:70%;
  margin:0 auto;
}
#body_wrapper .wide_container.care_featured_manufacturer{
  max-width:inherit;
}
.devenir_revendeur_container{
  -webkit-box-shadow: 11px 10px 24px -1px rgba(156,153,156,1);
  -moz-box-shadow: 11px 10px 24px -1px rgba(156,153,156,1);
  box-shadow: 11px 10px 24px -1px rgba(156,153,156,1);
  width:80%;
  margin:0 auto;
}


.reseller_devenir_revendeur{
  background-color: white;
  border:8px solid #c8102e;
  margin-top:50px;

}
.reseller_devenir_revendeur .column{
  width:45%;
  margin:10px;
  padding-bottom:30px;
  float:left;

}

@media (min-width: 768px) {
    .reseller_devenir_revendeur .column:nth-child(2){
      border-left:1px solid black;
      padding-left:20px;
    }
}
.reseller_devenir_revendeur h4{
  color:#c8102e;
  padding-top:7px;
  line-height:1;
  /*font-family: "Gotham-Bold";*/
}
.reseller_devenir_revendeur li{
  margin-top:20px;
  line-height:1.2;
}
.devenir_revendeur_bandeau{
  text-align:center;
  background-color:#c8102e;
  padding: 0px 0px 10px 0px;
}
.devenir_revendeur_bandeau a{
  background-color:#c8102e;
  color:white;
  font-size:17px;
    /*font-family: "Gotham-Bold";*/
}

.reseller_atouts{
  margin-top:50px;
  color:white;
  background-color:#c8102e;
  padding-left:4%;
  padding-right:4%;
  padding-bottom:15px;
  margin-bottom:50px;
}
.reseller_atouts h4{
  line-height:1;
  padding-top:20px;
  /*font-family: "Gotham-Bold";*/
  border-bottom:1px solid white;
  padding-bottom:15px;
  margin-bottom:20px;
}
.atout{
  float:left;
  border:3px solid white;
  padding:5px;
  margin-bottom:15px;
  width:95%;
  text-align:center;
  vertical-align: center;
  font-weight:bolder;
  display: table;
  height: 70px;
}
.atout>p{
  font-size: 13px;
  display: table-cell;
  vertical-align: middle;
}
.first-ligne .col-sm-3:nth-child(4) .atout{
  width:100%;
}
.second-ligne .col-sm-3:nth-child(4) .atout{
  width:100%;
}
.first-ligne .col-sm-3{
  padding-left:0px;
  padding-right:0px;
}
.second-ligne .col-sm-3{
  padding-left:0px;
  padding-right:0px;
}



@media screen and (max-width: 480px) {
    .reseller_img_100 {
        background-size: 350% 100%;
        background-position: center top;
    }
    .reseller_texte_bandeau {
        width: 80%;
        margin-left: 10%;
    }
    
}


@media (max-width: 480px) {
    div.devenir_revendeur_container{
        margin-left: 0px;
        width:100%;
    }

    .reseller_devenir_revendeur .column {
        width: 100%;
    }
    .reseller_devenir_revendeur h4 {
        width: 90%;
    }
    .reseller_devenir_revendeur ul {
        width: 90%;
    }
    .reseller_devenir_revendeur ul li{
        text-align: justify;
    }
}

/************* FIN RESELLER *************/