.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #000;
}

.heading {
  margin-top: 0px;
  padding-top: 45px;
  font-family: 'Great Vibes', cursive;
  color: #c898da;
  font-size: 57px;
  text-align: center;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 180px;
  min-height: 180px;
  margin-bottom: 50px;
  background-image: url('../images/Charles-morin-coach-logo-fond-fonce.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 100%;
  margin-right: 40px;
  margin-left: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 35px;
  margin-top: 20px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #62959e;
  border-radius: 7px;
  font-family: Oswald, sans-serif;
  color: #62959e;
  font-size: 20px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu:hover {
  border-color: #e8e6de;
  color: #e8e6de;
}

.menu.footer {
  display: none;
  width: 200px;
  margin-top: 0px;
}

.menu.footer.bouton-menu {
  margin-right: 22px;
  margin-bottom: 10px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid transparent;
  background-image: url('../images/charles-morin-coach-header-image_1.jpg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.text-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 85%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding: 20px 30px;
  border-top: 1px dashed #e8e6de;
  border-bottom: 1px dashed #e8e6de;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.75);
  font-family: Oswald, sans-serif;
  color: #62959e;
  font-size: 20px;
  line-height: 150%;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-4 {
  width: 100%;
  height: 100%;
  min-width: 50%;
  background-image: url('../images/charles-morin-coach-header-image.jpg');
  background-position: 81% 100%;
  background-size: 1500px;
  background-repeat: no-repeat;
}

.div-block-5 {
  height: 35px;
  margin-top: 20px;
  text-align: center;
}

.div-block-5.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
}

.icone-social {
  width: 35px;
  height: 35px;
  margin-right: 7px;
  margin-left: 7px;
  border-radius: 7px;
  background-image: url('../images/logo-facebook.svg');
  background-position: 0% 50%;
  background-size: cover;
}

.icone-social:hover {
  background-position: 100% 50%;
}

.icone-social.mail {
  background-image: url('../images/enveloppe-courriel-mail.svg');
}

.icone-social.footer {
  margin-left: 0px;
}

.a-propos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 140px 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #62959e;
  background-image: url('../images/texture-capitonne.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.heading-2 {
  font-family: Rajdhani, sans-serif;
  color: #62959e;
  font-size: 48px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-2.demarche {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #e8e6de;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
}

.heading-2.pied-de-page {
  color: #fff;
}

.textes-normal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Oswald, sans-serif;
  color: #626e70;
  font-size: 20px;
  line-height: 130%;
  font-weight: 200;
  letter-spacing: 1px;
}

.textes-normal.footer {
  margin-bottom: 21px;
  color: #e8e6de;
}

.textes-normal.footer.copyright {
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  text-transform: uppercase;
}

.textes-normal.boite-couleur {
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #62959e;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.textes-normal.demarche {
  margin-bottom: 15px;
  font-size: 20px;
}

.div-block-6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  border-radius: 10px;
  background-color: #e8e6de;
}

.div-block-7 {
  width: 25%;
}

.div-texte-normal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: auto;
  min-height: 600px;
  padding: 46px 40px 46px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-texte-normal.la-d-marche {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 130px 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: transparent;
}

.div-texte-normal.nous-joindre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  min-height: 65vh;
  padding-top: 70px;
  padding-bottom: 0px;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-9 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 700px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-image: url('../images/charles-morin-serein-transparent.png');
  background-position: 30% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.84;
}

.la-demarche {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e8e6de;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
}

.div-graphique-croissance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 10px;
  background-color: transparent;
}

.image {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: auto;
  margin-top: 0px;
  padding-top: 0px;
}

.div-block-10 {
  width: auto;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-13 {
  width: 100%;
  margin-bottom: 26px;
  padding: 15px 32px;
  border-radius: 10px;
  background-color: #62959e;
  background-image: none;
}

.div-block-13.texte {
  margin-top: 20px;
  border-style: dashed;
  border-width: 1px 0px;
  border-color: #626e70 #62959e #626e70;
  border-radius: 0px;
  background-color: transparent;
  background-image: none;
}

.div-block-14 {
  width: 60%;
  background-image: url('../images/charles-canape-footer.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link {
  color: #62959e;
  line-height: 100%;
  text-decoration: none;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 45px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-2 {
  margin-bottom: 14px;
  font-family: Oswald, sans-serif;
  color: #62959e;
  font-size: 18px;
  line-height: 130%;
  font-weight: 300;
  letter-spacing: 1px;
}

@media screen and (max-width: 991px) {
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-block {
    margin-right: 40px;
    padding-right: 0px;
  }

  .div-block {
    width: auto;
    height: auto;
    padding-top: 60px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .menu {
    width: 200px;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .div-block-2 {
    width: auto;
  }

  .div-block-3 {
    width: 100%;
    height: 1100px;
  }

  .text-block {
    left: 40px;
    right: 40px;
    width: auto;
    margin-bottom: 62px;
    font-size: 18px;
  }

  .div-block-5 {
    margin-top: 9px;
  }

  .div-block-5.footer {
    background-color: transparent;
  }

  .textes-normal.footer {
    background-color: transparent;
  }

  .textes-normal.boite-couleur {
    font-size: 18px;
  }

  .div-block-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-texte-normal {
    width: auto;
    min-height: 500px;
  }

  .div-texte-normal.la-d-marche {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .div-texte-normal.nous-joindre {
    position: relative;
    z-index: 1;
    width: 60%;
    min-height: 50vh;
    padding-top: 50px;
  }

  .div-block-9 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    background-color: rgba(98, 149, 158, 0.27);
    background-position: 50% 0%;
  }

  .footer {
    position: relative;
  }

  .div-graphique-croissance {
    width: 100%;
  }

  .image {
    min-height: auto;
    margin-top: 24px;
    margin-bottom: 17px;
  }

  .div-block-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-12 {
    width: 100%;
  }

  .div-block-14 {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-position: 120% 0%;
    background-size: contain;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: auto;
  }

  .link-block {
    margin-right: 0px;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu {
    width: 100%;
  }

  .menu.footer {
    width: 300px;
  }

  .menu.footer.bouton-menu {
    margin-right: 0px;
  }

  .div-block-2 {
    width: 300px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-3 {
    height: 500px;
  }

  .text-block {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .div-block-5.footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .a-propos {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-2 {
    font-size: 42px;
    line-height: 100%;
  }

  .heading-2.demarche {
    font-size: 42px;
  }

  .textes-normal {
    font-size: 18px;
  }

  .textes-normal.footer {
    text-align: center;
  }

  .textes-normal.footer.copyright {
    margin-top: 40px;
    background-color: #000;
  }

  .textes-normal.boite-couleur {
    font-size: 16px;
  }

  .textes-normal.demarche {
    font-size: 18px;
  }

  .div-block-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-texte-normal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding: 19px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-texte-normal.la-d-marche {
    padding: 80px 40px;
  }

  .div-texte-normal.nous-joindre {
    width: 100%;
    min-height: auto;
    padding-left: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-9 {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 400px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    background-color: rgba(98, 149, 158, 0.27);
    background-position: 50% 50%;
  }

  .footer {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-graphique-croissance {
    padding-top: 20px;
  }

  .div-block-14 {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    height: 500px;
    background-position: -26% 100%;
    background-size: cover;
  }

  .div-block-15 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-16 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-2 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .link-block {
    width: 280px;
    height: 168px;
    min-height: auto;
  }

  .div-block {
    margin-right: 0px;
    margin-left: 0px;
  }

  .menu.footer {
    width: 280px;
  }

  .div-block-2 {
    width: 280px;
  }

  .div-block-3 {
    height: 400px;
  }

  .text-block {
    left: 20px;
    top: auto;
    right: 20px;
    bottom: 0%;
    width: auto;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 14px;
    line-height: 130%;
  }

  .a-propos {
    padding: 50px 20px 60px;
  }

  .heading-2 {
    font-size: 38px;
  }

  .heading-2.demarche {
    font-size: 38px;
  }

  .textes-normal {
    font-size: 17px;
  }

  .textes-normal.boite-couleur {
    font-size: 15px;
  }

  .textes-normal.demarche {
    font-size: 17px;
  }

  .div-texte-normal {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-texte-normal.la-d-marche {
    padding: 40px 20px;
  }

  .div-texte-normal.nous-joindre {
    padding-top: 40px;
    padding-left: 20px;
  }

  .div-block-9 {
    border-bottom-left-radius: 10px;
  }

  .div-graphique-croissance {
    margin-bottom: 20px;
    padding-top: 15px;
  }

  .image {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-13 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-13.texte {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .text-block-2 {
    font-size: 17px;
  }
}

#w-node-62597c34533c-d147762e {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

