/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&family=Roboto:wght@400;900&display=swap');


/* --------------------------------------------------------------      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: 'Poppins', sans-serif;
  vertical-align: baseline;

}

p{

  font-family: 'Roboto', sans-serif;
  font-weight: 400;

}


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; }



/* base */
.container-xl{
  max-width: 1720px;
}

.container{
  max-width: 1200px;
}

.ye-btn{
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 25px;
  border: 3px solid #ED1C22;
  background-color: #ED1C22;
  color: #fff;

  display: inline-block;
}

.ye-btn:hover{
  background-color: transparent;
  color: #ED1C22;
  text-decoration: none;
}

.ye-btn-blanc{
  border: 3px solid #fff;
  background-color: #fff;
  color: #000;
}

.ye-btn-blanc:hover{
  color: #fff;
}

.ye-btn-transp{
  border: 3px solid #fff;
  background-color: transparent;
}

.ye-btn-transp:hover{
  background-color: #fff;
  color: #000;
}

.ye-h3{
  font-size: 37px;
  font-weight: 900;
  color: #292929;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.ye-h4{
  font-size: 18px;
  font-weight: 900;
  color: #ED1C22;
  margin-bottom: 15px;
}

.ye-h3-g{
  font-size: 45px;
  font-weight: 900;
  color: #292929;
  text-transform: uppercase;  
}

.ye-h3-g.ye-bl{
  color: #fff;
}

.ye-h3-g:last-of-type{
  margin-bottom: 15px;
}

.ye-h4-g{
  font-size: 23px;
  font-weight: 900;
  color: #ED1C22;
  margin-bottom: 15px;
}

.ye-p{
  font-size: 16px;
  line-height: 28px;  
  color: #565656;
  margin-bottom: 20px;
}

.ye-p:last-of-type{
  margin-bottom: 30px;
}

[data-js-ancre]{
    cursor: pointer;
}

/* menu */
nav.ye-nav-top{
  background-color: #ED1C22;
  padding: 15px 0 15px 0;
}

nav.ye-nav-top .ye-container-texte{
  text-align: right;
}

nav.ye-nav-top .ye-container-texte a{
  font-weight: 600;
  color: #fff;
  margin-left: 25px;
}


.navbar .ye-menu-droite{
  position: relative;
}

.navbar .ye-menu-droite a{
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.navbar .ye-menu-droite > a{
  margin-right: 50px;
}

.navbar .ye-menu-droite .ye-sim-gratuite{
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  margin-right: 22px; 
  padding: 10px 20px;
  border: 3px solid #ED1C22;
  background-color: #ED1C22;
  border-radius: 25px;
}

.navbar .ye-menu-droite .ye-sim-gratuite:hover{
  text-decoration: none;
  background-color: transparent;
  color: #ED1C22;
}

.navbar .ye-menu-droite .navbar-toggler .navbar-toggler-icon img{ padding-top: 3px;}

.navbar .ye-menu-droite .navbar-collapse{
  border-radius: 15px;
  padding: 5px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: -4px;
  top: 50px;
  text-align: right;
}

.navbar .ye-menu-droite .navbar-collapse a{
  font-size: 18px;
}

/* Section hero */
.ye-hero{
  margin-top: -161px;

  background-image: url(../images/accueil/hero-fond.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 240px 0 200px 0;
}

.ye-hero .ye-container-hero{
  padding-left: 130px;
}

.ye-hero .ye-container-hero h1{
  font-size: 92px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}

.ye-hero .ye-container-hero h1 span{
  display: block;
  font-size: 114px;
  margin-bottom: 20px;
}

.ye-en .ye-hero .ye-container-hero h1{
  font-size: 88px;
}

.ye-en .ye-hero .ye-container-hero h1 span {
  font-size: 90px;
}

.ye-hero .ye-container-hero p{
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  margin: 20px 0 30px 0;
}

.ye-hero.merci .ye-container-hero p { line-height: 35px; }
.ye-hero.merci .ye-container-hero a { color: #fff; font-weight: 600; margin-left: 5px; }

.ye-hero .ye-container-hero .ye-btn:last-of-type{
  margin-left: 15px;
}

.ye-options-1{
  background-image: url(../images/accueil/options-fond.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 105px 0;
}

.ye-options-2{
  margin-top: -290px;
  padding-bottom: 85px;
}

.ye-options-2 .ye-option-container{
  background-color: #fff;
  box-shadow: 0 13px 26px rgb(29, 29, 29,0.14);
  border-radius: 10px;
  padding: 30px 20px;  
}

/* section micropigmentation */
.ye-micropigmentation{
  margin-bottom: 50px;
}

.ye-micropigmentation .ye-image-container{
  background-image: url(../images/accueil/micropigmentation-fond.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
}

.ye-micropigmentation .ye-texte-container{
  padding: 150px 130px 150px 10%;
}

/* section simulation live */
.ye-simulation-live-1{
  background-image: url(../images/accueil/simulation-live-fond.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 35px 0 110px 0;
}

.ye-simulation-live-2 .ye-video-container{
  height: 628px;
}

.ye-simulation-live-2 .ye-video-container .ye-video{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ye-simulation-live-2 .ye-video-container iframe{
    width: 100%;
    height: 100%;
}

.ye-simulation-live-2{
  margin-top: -100px;
  margin-bottom: 80px;
}


/* section temoignages */
.ye-temoignages{
  overflow: hidden;
}

.ye-temoignages .ye-temoignage-container{
  box-shadow: 0 13px 26px rgb(29, 29, 29,0.20);
  padding: 30px;
  min-height: 450px;
}

.ye-en .ye-temoignages .ye-temoignage-container { min-height: 805px; }

.ye-temoignages .ye-temoignage-container div{
  padding-left: 30px;
}

.ye-temoignages .slick-slide{
    margin: 100px 30px 130px 30px;
}

.ye-temoignages .ye-p{
  margin-bottom: 0;
}

.slick-dots{
    bottom: 30px!important;
}

.slick-dots li button:before {
  font-size: 20px!important;
}

/* section clinique specialisee */
.ye-cliniqie-specialisee{
  margin-bottom: 150px;
}

.ye-cliniqie-specialisee .ye-image-container{
  background-image: url(../images/accueil/clinique-specialisee-fond.jpg);  
  background-repeat: no-repeat;
  background-size: contain; 
  background-position: left center;  
}

.ye-cliniqie-specialisee .ye-texte-container{
  padding: 150px 10% 150px 130px;
}


/* section example */
.ye-example-1{
  background-image: url(../images/accueil/example-fond.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0 200px 0;
}

.ye-example-1 .ye-h3-g{
  margin-bottom: 0;
}

.ye-example-1 h4{
  font-size: 30px;
  font-weight: 900;
  color: #fff;
}

.ye-example-2{
  margin-top: -150px;
  padding-bottom: 150px;
}

.ye-example-2 .container-xl {
  max-width: 1560px;
}

.ye-example-2 .ye-example-container{
  padding-left: 5px;
  padding-right: 5px;
}

.ye-example-2 .ye-example-container h4{
  font-size: 23px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 10px;
}

/* section formulaire */
.ye-formulaire{
  margin-bottom: 60px;
}

.ye-formulaire h4{
  font-weight: 900;
  color: #ED1C22;
}

.ye-formulaire .ye-contacts{
  padding-right: 90px;
}

.ye-formulaire .ye-contacts .ye-group{
  position: relative;  
}

.ye-formulaire .ye-contacts .ye-group:not(:last-of-type){
  margin-bottom: 70px;
}

.ye-formulaire .ye-contacts .ye-group picture{
  position: absolute;
  left: -85px;
  top: 0;
  width: 55px;
  text-align: right;  
}

.ye-formulaire .ye-contacts .ye-group h4{
  font-size: 20px;
  margin-bottom: 5px;
}

.ye-formulaire .ye-contacts .ye-group a{
  font-size: 20px;
  line-height: 23px;
  font-family: "Roboto", sans-serif;
  color: #292929;
}

.ye-formulaire .ye-formulaire-container h3{
  font-size: 55px;
  font-weight: 900;
  line-height: 60px;
  color: #292929;
  margin-bottom: 8px;
}

.ye-formulaire .ye-formulaire-container h4{
  font-size: 22px;
  margin-bottom: 15px;
}

/* section reserver */
.ye-reservez{
  background-color: #ED1C22;
  padding: 30px 0;
}

.ye-reservez > .container{
  max-width: 1345px;
}

.ye-reservez h3{
  font-size: 49px;
  line-height: 53px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;

  margin-bottom: 10px;
}

.ye-reservez h4{
  font-size: 26px;
  line-height: 30px;
  color: #fff;
}

.ye-reservez .ye-btn{
  margin-right: 100px;
}

/* page merci */
.ye-merci{

}

/* footer */
footer{
  background-color: #0A141D;  
}

footer > .container{
  max-width: 1345px;
}

footer .ye-footer-top{
  padding: 30px 0;
  border-bottom: 1px solid #858a8e;
}

footer .ye-footer-top .ye-left p{
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  margin: 15px 0;

}

footer .ye-footer-top .ye-right h3{
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

footer .ye-footer-top .ye-right .ye-contacts{
  padding-right: 80px;
}

footer .ye-footer-top .ye-right .ye-contacts .ye-group{
  position: relative;  
}

footer .ye-footer-top .ye-right .ye-contacts .ye-group:not(:last-of-type){
  margin-bottom: 12px;
}

footer .ye-footer-top .ye-right .ye-contacts .ye-group picture{
  position: absolute;
  left: -35px;
  top: 0;
  width: 24px;
  text-align: right;  
}

footer .ye-footer-top .ye-right .ye-contacts .ye-group h4{
  font-size: 12px;
  font-weight: 900;
  color: #fff;
}

footer .ye-footer-top .ye-right .ye-contacts .ye-group a{
  font-size: 12px;
  line-height: 23px;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

footer .ye-footer-top .ye-right .ye-navigation a{
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #fff;
}

footer .ye-footer-bottom{
  padding: 25px 0;
}

footer .ye-footer-bottom p,
footer .ye-footer-bottom a,
footer .ye-footer-bottom span{
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #fff;
}



@media screen and (max-width: 1650px) {
  /* Section hero */
  .ye-hero .ye-container-hero h1 {
    font-size: 79px;
  }

  .ye-hero .ye-container-hero h1 span {
    font-size: 98px;
    line-height: 80px;
  }

  .ye-en .ye-hero .ye-container-hero h1{
    font-size: 75px;
  }
  
  .ye-en .ye-hero .ye-container-hero h1 span {
    font-size: 76px;
    line-height: 72px;
  }


  /* section micropigmentation */
  .ye-micropigmentation .ye-texte-container {
    padding: 150px 4% 150px 6%;
  }

  /* section clinique specialisee */
  .ye-cliniqie-specialisee .ye-texte-container{
    padding: 150px 6% 150px 4%;
  }

}

@media screen and (max-width: 1450px) {
  /* base */
  .ye-h3-g {
    font-size: 24px;
  }

  .ye-h4-g {
    font-size: 21px;
    margin-bottom: 8px;
  }

  .ye-h3-g:last-of-type {
    margin-bottom: 10px;
  }

  .ye-p {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .ye-p:last-of-type {
    margin-bottom: 15px;
  }

  /* Section hero */
  .ye-hero .ye-container-hero h1 {
    font-size: 63px;
  }
  
  .ye-hero .ye-container-hero h1 span {
    font-size: 78px;
    line-height: 59px;
  }

  .ye-en .ye-hero .ye-container-hero h1{
    font-size: 63px;
  }
  
  .ye-en .ye-hero .ye-container-hero h1 span {
    font-size: 60px;
    line-height: 59px;
  }

  .ye-hero .ye-container-hero p {
    font-size: 24px;
    margin: 0 0 23px 0;
  }

  /* section example */
  .ye-example-1 h4 {
    font-size: 27px;
  }

  .ye-example-2 .ye-example-container h4 {
    font-size: 20px;
  }

  /* section formulaire */
  .ye-formulaire .ye-contacts {
    margin-right: -70px;
    margin-left: 70px;
  }

  .ye-formulaire .ye-formulaire-container h3 {
    font-size: 31px;
    line-height: 50px;
    margin-bottom: 0px;
  }

  .ye-formulaire .ye-formulaire-container h4 {
    font-size: 21px;
    margin-bottom: 10px;
  }

  /* section reservez */
  .ye-reservez h3 {
    font-size: 41px;
    line-height: 46px;
    margin-bottom: 6px;
  }

  .ye-reservez h4 {
    font-size: 23px;
  }

  /* section temoignages */
  .ye-temoignages .ye-temoignage-container{
    min-height: 505px;
  }
  
  .ye-en .ye-temoignages .ye-temoignage-container{
    min-height: 505px;
  }

  .ye-temoignages .ye-temoignage-container img{
    max-width: 70px;
  }

}

@media screen and (max-width: 1399px) {
  /* section temoignages */
  .ye-temoignages .ye-temoignage-container,
  .ye-en .ye-temoignages .ye-temoignage-container
  {
    min-height: 385px;
  }

}


@media screen and (max-width: 1200px) {
  /* base */
  .ye-btn {
    font-size: 14px;
  }

  .ye-h3 {
    font-size: 28px;
  }

  .ye-p {
    font-size: 15px;
  }

  .ye-h4-g {
    font-size: 17px;
  }

  .ye-h3-g {
    font-size: 20px;
  }

  /* menu */
  nav.ye-nav-top .ye-container-texte a {
    font-size: 13px;
  }

  .navbar .ye-menu-droite a {
    font-size: 16px;
  }

  /* Section hero */
  .ye-hero {
    background-position: 65% 50%;
  }

  .ye-hero .ye-container-hero {
    padding-left: 0;
  }

  .ye-hero .ye-container-hero h1 {
    font-size: 59px;
  }
  
  .ye-hero .ye-container-hero h1 span {
    font-size: 73px;
    line-height: 50px;
  }

  .ye-en .ye-hero .ye-container-hero h1{
    font-size: 53px;
  }
  
  .ye-en .ye-hero .ye-container-hero h1 span {
    font-size: 54px;
    line-height: 52px;
  }

  .ye-hero .ye-container-hero p {
    font-size: 22px;
    margin: 0px 0 18px 0;
  }

  /* section simulation live */
  .ye-simulation-live-2 .ye-video-container{
    height: 456px;
  }

  /* section example */
  .ye-example-1 h4 {
    font-size: 22px;
  }

  /* section temoignages */
  .ye-temoignages .ye-temoignage-container,
  .ye-en .ye-temoignages .ye-temoignage-container{
    min-height: 400px;
  }

  /* section formulaire */
  .ye-formulaire .ye-formulaire-container h3 {
    font-size: 24px;
    line-height: 40px;
  }

  .ye-formulaire .ye-formulaire-container h4 {
    font-size: 17px;
  }

  .ye-formulaire .ye-contacts .ye-group h4 {
    font-size: 17px;
  }

  .ye-formulaire .ye-contacts .ye-group a {
    font-size: 16px;
  }

  /* section reserver */
  .ye-reservez h3 {
    font-size: 32px;
    line-height: 38px;
  }

  .ye-reservez h4 {
    font-size: 22px;
  }

  /* footer */
  footer .ye-footer-top .ye-right .ye-contacts {
    padding-right: 0;
  }

 

}

@media screen and (max-width: 992px) {
  /* base */
  .ye-btn {
    font-size: 12px;
    padding: 10px 7px;    
  }

  .ye-btn-transp {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .ye-h4 {
    font-size: 11px;
  }

  .ye-h3 {
    font-size: 17px;
  }

  .ye-p {
    font-size: 12px;
    line-height: 21px;
  }

  .ye-p:last-of-type {
    margin-bottom: 18px;
  }

  .ye-h4-g {
    font-size: 12px;
  }

  .ye-h3-g {
    font-size: 13px;
  }

  /* menu */
  .navbar .navbar-brand{
    width: 260px;
  }

  .navbar .ye-menu-droite > a {
    margin-right: 5px;
    font-size: 14px;
  }

  .navbar .ye-menu-droite .ye-sim-gratuite {
    margin-right: 18px;
    padding: 10px 12px;
  }

  
  /* Section hero */
  .ye-hero {
    margin-top: -141px;
  }

  .ye-hero .ye-container-hero h1 {
    font-size: 37px;
  }
  
  .ye-hero .ye-container-hero h1 span {
    font-size: 49px;
    line-height: 42px;
  }

  .ye-en .ye-hero .ye-container-hero h1{
    font-size: 32px;
  }
  
  .ye-en .ye-hero .ye-container-hero h1 span {
    font-size: 34px;
    line-height: 36px;
  }  

  .ye-hero .ye-container-hero p {
    font-size: 18px;
    margin: 0px 0 13px 0;
  }

  /* section micropigmentation */
  .ye-micropigmentation .ye-image-container{
    background-size: cover;
  }

  .ye-micropigmentation .ye-texte-container {
    padding: 25px 15px;
  }

  /* section simulation live */
  .ye-simulation-live-2 .ye-video-container{
    height: 352px;
  }

  /* section clinique specialisee */
  .ye-cliniqie-specialisee .ye-texte-container{
    padding: 25px 15px;
  }

  /* section example */
  .ye-example-1 {
    padding: 40px 0 130px 0;
  }

  .ye-example-2 {
    margin-top: -100px;
    padding-bottom: 100px;
  }

  .ye-example-2 .ye-example-container h4 {
    font-size: 16px;
  }

  /* section temoignages */
  .ye-temoignages .ye-temoignage-container,
  .ye-en .ye-temoignages .ye-temoignage-container{
    min-height: 105px;
  }

  /* section formulaire */
  .ye-formulaire .ye-contacts {
    padding-right: 40px;
  }

  .ye-formulaire .ye-contacts .ye-group h4 {
    font-size: 15px;
  }

  .ye-formulaire .ye-contacts .ye-group a {
    font-size: 13px;
  }

  .ye-formulaire .ye-contacts .ye-group picture {
    left: -75px;
  }

  .ye-formulaire .ye-formulaire-container h3 {
    font-size: 16px;
    line-height: 33px;
  }

  .ye-formulaire .ye-formulaire-container h4 {
    font-size: 11px;
  }

  /* section reserver */
  .ye-reservez h3 {
    font-size: 22px;
    line-height: 28px;
  }
  
  .ye-reservez h4 {
    font-size: 15px;
  }

  .ye-reservez .ye-btn {
    margin-right: 30px;
  }

  /* footer */
  footer .ye-footer-top .ye-left{
    margin-bottom: 20px;
  }

  footer .ye-footer-top .ye-left picture{
    display: block;
    text-align: center;
  }

  footer .ye-footer-top .ye-right .ye-contacts-container{
    padding-left: 40px;
    margin-bottom: 20px;
  }

  footer .ye-footer-top .ye-right .ye-navigation-container{
    padding-left: 40px;
  }

  footer .ye-footer-bottom *{
    text-align: center!important;
  }




}


@media screen and (max-width: 640px) {
  /* base */
  .ye-h4 {
    font-size: 12px;
  }

  .ye-h3 {
    font-size: 13px;
  }

  .ye-p {
    font-size: 13px;
  }

  /* menu */
  nav.ye-nav-top .ye-container-texte {
    text-align: center;
  }

  nav.ye-nav-top .ye-container-texte a{
    font-size: 12px;
    margin-left: 13px;
  }

  nav.ye-nav-top .ye-container-texte a:first-of-type {
    margin-left: 0;    
  }

  .navbar .navbar-brand {
    width: 253px;
  }

  .navbar .ye-menu-droite .ye-sim-gratuite {
    display: none;
  }

  .navbar .ye-menu-droite .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
  }

  /* hero */
  .ye-hero {
    padding: 160px 0 200px 0;
  }

  .ye-hero .ye-container-hero h1 {
    font-size: 32px;
  }

  .ye-hero .ye-container-hero h1 span {
    font-size: 40px;
    line-height: 36px;
  }

  /* section options */
  .ye-options-2 .ye-option-container {
    margin-bottom: 15px;
  } 

  /* section micropigmentation */
  .ye-micropigmentation {
    margin-bottom: 80px;
  }

  .ye-micropigmentation .ye-image-container {
    padding: 125px 0;
    order: -1;
  }

  .ye-cliniqie-specialisee {
    margin-bottom: 80px;
  }

  .ye-cliniqie-specialisee .ye-image-container {
    background-size: cover;
    padding: 125px 0;
    order: -1;
  }

  /* section simulation live */
  .ye-simulation-live-2 .ye-video-container{
    height: 250px;
  }

   /* section temoignages */
   .ye-temoignages .slick-slide {
    margin: 30px 30px 112px 30px;
  }

  /* section example */
  .ye-example-2{
    padding-bottom: 70px;
  }

  .ye-example-2 .ye-example-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }

  .ye-example-2 .ye-example-container:not(:first-of-type) h4 {
    color: #292929;
  }

  /* section formulaire  */
  .ye-formulaire .ye-contacts {
    margin-left: 90px;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .ye-formulaire .ye-contacts .ye-group:not(:last-of-type) {
    margin-bottom: 45px;
  }

  .ye-formulaire .ye-formulaire-container h3 {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .ye-formulaire .ye-formulaire-container h4 {
    font-size: 15px;
  }

  /* section reserver */
  .ye-reservez *{
    text-align: center!important;
  }

  .ye-reservez h3 {
    font-size: 17px;
    line-height: 15px;
  }

  .ye-reservez h4 {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .ye-reservez .ye-btn{
    margin-right: 0;
  }

  /* footer */
  footer .ye-footer-bottom p, 
  footer .ye-footer-bottom a, 
  footer .ye-footer-bottom span {
    font-size: 11px;
  }  

}

@media screen and (max-width: 414px) {
  /* base */
  .ye-btn {
    font-size: 11px;
  }

  .ye-h4 {
    font-size: 13px;
  }

  .ye-h3 {
    font-size: 11px;
  }

  /* menu */
  nav.ye-nav-top .ye-container-texte a {
    font-size: 11px;
  }
  
  nav.ye-nav-top .ye-container-texte a:last-of-type {
      display: block;
  }

  .navbar .navbar-brand {
    width: 195px;
  }

  /* hero */
  .ye-hero {
    margin-top: -114px;
    padding: 140px 0 200px 0;
    background-position: 53% 50%;
  }

  .ye-hero .ye-container-hero h1 {
    font-size: 25px;
  }

  .ye-hero .ye-container-hero h1 span {
    margin-bottom: 10px;
    font-size: 31px;
    line-height: 29px;
  }

  .ye-hero .ye-container-hero p {
    font-size: 14px;
    margin: 0px 0 10px 0;
  }

  /* section options */
  .ye-options-2 {
    margin-top: -260px;
  }

  /* section simulation live */
  .ye-simulation-live-1 {
    padding: 35px 0 70px 0;
  }

  .ye-simulation-live-2 {
    margin-top: -60px;
  }
  
  /*clinique specialise*/
  .ye-cliniqie-specialisee .ye-image-container {
    background-position: center;
  }
  
  .ye-micropigmentation {
    margin-bottom: 0;
  }

  /* section temoignages */
  .ye-temoignages .ye-temoignage-container {
    padding: 10px;
    flex-wrap: wrap;
    align-content: start;
  }

  .ye-temoignages .ye-temoignage-container div {
    padding-left: 15px;
  }

  .ye-temoignage-container picture img {
    width: 50px;
    margin-left: 15px;
    margin-bottom: 15px;
  }

  /* section reservez */
  .ye-reservez h3 {
    font-size: 15px;
  }

  /* footer */
  footer .ye-footer-bottom p, 
  footer .ye-footer-bottom a, 
  footer .ye-footer-bottom span {
    font-size: 10px;
  }
  
  footer .ye-footer-bottom span{ display: block; }


}

@media screen and (max-width: 356px) {
    /*general*/
    .ye-btn {
        font-size: 10px;
        padding: 10px 4px;
    }
    
    /*menu*/
    .navbar .container-xl{
        flex-wrap: nowrap;
    }
    
    .navbar .navbar-brand {
        width: 145px;
    }
    
    .navbar .ye-menu-droite {
        display: flex;
        align-items: center;
    }
    
    /*hero*/
    .ye-hero {
        margin-top: -93px;
        padding: 115px 0 100px 0;
        background-position: 67% 60%;
    }
    
    .ye-hero .ye-container-hero h1 {
        font-size: 20px;
    }
    
    .ye-hero .ye-container-hero h1 span {
        font-size: 26px;
        margin-bottom: 18px;
    }
    
    .ye-hero .ye-container-hero p {
        font-size: 12px;
    }
    
    .ye-hero .ye-container-hero .ye-btn:last-of-type {
        margin-left: 5px;
    }
    
    /*section temoignages*/
    .ye-temoignages .ye-temoignage-container, .ye-en .ye-temoignages .ye-temoignage-container {
        min-height: 450px;
    }

}


