/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

@font-face {
  font-family: 'Belgium Catherine Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Belgium Catherine Regular'), url('../fonts/Belgium Catherine.woff') format('woff');
  }

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0; 
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: 'Questrial', sans-serif;
  vertical-align: baseline;
}

h1, h2, h3, h4{
  font-family: 'Montserrat', sans-serif;  
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/* outil */

.ye-btn-noir{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 20px;
  letter-spacing: 1px;
  border: 2px solid #0f0f0f;
  background-color: #0f0f0f;
  color: #fff;
}

.ye-btn-noir:hover{
  background-color: transparent;
  font-weight: 700;
  color: #0f0f0f;
}

.ye-btn-gris{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px 26px;
  letter-spacing: 1px;
  border: 2px solid #8c8c8c;
  background-color: #8c8c8c;
  color: #fff;
}

.ye-btn-gris:hover{
  background-color: transparent;
  font-weight: 700;
  color: #8c8c8c;  
}

.menu-transparent{
  background-color: rgba(6, 6, 6, 0.631);
}

a.ligne-centre{
  position: relative;
  text-decoration: none;
}

.ligne-centre::after{
  content: "";
  height: 2px;
  width: 0px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.5s ease-in;
}

.ligne-centre:hover::after{
  width: 100%;
  transition: width 0.5s ease-out;
}


/* base */
.ye-section{ margin: 200px 0; }

/* Header */

header{
  background-color: #060606;
  padding: 50px 0;
}

/* menu */

.ye-top-header{
  background-color: #252525;
}

.ye-top-header > .container{
  max-width: 100%;
}

.ye-top-header > .container > .row{
  padding: 8px 0;
}

.ye-top-header .contacts{
  margin-left: 100px;
}

.ye-top-header .contacts img, .ye-top-header .contacts a{
  display: block;
}

.ye-top-header .contacts .tel{
  margin-left: 30px;
  font-size: 20px;
  color: #fffefe;
}

.ye-top-header button{
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;  
  background-color: #fff;
  text-transform: uppercase;
  border: 2px solid #fff;  
  padding: 4px 32px;
  letter-spacing: 1px;
}

.ye-top-header button:hover{
  background-color: #252525;
  color: #fff;
}

.navbar{
  display: contents;
}

.navbar .navbar-toggler-icon{
  filter: invert(1);
}

.navbar .navbar-nav{
  flex-wrap: wrap;  
}

.navbar .ye-logo{
  width: 100%;
  text-align: center;
  margin-right: 0;
}

.navbar .nav-item{
  margin-left: 20px;
}

.navbar .nav-item:nth-child(1){
  margin-left: 0;
}

.navbar .nav-link{
  font-size: 20px;
  color: #fff;  
}

/* Section top banner */
.ye-banner-top{
  background-image: url(../images/ligne-noir.jpg);
  background-repeat: no-repeat;
  background-size: 350%;
  padding-top: 55px;
}

.ye-banner-top > .container{
  max-width: 100%;
}

.ye-banner-top > .container > .row{ margin-right: 0; }

.slick-list {margin: 0 -15px;}
.slick-slide>div {padding: 0 15px;}

/* section devoue */
.ye-devoue{
  background-image: url(../images/accueil/fleurs-novoderm.png);
  background-position: center center;
  background-repeat: no-repeat;
  padding: 112px 0;
  margin-top: 50px;
}

.ye-devoue h3{
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.ye-devoue h2{
  font-size: 60px;
  margin-bottom: 30px;
}

.ye-devoue p{
  font-size: 18px;
  margin-bottom: 30px;
  color: #848484;
}

/* section services */
.ye-services h2{
  font-size: 40px;
  color: #0f0f0f;
  margin: 30px 0;  
}

.ye-services p{
  font-size: 18px;
  color: #848484;
  margin-bottom: 30px;
  text-align: center;
}

/* section produit */
.ye-produit > .container{
  max-width: 1550px;
}

.ye-produit.ye-image-right .ye-description{
    margin-right: -100px;
    margin-left: 150px;
}

.ye-produit.ye-image-left .row{
  padding-left: 160px;
}

.ye-produit.ye-image-left .ye-description{
    margin-left: -240px;
    margin-right: 210px;
}

.ye-produit .ye-description{
  height: 450px;
  padding: 70px;
  background-color: #f7f7f7;
  position: relative;  
  z-index: 1;
}

.ye-produit .ye-description h2{
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.ye-produit .ye-description p{
  font-size: 18px;
  color: #848484;
  line-height: 30px;
  margin-bottom: 20px;
}

/* section pret pour l'ete */
.ye-prets-pour-ete{
  position: relative;
  background-image: url(../images/accueil/fleurs-novoderm-bl.png);  
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #212529;
  padding: 95px 0;
  text-align: center;
}

.ye-prets-pour-ete h3{
  font-size: 60px;
  color: #fff;
}

.ye-prets-pour-ete h3 strong{
  font-weight: 900;
}

.ye-prets-pour-ete .ye-image-container{
  position: absolute;
  top: 15%;
  right: 110px;
}

/* section formulaire */
.ye-formulaire{
  background-image: url(../images/accueil/fleur-gris.jpg);
  background-repeat: no-repeat;
  background-position: 100% 101%;
  background-size: 50%;
  padding: 100px 0;

  margin-bottom: 0;

}

.ye-formulaire > .container{
  max-width: 1400px;
}

.ye-formulaire h3{
  font-size: 40px;
  margin-bottom: 90px;
}

/* footer */
footer{
  background-color: #0f0f0f;
  padding: 100px 0 30px 0;
  position: relative;
}

footer .ye-footer-top{
  padding-bottom: 100px;
}

footer .ye-footer-top .ye-marques{
  -ms-flex: 0 0 19%;
  flex: 0 0 19%;
  max-width: 19%;
}

footer .ye-footer-top .ye-navigation{
  border-left: 2px solid #aeadb3;
  border-right: 2px solid #aeadb3;
  padding-left: 50px;
  -ms-flex: 0 0 21%;
  flex: 0 0 21%;
  max-width: 21%;
}

footer .ye-footer-top h3{
  font-size: 19px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

footer .ye-footer-top p a{
  font-size: 19px;
  color: #848484;
}

footer .ye-footer-top .ye-nous-joindre{
  padding: 0 50px;
  border-right: 2px solid #aeadb3;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
  max-width: 31%;
}

footer .ye-footer-top .ye-nous-joindre p a{
  color: #fffefe;
}

footer .ye-footer-top .ye-nous-joindre .tel a{
  font-size: 25px;
}

footer .ye-footer-top .ye-nous-joindre .email{
  margin-top: 20px;
}

footer .ye-footer-top .ye-nous-joindre .email a,
footer .ye-footer-top .ye-nous-joindre .demande a
{
  color: #848484;
}

footer .ye-footer-top .ye-desc{
  padding-left: 50px;
  -ms-flex: 0 0 29%;
  flex: 0 0 29%;
  max-width: 29%;
}

footer .ye-footer-top .ye-desc p:first-of-type{
  margin-bottom: 10px;
}

footer .ye-footer-top .ye-desc p{
  font-size: 19px;
  color: #848484;
}

footer .ye-footer-bottom h4{
  font-size: 15px;
  color: #848484;
}

footer .ye-footer-bottom span{
  cursor: pointer;
}

footer .ye-en-haut{
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #292928;
  right: 40px;  
  bottom: 18px;
}

footer .ye-en-haut::after{
  content: "↑";
  color: #fff;
  font-size: 44px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: top 0.5s ease-in;  
}

footer .ye-en-haut:hover::after{
  top: 45%;
  transition: top 0.5s ease-out;    
}




@media screen and (max-width: 3000px) {}
@media screen and (max-width: 1550px) {}
@media screen and (max-width: 1200px) 
{
  .ye-section{ margin: 100px 0;}

  /* section devoue */
  .ye-devoue h2 {
    font-size: 42px;
  }

  /* section produit */
  .ye-produit.ye-image-left .row {
    padding-left: 45px;
  }

  .ye-produit.ye-image-right .col-sm-6:first-of-type{
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .ye-produit.ye-image-right .col-sm-6:last-of-type{
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .ye-produit.ye-image-right .ye-description {
    margin-left: 45px;
  }

  .ye-produit.ye-image-left .col-sm-6:first-of-type{
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .ye-produit.ye-image-left .col-sm-6:last-of-type{
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .ye-produit.ye-image-left .ye-description {
    margin-left: -175px;
  }

  .ye-produit .ye-description {
    width: 135%;
  }

  .ye-produit .ye-description h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .ye-produit .ye-description p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 7px;
  }

  .ye-btn-noir {
    padding: 10px 20px;
  }

  /* section prets pour l'ete */
  .ye-prets-pour-ete {
    padding: 65px 0;
  }
  
  .ye-prets-pour-ete h3 {
    font-size: 52px;
  }
  
  .ye-prets-pour-ete .ye-image-container {
    top: 28%;
    right: 26px;
    width: 39%;
  }

  .ye-prets-pour-ete .ye-image-container img{
    max-width: 100%;
  }

  /* section formulaire */
  .ye-formulaire {
    padding: 0;
    margin-bottom: 0;
    background-size: 54%;
  }
  
  .ye-formulaire h3 {
    margin-bottom: 0;
  }

  /* footer */
  footer .ye-footer-top .ye-navigation {
    padding-left: 30px;
  }

  footer .ye-footer-top .ye-nous-joindre {
    padding: 0 24px;
  }
 
  footer .ye-footer-top .ye-desc{
    padding-left: 30px;
  }


}
@media screen and (max-width: 992px)
{
    /* top menu */
    .ye-top-header .contacts {
      margin-left: 30px;
    }

    .ye-top-header .contacts .tel {
      margin-left: 30px;
      font-size: 14px;
    }


    /* menu */
    .navbar{
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .navbar .ye-logo {
      width: 72%;
    }

    .navbar .nav-item:nth-child(1) {
      margin-left: 20px;
    }

    /* section produit */
    .ye-produit.ye-image-left .row {
      padding-left: 0;
    }
  
    .ye-produit.ye-image-right .col-sm-6:first-of-type{
      -ms-flex: 0 0 35%;
      flex: 0 0 35%;
      max-width: 35%;
    }
  
    .ye-produit.ye-image-right .col-sm-6:last-of-type{
      -ms-flex: 0 0 65%;
      flex: 0 0 65%;
      max-width: 65%;
    }
  
    .ye-produit.ye-image-right .ye-description {
      margin-left: 0;
    }
  
    .ye-produit.ye-image-left .col-sm-6:first-of-type{
      -ms-flex: 0 0 65%;
      flex: 0 0 65%;
      max-width: 65%;
    }
  
    .ye-produit.ye-image-left .col-sm-6:last-of-type{
      -ms-flex: 0 0 35%;
      flex: 0 0 35%;
      max-width: 35%;
    }
  
    .ye-produit.ye-image-left .ye-description {
      margin-left: -265px;
    }
  
    .ye-produit .ye-description {
      height: 385px;
      padding: 40px;
      width: 211%;
    }
    
    /* section prets pour l'ete */
    .ye-prets-pour-ete h3 {
      font-size: 44px;
    }
    
    .ye-prets-pour-ete .ye-image-container {
      top: 11%;
    }

    /* section formulaire */
    .ye-formulaire{
      background-image: none;
    }

    /* section footer */
    footer .ye-footer-top h3 {
      font-size: 14px;
    }
    
    footer .ye-footer-top p a {
      font-size: 14px;
    }
    
    footer .ye-footer-top .ye-navigation {
      padding-left: 18px;
    }
  
    footer .ye-footer-top .ye-nous-joindre {
      padding: 0 18px;
    }
    
    footer .ye-footer-top .ye-desc {
      padding-left: 18px;
    }

    footer .ye-footer-top .ye-nous-joindre .tel a {
      font-size: 18px;
    }
    
    footer .ye-footer-top .ye-desc p {
      font-size: 14px;
    }

    footer .ye-en-haut {
      bottom: 57px;
      right: 21px;
    }
}

@media screen and (max-width: 768px){
    
    footer {
      padding: 30px 0 0 0;
    }
    
    footer .ye-footer-top {
      padding-bottom: 20px;
    }
    
    footer .ye-footer-top .ye-marques,
    footer .ye-footer-top .ye-navigation,
    footer .ye-footer-top .ye-nous-joindre,
    footer .ye-footer-top .ye-desc {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      border: none;
      margin-bottom: 20px;
      padding-bottom: 10px;
      border-bottom: 2px solid #aeadb3;
    }
    
    footer .ye-footer-top .ye-desc {
      border: none;
    }
}

@media screen and (max-width: 640px)
{
  .ye-section{
    margin: 0;
  }

  .ye-top-header{
    display: none;
  }

  /* menu */
  header {
    padding: 0;
  }

  .navbar .ye-logo img {
    display: block;
  }

  /* scetion banner-top */
  .ye-banner-top{
    background-size: 1000%;
  }

  .ye-banner-top > .container > .row {
    margin-left: 5px;
  }

  /* section devoue */
  .ye-devoue {
    padding: 90px 0;
  }
  
  .ye-devoue h2 {
    font-size: 22px;
  }

  /* section produit */
  .ye-produit{
    margin: 70px 0;
  }

  .ye-produit.ye-image-right .row {
    padding-right: 0;
  }

  .ye-produit.ye-image-left .row {
    padding-left: 0;
  }

  .ye-produit.ye-image-right .col-sm-6:first-of-type{
    order: 2;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ye-produit.ye-image-right .col-sm-6:last-of-type{
    order: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ye-produit.ye-image-right .ye-description {
    right: 0;
  }

  .ye-produit.ye-image-left .col-sm-6:first-of-type{
    order: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ye-produit.ye-image-left .col-sm-6:last-of-type{
    order: 2;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ye-produit.ye-image-left .ye-description {
    margin-left: 0;
  }

  .ye-produit .ye-description {
    height: initial;
    padding: 15px;
    width: 100%;
  }


  /* section services */
  .ye-services h2 {
    margin: 10px 0 20px 0;
  }
  
  .ye-services > .container > .row > div{ margin-bottom: 70px;}


  /* section prets pour l'ete */
  .ye-prets-pour-ete{
    margin-bottom: 180px;
  }

  .ye-prets-pour-ete .ye-image-container {
    top: 84%;
    right: 50px;
    width: 64%;
  }

  .ye-prets-pour-ete h2 {
    font-size: 137px;
    top: 117px;
  }

  /* section formulaire */
  .ye-formulaire {
    padding: 0 0 50px 0;
  }
  
  .ye-formulaire h3{
      font-size: 30px;
  }

  /* section footer */
  footer .ye-footer-top {
    padding-bottom: 50px;
  }

  footer .ye-footer-top .ye-nous-joindre,
  footer .ye-footer-top .ye-navigation {
    padding-left: 15px;
  }

  footer .ye-footer-top h3 {
    margin-bottom: 10px;
  }

  footer .ye-footer-bottom h4 {
    font-size: 12px;
  }

}





