:root {
  --white: white;
  --gris: #787a7c;
  --bleu: #4d6b8c;
  --jaune: #e7c157;
  --rouge: #933245;
  --vert: #057f63;
  --gris-pale: #dfdfdf;
  --black: black;
}

.div-block {
  width: 100%;
  height: 100vh;
}

.slider {
  height: 100%;
}

.slide {
  background-image: url('../images/fond_gris.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide._2 {
  background-image: url('../images/fond_bleu.svg');
}

.slide._3 {
  background-image: url('../images/fond_vert.svg');
}

.slide._4 {
  background-image: url('../images/fond_rouge.svg');
}

.slide._5 {
  background-image: url('../images/fond_jaune.svg');
}

.div-block-2 {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-bottom: 100px;
  display: flex;
}

.pinceau {
  width: 100%;
  height: 350px;
  background-image: url('../images/pinceau_bleu.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 25%;
}

.pinceau._1 {
  width: 100%;
  background-image: url('../images/pinceau_gris.svg');
  margin-left: 15%;
}

.pinceau._2 {
  width: 100%;
  height: 350px;
  margin-left: 15%;
}

.pinceau._3 {
  width: 100%;
  background-image: url('../images/pinceau_vert.svg');
  margin-left: 15%;
}

.pinceau._4 {
  width: 100%;
  background-image: url('../images/pinceau_rouge.svg');
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15%;
}

.pinceau._5 {
  width: 100%;
  background-image: url('../images/pinceau_jaune.svg');
  margin-left: 15%;
}

.lien {
  width: auto;
  color: #fff;
  text-align: center;
  margin-bottom: 150px;
  margin-right: 50px;
  font-family: Circularstd book, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.lien.telephone {
  color: #fff;
  flex: 0 auto;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 33px;
}

.lien.telephone:hover {
  color: #fff;
}

.lien.courriel {
  opacity: 1;
  color: var(--white);
  margin-bottom: 0;
  margin-right: 0;
  font-size: 33px;
}

.lien.courriel:hover {
  color: #fff;
}

.lien.courriel.paddingtop {
  margin-bottom: 20px;
  font-size: 23px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lien.menu {
  opacity: .7;
  text-align: left;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 32px;
}

.lien.menu:hover {
  opacity: 1;
  color: #fff;
}

.lien.menu.info {
  flex: 0 auto;
  margin-top: 0;
}

.lien.titrelanding {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  font-size: 50px;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.text-copyright {
  color: rgba(255, 255, 255, .5);
  text-align: center;
  font-family: Circularstd book, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.text-copyright:hover {
  color: rgba(255, 255, 255, .5);
}

.text-copyright.lien {
  margin-right: 0;
  transition: color .2s;
}

.text-copyright.lien:hover {
  color: #fff;
}

.lien-footer {
  opacity: .5;
  color: #fff;
  margin-top: 10px;
  margin-right: 0;
  padding-left: 0;
  font-size: 25px;
  line-height: 30px;
  text-decoration: none;
  transition: opacity .2s;
}

.lien-footer:hover {
  opacity: 1;
  color: #fff;
}

.div-block-3 {
  z-index: 10;
  width: 100%;
  height: 80px;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-4 {
  width: 50px;
  height: 6px;
  color: rgba(255, 255, 255, .5);
  flex: 0 auto;
}

.coordonnes {
  justify-content: center;
  align-items: center;
  display: flex;
}

.coordonnes.vertical {
  flex-direction: column;
  justify-content: flex-start;
}

.ligne {
  width: 30px;
  height: 4px;
  color: #fff;
  background-color: rgba(255, 255, 255, .5);
  flex: 0 auto;
  margin: 33px 17px 28px;
}

.accueil {
  box-shadow: none;
  background-color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.slider-2 {
  width: auto;
  height: 97vh;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.slide-verte {
  float: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/yl_fond_vert.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: visible;
}

.slide-jaune {
  background-image: url('../images/yl_fond_jaune.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-rouge {
  background-image: url('../images/yl_fond_rouge.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-gris {
  background-image: url('../images/yl_fond_gris.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.right-arrow-2, .left-arrow-2, .slide-nav-2 {
  display: none;
}

.div-block-5 {
  height: 100vh;
}

.pinceau-slide {
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-left: 460px;
  display: flex;
  overflow: hidden;
}

.pinceau-slide.jaune, .pinceau-slide.rouge, .pinceau-slide.gris, .pinceau-slide.bleu {
  background-image: none;
  margin-left: 460px;
}

.image {
  flex: 0 auto;
  margin-right: 0;
}

.div-pinceau {
  height: 90%;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-pinceau.gris {
  height: 90%;
  background-image: none;
}

.div-pinceau.vert {
  background-image: none;
  justify-content: flex-start;
  align-items: center;
  position: static;
  overflow: visible;
}

.div-pinceau.jaune, .div-pinceau.rouge {
  height: 90%;
  background-image: none;
}

.slide-bleu {
  background-image: url('../images/yl_fond_bleu.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-principal {
  z-index: 999;
  flex-direction: column;
  align-items: flex-start;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.navbar {
  width: 500px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 30px;
  margin-left: 0;
  font-size: 32px;
  position: relative;
}

.body {
  color: #fff;
  font-family: Circularstd book, sans-serif;
  font-weight: 700;
}

.h1 {
  color: #fff;
  margin-top: 0;
  margin-left: 15px;
  font-size: 46px;
  font-weight: 400;
}

.h1.footer {
  flex: none;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
  font-size: 44px;
  line-height: 50px;
}

.h1.gris {
  z-index: 999;
  height: 230px;
  color: var(--gris);
  letter-spacing: -1px;
  background-color: #fff;
  border-top-right-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 20px;
  font-size: 71px;
  display: flex;
  position: relative;
}

.h1.gris.menu {
  height: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  font-size: 55px;
  line-height: 60px;
}

.h1.pages {
  color: var(--gris);
  text-align: left;
  margin-left: 0;
  font-size: 44px;
}

.h1.pages.big {
  color: var(--bleu);
  margin-bottom: 50px;
  font-size: 90px;
  line-height: 90px;
}

.h1.pages.big.j {
  color: var(--jaune);
}

.h1.pages.big.r {
  color: var(--rouge);
}

.h1.pages.big.v {
  color: var(--vert);
}

.nav-menu {
  background-color: #fff;
  display: flex;
}

.container {
  align-items: center;
  padding-left: 25px;
  display: flex;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon {
  font-size: 44px;
}

.menu-button {
  padding-left: 0;
  padding-right: 0;
}

.menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.yves-levac {
  height: auto;
  margin: -55px 0 0;
}

.mask {
  background-color: rgba(0, 0, 0, 0);
}

.menu-item {
  width: 100%;
  height: 75px;
  color: rgba(0, 0, 0, .4);
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 30px;
  transition: box-shadow .2s, color .2s;
  display: flex;
  box-shadow: inset 6px 6px 11px rgba(120, 122, 124, .13);
}

.menu-item:hover {
  background-color: var(--gris);
  color: #fff;
  font-weight: 400;
  box-shadow: inset 1px 1px 7px rgba(120, 122, 124, .59);
}

.menu-item._2:hover {
  background-color: var(--vert);
}

.menu-item._3:hover {
  background-color: var(--bleu);
}

.menu-item._4:hover {
  background-color: var(--rouge);
}

.menu-item.tel:hover {
  color: var(--gris);
  background-color: #fff;
}

.menu-item.desktop {
  height: 84px;
  padding-left: 40px;
  font-size: 28px;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s, color .2s;
}

.menu-item.desktop:hover {
  color: var(--gris);
  background-color: rgba(120, 122, 124, .1);
}

.menu-item.desktop.rdv {
  z-index: 7;
  height: 73px;
  padding-left: 20px;
  position: relative;
}

.menu-item.desktop.rdv:hover {
  background-color: var(--jaune);
  color: #fff;
}

.menu-item.desktop._1 {
  z-index: 10;
  height: 73px;
  text-align: center;
  padding-left: 20px;
  line-height: 20px;
  position: relative;
}

.menu-item.desktop._1:hover {
  color: #fff;
}

.menu-item.desktop._2 {
  z-index: 9;
  height: 73px;
  padding-left: 20px;
  position: relative;
  transform: translate(0);
}

.menu-item.desktop._2:hover {
  color: #fff;
}

.menu-item.desktop._3 {
  z-index: 8;
  height: 73px;
  padding-left: 20px;
  position: relative;
}

.menu-item.desktop._3:hover {
  color: #fff;
}

.div-block-6 {
  width: 100%;
  height: 69px;
}

.telephone {
  color: var(--gris);
  margin-left: 20px;
  font-size: 23px;
  line-height: 30px;
  text-decoration: none;
}

.telephone:hover {
  color: #000;
}

.link {
  color: var(--gris);
  text-decoration: none;
}

.bloc-a-propos {
  height: auto;
  max-height: auto;
  min-height: 600px;
  background-image: url('../images/AdobeStock_213012902.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 0 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 150px 200px 100px;
  padding: 50px 16%;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  box-shadow: 1px 7px 18px rgba(120, 122, 124, .4);
}

.bouton {
  width: auto;
  height: 57px;
  background-color: var(--vert);
  color: rgba(255, 255, 255, .75);
  border-radius: 0 7px;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding: 15px 30px;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  transition: color .2s, box-shadow .2s, transform .2s;
  display: flex;
}

.bouton:hover {
  color: #fff;
  transform: translate(0, -3px);
  box-shadow: 0 3px 7px rgba(120, 122, 124, .8);
}

.bouton.bleu {
  background-color: var(--bleu);
  border-bottom-right-radius: 0;
}

.bouton.gris {
  background-color: var(--gris);
}

.bouton.cta {
  width: 300px;
  height: 80px;
  background-color: var(--rouge);
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 16px;
  line-height: 25px;
  transition: color .2s, box-shadow .2s, transform .2s;
}

.h2 {
  color: var(--gris);
  text-align: center;
  margin-bottom: 15px;
  font-size: 41px;
  line-height: 43px;
}

.div-block-8 {
  text-align: center;
  display: flex;
}

.section {
  height: auto;
  background-color: rgba(120, 122, 124, .19);
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-9 {
  height: auto;
  min-height: 100px;
  justify-content: flex-start;
  align-items: center;
  margin: 25px 200px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph {
  color: var(--gris);
  text-align: left;
  margin-top: 20px;
  font-size: 19px;
  line-height: 26px;
}

.paragraph.cta {
  text-align: right;
  margin-right: 20px;
}

.paragraph.liste {
  margin-top: 5px;
  margin-bottom: 5px;
}

.paragraph.dernier {
  margin-bottom: 40px;
}

.paragraph.petit {
  font-size: 16px;
  line-height: 22px;
}

.div-block-10 {
  width: auto;
  height: auto;
  align-items: center;
  display: flex;
}

.section-footer {
  height: auto;
  background-image: url('../images/yl_fond_gris_footer.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 100px;
  padding-top: 160px;
  display: flex;
  overflow: hidden;
}

.image-2 {
  order: 1;
  display: block;
  position: relative;
  right: auto;
}

.text-block-2 {
  text-transform: none;
  order: 1;
  margin-left: 14px;
  margin-right: 10px;
  line-height: 23px;
}

.div-block-11 {
  width: auto;
  height: auto;
  clear: none;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-3 {
  width: 600px;
  height: auto;
  margin-left: -66px;
  overflow: hidden;
}

.contact {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.bold-text {
  font-weight: 400;
}

.div-block-13 {
  width: 23px;
  height: 4px;
  background-color: rgba(255, 255, 255, .5);
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-14 {
  height: auto;
  flex: 0 auto;
  margin-left: 100px;
  margin-right: 100px;
}

.bold-text-2 {
  font-weight: 400;
}

.yves-menu {
  z-index: 999;
  width: 364px;
  height: auto;
  box-shadow: none;
  opacity: 1;
  color: var(--bleu);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  padding: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-15 {
  flex: 0 auto;
  position: static;
}

.heading {
  color: var(--gris);
}

.image-4 {
  width: 1600px;
  height: auto;
  min-height: auto;
  min-width: 1200px;
}

.section-entete {
  height: 400px;
  background-color: rgba(120, 122, 124, .1);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: visible;
}

.image-5 {
  height: 130%;
}

.image-6 {
  height: 97px;
  margin-top: 0;
  position: relative;
  right: auto;
}

.link-block {
  margin-bottom: 20px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.section-2 {
  height: auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
  display: flex;
}

.body-2 {
  font-family: Circularstd book, sans-serif;
}

.paragraphe {
  font-size: 18px;
  line-height: 22px;
}

.navbar-2 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
  margin-left: 50px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.burger-menu {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.icon-2 {
  color: #fff;
  margin-top: 18px;
  font-size: 46px;
  position: relative;
  left: -9px;
}

.menu-button-2 {
  align-self: flex-start;
  padding: 0;
}

.menu-button-2.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.nav-menu-2 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 11px;
}

.menu-liens {
  height: 73px;
  color: var(--gris);
  background-color: #fff;
  align-items: center;
  font-size: 28px;
  display: flex;
  box-shadow: inset 6px 6px 11px rgba(120, 122, 124, .13);
}

.menu-liens:hover {
  background-color: var(--gris-pale);
  color: var(--gris);
}

.menu-liens.w--current {
  background-color: var(--gris);
  color: #fff;
}

.div-block-16 {
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.h3 {
  color: var(--gris);
  margin-top: 30px;
}

.h3.bleu.j {
  color: var(--jaune);
}

.h3.b {
  color: var(--bleu);
}

.h3.r {
  color: var(--rouge);
}

.column {
  padding-right: 20px;
}

.column-2 {
  padding-left: 15px;
  padding-right: 15px;
}

.column-3 {
  padding-left: 20px;
}

.thumb {
  width: 300px;
  height: 300px;
  max-height: none;
  max-width: none;
  margin-right: 5px;
  overflow: visible;
}

.lightbox-link {
  width: auto;
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.div-block-17 {
  width: 300px;
  height: 300px;
  background-image: url('../images/peintre_fier.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 144px;
  margin-right: 50px;
  position: static;
  top: 451px;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-18 {
  width: 70%;
}

@media screen and (max-width: 991px) {
  .div-block-2 {
    padding-bottom: 60px;
  }

  .pinceau._1 {
    height: 250px;
  }

  .pinceau._2 {
    height: 250px;
    margin-left: 10%;
  }

  .pinceau._3, .pinceau._4, .pinceau._5 {
    height: 250px;
  }

  .lien {
    font-size: 41px;
  }

  .lien.telephone {
    font-size: 28px;
  }

  .lien.courriel {
    margin-right: 0;
    font-size: 28px;
  }

  .lien.courriel.paddingtop {
    font-size: 20px;
  }

  .lien.menu {
    margin-left: 5px;
  }

  .lien.titrelanding {
    font-size: 41px;
  }

  .coordonnes {
    flex-direction: column;
    margin-top: 40px;
  }

  .ligne {
    margin-top: 8px;
    margin-bottom: -5px;
  }

  .menu-principal {
    display: flex;
  }

  .yves-menu {
    display: none;
  }

  .column-2 {
    padding-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .slide, .slide._2, .slide._3, .slide._4, .slide._5 {
    background-position: 50%;
  }

  .pinceau._1, .pinceau._2, .pinceau._3, .pinceau._4, .pinceau._5 {
    height: 170px;
    margin-left: 8%;
  }

  .lien {
    font-size: 30px;
  }

  .lien.telephone, .lien.courriel {
    font-size: 22px;
  }

  .lien.courriel.paddingtop {
    font-size: 18px;
  }

  .lien.titrelanding {
    font-size: 36px;
  }

  .text-copyright {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .pinceau._1, .pinceau._2, .pinceau._3, .pinceau._4, .pinceau._5 {
    height: 115px;
    margin-left: 10%;
  }

  .lien {
    font-size: 25px;
  }

  .lien.telephone, .lien.courriel {
    font-size: 18px;
  }

  .lien.courriel.paddingtop {
    font-family: Circularstd book, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .lien.titrelanding {
    font-size: 25px;
    font-weight: 400;
  }

  .ligne {
    width: 16px;
    height: 3px;
    margin-top: 3px;
    margin-bottom: -4px;
  }
}


@font-face {
  font-family: 'Circularstd book';
  src: url('../fonts/CircularStd-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}