@charset "UTF-8";
/* SASS and Global'ish Stuff */
/* @import "base/meyer-reset"; */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /* font-size: 100%; 
  font: inherit;*/
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: circeslab;
  src: url("./fonts/circe/circe-slab-200normal.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: circeslab;
  src: url("./fonts/circe/circe-slab-700normal.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* @font-face {
    font-family: circe;
    src: url('./fonts/circe/circe200normal.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap
} */
@font-face {
  font-family: circe;
  src: url("./fonts/circe/circe400normal.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: circe;
  src: url("./fonts/circe/circe700normal.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: circe;
  src: url("./fonts/circe/circe800normal.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: circe;
  src: url("./fonts/circe/circe400italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: professor;
  src: url("./fonts/professor/professor400normal.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html, body {
  min-height: 100vh;
  max-width: 100vw;
  margin: 0;
  font-family: circe, sans-serif;
  position: relative;
}
body {
  overflow-x: hidden;
}

header {
  clear: both;
  position: relative;
  height: 100px;
  /*   @include media(mobile){
      margin: 12px 18px;
    }
    @include media(tablet, desktop, largeScreen){
        margin: 39px 57px;
    } */
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  header {
    margin: 13px 20px;
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  header {
    margin: 13px 20px;
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  header {
    margin: 30px 20px;
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  header {
    margin: 30px 50px;
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  header {
    margin: 30px 50px;
    width: calc(100% - 100px);
  }
}

footer {
  clear: both;
  position: relative;
  height: 493px;
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  footer {
    margin-top: -417px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  footer {
    margin-top: -417px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  footer {
    margin-top: -417px;
  }
}

main {
  min-height: calc(100vh - 160px - 493px - 76px);
  margin: 0 auto;
  margin-bottom: 493px;
  width: calc(100% - 100px);
  max-width: 1296px;
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  main {
    margin-top: 115px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  main {
    margin-top: 115px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  main {
    margin-top: 115px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  main {
    width: calc(100% - 74px);
    margin-bottom: 530px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  main {
    width: calc(100% - 74px);
    margin-bottom: 530px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a, a:visited {
  text-decoration: none;
  font-family: circe, sans-serif, sans-serif;
}

p,
ul,
ol {
  margin: 0 0 1.65em 0;
}

p,
li {
  line-height: 1.35;
}

li {
  list-style: none;
}

h1, h2, h3, h4 {
  font-family: circeslab, sans-serif;
}

.text-content {
  max-width: 1100px !important;
  margin: 0 auto !important;
}

.hidden {
  display: none !important;
}

[class^=hidden] {
  display: none !important;
}

.bold {
  font-weight: bold;
}

.title-font {
  font-family: circeslab, sans-serif;
}

.double-weight-title {
  font-size: 90px;
  font-weight: 200;
  font-family: circeslab, sans-serif;
  margin: 30px 0;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  .double-weight-title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  .double-weight-title {
    font-size: 60px;
    line-height: 58px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  .double-weight-title {
    font-size: 70px;
    line-height: 68px;
  }
}

@media screen and (min-width: 0px) and (max-width: 479px) {
  .double-weight-title.metiers b {
    margin-left: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  .double-weight-title.metiers b {
    margin-left: 0;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  .double-weight-title.metiers b {
    margin-left: 100px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  .double-weight-title.metiers b {
    margin-left: 100px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  .double-weight-title.metiers b {
    margin-left: 100px;
  }
}

@media screen and (min-width: 0px) and (max-width: 479px) {
  .double-weight-title.approcheEcoresponsable b::before {
    content: "";
    display: block;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  .double-weight-title.approcheEcoresponsable b::before {
    content: "";
    display: block;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  .double-weight-title.approcheEcoresponsable b {
    margin-left: -330px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  .double-weight-title.approcheEcoresponsable b {
    margin-left: -330px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  .double-weight-title.approcheEcoresponsable b {
    margin-left: -330px;
    white-space: nowrap;
  }
}

@media screen and (min-width: 980px) and (max-width: 1342px) {
  .double-weight-title.secteursDActivite {
    margin-left: 400px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  .double-weight-title.secteursDActivite {
    margin-left: 400px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  .double-weight-title.secteursDActivite {
    margin-left: 400px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  .double-weight-title.secteursDActivite b::before {
    content: "";
    display: block;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  .double-weight-title.secteursDActivite b::before {
    content: "";
    display: block;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  .double-weight-title.secteursDActivite b {
    margin-left: -400px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  .double-weight-title.secteursDActivite b {
    margin-left: -400px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  .double-weight-title.secteursDActivite b {
    margin-left: -400px;
  }
}

.go-back {
  cursor: pointer;
  text-transform: uppercase;
  font-family: circe, sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 48px;
}
.go-back::before {
  content: "←";
  color: #ED8E2F;
  font-weight: 400;
  font-size: 24px;
  padding-right: 10px;
}

#breadcrumbs {
  font-size: 14px;
  line-height: 25px;
  margin: 0;
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #breadcrumbs {
    margin-top: 60px;
  }
  #breadcrumbs.child {
    margin-top: -60px !important;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #breadcrumbs {
    margin-top: 60px;
  }
  #breadcrumbs.child {
    margin-top: -60px !important;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #breadcrumbs {
    margin-top: 60px;
  }
  #breadcrumbs.child {
    margin-top: -60px !important;
  }
}
#breadcrumbs .breadcrumbs-before a, #breadcrumbs .breadcrumbs-before a:visited {
  color: #ED8E2F;
}
#breadcrumbs .breadcrumbs-before a::after, #breadcrumbs .breadcrumbs-before a:visited::after {
  content: ">";
  color: black;
  font-size: 12px;
  padding: 3px 3px 0px 8px;
}

.page-over-title {
  font-family: circeslab, sans-serif;
  font-weight: 100;
  color: #ED8E2F;
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  .page-over-title {
    font-size: 40px;
    line-height: 72px;
    margin-top: 40px;
  }
  .page-over-title.child {
    width: 800px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  .page-over-title {
    font-size: 40px;
    line-height: 72px;
    margin-top: 40px;
  }
  .page-over-title.child {
    width: 800px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  .page-over-title {
    font-size: 40px;
    line-height: 72px;
    margin-top: 40px;
  }
  .page-over-title.child {
    width: 800px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 40px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  .page-over-title {
    font-size: 20px;
    line-height: 37px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  .page-over-title {
    font-size: 20px;
    line-height: 37px;
    margin-top: 20px;
  }
}

.page-title {
  font-family: circeslab, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  .page-title {
    font-size: 80px;
    line-height: 87px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  .page-title {
    font-size: 80px;
    line-height: 87px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  .page-title {
    font-size: 80px;
    line-height: 87px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  .page-title {
    font-size: 50px;
    line-height: 57px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  .page-title {
    font-size: 50px;
    line-height: 57px;
  }
}

.wp-block-button__link, .wp-element-button,
.bouton {
  font-family: circe, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: black;
  font-size: 16px !important;
  background-color: transparent !important;
  padding-left: 0;
  padding-right: 0;
}
.wp-block-button__link::after, .wp-element-button::after,
.bouton::after {
  content: "→";
  color: #ED8E2F;
  font-family: circe, sans-serif;
  padding-left: 7px;
  transition-duration: 300ms;
}
.wp-block-button__link:hover:after, .wp-element-button:hover:after,
.bouton:hover:after {
  padding-left: 14px;
}

.bouton2 {
  margin: 0 auto;
  margin-top: 100px;
  width: fit-content;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  .bouton2 {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  .bouton2 {
    margin-bottom: 50px;
  }
}
.bouton2 img {
  width: 17px;
  height: 17px;
  margin-left: 10px;
  margin-bottom: -2px;
}
.bouton2 a, .bouton2 a:visited {
  font-size: 20px;
  color: white;
  background-color: #ED8E2F;
  padding: 20px 30px;
  transition: background-color 0.3s;
}
.bouton2 a:hover, .bouton2 a:visited:hover {
  background-color: black;
  color: white;
}
.bouton2 a:hover img, .bouton2 a:visited:hover img {
  filter: invert(85%) sepia(7%) saturate(916%) hue-rotate(318deg) brightness(108%) contrast(121%);
  filter: invert(81%) sepia(0%) saturate(9%) hue-rotate(248deg) brightness(83%) contrast(87%);
}

@media screen and (min-width: 0px) and (max-width: 479px) {
  .desktop {
    display: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  .desktop {
    display: none;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  .desktop {
    display: block;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  .desktop {
    display: block;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  .desktop {
    display: block;
  }
}

@media screen and (min-width: 0px) and (max-width: 479px) {
  .mobile {
    display: block;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  .mobile {
    display: block;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  .mobile {
    display: none;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  .mobile {
    display: none;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  .mobile {
    display: none;
  }
}

.page-standard {
  /* .wp-block-column{
      figure{
          margin: 0 !important;
      }
  } */
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  .page-standard {
    overflow-x: hidden;
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  .page-standard {
    overflow-x: hidden;
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
.page-standard h1 {
  font-size: 68px;
  line-height: 71px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  .page-standard h1 {
    width: 800px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  .page-standard h1 {
    width: 800px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  .page-standard h1 {
    width: 800px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  .page-standard h1 {
    width: calc(100% - 20px);
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  .page-standard h1 {
    width: calc(100% - 20px);
  }
}
.page-standard h1::after {
  content: "";
  width: 371px;
  height: 20px;
  border-bottom: #ED8E2F 2px solid;
  margin-bottom: 50px;
}
.page-standard h2 {
  color: #ED8E2F;
  font-size: 25px;
  line-height: 25px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 60px;
  font-weight: bold;
  max-width: 100%;
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  .page-standard h2 {
    width: 800px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  .page-standard h2 {
    width: 800px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  .page-standard h2 {
    width: 800px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  .page-standard h2 {
    width: calc(100% - 20px);
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  .page-standard h2 {
    width: calc(100% - 20px);
  }
}
.page-standard h3 {
  font-size: 22px;
  line-height: 25px;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 100%;
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  .page-standard h3 {
    width: 800px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  .page-standard h3 {
    width: 800px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  .page-standard h3 {
    width: 800px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  .page-standard h3 {
    width: calc(100% - 20px);
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  .page-standard h3 {
    width: calc(100% - 20px);
  }
}
.page-standard p {
  font-size: 18px;
  line-height: 25px;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 100%;
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  .page-standard p {
    width: 800px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  .page-standard p {
    width: 800px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  .page-standard p {
    width: 800px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  .page-standard p {
    width: calc(100% - 20px);
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  .page-standard p {
    width: calc(100% - 20px);
  }
}
.page-standard .page-standard-content {
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  .page-standard .page-standard-content {
    width: 800px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  .page-standard .page-standard-content {
    width: 800px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  .page-standard .page-standard-content {
    width: 800px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  .page-standard .page-standard-content {
    width: calc(100% - 20px);
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  .page-standard .page-standard-content {
    width: calc(100% - 20px);
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  .page-standard .page-projet-content {
    width: calc(100% - 20px);
    margin: 0 auto;
    max-width: 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  .page-standard .page-projet-content {
    width: calc(100% - 20px);
    margin: 0 auto;
    max-width: 100%;
  }
}
.page-standard .wp-block-quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 907px;
  max-width: 100%;
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  .page-standard .wp-block-quote {
    margin: 150px auto;
    width: 800px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  .page-standard .wp-block-quote {
    margin: 150px auto;
    width: 800px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  .page-standard .wp-block-quote {
    margin: 150px auto;
    width: 800px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  .page-standard .wp-block-quote {
    margin: 30px auto;
    width: calc(100% - 20px);
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  .page-standard .wp-block-quote {
    margin: 30px auto;
    width: calc(100% - 20px);
  }
}
.page-standard .wp-block-quote p {
  font-weight: 400;
  color: #ED8E2F;
  font-family: circeslab, sans-serif;
  font-size: 38px;
  line-height: 55px;
  margin-bottom: 20px;
  text-align: center;
}
.page-standard .wp-block-quote cite {
  font-weight: 400;
  font-size: 25px;
  line-height: 55px;
  font-style: normal !important;
  text-align: center;
}
.page-standard ul li {
  font-size: 18px;
  line-height: 25px;
  margin: 0 auto;
  padding: 0;
  max-width: calc(100% - 40px);
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  .page-standard ul li {
    padding-left: 40px;
    width: 760px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  .page-standard ul li {
    padding-left: 40px;
    width: 760px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  .page-standard ul li {
    padding-left: 40px;
    width: 760px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  .page-standard ul li {
    width: calc(100% - 20px);
    margin: 0 auto 10px auto;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  .page-standard ul li {
    width: calc(100% - 20px);
    margin: 0 auto 10px auto;
  }
}
.page-standard ul li::before {
  content: url(../public/images/puce.svg);
  filter: invert(62%) sepia(71%) saturate(1183%) hue-rotate(341deg) brightness(99%) contrast(88%);
  width: 12px;
  height: 12px;
  margin-left: -20px;
  margin-right: 8px;
}
.page-standard ul {
  max-width: 100%;
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  .page-standard ul {
    margin-left: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  .page-standard ul {
    margin-left: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  .page-standard ul {
    margin-left: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  .page-standard ul {
    margin-left: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  .page-standard ul {
    margin-left: 20px;
    margin-bottom: 40px;
  }
}
.page-standard ul.clients_secteurs_dactivites {
  display: flex;
  flex-wrap: wrap;
}
.page-standard ul.clients_secteurs_dactivites li::before {
  content: "";
}
.page-standard ul.clients_secteurs_dactivites img {
  height: 150px !important;
  width: auto;
}
.page-standard ul.clients_secteurs_dactivites li {
  width: fit-content;
}
.page-standard .liste-exergue ul {
  margin: 0 auto;
}
.page-standard .liste-exergue ul li {
  font-family: circeslab, sans-serif;
  font-size: 24px;
  line-height: 26px;
  font-weight: medium;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.page-standard .liste-exergue ul li::before {
  content: "+";
  font-size: 16px;
  width: 12px;
  height: 12px;
  margin-left: -12px;
  margin-right: 5px;
  color: #ED8E2F;
}
.page-standard .wp-block-media-text {
  margin: 0 auto;
  margin-bottom: 80px;
  max-width: 100%;
  grid-template-columns: 385px 385px;
  column-gap: 30px;
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  .page-standard .wp-block-media-text {
    width: 800px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  .page-standard .wp-block-media-text {
    width: 800px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  .page-standard .wp-block-media-text {
    width: 800px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  .page-standard .wp-block-media-text {
    width: calc(100% - 20px);
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  .page-standard .wp-block-media-text {
    width: calc(100% - 20px);
  }
}
.page-standard .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
  margin: 0;
}
.page-standard .wp-block-media-text .wp-block-media-text__content h1, .page-standard .wp-block-media-text .wp-block-media-text__content h2, .page-standard .wp-block-media-text .wp-block-media-text__content h3, .page-standard .wp-block-media-text .wp-block-media-text__content h4, .page-standard .wp-block-media-text .wp-block-media-text__content p, .page-standard .wp-block-media-text .wp-block-media-text__content div, .page-standard .wp-block-media-text .wp-block-media-text__content span {
  width: 100%;
  padding: 0;
  margin: 0;
}
.page-standard .wp-block-image.size-full {
  margin-bottom: 80px;
}
.page-standard .wp-block-image.size-full img {
  width: 100%;
}
.page-standard .wp-block-column.is-vertically-aligned-center {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: auto;
}
.page-standard .wp-block-gallery {
  margin-bottom: 8px;
}
.page-standard .wp-block-image:has(figcaption) {
  margin-bottom: 70px !important;
}
.page-standard figcaption {
  bottom: -60px !important;
  left: 20px !important;
  width: calc(100% - 14px) !important;
  /* margin-left: 20px;
  margin-bottom: -60px !important; */
  height: 80px;
  padding-left: 15px !important;
  padding-top: 30px !important;
  z-index: 2;
  font-size: 16px !important;
  font-weight: bold;
  background: none !important;
  color: black !important;
  text-align: left !important;
  padding-bottom: 0 !important;
  overflow-wrap: break-word;
  border-left: solid orange 2px;
  overflow-y: hidden !important;
}
.page-standard .evf-recaptcha-container {
  padding-left: 15px !important;
  margin-top: 30px !important;
}
.page-standard .evf-field-container .evf-label {
  font-family: circe, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: black;
}
.page-standard .evf-field-container .required {
  color: #ED8E2F;
}
.page-standard .evf-field-container input[type=text], .page-standard .evf-field-container input[type=email], .page-standard .evf-field-container input[type=tel] {
  height: 50px !important;
}
.page-standard .evf-field-container input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  border: solid 1px rgb(200, 200, 200);
  border-radius: 0 !important;
}
.page-standard .evf-field-container .evf-privacy-policy-consent-message {
  font-family: circe, sans-serif;
  font-size: 18px;
  padding-left: 5px;
}
.page-standard .evf-field-container .evf-field-file-upload {
  margin-bottom: 40px !important;
}

.bouton-everest {
  font-family: circe, sans-serif !important;
  font-weight: bold !important;
  font-size: 18px !important;
  color: white !important;
  background-color: #ED8E2F !important;
  border: 0px transparent solid !important;
  border-radius: 0 !important;
}

@media screen and (min-width: 0px) and (max-width: 479px) {
  .pageErreur #interroqcq {
    display: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  .pageErreur #interroqcq {
    display: none;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  .pageErreur #interroqcq {
    position: absolute;
    z-index: -1;
    top: 290px;
    right: 290px;
    width: 78px;
    height: 80px;
    background-image: url("https://www.canopee.cc/wp-content/themes/canopee/public/images/interrogation.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  .pageErreur #interroqcq {
    position: absolute;
    z-index: -1;
    top: 290px;
    right: 290px;
    width: 78px;
    height: 80px;
    background-image: url("https://www.canopee.cc/wp-content/themes/canopee/public/images/interrogation.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  .pageErreur #interroqcq {
    position: absolute;
    z-index: -1;
    top: 290px;
    right: 290px;
    width: 78px;
    height: 80px;
    background-image: url("https://www.canopee.cc/wp-content/themes/canopee/public/images/interrogation.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.pageErreur h3 {
  color: #ED8E2F;
  margin-top: 120px;
}
.pageErreur .menuQCQ {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 800px;
  max-width: 100%;
}
.pageErreur .menuQCQ a {
  width: 800px;
  max-width: 100%;
  margin: 20px 0;
}

/* modules */
header {
  margin-right: 20px;
}
header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto;
  width: 100%;
  max-width: 1296px;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  header .logo {
    width: 262px;
  }
  header .logo img {
    width: 238px;
    height: 69px;
    max-width: 238px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  header .logo {
    width: 262px;
  }
  header .logo img {
    width: 238px;
    height: 69px;
    max-width: 238px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  header .logo {
    width: 262px;
    padding-right: 80px;
  }
  header .logo img {
    width: 238px;
    height: 69px;
    max-width: 238px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  header .logo {
    width: 461px;
    padding-right: 120px;
  }
  header .logo img {
    width: 341px;
    height: 99px;
    max-width: 341px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  header .logo {
    width: 461px;
    padding-right: 120px;
  }
  header .logo img {
    width: 341px;
    height: 99px;
    max-width: 341px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  header ul.menu_header {
    display: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  header ul.menu_header {
    display: none;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  header ul.menu_header {
    width: 100%;
    height: calc(100% - 22px);
    margin: 0;
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header ul.menu_header li a, header ul.menu_header li a:visited {
    font-size: 20px;
    color: #100E0D;
  }
  header ul.menu_header li {
    position: relative;
  }
  header ul.menu_header li::before {
    content: "";
    width: 0;
  }
  header ul.menu_header li .border-bottom {
    position: absolute;
    bottom: 0;
    left: 10px;
    border-bottom: 1px transparent solid;
    width: calc(100% - 20px);
    transition: width 0.2s linear, transform 0.2s linear;
  }
  header ul.menu_header li:hover .border-bottom {
    border-bottom: 1px #ED8E2F solid;
    width: 100%;
    transform: translateX(-10px);
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  header ul.menu_header {
    width: 100%;
    height: calc(100% - 22px);
    margin: 0;
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header ul.menu_header li a, header ul.menu_header li a:visited {
    font-size: 20px;
    color: #100E0D;
  }
  header ul.menu_header li {
    position: relative;
  }
  header ul.menu_header li::before {
    content: "";
    width: 0;
  }
  header ul.menu_header li .border-bottom {
    position: absolute;
    bottom: 0;
    left: 10px;
    border-bottom: 1px transparent solid;
    width: calc(100% - 20px);
    transition: width 0.2s linear, transform 0.2s linear;
  }
  header ul.menu_header li:hover .border-bottom {
    border-bottom: 1px #ED8E2F solid;
    width: 100%;
    transform: translateX(-10px);
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  header ul.menu_header {
    width: 100%;
    height: calc(100% - 22px);
    margin: 0;
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header ul.menu_header li a, header ul.menu_header li a:visited {
    font-size: 20px;
    color: #100E0D;
  }
  header ul.menu_header li {
    position: relative;
  }
  header ul.menu_header li::before {
    content: "";
    width: 0;
  }
  header ul.menu_header li .border-bottom {
    position: absolute;
    bottom: 0;
    left: 10px;
    border-bottom: 1px transparent solid;
    width: calc(100% - 20px);
    transition: width 0.2s linear, transform 0.2s linear;
  }
  header ul.menu_header li:hover .border-bottom {
    border-bottom: 1px #ED8E2F solid;
    width: 100%;
    transform: translateX(-10px);
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  header .burger #input {
    overflow: visible;
    position: relative;
  }
  header .burger #input #cernes {
    position: absolute;
    overflow: hidden;
    top: -40px;
    left: -50px;
    width: 100px;
    height: 125px;
  }
  header .burger #input #cernes img {
    position: absolute;
    width: 114px;
    height: 104px;
    max-width: 114px !important;
  }
  header .burger #input #checkbox {
    width: 22px;
    height: 19px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: none;
    content: none;
    position: fixed;
    top: 52px;
    right: 27px;
    width: 22px;
    height: 19px;
    max-width: 22px !important;
    z-index: 7;
  }
  header .burger #input #checkbox + label .burger_list {
    display: none;
  }
  header .burger #input #checkbox + label img {
    z-index: 6;
    margin-right: 10px;
    width: 22px;
    height: 19px;
  }
  header .burger #input #checkbox:checked + label .burger_list {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    margin: 0;
    height: 100vh;
    overflow-y: auto;
    overflow-X: hidden;
    background-color: #ED8E2F;
    color: white;
    padding-top: 106px;
  }
  header .burger #input #checkbox:checked + label .burger_list #cernes_fond_orange {
    position: absolute;
    top: 15px;
    right: -25px;
  }
  header .burger #input #checkbox:checked + label .burger_list li a, header .burger #input #checkbox:checked + label .burger_list li a:visited {
    color: white;
    font-family: circeslab, sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 48px;
    padding-left: 37px;
  }
  header .burger #input #checkbox:checked + label .burger_list li a::after, header .burger #input #checkbox:checked + label .burger_list li a:visited::after {
    content: "→";
    font-size: 14px;
    color: black;
    font-family: circe, sans-serif;
    padding-left: 7px;
    transition-duration: 300ms;
  }
  header .burger #input #checkbox:checked + label .burger_list li a:hover:after, header .burger #input #checkbox:checked + label .burger_list li a:visited:hover:after {
    padding-left: 14px;
  }
  header .burger #input #checkbox:checked ~ body {
    overflow: hidden !important;
  }
  header .burger #input .bottom-deco {
    position: fixed;
    bottom: -270px;
    right: -290px;
    width: 440px;
    height: 401px;
  }
  header .burger #input #checkbox:checked + label img {
    z-index: 6;
  }
  header .burger #input #close-burger-menu {
    position: fixed;
    top: 55px;
    right: 24px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  header .burger #input {
    overflow: visible;
    position: relative;
  }
  header .burger #input #cernes {
    position: absolute;
    overflow: hidden;
    top: -40px;
    left: -50px;
    width: 100px;
    height: 125px;
  }
  header .burger #input #cernes img {
    position: absolute;
    width: 114px;
    height: 104px;
    max-width: 114px !important;
  }
  header .burger #input #checkbox {
    width: 22px;
    height: 19px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: none;
    content: none;
    position: fixed;
    top: 52px;
    right: 27px;
    width: 22px;
    height: 19px;
    max-width: 22px !important;
    z-index: 7;
  }
  header .burger #input #checkbox + label .burger_list {
    display: none;
  }
  header .burger #input #checkbox + label img {
    z-index: 6;
    margin-right: 10px;
    width: 22px;
    height: 19px;
  }
  header .burger #input #checkbox:checked + label .burger_list {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    margin: 0;
    height: 100vh;
    overflow-y: auto;
    overflow-X: hidden;
    background-color: #ED8E2F;
    color: white;
    padding-top: 106px;
  }
  header .burger #input #checkbox:checked + label .burger_list #cernes_fond_orange {
    position: absolute;
    top: 15px;
    right: -25px;
  }
  header .burger #input #checkbox:checked + label .burger_list li a, header .burger #input #checkbox:checked + label .burger_list li a:visited {
    color: white;
    font-family: circeslab, sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 48px;
    padding-left: 37px;
  }
  header .burger #input #checkbox:checked + label .burger_list li a::after, header .burger #input #checkbox:checked + label .burger_list li a:visited::after {
    content: "→";
    font-size: 14px;
    color: black;
    font-family: circe, sans-serif;
    padding-left: 7px;
    transition-duration: 300ms;
  }
  header .burger #input #checkbox:checked + label .burger_list li a:hover:after, header .burger #input #checkbox:checked + label .burger_list li a:visited:hover:after {
    padding-left: 14px;
  }
  header .burger #input #checkbox:checked ~ body {
    overflow: hidden !important;
  }
  header .burger #input .bottom-deco {
    position: fixed;
    bottom: -270px;
    right: -290px;
    width: 440px;
    height: 401px;
  }
  header .burger #input #checkbox:checked + label img {
    z-index: 6;
  }
  header .burger #input #close-burger-menu {
    position: fixed;
    top: 55px;
    right: 24px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  header .burger {
    display: none;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  header .burger {
    display: none;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  header .burger {
    display: none;
  }
}

body.menu-open {
  overflow: hidden;
}

footer {
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  footer .footer-top {
    height: 145px;
    overflow: hidden;
  }
  footer .footer-top img {
    height: 170px;
    width: 273px;
    margin-left: -41px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  footer .footer-top {
    height: 145px;
    overflow: hidden;
  }
  footer .footer-top img {
    height: 170px;
    width: 273px;
    margin-left: -41px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  footer .footer-top {
    height: 213px;
    overflow: hidden;
  }
  footer .footer-top img {
    height: 312px;
    width: 502px;
    margin-left: calc(50% - 552px);
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  footer .footer-top {
    height: 213px;
    overflow: hidden;
  }
  footer .footer-top img {
    height: 312px;
    width: 502px;
    margin-left: calc(50% - 552px);
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  footer .footer-top {
    height: 213px;
    overflow: hidden;
  }
  footer .footer-top img {
    height: 312px;
    width: 502px;
    margin-left: calc(50% - 552px);
  }
}
footer .footer-middle {
  position: absolute;
  background-color: #ED8E2F;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  footer .footer-middle {
    padding: 26px;
    height: 156px;
    width: 248px;
    left: calc(50% - 150px);
    top: 54px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  footer .footer-middle {
    padding: 26px;
    height: 156px;
    width: 248px;
    left: calc(50% - 150px);
    top: 54px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  footer .footer-middle {
    height: 228px;
    width: 750px;
    left: calc(50% - 375px);
    top: 100px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  footer .footer-middle {
    height: 228px;
    width: 750px;
    left: calc(50% - 375px);
    top: 100px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  footer .footer-middle {
    height: 228px;
    width: 750px;
    left: calc(50% - 375px);
    top: 100px;
  }
}
footer .footer-middle .ligne1 {
  color: white;
  font-family: circeslab, sans-serif;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  footer .footer-middle .ligne1 {
    font-size: 30px;
    line-height: 33px;
    width: 248px;
    margin-bottom: 21px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  footer .footer-middle .ligne1 {
    font-size: 30px;
    line-height: 33px;
    width: 248px;
    margin-bottom: 21px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  footer .footer-middle .ligne1 {
    margin-top: 33px;
    font-size: 45px;
    line-height: 48px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  footer .footer-middle .ligne1 {
    margin-top: 33px;
    font-size: 45px;
    line-height: 48px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  footer .footer-middle .ligne1 {
    margin-top: 33px;
    font-size: 45px;
    line-height: 48px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  footer .footer-middle .ligne1 .span1 {
    display: block;
  }
  footer .footer-middle .ligne1 .span1::after {
    content: "\a ";
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  footer .footer-middle .ligne1 .span1 {
    display: block;
  }
  footer .footer-middle .ligne1 .span1::after {
    content: "\a ";
  }
}
footer .footer-middle .ligne1 .span2 {
  font-weight: 200;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  footer .footer-middle .ligne2 {
    display: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  footer .footer-middle .ligne2 {
    display: none;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  footer .footer-middle .ligne2 {
    color: #FFC386;
    font-size: 45px;
    font-family: professor, cursive;
    font-weight: normal;
    line-height: 25px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  footer .footer-middle .ligne2 {
    color: #FFC386;
    font-size: 45px;
    font-family: professor, cursive;
    font-weight: normal;
    line-height: 25px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  footer .footer-middle .ligne2 {
    color: #FFC386;
    font-size: 45px;
    font-family: professor, cursive;
    font-weight: normal;
    line-height: 25px;
    margin-top: 10px;
  }
}
footer .footer-middle .ligne3 {
  font-weight: bold;
  font-family: circe, sans-serif;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  footer .footer-middle .ligne3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  footer .footer-middle .ligne3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  footer .footer-middle .ligne3 {
    font-size: 28px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  footer .footer-middle .ligne3 {
    font-size: 28px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  footer .footer-middle .ligne3 {
    font-size: 28px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  footer .footer-middle .ligne3 .separateur {
    display: block;
  }
  footer .footer-middle .ligne3 .separateur::after {
    content: "\a ";
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  footer .footer-middle .ligne3 .separateur {
    display: block;
  }
  footer .footer-middle .ligne3 .separateur::after {
    content: "\a ";
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  footer .footer-middle .ligne3 .separateur::before {
    content: " ·";
    color: white !important;
    font-size: 32px;
    padding: 0 13px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  footer .footer-middle .ligne3 .separateur::before {
    content: " ·";
    color: white !important;
    font-size: 32px;
    padding: 0 13px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  footer .footer-middle .ligne3 .separateur::before {
    content: " ·";
    color: white !important;
    font-size: 32px;
    padding: 0 13px;
  }
}
footer .footer-bottom {
  background-color: #100E0D;
  color: white;
  /* .newsletter{
      @include media(mobile, tabletVertical){
          display: none;
      }
      @include media(tabletHorizontal, desktop, largeScreen){
          margin-left: calc(50% - 133px);
          margin-top: 42px;
          .bouton{
              color: white;
              background-color: transparent;
          }
      }
  } */
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  footer .footer-bottom {
    height: 300px;
    padding-top: 170px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  footer .footer-bottom {
    height: 300px;
    padding-top: 170px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  footer .footer-bottom {
    padding-top: 172px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  footer .footer-bottom {
    padding-top: 172px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  footer .footer-bottom {
    padding-top: 172px;
  }
}
footer .footer-bottom .reseaux {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 261px;
}
footer .footer-bottom .reseaux svg {
  fill: white;
}
footer .footer-bottom .reseaux a:hover svg {
  fill: #ED8E2F;
}
footer .footer-bottom .menu_footer {
  display: flex;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  footer .footer-bottom .menu_footer {
    margin-top: 76px;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  footer .footer-bottom .menu_footer {
    margin-top: 76px;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  footer .footer-bottom .menu_footer {
    margin-top: 34px;
    justify-content: center;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  footer .footer-bottom .menu_footer {
    margin-top: 34px;
    justify-content: center;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  footer .footer-bottom .menu_footer {
    margin-top: 34px;
    justify-content: center;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  footer .footer-bottom .menu_footer ul {
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  footer .footer-bottom .menu_footer ul {
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  footer .footer-bottom .menu_footer ul {
    width: fit-content;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  footer .footer-bottom .menu_footer ul {
    width: fit-content;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  footer .footer-bottom .menu_footer ul {
    width: fit-content;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
footer .footer-bottom .menu_footer ul li a, footer .footer-bottom .menu_footer ul li a:visited {
  font-size: 12px;
  color: white;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  footer .footer-bottom .menu_footer ul li a, footer .footer-bottom .menu_footer ul li a:visited {
    font-weight: 200;
    line-height: 30px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  footer .footer-bottom .menu_footer ul li a, footer .footer-bottom .menu_footer ul li a:visited {
    font-weight: 200;
    line-height: 30px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  footer .footer-bottom .menu_footer ul .dot {
    display: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  footer .footer-bottom .menu_footer ul .dot {
    display: none;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  footer .footer-bottom .menu_footer ul .dot {
    color: #ED8E2F;
    padding: 0 8px;
    padding-bottom: 2px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  footer .footer-bottom .menu_footer ul .dot {
    color: #ED8E2F;
    padding: 0 8px;
    padding-bottom: 2px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  footer .footer-bottom .menu_footer ul .dot {
    color: #ED8E2F;
    padding: 0 8px;
    padding-bottom: 2px;
  }
}
footer .footer-bottom .menu_footer ul li {
  position: relative;
}
footer .footer-bottom .menu_footer ul li .border-bottom {
  position: absolute;
  bottom: 0;
  left: 10px;
  border-bottom: 1px transparent solid;
  width: calc(100% - 20px);
  transition: width 0.2s linear, transform 0.2s linear;
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  footer .footer-bottom .menu_footer ul li:hover .border-bottom {
    border-bottom: 1px #ED8E2F solid;
    width: 100%;
    transform: translateX(-10px);
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  footer .footer-bottom .menu_footer ul li:hover .border-bottom {
    border-bottom: 1px #ED8E2F solid;
    width: 100%;
    transform: translateX(-10px);
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  footer .footer-bottom .menu_footer ul li:hover .border-bottom {
    border-bottom: 1px #ED8E2F solid;
    width: 100%;
    transform: translateX(-10px);
  }
}
footer .footer-bottom .menu_footer ul > :last-child {
  display: none;
}
footer .footer-bottom #copyright {
  font-weight: 400;
  font-size: 8px;
  line-height: 30px;
  margin-left: 20px;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  footer .footer-bottom .eco-index {
    display: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  footer .footer-bottom .eco-index {
    display: none;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  footer .footer-bottom .eco-index {
    position: absolute;
    bottom: 30px;
    right: 30px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  footer .footer-bottom .eco-index {
    position: absolute;
    bottom: 30px;
    right: 30px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  footer .footer-bottom .eco-index {
    position: absolute;
    bottom: 30px;
    right: 30px;
  }
}

#homepage-corail4 {
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage-corail4 {
    left: -80px;
    top: 485px;
  }
  #homepage-corail4 img {
    width: 408px;
    height: 298px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage-corail4 {
    left: -80px;
    top: 485px;
  }
  #homepage-corail4 img {
    width: 408px;
    height: 298px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage-corail4 {
    left: -120px;
    top: min(100vh - 410px, 550px);
  }
  #homepage-corail4 img {
    width: 783px;
    height: 473px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage-corail4 {
    left: -120px;
    top: min(100vh - 510px, 450px);
    width: 922px;
    height: 557px;
  }
  #homepage-corail4 img {
    width: 922px;
    height: 557px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage-corail4 {
    left: -120px;
    top: min(100vh - 510px, 450px);
    width: 922px;
    height: 557px;
  }
  #homepage-corail4 img {
    width: 922px;
    height: 557px;
  }
}

@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage-scrollDown {
    display: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage-scrollDown {
    display: none;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage-scrollDown {
    display: block;
    position: absolute;
    top: min(100vh - 90px, 870px);
    right: 30px;
    z-index: -1;
    width: 37px;
    height: 36px;
    background-image: url("https://www.canopee.cc/wp-content/themes/canopee/public/images/scroll_down.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage-scrollDown {
    display: block;
    position: absolute;
    top: min(100vh - 90px, 870px);
    right: 30px;
    z-index: -1;
    width: 37px;
    height: 36px;
    background-image: url("https://www.canopee.cc/wp-content/themes/canopee/public/images/scroll_down.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage-scrollDown {
    display: block;
    position: absolute;
    top: min(100vh - 90px, 870px);
    right: 30px;
    z-index: -1;
    width: 37px;
    height: 36px;
    background-image: url("https://www.canopee.cc/wp-content/themes/canopee/public/images/scroll_down.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}

#homepage {
  position: relative;
  /* li{
      margin: 0;
      padding: 0;
      &::before{
          content: '';
          margin: 0;
          padding: 0;
      }
  } */
}
#homepage h2 {
  font-size: 2.4rem;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage {
    margin-top: 160px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage {
    margin-top: 160px;
    margin-bottom: 50px;
  }
}
#homepage #HPhero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  margin-top: -115px;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage #HPhero {
    margin-bottom: 270px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage #HPhero {
    margin-bottom: 270px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPhero {
    height: calc(100vh - 160px - 200px);
    min-height: 390px;
    padding-left: min(200px, 12vw);
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPhero {
    max-width: 1296px;
    height: calc(100vh - 160px);
    max-height: 800px;
    min-height: 590px;
    padding-left: min(300px, 22vw);
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPhero {
    max-width: 1296px;
    height: calc(100vh - 160px);
    max-height: 800px;
    min-height: 590px;
    padding-left: min(300px, 22vw);
  }
}
#homepage #HPhero #accrochePrincipale {
  font-family: circeslab, sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage #HPhero #accrochePrincipale {
    font-size: 34px;
    line-height: 42px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage #HPhero #accrochePrincipale {
    font-size: 34px;
    line-height: 42px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPhero #accrochePrincipale {
    font-size: 40px;
    line-height: 50px;
    width: 600px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPhero #accrochePrincipale {
    font-size: 50px;
    line-height: 63px;
    width: 810px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPhero #accrochePrincipale {
    font-size: 50px;
    line-height: 63px;
    width: 810px;
  }
}
#homepage #HPhero #accrocheSecondaire {
  font-weight: 200;
  color: #ED8E2F;
  position: relative;
  font-family: circeslab, sans-serif;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage #HPhero #accrocheSecondaire {
    font-size: 21px;
    line-height: 28px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage #HPhero #accrocheSecondaire {
    font-size: 21px;
    line-height: 28px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPhero #accrocheSecondaire {
    font-size: 25px;
    line-height: 30px;
    margin-top: 20px;
    width: 580px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPhero #accrocheSecondaire {
    font-size: 30px;
    line-height: 44px;
    margin-top: 20px;
    width: 810px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPhero #accrocheSecondaire {
    font-size: 30px;
    line-height: 44px;
    margin-top: 20px;
    width: 810px;
  }
}
#homepage #HPhero ul {
  color: black;
  width: 100%;
  margin-top: 40px;
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPhero ul {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPhero ul {
    display: flex;
    justify-content: space-between;
  }
}
#homepage #HPhero ul li {
  position: absolute;
  font-family: professor, cursive;
  color: #ED8E2F;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage #HPhero ul li {
    font-size: 25px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage #HPhero ul li {
    font-size: 25px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPhero ul li {
    font-size: 30px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPhero ul li {
    font-size: 36px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPhero ul li {
    font-size: 36px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage #HPhero ul #heroMot1 {
    bottom: -38px;
    left: 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage #HPhero ul #heroMot1 {
    bottom: -38px;
    left: 20px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPhero ul #heroMot1 {
    bottom: 28px;
    right: -184px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPhero ul #heroMot1 {
    bottom: 28px;
    right: -184px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPhero ul #heroMot1 {
    bottom: 28px;
    right: -184px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage #HPhero ul #heroMot2 {
    bottom: -66px;
    left: 94px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage #HPhero ul #heroMot2 {
    bottom: -66px;
    left: 94px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPhero ul #heroMot2 {
    bottom: -23px;
    right: -31px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPhero ul #heroMot2 {
    bottom: -23px;
    right: -31px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPhero ul #heroMot2 {
    bottom: -23px;
    right: -31px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage #HPhero ul #heroMot3 {
    bottom: -101px;
    left: 42px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage #HPhero ul #heroMot3 {
    bottom: -101px;
    left: 42px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPhero ul #heroMot3 {
    bottom: -85px;
    right: -109px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPhero ul #heroMot3 {
    bottom: -85px;
    right: -109px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPhero ul #heroMot3 {
    bottom: -85px;
    right: -109px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage #HPhero ul #heroMot4 {
    bottom: -134px;
    left: 141px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage #HPhero ul #heroMot4 {
    bottom: -134px;
    left: 141px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPhero ul #heroMot4 {
    bottom: -123px;
    right: 84px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPhero ul #heroMot4 {
    bottom: -123px;
    right: 84px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPhero ul #heroMot4 {
    bottom: -123px;
    right: 84px;
  }
}
#homepage #HPnosMetiers {
  margin-top: 100px;
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPnosMetiers #nosMetiers-content {
    width: 100%;
    position: relative;
    height: 1647px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPnosMetiers #nosMetiers-content {
    width: 100%;
    position: relative;
    height: 1647px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPnosMetiers #nosMetiers-content {
    width: 100%;
    position: relative;
    height: 1647px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPnosMetiers .unMetier {
    position: absolute;
  }
  #homepage #HPnosMetiers .unMetier.zero {
    top: 100px;
    left: calc(50% + 30px);
    width: 448px;
    height: 299px;
  }
  #homepage #HPnosMetiers .unMetier.zero .uneImageMetier {
    width: 448px;
    height: 299px;
  }
  #homepage #HPnosMetiers .unMetier.un {
    top: 250px;
    right: calc(50% + 30px);
    width: 576px;
    height: 384px;
  }
  #homepage #HPnosMetiers .unMetier.un .uneImageMetier {
    width: 576px;
    height: 384px;
  }
  #homepage #HPnosMetiers .unMetier.deux {
    top: 590px;
    left: calc(50% + 30px);
    width: 576px;
    height: 384px;
  }
  #homepage #HPnosMetiers .unMetier.deux .uneImageMetier {
    width: 576px;
    height: 384px;
  }
  #homepage #HPnosMetiers .unMetier.trois {
    top: 830px;
    right: calc(50% + 30px);
    width: 448px;
    height: 299px;
  }
  #homepage #HPnosMetiers .unMetier.trois .uneImageMetier {
    width: 448px;
    height: 299px;
  }
  #homepage #HPnosMetiers .unMetier.quatre {
    top: 1180px;
    left: calc(50% - 112px);
    width: 576px;
    height: 384px;
  }
  #homepage #HPnosMetiers .unMetier.quatre .uneImageMetier {
    width: 576px;
    height: 384px;
  }
  #homepage #HPnosMetiers .unMetier.quatre .nomMetier {
    margin-left: 156px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPnosMetiers .unMetier {
    position: absolute;
  }
  #homepage #HPnosMetiers .unMetier.zero {
    top: 100px;
    left: calc(50% + 30px);
    width: 448px;
    height: 299px;
  }
  #homepage #HPnosMetiers .unMetier.zero .uneImageMetier {
    width: 448px;
    height: 299px;
  }
  #homepage #HPnosMetiers .unMetier.un {
    top: 250px;
    right: calc(50% + 30px);
    width: 576px;
    height: 384px;
  }
  #homepage #HPnosMetiers .unMetier.un .uneImageMetier {
    width: 576px;
    height: 384px;
  }
  #homepage #HPnosMetiers .unMetier.deux {
    top: 590px;
    left: calc(50% + 30px);
    width: 576px;
    height: 384px;
  }
  #homepage #HPnosMetiers .unMetier.deux .uneImageMetier {
    width: 576px;
    height: 384px;
  }
  #homepage #HPnosMetiers .unMetier.trois {
    top: 830px;
    right: calc(50% + 30px);
    width: 448px;
    height: 299px;
  }
  #homepage #HPnosMetiers .unMetier.trois .uneImageMetier {
    width: 448px;
    height: 299px;
  }
  #homepage #HPnosMetiers .unMetier.quatre {
    top: 1180px;
    left: calc(50% - 112px);
    width: 576px;
    height: 384px;
  }
  #homepage #HPnosMetiers .unMetier.quatre .uneImageMetier {
    width: 576px;
    height: 384px;
  }
  #homepage #HPnosMetiers .unMetier.quatre .nomMetier {
    margin-left: 156px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPnosMetiers .unMetier {
    position: absolute;
  }
  #homepage #HPnosMetiers .unMetier.zero {
    top: 100px;
    left: calc(50% + 30px);
    width: 448px;
    height: 299px;
  }
  #homepage #HPnosMetiers .unMetier.zero .uneImageMetier {
    width: 448px;
    height: 299px;
  }
  #homepage #HPnosMetiers .unMetier.un {
    top: 250px;
    right: calc(50% + 30px);
    width: 576px;
    height: 384px;
  }
  #homepage #HPnosMetiers .unMetier.un .uneImageMetier {
    width: 576px;
    height: 384px;
  }
  #homepage #HPnosMetiers .unMetier.deux {
    top: 590px;
    left: calc(50% + 30px);
    width: 576px;
    height: 384px;
  }
  #homepage #HPnosMetiers .unMetier.deux .uneImageMetier {
    width: 576px;
    height: 384px;
  }
  #homepage #HPnosMetiers .unMetier.trois {
    top: 830px;
    right: calc(50% + 30px);
    width: 448px;
    height: 299px;
  }
  #homepage #HPnosMetiers .unMetier.trois .uneImageMetier {
    width: 448px;
    height: 299px;
  }
  #homepage #HPnosMetiers .unMetier.quatre {
    top: 1180px;
    left: calc(50% - 112px);
    width: 576px;
    height: 384px;
  }
  #homepage #HPnosMetiers .unMetier.quatre .uneImageMetier {
    width: 576px;
    height: 384px;
  }
  #homepage #HPnosMetiers .unMetier.quatre .nomMetier {
    margin-left: 156px;
  }
}
#homepage #HPnosMetiers .unMetier .nomMetier {
  border-left: #ED8E2F 1px solid;
  transition: border-left 0.3s;
  color: black;
  font-family: circeslab, sans-serif;
  line-height: 48px;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage #HPnosMetiers .unMetier .nomMetier {
    font-weight: bold;
    font-size: 22px;
    margin-left: 26px;
    padding-left: 10px;
    height: 73px;
    line-height: 20px;
    transform: translateY(30px);
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage #HPnosMetiers .unMetier .nomMetier {
    font-weight: bold;
    font-size: 22px;
    margin-left: 26px;
    padding-left: 10px;
    height: 73px;
    line-height: 20px;
    transform: translateY(30px);
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPnosMetiers .unMetier .nomMetier {
    font-weight: 700;
    font-size: 32px;
    position: absolute;
    top: -60px;
    height: 128px;
    margin-left: 56px;
    padding-left: 16px;
    transition: height 0.3s;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPnosMetiers .unMetier .nomMetier {
    font-weight: 700;
    font-size: 32px;
    position: absolute;
    top: -60px;
    height: 128px;
    margin-left: 56px;
    padding-left: 16px;
    transition: height 0.3s;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPnosMetiers .unMetier .nomMetier {
    font-weight: 700;
    font-size: 32px;
    position: absolute;
    top: -60px;
    height: 128px;
    margin-left: 56px;
    padding-left: 16px;
    transition: height 0.3s;
  }
}
#homepage #HPnosMetiers .decouvrir {
  display: none;
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPnosMetiers .unMetier {
    cursor: pointer;
  }
  #homepage #HPnosMetiers .unMetier::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(237, 143, 49, 0.9);
    opacity: 0; /* Le calque est initialement invisible */
    transition: opacity 0.3s; /* Animation de transition pour l'opacité */
    pointer-events: none; /* Le calque ne doit pas bloquer les interactions de l'utilisateur */
  }
  #homepage #HPnosMetiers .unMetier:hover::before {
    opacity: 1; /* Rend le calque visible lors du survol */
  }
  #homepage #HPnosMetiers .unMetier:hover .nomMetier {
    border-left: solid 1px #FFC386;
  }
  #homepage #HPnosMetiers .unMetier:hover .decouvrir {
    position: absolute;
    left: 75px;
    display: block;
    text-transform: uppercase;
    font-family: circe, sans-serif;
    font-weight: 800;
    color: white;
    font-size: 16px;
  }
  #homepage #HPnosMetiers .unMetier:hover .decouvrir::after {
    content: "→";
    font-size: 20px;
    color: #FFC386;
    font-family: circe, sans-serif;
    padding-left: 7px;
    transition-duration: 300ms;
  }
  #homepage #HPnosMetiers .unMetier:hover .decouvrir:hover:after {
    padding-left: 14px;
  }
  #homepage #HPnosMetiers .zero:hover .nomMetier, #homepage #HPnosMetiers .trois:hover .nomMetier {
    height: 218px;
  }
  #homepage #HPnosMetiers .zero:hover .decouvrir, #homepage #HPnosMetiers .trois:hover .decouvrir {
    top: 142px;
  }
  #homepage #HPnosMetiers .un:hover .nomMetier, #homepage #HPnosMetiers .deux:hover .nomMetier, #homepage #HPnosMetiers .quatre:hover .nomMetier {
    height: 251px;
  }
  #homepage #HPnosMetiers .un:hover .decouvrir, #homepage #HPnosMetiers .deux:hover .decouvrir, #homepage #HPnosMetiers .quatre:hover .decouvrir {
    top: 175px;
  }
  #homepage #HPnosMetiers .quatre:hover .decouvrir {
    left: 175px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPnosMetiers .unMetier {
    cursor: pointer;
  }
  #homepage #HPnosMetiers .unMetier::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(237, 143, 49, 0.9);
    opacity: 0; /* Le calque est initialement invisible */
    transition: opacity 0.3s; /* Animation de transition pour l'opacité */
    pointer-events: none; /* Le calque ne doit pas bloquer les interactions de l'utilisateur */
  }
  #homepage #HPnosMetiers .unMetier:hover::before {
    opacity: 1; /* Rend le calque visible lors du survol */
  }
  #homepage #HPnosMetiers .unMetier:hover .nomMetier {
    border-left: solid 1px #FFC386;
  }
  #homepage #HPnosMetiers .unMetier:hover .decouvrir {
    position: absolute;
    left: 75px;
    display: block;
    text-transform: uppercase;
    font-family: circe, sans-serif;
    font-weight: 800;
    color: white;
    font-size: 16px;
  }
  #homepage #HPnosMetiers .unMetier:hover .decouvrir::after {
    content: "→";
    font-size: 20px;
    color: #FFC386;
    font-family: circe, sans-serif;
    padding-left: 7px;
    transition-duration: 300ms;
  }
  #homepage #HPnosMetiers .unMetier:hover .decouvrir:hover:after {
    padding-left: 14px;
  }
  #homepage #HPnosMetiers .zero:hover .nomMetier, #homepage #HPnosMetiers .trois:hover .nomMetier {
    height: 218px;
  }
  #homepage #HPnosMetiers .zero:hover .decouvrir, #homepage #HPnosMetiers .trois:hover .decouvrir {
    top: 142px;
  }
  #homepage #HPnosMetiers .un:hover .nomMetier, #homepage #HPnosMetiers .deux:hover .nomMetier, #homepage #HPnosMetiers .quatre:hover .nomMetier {
    height: 251px;
  }
  #homepage #HPnosMetiers .un:hover .decouvrir, #homepage #HPnosMetiers .deux:hover .decouvrir, #homepage #HPnosMetiers .quatre:hover .decouvrir {
    top: 175px;
  }
  #homepage #HPnosMetiers .quatre:hover .decouvrir {
    left: 175px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPnosMetiers .unMetier {
    cursor: pointer;
  }
  #homepage #HPnosMetiers .unMetier::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(237, 143, 49, 0.9);
    opacity: 0; /* Le calque est initialement invisible */
    transition: opacity 0.3s; /* Animation de transition pour l'opacité */
    pointer-events: none; /* Le calque ne doit pas bloquer les interactions de l'utilisateur */
  }
  #homepage #HPnosMetiers .unMetier:hover::before {
    opacity: 1; /* Rend le calque visible lors du survol */
  }
  #homepage #HPnosMetiers .unMetier:hover .nomMetier {
    border-left: solid 1px #FFC386;
  }
  #homepage #HPnosMetiers .unMetier:hover .decouvrir {
    position: absolute;
    left: 75px;
    display: block;
    text-transform: uppercase;
    font-family: circe, sans-serif;
    font-weight: 800;
    color: white;
    font-size: 16px;
  }
  #homepage #HPnosMetiers .unMetier:hover .decouvrir::after {
    content: "→";
    font-size: 20px;
    color: #FFC386;
    font-family: circe, sans-serif;
    padding-left: 7px;
    transition-duration: 300ms;
  }
  #homepage #HPnosMetiers .unMetier:hover .decouvrir:hover:after {
    padding-left: 14px;
  }
  #homepage #HPnosMetiers .zero:hover .nomMetier, #homepage #HPnosMetiers .trois:hover .nomMetier {
    height: 218px;
  }
  #homepage #HPnosMetiers .zero:hover .decouvrir, #homepage #HPnosMetiers .trois:hover .decouvrir {
    top: 142px;
  }
  #homepage #HPnosMetiers .un:hover .nomMetier, #homepage #HPnosMetiers .deux:hover .nomMetier, #homepage #HPnosMetiers .quatre:hover .nomMetier {
    height: 251px;
  }
  #homepage #HPnosMetiers .un:hover .decouvrir, #homepage #HPnosMetiers .deux:hover .decouvrir, #homepage #HPnosMetiers .quatre:hover .decouvrir {
    top: 175px;
  }
  #homepage #HPnosMetiers .quatre:hover .decouvrir {
    left: 175px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage #HPnosMetiers .bouton2 {
    margin-left: 0;
    margin-top: 0;
    transform: translateY(60px);
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage #HPnosMetiers .bouton2 {
    margin-left: 0;
    margin-top: 0;
    transform: translateY(60px);
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPnosMetiers .bouton2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPnosMetiers .bouton2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPnosMetiers .bouton2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
#homepage #HPnosMetiers .motFlottant {
  position: absolute;
  font-family: professor, cursive;
  color: #ED8E2F;
  font-size: 36px;
  width: fit-content;
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPnosMetiers .motFlottant#parcoursClient {
    top: -40px;
    right: 100px;
  }
  #homepage #HPnosMetiers .motFlottant#raisonDEtre {
    top: 30px;
    right: 10px;
  }
  #homepage #HPnosMetiers .motFlottant#troisPoints1 {
    top: 90px;
    right: 70px;
  }
  #homepage #HPnosMetiers .motFlottant#strategieNumerique {
    top: 90px;
    left: 210px;
  }
  #homepage #HPnosMetiers .motFlottant#siteWeb {
    top: 150px;
    left: 420px;
  }
  #homepage #HPnosMetiers .motFlottant#troisPoints2 {
    top: 150px;
    left: 570px;
  }
  #homepage #HPnosMetiers .motFlottant#architectureDeMarque {
    top: 460px;
    right: 75px;
  }
  #homepage #HPnosMetiers .motFlottant#plateformeDeMarque {
    top: 660px;
    left: 248px;
  }
  #homepage #HPnosMetiers .motFlottant#diagnosticDesign {
    top: 710px;
    left: 60px;
  }
  #homepage #HPnosMetiers .motFlottant#troisPoints3 {
    top: 790px;
    left: 90px;
  }
  #homepage #HPnosMetiers .motFlottant#identiteVisuelle {
    top: 1020px;
    right: 145px;
  }
  #homepage #HPnosMetiers .motFlottant#packaging {
    top: 1080px;
    right: 35px;
  }
  #homepage #HPnosMetiers .motFlottant#troisPoints4 {
    top: 1155px;
    right: 90px;
  }
  #homepage #HPnosMetiers .motFlottant#boutique {
    top: 1240px;
    left: 320px;
  }
  #homepage #HPnosMetiers .motFlottant#signaletique {
    top: 1290px;
    left: 170px;
  }
  #homepage #HPnosMetiers .motFlottant#scenographie {
    top: 1385px;
    left: 320px;
  }
  #homepage #HPnosMetiers .motFlottant#troisPoints5 {
    top: 1475px;
    left: 400px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPnosMetiers .motFlottant#parcoursClient {
    top: -40px;
    right: 100px;
  }
  #homepage #HPnosMetiers .motFlottant#raisonDEtre {
    top: 30px;
    right: 10px;
  }
  #homepage #HPnosMetiers .motFlottant#troisPoints1 {
    top: 90px;
    right: 70px;
  }
  #homepage #HPnosMetiers .motFlottant#strategieNumerique {
    top: 90px;
    left: 210px;
  }
  #homepage #HPnosMetiers .motFlottant#siteWeb {
    top: 150px;
    left: 420px;
  }
  #homepage #HPnosMetiers .motFlottant#troisPoints2 {
    top: 150px;
    left: 570px;
  }
  #homepage #HPnosMetiers .motFlottant#architectureDeMarque {
    top: 460px;
    right: 75px;
  }
  #homepage #HPnosMetiers .motFlottant#plateformeDeMarque {
    top: 660px;
    left: 248px;
  }
  #homepage #HPnosMetiers .motFlottant#diagnosticDesign {
    top: 710px;
    left: 60px;
  }
  #homepage #HPnosMetiers .motFlottant#troisPoints3 {
    top: 790px;
    left: 90px;
  }
  #homepage #HPnosMetiers .motFlottant#identiteVisuelle {
    top: 1020px;
    right: 145px;
  }
  #homepage #HPnosMetiers .motFlottant#packaging {
    top: 1080px;
    right: 35px;
  }
  #homepage #HPnosMetiers .motFlottant#troisPoints4 {
    top: 1155px;
    right: 90px;
  }
  #homepage #HPnosMetiers .motFlottant#boutique {
    top: 1240px;
    left: 320px;
  }
  #homepage #HPnosMetiers .motFlottant#signaletique {
    top: 1290px;
    left: 170px;
  }
  #homepage #HPnosMetiers .motFlottant#scenographie {
    top: 1385px;
    left: 320px;
  }
  #homepage #HPnosMetiers .motFlottant#troisPoints5 {
    top: 1475px;
    left: 400px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPnosMetiers .motFlottant#parcoursClient {
    top: -30px;
    right: 90px;
  }
  #homepage #HPnosMetiers .motFlottant#raisonDEtre {
    top: 10px;
    right: 0px;
  }
  #homepage #HPnosMetiers .motFlottant#troisPoints1 {
    top: 40px;
    right: 0px;
  }
  #homepage #HPnosMetiers .motFlottant#strategieNumerique {
    top: 90px;
    left: 110px;
  }
  #homepage #HPnosMetiers .motFlottant#siteWeb {
    top: 150px;
    left: 220px;
  }
  #homepage #HPnosMetiers .motFlottant#troisPoints2 {
    top: 150px;
    left: 400px;
  }
  #homepage #HPnosMetiers .motFlottant#architectureDeMarque {
    top: 460px;
    right: 75px;
  }
  #homepage #HPnosMetiers .motFlottant#plateformeDeMarque {
    top: 660px;
    left: 148px;
  }
  #homepage #HPnosMetiers .motFlottant#diagnosticDesign {
    top: 710px;
    left: 60px;
  }
  #homepage #HPnosMetiers .motFlottant#troisPoints3 {
    top: 730px;
    left: 350px;
  }
  #homepage #HPnosMetiers .motFlottant#identiteVisuelle {
    top: 1020px;
    right: 145px;
  }
  #homepage #HPnosMetiers .motFlottant#packaging {
    top: 1080px;
    right: 35px;
  }
  #homepage #HPnosMetiers .motFlottant#troisPoints4 {
    top: 1155px;
    right: 90px;
  }
  #homepage #HPnosMetiers .motFlottant#boutique {
    top: 1240px;
    left: 20px;
  }
  #homepage #HPnosMetiers .motFlottant#signaletique {
    top: 1320px;
    left: 120px;
  }
  #homepage #HPnosMetiers .motFlottant#scenographie {
    top: 1385px;
    left: 20px;
  }
  #homepage #HPnosMetiers .motFlottant#troisPoints5 {
    top: 1475px;
    left: 100px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage #HPnosMetiers .motFlottant {
    display: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage #HPnosMetiers .motFlottant {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage #HPnosMetiers #metier-deco {
    position: absolute;
    bottom: -175px;
    left: -91px;
  }
  #homepage #HPnosMetiers #metier-deco img {
    width: 357px;
    height: 167px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage #HPnosMetiers #metier-deco {
    position: absolute;
    bottom: -175px;
    left: -91px;
  }
  #homepage #HPnosMetiers #metier-deco img {
    width: 357px;
    height: 167px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPnosMetiers #metier-deco {
    position: absolute;
    bottom: 455px;
    left: 270px;
    z-index: -2;
  }
  #homepage #HPnosMetiers #metier-deco img {
    height: 313px;
    width: 667px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPnosMetiers #metier-deco {
    position: absolute;
    bottom: 455px;
    left: 270px;
    z-index: -2;
  }
  #homepage #HPnosMetiers #metier-deco img {
    height: 313px;
    width: 667px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPnosMetiers #metier-deco {
    position: absolute;
    bottom: 455px;
    left: 270px;
    z-index: -2;
  }
  #homepage #HPnosMetiers #metier-deco img {
    height: 313px;
    width: 667px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage #HPnosMetiers #metier-deco2 {
    display: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage #HPnosMetiers #metier-deco2 {
    display: none;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPnosMetiers #metier-deco2 {
    position: absolute;
    top: 185px;
    left: 330px;
    z-index: -2;
  }
  #homepage #HPnosMetiers #metier-deco2 img {
    height: 303px;
    width: 437px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPnosMetiers #metier-deco2 {
    position: absolute;
    top: 185px;
    left: 330px;
    z-index: -2;
  }
  #homepage #HPnosMetiers #metier-deco2 img {
    height: 303px;
    width: 437px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPnosMetiers #metier-deco2 {
    position: absolute;
    top: 185px;
    left: 330px;
    z-index: -2;
  }
  #homepage #HPnosMetiers #metier-deco2 img {
    height: 303px;
    width: 437px;
  }
}
#homepage #HPapprocheEcoresponsable {
  margin-top: 150px;
  position: relative;
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPapprocheEcoresponsable {
    height: 600px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPapprocheEcoresponsable {
    height: 600px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPapprocheEcoresponsable {
    height: 600px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPapprocheEcoresponsable .double-weight-title {
    margin: 0 auto;
    width: 567px;
    padding: 0;
  }
  #homepage #HPapprocheEcoresponsable .double-weight-title b::before {
    content: "       ";
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPapprocheEcoresponsable .double-weight-title {
    margin: 0 auto;
    width: 567px;
    padding: 0;
  }
  #homepage #HPapprocheEcoresponsable .double-weight-title b::before {
    content: "       ";
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPapprocheEcoresponsable .double-weight-title {
    margin: 0 auto;
    width: 567px;
    padding: 0;
  }
  #homepage #HPapprocheEcoresponsable .double-weight-title b::before {
    content: "       ";
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPapprocheEcoresponsable .double-weight-title b::before {
    content: "           ";
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage #HPapprocheEcoresponsable #label1 img {
    width: 111px;
    height: 81px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage #HPapprocheEcoresponsable #label1 img {
    width: 111px;
    height: 81px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPapprocheEcoresponsable #label1 img {
    width: 150px;
    height: 109px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPapprocheEcoresponsable #label1 img {
    width: 150px;
    height: 109px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPapprocheEcoresponsable #label1 img {
    width: 150px;
    height: 109px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage #HPapprocheEcoresponsable #label1 {
    margin: 36px 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage #HPapprocheEcoresponsable #label1 {
    margin: 36px 0;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPapprocheEcoresponsable #label1 {
    position: absolute;
    top: 110px;
    left: 82px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPapprocheEcoresponsable #label1 {
    position: absolute;
    top: 110px;
    left: 82px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPapprocheEcoresponsable #label1 {
    position: absolute;
    top: 110px;
    left: 82px;
  }
}
#homepage #HPapprocheEcoresponsable #label2 {
  position: absolute;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage #HPapprocheEcoresponsable #label2 img {
    width: 67px;
    height: 67px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage #HPapprocheEcoresponsable #label2 img {
    width: 67px;
    height: 67px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPapprocheEcoresponsable #label2 img {
    width: 90px;
    height: 90px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPapprocheEcoresponsable #label2 img {
    width: 90px;
    height: 90px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPapprocheEcoresponsable #label2 img {
    width: 90px;
    height: 90px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage #HPapprocheEcoresponsable #label2 {
    bottom: 212px;
    left: 133px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage #HPapprocheEcoresponsable #label2 {
    bottom: 212px;
    left: 133px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPapprocheEcoresponsable #label2 {
    top: 232px;
    left: 113px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPapprocheEcoresponsable #label2 {
    top: 232px;
    left: 113px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPapprocheEcoresponsable #label2 {
    top: 232px;
    left: 113px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage #HPapprocheEcoresponsable #stries {
    display: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage #HPapprocheEcoresponsable #stries {
    display: none;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPapprocheEcoresponsable #stries {
    position: absolute;
    top: 300px;
    left: -130px;
    z-index: -1;
    width: 378px;
    height: 385px;
    background-image: url("https://www.canopee.cc/wp-content/themes/canopee/public/images/stries.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPapprocheEcoresponsable #stries {
    position: absolute;
    top: 300px;
    left: -130px;
    z-index: -1;
    width: 378px;
    height: 385px;
    background-image: url("https://www.canopee.cc/wp-content/themes/canopee/public/images/stries.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPapprocheEcoresponsable #stries {
    position: absolute;
    top: 300px;
    left: -130px;
    z-index: -1;
    width: 378px;
    height: 385px;
    background-image: url("https://www.canopee.cc/wp-content/themes/canopee/public/images/stries.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
#homepage #HPapprocheEcoresponsable ul {
  color: black;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage #HPapprocheEcoresponsable ul {
    margin-top: 30px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage #HPapprocheEcoresponsable ul {
    margin-top: 30px;
  }
}
#homepage #HPapprocheEcoresponsable ul li {
  font-family: professor, cursive;
  color: #ED8E2F;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage #HPapprocheEcoresponsable ul li {
    font-size: 25px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage #HPapprocheEcoresponsable ul li {
    font-size: 25px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPapprocheEcoresponsable ul li {
    position: absolute;
    font-size: 36px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPapprocheEcoresponsable ul li {
    position: absolute;
    font-size: 36px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPapprocheEcoresponsable ul li {
    position: absolute;
    font-size: 30px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPapprocheEcoresponsable ul #approcheMot1 {
    width: 346px;
    top: 221px;
    left: 0;
  }
  #homepage #HPapprocheEcoresponsable ul #approcheMot2 {
    width: 244px;
    top: 290px;
    left: 169px;
  }
  #homepage #HPapprocheEcoresponsable ul #approcheMot3 {
    width: 358px;
    top: 359px;
    left: 122px;
  }
  #homepage #HPapprocheEcoresponsable ul #approcheMot4 {
    width: 224px;
    top: 423px;
    left: 236px;
  }
  #homepage #HPapprocheEcoresponsable ul #approcheMot5 {
    width: 204px;
    top: 483px;
    left: 376px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPapprocheEcoresponsable ul #approcheMot1 {
    width: 346px;
    top: 221px;
    left: 0;
  }
  #homepage #HPapprocheEcoresponsable ul #approcheMot2 {
    width: 244px;
    top: 290px;
    left: 169px;
  }
  #homepage #HPapprocheEcoresponsable ul #approcheMot3 {
    width: 358px;
    top: 359px;
    left: 122px;
  }
  #homepage #HPapprocheEcoresponsable ul #approcheMot4 {
    width: 224px;
    top: 423px;
    left: 236px;
  }
  #homepage #HPapprocheEcoresponsable ul #approcheMot5 {
    width: 204px;
    top: 483px;
    left: 376px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPapprocheEcoresponsable ul #approcheMot1 {
    width: 346px;
    top: 221px;
    left: 0;
  }
  #homepage #HPapprocheEcoresponsable ul #approcheMot2 {
    width: 244px;
    top: 290px;
    left: 169px;
  }
  #homepage #HPapprocheEcoresponsable ul #approcheMot3 {
    width: 358px;
    top: 359px;
    left: 122px;
  }
  #homepage #HPapprocheEcoresponsable ul #approcheMot4 {
    width: 224px;
    top: 423px;
    left: 236px;
  }
  #homepage #HPapprocheEcoresponsable ul #approcheMot5 {
    width: 204px;
    top: 483px;
    left: 376px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPapprocheEcoresponsable #droite {
    position: relative;
    width: 720px;
    margin-left: 380px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPapprocheEcoresponsable #droite {
    position: relative;
    width: 720px;
    margin-left: 380px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPapprocheEcoresponsable #droite {
    position: relative;
    width: 720px;
    margin-left: 380px;
    margin-top: 30px;
  }
}
#homepage #HPapprocheEcoresponsable #droite #exergue {
  font-family: professor, cursive;
  color: #ED8E2F;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage #HPapprocheEcoresponsable #droite #exergue {
    font-size: 27px;
    line-height: 29px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage #HPapprocheEcoresponsable #droite #exergue {
    font-size: 27px;
    line-height: 29px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPapprocheEcoresponsable #droite #exergue {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPapprocheEcoresponsable #droite #exergue {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPapprocheEcoresponsable #droite #exergue {
    font-size: 30px;
    line-height: 38;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPapprocheEcoresponsable #droite #contenu {
    margin-top: 30px;
    margin-left: 90px;
    font-size: 18px;
    line-height: 25px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPapprocheEcoresponsable #droite #contenu {
    margin-top: 30px;
    margin-left: 90px;
    font-size: 18px;
    line-height: 25px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPapprocheEcoresponsable #droite #contenu {
    margin-top: 40px;
    margin-left: 60px;
    font-size: 18px;
    line-height: 25px;
    width: 400px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage #HPapprocheEcoresponsable #droite .bouton {
    font-size: 12px !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage #HPapprocheEcoresponsable #droite .bouton {
    font-size: 12px !important;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPapprocheEcoresponsable #droite .bouton {
    margin-left: 90px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPapprocheEcoresponsable #droite .bouton {
    margin-left: 90px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPapprocheEcoresponsable #droite .bouton {
    margin-left: 90px;
  }
}
#homepage #HPapprocheEcoresponsable #champignons {
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage #HPapprocheEcoresponsable #champignons {
    bottom: -200px;
    right: -36px;
    width: 160px;
    height: 322px;
    overflow: hidden;
  }
  #homepage #HPapprocheEcoresponsable #champignons img {
    position: absolute;
    top: 0;
    left: 0;
    height: 322px;
    max-width: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage #HPapprocheEcoresponsable #champignons {
    bottom: -200px;
    right: -36px;
    width: 160px;
    height: 322px;
    overflow: hidden;
  }
  #homepage #HPapprocheEcoresponsable #champignons img {
    position: absolute;
    top: 0;
    left: 0;
    height: 322px;
    max-width: none;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPapprocheEcoresponsable #champignons {
    top: -320px;
    right: -285px;
  }
  #homepage #HPapprocheEcoresponsable #champignons img {
    width: 508px;
    height: 489px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPapprocheEcoresponsable #champignons {
    top: -320px;
    right: -285px;
  }
  #homepage #HPapprocheEcoresponsable #champignons img {
    width: 508px;
    height: 489px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPapprocheEcoresponsable #champignons {
    top: -320px;
    right: -285px;
  }
  #homepage #HPapprocheEcoresponsable #champignons img {
    width: 508px;
    height: 489px;
  }
}
#homepage #HPsecteursDActivite {
  margin: 0 auto;
  position: relative;
  content-visibility: visible;
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPsecteursDActivite {
    margin-bottom: 440px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPsecteursDActivite {
    margin-bottom: 440px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPsecteursDActivite {
    margin-bottom: 440px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage #HPsecteursDActivite {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage #HPsecteursDActivite {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage #HPsecteursDActivite {
    margin-top: 40px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage #HPsecteursDActivite {
    margin-top: 40px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPsecteursDActivite .double-weight-title {
    text-align: center;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPsecteursDActivite .double-weight-title {
    text-align: center;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPsecteursDActivite .double-weight-title {
    text-align: center;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage #HPsecteursDActivite .bouton {
    font-weight: 900;
    font-size: 12px !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage #HPsecteursDActivite .bouton {
    font-weight: 900;
    font-size: 12px !important;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPsecteursDActivite .bouton {
    margin-left: calc(50% - 315px);
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPsecteursDActivite .bouton {
    margin-left: calc(50% - 315px);
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPsecteursDActivite .bouton {
    margin-left: calc(50% - 315px);
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPsecteursDActivite #secteursContenu {
    width: 630px;
    margin: 30px auto;
    font-size: 18px;
    line-height: 25px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPsecteursDActivite #secteursContenu {
    width: 630px;
    margin: 30px auto;
    font-size: 18px;
    line-height: 25px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPsecteursDActivite #secteursContenu {
    width: 630px;
    margin: 30px auto;
    font-size: 18px;
    line-height: 25px;
  }
}
#homepage #HPsecteursDActivite ul {
  color: black;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage #HPsecteursDActivite ul {
    margin-top: 30px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage #HPsecteursDActivite ul {
    margin-top: 30px;
  }
}
#homepage #HPsecteursDActivite ul li {
  font-family: professor, cursive;
  color: #ED8E2F;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage #HPsecteursDActivite ul li {
    font-size: 25px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage #HPsecteursDActivite ul li {
    font-size: 25px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPsecteursDActivite ul li {
    position: absolute;
    font-size: 36px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPsecteursDActivite ul li {
    position: absolute;
    font-size: 36px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPsecteursDActivite ul li {
    position: absolute;
    font-size: 36px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPsecteursDActivite ul #secteursMot1 {
    top: calc(120% - 40px);
    left: 60%;
  }
  #homepage #HPsecteursDActivite ul #secteursMot2 {
    top: calc(140% - 40px);
    left: 38%;
  }
  #homepage #HPsecteursDActivite ul #secteursMot3 {
    top: calc(140% - 40px);
    left: 66%;
  }
  #homepage #HPsecteursDActivite ul #secteursMot4 {
    top: calc(160% - 40px);
    left: 20%;
  }
  #homepage #HPsecteursDActivite ul #secteursMot5 {
    top: calc(160% - 40px);
    left: 52.5%;
  }
  #homepage #HPsecteursDActivite ul #secteursMot6 {
    top: calc(160% - 40px);
    left: 77%;
  }
  #homepage #HPsecteursDActivite ul #secteursMot7 {
    top: calc(180% - 40px);
    left: 40%;
  }
  #homepage #HPsecteursDActivite ul #secteursMot8 {
    top: calc(200% - 40px);
    left: 36%;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPsecteursDActivite ul #secteursMot1 {
    top: calc(120% - 40px);
    left: 60%;
  }
  #homepage #HPsecteursDActivite ul #secteursMot2 {
    top: calc(140% - 40px);
    left: 38%;
  }
  #homepage #HPsecteursDActivite ul #secteursMot3 {
    top: calc(140% - 40px);
    left: 66%;
  }
  #homepage #HPsecteursDActivite ul #secteursMot4 {
    top: calc(160% - 40px);
    left: 20%;
  }
  #homepage #HPsecteursDActivite ul #secteursMot5 {
    top: calc(160% - 40px);
    left: 52.5%;
  }
  #homepage #HPsecteursDActivite ul #secteursMot6 {
    top: calc(160% - 40px);
    left: 77%;
  }
  #homepage #HPsecteursDActivite ul #secteursMot7 {
    top: calc(180% - 40px);
    left: 40%;
  }
  #homepage #HPsecteursDActivite ul #secteursMot8 {
    top: calc(200% - 40px);
    left: 36%;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPsecteursDActivite ul #secteursMot1 {
    top: 120%;
    left: 17%;
  }
  #homepage #HPsecteursDActivite ul #secteursMot2 {
    top: 120%;
    left: 55%;
  }
  #homepage #HPsecteursDActivite ul #secteursMot3 {
    top: 140%;
    left: 24%;
  }
  #homepage #HPsecteursDActivite ul #secteursMot4 {
    top: 160%;
    left: 9%;
  }
  #homepage #HPsecteursDActivite ul #secteursMot5 {
    top: 180%;
    left: 44%;
  }
  #homepage #HPsecteursDActivite ul #secteursMot6 {
    top: 200%;
    left: 77%;
  }
  #homepage #HPsecteursDActivite ul #secteursMot7 {
    top: 200%;
    left: 33%;
  }
  #homepage #HPsecteursDActivite ul #secteursMot8 {
    top: 220%;
    left: 28%;
  }
}
#homepage #HPvosQuestionsFrequentes .double-weight-title {
  position: relative;
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPvosQuestionsFrequentes .double-weight-title {
    font-size: 60px;
    margin-left: 106px;
  }
  #homepage #HPvosQuestionsFrequentes .double-weight-title b {
    font-size: 90px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPvosQuestionsFrequentes .double-weight-title {
    font-size: 60px;
    margin-left: 106px;
  }
  #homepage #HPvosQuestionsFrequentes .double-weight-title b {
    font-size: 90px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPvosQuestionsFrequentes .double-weight-title {
    font-size: 60px;
    margin-left: 106px;
  }
  #homepage #HPvosQuestionsFrequentes .double-weight-title b {
    font-size: 90px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage #HPvosQuestionsFrequentes .double-weight-title b::after {
    content: "";
    display: block;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage #HPvosQuestionsFrequentes .double-weight-title b::after {
    content: "";
    display: block;
  }
}
#homepage #HPvosQuestionsFrequentes .double-weight-title #interro {
  width: 71px;
  height: 72px;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage #HPvosQuestionsFrequentes .double-weight-title #interro {
    top: -25px;
    right: 55px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage #HPvosQuestionsFrequentes .double-weight-title #interro {
    top: -25px;
    right: 55px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPvosQuestionsFrequentes .double-weight-title #interro {
    top: -65px;
    left: 460px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPvosQuestionsFrequentes .double-weight-title #interro {
    top: -65px;
    left: 460px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPvosQuestionsFrequentes .double-weight-title #interro {
    top: -65px;
    left: 460px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage #HPvosQuestionsFrequentes .double-weight-title #corail1 {
    display: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage #HPvosQuestionsFrequentes .double-weight-title #corail1 {
    display: none;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPvosQuestionsFrequentes .double-weight-title #corail1 {
    position: absolute;
    z-index: -1;
    top: 125px;
    left: 90px;
    width: 78px;
    height: 80px;
    background-image: url("https://www.canopee.cc/wp-content/themes/canopee/public/images/corail1.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPvosQuestionsFrequentes .double-weight-title #corail1 {
    position: absolute;
    z-index: -1;
    top: 125px;
    left: 90px;
    width: 78px;
    height: 80px;
    background-image: url("https://www.canopee.cc/wp-content/themes/canopee/public/images/corail1.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPvosQuestionsFrequentes .double-weight-title #corail1 {
    position: absolute;
    z-index: -1;
    top: 125px;
    left: 90px;
    width: 78px;
    height: 80px;
    background-image: url("https://www.canopee.cc/wp-content/themes/canopee/public/images/corail1.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
#homepage #HPvosQuestionsFrequentes #exergue {
  font-family: professor, cursive;
  color: #ED8E2F;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage #HPvosQuestionsFrequentes #exergue {
    font-size: 27px;
    line-height: 29px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage #HPvosQuestionsFrequentes #exergue {
    font-size: 27px;
    line-height: 29px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPvosQuestionsFrequentes #exergue {
    font-size: 36px;
    line-height: 48px;
    margin-left: 370px;
    width: 550px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPvosQuestionsFrequentes #exergue {
    font-size: 36px;
    line-height: 48px;
    margin-left: 370px;
    width: 550px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPvosQuestionsFrequentes #exergue {
    font-size: 36px;
    line-height: 48px;
    margin-left: 370px;
    width: 500px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage #HPvosQuestionsFrequentes ul li {
    position: relative;
    border-bottom: #707070 1px solid;
  }
  #homepage #HPvosQuestionsFrequentes ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #homepage #HPvosQuestionsFrequentes ul li .questionTitle {
    width: 100%;
    font-family: circe, sans-serif;
    color: #ED8E2F;
    font-style: italic;
    font-size: 19px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
  }
  #homepage #HPvosQuestionsFrequentes ul li .questionTitle span {
    min-width: 213px;
  }
  #homepage #HPvosQuestionsFrequentes ul li .questionTitle svg {
    width: 50px;
    height: 12px;
    fill: #ED8E2F;
  }
  #homepage #HPvosQuestionsFrequentes ul li .open-question-content:not(:checked) + .questionContent {
    max-height: 0px;
  }
  #homepage #HPvosQuestionsFrequentes ul li .questionContent {
    position: relative;
    overflow-y: hidden;
    font-size: 15px;
    line-height: 22px;
    z-index: 2;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage #HPvosQuestionsFrequentes ul li {
    position: relative;
    border-bottom: #707070 1px solid;
  }
  #homepage #HPvosQuestionsFrequentes ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #homepage #HPvosQuestionsFrequentes ul li .questionTitle {
    width: 100%;
    font-family: circe, sans-serif;
    color: #ED8E2F;
    font-style: italic;
    font-size: 19px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
  }
  #homepage #HPvosQuestionsFrequentes ul li .questionTitle span {
    min-width: 213px;
  }
  #homepage #HPvosQuestionsFrequentes ul li .questionTitle svg {
    width: 50px;
    height: 12px;
    fill: #ED8E2F;
  }
  #homepage #HPvosQuestionsFrequentes ul li .open-question-content:not(:checked) + .questionContent {
    max-height: 0px;
  }
  #homepage #HPvosQuestionsFrequentes ul li .questionContent {
    position: relative;
    overflow-y: hidden;
    font-size: 15px;
    line-height: 22px;
    z-index: 2;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPvosQuestionsFrequentes ul {
    display: grid;
    grid-template-columns: 480px 480px;
    grid-template-rows: min-content min-content;
    column-gap: 60px;
    row-gap: 50px;
    margin: 0 auto;
    margin-top: 60px;
    margin-left: 106px;
  }
  #homepage #HPvosQuestionsFrequentes ul li {
    width: 480px;
  }
  #homepage #HPvosQuestionsFrequentes ul li input[type=checkbox] {
    display: none;
  }
  #homepage #HPvosQuestionsFrequentes ul li .questionTitle {
    color: #ED8E2F;
    font-style: italic;
    font-size: 24px;
    line-height: 32px;
  }
  #homepage #HPvosQuestionsFrequentes ul li .fleche {
    display: none;
  }
  #homepage #HPvosQuestionsFrequentes ul li .questionContent {
    margin-top: 20px;
    line-height: 1.35;
    font-size: 18px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPvosQuestionsFrequentes ul {
    display: grid;
    grid-template-columns: 480px 480px;
    grid-template-rows: min-content min-content;
    column-gap: 60px;
    row-gap: 50px;
    margin: 0 auto;
    margin-top: 60px;
    margin-left: 106px;
  }
  #homepage #HPvosQuestionsFrequentes ul li {
    width: 480px;
  }
  #homepage #HPvosQuestionsFrequentes ul li input[type=checkbox] {
    display: none;
  }
  #homepage #HPvosQuestionsFrequentes ul li .questionTitle {
    color: #ED8E2F;
    font-style: italic;
    font-size: 24px;
    line-height: 32px;
  }
  #homepage #HPvosQuestionsFrequentes ul li .fleche {
    display: none;
  }
  #homepage #HPvosQuestionsFrequentes ul li .questionContent {
    margin-top: 20px;
    line-height: 1.35;
    font-size: 18px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPvosQuestionsFrequentes ul {
    display: grid;
    grid-template-columns: 480px 480px;
    grid-template-rows: min-content min-content;
    column-gap: 60px;
    row-gap: 50px;
    margin: 0 auto;
    margin-top: 60px;
    margin-left: 106px;
  }
  #homepage #HPvosQuestionsFrequentes ul li {
    width: 480px;
  }
  #homepage #HPvosQuestionsFrequentes ul li input[type=checkbox] {
    display: none;
  }
  #homepage #HPvosQuestionsFrequentes ul li .questionTitle {
    color: #ED8E2F;
    font-style: italic;
    font-size: 24px;
    line-height: 32px;
  }
  #homepage #HPvosQuestionsFrequentes ul li .fleche {
    display: none;
  }
  #homepage #HPvosQuestionsFrequentes ul li .questionContent {
    margin-top: 20px;
    line-height: 1.35;
    font-size: 18px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPvosQuestionsFrequentes ul {
    grid-template-columns: 380px 380px;
    width: 820px;
    margin: 0 auto;
    margin-top: 60px;
  }
  #homepage #HPvosQuestionsFrequentes ul li {
    width: 380px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage #HPvosQuestionsFrequentes #corail2 {
    display: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage #HPvosQuestionsFrequentes #corail2 {
    display: none;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPvosQuestionsFrequentes #corail2 {
    position: absolute;
    bottom: 100px;
    right: -60px;
    z-index: -1;
    width: 253px;
    height: 341px;
    background-image: url("https://www.canopee.cc/wp-content/themes/canopee/public/images/corail2.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPvosQuestionsFrequentes #corail2 {
    position: absolute;
    bottom: 100px;
    right: -60px;
    z-index: -1;
    width: 253px;
    height: 341px;
    background-image: url("https://www.canopee.cc/wp-content/themes/canopee/public/images/corail2.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPvosQuestionsFrequentes #corail2 {
    position: absolute;
    bottom: 100px;
    right: -60px;
    z-index: -1;
    width: 253px;
    height: 341px;
    background-image: url("https://www.canopee.cc/wp-content/themes/canopee/public/images/corail2.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
#homepage #HPcitation {
  margin: 0 auto;
  color: #ED8E2F;
  font-family: circeslab, sans-serif;
  text-align: center;
  font-weight: 200;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #homepage #HPcitation {
    margin-top: 70px;
    font-size: 25px;
    line-height: 36px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #homepage #HPcitation {
    margin-top: 70px;
    font-size: 25px;
    line-height: 36px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #homepage #HPcitation {
    margin-top: 100px;
    width: 807px;
    font-size: 38px;
    line-height: 55px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #homepage #HPcitation {
    margin-top: 100px;
    width: 807px;
    font-size: 38px;
    line-height: 55px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #homepage #HPcitation {
    margin-top: 100px;
    width: 807px;
    font-size: 38px;
    line-height: 55px;
  }
}

.moduleDesignPourProjet {
  background-color: #ED8E2F;
  color: white;
  position: relative;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  .moduleDesignPourProjet {
    padding: 30px 14px 53px 14px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  .moduleDesignPourProjet {
    padding: 30px 14px 53px 14px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  .moduleDesignPourProjet {
    width: 590px;
    padding: 50px 80px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  .moduleDesignPourProjet {
    width: 590px;
    padding: 50px 80px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  .moduleDesignPourProjet {
    width: 590px;
    padding: 50px 80px;
  }
}
.moduleDesignPourProjet .ligne1 {
  font-family: circeslab, sans-serif;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  .moduleDesignPourProjet .ligne1 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  .moduleDesignPourProjet .ligne1 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  .moduleDesignPourProjet .ligne1 {
    font-size: 45px;
    line-height: 25px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  .moduleDesignPourProjet .ligne1 {
    font-size: 45px;
    line-height: 25px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  .moduleDesignPourProjet .ligne1 {
    font-size: 45px;
    line-height: 25px;
  }
}
.moduleDesignPourProjet .ligne2 {
  font-family: professor, cursive;
  color: #FFC386;
  text-align: right;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  .moduleDesignPourProjet .ligne2 {
    font-size: 35px;
    line-height: 25px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  .moduleDesignPourProjet .ligne2 {
    font-size: 35px;
    line-height: 25px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  .moduleDesignPourProjet .ligne2 {
    font-size: 45px;
    line-height: 25px;
    margin-top: 28px;
    margin-right: 50px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  .moduleDesignPourProjet .ligne2 {
    font-size: 45px;
    line-height: 25px;
    margin-top: 28px;
    margin-right: 50px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  .moduleDesignPourProjet .ligne2 {
    font-size: 45px;
    line-height: 25px;
    margin-top: 28px;
    margin-right: 50px;
    margin-bottom: 25px;
  }
}
.moduleDesignPourProjet .ligne3 {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  .moduleDesignPourProjet .ligne3 {
    font-size: 17px;
    line-height: 23px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  .moduleDesignPourProjet .ligne3 {
    font-size: 17px;
    line-height: 23px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  .moduleDesignPourProjet .ligne3 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  .moduleDesignPourProjet .ligne3 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  .moduleDesignPourProjet .ligne3 {
    font-size: 20px;
    line-height: 25px;
  }
}
.moduleDesignPourProjet ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  .moduleDesignPourProjet ul {
    margin-top: 22px;
    gap: 10px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  .moduleDesignPourProjet ul {
    margin-top: 22px;
    gap: 10px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  .moduleDesignPourProjet ul {
    margin-top: 20px;
    gap: 20px;
    max-width: 520px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  .moduleDesignPourProjet ul {
    margin-top: 20px;
    gap: 20px;
    max-width: 520px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  .moduleDesignPourProjet ul {
    margin-top: 20px;
    gap: 20px;
    max-width: 520px;
  }
}
.moduleDesignPourProjet ul li {
  cursor: pointer;
  color: #100E0D;
  background-color: #FFC386;
  padding: 8px 14px;
}
.moduleDesignPourProjet ul li:hover {
  background-color: #fff;
}
.moduleDesignPourProjet ul li::before {
  content: "";
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  .moduleDesignPourProjet .corail3 {
    display: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  .moduleDesignPourProjet .corail3 {
    display: none;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  .moduleDesignPourProjet .corail3 {
    position: absolute;
    bottom: -148px;
    right: -220px;
  }
  .moduleDesignPourProjet .corail3 img {
    width: 363px;
    height: 336px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  .moduleDesignPourProjet .corail3 {
    position: absolute;
    bottom: -148px;
    right: -220px;
  }
  .moduleDesignPourProjet .corail3 img {
    width: 363px;
    height: 336px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  .moduleDesignPourProjet .corail3 {
    position: absolute;
    bottom: -148px;
    right: -220px;
  }
  .moduleDesignPourProjet .corail3 img {
    width: 363px;
    height: 336px;
  }
}

.realisations-similaires {
  margin: 0;
  margin-top: 140px;
  padding: 0;
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  .realisations-similaires {
    position: relative;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  .realisations-similaires {
    position: relative;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  .realisations-similaires {
    position: relative;
  }
}
@media screen and (min-width: 939px) and (max-width: 1343px) {
  .realisations-similaires {
    margin-bottom: 200px;
  }
}
.realisations-similaires .titre {
  font-family: circeslab, sans-serif;
  font-size: 60px;
  line-height: 48px;
  font-weight: bold;
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  .realisations-similaires .titre {
    position: relative;
    top: 30px;
    left: 220px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  .realisations-similaires .titre {
    position: relative;
    top: 30px;
    left: 220px;
  }
}
@media screen and (min-width: 939px) and (max-width: 1343px) {
  .realisations-similaires .titre {
    position: relative;
    top: 30px;
    left: 170px;
  }
}
@media screen and (min-width: 661px) and (max-width: 938px) {
  .realisations-similaires .titre {
    position: relative;
    top: 30px;
    left: 170px;
  }
}
@media screen and (max-width: 660px) {
  .realisations-similaires .titre {
    margin-left: 20px;
  }
}
.realisations-similaires .sous-titre {
  font-family: circeslab, sans-serif;
  font-size: 60px;
  line-height: 48px;
  border-bottom: solid 2px #ED8E2F;
  width: fit-content;
  padding-bottom: 30px;
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  .realisations-similaires .sous-titre {
    position: relative;
    top: 40px;
    left: 370px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  .realisations-similaires .sous-titre {
    position: relative;
    top: 40px;
    left: 370px;
  }
}
@media screen and (min-width: 939px) and (max-width: 1343px) {
  .realisations-similaires .sous-titre {
    position: relative;
    top: 40px;
    left: 320px;
  }
}
@media screen and (min-width: 661px) and (max-width: 938px) {
  .realisations-similaires .sous-titre {
    position: relative;
    top: 40px;
    left: 320px;
  }
}
@media screen and (max-width: 660px) {
  .realisations-similaires .sous-titre {
    margin-left: 20px;
  }
}
.realisations-similaires #nid-d-abeille {
  width: 100%;
  height: fit-content;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
  margin-top: 10px;
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  .realisations-similaires #nid-d-abeille {
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  .realisations-similaires #nid-d-abeille {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 660px) {
  .realisations-similaires #nid-d-abeille {
    margin-bottom: 50px;
    max-width: 454px;
  }
}
@media screen and (min-width: 939px) and (max-width: 1343px) {
  .realisations-similaires #nid-d-abeille {
    margin-left: 0;
    max-width: 1120px;
  }
}
@media screen and (min-width: 661px) and (max-width: 938px) {
  .realisations-similaires #nid-d-abeille {
    margin-left: 0;
    margin-bottom: 400px;
    padding-bottom: 120px;
    max-width: 800px;
  }
}
.realisations-similaires #nid-d-abeille li {
  margin: 0;
  padding: 0;
}
.realisations-similaires #nid-d-abeille li::before {
  content: "";
}
.realisations-similaires #nid-d-abeille .alveole-ext {
  list-style-type: none;
  width: 282px;
  height: 316px;
  overflow: visible;
  background-color: transparent;
}
@media screen and (min-width: 939px) and (max-width: 1343px) {
  .realisations-similaires #nid-d-abeille .alveole-ext {
    transform: translateY(-25%);
  }
}
@media screen and (min-width: 661px) and (max-width: 938px) {
  .realisations-similaires #nid-d-abeille .alveole-ext {
    transform: translateY(-25%);
  }
}
@media screen and (min-width: 939px) and (max-width: 1343px) {
  .realisations-similaires #nid-d-abeille .alveole-ext:nth-child(2) {
    transform: translateY(calc(25% + 6px));
  }
}
@media screen and (min-width: 661px) and (max-width: 938px) {
  .realisations-similaires #nid-d-abeille .alveole-ext:nth-child(2) {
    transform: translateY(calc(25% + 6px));
  }
}
@media screen and (min-width: 661px) and (max-width: 938px) {
  .realisations-similaires #nid-d-abeille .alveole-ext:nth-child(4) {
    transform: translateY(calc(25% + 6px));
  }
}
.realisations-similaires #nid-d-abeille .alveole-ext.paire {
  margin-bottom: 9px;
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  .realisations-similaires #nid-d-abeille .alveole-ext.paire {
    transform: translateY(calc(25% + 6px));
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  .realisations-similaires #nid-d-abeille .alveole-ext.paire {
    transform: translateY(calc(25% + 6px));
  }
}
.realisations-similaires #nid-d-abeille .alveole-ext.impaire {
  margin-bottom: 9px;
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  .realisations-similaires #nid-d-abeille .alveole-ext.impaire {
    transform: translateY(-25%);
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  .realisations-similaires #nid-d-abeille .alveole-ext.impaire {
    transform: translateY(-25%);
  }
}
.realisations-similaires #nid-d-abeille .alveole-ext .alveole-int {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  padding-bottom: 30px;
  width: 352px;
  height: 320px;
  -webkit-clip-path: polygon(21.67% 10.931%, 22.719% 9.7478%, 24.634% 8.0648%, 25.5% 7.5648%, 26.366% 7.0648%, 28.781% 6.2478%, 30.33% 5.9308%, 69.67% 5.93%, 71.22% 6.248%, 73.634% 7.065%, 74.5% 7.5648%, 75.366% 8.0648%, 77.281% 9.7478%, 78.33% 10.931%, 98% 45%, 98.5% 46.5%, 99% 49%, 99% 50%, 99% 51%, 98.5% 53.5%, 98% 55%, 78.33% 89.069%, 77.281% 90.252%, 75.366% 91.935%, 74.5% 92.435%, 73.634% 92.935%, 71.219% 93.752%, 69.67% 94.069%, 33.33% 94.069%, 28.781% 93.752%, 26.366% 92.935%, 25.5% 92.435%, 24.634% 91.935%, 22.719% 90.252%, 21.67% 89.069%, 2% 55%, 1.5% 53.5%, 1% 51%, 1% 50%, 1% 49%, 1.5% 46.5%, 2% 45%);
  clip-path: polygon(21.67% 10.931%, 22.719% 9.7478%, 24.634% 8.0648%, 25.5% 7.5648%, 26.366% 7.0648%, 28.781% 6.2478%, 30.33% 5.9308%, 69.67% 5.93%, 71.22% 6.248%, 73.634% 7.065%, 74.5% 7.5648%, 75.366% 8.0648%, 77.281% 9.7478%, 78.33% 10.931%, 98% 45%, 98.5% 46.5%, 99% 49%, 99% 50%, 99% 51%, 98.5% 53.5%, 98% 55%, 78.33% 89.069%, 77.281% 90.252%, 75.366% 91.935%, 74.5% 92.435%, 73.634% 92.935%, 71.219% 93.752%, 69.67% 94.069%, 33.33% 94.069%, 28.781% 93.752%, 26.366% 92.935%, 25.5% 92.435%, 24.634% 91.935%, 22.719% 90.252%, 21.67% 89.069%, 2% 55%, 1.5% 53.5%, 1% 51%, 1% 50%, 1% 49%, 1.5% 46.5%, 2% 45%);
  z-index: 2;
  position: relative;
}
.realisations-similaires #nid-d-abeille .alveole-ext .alveole-int .layout {
  opacity: 1;
  transition: all 0.2s linear;
  background: linear-gradient(to top, rgb(0, 0, 0), transparent 90%);
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 4;
  width: 352px;
  height: 320px;
}
.realisations-similaires #nid-d-abeille .alveole-ext .alveole-int img {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 3;
  width: 352px;
  height: 320px;
  object-fit: cover;
}
.realisations-similaires #nid-d-abeille .alveole-ext .alveole-int .titre-projet {
  width: 50%;
  opacity: 1;
  transition: all 0.3s linear;
  width: 195.5555555556px;
  font-family: circeslab, sans-serif;
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  z-index: 5;
  font-weight: 600;
}
.realisations-similaires #nid-d-abeille .alveole-ext .alveole-int .client {
  opacity: 1;
  transition: all 0.3s linear;
  z-index: 5;
  width: 176px;
  max-width: 176px;
  max-height: 60px;
  font-size: 14px;
  line-height: 19px;
  font-family: circeslab, sans-serif;
  font-weight: 600;
  color: #ED8E2F;
  margin-top: 14px;
  margin-bottom: 30px;
  text-align: center;
}
.realisations-similaires #nid-d-abeille .alveole-ext .alveole-int .client li::before {
	margin: 0;
}
.realisations-similaires #nid-d-abeille .alveole-ext .alveole-int .client span {
  display: -webkit-box; /* Utilisation de -webkit-box pour la prise en charge de WebKit (Safari, Chrome) */
  -webkit-line-clamp: 3; /* Limite le texte à 2 lignes */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.realisations-similaires #nid-d-abeille .alveole-ext .alveole-int {
  justify-content: flex-end;
}
.realisations-similaires #nid-d-abeille .alveole-ext .alveole-int:hover .titre-projet {
  opacity: 0;
}
.realisations-similaires #nid-d-abeille .alveole-ext .alveole-int:hover .layout {
  opacity: 0;
}
.realisations-similaires #nid-d-abeille .alveole-ext .alveole-int:hover .client {
  opacity: 0;
}
.realisations-similaires .lien {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  .realisations-similaires .lien {
    margin-top: -75px;
    margin-left: 620px;
    width: 320px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  .realisations-similaires .lien {
    margin-top: -75px;
    margin-left: 620px;
    width: 320px;
  }
}
@media screen and (min-width: 939px) and (max-width: 1343px) {
  .realisations-similaires .lien {
    margin-left: 30px;
    text-align: left;
  }
}
@media screen and (min-width: 661px) and (max-width: 938px) {
  .realisations-similaires .lien {
    margin-top: -400px;
    margin-left: 0px;
    width: 320px;
  }
}
@media screen and (max-width: 660px) {
  .realisations-similaires .lien {
    margin-bottom: 150px;
  }
}
.realisations-similaires .lien::after {
  content: "→";
  font-size: 20px;
  color: #ED8E2F;
  font-family: circe, sans-serif;
  padding-left: 7px;
  transition-duration: 300ms;
}
.realisations-similaires .lien:hover:after {
  padding-left: 14px;
}
.realisations-similaires .lien a, .realisations-similaires .lien a:visited {
  color: black;
}

#projet, #secteur_d_activite, #profil, #metier {
  margin-top: 0;
}
#projet #breadcrumbs, #secteur_d_activite #breadcrumbs, #profil #breadcrumbs, #metier #breadcrumbs {
  margin-top: 0;
}
#projet .template_surtitre, #secteur_d_activite .template_surtitre, #profil .template_surtitre, #metier .template_surtitre {
  color: #ED8E2F;
  font-size: 40px;
  line-height: 72px;
  font-family: circeslab, sans-serif;
  font-weight: 200;
  width: 800px;
  max-width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #projet .template_surtitre, #secteur_d_activite .template_surtitre, #profil .template_surtitre, #metier .template_surtitre {
    font-size: 20px;
    line-height: 37px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #projet .template_surtitre, #secteur_d_activite .template_surtitre, #profil .template_surtitre, #metier .template_surtitre {
    font-size: 20px;
    line-height: 37px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #projet h1, #secteur_d_activite h1, #profil h1, #metier h1 {
    font-size: 50px;
    line-height: 57px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #projet h1, #secteur_d_activite h1, #profil h1, #metier h1 {
    font-size: 50px;
    line-height: 57px;
  }
}
#projet .zone-gutenberg, #secteur_d_activite .zone-gutenberg, #profil .zone-gutenberg, #metier .zone-gutenberg {
  margin-top: 30px;
}
#projet .clients, #secteur_d_activite .clients, #profil .clients, #metier .clients {
  margin-bottom: 35px;
  border-bottom: #ED8E2F solid 2px;
}
#projet .clients .client-logo, #secteur_d_activite .clients .client-logo, #profil .clients .client-logo, #metier .clients .client-logo {
  margin: 0;
  padding: 0;
}
#projet .clients .client-logo img, #secteur_d_activite .clients .client-logo img, #profil .clients .client-logo img, #metier .clients .client-logo img {
  height: 150px;
  margin: 0;
  padding: 0;
}
#projet .clients .client-name, #secteur_d_activite .clients .client-name, #profil .clients .client-name, #metier .clients .client-name {
  color: #ED8E2F;
  font-family: circeslab, sans-serif;
  font-size: 25px;
  line-height: 35px;
  font-weight: 200;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
}
#projet .missions h2, #secteur_d_activite .missions h2, #profil .missions h2, #metier .missions h2 {
  color: #ED8E2F;
  font-family: professor, cursive;
  font-size: 45px;
  line-height: 48px;
}
#projet .missions ul, #secteur_d_activite .missions ul, #profil .missions ul, #metier .missions ul {
  margin: 0;
  padding: 0;
}
#projet .missions li, #secteur_d_activite .missions li, #profil .missions li, #metier .missions li {
  margin: 0;
  padding: 0;
  font-family: circeslab, sans-serif;
  font-weight: bold;
  font-size: 23px;
  line-height: 28px;
  padding-bottom: 15px;
  padding-left: 20px;
}
#projet .missions li::before, #secteur_d_activite .missions li::before, #profil .missions li::before, #metier .missions li::before {
  content: "+";
  color: #ED8E2F;
  filter: none;
}

.page-standard .projet_hero_img {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
}
.page-standard .projet_hero_img figcaption {
  position: absolute;
  bottom: -50px !important;
  height: 20px;
}

#nos-references {
  position: relative;
  margin-top: 0;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #nos-references {
    overflow-x: hidden;
    width: calc(100% - 20px);
    margin: 0 auto;
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #nos-references {
    overflow-x: hidden;
    width: calc(100% - 20px);
    margin: 0 auto;
    margin-bottom: 120px;
  }
}
#nos-references #alveoles {
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #nos-references #alveoles {
    display: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #nos-references #alveoles {
    display: none;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #nos-references #alveoles {
    right: -200px;
    top: 210px;
    width: 500px;
    height: 386px;
    background-image: url("https://www.canopee.cc/wp-content/themes/canopee/public/images/alveoles.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #nos-references #alveoles {
    right: -200px;
    top: 210px;
    width: 500px;
    height: 386px;
    background-image: url("https://www.canopee.cc/wp-content/themes/canopee/public/images/alveoles.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #nos-references #alveoles {
    right: -200px;
    top: 210px;
    width: 500px;
    height: 386px;
    background-image: url("https://www.canopee.cc/wp-content/themes/canopee/public/images/alveoles.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
#nos-references #nid-d-abeille {
  height: fit-content;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #nos-references #nid-d-abeille {
    width: 1268px;
    margin-top: 140px;
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #nos-references #nid-d-abeille {
    width: 1268px;
    margin-top: 140px;
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #nos-references #nid-d-abeille {
    width: 950px;
    margin-top: 140px;
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #nos-references #nid-d-abeille {
    margin-top: 100px;
  }
  #nos-references #nid-d-abeille li {
    margin-left: calc((100vw - 365px) / 2);
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #nos-references #nid-d-abeille {
    margin-top: 100px;
  }
  #nos-references #nid-d-abeille li {
    margin-left: calc((100vw - 365px) / 2);
  }
}
#nos-references #nid-d-abeille .alveole-ext {
  list-style-type: none;
  width: 283px;
  height: 316px;
  overflow: visible;
  background-color: transparent;
}
#nos-references #nid-d-abeille .alveole-ext.paire {
  margin-bottom: 9px;
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #nos-references #nid-d-abeille .alveole-ext.paire {
    transform: translateY(calc(25% + 6px));
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #nos-references #nid-d-abeille .alveole-ext.paire {
    transform: translateY(calc(25% + 6px));
  }
}
#nos-references #nid-d-abeille .alveole-ext.impaire {
  margin-bottom: 9px;
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #nos-references #nid-d-abeille .alveole-ext.impaire {
    transform: translateY(-25%);
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #nos-references #nid-d-abeille .alveole-ext.impaire {
    transform: translateY(-25%);
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #nos-references #nid-d-abeille .alveole-ext {
    transform: translateY(-25%);
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #nos-references #nid-d-abeille .alveole-ext:nth-child(3n) {
    transform: translateY(calc(25% + 6px));
  }
}
#nos-references #nid-d-abeille .alveole-ext .alveole-int {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  padding-bottom: 30px;
  width: 352px;
  height: 320px;
  -webkit-clip-path: polygon(21.67% 10.931%, 22.719% 9.7478%, 24.634% 8.0648%, 25.5% 7.5648%, 26.366% 7.0648%, 28.781% 6.2478%, 30.33% 5.9308%, 69.67% 5.93%, 71.22% 6.248%, 73.634% 7.065%, 74.5% 7.5648%, 75.366% 8.0648%, 77.281% 9.7478%, 78.33% 10.931%, 98% 45%, 98.5% 46.5%, 99% 49%, 99% 50%, 99% 51%, 98.5% 53.5%, 98% 55%, 78.33% 89.069%, 77.281% 90.252%, 75.366% 91.935%, 74.5% 92.435%, 73.634% 92.935%, 71.219% 93.752%, 69.67% 94.069%, 33.33% 94.069%, 28.781% 93.752%, 26.366% 92.935%, 25.5% 92.435%, 24.634% 91.935%, 22.719% 90.252%, 21.67% 89.069%, 2% 55%, 1.5% 53.5%, 1% 51%, 1% 50%, 1% 49%, 1.5% 46.5%, 2% 45%);
  clip-path: polygon(21.67% 10.931%, 22.719% 9.7478%, 24.634% 8.0648%, 25.5% 7.5648%, 26.366% 7.0648%, 28.781% 6.2478%, 30.33% 5.9308%, 69.67% 5.93%, 71.22% 6.248%, 73.634% 7.065%, 74.5% 7.5648%, 75.366% 8.0648%, 77.281% 9.7478%, 78.33% 10.931%, 98% 45%, 98.5% 46.5%, 99% 49%, 99% 50%, 99% 51%, 98.5% 53.5%, 98% 55%, 78.33% 89.069%, 77.281% 90.252%, 75.366% 91.935%, 74.5% 92.435%, 73.634% 92.935%, 71.219% 93.752%, 69.67% 94.069%, 33.33% 94.069%, 28.781% 93.752%, 26.366% 92.935%, 25.5% 92.435%, 24.634% 91.935%, 22.719% 90.252%, 21.67% 89.069%, 2% 55%, 1.5% 53.5%, 1% 51%, 1% 50%, 1% 49%, 1.5% 46.5%, 2% 45%);
  z-index: 2;
  position: relative;
}
#nos-references #nid-d-abeille .alveole-ext .alveole-int .layout {
  opacity: 1;
  transition: all 0.2s linear;
  background: linear-gradient(to top, rgb(0, 0, 0), transparent 90%);
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 4;
  width: 352px;
  height: 320px;
}
#nos-references #nid-d-abeille .alveole-ext .alveole-int img {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 3;
  width: 352px;
  height: 320px;
  object-fit: cover;
}
#nos-references #nid-d-abeille .alveole-ext .alveole-int .titre-projet {
  width: 50%;
  opacity: 1;
  transition: all 0.3s linear;
  width: 195.5555555556px;
  font-family: circeslab, sans-serif;
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  z-index: 5;
  font-weight: 600;
}
#nos-references #nid-d-abeille .alveole-ext .alveole-int .client {
  opacity: 1;
  transition: all 0.3s linear;
  z-index: 5;
  width: 176px;
  max-width: 176px;
  max-height: 60px;
  font-size: 14px;
  line-height: 19px;
  font-family: circeslab, sans-serif;
  font-weight: 600;
  color: #ED8E2F;
  margin: 14px auto;
  margin-bottom: 30px;
  text-align: center;
}
#nos-references #nid-d-abeille .alveole-ext .alveole-int .client span {
  display: -webkit-box; /* Utilisation de -webkit-box pour la prise en charge de WebKit (Safari, Chrome) */
  -webkit-line-clamp: 3; /* Limite le texte à 3 lignes */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#nos-references #nid-d-abeille .alveole-ext .alveole-int {
  justify-content: flex-end;
}
#nos-references #nid-d-abeille .alveole-ext .alveole-int:hover .titre-projet {
  opacity: 0;
}
#nos-references #nid-d-abeille .alveole-ext .alveole-int:hover .layout {
  opacity: 0;
}
#nos-references #nid-d-abeille .alveole-ext .alveole-int:hover .client {
  opacity: 0;
}
#nos-references #nid-d-abeille #filtre {
  overflow: visible;
  transform: none;
  margin-top: -65px;
  position: relative;
}
#nos-references #nid-d-abeille #filtre #filtre-title {
  color: #ED8E2F;
  font-size: 30px;
  line-height: 48px;
  font-family: circeslab, sans-serif;
  font-weight: 400;
  position: absolute;
  top: 46px;
  left: 130px;
  z-index: 4;
}
#nos-references #nid-d-abeille #filtre #filtre-metier {
  position: absolute;
  top: 106px;
  left: 80px;
}
#nos-references #nid-d-abeille #filtre #filtre-secteur {
  position: absolute;
  top: 166px;
  left: 80px;
}
#nos-references #nid-d-abeille #filtre .drop-down {
  cursor: pointer;
  width: 191px;
}
#nos-references #nid-d-abeille #filtre .drop-down .first {
  position: relative;
  z-index: 4;
  font-size: 16px;
  line-height: 48px;
  text-align: left;
  background-color: black;
  color: white;
  width: 100%;
  border-bottom: white 1px solid;
}
#nos-references #nid-d-abeille #filtre .drop-down .first span.entoure {
  display: inline-block;
  margin-left: 20px;
  height: 15px;
  width: 15px;
  position: relative;
}
#nos-references #nid-d-abeille #filtre .drop-down .first span.entoure::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -7px;
  height: 21px;
  width: 21px;
  border-radius: 100%;
  border: 1px #ED8E2F solid;
}
#nos-references #nid-d-abeille #filtre .drop-down .first.souligne-orange {
  border-bottom: #ED8E2F 2px solid;
}
#nos-references #nid-d-abeille #filtre .drop-down .first::after {
  content: "∨";
  color: #ED8E2F;
  float: right;
}
#nos-references #nid-d-abeille #filtre .drop-down ul {
  margin-top: -2px;
  position: relative;
  background-color: white;
  color: black;
  z-index: 5;
  width: 230px;
}
#nos-references #nid-d-abeille #filtre .drop-down ul li:nth-of-type(1) {
  padding-top: 24px;
}
#nos-references #nid-d-abeille #filtre .drop-down ul li:nth-last-of-type(1) {
  padding-bottom: 24px;
}
#nos-references #nid-d-abeille #filtre .drop-down ul li {
  font-size: 14px;
  line-height: 29px;
  padding: 0 20px;
}
#nos-references #nid-d-abeille #filtre .drop-down ul li input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  margin: auto;
  margin-right: 4px;
  width: 14px;
  height: 14px;
  outline: solid 1px #ED8E2F;
}
#nos-references #nid-d-abeille #filtre .drop-down ul li input[type=checkbox]:before {
  content: "";
  background-color: white;
  position: absolute;
}
#nos-references #nid-d-abeille #filtre .drop-down ul li input[type=checkbox]:checked {
  position: relative;
}
#nos-references #nid-d-abeille #filtre .drop-down ul li input[type=checkbox]:checked:before {
  content: "✓";
  font-family: arial;
  font-size: 20px;
  display: block;
  position: absolute;
  color: white;
  background-color: #ED8E2F;
  width: 14px;
  height: 14px;
}
#nos-references #nid-d-abeille #filtre #filtre-init {
  position: absolute;
  top: 240px;
  left: 90px;
  z-index: 4;
  cursor: pointer;
  font-size: 12px;
  line-height: 48px;
  color: white;
  margin-bottom: -30px;
}
#nos-references #nid-d-abeille #filtre #filtre-init::before {
  content: "↺";
  color: #ED8E2F;
  font-size: 1.2rem;
  padding-right: 5px;
  font-weight: 100;
}
#nos-references #nid-d-abeille #filtre #alveole-filtre {
  color: white;
  width: 352px;
  height: 320px;
  position: absolute;
  top: 0;
  overflow: visible;
}
#nos-references #nid-d-abeille #filtre #alveole-filtre::after {
  content: "";
  padding-bottom: 30px;
  width: 352px;
  height: 320px;
  position: absolute;
  top: -11px;
  z-index: 3;
  background-color: black;
  -webkit-clip-path: polygon(21.67% 10.931%, 22.719% 9.7478%, 24.634% 8.0648%, 25.5% 7.5648%, 26.366% 7.0648%, 28.781% 6.2478%, 30.33% 5.9308%, 69.67% 5.93%, 71.22% 6.248%, 73.634% 7.065%, 74.5% 7.5648%, 75.366% 8.0648%, 77.281% 9.7478%, 78.33% 10.931%, 98% 45%, 98.5% 46.5%, 99% 49%, 99% 50%, 99% 51%, 98.5% 53.5%, 98% 55%, 78.33% 89.069%, 77.281% 90.252%, 75.366% 91.935%, 74.5% 92.435%, 73.634% 92.935%, 71.219% 93.752%, 69.67% 94.069%, 33.33% 94.069%, 28.781% 93.752%, 26.366% 92.935%, 25.5% 92.435%, 24.634% 91.935%, 22.719% 90.252%, 21.67% 89.069%, 2% 55%, 1.5% 53.5%, 1% 51%, 1% 50%, 1% 49%, 1.5% 46.5%, 2% 45%);
  clip-path: polygon(21.67% 10.931%, 22.719% 9.7478%, 24.634% 8.0648%, 25.5% 7.5648%, 26.366% 7.0648%, 28.781% 6.2478%, 30.33% 5.9308%, 69.67% 5.93%, 71.22% 6.248%, 73.634% 7.065%, 74.5% 7.5648%, 75.366% 8.0648%, 77.281% 9.7478%, 78.33% 10.931%, 98% 45%, 98.5% 46.5%, 99% 49%, 99% 50%, 99% 51%, 98.5% 53.5%, 98% 55%, 78.33% 89.069%, 77.281% 90.252%, 75.366% 91.935%, 74.5% 92.435%, 73.634% 92.935%, 71.219% 93.752%, 69.67% 94.069%, 33.33% 94.069%, 28.781% 93.752%, 26.366% 92.935%, 25.5% 92.435%, 24.634% 91.935%, 22.719% 90.252%, 21.67% 89.069%, 2% 55%, 1.5% 53.5%, 1% 51%, 1% 50%, 1% 49%, 1.5% 46.5%, 2% 45%);
}
#nos-references #nid-d-abeille #no-results-for-drops-down .alveole-int {
  background-color: black;
  color: #ED8E2F;
  justify-content: center;
}

.surtitre {
  position: absolute;
  top: 140px;
  left: max(50px, (100vw - 800px) / 2);
  color: #ED8E2F;
  font-size: 40px;
  line-height: 72px;
  font-family: circeslab, sans-serif;
  font-weight: 200;
  width: 800px;
  max-width: 100%;
}

.chapo {
  color: #ED8E2F;
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 25px;
  line-height: 33px;
  font-weight: normal;
  width: 800px;
  max-width: 100%;
}

.liste-exergue {
  margin: 0 auto;
  margin-bottom: 80px;
  width: 800px;
}

.focus, .focus-eco {
  position: relative;
  padding: 39px 30px 35px 30px;
  font-size: 19px;
  line-height: 27px;
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  .focus, .focus-eco {
    margin: 80px auto;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  .focus, .focus-eco {
    margin: 80px auto;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  .focus, .focus-eco {
    margin: 80px auto;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  .focus, .focus-eco {
    margin: 50px 10px;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  .focus, .focus-eco {
    margin: 50px 10px;
  }
}
.focus h1, .focus h2, .focus h3, .focus h4, .focus p, .focus div, .focus span, .focus ul, .focus li, .focus-eco h1, .focus-eco h2, .focus-eco h3, .focus-eco h4, .focus-eco p, .focus-eco div, .focus-eco span, .focus-eco ul, .focus-eco li {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.focus .titre-focus, .focus-eco .titre-focus {
  font-family: professor, cursive;
  background-color: white;
  position: absolute;
  top: -15px;
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  .focus .titre-focus, .focus-eco .titre-focus {
    font-size: 45px;
    padding: 0 20px;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    min-width: fit-content;
    max-width: 960px;
    width: fit-content;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  .focus .titre-focus, .focus-eco .titre-focus {
    font-size: 45px;
    padding: 0 20px;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    min-width: fit-content;
    max-width: 960px;
    width: fit-content;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  .focus .titre-focus, .focus-eco .titre-focus {
    font-size: 45px;
    padding: 0 20px;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    min-width: fit-content;
    max-width: 960px;
    width: fit-content;
    white-space: nowrap;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  .focus .titre-focus, .focus-eco .titre-focus {
    font-size: 40px;
    max-width: calc(100% - 40px);
    text-align: center;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  .focus .titre-focus, .focus-eco .titre-focus {
    font-size: 40px;
    max-width: calc(100% - 40px);
    text-align: center;
  }
}
.focus .texte-focus, .focus-eco .texte-focus {
  margin-top: 30px;
}
.focus ul, .focus-eco ul {
  margin: 0;
}
.focus li, .focus-eco li {
  margin: 0;
  margin-left: 20px;
}

.focus {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23ED8E2F' stroke-width='4' stroke-dasharray='2%2c 10' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
}
.focus .titre-focus {
  color: #ED8E2F;
}

.focus-eco {
  color: #039163;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23039163' stroke-width='4' stroke-dasharray='2%2c 10' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
}
.focus-eco li::before {
  filter: invert(28%) sepia(81%) saturate(4956%) hue-rotate(154deg) brightness(101%) contrast(98%);
}

.chiffres-cles {
  width: 100%;
  display: flex;
  margin: 0 auto;
  margin-bottom: 120px;
  justify-content: center;
}
.chiffres-cles .case {
  width: 300px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.chiffres-cles .case .chiffre {
  font-family: professor, cursive;
  font-size: 120px;
  line-height: 48px;
  color: #ED8E2F;
  margin-bottom: 30px;
}
.chiffres-cles .case .texte {
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  padding: 0 40px;
}

.wp-column-left {
  flex-basis: calc(100% - 307px - 53px) !important;
  margin-right: 53px !important;
}

.wp-column-right {
  flex-basis: 307px !important;
}

.wp-block-buttons {
  margin-top: 40px;
  margin-bottom: 40px;
}

.logos_partenaires {
  display: flex;
  margin-bottom: 60px;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: start;
}
.logos_partenaires .logo_partenaire {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  .logos_partenaires .logo_partenaire {
    width: calc(25% - 20px);
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  .logos_partenaires .logo_partenaire {
    width: calc(25% - 20px);
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  .logos_partenaires .logo_partenaire {
    width: calc(25% - 20px);
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  .logos_partenaires .logo_partenaire {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  .logos_partenaires .logo_partenaire {
    width: calc(50% - 20px);
  }
}
.logos_partenaires .logo_partenaire img {
  height: 120px;
  width: auto;
}
.logos_partenaires .logo_partenaire:nth-child(4n) {
  margin-right: auto;
}

.frise_chronologique {
  width: 100%;
  position: relative;
  height: 900px;
}
.frise_chronologique img {
  position: absolute;
  top: 10px;
  left: 15%;
}
.frise_chronologique .bloc-date {
  position: absolute;
}
.frise_chronologique .point {
  position: absolute;
  height: 18px;
  width: 18px;
  border-radius: 100%;
  background-color: #ED8E2F;
}
.frise_chronologique .bloc-date:nth-child(2) {
  left: calc(15% + 95px);
  top: 35px;
  width: 226px;
}
.frise_chronologique .bloc-date:nth-child(2) .point {
  top: 35px;
  left: -43px;
}
.frise_chronologique .bloc-date:nth-child(3) {
  text-align: right;
  left: calc(15% - 130px);
  top: 152px;
  width: 230px;
}
.frise_chronologique .bloc-date:nth-child(3) .point {
  top: 6px;
  right: -23px;
}
.frise_chronologique .bloc-date:nth-child(4) {
  left: calc(15% + 165px);
  top: 284px;
  width: 180px;
}
.frise_chronologique .bloc-date:nth-child(4) .point {
  top: 17px;
  left: -32px;
}
.frise_chronologique .bloc-date:nth-child(5) {
  text-align: right;
  left: calc(15% - 167px);
  top: 360px;
  width: 209px;
}
.frise_chronologique .bloc-date:nth-child(5) .point {
  top: 70px;
  right: -70px;
}
.frise_chronologique .bloc-date:nth-child(6) {
  left: calc(15% + 45px);
  top: 565px;
  width: 259px;
}
.frise_chronologique .bloc-date:nth-child(6) .point {
  top: 20px;
  left: -31px;
}
.frise_chronologique .bloc-date:nth-child(7) {
  text-align: right;
  left: calc(15% - 165px);
  top: 736px;
  width: 180px;
}
.frise_chronologique .bloc-date:nth-child(7) .point {
  top: -7px;
  right: -26px;
}
.frise_chronologique .date {
  color: #ED8E2F;
  font-family: professor, cursive;
  font-size: 60px;
}
.frise_chronologique .description {
  font-weight: bold;
  font-size: 18px;
}

#secteur_d_activite .go-back, #profil .go-back, #metier .go-back {
  margin-bottom: 50px;
}
#secteur_d_activite .template_surtitre, #profil .template_surtitre, #metier .template_surtitre {
  margin: 0 auto;
}
#secteur_d_activite .missions h2, #profil .missions h2, #metier .missions h2 {
  color: #ED8E2F;
  font-size: 25px;
  line-height: 25px;
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: bold;
  width: 800px;
  max-width: 100%;
  font-family: circeslab, sans-serif;
}
#secteur_d_activite .wysiwyg, #profil .wysiwyg, #metier .wysiwyg {
  margin-bottom: 50px;
}
#secteur_d_activite .approche, #profil .approche, #metier .approche {
  margin-top: 100px;
}
#secteur_d_activite .clients li::before, #profil .clients li::before, #metier .clients li::before {
  content: "";
}
#secteur_d_activite .clients img, #profil .clients img, #metier .clients img {
  width: 200px;
}

.ecoindex__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ecoindex__note {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
  padding: 0.325rem;
  margin: 0.15rem;
  border-width: 0.125rem;
  border-style: solid;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.625rem;
  font-size: 0.725rem;
  color: #000;
  font-weight: bold;
  background-color: #fff;
}

@media (min-width: 55em) {
  .ecoindex__note {
    width: 5rem;
    height: 5rem;
    border-radius: 1.25rem;
    font-size: 1.375rem;
    padding: 0.625rem;
    margin: 0.25rem;
  }
}
/* A */
.ecoindex__note:nth-of-type(1) {
  border-color: #4f9f30;
}

.ecoindex__note:nth-of-type(1).ecoindex__note--active {
  background-color: #4f9f30;
}

/* B */
.ecoindex__note:nth-of-type(2) {
  border-color: #51b84b;
}

.ecoindex__note:nth-of-type(2).ecoindex__note--active {
  background-color: #51b84b;
}

/* C */
.ecoindex__note:nth-of-type(3) {
  border-color: #cadb2a;
}

.ecoindex__note:nth-of-type(3).ecoindex__note--active {
  background-color: #cadb2a;
}

/* D */
.ecoindex__note:nth-of-type(4) {
  border-color: #f6eb15;
}

.ecoindex__note:nth-of-type(4).ecoindex__note--active {
  background-color: #f6eb15;
}

/* E */
.ecoindex__note:nth-of-type(5) {
  border-color: #fecd06;
}

.ecoindex__note:nth-of-type(5).ecoindex__note--active {
  background-color: #fecd06;
}

/* F */
.ecoindex__note:nth-of-type(6) {
  border-color: #f99839;
}

.ecoindex__note:nth-of-type(6).ecoindex__note--active {
  background-color: #f99839;
}

/* G */
.ecoindex__note:nth-of-type(7) {
  border-color: #ed2124;
}

.ecoindex__note:nth-of-type(7).ecoindex__note--active {
  background-color: #ed2124;
}

#page-agence {
  position: relative;
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  #page-agence .deco1 {
    height: 400px;
    width: auto;
    position: absolute;
    top: -30px;
    right: -250px;
    z-index: -1;
  }
  #page-agence .deco2 {
    height: 236px;
    width: auto;
    position: absolute;
    top: 1200px;
    left: 30px;
    z-index: -1;
  }
  #page-agence .focus {
    background-color: #fff;
  }
  #page-agence .wp-block-button {
    margin: 0 auto;
  }
  #page-agence .deco3 {
    height: 280px;
    width: auto;
    position: absolute;
    top: 1870px;
    right: 40px;
    z-index: -1;
  }
  #page-agence .deco4 {
    height: 600px;
    width: auto;
    position: absolute;
    top: 2900px;
    left: -450px;
    z-index: -1;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #page-agence .deco1 {
    height: 400px;
    width: auto;
    position: absolute;
    top: -30px;
    right: -250px;
    z-index: -1;
  }
  #page-agence .deco2 {
    height: 236px;
    width: auto;
    position: absolute;
    top: 1200px;
    left: 30px;
    z-index: -1;
  }
  #page-agence .focus {
    background-color: #fff;
  }
  #page-agence .wp-block-button {
    margin: 0 auto;
  }
  #page-agence .deco3 {
    height: 280px;
    width: auto;
    position: absolute;
    top: 1870px;
    right: 40px;
    z-index: -1;
  }
  #page-agence .deco4 {
    height: 600px;
    width: auto;
    position: absolute;
    top: 2900px;
    left: -450px;
    z-index: -1;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #page-agence .deco1 {
    height: 400px;
    width: auto;
    position: absolute;
    top: -30px;
    right: -250px;
    z-index: -1;
  }
  #page-agence .deco2 {
    height: 236px;
    width: auto;
    position: absolute;
    top: 1200px;
    left: 30px;
    z-index: -1;
  }
  #page-agence .focus {
    background-color: #fff;
  }
  #page-agence .wp-block-button {
    margin: 0 auto;
  }
  #page-agence .deco3 {
    height: 280px;
    width: auto;
    position: absolute;
    top: 1870px;
    right: 40px;
    z-index: -1;
  }
  #page-agence .deco4 {
    height: 600px;
    width: auto;
    position: absolute;
    top: 2900px;
    left: -450px;
    z-index: -1;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  #page-agence .deco1, #page-agence .deco2, #page-agence .deco3, #page-agence .deco4 {
    display: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  #page-agence .deco1, #page-agence .deco2, #page-agence .deco3, #page-agence .deco4 {
    display: none;
  }
}

@media screen and (min-width: 980px) and (max-width: 1342px) {
  #page-agence > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex > div:nth-child(1) > h2 {
    transform: translateX(-40px);
  }
  #page-agence > div > h2 {
    text-align: center;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  #page-agence > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex > div:nth-child(1) > h2 {
    transform: translateX(-40px);
  }
  #page-agence > div > h2 {
    text-align: center;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  #page-agence > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex > div:nth-child(1) > h2 {
    transform: translateX(-40px);
  }
  #page-agence > div > h2 {
    text-align: center;
  }
}
@media screen and (min-width: 980px) and (max-width: 1342px) {
  body > main > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex > div:nth-child(2) {
    transform: translateX(50px);
    margin-top: 285px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  body > main > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex > div:nth-child(2) {
    transform: translateX(50px);
    margin-top: 285px;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  body > main > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex > div:nth-child(2) {
    transform: translateX(50px);
    margin-top: 285px;
  }
}
#page-agence > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex > div:nth-child(2) > figure {
  margin-bottom: 20px;
}
#page-agence > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex > div:nth-child(2) > figure img {
  width: 384px;
  height: 256px;
  object-fit: cover;
}

#page-agence > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex > div:nth-child(2) > h2 {
  margin-top: 40px;
}

#page-agence > div > blockquote:nth-child(6) {
  margin-bottom: 10px !important;
}

#page-agence > div > div.wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex {
  margin-top: 0;
}

@media screen and (min-width: 980px) and (max-width: 1342px) {
  body > main > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(1) {
    position: relative;
  }
  body > main > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(1) > figure:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
  }
  body > main > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(1) > figure:nth-child(1) img {
    width: 384px;
    height: 512px;
    object-fit: cover;
  }
  body > main > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(1) > figure:nth-child(2) {
    position: absolute;
    top: 440px;
    left: -111px;
  }
  body > main > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(1) > figure:nth-child(2) img {
    width: 384px;
    height: 256px;
    object-fit: cover;
  }
  body > main > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(1) > figure:nth-child(3) {
    position: absolute;
    top: 560px;
    right: 50px;
  }
  body > main > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(1) > figure:nth-child(3) img {
    width: 185px;
    height: 277px;
    object-fit: cover;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1899px) {
  body > main > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(1) {
    position: relative;
  }
  body > main > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(1) > figure:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
  }
  body > main > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(1) > figure:nth-child(1) img {
    width: 384px;
    height: 512px;
    object-fit: cover;
  }
  body > main > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(1) > figure:nth-child(2) {
    position: absolute;
    top: 440px;
    left: -111px;
  }
  body > main > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(1) > figure:nth-child(2) img {
    width: 384px;
    height: 256px;
    object-fit: cover;
  }
  body > main > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(1) > figure:nth-child(3) {
    position: absolute;
    top: 560px;
    right: 50px;
  }
  body > main > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(1) > figure:nth-child(3) img {
    width: 185px;
    height: 277px;
    object-fit: cover;
  }
}
@media screen and (min-width: 1900px) and (max-width: 999999px) {
  body > main > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(1) {
    position: relative;
  }
  body > main > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(1) > figure:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
  }
  body > main > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(1) > figure:nth-child(1) img {
    width: 384px;
    height: 512px;
    object-fit: cover;
  }
  body > main > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(1) > figure:nth-child(2) {
    position: absolute;
    top: 440px;
    left: -111px;
  }
  body > main > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(1) > figure:nth-child(2) img {
    width: 384px;
    height: 256px;
    object-fit: cover;
  }
  body > main > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(1) > figure:nth-child(3) {
    position: absolute;
    top: 560px;
    right: 50px;
  }
  body > main > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(1) > figure:nth-child(3) img {
    width: 185px;
    height: 277px;
    object-fit: cover;
  }
}
@media screen and (min-width: 0px) and (max-width: 479px) {
  body > main > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(1) > figure:nth-child(1) {
    margin-bottom: 15px;
  }
  body > main > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(1) > figure:nth-child(2) {
    display: none;
  }
  body > main > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(1) > figure:nth-child(3) {
    display: none;
  }
}
@media screen and (min-width: 480px) and (max-width: 979px) {
  body > main > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(1) > figure:nth-child(1) {
    margin-bottom: 15px;
  }
  body > main > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(1) > figure:nth-child(2) {
    display: none;
  }
  body > main > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(1) > figure:nth-child(3) {
    display: none;
  }
}
#page-agence > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(2) > h2 {
  margin-top: 0;
}

#page-agence > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(2) > ul {
  margin-left: 0;
  margin-bottom: 0;
}
#page-agence > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(2) > ul li {
  padding-left: 0;
}

#page-agence > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(2) > div {
  margin-top: 20px;
}
#page-agence > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(2) > div div {
  margin-left: 0;
}
#page-agence > div > div.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex > div:nth-child(2) > div a::after {
  content: url(../public/images/picto-lien-ext.svg);
  filter: brightness(0%) saturate(100%) invert(60%) sepia(63%) saturate(798%) hue-rotate(342deg) brightness(99%) contrast(87%);
}

/*# sourceMappingURL=style.css.map */

.page-standard .wp-block-gallery {
	margin-top: 30px;
	margin-bottom: 30px;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
    -webkit-backdrop-filter: blur(0px) !Important;
    backdrop-filter: blur(0px) !Important;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	text-shadow: none;
}
