@charset "UTF-8";

/**************************************
			Marketing Home
***************************************/
#marketing_home {
  display: flex;
  justify-content: space-between;
  margin-top: 5vw;
  margin-bottom: 5vw;
  /*idées à venir*/
}
@media only screen and (max-width: 380px) {
  #marketing_home {
    justify-content: space-around;
    margin-bottom: calc(5vw / 2);
  }
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  #marketing_home {
    margin-top: 3%;
    margin-bottom: 3%;
  }
}
#marketing_home:before, #marketing_home:after {
  display: none;
}
#marketing_home .col-lg-3 {
  height: calc(100vw / 4 );
  background-size: cover;
}
@media only screen and (max-width: 380px) {
  #marketing_home .col-lg-3 {
    width: 40%;
    min-height: 150px;
    margin-bottom: 10px;
  }
  #marketing_home .col-lg-3:first-of-type {
    width: 100%;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #marketing_home .col-lg-3 {
    width: 25%;
    height: auto;
  }
}
#marketing_home .col-lg-3 .annonce_showroom {
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  top: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 380px) {
  #marketing_home .col-lg-3 .annonce_showroom {
    top: 25%;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #marketing_home .col-lg-3 .annonce_showroom {
    top: 4%;
  }
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  #marketing_home .col-lg-3 .annonce_showroom {
    top: 25%;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1170px) {
  #marketing_home .col-lg-3 .annonce_showroom {
    top: 50%;
  }
}
#marketing_home .col-lg-3 .annonce_showroom .bande_white {
  background: #fff;
  padding: 10px 15px;
  font-weight: 600;
  transform: rotate(-5deg);
  width: auto;
  display: inline-block;
  position: relative;
  left: -15px;
  top: -9px;
}
@media only screen and (max-width: 380px) {
  #marketing_home .col-lg-3 .annonce_showroom .bande_white {
    padding: 10px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #marketing_home .col-lg-3 .annonce_showroom .bande_white {
    padding: 3px;
    left: 0;
    top: 2px;
  }
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  #marketing_home .col-lg-3 .annonce_showroom .bande_white {
    left: 0;
    top: -12px;
  }
}
#marketing_home .col-lg-3 .annonce_showroom .text_alone {
  color: #e94240;
  font-size: 1.250em;
  font-weight: 700;
  bottom: 5px;
  position: relative;
}
@media only screen and (max-width: 380px) {
  #marketing_home .col-lg-3 .annonce_showroom .text_alone {
    left: -100%;
    bottom: -48px;
    font-size: 1.35rem;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #marketing_home .col-lg-3 .annonce_showroom .text_alone {
    left: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  #marketing_home .col-lg-3 .annonce_showroom .text_alone {
    bottom: 10px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #marketing_home .col-lg-3 .annonce_showroom .second_bandeau {
    width: 100%;
  }
}
#marketing_home .col-lg-3 .annonce_showroom .second_bandeau .bandeau_black {
  background-color: rgba(51, 51, 51, 0.69);
  padding: 5px 20px;
  font-size: 2.5em;
  color: #fff;
  letter-spacing: 6px;
}
@media only screen and (max-width: 380px) {
  #marketing_home .col-lg-3 .annonce_showroom .second_bandeau .bandeau_black {
    font-size: 1.65rem;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #marketing_home .col-lg-3 .annonce_showroom .second_bandeau .bandeau_black {
    bottom: 5px;
    padding: 0;
    font-size: 0.85rem;
    letter-spacing: 5px;
  }
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  #marketing_home .col-lg-3 .annonce_showroom .second_bandeau .bandeau_black {
    padding: 2px 5px;
    font-size: 0.65rem;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1170px) {
  #marketing_home .col-lg-3 .annonce_showroom .second_bandeau .bandeau_black {
    padding: 2px 5px;
    font-size: 1rem;
  }
}
#marketing_home .avenir:after {
  padding: 10px 20px;
  content: "A venir";
  background-color: #e94240;
  font-size: 1.125em;
  top: 50%;
  position: absolute;
  transform: rotate(-8deg);
  text-transform: uppercase;
  color: #fff;
  width: 30%;
  text-align: center;
  left: calc( 50% - 15%);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  animation: scale_updown_coming 0.9s ease-in-out infinite;
}
@media only screen and (max-width: 380px) {
  #marketing_home .avenir:after {
    width: 45%;
    padding: 5px 3px;
    left: 25%;
    transform: translate(-50%, -50%) rotate(-8deg);
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #marketing_home .avenir:after {
    padding: 1px 2px;
    width: 50%;
    top: 62%;
    left: 25%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  #marketing_home .avenir:after {
    padding: 10px;
    width: 50%;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1170px) {
  #marketing_home .avenir:after {
    padding: 10px;
    width: 50%;
  }
}

/***************************************
		Slider product_Featured
***************************************/
#slider_row {
  /*
  height: 350px;
  *
  /*!important*/
  box-shadow: 2px 2px 15px #c5c5c5;
  overflow: hidden;
}
@media only screen and (max-width: 380px) {
  #slider_row {
    max-height: 300px;
  }
}
@media only screen and (min-width: 381px) and (max-width: 500px) {
  #slider_row {
    max-height: 300px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #slider_row {
    height: 100%;
  }
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  #slider_row {
    max-height: 400px;
    height: 100%;
  }
}

#homepage-slider {
  width: 100%;
}
#homepage-slider:hover {
  cursor: grab;
}

#homeslider, .slick-list, .slick-track {
  height: 100% !important;
}

#slider_featured {
  padding: calc(( 25vw - (15px*6))/4);
  display: flex;
  position: relative;
  background-color: #ddd;
}
#slider_featured .slider_featured {
  background-size: cover;
  width: 100%;
  height: calc( 100vw / 4 );
  margin: 0 auto;
}

/*************************************
			Bloc Showroom
*************************************/
#showroom_home {
  position: relative;
}
#showroom_home .bloc_showroom {
  width: 100%;
  height: calc( 100vw / 4 );
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 380px) {
  #showroom_home .bloc_showroom {
    min-height: 150px;
  }
}
@media only screen and (min-width: 381px) and (max-width: 500px) {
  #showroom_home .bloc_showroom {
    min-height: 180px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #showroom_home .bloc_showroom {
    align-items: stretch;
  }
}
#showroom_home .bloc_annonce {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-around;
  text-align: right;
  margin-right: 10%;
}
#showroom_home .bloc_annonce .first_bloc {
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #showroom_home .bloc_annonce .first_bloc {
    font-size: 1rem;
  }
  #showroom_home .bloc_annonce .first_bloc > p {
    margin-bottom: 1%;
    /*0.5rem*/
  }
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  #showroom_home .bloc_annonce .first_bloc {
    font-size: 1rem;
  }
}
#showroom_home .bloc_annonce .first_bloc p:last-of-type {
  font-size: 2.813em;
  font-weight: 900;
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  #showroom_home .bloc_annonce .first_bloc p:last-of-type {
    font-size: 3em;
    text-shadow: 1px 1px 10px #333;
  }
}
#showroom_home .bloc_annonce button {
  background-color: #fff;
  border: 1px solid #333;
  margin-top: 10%;
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #showroom_home .bloc_annonce button {
    margin-top: 2%;
  }
}
@media only screen and (max-width: 380px) {
  #showroom_home .bloc_annonce button {
    margin-top: 5%;
  }
}
#showroom_home .bloc_annonce button:hover {
  background-color: #333;
  border-color: #fff;
}
#showroom_home .bloc_annonce button:hover a {
  color: #fff;
}
#showroom_home .bloc_annonce button a {
  color: #333;
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 2px;
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  #showroom_home .bloc_annonce button a {
    font-size: 1.3em;
  }
}

/***********************************
		Slider Collection
***********************************/
#list_collection {
  position: relative;
  padding-bottom: calc(( 25vw - (15px*6))/4);
}
#list_collection .title {
  padding-bottom: calc(( 25vw - (15px*6))/8);
  color: #333;
  font-size: 1.563em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #737373;
  text-align: center;
  font-weight: 600;
}
#list_collection ul {
  margin: 0 calc(( 25vw - (15px*6))/8);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#list_collection ul .slick-prev, #list_collection ul .slick-next {
  color: #333;
}
#list_collection ul .slick-next {
  right: calc(( 25vw - (15px*6))/-8);
}
#list_collection ul .slick-prev {
  left: calc(( 25vw - (15px*6))/-8);
}
#list_collection ul li {
  padding: 0 calc(( 25vw - (15px*6))/8);
}
#list_collection ul li > div {
  height: 16.66vw;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}
#list_collection ul li > div:hover:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  box-shadow: inset 0px 0px 0px 4px #e94240;
}
#list_collection ul li > div span {
  background-color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/***********************************
		Palette de couleur
***********************************/
#list_product_home {
  position: relative;
  padding-top: calc(( 25vw - (15px*6))/8);
  padding-bottom: calc(( 25vw - (15px*6))/4);
  background-color: #ddd;
}
#list_product_home .title {
  padding-bottom: calc(( 25vw - (15px*6))/8);
  font-size: 1.563em;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  color: #737373;
}
#list_product_home li .bloc_list_product {
  background-size: cover;
  height: 100%;
}
#list_product_home li .bloc_list_product img {
  height: auto;
  width: 100%;
}
#list_product_home li .bloc_list_product .name_product {
  color: #333;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  padding: 25px 0;
  background: #fff;
  border: 4px solid transparent;
  border-top: none;
}
#list_product_home li .bloc_list_product .name_product:hover {
  border-color: #e94240;
}

/***********************************
		Actualité Home
***********************************/


#list_actu_home h2 {
  font-size: 1.563em;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  color: #737373;
  padding-bottom: calc(( 25vw - (15px*6))/8);
}


/***********************************
		Présentation société
***********************************/
#presentation_leroux {
  padding: calc(( 25vw - (15px*6))/4);
  border-top: 1px solid #ddd;
  transition: all 0.45s ease-in;
}

@media (min-width: 992px) {

    #presentation_le_roux .same-height, .row-same-height {
        height: auto;
        vertical-align: middle;
        display: flex;
    }
    
    .same-height img {
      width: 100%;
      height: auto;
      vertical-align: middle;
    }

}



  
  
#presentation_le_roux .baseline {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
#presentation_le_roux .baseline .line_1 {
  color: #e94240;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 800;
  font-size: 1.563em;
}
@media only screen and (max-width: 380px) {
  #presentation_le_roux .baseline .line_1 {
    font-size: 1rem;
  }
}
#presentation_le_roux .baseline .line_2 {
  font-weight: 700;
  font-style: italic;
}
#presentation_leroux .presentation_leroux .second_row {
  padding-top: calc(( 25vw - (15px*6))/4);
  display: flex;
  justify-content: space-between;
}
/*
#presentation_leroux .presentation_leroux .second_row .first_bloc img {
  width: 100%;
  height: auto;
}
*/
#presentation_leroux .presentation_leroux .second_row .first_bloc .contenu {
  padding-top: calc(( 25vw - (15px*6))/8);
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  #presentation_leroux .presentation_leroux .second_row .first_bloc .contenu {
    padding-left: 0;
  }
}
#presentation_leroux .presentation_leroux .second_row .first_bloc .contenu .title {
  font-size: 1.563em;
  color: #737373;
  padding-bottom: calc(( 25vw - (15px*6))/8);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 800;
  display: block;
}
#presentation_leroux .presentation_leroux .second_row .first_bloc .contenu p {
  font-size: 1em;
  line-height: 1.75;
  text-align: justify;
  margin: 8px 0;
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  #presentation_leroux .presentation_leroux .second_row .first_bloc .contenu p {
    font-size: 0.95em;
  }
}
#presentation_leroux .presentation_leroux .second_row .first_bloc .important_title {
  display: flex;
  flex-direction: column;
  margin: 8px 0;
}
@media only screen and (max-width: 380px) {
  #presentation_leroux .presentation_leroux .second_row .first_bloc .important_title {
    width: 100%;
    justify-content: center;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #presentation_leroux .presentation_leroux .second_row .first_bloc .important_title {
    width: 100%;
    justify-content: center;
  }
}
#presentation_leroux .presentation_leroux .second_row .first_bloc .important_title .line_top, #presentation_leroux .presentation_leroux .second_row .first_bloc .important_title .line_bottom {
  display: flex;
  flex-direction: column;
  padding-top: 5%;
}
@media only screen and (max-width: 380px) {
  #presentation_leroux .presentation_leroux .second_row .first_bloc .important_title .line_top, #presentation_leroux .presentation_leroux .second_row .first_bloc .important_title .line_bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #presentation_leroux .presentation_leroux .second_row .first_bloc .important_title .line_top, #presentation_leroux .presentation_leroux .second_row .first_bloc .important_title .line_bottom {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
#presentation_leroux .presentation_leroux .second_row .first_bloc .important_title .line_top .text, #presentation_leroux .presentation_leroux .second_row .first_bloc .important_title .line_bottom .text {
  display: block;
  font-size: 1.250em;
  color: #ddd;
  font-weight: 700;
  letter-spacing: 2px;
}
@media only screen and (max-width: 380px) {
  #presentation_leroux .presentation_leroux .second_row .first_bloc .important_title .line_top .text, #presentation_leroux .presentation_leroux .second_row .first_bloc .important_title .line_bottom .text {
    font-size: 1rem;
    line-height: 1;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #presentation_leroux .presentation_leroux .second_row .first_bloc .important_title .line_top .text, #presentation_leroux .presentation_leroux .second_row .first_bloc .important_title .line_bottom .text {
    font-size: 0.85rem;
  }
}
#presentation_leroux .presentation_leroux .second_row .first_bloc .important_title .line_top .numbers, #presentation_leroux .presentation_leroux .second_row .first_bloc .important_title .line_bottom .numbers {
  font-size: 1.563em;
  color: #737373;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (max-width: 380px) {
  #presentation_leroux .presentation_leroux .second_row .first_bloc .important_title .line_top .numbers, #presentation_leroux .presentation_leroux .second_row .first_bloc .important_title .line_bottom .numbers {
    font-size: 0.95rem;
    margin-left: 3%;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #presentation_leroux .presentation_leroux .second_row .first_bloc .important_title .line_top .numbers, #presentation_leroux .presentation_leroux .second_row .first_bloc .important_title .line_bottom .numbers {
    font-size: 0.95rem;
    margin-left: 3%;
  }
}
/*
#presentation_leroux .presentation_leroux .second_bloc {
  text-align: right;
}    
*/           
@media only screen and (max-width: 380px) {
  #presentation_leroux .presentation_leroux .second_bloc {
    margin-bottom: 1rem;
  }
}
#presentation_leroux .presentation_leroux .second_bloc .bloc_img {
  position: relative;
  outline: 8px solid #e94240;
  outline-offset: -8px;
  /* 2eme solution d'effets border-red sans impact sur le flow*/
}
@media only screen and (max-width: 380px) {
  #presentation_leroux .presentation_leroux .second_bloc .bloc_img {
    outline-width: 3px;
    outline-offset: -3px;
    height: auto;
  }
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  #presentation_leroux .presentation_leroux .second_bloc .bloc_img {
    outline-width: 5px;
    outline-offset: -5px;
  }
}
#presentation_leroux .presentation_leroux .second_bloc .bloc_img img {
  width: 100%;
  height: auto;
  
}
#presentation_leroux .presentation_leroux .second_bloc .bloc_img p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 10px #333;
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  #presentation_leroux .presentation_leroux .second_bloc .bloc_img p {
    font-size: 1.25rem;
  }
}
#presentation_leroux:target {
  background-color: #c5c5c5;
  border-color: transparent;
  box-shadow: 0 2px 10px 1px #333;
  transform: perspective(800px) translate3d(0, 0, 10px);
}

#fond-rouge {
    background: #be1622;
}

#header .col-lg-4, #header .col-lg-7  {
    padding: 0;
}
#header #menu-right-top {
    padding-left: 0;
}
#header .col-lg-3 {
    padding-right: 0;
}

#footer .row {
    margin: 0;
}

#footer .text-right {
    padding-right: 0;
}

.title_footer, #footer a {
    color: #fff;
}

#footer h3 {
    margin-top: 4.5rem;
}

#col-logo {
    margin-top: 3rem;
}

.affiche-cat {
    position: relative;
}

.affiche-cat h3 {
    position: absolute;
    bottom : 20px;
    width: calc(100% - 30px);
    text-align: center;
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    text-transform: none;
}

/***********************************
		Réassurance
***********************************/
#reassurance {
  justify-content: center;
  align-items: center;
  padding: 2rem 15px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
}

#reassurance .col-lg-12 {
  background-color: #be1622;
  
  padding: 2rem 15px;
}

@media only screen and (max-width: 380px) {
  #reassurance {
    padding: 1rem;
  }
}
#reassurance .reassurance .first_line {
  font-size: 1.375em;
  padding-bottom: 2px;
  border-bottom: 2px solid #fff;
  font-weight: 400;
}
@media only screen and (max-width: 380px) {
  #reassurance .reassurance .first_line {
    font-size: 1.25em;
    border-bottom: 0;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #reassurance .reassurance .first_line {
    font-size: 1.35em;
    border-bottom: 0;
  }
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  #reassurance .reassurance .first_line {
    font-size: 1.25rem;
    border-bottom: 0;
  }
}
#reassurance .reassurance .second_line {
  margin-top: 5%;
  text-transform: uppercase;
  font-size: 1.1em;
}
@media only screen and (max-width: 380px) {
  #reassurance .reassurance .second_line {
    font-size: 1.2em;
    display: flex;
    justify-content: space-around;
  }
}
#reassurance .reassurance .second_line ul {
  display: flex;
  width: 75%;
  margin: 0 auto;
  justify-content: space-around;
}
@media only screen and (max-width: 380px) {
  #reassurance .reassurance .second_line ul {
    width: 100%;
  }
}
#reassurance .reassurance .second_line ul li {
  display: flex;
  flex-direction: column;
  width: 33%;
  align-items: center;
  transition: all 0.15s ease-in-out;
  will-change: transform;
  margin: 0 30px;
}

#reassurance  svg {
    font-size: 40px;
}

@media only screen and (max-width: 380px) {
  #reassurance .reassurance .second_line ul li {
    align-items: space-between;
  }
}
#reassurance .reassurance .second_line ul li:hover {
  transform: scale3d(1.15, 1.15, 1.15);
}


/***********************************
		Les marques
***********************************/
#marques_home {
  padding: calc(( 25vw - (15px*6))/4) calc(( 25vw - (15px*6))/4) 5%;
}
/*
#marques_home .marques_home {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
*/
#marques_home .marques_home .bloc_1 {
  color: #737373;
}
#marques_home .marques_home .bloc_1 .line_1 {
  padding-bottom: calc(( 25vw - (15px*6))/8);
  line-height: 1.5;
}
@media only screen and (max-width: 380px) {
  #marques_home .marques_home .bloc_1 .line_1 {
    font-size: 80%;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #marques_home .marques_home .bloc_1 .line_1 {
    margin-bottom: 10px;
  }
}
#marques_home .marques_home .bloc_1 .line_1 .first {
  font-size: 1.375em;
  font-weight: 700;
}
#marques_home .marques_home .bloc_1 .line_1 .second {
  font-size: 1.563em;
  font-weight: 800;
  text-transform: uppercase;
}
#marques_home .marques_home .bloc_1 .line_2 button {
  background: #e94240;
  padding: 15px 25px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border: 1px solid transparent;
  border-radius: 0;
  transition: all 0.15s ease;
}
@media only screen and (max-width: 380px) {
  #marques_home .marques_home .bloc_1 .line_2 button {
    padding: 5px 10px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #marques_home .marques_home .bloc_1 .line_2 button {
    padding: 5px 5px;
  }
}
#marques_home .marques_home .bloc_1 .line_2 button a {
  font-weight: 700px;
  font-size: 1.375em;
  color: #fff;
}
@media only screen and (max-width: 380px) {
  #marques_home .marques_home .bloc_1 .line_2 button a {
    font-size: 1.15em;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #marques_home .marques_home .bloc_1 .line_2 button a {
    font-size: 1.15rem;
  }
}
#marques_home .marques_home .bloc_1 .line_2 button:after {
  content: "\f061";
  color: #fff;
  font-size: 0.938em;
  margin-left: 20px;
  font-family: 'FontAwesome';
  transition: all 0.15s ease-in-out;
}
@media only screen and (max-width: 380px) {
  #marques_home .marques_home .bloc_1 .line_2 button:after {
    content: "\f063";
    margin-left: 15px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #marques_home .marques_home .bloc_1 .line_2 button:after {
    content: "\f063";
    margin-left: 15px;
  }
}
#marques_home .marques_home .bloc_1 .line_2 button:hover {
  background: #fff;
  border: 1px solid #e94240;
}
#marques_home .marques_home .bloc_1 .line_2 button:hover a {
  color: #e94240;
}
#marques_home .marques_home .bloc_1 .line_2 button:hover:after {
  color: #e94240;
  transform: translateX(5px);
}
@media only screen and (max-width: 380px) {
  #marques_home .marques_home .bloc_1 .line_2 button:hover:after {
    transform: translateY(5px);
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #marques_home .marques_home .bloc_1 .line_2 button:hover:after {
    transform: translateY(5px);
  }
}
#marques_home .marques_home .bloc_2 .slider_marques .slick-list {
  padding: 0 !important;
}
#marques_home .marques_home .bloc_2 .slider_marques .slick-list li {
  text-align: center;
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  #marques_home .marques_home .bloc_2 .col-lg-4 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
#marques_home .marques_home .bloc_2 .col-lg-4:first-of-type {
  padding-left: 0;
}
#marques_home .marques_home .bloc_2 .col-lg-4:nth-of-type(2) {
  padding-left: 40px;
  padding-right: 15px;
}
#marques_home .marques_home .bloc_2 .col-lg-4:last-of-type {
  padding-right: 0;
}
#marques_home img {
  max-width: 100%;
}

/***********************************
		Réassurances 2
***********************************/
#reassurance2 {
  padding: 35px calc(( 25vw - (15px*6))/4) calc(( 25vw - (15px*6))/4);
}
@media only screen and (max-width: 380px) {
  #reassurance2 {
    padding: 10px calc(( 25vw - (15px*6))/4) calc(( 25vw - (15px*6))/4);
  }
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  #reassurance2 {
    padding: 20px 0;
  }
}
#reassurance2 .reassurance2 .liste_reassurances {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  #reassurance2 .reassurance2 .liste_reassurances {
    margin-bottom: 0;
  }
}
#reassurance2 .reassurance2 .liste_reassurances li {
  width: 18%;
  border: 2px solid #ddd;
  display: flex;
  padding: 15px;
  justify-content: space-around;
  align-items: center;
  transition: all 0.25s ease-in-out;
  /*dernier item avec + de content*/
}
@media only screen and (max-width: 380px) {
  #reassurance2 .reassurance2 .liste_reassurances li {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
    margin-bottom: 0.85rem;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #reassurance2 .reassurance2 .liste_reassurances li {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
  }
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  #reassurance2 .reassurance2 .liste_reassurances li {
    width: 18%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 3px;
  }
}
#reassurance2 .reassurance2 .liste_reassurances li:hover {
  border-color: #e94240;
}
#reassurance2 .reassurance2 .liste_reassurances li img {
  height: 42px;
}
@media only screen and (max-width: 380px) {
  #reassurance2 .reassurance2 .liste_reassurances li img {
    height: 35px;
  }
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  #reassurance2 .reassurance2 .liste_reassurances li img {
    height: 40px;
  }
}
#reassurance2 .reassurance2 .liste_reassurances li .width_text {
  width: 60%;
}
@media only screen and (max-width: 380px) {
  #reassurance2 .reassurance2 .liste_reassurances li .width_text {
    width: 100%;
    margin-top: 0.6rem;
    font-size: 0.9rem;
    line-height: 1.15;
    text-align: center;
  }
  #reassurance2 .reassurance2 .liste_reassurances li .width_text:last-of-type {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #reassurance2 .reassurance2 .liste_reassurances li .width_text {
    width: 100%;
    margin-top: 0.85rem;
    font-size: 0.9rem;
    line-height: 1.15;
    text-align: center;
  }
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  #reassurance2 .reassurance2 .liste_reassurances li .width_text {
    width: 100%;
    margin-top: 0.9rem;
    font-size: 0.9rem;
    line-height: 1.15;
    text-align: center;
  }
}
#reassurance2 .reassurance2 .liste_reassurances li .bloc_double_line {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
}
@media only screen and (max-width: 380px) {
  #reassurance2 .reassurance2 .liste_reassurances li .bloc_double_line {
    justify-content: center;
    align-items: center;
    line-height: 1.15;
    text-align: center;
    margin-left: 0;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #reassurance2 .reassurance2 .liste_reassurances li .bloc_double_line {
    justify-content: center;
    align-items: center;
    margin-top: 0.55rem;
    line-height: 1.15;
    text-align: center;
  }
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  #reassurance2 .reassurance2 .liste_reassurances li .bloc_double_line {
    margin-left: 0;
  }
}
#reassurance2 .reassurance2 .liste_reassurances li .bloc_double_line > span:last-of-type a {
  font-weight: bold;
  color: #333;
}
#reassurance2 .reassurance2 .liste_reassurances li:nth-child(3) > span strong {
  color: #e94240;
  text-transform: uppercase;
  font-weight: 800;
}

/***********************************
			Footer
***********************************/
footer {
  /*footer real*/
}


/***********************************
			find artisan
***********************************/
#bloc_artisan {
  display: flex;
  justify-content: center;
  padding-top: calc(( 25vw - (15px*6))/4);
}
#bloc_artisan .entire_bloc {
  width: 65vw;
  display: flex;
  box-shadow: 0px 0px 60px -7px #333;
}
#bloc_artisan .entire_bloc .left_bloc {
  width: 50%;
}
#bloc_artisan .entire_bloc .left_bloc .bloc_desc {
  display: flex;
  flex-direction: column;
  padding: 15%;
  width: 60%;
}
#bloc_artisan .entire_bloc .left_bloc .bloc_desc .first_row {
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.5;
  margin-bottom: 30px;
}
#bloc_artisan .entire_bloc .left_bloc .bloc_desc .second_row {
  line-height: 1.5;
}
#bloc_artisan .entire_bloc .right_bloc {
  width: 50%;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#bloc_artisan .entire_bloc .right_bloc button {
  background-color: #fff;
  border: 2px solid #333;
}
#bloc_artisan .entire_bloc .right_bloc button a {
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
#bloc_artisan .entire_bloc .right_bloc button:hover {
  background-color: #333;
  border-color: #fff;
}
#bloc_artisan .entire_bloc .right_bloc button:hover a {
  color: #fff;
}
