/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@500&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-family: neusa-next-std-compact, sans-serif;
  font-weight: 700;
  font-style: normal;
  vertical-align: baseline;
}

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-postuler{
  position: relative;
  margin-left: 21px;
  text-align: left;
  transition: all 0.5s ease-in;
}

.ye-btn-postuler a{  
  background-color: rgb(53,181,48); 
  padding: 3px 15px 0 40px; 
  color: #fff;  
  font-size: 22px;
  line-height: 27px;
  z-index: 1;
  position: relative;
  border-radius: 12px;
  display: inline-block;
  transition: all 0.5s ease-in;
}

.ye-btn-postuler::before{
  content: "";
  width: 70px;
  height: 70px;
  background-image: url(../images/accueil/cercle-m.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -21px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease-in;
}

.ye-btn-postuler a::before{
  content: "";
  position: absolute; 
  background-image: url(../images/accueil/cercle-tp-g.png);
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  background-size: cover;

  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease-in;
}

.ye-btn-postuler:hover::before{
  border-radius: 50%;
  box-shadow: inset 0 0 7px green;
  transition: all 0.5s ease-out;
}

.ye-btn-postuler:hover a::before{
  border-radius: 50%;
  box-shadow: inset 0 0 7px green;
  transition: all 0.5s ease-out;
}

.ye-btn-postuler:hover a{
  box-shadow: inset 0 0 7px green;
  transition: all 0.5s ease-out;
} 

.ye-btn-postuler a:hover{ 
  text-decoration: none;
}

.ye-btn-blanc a{  
  background-color: #fff; 
  font-size: 26px;
  line-height: 31px;
  padding: 3px 22px 0 44px; 
  color: #529524;
}

.ye-btn-blanc a::before{
  background-image: url(../images/accueil/cercle-tp-gris.png);
  left: 9px;
}

.ye-btn-blanc::before{
  width: 83px;
  height: 83px;
  background-image: url(../images/accueil/cercle-m-blanc.png);
}

.ye-btn-blanc:hover::before{
  border-radius: 50%;
  box-shadow: inset 0 0 7px gray;
  transition: all 0.5s;
}

.ye-btn-blanc:hover a::before{
  border-radius: 50%;
  box-shadow: inset 0 0 7px lightgray;
  transition: all 0.5s;
}

.ye-btn-blanc:hover a{
  box-shadow: inset 0 0 7px gray;
  transition: all 0.5s;
} 




/* correction pour conteneurs non standard */
.ye-corr > .row{ margin-right: 0; }

/* base */
.ye-section{ margin: 100px 0; }

/* Header */
header{
  background-image: url(../images/accueil/banner-top.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}


/* menu */
.navbar{
  padding: 15px 0;
  background-color: rgb(255, 255, 255, 0.7);
}

.navbar .navbar-brand{
  margin-left: 150px;
  display: flex;
}

.navbar .navbar-nav .nav-item{
  margin-left: 50px;
}

.navbar .navbar-nav .nav-item:first-of-type{
  margin-left: 90px;
}

.navbar .navbar-nav .nav-item:last-of-type{
  margin-right: 150px;
}

.navbar .navbar-nav .nav-item.ye-btn-postuler-nav{
  margin: 0 80px;
  position: relative;
}

.navbar .navbar-nav .nav-item.ye-btn-postuler-nav a{  
  padding-left: 30px;
  color: #fff;  
  width: 125px;
  transition: all 0.5s ease-in;
}

.navbar .navbar-nav .nav-item.ye-btn-postuler-nav a::before{
  content: "Postuler!";
  position: absolute;
  background-color: rgb(53,181,48);  
  background-image: url(../images/accueil/cercle-tp.png);
  background-repeat: no-repeat;
  background-position: 5% center;
  border-radius: 12px;
  width: 100%;
  height: 25px;
  padding-left: 35px;
  left:0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease-in;
}

.navbar .navbar-nav .nav-item.ye-btn-postuler-nav::before{
  content: "";
  width: 58px;
  height: 58px;
  background-image: url(../images/accueil/cercle-p.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -14px;
  top: 47%;
  transform: translateY(-50%);
  transition: all 0.5s ease-in;
}

.navbar .navbar-nav .nav-item.ye-btn-postuler-nav:hover::before{
  border-radius: 50%;
  box-shadow: inset 0 0 7px green;
  transition: all 0.5s ease-out;
}

.navbar .navbar-nav .nav-item.ye-btn-postuler-nav:hover a::before{
  box-shadow: inset 0 0 7px green;
  transition: all 0.5s ease-out;
}

.navbar .navbar-nav .nav-item .nav-link{
  font-size: 18px;
  color: #6b6b6b;
}

/* Section top banner */
.ye-banner-top{
  padding: 145px 0 215px 0;
}

.ye-banner-top h1{
  color: #6eb43f;
  text-transform: uppercase;
}

.ye-banner-top h1:first-of-type{
  font-size: 123px;
  line-height: 100px;
}

.ye-banner-top h1:last-of-type{
  font-size: 107px;
  line-height: 90px;
}

.ye-banner-top h2{
  color: #262424;
  text-transform: uppercase;
}

.ye-banner-top h2:first-of-type{
  font-size: 60px;
}

.ye-banner-top h2:last-of-type{
  font-size: 78px;
  line-height: 48px;
  margin-bottom: 35px;
}

/* trois section */
.ye-trois-section{
  background-image: url(../images/accueil/cercle-l-gris.png);
  background-repeat: no-repeat;
  background-size: 56%;
  background-position: left -21%;
}

/* section qui sommes nous */
.ye-qui-sommes-nous{
  padding: 150px 0;
}

.ye-qui-sommes-nous h3{
  font-size: 18px;
  color: #6eb43f;
  margin-bottom: 15px;
}

.ye-qui-sommes-nous h2{
  font-size: 40px;
  color: #2d2d2d;
  margin-bottom: 20px;
}

.ye-qui-sommes-nous p{
  font-family: "Questrial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: justify;
  text-align-last: center;
}

.ye-qui-sommes-nous p:last-of-type{
  margin-bottom: 40px;
}

.ye-qui-sommes-nous .ye-btn-postuler{
  margin-left: 53%;
  transform: translateX(-50%);
}

/* section services */
.ye-services .ye-service-container{
  -ms-flex: 0 0 21%;
  flex: 0 0 21%;
  max-width: 21%;

  border-radius: 40px;
  background-color: #6eb43f;
  position: relative;
}

.ye-services .ye-service-container picture{
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.ye-services .ye-service-container picture img{
  display: block;
}

.ye-services h3{
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 20px 42px;
}

/* section devenez specialiste */
.ye-devenez-specialiste{
  background-image: url(../images/accueil/specialiste.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 250px 0;
}

.ye-devenez-specialiste h3{
  font-size: 18px;
  color: #6eb43f;
  margin-bottom: 15px;
}

.ye-devenez-specialiste h2{
  font-size: 40px;
  color: #2d2d2d;
  margin-bottom: 35px;
    line-height: 35px;
    margin-top: 8px;
}

.ye-devenez-specialiste p:first-of-type{
  margin-top: 40px;
}

.ye-devenez-specialiste p{
  font-family: "Questrial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: justify;
}

.ye-devenez-specialiste .ye-pssst{
  color: #529525;
}

.ye-devenez-specialiste .ye-supp p{
  margin-bottom: 0;
}

/* section joindre à notre équipe */
.ye-joindre{
  background-color: #6eb43f;
  background-image: url(../images/accueil/cercle-l-gris-f.png);
  background-repeat: no-repeat;
  background-size: 34%;
  background-position: 20% center;
  padding: 40px 0;
}

.ye-joindre h1,
.ye-joindre h2{
  color: #fff;
  text-transform: uppercase;
}

.ye-joindre h1{
  font-size: 73px;  
  margin-bottom: -16px;
}

.ye-joindre h2{
  font-size: 45px;
}

.ye-joindre .ye-btn-blanc{
  margin-left: 50px;
}

/* section contacts */
.ye-contacts{
  background-color: #f1f1f1;
  padding: 100px 0 200px 0;
}

.ye-contacts h3{
  font-size: 20px;
  color: #262424;
}

.ye-contacts p a{
  font-family: "Questrial", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #262424;
}

.ye-contacts .ye-contacts-container{
  position: relative;
}

.ye-contacts .ye-contacts-container:first-of-type{
  margin-left: 80px;
}

.ye-contacts .ye-contacts-container picture{
  position: absolute;
  left: -42px;
  top: -3px;

}

.ye-contacts .ye-contacts-container picture img{
  display: block;
}

/* section formulaire */
.ye-formulaire .ye-formulaire-container{
  border-radius: 60px;
  padding: 50px 0;
  background-color: #589032;
  position: relative;
  top: -130px;
}

.ye-formulaire h3{
  font-size: 45px;
  color: #fff;
  text-align: center;
}

.ye-formulaire h2{
  font-size: 32px;
  color: #fff;
  text-align: center;
}


/* footer */
footer{
  background-color: #464646;
  position: relative;
}

footer .ye-footer-top p,
footer .ye-footer-top p a{
  font-family: "Questrial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

footer .ye-footer-top h3{ 
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.5px;
}

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

footer .ye-footer-top{
  padding: 65px 0 40px 0;
}

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

footer .ye-footer-top .ye-slogan p{
  text-align: justify;
  text-align-last: center;
}

footer .ye-footer-top .ye-navigation h3{
  margin-bottom: 35px;
}

footer .ye-footer-top .ye-navigation p{
  margin-bottom: 10px;
}

footer .ye-footer-top .ye-contacts-footer h3,
footer .ye-footer-top .ye-contacts-footer p a{
  font-size: 15px;
}

footer .ye-footer-top .ye-contacts-footer > div{
  position: relative;
  margin-bottom: 40px;
}

footer .ye-footer-top .ye-contacts-footer > div:last-of-type{
  margin-bottom: 0;
}

footer .ye-footer-top .ye-contacts-footer > div img{
  position: absolute;
  top: 3px;
  left: -65px;
}

footer .ye-footer-bottom{
  position: relative;
  background-color: #262424;
  max-width: 100%;
  padding: 20px 0;
}

footer .ye-footer-bottom p{
  margin-bottom: 20px;
}

footer .ye-footer-bottom h3{
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  color: #fff;  
}

footer .ye-footer-bottom h3 a{
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  color: #529524;  
}

footer .ye-en-haut{
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #464646;
  right: 40px;  
  top: 50%;
  transform: translateY(-50%);
}

footer .ye-en-haut::after{
  content: "↑";
  color: #fff;
  font-family: "Maxwell Bold", sans-serif;
  font-size: 30px;
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: top 0.5s ease-in;  
}

footer .ye-en-haut:hover::after{
  top: 35%;
  transition: top 0.5s ease-out;    
}


/* Page merci  */
.ye-merci{
  background-image: url(../images/accueil/cercle-l-gris-in);
  background-repeat: no-repeat;
  background-position: right center;  
  background-size: 37%;
  padding: 150px 0;
}

/* Page carriere */

.ye-header-page-carriere {
  background-image: url(../images/carriere/header_img.jpg);
}

.ye-header-page-carriere h1{
  font-size: 30px;
}

.ye-carriere-title{
  background-color: #6eb43f;
  border-radius: 40px;
  max-width: 60%;
  padding: 20px 0 0 10px;
  position: relative;
}

.ye-carriere-title picture {
  left: 30px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.ye-p-carriere{
  color: #fff;
  margin: 0 0;
  padding: 20px 0 0 120px;
}

.ye-h2-carriere {
  padding: 0 0 10px 120px;
}

.ye-p-bold-upper {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.ye-p-italic-bold {
  font-family: neusa-next-std-compact, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.ye-p-bold {
  font-family: neusa-next-std-compact, sans-serif;
  font-weight: 700;
}

.ye-btn-postuler.ye-btn-postuler-carriere{
  margin-top: 50px;
}

.ye-devenez-specialiste.ye-offre-carriere {
  background-image: url(../images/carriere/section_offre.jpg);
  background-repeat: no-repeat;
  background-size:contain;
}


@media screen and (max-width: 1601px) {
  /* menu */
  .navbar .navbar-brand {
    margin-left: 125px;
  }

  .navbar .navbar-nav .nav-item:last-of-type {
    margin-right: 125px;
  }

  .navbar .navbar-nav .nav-item:first-of-type {
    margin-left: 40px;
  }

  .navbar .navbar-nav .nav-item {
    margin-left: 40px;
  }

  .navbar .navbar-nav .nav-item.ye-btn-postuler-nav {
    margin: 0 40px;
  }

  /* Header */
  header{
    background-image: url(../images/accueil/banner-top.jpg);
    background-position: left top;
    background-repeat: no-repeat;
  }

  /* trois section */
  .ye-trois-section{
    background-image: url(../images/accueil/cercle-l-gris.png);
    background-position: left -18%;
    background-repeat: no-repeat;
    background-size: 64%;
  }



}

@media screen and (max-width: 1470px) {
  /* menu */
  .navbar .navbar-brand {
    margin-left: 100px;
  }

  .navbar .navbar-nav .nav-item:last-of-type {
    margin-right: 100px;
  }

  .navbar .navbar-nav .nav-item:first-of-type {
    margin-left: 20px;
  }

  .navbar .navbar-nav .nav-item {
    margin-left: 20px;
  }

  .navbar .navbar-nav .nav-item.ye-btn-postuler-nav {
    margin: 0 20px;
  }

}

@media screen and (max-width: 1200px) {
    header{
      background-position: 26% top;
    }
    /* menu */
    .navbar .navbar-brand {
      margin-left: 40px;
    }
  
    .navbar .navbar-nav .nav-item:last-of-type {
      margin-right: 5px;
    }
  
    .navbar .navbar-nav .nav-item:first-of-type {
      margin-left: 5px;
    }
  
    .navbar .navbar-nav .nav-item {
      margin-left: 12px;
  }
  
    .navbar .navbar-nav .nav-item.ye-btn-postuler-nav {
      margin: 0 5px 0 25px;
    }

    /* banner top */
    .ye-banner-top {
      padding: 80px 0 80px 0;
    }

    .ye-banner-top h1:first-of-type {
      font-size: 100px;
      line-height: 100px;
    }

    .ye-banner-top h1:last-of-type {
      font-size: 87px;
      line-height: 53px;
    }

    .ye-banner-top h2:first-of-type {
      font-size: 50px;
    }

    .ye-banner-top h2:last-of-type {
      font-size: 65px;
    }

    /* trois section */
    .ye-trois-section {
      background-size: 100%;
      background-position: left -20%;
    }

    /* section qui sommes-nous */
    .ye-qui-sommes-nous h2 {
      font-size: 28px;
    }

    .ye-qui-sommes-nous p {
      font-size: 17px;
    }

    .ye-btn-postuler a {
      font-size: 16px;
    }

    /* section services */
    .ye-services .ye-service-container picture {
      left: 13px;
    }

    .ye-services .ye-service-container picture img {
      max-width: 85%;
    }

    .ye-services h3 {
      font-size: 17px;
      padding: 20px 25px;
    }

    /* section devenez specialiste */
    .ye-devenez-specialiste {
      background-size: 66%;
      padding: 155px 0;
    }

    .ye-devenez-specialiste h2 {
      font-size: 26px;
    }

    .ye-devenez-specialiste p {
      font-size: 17px;
    }

    /* section joindre à notre équipe */
    .ye-joindre {
      background-position: 7% center;
    }

    .ye-joindre h1 {
      font-size: 47px;
      margin-bottom: -8px;
    }

    .ye-joindre h2 {
      font-size: 29px;
    }





}


@media screen and (max-width: 992px) {
  /* menu */
  .navbar .navbar-nav{
    align-items: flex-end !important;
  }

  .navbar .navbar-nav .nav-item{
    width: 25%;
  }

  .navbar .navbar-nav .nav-item.ye-btn-postuler-nav {
    margin: 20px 35px 28px 0px;
  }

  /* banner top */
  .ye-banner-top {
    padding: 51px 0 51px 0;
  }

  .ye-banner-top h1:first-of-type {
    font-size: 80px;
    line-height: 80px;
  }

  .ye-banner-top h1:last-of-type {
    font-size: 69px;
    line-height: 42px;
  }

  .ye-banner-top h2:first-of-type {
    font-size: 40px;
  }

  .ye-banner-top h2:last-of-type {
    font-size: 52px;
    line-height: 34px;
  }

  .ye-btn-postuler a {
    font-size: 17px;
  }

  /* trois section */

  /* section qui sommes-nous */
  .ye-qui-sommes-nous {
    padding: 100px 0;
  }

  .ye-qui-sommes-nous p {
    font-size: 14px;
  }

  /* section services */
  .ye-services .ye-service-container picture {
    left: 6px;
  }

  .ye-services .ye-service-container picture img {
    max-width: 70%;
  }

  .ye-services h3 {
    font-size: 16px;
    padding: 15px 5px 15px 15px;
  }

  /* section devenez specialiste */
  .ye-devenez-specialiste {
    padding: 120px 0;
    background-size: 56%;
  }

  .ye-devenez-specialiste h2 {
    font-size: 23px;
  }

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

  /* section joindre à notre équipe */
  .ye-joindre {
    background-position: 14% center;
  }
  
  .ye-joindre h1 {
    font-size: 31px;
    margin-bottom: 0px;
  }

  .ye-joindre h2 {
    font-size: 20px;
  }

  /* section contacts */
  .ye-contacts p a {
    font-size: 14px;
  }

  /* section formulaire */
  .ye-formulaire h3 {
    font-size: 32px;
  }

  .ye-formulaire h2 {
    font-size: 18px;
  }

  /* footer */
  footer .ye-footer-top p, footer .ye-footer-top p a {
    font-size: 13px;
  }

  footer .ye-footer-top .ye-contacts-footer h3, footer .ye-footer-top .ye-contacts-footer p a {
    font-size: 13px;
  }

  footer .ye-footer-top .ye-navigation h3 {
    margin-bottom: 17px;
  }

  footer .ye-footer-top h3 {
    font-size: 15px;
  }

  footer .ye-footer-bottom h3 {
    font-size: 12px;
  }

  .ye-carriere-title{
    max-width: 100%
  }


}
@media screen and (max-width: 640px) {  
  header{    
    background-image: url(../images/accueil/banner-top-sans-cercle.jpg);
    background-position: left top;
  }

  /* menu */
  .navbar .navbar-nav .nav-item {
    width: 45%;
  }

  /* banner top */
  .ye-banner-top {
    padding: 100px 0 60px 0;
  }

  .ye-banner-top h1{
    text-shadow: 0 0 20px #000;
  }
  
  .ye-banner-top h2{
    text-shadow: 0 0 20px #fff;
  }

  /* trois section */
  .ye-trois-section {
    background-size: 198%;
    background-position: center top;
  }

  /* section qui sommes-nous */
  .ye-qui-sommes-nous h2 {
    font-size: 20px;
  }

  .ye-qui-sommes-nous .ye-btn-postuler {
    margin-left: 42%;
    transform: translateX(-24%);
  }

  /* section services */
  .ye-services .ye-service-container {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 15px 0;
  }

  .ye-services .ye-service-container picture {
    left: 50px;
  }

  .ye-services h3 {
    padding: 21px 0;
  }

  /* section devenez specialiste */
  .ye-devenez-specialiste {
    background-position: 112% 105%;
  }

  /* section joindre à notre équipe */
  .ye-joindre {
    background-size: 280%;
  }

  .ye-joindre h1 {
    text-align: center;
  }

  .ye-joindre h2 {
    text-align: center;
    margin-bottom: 35px;
  }

  .ye-joindre .ye-btn-blanc {
    margin-left: 150px;
  }

  /* section contacts */
  .ye-contacts {
    padding: 60px 0 160px 0;
  }

  .ye-contacts .ye-contacts-container{
    margin-left: 50px;
    margin-bottom: 35px;
  }

  .ye-contacts .ye-contacts-container:first-of-type{
    margin-left: 50px;
  }

  /* footer */
  footer .ye-footer-top {
    padding: 40px 0 40px 0;
  }

  footer .ye-footer-top .ye-slogan {
    padding: 0 0 0 15px;
    margin-bottom: 15px;
    text-align: center;
  }

  footer .ye-footer-top .ye-navigation {
    width: 50%;
    margin: 0 auto 20px auto;
  }

  footer .ye-footer-top .ye-navigation h3 {
    margin-bottom: 7px;
  }

  footer .ye-footer-top .ye-navigation p {
    margin-bottom: 5px;
  }

  footer .ye-footer-top .ye-contacts-footer > div {
    width: 50%;
    margin-left: 140px;
    margin-bottom: 20px;
  }

  footer .ye-footer-bottom h3 {
    font-size: 11px;
    margin-left: 15px;
  }

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

  footer .ye-footer-bottom p {
    margin-left: 15px;
  }


  footer .ye-en-haut {
    top: 20%;
    transform: translateY(-20%);
  }

  .ye-carriere-title{
    max-width: 100%
  }


}
@media screen and (max-width: 380px) {
  /* menu */
  .navbar .navbar-nav .nav-item {
    width: 73%;
  }

  /* section qui sommes-nous */
  .ye-qui-sommes-nous .ye-btn-postuler {
    margin-left: 36%;
  }

  /* section devenez specialiste */
  .ye-devenez-specialiste {
    background-position: 125% 101%;
  }

  /* section joindre à notre équipe */
  .ye-joindre {
    background-size: 328%;
  }

  .ye-joindre {
    background-position: 16% center;
  }

  .ye-joindre .ye-btn-blanc {
    margin-left: 130px;
  }

  /* section formulaire */
  .ye-formulaire h3 {
    font-size: 27px;
  }

  .ye-formulaire h2 {
    font-size: 16px;
  }

  /* footer */
  footer .ye-footer-top .ye-contacts-footer > div {
    margin-left: 122px;
  }

  footer .ye-footer-bottom h3 {
    font-size: 10px;
  }

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

  .ye-carriere-title{
    max-width: 100%
  }
  

}


