/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato:wght@400;700;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: 'Bebas Neue', cursive;
  vertical-align: baseline;

}

p, a, span{

  font-family: 'Lato', sans-serif;

}

.lb-h1 span, .lb-h2 span, .lb-h3 span, .lb-h4 span, .lb-h5 span, .lb-h6 span{
  font-family: 'Bebas Neue', cursive;
}


body {

   line-height: 1.5;
   overflow-x: hidden;
 
}


/* 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;
  overflow-x: hidden;
}


*, *:before, *:after {  box-sizing: inherit; }



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

.ye-btn-rouge{
  font-family: 'Bebas Neue', cursive;
  font-size: 23px;
  letter-spacing: 1.38px;
  text-transform: uppercase;
  background-color: #980414;
  color: #fff;
  padding: 27px 33px;
  display: inline-block;
  position: relative;
}

.ye-btn-rouge:hover{
  text-decoration: none;
  color: #fff;
}

.ye-btn-rouge::after{
  content: "";
  position: absolute;
  width: 0%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.5s ease-in;
}

.ye-btn-rouge.ye-dark::after{
  height: 3px;
  background-color: #0b3647;
}

.ye-btn-rouge:hover::after{
  width: 100%;
  transition: width 0.5s ease-out;
}

/* Header */

/* menu */
.top-phone{display: none;}
.navbar{
  background-color: #980414;
  padding-top: 0;
  padding-bottom: 0;
}

.ye-accueil .navbar .navbar-brand{
  background-color: #fff;
  padding: 80px 24px 130px 24px;
}

.navbar .navbar-brand{
  background-color: #fff;
  padding: 80px 24px 50px 24px;
}

.navbar .navbar-nav{
  align-items: center;
}

.navbar > .container{
  align-items: flex-start;
}

.navbar .navbar-nav .nav-item .nav-link{
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.navbar .navbar-nav .nav-item .nav-link.ye-active,
.navbar .navbar-nav .nav-item .nav-link:hover{
  color:#F6F6F699;
  text-decoration: underline;  
}

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

.navbar .navbar-nav .nav-item.ye-btn-soumission{
  margin-left: 35px;
  width: 205px;
  padding: 24px 9px 9px 9px;
  background-color: #fff;
  text-align: center;
  border: 2px solid #980414;
  border-top: none;
}

.navbar .navbar-nav .nav-item.ye-btn-soumission p{
  font-family: 'Bebas Neue', cursive;
  font-size: 24px;
  color: #980414;
  text-transform: uppercase;
}

.navbar .navbar-nav .nav-item.ye-btn-soumission p:first-of-type{
  letter-spacing: 0.6px;
  margin-bottom: 9px;
  padding-bottom: 7px;
  border-bottom: 3px solid #BCB1B4;
}

.dropdown-menu {
  top: 97%;
}

.navbar-expand-lg .navbar-nav .dropdown:hover .dropdown-menu{
  display: block;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.ye-services{
  width: 282px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.ye-villes{
  width: 350px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  border-radius: 0;
  padding: 10px 0;
  left: 50%;
  transform: translateX(-50%);
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item{
  letter-spacing: 0.96px;
  color: #707070;
  margin-bottom: 5px;
  position: relative;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover{
  font-weight: 900;    
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item.ye-active::before,
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover::before{
  content: "";
  position: absolute;
  width: 12px;
  height: 100%;
  background-color: #0B3647;
  left: 0;
  top: 0;
}


/* Section hero */
.ye-hero{
  background-image: url(../images/accueil/hero-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 76px;
  position: relative;
  margin-top: -65px;
}

.ye-hero::before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: #980414;
  position: absolute;
  top: 0;
  z-index: -1;
}

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

.ye-hero h3, .ye-hero .lb-h4{
  font-family: 'Lato', sans-serif;;
  font-size: 18px;
  margin-bottom: 12px;
  color: #fff;
}

.ye-hero .ye-titre .lb-h3{  
  font-size: 50px;
  line-height: 65px;
  color: #707070;
}

.ye-hero .ye-titre .lb-h3 strong{
  font-weight: 400;
}

.ye-hero .ye-titre .lb-h3 span{/*.ye-hero .ye-titre .lb-h3:last-of-type*/
  font-size: 68px;
  color: #980414;
  margin-bottom: 5px;
}

.ye-hero p{
  color: #fff;
  margin-bottom: 30px;
}

.ye-social{
  margin-top: 22px;
  margin-bottom: 24px;
}

.ye-social a{
  display: inline-block;  
}

.ye-social a:not(:first-of-type){
  margin-left: 20px;
}


.ye-hero .hero-form{
  background: #980414;
  padding: 0px 30px 30px 30px;
  border-radius: 5px;
  min-height: 500px;
  width: 100%;
  display: block;
  margin-bottom: -50px;
  box-shadow: 0 1px 10px 3px #171a1c38;
}

.ye-hero .hero-form .hero-form-inner{
}

/* section faites confiance */
.ye-faites-confiance{
  padding-top: 100px;
}

.ye-faites-confiance .row{
  margin-bottom: 75px;
}

.ye-faites-confiance .row:last-of-type{
  margin-bottom: 30px;
}

.ye-faites-confiance .lb-h1,
.ye-faites-confiance .lb-h3{
  font-size: 55px;
  line-height: 60px;
  letter-spacing: 1.38px;
  color: #980414;
  padding-right: 48px;
  position: relative;
}

.ye-faites-confiance .lb-h3 strong{
  font-weight: 400;
}

.ye-faites-confiance .lb-h1::after, .ye-faites-confiance .lb-h3::after{
  content: "";
  position: absolute;
  width: calc(150% - 48px);
  height: 4px;
  background-color: #BCB1B4;
  left: -50%;
  bottom: -10px;
}

.ye-faites-confiance .lb-h2{
  color: #707070;
  margin-bottom: 20px;
  letter-spacing: 0.96px;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  line-height: 1.5em;
}

.ye-faites-confiance .lb-h2 strong{
  font-weight: 400;
}

.ye-faites-confiance .ye-container-desc picture{
  display: block;
  margin-bottom: 13px;
}

.ye-faites-confiance .ye-container-desc h2, .ye-faites-confiance .ye-container-desc .lb-h4{
  font-size: 39px;
  letter-spacing: 1px;
  line-height: 38px;
  color: #0B3647;
  margin-bottom: 12px;
}

.ye-faites-confiance .ye-container-desc .lb-h4{
  font-family: 'Bebas Neue', cursive;
}

.ye-faites-confiance .ye-container-desc h2 strong, .ye-faites-confiance .ye-container-desc .lb-h4 strong{ font-weight: 400; }

.ye-faites-confiance .ye-container-desc p{
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0;
}

/* section nos services */
.ye-nos-services{
  position: relative;
}

.ye-nos-services::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: #171A1C;
  bottom: 0;
  z-index: -1;
}

.ye-nos-services > .container{
  background-color: #980414;
  padding: 75px 60px 55px 60px;
}

.ye-nos-services picture{
  display: block;
}

.ye-nos-services picture{
  position: relative;
}

.ye-nos-services picture::before{
  content: "";
  width: 100%;
  height: 20px;
  background-color: #0B3647;
  position: absolute;
  top: 0;
  z-index: -1;
  transition: top 0.5s ease-in;
}

.ye-nos-services picture:hover::before{
  top: -92px;
  transition: top 0.3s ease-out;
}

.ye-nos-services h3{
  font-size: 27px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #fff;
}

.ye-nos-services h3 strong{
  font-weight: 400;
}

.ye-nos-services a{
  text-decoration: none;
}

/* section video */
.ye-video-soumission{
  background-color: #171A1C;
  padding-top: 110px;
  position: relative;
  overflow: hidden;
}

.ye-video-soumission::before{
  content: "";
  position: absolute;  
  background-color: #980414;
  width: 100%;
  height: 188px;
  bottom: 26px;
}

.ye-video-soumission .ye-video-container{
  z-index: 4;
}

.ye-video-soumission .ye-video-container{
  padding-left: 0;
}

.ye-video-soumission p{
  font-family: 'Bebas Neue', cursive;
  font-size: 40px;
  line-height: 38px;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 30px;
  padding-left: 50px;
  position: relative;
}

.ye-video-soumission .lb-h4{margin-bottom: 0 !important;}
.ye-video-soumission .lb-h4::before{display: none;}

.ye-video-soumission p::before{
  content: "";
  position: absolute;
  left: 0;
  width: 34px;
  height: 34px;
  background-image: url(../images/accueil/icons/check-circle.png);
  background-repeat: no-repeat;

}

.ye-video-soumission p:last-of-type{
  margin-bottom: 46px;
}

.ye-video-soumission h4, .ye-video-soumission .lb-h4{
  font-size: 50px;
  line-height: 48px;
  letter-spacing: 1.25px;
  color: #fff;
  text-shadow: 3px 3px 5px #000000B1;
  padding: 22px 0;
  margin-bottom: 10px;
}

.ye-video-soumission span{ font-size: 0; }

.ye-video-soumission .ye-top{
  margin-bottom: 100px;
}

.ye-video-soumission a{
  text-decoration: none;
}

/* section savoir faire */
.ye-savoir-faire{
  background-image: url(../images/accueil/camion.png), url(../images/accueil/grosse-maison.png);
  background-repeat: no-repeat;
  background-position: 19% bottom, 81% bottom;

  position: relative;
  background-color: #171A1C;
  padding: 100px 0 250px 0;
}

.ye-savoir-faire p{
  font-family: 'Bebas Neue', cursive;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 1.25px;
}


/* section temoignages */
.ye-temoignages{
  padding: 150px 0;
  background-image: url(../images/accueil/temoignages-1.jpg), url(../images/accueil/temoignages-2.jpg);
  background-position: -100% -40%, 200% 140%;
  background-repeat: no-repeat;
  background-size: 70%;
  overflow: hidden;
}

.ye-temoignages .ye-titre-container{
  margin-bottom: 45px;
}

.ye-temoignages .ye-titre-container p{
  font-family: 'Bebas Neue', cursive;
  font-size: 50px;
  letter-spacing: 1.25px;
  line-height: 38px;
  color: #0B3647;
}

.ye-temoignages .slider .slick-list{
  padding-top: 50px!important;
  padding-bottom: 50px!important;
}

.ye-temoignages .slider .ye-slider-container{
  box-shadow: 0 0 50px #00000029;
  padding: 35px 50px;
  min-height: 467px;
  background-color: #fff;
}

.ye-temoignages .slider .ye-slider-container picture{
  display: block;
  margin-bottom: 28px;
}

.ye-temoignages .slider .ye-slider-container .ye-nom{
  font-family: 'Bebas Neue', cursive;
  font-size: 32px;
  letter-spacing: 0.8px;
  line-height: 27px;
  color: #707070;
}

.ye-temoignages .slider .ye-slider-container .ye-date{
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  letter-spacing: 0.45px;
  line-height: 34px;
  color: #707070;
  margin-bottom: 23px;
}

.ye-temoignages .slider .ye-slider-container p{
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 36px;
  color: #707070;
}

@media screen and (min-width: 1200px){
  .ye-temoignages .slider .slick-dots{display: none;}
}

.ye-temoignages .slider .slick-dots li button:before {
  font-size: 20px;
  color: #BCB1B4;
  opacity: 1;
}

.ye-temoignages .slick-dots li.slick-active button:before,
.ye-temoignages .slider .slick-dots li button:hover::before{
  opacity: 1;
  color: #980414;
}

/* section obtenez votre soumission */
.ye-obtenez-soumission{
  background-color: #980414;
  padding: 47px 0;
}

.ye-obtenez-soumission .ye-titre{
  font-family: 'Bebas Neue', cursive;
  display: inline-block;
  font-size: 42px;
  letter-spacing: 1.5px;
  line-height: 48px;
  color: #fff;
  padding-left: 57px;
  position: relative;
}

.ye-obtenez-soumission .ye-titre::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-53%);
  width: 39px;
  height: 39px;
  background-image: url(../images/accueil/icons/check-circle-m.png);
  background-repeat: no-repeat;
}

.ye-obtenez-soumission .ye-titre strong{ font-weight: 400; }

/* section cherchez emploi */
.ye-cherchez-emploi{
  background-color: #0B3647;  
}

.ye-cherchez-emploi .ye-image-container{
  background-image: url(../images/accueil/photo-emploi.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;  
}

.ye-cherchez-emploi .ye-text-container{
  padding: 110px 45px 170px 9%;
}

.ye-cherchez-emploi .ye-text-container .ye-titre{
  font-family: 'Bebas Neue', cursive;
  font-size: 50px;
  letter-spacing: 1.25px;
  line-height: 38px;
  color: #fff;
  margin-bottom: 30px;
}

.ye-cherchez-emploi .ye-text-container p{
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 45px;
}

.ye-cherchez-emploi .ye-text-container .ye-btn-rouge{
  padding: 27px 88px;
}

/* page demenagement */

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

.ye-demenagement-residentiel .lb-h1{
  font-size: 62px;
  line-height: 65px;
  color: #980414;
  padding-right: 70px;
  position: relative;
}

.ye-demenagement-residentiel .lb-h1::after{
  content: "";
  position: absolute;
  width: calc(150% - 110px);
  height: 4px;
  background-color: #BCB1B4;
  left: -50%;
  bottom: -32px;
}

.ye-demenagement-residentiel .lb-h2{
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 36px;
  color: #707070;
  margin-bottom: 36px;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
}

.titre-h2 {
  font-size: 25px;
  letter-spacing: 0.5px;
  line-height: 36px;
  color: #707070;
  margin-bottom: 36px;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
}

.ye-demenagement-residentiel .lb-h2 strong, .titre-h2 strong{
  color: #0B3647;
}

.ye-demenagement-residentiel p{
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 36px;
  color: #707070;
  margin-bottom: 36px;
}

.ye-demenagement-residentiel p strong{
  color: #0B3647;
}

/* section nos specialistes */
.ye-nos-specialistes{  
  padding-bottom: 80px;
  position: relative;
}

.ye-nos-specialistes::before{
  content: "";
  position: absolute;
  background-color: #7070701A;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.ye-nos-specialistes .ye-top .ye-titre{
  font-family: 'Bebas Neue', cursive;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 38px;
  color: #0B3647;
  margin-bottom: 20px;
}

.ye-nos-specialistes .ye-top p{
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 36px;
  color: #707070;
  margin-bottom: 50px;
}

.ye-nos-specialistes .ye-bottom picture{
  display: block;
  margin-bottom: 49px;
}

.ye-nos-specialistes .ye-bottom h3{
  font-size: 32px;
  letter-spacing: 0.8px;
  line-height: 47px;
  color: #707070;
  margin-bottom: 18px;
}

.ye-nos-specialistes .ye-bottom p{
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 34px;
  color: #707070;
}

.ye-nos-specialistes .ye-bottom .ye-card{
  background-color: #fff;
  padding: 45px 65px;
  width: 600px;
  box-shadow: 0 0 50px #00000029;
  z-index: 1;
}


/* section demenagement commercial */
.demenagement_commercial .ye-cle-demenagement{
  background-image: url(../images/demenagement-commercial/demenagement-commercial-ar-masson-1.jpg) !important;
}

.demenagement_commercial .ye-cherchez-emploi .ye-image-container {
  background-image: url(../images/demenagement-commercial/demenagement-commercial-ar-masson-2.jpg) !important;
}

.formulaire-demenagement_commercial {
  position: relative;
  padding: 75px 0 0 0;
}

/* section cle demenagement */
.ye-cle-demenagement{
  padding: 75px 0 210px 0;
  background-image: url(../images/demenagement/cle.jpg);
  background-repeat: no-repeat;
  background-position: 0% 18%;
  background-size: 37%;  
  position: relative;
}

.ye-cle-demenagement::before{
  content: "";
  position: absolute;
  background-color: #7070701A;   
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 55%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 55%, 0% 100%);
}

.ye-cle-demenagement .ye-top{
  margin-bottom: 80px;
}

.ye-cle-demenagement .ye-top .ye-planification .ye-titre{
  font-size: 40px;
  line-height: 38px;
  color: #0B3647;
  margin-bottom: 18px;
}

.ye-cle-demenagement .ye-top .ye-planification .ye-titre strong{ font-weight: 400; }

.ye-cle-demenagement .ye-top .ye-planification p{
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 36px;
  color: #707070;
  margin-bottom: 63px;
}

.ye-cle-demenagement .ye-top .ye-liste p{
  position: relative;
  font-size: 16px;
  letter-spacing: 0.96px;
  color: #707070;
  margin-bottom: 40px;
}

.ye-cle-demenagement .ye-top .ye-liste p strong{
  color: #980414;
  font-weight: 900;
}

.ye-cle-demenagement .ye-top .ye-liste p::before{
  content: "";
  position: absolute;
  background-image: url(../images/demenagement/icons/check-circle.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;  
  left: -45px;
  top: 9px;
}

.ye-cle-demenagement .ye-bottom .ye-titre{
  font-family: 'Bebas Neue', cursive;
  font-size: 55px;
  letter-spacing: 1.38px;
  line-height: 65px;
  color: #980414;
  position: relative;
}

.ye-cle-demenagement .ye-bottom .ye-titre::before{
  content: "";
  position: absolute;
  background-image: url(../images/demenagement/camion.png);
  background-repeat: no-repeat;  
  width: 130px;
  height: 66px;
  left: -156px;
  top: -3px;
}

.ye-cle-demenagement .ye-bottom .ye-titre::after{
  content: "";
  position: absolute;
  background-color: #fff;
  height: 30px;
  width: 100%;
  z-index: 5;
  left: -126%;
  top: 45%;
  transform: translateY(-50%);
}

.ye-cle-demenagement .ye-bottom .ye-btn-rouge {
  padding: 12px 33px 13px 33px;
}

/* page meubles et electromenagers */

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

.ye-services-complementaires .lb-h1{
  font-size: 68px;
  line-height: 65px;
  color: #980414;
  padding-right: 82px;
  position: relative;
}

.ye-services-complementaires .lb-h1 strong{
  font-weight: 400;
}

.ye-services-complementaires .lb-h1::after{
  content: "";
  position: absolute;
  width: calc(150% - 160px);
  height: 4px;
  background-color: #BCB1B4;
  left: -50%;
  bottom: -32px;
}

.ye-services-complementaires .lb-h2{
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 36px;
  color: #707070;
  margin-bottom: 36px;
  font-family: 'Lato', sans-serif;
}

.ye-services-complementaires .lb-h2 strong{
  color: #980414;
}

.ye-services-complementaires p{
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 36px;
  color: #707070;
  margin-bottom: 36px;
}

.ye-services-complementaires p:first-of-type strong{
  color: #980414;
  font-weight: 700;
}

.ye-services-complementaires p strong{
  color: #0B3647;
}

.ye-services-complementaires.ye-p-gris p strong{
  font-family: 'Bebas Neue', cursive;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0.65px;
  color: #707070;
  text-transform: uppercase;
}

/* section photos */
.ye-photo-travail{ overflow: hidden; }
.ye-photo-travail .ye-gauche,
.ye-photo-travail .ye-droite{
  background-size: cover;
  background-position: center;
  padding: 11.65% 0;  
}

.ye-photo-travail .ye-gauche{
  background-image: url(../images/services/travail-1.jpg);
}

.ye-photo-travail .ye-droite{
  background-image: url(../images/services/travail-2.jpg);
}

.ye-photo-travail .ye-droite.ye-emploi{
  background-image: url(../images/emploi/emploi-2.jpg);
}

.ye-photo-conteneurs{
  background-image: url(../images/services/containers.jpg);
}

.ye-photo-entreposage{
  background-image: url(../images/services/entreposage.jpg);
}

.ye-photos-full{  
  background-size: cover;
  background-position: center;
  padding: 225px 0;
}

/* section entre */
.ye-section-entre{
  position: relative;
  margin-top: -30px;
  margin-bottom: -30px;
}

.ye-section-entre img{
  margin-left: -30px;
}

.ye-section-entre .ye-titre{
  font-size: 40px;
  letter-spacing: 0.6px;
  line-height: 38px;
  color: #0B3647;
  margin-bottom: 20px;
}

.ye-section-entre .ye-titre strong{ font-weight: 400;}

.ye-section-entre p,
.ye-section-entre .lb-h2{
  font-family: lato, sans-serif;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 36px;
  color: #707070;
  margin-bottom: 40px;
}

.ye-section-entre p strong,
.ye-section-entre .lb-h2 strong{
  color: #980414;
  font-weight: 700;
}

.ye-section-entre .ye-sous-titre{
  font-family: 'Bebas Neue', cursive;
  font-size: 32px;
  letter-spacing: 0.8px;
  line-height: 47px;
  color: #707070;
  padding-right: 20px;
}

.ye-section-entre .ye-sous-titre strong{ font-weight: 400; }

/* les pages villes */
.ye-services-courtois{
  background-image: url(../images/villes/boites-fond.jpg);
  background-size: cover;
  background-position: center;
  padding: 55px 0 42px 0;
}

.ye-services-courtois .ye-card{
  background-color: #fff;
  padding: 62px 50px;
  box-shadow: 0 0 50px #00000029;
}

.ye-services-courtois .ye-card picture{
  display: block;
  margin-bottom: 22px;
}

.ye-services-courtois .ye-card picture img:last-of-type{
  margin-left: 64px;
}

.ye-services-courtois .ye-card .ye-titre{
  font-family: 'Bebas Neue', cursive;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 38px;
  color: #0B3647;
  margin-bottom: 22px;
}

.ye-services-courtois .ye-card p{
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 36px;
  color: #707070;
}

.ye-services-courtois .ye-card p strong{
  color: #980414;
  font-weight: 700;
}

.ye-seul .ye-titre{
  font-family: 'Bebas Neue', cursive;
  font-size: 38px;
  letter-spacing: 1px;
  line-height: 38px;
  margin: 70px 0;
  color: #0B3647;
}

.ye-seul h4, .ye-seul .lb-h4{
  font-size: 31px;
  letter-spacing: 0.35px;
  line-height: 47px;
  color: #707070;
  margin: 80px 0;
  text-align: center;
}


.ye-seul h4 strong, .ye-seul .lb-h4 strong{
  font-weight:400 ;
}

.ye-nos-services.ye-villes::before{
  content: none;
}

/* page emplois */

/* section formulaire emploi */
.ye-formulaire-emploi{
  background-image: url(../images/emploi/emploi-fond-1.jpg), url(../images/emploi/emploi-fond-2.jpg);
  background-position: -80% -240%, 140% 50%;
  background-repeat: no-repeat;
  background-size: 65%;
  padding: 100px 0;
}

.ye-formulaire-emploi h3{
  font-size: 32px;
  letter-spacing: 0.8px;
  line-height: 47px;
  color: #707070;
}

.ye-formulaire-emploi p{
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 47px;
  color: #707070;
}

.ye-formulaire-emploi .ye-titre{
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 47px;
  color: #980414;
  padding-left: 30px;
}

.ye-formulaire-emploi .ye-top{
  margin-bottom: 80px;
}

.ye-formulaire-emploi .ye-liste p{
  padding-left: 30px;
  position: relative;
}

.ye-formulaire-emploi .ye-liste p::before{
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../images/emploi/check-circle.png);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ye-formulaire-emploi .ye-formulaire-container{
  background-color: #fff;;
  padding: 44px 76px 76px 76px;
  box-shadow: 0 3px 16px #00000029;
}

.ye-formulaire-emploi .ye-formulaire-container .ye-titre{
  font-family: 'Bebas Neue', cursive;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 38px;
  color: #0B3647;
  margin-bottom: 55px;
  text-align: center;
}

/* page contact */

.ye-page-contact .ye-services-complementaires{
  margin-bottom: 0;
}

.ye-page-contact .ye-services-complementaires p {
  margin-bottom: 0;
}

/* section formulaire contact */
.ye-formulaire-contact{
  position: relative;
}

.ye-formulaire-contact::before{
  content: "";
  position: absolute;
  background-color: #7070701A;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 53%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 53%, 100% 0, 100% 100%, 0% 100%);
  z-index: -2;
}

.ye-formulaire-contact .ye-formulaire-container{
  background-color: #fff;
  box-shadow: 0 3px 16px #00000029; 
  margin-right: 190px;
  margin-top: 240px;
  padding: 0;
  border-radius: 5px;
  position: relative;
}

.ye-formulaire-contact .ye-formulaire-container h3{
  font-size: 37px;
  letter-spacing: 1px;
  line-height: 38px;
  color: #0B3647;
  text-align: center;
  margin-top: -50px;
}

.ye-formulaire-contact .ye-information{
  padding-right: 145px;
}

.ye-formulaire-contact .ye-information > picture{
  display: block;
  margin-top: -20px;
  margin-bottom: -55px;
  margin-left: 80px;
}

.ye-formulaire-contact .ye-information .ye-titre{
  font-family: 'Bebas Neue', cursive;
  font-size: 32px!important;
  letter-spacing: 0.8px!important;
  line-height: 47px!important;
  color: #707070;
  margin-bottom: 17px;
}

.ye-formulaire-contact .ye-information .ye-contactez{
  margin-bottom: 75px;
}

.ye-formulaire-contact .ye-information .ye-contactez p{
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 36px;
  color: #707070;
  padding-left: 8px;
}

.ye-formulaire-contact .ye-information .ye-horaire{
  margin-bottom: 76px;
}

.ye-formulaire-contact .ye-information .ye-horaire p{
  font-size: 20px;
  line-height: 35px;
  color: #707070;
}

.ye-formulaire-contact .ye-information .ye-pay-methods{
  padding: 28px 66px;
  background-color: #fff;
  margin-left: -66px;
}


/* section carte */
.ye-carte{
  background-image: url(../images/contact/map.jpg);
  background-size: cover;
  background-position: center;
  padding: 340px 0;
  margin-top: -150px;
}

/* page merci */
.ye-merci{
  background-image: url(../images/merci/merci-1.png), url(../images/merci/merci-2.png);
  background-position: left bottom, right top;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 100px 0;
  position: relative;
}

.ye-merci h2{
  color: #980414;
}


/* footer */
  footer{
    overflow: hidden;
  }

  .footer_haut p{
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 32px;
    color: #0B3647;  
  }

  .footer-l a {
    color:#0B3647 !important;
  }

  footer p a,footer p a:hover{
    text-decoration: underline;
    color: #FFFFFF;
  }

  footer {
    background: #0B3647;
  }

  footer p {
    color:#FFFFFF;
  }

  .tout_lanaudiere {
    color: #0B3647 !important;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    font-style: inherit;
  }

  .footer-c iframe {
    width: 100%;
  }

/**************/

@media screen and (max-width: 3000px) {}

@media screen and (max-width: 1550px) {}

@media screen and (max-width: 1450px) {

  .ye-formulaire-contact .ye-formulaire-container h3 {
    font-size: 31px;
  }

}

@media screen and (max-width: 1200px) {

  /* menu */
  .ye-accueil .navbar .navbar-brand {
    padding: 55px 24px 95px 24px;
  }

  .navbar .navbar-brand {
    padding: 55px 24px 95px 24px;
  }

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

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

  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 12px;
    line-height: 14px;
  }

  .navbar .navbar-nav .nav-item.ye-btn-soumission {
    margin-left: 15px;
    padding: 32px 9px 9px 9px;
  }

  .navbar .navbar-nav .nav-item.ye-btn-soumission p {
    font-size: 18px;
    line-height: 20px;
  }  

  /* section faites confiance */
  .ye-faites-confiance {
    padding-top: 50px;
  }

  .ye-faites-confiance .lb-h1,
  .ye-faites-confiance .lb-h3{ font-size: 40px; line-height: 45px; }

  .ye-faites-confiance h2 {
    font-size: 33px;
    line-height: 44px;
    padding-right: 60px;
    padding-left: 48px;
  }

  /*.ye-faites-confiance .ye-container-desc{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }*/

  .ye-faites-confiance .ye-container-desc h2, .ye-faites-confiance .ye-container-desc .lb-h4 {
    font-size: 36px;
  }

  /* section nos services */
  .ye-nos-services h3 {
    font-size: 20px;
  }

  /* section video */
  .ye-video-soumission h4, .ye-video-soumission .lb-h4 {
    font-size: 30px;
    line-height: 38px;
  }

  /* section savoir faire */
  .ye-savoir-faire{
    background-position: 19% bottom, 81% bottom;
    background-size: 34%;
    padding: 45px 0 180px 0;
  }

  .ye-savoir-faire p{
    font-size: 40px;
    line-height: 52px;
  }

  /* section temoignages */
  .ye-temoignages {
    padding: 80px 0;
    background-position: -360% -15%, 520% 124%;
    background-size: 90%;
  }

  .ye-temoignages .ye-titre-container {
    margin-bottom: 0px;
  }

  .ye-temoignages .slider .ye-slider-container {
    padding: 35px 15px;
    height: 630px;
  }

  /* section obtenez votre soumission */
  .ye-obtenez-soumission .ye-titre { font-size: 36px; }

  /* section cherchez emploi */
  .ye-cherchez-emploi .ye-text-container{
    padding: 70px 45px 120px 15px;
  }

  .ye-cherchez-emploi .ye-text-container .ye-titre {
    font-size: 42px;
    margin-bottom: 22px;
  }

  .ye-cherchez-emploi .ye-text-container p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 28px;
  }

  .ye-cherchez-emploi .ye-text-container .ye-btn-rouge {
    padding: 17px 55px;
  }

  /* page demenagement */

  /* section demenagement residentiel */
  .ye-demenagement-residentiel {
    margin: 80px 0;
  }

  .ye-demenagement-residentiel h2{
    font-size: 36px;
    line-height: 50px;
  }

  .ye-demenagement-residentiel h2::after {
    width: calc(150% - 82px);
    bottom: -18px;
  }

  .ye-demenagement-residentiel p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 22px;
  }

  /* section nos specialistes */
  .ye-nos-specialistes .ye-top .ye-titre {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .ye-nos-specialistes .ye-top p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .ye-nos-specialistes .ye-bottom{
    padding: 0 50px;
  }

  .ye-nos-specialistes .ye-bottom .ye-card {
    padding: 35px 32px;
    width: calc((100% / 2) - 30px);
  }

  .ye-nos-specialistes .ye-bottom .ye-card img{
    max-width: 100%;
  }

  .ye-nos-specialistes .ye-bottom .ye-card h4 {
    font-size: 28px;
    text-align: center;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .ye-nos-specialistes .ye-bottom .ye-card p {
    font-size: 14px;
    line-height: 28px;
    text-align: center;
  }

  /* section cle demenagement */
  .ye-cle-demenagement {
    padding: 75px 0 70px 0;
    background-position: -11% 18%;
    background-size: 43%;
  }

  .ye-cle-demenagement .ye-top {
    margin-bottom: 26px;
  }

  .ye-cle-demenagement .ye-top .ye-planification .ye-titre {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .ye-cle-demenagement .ye-top .ye-planification p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px;
  }

  .ye-cle-demenagement .ye-top .ye-liste p {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .ye-cle-demenagement .ye-top .ye-liste p::before {
    width: 27px;
    height: 27px;
    left: -39px;
    top: 8px;
  }

  .ye-cle-demenagement .ye-bottom .ye-titre {
    font-size: 40px;
  }

  .ye-cle-demenagement .ye-bottom .ye-titre::after {
    left: -134%;
  }

  /* page meubles et electromenagers */

  /* section services complementaires */
  .ye-services-complementaires {
    margin: 80px 0;
  }

  .ye-services-complementaires .lb-h1{
    font-size: 50px;
    line-height: 57px;
    padding-right: 82px;
    padding-left: 48px;
  }

  .ye-services-complementaires .lb-h1::after {
    width: calc(150% - 80px);
  }

  .ye-services-complementaires p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  /* section photos full ecran*/
 .ye-photos-full {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0;
  }

  /* section entre */
  .ye-section-entre .ye-text-container{
    padding: 60px 15px;
  }

  .ye-section-entre .ye-titre {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  .ye-section-entre p,
  .ye-section-entre .lb-h2{
    font-size: 18px;
    margin-bottom: 22px;
  }

  .ye-section-entre .ye-sous-titre {
    font-size: 25px;
  }

  /* section formulaire contact */ 
  .ye-formulaire-contact::before {
    -webkit-clip-path: polygon(0 22%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 22%, 100% 0, 100% 100%, 0% 100%);
  }

  .ye-formulaire-contact .ye-formulaire-container {
    margin-right: 70px;
  }
  
  .ye-formulaire-contact .ye-formulaire-container h3 {
    font-size: 26px;    
  }

  .ye-formulaire-contact .ye-information .ye-titre {
    font-size: 26px!important;
    margin-bottom: 0!important;
  }

  .ye-formulaire-contact .ye-information .ye-contactez {
    margin-bottom: 40px;
  }

  .ye-formulaire-contact .ye-information > picture {
    margin-left: 0;
  }

  .ye-formulaire-contact .ye-information {
    padding-right: 0;
  }

  .ye-formulaire-contact .ye-information .ye-contactez p {
    font-size: 14px;
  }

  .ye-formulaire-contact .ye-information .ye-horaire {
    margin-bottom: 40px;
  }

  .ye-formulaire-contact .ye-information .ye-horaire p {
    font-size: 14px;
  }

  .ye-formulaire-contact .ye-information .ye-pay-methods {
    padding: 28px 50px;
    background-color: #fff;
    margin-left: -50px;
  }

  /* page villes */
  .ye-services-courtois .ye-card .ye-titre { font-size: 25px; }

  /* footer */
  footer {
    padding: 25px 0;
  }

  footer p {
    font-size: 13px;
    line-height: 26px;
  }



}

@media screen and (max-width: 991px) {
  /* menu */
  .top-phone{
    display: block;
    margin-top: 10px;
    margin-right: 15px;
  }
  .top-phone img{
    max-width: 30px;
  }
  
  .navbar .navbar-collapse{  
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 10;
    background-color: rgba(0,0,0,0.8);
    padding: 10px;
  }

  .navbar .navbar-toggler{
    margin-top: 10px;
  }

  .navbar .navbar-nav .nav-item .nav-link{
    text-align: center;
  }

  .navbar-expand-lg .navbar-nav .dropdown:hover .dropdown-menu{
    transform: none;
  }

  /* section hero */
  .ye-hero .ye-container-hero {
    padding-left: 0px;
  }

  .ye-hero h3, .ye-hero .lb-h4 {
    font-size: 15px;
  }

  .ye-hero .ye-titre h1 {
    font-size: 40px;
    line-height: 52px;
  }

  /* section faites confiance */
  .ye-faites-confiance .ye-container-desc h2, .ye-faites-confiance .ye-container-desc .lb-h4 {
    font-size: 26px;
    line-height: 30px;
  }

  /* section nos services */
  .ye-nos-services h3 {
    font-size: 13px;
  }

  /* section video */
  .ye-video-soumission::before {
    height: 164px;
  }

  .ye-video-soumission h4, .ye-video-soumission .lb-h4 {
    font-size: 19px;
    line-height: 35px;
    margin-bottom: 28px !important;
  }

  .ye-video-soumission p {
    font-size: 34px;
    left: -25px;
  }

  /* section temoignages */
  .ye-temoignages .slider .ye-slider-container {
    height: 555px;
  }

  /* section obtenez votre soumission */
  .ye-obtenez-soumission .ye-titre { font-size: 18px; }

  /* section cherchez emploi */
  .ye-cherchez-emploi .ye-text-container {
    padding: 40px 45px 75px 15px;
  }

  .ye-cherchez-emploi .ye-text-container .ye-titre {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .ye-cherchez-emploi .ye-text-container p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 25px;
  }

  .ye-cherchez-emploi .ye-text-container .ye-btn-rouge {
    padding: 17px 30px;
  }

    /* page demenagement */

  /* section demenagement residentiel */
  .ye-demenagement-residentiel {
    margin: 70px 0;
  }

  .ye-demenagement-residentiel h2 {
    font-size: 28px;
    line-height: 42px;
  }

  .ye-demenagement-residentiel h2::after {
    width: calc(150% - 38px);
  }

  /* section nos specialistes */
  .ye-nos-specialistes {
    padding-bottom: 15px;
  }

  .ye-nos-specialistes .ye-top .ye-titre {
    font-size: 32px;
    margin-bottom: 7px;
  }

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

  .ye-nos-specialistes .ye-bottom picture {
    text-align: center;
  }

  .ye-nos-specialistes .ye-bottom .ye-card {
    width: 100%;
    margin-bottom: 50px;
  }

  /* section cle demenagement */
  .ye-cle-demenagement {
    padding: 420px 0 70px 0;
    background-position: 36% 5%;
    background-size: 60%;
  }

  .ye-cle-demenagement::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 76%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 76%, 0% 100%);
  }

  .ye-cle-demenagement .ye-top{
    justify-content: center!important;
  }

  .ye-cle-demenagement .ye-top .ye-planification .ye-titre {
    font-size: 23px;
    line-height: 25px;
    margin-bottom: 7px;
  }

  .ye-cle-demenagement .ye-top .ye-planification p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 21px;
  }

  .ye-cle-demenagement .ye-top .ye-text-container{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .ye-cle-demenagement .ye-bottom .ye-titre {
    font-size: 29px;
  }

  .ye-cle-demenagement .ye-bottom .ye-btn-container{
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    max-width: 29%;
  }

  .ye-cle-demenagement .ye-bottom .ye-btn-container .ye-btn-rouge {
    padding: 12px 20px 13px 20px;
  }

  .ye-cle-demenagement .ye-bottom .ye-titre::after {
    left: -145%;
  }

  /* page meubles et electromenagers */

  /* section services complementaires */
  .ye-services-complementaires .lb-h1{
    font-size: 37px;
    line-height: 44px;
    padding-right: 62px;
    padding-left: 30px;
  }

  .ye-services-complementaires p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 12px;
  }

  /* section photos */
 .ye-photos-full {
    padding: 90px 0;
  }

  /* section entre */
  .ye-section-entre .ye-titre {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 6px;
  }

  .ye-section-entre p,
  .ye-section-entre .lb-h2{
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 17px;
  }

  .ye-section-entre .ye-sous-titre {
    font-size: 17px;
    line-height: 27px;
  }

  /* page formulaire contact*/
  .ye-formulaire-contact .ye-information > picture img{
    display: none;
  }

  .ye-formulaire-contact .ye-formulaire-container {
    margin-top: 140px;
  }

  .ye-formulaire-contact .ye-information {
    margin-top: 200px;
  }

  .ye-carte {
    padding: 300px 0;
    margin-top: -92px;
  }


}

@media screen and (max-width: 767px) {

  .ye-formulaire-emploi .ye-formulaire-container {
    padding: 44px 15px 44px 15px;
    margin-top: 35px;
  }

  /* section photos */
  .ye-photos-full {
    padding: 58px 0;
  }

  .ye-photo-travail .ye-gauche, .ye-photo-travail .ye-droite {
    padding: 18.65% 0;
  }

  /* section entre */
  .ye-section-entre {
    margin-top: 0;
    margin-bottom: 0;
  }

  .ye-section-entre .ye-icons{
    display: none;
  }

  .ye-section-entre .ye-text-container {
    padding: 15px 15px;
  }

}

@media screen and (max-width: 575px) {
  .lb-h1{
    font-size: 36px !important;
    line-height: 1em !important;
  }

  /* general */
  .ye-btn-rouge {
    padding: 27px 24px;
  }

  .ye-social {
    text-align: center;
  }

  /* menu */
  .navbar .navbar-collapse {
    padding-bottom: 20px;
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    z-index: 1;    
  }

  .ye-accueil .navbar .navbar-brand {
    padding: 22px 24px 125px 24px;
  }

  .navbar .navbar-brand {
    padding: 22px 24px 30px 24px;
  }

  .navbar .navbar-nav .nav-item.ye-btn-soumission{
    border: none;
  }

  /* section hero */
  .ye-hero {
    padding-top: 165px;
    margin-top: -129px;
  }

  .ye-hero .ye-titre h1 {
    font-size: 35px;
  }

  .ye-hero .ye-titre h1, .ye-hero .ye-titre .lb-h3, .ye-hero .ye-titre .lb-h3 span {
    font-size: 48px;
    line-height: 1em;
  }

  /* section faites confiance */
  .ye-faites-confiance{
    position: relative;
    padding-top: 80px;
  }

  .ye-faites-confiance .lb-h3{
    font-size: 36px !important;
    line-height: 1em !important;
  }

  .ye-faites-confiance h2 {
    font-size: 30px;
    line-height: 38px;
    padding-right: 28px;
    padding-left: 15px;
    margin-bottom: 20px;
  }

  .ye-faites-confiance h2::after {
    width: 100%;
    left: 0;
  }

  .ye-faites-confiance .row {
    margin-bottom: 30px;
  }

  .ye-faites-confiance .ye-container-desc {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .ye-faites-confiance .ye-container-desc h2, .ye-faites-confiance .ye-container-desc .lb-h4 {
    font-size: 20px;
    line-height: 20px;
  }
  
  .ye-faites-confiance .ye-container-desc p, .ye-faites-confiance .lb-h1{
    margin-bottom: 50px;
  }

  /* section nos services */
  .ye-nos-services > .container {
    background-color: #980414;
    padding: 40px 60px 40px 60px;
    position: relative;
    top: -50px;
  }

  .ye-nos-services picture::before{
    display: none;
  }
  .ye-nos-services h3 {
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 50px;
  }

  .ye-nos-services .ye-rectangle-gris::before {
    height: 25px;
    top: -65px;
  }

  /* section video */
  .ye-video-soumission{
    padding-top: 0;
  }

  .ye-video-soumission::before {
    height: 84px;    
  }
  
  .ye-video-soumission .ye-top {
    margin-bottom: 40px;
  }

  .ye-video-soumission .ye-video-container{
    padding-left: 15px;
  }

  .ye-video-soumission .ye-video-container iframe{
    width: 100%;
    height: 300px;
  }

  .ye-video-soumission .ye-middle > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ye-video-soumission p:first-of-type {
    margin-top: 20px;
  }

  .ye-video-soumission p {
    left: 0;
  }

  /* section savoir faire */
  .ye-savoir-faire{
    padding: 10px 0 95px 0;
  }

  .ye-savoir-faire p {
    font-size: 28px;
    line-height: 42px;
  }


  /* section temoignages */
  .ye-temoignages .slider .ye-slider-container {
    height: initial;
    min-height: initial;
  }

  .ye-temoignages .slider .ye-slider-container p{
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.6em;
  }


  /* section obtenez votre soumission */
  .ye-obtenez-soumission{
    padding: 25px 0;
  }

  .ye-obtenez-soumission .ye-titre {
    font-size: 18px;
    line-height: 24px;
  }

  /* section cherchez emploi */
  .ye-cherchez-emploi .ye-text-container{
    padding: 25px 15px 45px 15px;
  }

  /* page demenagement */

  /* section demenagement residentiel */  
  .ye-demenagement-residentiel .lb-h1 {
    margin-bottom: 30px;
  }
  
  .ye-demenagement-residentiel .lb-h1::after {
    width: 100%;
    left: 0;
    bottom: -10px;
  }
  
  .ye-demenagement-residentiel h2 {
    margin-bottom: 26px;
  }

  .ye-demenagement-residentiel h2::after {
    width: 100%;
    left: 0;
  }

  /* section nos specialistes */
  .ye-nos-specialistes .ye-bottom {
    padding: 0 15px;
  }

  .ye-nos-specialistes .ye-bottom .ye-card {
    padding: 22px 15px;
  }

  /* section cle demenagement */
  .ye-cle-demenagement {
    background-size: 100%;
  }

  .ye-cle-demenagement .ye-top .ye-text-container {
    -ms-flex: 0 0 86%;
    flex: 0 0 86%;
    max-width: 86%;
  }

  .ye-cle-demenagement .ye-bottom .ye-btn-container {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .ye-cle-demenagement .ye-bottom .ye-titre {
    text-align: center;
  }

  /* page meubles et electromenagers */

  /* section services complementaires */
  .ye-services-complementaires {
    margin: 40px 0 0 0;
  }

  .ye-services-complementaires .lb-h1{
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 30px;
  }

  .ye-services-complementaires .lb-h1::after {
    width: 100%;
    left: 0;
    bottom: -16px;
  }

  .ye-services-complementaires h1{
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 30px;
  }

  .ye-services-complementaires h1::after {
    width: 100%;
    left: 0;
    bottom: -16px;
  }

  /* section photos */
 .ye-photos-full {
    padding: 50px 0;
  }

  /* section entre */
  .ye-section-entre .ye-icons{
    display: none;
  }

  /* page formulaire contact */
  .ye-formulaire-contact .ye-formulaire-container h3 {
    font-size: 20px;
    margin-top: -40px;
  }

  .ye-formulaire-contact .ye-formulaire-container {
    margin-top: 90px;
    margin-right: 0;
  }

  .ye-formulaire-contact .ye-information {
    margin-top: 80px;
  }



  /* footer */
  footer p {
    font-size: 11px;
    line-height: 22px;
  }
  
}

@media screen and (max-width: 480px) {
  /* Logo */
  .navbar .navbar-brand img{
    max-width: 150px;
  }
  /* menu */
  .top-phone{
    margin-right: 5px;
  }
  .top-phone img{
  }
}

@media screen and (max-width: 414px) {
  .ye-btn-rouge {
    padding: 27px 15px;
    font-size: 20px;
  }

}


@media screen and (max-width: 362px) {
  .ye-btn-rouge {
    padding: 16px 11px;
    font-size: 17px;
  }

  /* menu */
  .ye-hero h3, .ye-hero .lb-h4 {
    font-size: 13px;
  }

  .ye-hero .ye-titre h1 {
    font-size: 30px;
    line-height: 42px;
  }

  .ye-hero .ye-titre h1:last-of-type {
    font-size: 41px;
  }


  /* section obtenez votre soumission */
  .ye-obtenez-soumission .ye-titre {
    font-size: 14px;
    line-height: 22px;
  }
  
  /* section cherchez emploi */

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

  .ye-cherchez-emploi .ye-btn-rouge {
    padding: 17px 20px;
  }

}