@charset "UTF-8";
.has-blanc-background-color {
  background-color: var(--blanc);
}

.has-blanc-color {
  color: var(--blanc);
}

.has-bleu-background-color {
  background-color: var(--bleu);
}

.has-bleu-color {
  color: var(--bleu);
}

.has-bleuF-background-color {
  background-color: var(--bleuF);
}

.has-bleuF-color {
  color: var(--bleuF);
}

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

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

.has-jaune-background-color {
  background-color: var(--jaune);
}

.has-jaune-color {
  color: var(--jaune);
}

.has-noir-background-color {
  background-color: var(--noir);
}

.has-noir-color {
  color: var(--noir);
}

.has-vert-background-color {
  background-color: var(--vert);
}

.has-vert-color {
  color: var(--vert);
}

.has-violet-background-color {
  background-color: var(--violet);
}

.has-violet-color {
  color: var(--violet);
}

/********************** SOMMAIRE *********************/
/* FRONT-PAGE                           ligne : 10   */
/* PAGE PAR DEFAUT                      ligne : 103  */
/* PAGE TRIER                           ligne : 170 */
/* MEDIA QUERIES                        ligne : 184  */
/* FRONT-PAGE */
.header_front {
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 350px 0;
  position: relative;
}

.header_front:before {
  content: "";
  background-image: linear-gradient(#010400, transparent);
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}

.header_front:after {
  content: "";
  background-image: url("../img/vague.webp");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 240px;
  position: absolute;
  bottom: 12px;
  left: 0;
}

.header_front > div {
  padding: 0 2em 0 6em;
}

.header_front > div > h1 {
  font-size: 7em;
  line-height: 0.9;
  max-width: 750px;
  position: relative;
  z-index: 1;
}

.header_front > div > h1:before {
  content: "";
  width: 120px;
  height: 120px;
  background-color: var(--violet);
  border-radius: 50%;
  position: absolute;
  left: -60px;
  top: 110px;
  z-index: -1;
}

.header_front > div > h1:after {
  content: "";
  width: 80px;
  height: 80px;
  background-color: var(--jaune);
  border-radius: 50%;
  position: absolute;
  right: 195px;
  top: 35px;
  z-index: -1;
}

.header_front > div > h1 > span {
  display: block;
  font-family: "HVD";
  font-size: 0.6em;
  margin-bottom: -5px;
}

.header_front > div > div {
  max-width: 815px;
  padding: 3em 2em;
  margin: -2em 0 0 -2em;
  position: relative;
}

.header_front > div > div > div {
  display: block;
  background-color: #0476D9;
  mix-blend-mode: multiply;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.header_front > div > div > p {
  text-transform: uppercase;
  font-family: "BaB";
  color: var(--blanc);
  font-size: 2.2em;
  margin: 0;
  position: relative;
}

/* PAGE PAR DEFAUT */
.header_page {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 300px 0 250px;
  position: relative;
}

.header_page:before {
  content: "";
  background-image: linear-gradient(#010400, transparent);
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}

.header_page:after {
  content: "";
  background-image: url("../img/vague.webp");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 240px;
  position: absolute;
  bottom: -100px;
  left: 0;
}

.header_page > h1 {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 0 1em;
  word-break: break-word;
  position: relative;
  z-index: 1;
}

.header_page > h1:before {
  content: "";
  width: 120px;
  height: 120px;
  background-color: var(--violet);
  border-radius: 50%;
  position: absolute;
  left: calc(-60px + 1em);
  top: 0;
  z-index: -1;
}

.header_page > h1:after {
  content: "";
  width: 80px;
  height: 80px;
  background-color: var(--jaune);
  border-radius: 50%;
  position: absolute;
  right: calc(-40px + 1em);
  top: -35px;
  z-index: -1;
}

.page-template-page-collectivite .header_page > h1:before, .page-template-page-collectivite .header_page > h1:after {
  background-color: var(--bleu);
}

.page-template-page-junior .header_page > h1:before, .page-template-page-junior .header_page > h1:after {
  background-color: var(--jaune);
}

/* PAGE TRIER */
.header_trier {
  background-color: var(--noir);
  padding: 70px 0 20px;
}

.header_trier > h1 {
  padding: 0 1em 0 1.5em;
  word-break: break-word;
  font-size: 4em;
  position: relative;
  z-index: 1;
}

/* MEDIA QUERIES */
@media screen and (max-width: 2200px) {
  .header_front:after, .header_page:after {
    bottom: -20px;
  }
}
@media screen and (max-width: 1920px) {
  .header_front:after, .header_page:after {
    bottom: -45px;
  }
}
@media screen and (max-width: 1700px) {
  .header_front:after, .header_page:after {
    bottom: -55px;
  }
}
@media screen and (max-width: 1440px) {
  .header_front > div > h1 {
    font-size: 6em;
  }
  .header_front > div > div {
    max-width: 700px;
  }
  .header_front > div > div > p {
    font-size: 2em;
  }
  .header_front > div > h1:after {
    right: 265px;
    top: 20px;
  }
  .header_front:after, .header_page:after {
    bottom: -65px;
  }
  .header_trier {
    padding-bottom: 20px;
  }
  .header_trier > h1 {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 1200px) {
  .header_front {
    padding: 250px 0 300px;
  }
  .header_front > div > h1 {
    font-size: 5em;
  }
  .header_front > div > h1:before {
    width: 80px;
    height: 80px;
    left: -40px;
    top: 80px;
  }
  .header_front > div > h1:after {
    width: 40px;
    height: 40px;
    right: 360px;
    top: 30px;
  }
  .header_front > div > div {
    max-width: 570px;
  }
  .header_front > div > div > p {
    font-size: 1.8em;
  }
  .header_page > h1:before {
    width: 80px;
    height: 80px;
    left: calc(-40px + 1em);
    top: 20px;
  }
  .header_page > h1:after {
    width: 40px;
    height: 40px;
    right: calc(-20px + 1em);
    top: -10px;
  }
  .header_trier {
    padding-top: 120px;
  }
  .header_trier > h1 {
    font-size: 3em;
  }
}
@media screen and (max-width: 990px) {
  .header_front {
    padding-bottom: 450px;
  }
  .header_front:after, .header_page:after {
    bottom: -95px;
  }
  .header_front > div > h1 {
    font-size: 4em;
  }
  .header_front > div > div {
    max-width: 540px;
    padding-bottom: 2em;
  }
  .header_front > div > div > p {
    font-size: 1.5em;
  }
  .header_front > div > h1 {
    max-width: 640px;
  }
  .header_front > div > h1:before {
    width: 50px;
    height: 50px;
    left: -25px;
    top: 60px;
  }
  .header_front > div > h1:after {
    width: 35px;
    height: 35px;
    right: 320px;
    top: 20px;
  }
  .header_page > h1:before {
    width: 50px;
    height: 50px;
    left: calc(-25px + 1em);
    top: 25px;
  }
  .header_page > h1:after {
    width: 35px;
    height: 35px;
    right: calc(-14px + 1em);
    top: -8px;
  }
}
@media screen and (max-width: 768px) {
  .header_front > div {
    padding: 0 2em 0 4em;
  }
  .header_front > div > h1 {
    max-width: 445px;
  }
  .header_front > div > h1:after {
    right: 130px;
  }
  .header_front > div > div > p {
    font-size: 1.4em;
  }
  .header_trier > h1 {
    font-size: 2.5em;
    padding: 0 0.5em;
  }
}
@media screen and (max-width: 576px) {
  .header_front {
    padding-top: 200px;
  }
  .header_front > div > h1 {
    font-size: 3em;
  }
  .header_front > div > h1:before {
    top: 40px;
  }
  .header_front > div > h1:after {
    right: 115px;
    top: 5px;
  }
  .header_front > div > div {
    padding: 3em 1em 1em;
  }
  .header_trier > h1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 450px) {
  .header_front {
    padding: 150px 0 380px;
  }
  .header_front > div {
    padding: 0 1em;
  }
  .header_front > div > h1 {
    font-size: 2.5em;
  }
  .header_front > div > h1:after {
    right: 85px;
  }
  .header_front > div > h1 > span {
    margin-bottom: 0;
  }
  .header_front > div > div {
    padding: 2em 1em 1em;
    margin: -1em 0 0;
  }
  .header_front > div > div > p {
    font-size: 1em;
  }
  .header_trier {
    padding-top: 100px;
  }
  .header_trier > h1 {
    font-size: 1.4em;
  }
}
/********************** SOMMAIRE *********************/
/* RETOUR EN HAUT                       ligne : 10   */
/* FOOTER PRINCIPAL                     ligne : 33   */
/* FOOTER LÉGAL                         ligne : 233  */
/* MEDIA QUERIES                        ligne : 251  */
/* RETOUR EN HAUT */
.to_top {
  width: 50px;
  height: 50px;
  background-color: var(--violet);
  color: var(--blanc);
  font-size: 2em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 999;
  transition: all 0.3s;
}

.to_top:hover {
  top: -20px;
}

/* FOOTER PRINCIPAL */
footer {
  background-image: url("../img/fond-footer_team-recyclage.webp");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 425px;
  position: relative;
}

footer:before {
  content: url("../img/mascotte-verre_team-recyclage.webp");
  transform: scale(0.9);
  position: absolute;
  left: 115px;
  top: -370px;
}

footer > .footer_haut > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3em;
  padding: 10em 0 8em;
}

footer > .footer_haut > div > div:first-child {
  display: flex;
  align-items: center;
  gap: 2em;
}

footer > .footer_haut > div > div > a {
  display: block;
  flex: 0 0 100px;
  max-width: 100px;
  transition: all 0.3s;
}

footer > .footer_haut > div > div > a:hover {
  opacity: 0.6;
}

footer > .footer_haut > div > div > div > h6 {
  margin-top: 0;
  color: var(--blanc);
  font-family: "EfM";
  font-size: 1.4em;
  text-transform: uppercase;
  margin: 0 0 0.4em;
}

footer > .footer_haut > div > div > div > p {
  font-family: "EfL";
  color: var(--blanc);
  font-size: 1.1em;
  margin-bottom: 1.6em;
}

footer > .footer_haut > div > div > div > div {
  display: flex;
  align-items: center;
  gap: 5px;
}

footer > .footer_haut > div > div > div > div > a {
  color: var(--blanc);
  font-size: 1.8em;
  transition: all 0.3s;
}

footer > .footer_haut > div > div > div > div > a:hover {
  opacity: 0.6;
}

footer > .footer_haut > div > div > ul {
  list-style: none;
  margin: 0;
}

footer > .footer_haut > div > div:nth-child(2) {
  position: relative;
}

footer > .footer_haut > div > div:nth-child(2):before, footer > .footer_haut > div > div:nth-child(2):after {
  content: "";
  width: 1px;
  height: 340px;
  background-color: var(--blanc);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

footer > .footer_haut > div > div:nth-child(2):before {
  left: -6em;
}

footer > .footer_haut > div > div:nth-child(2):after {
  right: -6em;
}

footer > .footer_haut > div > div:nth-child(2) > ul:first-child > li {
  margin-bottom: 1em;
}

footer > .footer_haut > div > div:nth-child(2) > ul:first-child > li > a {
  text-transform: uppercase;
  font-family: "EfB";
  color: var(--blanc);
  padding-right: 2em;
  display: block;
  font-size: 1.2em;
  padding-bottom: 5px;
  cursor: pointer;
  position: relative;
}

footer > .footer_haut > div > div:nth-child(2) > ul:first-child > li > a:before {
  content: "";
  width: 0;
  height: 3px;
  background-color: var(--blanc);
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

footer > .footer_haut > div > div:nth-child(2) > ul:first-child > li > a:hover:before {
  width: calc(100% - 2em);
}

footer > .footer_haut > div > div:nth-child(2) > ul:first-child > li > a:after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  border: 2px solid var(--blanc);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 0.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

footer > .footer_haut > div > div:nth-child(2) > ul:first-child > li > a.active:after {
  transform: translateY(-50%) rotate(180deg);
}

footer > .footer_haut > div > div:nth-child(2) > ul:first-child > li > ul {
  display: none;
  margin-top: 0.5em;
  color: var(--blanc);
}

footer > .footer_haut > div > div:nth-child(2) > ul:first-child > li > ul > li > a {
  color: var(--blanc);
}

footer > .footer_haut > div > div:nth-child(2) > ul:last-child {
  margin-top: 3em;
}

footer > .footer_haut > div > div:nth-child(2) > ul:last-child > li {
  margin-bottom: 1em;
}

footer > .footer_haut > div > div:nth-child(2) > ul:last-child > li:last-child {
  margin-bottom: 0;
}

footer > .footer_haut > div > div:nth-child(2) > ul:last-child > li > a {
  display: block;
  background-color: var(--blanc);
  border-radius: 100px;
  color: var(--vert);
  font-family: "EfM";
  text-transform: uppercase;
  text-align: center;
  padding: 0.7em 1em;
  transition: all 0.3s;
}

footer > .footer_haut > div > div:nth-child(2) > ul:last-child > li > a:hover {
  background-color: var(--vert);
  color: var(--blanc);
}

footer > .footer_haut > div > div:last-child > ul > li {
  margin-bottom: 1em;
}

footer > .footer_haut > div > div:last-child > ul > li.menu-item-175 {
  margin-top: 2em;
}

footer > .footer_haut > div > div:last-child > ul > li > a {
  display: block;
  color: var(--blanc);
  text-transform: uppercase;
  transition: all 0.3s;
}

footer > .footer_haut > div > div:last-child > ul > li.menu-item-187 > a, footer > .footer_haut > div > div:last-child > ul > li.menu-item-186 > a, footer > .footer_haut > div > div:last-child > ul > li.menu-item-174 > a {
  font-family: "EfM";
  border: 2px solid var(--blanc);
  border-radius: 100px;
  text-align: center;
  padding: 0.7em 1em;
  font-size: 0.9em;
}

footer > .footer_haut > div > div:last-child > ul > li.menu-item-187 > a:hover, footer > .footer_haut > div > div:last-child > ul > li.menu-item-186 > a:hover, footer > .footer_haut > div > div:last-child > ul > li.menu-item-174 > a:hover {
  background-color: var(--blanc);
  color: var(--vert);
}

footer > .footer_haut > div > div:last-child > ul > li.menu-item-175 > a, footer > .footer_haut > div > div:last-child > ul > li.menu-item-177 > a, footer > .footer_haut > div > div:last-child > ul > li.menu-item-176 > a {
  font-family: "EfB";
  font-size: 1.2em;
}

footer > .footer_haut > div > div:last-child > ul > li.menu-item-175 > a:hover, footer > .footer_haut > div > div:last-child > ul > li.menu-item-177 > a:hover, footer > .footer_haut > div > div:last-child > ul > li.menu-item-176 > a:hover {
  opacity: 0.6;
}

/* FOOTER LÉGAL*/
footer > .footer_bas {
  background-color: #4B8C1E;
  padding: 1.6em 1em;
}

footer > .footer_bas > p {
  color: var(--blanc);
  margin: 0;
  text-align: center;
}

footer > .footer_bas > p > a {
  color: var(--blanc);
}

footer > .footer_bas > p > a:after {
  background-color: var(--blanc);
}

/* MEDIA QUERIES */
@media screen and (max-width: 1440px) {
  footer:before {
    left: 0;
  }
  footer > .footer_haut > div > div:nth-child(2):before {
    left: -3em;
  }
  footer > .footer_haut > div > div:nth-child(2):after {
    right: -3em;
  }
}
@media screen and (max-width: 1200px) {
  footer {
    margin-top: 300px;
  }
  footer:before {
    transform: scale(0.6);
    top: -290px;
  }
  .to_top {
    top: 30px;
  }
  .to_top:hover {
    top: 10px;
  }
  footer > .footer_haut > div {
    flex-wrap: wrap;
    justify-content: center;
    gap: 3em 6em;
  }
  footer > .footer_haut > div > div:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
    padding-bottom: 3em;
    border-bottom: 1px solid var(--blanc);
  }
  footer > .footer_haut > div > div:nth-child(2):before {
    display: none;
  }
}
@media screen and (max-width: 990px) {
  footer {
    margin-top: 250px;
  }
  footer:before {
    top: -240px;
    left: -50px;
  }
  .to_top {
    top: 50px;
  }
  .to_top:hover {
    top: 70px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 150px;
  }
  footer:before {
    transform: scale(0.5);
    top: -175px;
    left: -100px;
  }
  .to_top {
    top: 115px;
  }
  .to_top:hover {
    top: 135px;
  }
  footer > .footer_haut > div {
    padding: 14em 0 4em;
  }
  footer > .footer_haut > div > div:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 3em;
    border-bottom: 1px solid var(--blanc);
  }
  footer > .footer_haut > div > div:nth-child(2):after {
    display: none;
  }
  footer > .footer_haut > div > div:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  footer {
    margin-top: 20px;
  }
  footer:before {
    transform: scale(0.4);
    top: -160px;
    left: -150px;
  }
}
@media screen and (max-width: 450px) {
  footer:before {
    display: none;
  }
  .to_top {
    top: 155px;
  }
  .to_top:hover {
    top: 175px;
  }
  footer > .footer_haut > div > div:first-child {
    flex-wrap: wrap;
  }
  footer > .footer_haut > div > div:last-child > ul > li.menu-item-175 > a, footer > .footer_haut > div > div:last-child > ul > li.menu-item-177 > a, footer > .footer_haut > div > div:last-child > ul > li.menu-item-176 > a {
    font-size: 1.1em;
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Ef";
}

:root {
  --blanc: #FFFFFF;
  --bleu: #29CDF2;
  --bleuF: #0476D9;
  --gris: #EFF4F9;
  --jaune: #F2C335;
  --noir: #000000;
  --vert: #4D9B15;
  --violet: #C233B3;
}

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

html, body {
  position: relative;
  font-size: 1em;
  overflow-x: hidden;
}

main {
  position: relative;
}

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

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  line-height: 1;
}

h1 {
  font-family: "HVD";
  color: var(--blanc);
  font-size: 6em;
  text-transform: uppercase;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
}

h2 {
  font-family: "HVD";
  color: var(--violet);
  text-transform: uppercase;
  font-size: 4.5em;
  margin: 0.5em 0;
}

h3 {
  font-family: "HVD";
  color: var(--bleu);
  text-transform: uppercase;
  font-size: 3.4em;
  margin: 0.5em 0;
}

h4 {
  font-family: "HVD";
  color: var(--jaune);
  text-transform: uppercase;
  font-size: 2.2em;
  margin: 0.5em 0;
}

h5 {
  font-family: "BaB";
  font-size: 1.6em;
  margin: 0.8em 0;
}

h6 {
  font-family: "BaB";
  font-size: 1.3em;
  margin: 0.6em 0;
}

p {
  font-size: 1.1em;
  margin-bottom: 1em;
  line-height: 1.1;
}

a {
  text-decoration: none;
  line-height: 1.1;
  color: var(--noir);
}

p > a {
  position: relative;
  font-family: "Ef";
}

p > a:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--noir);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: ease-in-out 0.3s;
}

p > a:hover:after {
  width: 100%;
}

.btn, .content_page .wp-block-button > .wp-block-button__link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--blanc);
  font-family: "EfH";
  border: 2px solid var(--vert);
  border-radius: 100px;
  background-color: var(--vert);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 0.8em 1.2em;
  margin: 1em 0;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
}

.btn:hover, .content_page .wp-block-button > .wp-block-button__link:hover {
  background-color: var(--blanc);
  color: var(--vert);
}

ul, ol {
  margin: 0 0 2em 22px;
}

ul > li > *, ol > li > * {
  margin-bottom: 16px;
}

ul > li, ol > li {
  line-height: 1.1;
}

.container {
  max-width: 1320px;
  width: 95%;
  margin: auto;
}

.container_big {
  max-width: 1650px;
  width: 95%;
  margin: auto;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1700px) {
  .container_big {
    max-width: 1500px;
  }
}
@media screen and (max-width: 1440px) {
  .container, .container_big {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 5em;
  }
  h2 {
    font-size: 3.5em;
  }
  h3 {
    font-size: 2.8em;
  }
  h4 {
    font-size: 2em;
  }
  h5 {
    font-size: 1.5em;
  }
  h6 {
    font-size: 1.1em;
  }
  .container, .container_big {
    max-width: 960px;
  }
}
@media screen and (max-width: 990px) {
  h1 {
    font-size: 4em;
  }
  h2 {
    font-size: 3em;
  }
  h3 {
    font-size: 2.2em;
  }
  h4 {
    font-size: 1.5em;
  }
  h5 {
    font-size: 1.2em;
  }
  h6 {
    font-size: 1em;
  }
  .container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 3.5em;
  }
  .container {
    max-width: 540px;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 2.5em;
  }
  h3 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 450px) {
  h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    font-size: 1.2em;
  }
  h5 {
    font-size: 1em;
  }
}
/********************** SOMMAIRE *********************/
/* MENU ORDINATEUR                      ligne : 13   */
/* MENU ORDINATEUR COLLAPSE             ligne : 242  */
/* MEGA MENU ORDINATEUR                 ligne : 266  */
/* MENU MOBILE                          ligne : 355  */
/* MENU MOBILE COLLAPSE                 ligne : 411  */
/* MEGA MENU MOBILE                     ligne : 422  */
/* MENU PAGE TRIER                      ligne : 0000 */
/* MODAL                                ligne : 0000 */
/* MEDIA QUERIES                        ligne : 689  */
/* MENU ORDINATEUR */
header.ordi {
  width: 100%;
  padding: 1em 6em;
  position: fixed;
  left: 0;
  z-index: 9999;
  transition: all 0.3s;
}

header.ordi > .menu {
  display: flex;
  align-items: center;
  gap: 4em;
  position: relative;
  z-index: 9;
}

header.ordi > .menu > a {
  display: block;
  flex: 0 0 65px;
  max-width: 65px;
  transition: all 0.3s;
}

header.ordi > .menu > a:hover {
  opacity: 0.6;
}

header.ordi > .menu > div {
  flex: 1;
}

header.ordi > .menu > div > .menuHaut {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid var(--blanc);
  transition: all 0.3s;
}

header.ordi > .menu > div > .menuHaut > ul {
  list-style: none;
  margin: 0;
  display: flex;
  gap: 1em;
}

header.ordi > .menu > div > .menuHaut > ul > li {
  margin: 0;
}

header.ordi > .menu > div > .menuHaut > ul > li:not(:last-child) > a {
  margin: 0;
  display: block;
  text-transform: uppercase;
  font-family: "EfM";
  padding: 0.5em 1em;
  background-color: var(--bleu);
  border-radius: 100px;
  transition: all 0.3s;
}

header.ordi > .menu > div > .menuHaut > ul > li:last-child > a {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  font-family: "EfH";
  padding: 0.5em 1em;
  background-color: var(--blanc);
  border-radius: 100px;
  transition: all 0.3s;
}

header.ordi > .menu > div > .menuHaut > ul > li > a:hover, header.ordi > .menu > div > .menuHaut > ul > li.current_page_item > a {
  background-color: var(--bleuF);
}

header.ordi > .menu > div > .menuHaut > div {
  display: flex;
  align-items: center;
}

header.ordi > .menu > div > .menuHaut > div > * {
  display: block;
  font-size: 1.1em;
  color: var(--blanc);
  cursor: pointer;
  transition: all 0.3s;
}

header.ordi > .menu > div > .menuHaut > div > i:before, header.ordi > .menu > div > .menuHaut > div > a > i {
  transition: all 0.3s;
}

header.ordi > .menu > div > .menuHaut > div > i:hover:before, header.ordi > .menu > div > .menuHaut > div > a:nth-child(4):hover > i, header.ordi > .menu > div > .menuHaut > div > a:nth-child(5):hover > i, header.ordi > .menu > div > .menuHaut > div > a:last-child:hover > i {
  opacity: 0.5;
}

header.ordi > .menu > div > .menuHaut > div > a:first-of-type {
  font-family: "EfM";
}

header.ordi > .menu > div > .menuHaut > div > i, header.ordi > .menu > div > .menuHaut > div > a:nth-child(2), header.ordi > .menu > div > .menuHaut > div > a:nth-child(3) {
  margin-right: 1.5em;
  position: relative;
}

header.ordi > .menu > div > .menuHaut > div > i:after, header.ordi > .menu > div > .menuHaut > div > a:nth-child(2):after, header.ordi > .menu > div > .menuHaut > div > a:nth-child(3):after {
  content: "";
  width: 1px;
  height: 36px;
  background-color: var(--blanc);
  position: absolute;
  right: -0.7em;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

header.ordi > .menu > div > .menuHaut > div > a:nth-child(2), header.ordi > .menu > div > .menuHaut > div > a:nth-child(3) {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--blanc);
  border-radius: 100px;
  padding: 0.4em 0.7em;
}

header.ordi > .menu > div > .menuHaut > div > a:nth-child(2):hover, header.ordi > .menu > div > .menuHaut > div > a:nth-child(3):hover, header.ordi > .menu > div > .menuHaut > div > a.active {
  background-color: var(--blanc);
  color: var(--noir);
}

header.ordi > .menu > div > .menuHaut > div > a:nth-child(4) > i, header.ordi > .menu > div > .menuHaut > div > a:nth-child(5) > i, header.ordi > .menu > div > .menuHaut > div > a:last-child > i {
  font-size: 1.5em;
}

header.ordi > .menu > div > .menuHaut > div > a:nth-child(4), header.ordi > .menu > div > .menuHaut > div > a:nth-child(5) {
  margin-right: 0.5em;
}

header.ordi > .menu > div > .menuBas {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header.ordi > .menu > div > .menuBas > * {
  display: flex;
  align-items: center;
  gap: 2.5em;
}

header.ordi > .menu > div > .menuBas > div > * {
  color: var(--blanc);
  text-transform: uppercase;
  font-family: "EfB";
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}

header.ordi > .menu > div > .menuBas > div > *:before {
  content: "";
  width: 0;
  height: 5px;
  background-color: var(--blanc);
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

header.ordi > .menu > div > .menuBas > div > *:hover:before, header.ordi > .menu > div > .menuBas > ul > li > a:hover:after, header.ordi > .menu > div > .menuBas > div > .active:before, header.ordi > .menu > div > .menuBas > ul > .current_page_item > a:after, .page-template-page-trier header.ordi > .menu > div > .menuBas > div > a:before {
  width: 100%;
}

header.ordi > .menu > div > .menuBas > div > * > i {
  border: 2px solid var(--blanc);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s;
}

header.ordi > .menu > div > .menuBas > div > .active > i {
  transform: rotate(180deg);
}

header.ordi > .menu > div > .menuBas > div > .retourHome {
  font-size: 2em;
  margin-right: -0.5em;
}

header.ordi > .menu > div > .menuBas > div > .retourHome:hover {
  transform: scale(0.8);
}

header.ordi > .menu > div > .menuBas > div > .retourHome:before {
  display: none;
}

header.ordi > .menu > div > .menuBas > div > .retourHome > i {
  border: none;
  width: auto;
  height: auto;
  display: block;
}

header.ordi > .menu > div > .menuBas > ul {
  list-style: none;
  margin: 0;
}

header.ordi > .menu > div > .menuBas > ul > li {
  margin: 0;
  position: relative;
}

header.ordi > .menu > div > .menuBas > ul > li:not(:last-child):after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--blanc);
  position: absolute;
  right: -20px;
  top: calc(50% - 4px);
  transform: translateY(-50%);
}

header.ordi > .menu > div > .menuBas > ul > li > a {
  margin: 0;
  color: var(--blanc);
  text-transform: uppercase;
  font-family: "EfM";
  font-size: 0.8em;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 8px;
  position: relative;
}

header.ordi > .menu > div > .menuBas > ul > li.menu-item-152 > a:before {
  content: url("../img/ressources.webp");
}

header.ordi > .menu > div > .menuBas > ul > li.menu-item-151 > a:before {
  content: url("../img/actus.webp");
}

header.ordi > .menu > div > .menuBas > ul > li.menu-item-723 > a:before {
  content: url("../img/visiter.webp");
}

header.ordi > .menu > div > .menuBas > ul > li > a:after {
  content: "";
  width: 0;
  height: 3px;
  border-radius: 100px;
  background-color: var(--blanc);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

/* MENU ORDINATEUR COLLAPSE */
header.ordi.collapse {
  padding: 0.5em 6em;
  background-color: rgba(0, 0, 0, 0.8);
}

header.ordi.collapse > .menu > a {
  flex: 0 0 55px;
  max-width: 55px;
}

header.ordi.collapse > .menu > div > .menuHaut {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

header.ordi.collapse > .menu > div > .menuHaut > ul > li:not(:last-child) > a, header.ordi.collapse > .menu > div > .menuHaut > ul > li:last-child > a {
  font-size: 0.8em;
}

header.ordi.collapse > .menu > div > .menuHaut > div > i:after, header.ordi.collapse > .menu > div > .menuHaut > div > a:nth-child(2):after, header.ordi.collapse > .menu > div > .menuHaut > div > a:nth-child(3):after {
  height: 30px;
}

header.ordi.collapse > .menu > div > .menuHaut > div > *, header.ordi.collapse > .menu > div > .menuBas > div > * {
  font-size: 0.9em;
}

/* MEGA MENU ORDINATEUR */
header.ordi > .fondNoir {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

header.ordi > .megaMenu {
  display: none;
  background-image: url("../img/fond-menu_team-recyclage.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.7);
  border-radius: 0 0 100px 100px;
  position: absolute;
  top: 0;
  left: 0;
}

header.ordi > .megaMenu:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 100px 100px;
  position: absolute;
  top: 0;
  left: 0;
}

header.ordi > .megaMenu > div {
  position: relative;
}

header.ordi > .megaMenu > div:before {
  content: url("../img/ronds-jaune-violet.webp");
  position: absolute;
  bottom: -80px;
  left: 50px;
}

header.ordi > .megaMenu > div:after {
  content: url("../img/ronds-bleus.webp");
  position: absolute;
  bottom: -160px;
  right: -130px;
}

header.ordi > .megaMenu > div > div {
  max-width: 1800px;
  margin: auto;
  padding: 180px 2em 200px;
}

header.ordi > .megaMenu > div > div > ul {
  margin: 0;
  list-style: none;
  display: none;
  flex-wrap: wrap;
  gap: 4em 1.5em;
}

header.ordi > .megaMenu > div > div > ul > li {
  flex: 0 0 calc(33.33% - 1em);
  max-width: calc(33.33% - 1em);
  margin: 0;
  height: 145px;
}

header.ordi > .megaMenu > div > div > ul > li > a {
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: var(--blanc);
  border-radius: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--vert);
  font-family: "EfB";
  padding: 1em;
  font-size: 1.5em;
  box-shadow: 0 5px 8px var(--noir);
  transition: all 0.3s;
}

header.ordi > .megaMenu > div > div > ul > li > a:hover {
  color: var(--blanc);
  background-color: var(--vert);
}

/* MENU MOBILE */
header.mobile {
  display: none;
  width: 100%;
  padding: 1em 4em;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  transition: all 0.3s;
}

header.mobile > .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

header.mobile > .menu > a:first-child {
  display: block;
  flex: 0 0 50px;
  max-width: 50px;
  transition: all 0.3s;
}

header.mobile > .menu > a:first-child:hover {
  opacity: 0.6;
}

header.mobile > .menu > a:last-of-type {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  font-family: "EfH";
  padding: 0.5em 1em;
  background-color: var(--blanc);
  border-radius: 100px;
  transition: all 0.3s;
}

header.mobile > .menu > a:last-of-type:hover {
  background-color: var(--bleuF);
}

header.mobile > .menu > div {
  display: flex;
  align-items: center;
  gap: 2em;
}

header.mobile > .menu > div > i {
  color: var(--blanc);
  font-size: 2em;
  cursor: pointer;
  transition: all 0.3s;
}

header.mobile > .menu > div > i:hover {
  opacity: 0.6;
}

/* MENU MOBILE COLLAPSE */
header.mobile.collapse {
  padding: 0.5em 4em;
  background-color: rgba(0, 0, 0, 0.8);
}

header.mobile.collapse > .menu > a:first-child {
  flex: 0 0 40px;
  max-width: 40px;
}

/* MEGA MENU MOBILE */
header.mobile > .megaMenu {
  width: 100vW;
  height: 100vh;
  background-color: var(--blanc);
  padding-bottom: 1em;
  overflow-y: auto;
  scrollbar-width: thin;
  position: absolute;
  top: 0;
  right: -1000px;
}

header.mobile > .megaMenu > .enTete {
  padding: 2em 2em 1em;
  margin-bottom: 2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #EEEEEE;
}

header.mobile > .megaMenu > .enTete > a {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 25px;
  border: 2px solid var(--noir);
  text-transform: lowercase;
  font-family: "EfM";
  padding: 0.4em 0.8em;
  transition: all 0.3s;
}

header.mobile > .megaMenu > .enTete > a:hover {
  background-color: var(--noir);
  color: var(--blanc);
}

header.mobile > .megaMenu > .enTete > div:first-of-type {
  display: none;
  align-items: center;
  gap: 50px;
  cursor: pointer;
}

header.mobile > .megaMenu > .enTete > div:first-of-type > i {
  font-size: 1.6em;
  transition: all 0.3s;
}

header.mobile > .megaMenu > .enTete > div:first-of-type:hover > i {
  margin-left: -0.5em;
}

header.mobile > .megaMenu > .enTete > div:first-of-type > p {
  display: none;
  margin: 0;
  text-transform: uppercase;
  font-family: "EfB";
  font-size: 1.1em;
}

header.mobile > .megaMenu > .enTete > div:last-child {
  display: flex;
  align-items: center;
  gap: 3em;
}

header.mobile > .megaMenu > .enTete > div:last-child > i {
  font-size: 2.2em;
  cursor: pointer;
  transition: all 0.3s;
}

header.mobile > .megaMenu > .enTete > div:last-child > i:first-child {
  font-size: 1.4em;
}

header.mobile > .megaMenu > .enTete > div:last-child > i:hover {
  opacity: 0.6;
}

header.mobile > .megaMenu > .menu > ul:first-child {
  list-style: none;
  margin: 0;
  padding: 0 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em;
}

header.mobile > .megaMenu > .menu > ul:first-child > li {
  margin: 0;
}

header.mobile > .megaMenu > .menu > ul:first-child > li:last-child {
  flex: 0 0 100%;
  max-width: 100%;
}

header.mobile > .megaMenu > .menu > ul:first-child > li:not(:last-child) > a {
  margin: 0;
  display: block;
  text-transform: uppercase;
  font-family: "EfM";
  background-color: var(--bleu);
  padding: 0.4em 1em;
  border-radius: 100px;
  font-size: 0.9em;
  transition: all 0.3s;
}

header.mobile > .megaMenu > .menu > ul:first-child > li:last-child > a {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: auto;
  text-transform: uppercase;
  font-family: "EfH";
  background-color: var(--noir);
  color: var(--blanc);
  padding: 0.4em 1em;
  border-radius: 100px;
  font-size: 1.1em;
  transition: all 0.3s;
}

header.mobile > .megaMenu > .menu > ul:first-child > li > a:hover {
  background-color: var(--bleuF);
}

header.mobile > .megaMenu > .menu > div {
  padding: 0 2em;
  margin-top: 4em;
}

header.mobile > .megaMenu > .menu > div > * {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  font-family: "EfB";
  font-size: 1.2em;
  padding: 0 1em 1em;
  border-bottom: 1px solid #BABABA;
  margin-bottom: 1em;
  cursor: pointer;
}

header.mobile > .megaMenu > .menu > div > p:last-child {
  margin: 0;
  border-bottom: none;
}

header.mobile > .megaMenu > .menu > div > * > i {
  border: 2px solid var(--noir);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: block;
  position: relative;
  transition: all 0.3s;
}

header.mobile > .megaMenu > .menu > div > *:hover > i {
  margin-right: 1em;
}

header.mobile > .megaMenu > .menu > div > * > i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

header.mobile > .megaMenu > .menu > ul:last-child {
  margin: 0;
  list-style: none;
  border-top: 4px solid #BABABA;
  margin-top: 2em;
  padding-top: 1em;
}

header.mobile > .megaMenu > .menu > ul:last-child > li > a {
  text-transform: uppercase;
  font-family: "EfM";
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 2px solid #BABABA;
  padding: 0 3em 1em;
  margin-bottom: 1em;
  transition: all 0.3s;
}

header.mobile > .megaMenu > .menu > ul:last-child > li > a:hover {
  gap: 20px;
}

header.mobile > .megaMenu > .menu > ul:last-child > li.menu-item-152 > a:before {
  content: url("../img/ressources-noir.webp");
}

header.mobile > .megaMenu > .menu > ul:last-child > li.menu-item-151 > a:before {
  content: url("../img/actus-noir.webp");
}

header.mobile > .megaMenu > .menu > ul:last-child > li.menu-item-153 > a:before {
  content: url("../img/visiter-noir.webp");
}

header.mobile > .megaMenu > .ssMenu {
  display: none;
}

header.mobile > .megaMenu > .ssMenu > ul {
  display: none;
  margin: 0;
  list-style: none;
}

header.mobile > .megaMenu > .ssMenu > ul > li {
  margin: 0;
}

header.mobile > .megaMenu > .ssMenu > ul > li > a {
  margin: 0;
  display: block;
  padding: 1.5em 2em;
  border-bottom: 1px solid #CBCBCB;
  font-size: 1.2em;
  transition: all 0.3s;
}

header.mobile > .megaMenu > .ssMenu > ul > li:first-child > a {
  padding-top: 0;
}

header.mobile > .megaMenu > .ssMenu > ul > li > a:hover {
  padding-left: 4em;
}

header.mobile > .megaMenu > .link {
  text-align: center;
  padding: 2em 0 0;
  overflow: hidden;
  position: relative;
}

header.mobile > .megaMenu > .link:before {
  content: url("../img/ronds-jaune-violet.webp");
  position: absolute;
  top: -40px;
  left: -100px;
  transform: scale(0.5);
}

header.mobile > .megaMenu > .link:after {
  content: url("../img/ronds-bleus.webp");
  position: absolute;
  top: -60px;
  right: -200px;
  transform: rotate(180deg) scale(0.6);
}

header.mobile > .megaMenu > .link > a {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--noir);
  border-radius: 100px;
  font-family: "EfM";
  font-size: 1.2em;
  padding: 0.4em 0.7em;
  margin: 1em auto;
  transition: all 0.3s;
}

header.mobile > .megaMenu > .link > a:hover {
  background-color: var(--noir);
  color: var(--blanc);
}

header.mobile > .megaMenu > .link > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

header.mobile > .megaMenu > .link > div > a {
  display: block;
  font-size: 2em;
  transition: all 0.3s;
}

header.mobile > .megaMenu > .link > div > a:hover {
  opacity: 0.6;
}

/* MENU PAGE TRIER */
.page-template-page-trier header.ordi > .menu > a, .page-template-page-trier header.ordi > .menu > div > .menuHaut {
  display: none;
}

/* MODAL */
.modalHeader {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.modalHeader > div {
  width: 1400px;
  background-color: var(--violet);
  border-radius: 15px;
  padding: 4em 2em 8em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modalHeader > div > i {
  font-size: 3em;
  color: var(--blanc);
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: all 0.3s;
}

.modalHeader > div > i:hover {
  transform: rotate(225deg);
}

.modalHeader > div > h3 {
  text-align: center;
  color: var(--blanc);
  padding-top: 0;
}

.modalHeader > div > form {
  display: flex;
  justify-content: center;
}

.modalHeader > div > form > input {
  flex: 0 0 800px;
  max-width: 800px;
  background-color: var(--blanc);
  border-radius: 120px 0 0 120px;
  color: var(--rose);
  padding: 0.5em 1em;
  display: block;
}

.modalHeader > div > form > button {
  color: var(--blanc);
  background-color: var(--noir);
  border: 1px solid var(--noir);
  font-size: 1.5em;
  border-radius: 0 120px 120px 0;
  display: block;
  padding: 0.4em 1.5em 0.2em;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1700px) {
  header.ordi > .megaMenu > div > div {
    max-width: 1500px;
  }
}
@media screen and (max-width: 1440px) {
  header.ordi {
    padding: 1em 3em;
  }
  header.ordi.collapse {
    padding: 0.5em 3em;
  }
  header.ordi > .menu {
    gap: 2em;
  }
  header.ordi > .menu > a {
    flex: 0 0 60px;
    max-width: 60px;
  }
  header.ordi > .menu > div > .menuHaut > ul {
    gap: 0.5em;
  }
  header.ordi > .menu > div > .menuHaut > ul > li:not(:last-child) > a, header.ordi > .menu > div > .menuHaut > ul > li:last-child > a {
    padding: 0.5em 0.8em;
    font-size: 0.9em;
  }
  header.ordi > .menu > div > .menuBas > * {
    gap: 1.5em;
  }
  header.ordi > .menu > div > .menuBas > div > * {
    font-size: 0.9em;
    padding-bottom: 8px;
  }
  header.ordi > .menu > div > .menuBas > div > * > i {
    font-size: 0.8em;
    width: 22px;
    height: 22px;
  }
  header.ordi > .menu > div > .menuBas > ul > li:not(:last-child):after {
    right: -16px;
  }
  header.ordi > .menu > div > .menuBas > div > *:before {
    height: 3px;
  }
}
@media screen and (max-width: 1200px) {
  header.ordi {
    padding: 1em 1.5em;
  }
  header.ordi.collapse {
    padding: 0.5em 1.5em;
  }
  header.ordi > .menu, header.ordi > .menu > div > .menuBas > * {
    gap: 1em;
  }
  header.ordi > .menu > a, header.ordi.collapse > .menu > a {
    flex: 0 0 50px;
    max-width: 50px;
  }
  header.ordi > .menu > div > .menuHaut {
    padding-bottom: 0.8em;
    margin-bottom: 0.8em;
  }
  header.ordi > .menu > div > .menuHaut > ul > li:not(:last-child) > a, header.ordi > .menu > div > .menuHaut > ul > li:last-child > a {
    padding: 0.5em 0.6em;
    font-size: 0.8em;
  }
  header.ordi > .menu > div > .menuHaut > div > a:nth-child(2), header.ordi > .menu > div > .menuHaut > div > a:nth-child(3) {
    font-size: 0.9em;
  }
  header.ordi > .menu > div > .menuBas > div > * {
    gap: 6px;
  }
  header.ordi > .menu > div > .menuBas > div > * > i {
    font-size: 0.7em;
    width: 20px;
    height: 20px;
  }
  header.ordi > .menu > div > .menuBas > ul > li > a {
    gap: 4px;
    padding-bottom: 6px;
  }
  header.ordi > .menu > div > .menuBas > ul > li > a:before {
    transform: scale(0.8);
  }
  header.ordi > .menu > div > .menuBas > ul > li:not(:last-child):after {
    right: -11px;
    width: 6px;
    height: 6px;
  }
  header.ordi > .megaMenu > div > div > ul {
    gap: 3em 1em;
  }
  header.ordi > .megaMenu > div > div > ul > li {
    height: 110px;
  }
  header.ordi > .megaMenu > div > div > ul > li > a {
    font-size: 1.3em;
  }
  header.ordi > .megaMenu > div:before {
    left: 0;
    transform: scale(0.7);
  }
  header.ordi > .megaMenu > div:after {
    bottom: -160px;
    right: -165px;
    transform: scale(0.7);
  }
  header.ordi > .menu > div > .menuBas > div > .retourHome {
    margin-right: 0;
  }
}
@media screen and (max-width: 990px) {
  header.ordi {
    display: none;
  }
  header.mobile {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  header.mobile {
    padding: 1em 2em;
  }
  header.mobile.collapse {
    padding: 0.5em 2em;
  }
}
@media screen and (max-width: 576px) {
  header.mobile > .menu > a:first-child {
    flex: 0 0 45px;
    max-width: 45px;
  }
  header.mobile > .menu > a:last-of-type {
    font-size: 0.85em;
  }
  header.mobile > .menu > div {
    gap: 1em;
  }
  header.mobile > .menu > div > i {
    font-size: 1.5em;
  }
  header.mobile > .megaMenu > .menu > div {
    padding: 0 1em;
  }
  header.mobile > .megaMenu > .menu > ul:last-child > li > a {
    padding: 0 2em 1em;
  }
  header.mobile > .megaMenu > .link {
    padding: 1em 0;
  }
}
@media screen and (max-width: 450px) {
  header.mobile, header.mobile > .megaMenu > .enTete {
    padding: 1em;
  }
  header.mobile.collapse {
    padding: 0.5em 1em;
  }
  header.mobile > .menu > a:first-child {
    flex: 0 0 40px;
    max-width: 40px;
  }
  header.mobile > .menu > a:last-of-type {
    font-size: 0.7em;
  }
  header.mobile > .menu > a:last-of-type > i {
    display: none;
  }
  header.mobile > .menu > div {
    gap: 0.8em;
  }
  header.mobile > .menu > div > i {
    font-size: 1.2em;
  }
  header.mobile > .megaMenu > .menu > ul:first-child {
    padding: 0 1em;
  }
  header.mobile > .megaMenu > .menu > div > * {
    padding: 0 0 1em;
  }
  header.mobile > .megaMenu > .menu > ul:last-child > li > a {
    padding: 0 1em 1em;
  }
  header.mobile > .megaMenu > .link:before {
    top: -55px;
    left: -110px;
    transform: scale(0.4);
  }
  header.mobile > .megaMenu > .link:after {
    top: -90px;
    right: -210px;
    transform: rotate(180deg) scale(0.45);
  }
  header.mobile > .megaMenu > .ssMenu > ul > li > a {
    padding: 1.5em 1em;
    font-size: 1em;
  }
  header.mobile > .megaMenu > .ssMenu > ul > li > a:hover {
    padding-left: 2em;
  }
  header.mobile > .megaMenu > .enTete > div:first-of-type {
    gap: 10px;
  }
  header.mobile > .megaMenu > .enTete > div:first-of-type > p {
    font-size: 0.9em;
  }
  header.mobile > .megaMenu > .enTete > div:first-of-type > i {
    font-size: 1.4em;
  }
  header.mobile > .megaMenu > .enTete > div:last-child {
    gap: 1.5em;
  }
}
.content_collecte > iframe {
  width: 100%;
  height: 900px;
  border: none;
}

/********************** SOMMAIRE *********************/
/* ONGLETS                              ligne : 9    */
/* CONTENU                              ligne : 42   */
/* MEDIA QUERIES                        ligne : 67  */
/* ONGLETS */
.content_collectivite > ul {
  margin: 0;
  list-style: none;
  display: flex;
  gap: 1em;
}

.content_collectivite > ul > li {
  margin: 0;
  line-height: 0;
}

.content_collectivite > ul > li > a {
  display: block;
  color: var(--bleu);
  text-transform: uppercase;
  font-family: "HVD";
  font-size: 2em;
  padding: 1em 1em 5em;
  background-color: var(--blanc);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 45px;
  margin: 0;
  transition: all 0.3s;
}

.content_collectivite > ul > li:not(.ui-state-active) > a:hover {
  margin-top: -1em;
}

.content_collectivite > ul > li.ui-state-active > a {
  background-color: #EFF4F9;
  box-shadow: none;
}

/* CONTENU */
.content_collectivite > div {
  background-color: #EFF4F9;
  border-radius: 45px;
  padding: 4em;
  margin-top: -9em;
  position: relative;
}

.content_collectivite > div > div {
  max-width: 1080px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.content_collectivite > div > div > h3:first-child {
  margin-top: 1em;
}

.content_collectivite > div > div > .boutons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 1em;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1700px) {
  .content_collectivite > ul > li > a {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 1440px) {
  .content_collectivite > ul > li > a {
    font-size: 1.4em;
    border-radius: 20px;
    padding: 1em 1em 7em;
  }
}
@media screen and (max-width: 1200px) {
  .content_collectivite > ul > li > a {
    font-size: 1.2em;
  }
  .content_collectivite > div {
    margin-top: -7em;
  }
}
@media screen and (max-width: 990px) {
  .content_collectivite > ul {
    flex-wrap: wrap;
  }
  .content_collectivite > ul > li > a {
    padding: 1em;
  }
  .content_collectivite > ul > li:not(.ui-state-active) > a:hover {
    margin-top: 0;
    transform: scale(0.9);
  }
  .content_collectivite > div {
    margin-top: 2em;
    padding: 2em 4em;
  }
}
@media screen and (max-width: 576px) {
  .content_collectivite > div {
    padding: 2em;
  }
  .content_collectivite > ul > li > a {
    font-size: 1em;
  }
}
@media screen and (max-width: 450px) {
  .content_collectivite > div {
    padding: 1em;
    border-radius: 20px;
  }
}
/********************** SOMMAIRE *********************/
/* CONTENU                              ligne : 9    */
/* FORMULAIRE                           ligne : 68   */
/* MEDIA QUERIES                        ligne : 117  */
/* CONTENU */
.content_contact > iframe {
  width: 100%;
  height: 650px;
  border: none;
}

.content_contact > .container_big {
  background-color: #EFF4F9;
  border-radius: 50px;
  display: flex;
  gap: 4em;
  flex-wrap: wrap;
  margin: -170px auto -155px;
  position: relative;
}

.content_contact > .container_big > div:first-child {
  flex: 0 0 590px;
  max-width: 590px;
  background-color: var(--violet);
  border-radius: 50px;
  padding: 5em 3em;
  color: var(--blanc);
}

.content_contact > .container_big > div > .custom-logo-link {
  display: block;
  max-width: 130px;
  transition: all 0.3s;
}

.content_contact > .container_big > div h6 {
  font-family: "EfM";
  font-size: 1.4em;
  text-transform: uppercase;
  margin: 1em 0 0.2em;
}

.content_contact > .container_big > div p {
  font-family: "EfL";
  font-size: 1.2em;
  margin-bottom: 2em;
}

.content_contact > .container_big > div > div:last-child {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.content_contact > .container_big > div > div > a {
  display: block;
  font-size: 3em;
  color: var(--blanc);
  transition: all 0.3s;
}

.content_contact > .container_big > div > div > a:hover, .content_contact > .container_big > div > .custom-logo-link:hover {
  opacity: 0.6;
}

.content_contact > .container_big > div:last-child {
  flex: 1;
  padding: 4em 4em 4em 0;
}

/* FORMULAIRE */
.content_contact > .container_big > div > form .forminator-row:not(.forminator-row-last) .forminator-field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
  padding-bottom: 0.4em;
  border-bottom: 2px solid var(--bleuF);
}

.content_contact > .container_big > div > form .forminator-row:not(.forminator-row-last) .forminator-field label {
  text-transform: uppercase;
  color: var(--bleuF);
  font-family: "EfB";
  font-size: 1.2em;
}

.content_contact > .container_big > div > form .forminator-row:not(.forminator-row-last) .forminator-field .forminator-input {
  flex: 1;
  font-size: 1em;
  border: none;
  background-color: transparent;
}

.content_contact > .container_big > div > form .forminator-row:not(.forminator-row-last) .forminator-field .forminator-required, .content_contact > .container_big > div > form .forminator-row:not(.forminator-row-last) .forminator-field .forminator-error-message {
  color: #D8000C;
  font-size: 0.8em;
}

.content_contact > .container_big > div > form #textarea-1 > .forminator-field {
  border: none;
}

.content_contact > .container_big > div > form #textarea-1 > .forminator-field textarea {
  flex: 0 0 100%;
  max-width: 100%;
  border: none;
  background-color: transparent;
  font-size: 1em;
  border: 2px solid var(--bleuF);
  border-top: none;
  padding: 0.4em;
}

.content_contact > .container_big > div > form .forminator-row-last .forminator-field .btn {
  margin: 1em 0 1em auto;
}

.content_contact > .container_big > div > form .forminator-row-last .forminator-field .btn:after {
  content: "\f1d8";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.5em;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1440px) {
  .content_contact > .container_big {
    gap: 2em;
  }
  .content_contact > .container_big > div:first-child {
    flex: 0 0 450px;
    max-width: 450px;
    padding: 4em 2em;
  }
  .content_contact > .container_big > div:last-child {
    padding: 4em 2em 4em 0;
  }
}
@media screen and (max-width: 990px) {
  .content_contact > .container_big > div:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 0 4em;
    flex-wrap: wrap;
  }
  .content_contact > .container_big > div > div:not(:last-child) {
    flex: 0 0 calc(33.33% - 2em);
    max-width: calc(33.33% - 2em);
  }
  .content_contact > .container_big > div > div:last-child {
    margin: 0 auto;
  }
  .content_contact > .container_big > div:last-child {
    padding: 0 2em;
  }
}
@media screen and (max-width: 768px) {
  .content_contact > .container_big {
    margin: -150px auto -140px;
  }
  .content_contact > .container_big > div:first-child {
    gap: 0 1em;
  }
  .content_contact > .container_big > div > .custom-logo-link {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .content_contact > .container_big > div > .custom-logo-link > img {
    display: block;
    max-width: 130px;
    margin: auto;
  }
  .content_contact > .container_big > div > div:not(:last-child) {
    flex: 0 0 calc(50% - 0.5em);
    max-width: calc(50% - 0.5em);
  }
  .content_contact > iframe {
    height: 550px;
  }
}
@media screen and (max-width: 576px) {
  .content_contact > .container_big > div:first-child {
    padding: 2em 1em;
  }
  .content_contact > .container_big > div > div:not(:last-child), .content_contact > .container_big > div > form .forminator-row:not(.forminator-row-last) .forminator-field .forminator-input {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .content_contact > .container_big {
    margin-bottom: -45px;
  }
  .content_contact > .container_big > div > form .forminator-row:not(.forminator-row-last) .forminator-field label {
    font-size: 1em;
  }
}
/********************** SOMMAIRE *********************/
/* FIL D'ARIANE                         ligne : 9    */
/* CONTENU                              ligne : 48   */
/* MEDIA QUERIES                        ligne : 159  */
/* FIL D'ARIANE */
.ariane {
  margin-bottom: 4em;
}

.ariane > span {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}

.ariane > span a, .ariane > span .breadcrumb_last {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.33);
  border-radius: 18px;
  padding: 0.5em 1em;
  font-size: 0.85em;
  font-family: "EfB";
  text-transform: uppercase;
  transition: all 0.3s;
}

.ariane > span a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--blanc);
  border: 2px solid var(--vert);
  background-color: var(--vert);
}

.ariane > span a:hover {
  background-color: var(--blanc);
  color: var(--vert);
}

.ariane > span .breadcrumb_last {
  display: block;
  border: 2px solid var(--blanc);
  background-color: var(--blanc);
  color: var(--vert);
}

/* CONTENU */
main .content h2 {
  padding-bottom: 30px;
  position: relative;
}

main .content h2:after {
  content: "";
  width: 350px;
  height: 25px;
  background-color: var(--violet);
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
}

main .content h3 {
  margin: 2em 0 0.8em;
  position: relative;
}

main .content h3:before {
  content: "";
  width: 85px;
  height: 85px;
  background-color: #C9EFF8;
  border-radius: 50%;
  position: absolute;
  left: -40px;
  top: -18px;
  z-index: -1;
}

main .content h4 {
  margin: 2em 0 0.5em;
}

main .content .wp-block-cover {
  width: 100vw;
  margin: 4em 0;
  padding: 8em 1em calc(150px + 8em);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

main .content .wp-block-cover:before {
  content: "";
  background-image: url("../img/vague.webp");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 2;
}

main .content .wp-block-cover > .wp-block-cover__background {
  background-color: #87087A;
  opacity: 0.7 !important;
}

main .content .wp-block-cover > .wp-block-cover__inner-container {
  max-width: 50%;
  color: var(--blanc);
}

main .content .wp-block-cover > .wp-block-cover__inner-container h3 {
  margin-top: 0;
}

main .content .wp-block-cover > .wp-block-cover__inner-container h3:before {
  content: none;
}

main .content li::marker {
  color: var(--jaune);
  font-size: 25px;
}

main .content ol > li::marker {
  font-family: "EfB";
}

main .content blockquote {
  width: 95%;
  max-width: 700px;
  margin: 4em auto;
  background-color: #EFF4F9;
  padding: 2em;
  position: relative;
}

main .content blockquote:before {
  content: "";
  width: 20px;
  height: 100%;
  background-color: var(--violet);
  border-radius: 10px;
  position: absolute;
  left: -10px;
  top: 0;
}

main .content blockquote:after {
  content: '"';
  font-family: "EfB";
  color: var(--violet);
  font-size: 6em;
  position: absolute;
  top: -35px;
  right: -10px;
}

main .content blockquote > p {
  font-family: "EfB";
}

main .content blockquote > cite {
  font-family: "EfL";
  font-size: 0.8em;
}

main .content .wp-block-themeisle-blocks-accordion summary > h3 {
  text-transform: none;
}

main .content .wp-block-themeisle-blocks-accordion summary > h3:before {
  display: none;
}

main .content .wp-block-themeisle-blocks-accordion summary + div > h4 {
  margin-top: 1em;
}

main .content .wp-block-columns .block_clefs {
  background-color: #E8E8E8;
  border-radius: 30px;
  padding: 1em;
}
main .content .wp-block-columns .block_clefs h4 {
  margin-top: 0.5em;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1920px) {
  main .content .wp-block-cover {
    padding-bottom: calc(110px + 6em);
  }
  main .content .wp-block-cover:before {
    height: 110px;
  }
}
@media screen and (max-width: 1200px) {
  main .content h2 {
    padding-bottom: 20px;
  }
  main .content h2:after {
    width: 250px;
    height: 15px;
  }
  main .content .wp-block-cover > .wp-block-cover__inner-container {
    max-width: 70%;
  }
  main .content .wp-block-cover {
    padding-bottom: calc(70px + 4em);
  }
  main .content .wp-block-cover:before {
    height: 70px;
  }
  main .content h3:before {
    width: 70px;
    height: 70px;
    left: -30px;
    top: -20px;
  }
}
@media screen and (max-width: 990px) {
  main .content h2 {
    padding-bottom: 10px;
  }
  main .content h2:after {
    width: 200px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  main .content .wp-block-cover {
    padding-top: 6em;
  }
  main .content h2:after {
    width: 150px;
  }
}
@media screen and (max-width: 576px) {
  main .content .wp-block-cover > .wp-block-cover__inner-container {
    max-width: 100%;
  }
  main .content .wp-block-cover {
    padding-bottom: calc(40px + 4em);
  }
  main .content .wp-block-cover:before {
    height: 40px;
  }
}
@media screen and (max-width: 450px) {
  .ariane {
    display: none;
  }
  main .content blockquote:before {
    width: 10px;
    left: -5px;
  }
  main .content blockquote {
    padding: 1em;
  }
}
/********************** SOMMAIRE *********************/
/* PRÉSENTATION                         ligne : 13   */
/* REDUIRE SES DECHET                   ligne : 34   */
/* POINT DE COLLECTE                    ligne : 160  */
/* VOUS ÊTES                            ligne : 267  */
/* JOURNAL DU TRI                       ligne : 378  */
/* ACTUALITES                           ligne : 470  */
/* MEDIA QUERIES                        ligne : 571  */
/* PRÉSENTATION */
.content_front > .presentation {
  width: 50%;
  margin-bottom: 6em;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 1em;
}
.content_front > .presentation > div:first-child {
  flex: 0 0 250px;
  max-width: 250px;
}
.content_front > .presentation > div > p {
  font-family: "EfMI";
  margin: 0;
}

/* REDUIRE SES DECHET */
.content_front > .reduire {
  background-image: url("../img/comment-reduire-dechets-fond_team-recyclage.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2em;
}

.content_front > .reduire > div {
  max-width: 1500px;
  display: flex;
  align-items: center;
  gap: 10em;
  margin: auto;
}

.content_front > .reduire > div > div:first-child {
  flex: 0 0 850px;
  max-width: 850px;
}

.content_front > .reduire > div > div > h2 {
  margin: 0 0 0.2em;
  color: var(--noir);
  font-size: 5em;
}

.content_front > .reduire > div > div > .reduireOrdi {
  display: flex;
  gap: 2em;
  flex-wrap: wrap;
  margin-top: 2em;
}

.content_front > .reduire > div > div > .reduireOrdi > a {
  flex: calc(33.33% - 1.4em);
  max-width: calc(33.33% - 1.4em);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--blanc);
  border-radius: 94% 72% 106% 64%/112% 70% 70% 45%;
  padding: 4em 1em;
  position: relative;
  transition: all 0.3s;
}

.content_front > .reduire > div > div > div a:first-child {
  background-color: var(--violet);
}

.content_front > .reduire > div > div > div a:nth-child(2) {
  background-color: var(--jaune);
}

.content_front > .reduire > div > div > div a:last-child {
  background-color: var(--bleu);
}

.content_front > .reduire > div > div > div a:hover {
  transform: scale(0.9);
}

.content_front > .reduire > div > div > div a > * {
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
}

.content_front > .reduire > div > div > div a > i {
  font-size: 4em;
  margin-bottom: 0.4em;
}

.content_front > .reduire > div > div > div a > span {
  text-transform: uppercase;
  font-family: "EfB";
  font-size: 1.2em;
}

.content_front > .reduire > div > div > .reduireMobile {
  display: none;
  margin: 2em -2em 2em 0;
  position: relative;
}

.content_front > .reduire > div > div > .reduireMobile a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  float: left;
  width: 250px;
  padding: 5em 2em;
  color: var(--blanc);
  border-radius: 94% 72% 106% 64%/112% 70% 70% 45%;
  margin-right: 2em;
  transition: all 0.3s;
}

.content_front > .reduire > div > div > .reduireMobile a:last-child {
  margin-right: 6em;
}

.content_front > .reduire > div > div > .reduireMobile > .controls {
  display: flex;
  align-items: center;
  gap: 2em;
  position: absolute;
  right: 2em;
  bottom: -5px;
  z-index: 1;
}

.content_front > .reduire > div > div > .reduireMobile > .controls > p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blanc);
  background-color: var(--vert);
  border-radius: 50%;
  font-size: 1.8em;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.3s;
}

.content_front > .reduire > div > div > .reduireMobile > .controls > p:hover {
  background-color: #C6E0B3;
}

.content_front > .reduire > div > div:last-child {
  flex: 1;
}

.content_front > .reduire > div > div > img {
  margin: auto;
  display: block;
}

/* POINT DE COLLECTE */
.content_front > .collecte {
  margin-top: 28em;
  position: relative;
}

.content_front > .collecte:after {
  content: "";
  background-image: url("../img/vague1.webp");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 370px;
  position: absolute;
  bottom: -140px;
  left: 0;
}

.content_front > .collecte > div:first-child {
  position: relative;
}

.content_front > .collecte > div:first-child:before {
  content: "";
  background-image: url("../img/trouver-point-collecte_team-recyclage.webp");
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 910px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -52%);
}

.content_front > .collecte > div > h2 {
  color: var(--blanc);
  text-align: center;
  margin: 0 0 0.8em;
  padding: 1em 1em 0;
  position: relative;
}

.content_front > .collecte > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
  padding: 0 1em;
  position: relative;
}

.content_front > .collecte > div > div > a {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--blanc);
  border-radius: 100px;
  padding: 1em 3em;
  font-family: "EfM";
  font-size: 1.2em;
  text-transform: uppercase;
  transition: all 0.3s;
}

.content_front > .collecte > div > div > a > i {
  font-size: 1.2em;
}

.content_front > .collecte > div > div > a:first-child {
  color: var(--blanc);
}

.content_front > .collecte > div > div > a:first-child:hover {
  background-color: var(--blanc);
  color: var(--vert);
}

.content_front > .collecte > div > div > a:last-child {
  color: var(--vert);
  background-color: var(--blanc);
}

.content_front > .collecte > div > div > a:last-child:hover {
  color: var(--blanc);
  background-color: transparent;
}

.content_front > .collecte > .carte {
  background-image: url("../img/carte_team-recyclage.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 900px;
  margin-top: 5em;
  position: relative;
}

.content_front > .collecte > iframe {
  width: 100%;
  height: 1000px;
  border: none;
  position: relative;
}

.content_front > .collecte > .carte:after {
  content: "";
  background-image: url("../img/vague1.webp");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 370px;
  position: absolute;
  bottom: -230px;
  left: 0;
}

/* VOUS ÊTES */
.content_front > .vousEtes {
  margin-top: 10em;
  position: relative;
}

.content_front > .vousEtes:before {
  content: url("../img/ronds-bleu-jaune.webp");
  position: absolute;
  top: -180px;
  left: -250px;
}

.content_front > .vousEtes:after {
  content: url("../img/ronds-bleus-1.webp");
  position: absolute;
  bottom: -110px;
  right: -200px;
}

.content_front > .vousEtes > div {
  max-width: 1500px;
  margin: auto;
  padding: 0 2em;
  position: relative;
  z-index: 1;
}

.content_front > .vousEtes > div > h2 {
  font-size: 5em;
  color: var(--noir);
}

.content_front > .vousEtes > div > div:first-of-type {
  display: flex;
  align-items: center;
  gap: 2em;
  margin-bottom: 2em;
}

.content_front > .vousEtes > div > div > p {
  width: 280px;
  text-align: center;
  text-transform: uppercase;
  font-family: "EfM";
  padding: 0.8em 1em;
  border-radius: 100px;
  background-color: var(--blanc);
  border: 2px solid;
  cursor: pointer;
  transition: all 0.3s;
}

.content_front > .vousEtes > div > div > p.junior {
  border-color: var(--violet);
  color: var(--violet);
}

.content_front > .vousEtes > div > div > p.professionnel {
  border-color: var(--jaune);
  color: var(--jaune);
}

.content_front > .vousEtes > div > div > p.collectivitee {
  border-color: var(--bleu);
  color: var(--bleu);
}

.content_front > .vousEtes > div > div > p.junior:hover, .content_front > .vousEtes > div > div > p.junior.active {
  background-color: var(--violet);
  color: var(--blanc);
}

.content_front > .vousEtes > div > div > p.professionnel:hover, .content_front > .vousEtes > div > div > p.professionnel.active {
  background-color: var(--jaune);
  color: var(--blanc);
}

.content_front > .vousEtes > div > div > p.collectivitee:hover, .content_front > .vousEtes > div > div > p.collectivitee.active {
  background-color: var(--bleu);
  color: var(--blanc);
}

.content_front > .vousEtes > div > .vousOrdi > div {
  display: flex;
  gap: 1em 2em;
  flex-wrap: wrap;
}

.content_front > .vousEtes > div > .vousOrdi > div:not(.junior) {
  display: none;
}

.content_front > .vousEtes > div > .vousOrdi a {
  flex: calc(33.33% - 1.4em);
  max-width: calc(33.33% - 1.4em);
  height: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 94% 72% 106% 64%/112% 70% 70% 45%;
  position: relative;
}

.content_front > .vousEtes > div > div a > p {
  margin: 0;
  color: var(--blanc);
  background-color: rgba(194, 51, 179, 0.8);
  padding: 2em 1em;
  border-radius: 30px;
  text-align: center;
  font-family: "EfM";
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85%;
  transition: all 0.3s;
}

.content_front > .vousEtes > div > div a:hover > p {
  width: 100%;
  height: 100%;
  border-radius: 94% 72% 106% 64%/112% 70% 70% 45%;
}

/* JOURNAL DU TRI */
.content_front > .journal {
  max-width: 1500px;
  margin: 14em auto 0;
}

.content_front > .journal > div {
  background-color: #EFF4F9;
  padding: 4em 6em 2em;
  border-radius: 40px;
  position: relative;
}

.content_front > .journal > div:before {
  content: "";
  width: 135px;
  height: 135px;
  border-radius: 50%;
  background-color: var(--bleu);
  position: absolute;
  bottom: -65px;
  left: -65px;
}

.content_front > .journal > div > div:first-child {
  max-width: 800px;
}

.content_front > .journal > div > div > h2 {
  margin-top: 0;
  color: var(--bleu);
}

.content_front > .journal > div > div:last-child {
  display: flex;
  align-items: center;
  gap: 2em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.content_front > .journal > div > div:last-child:before {
  content: "";
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background-color: var(--jaune);
  position: absolute;
  top: -85px;
  left: -85px;
}

.content_front > .journal > div > div > a {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
  position: relative;
}

.content_front > .journal > div > div > a > p {
  margin: 0;
  text-transform: uppercase;
  color: var(--blanc);
  font-family: "EfB";
  background-color: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}

.content_front > .journal > div > div > a > p > i {
  font-size: 2em;
}

.content_front > .journal > div > div > a:first-child > p {
  padding: 1em;
  border-radius: 55px;
  font-size: 1.2em;
  width: 90%;
}

.content_front > .journal > div > div > a:first-child:hover > p {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.content_front > .journal > div > div > a:last-child > p {
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
}

.content_front > .journal > div > div > a:last-child:hover > p {
  gap: 2em;
}

/* ACTUALITES */
.content_front > .actus {
  background-image: url("../img/actus-fond_team-recyclage.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2em 0;
  margin: 12em 0;
}

.content_front > .actus > div {
  max-width: 2000px;
  margin: 0 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content_front > .actus > div > h2 {
  flex: 0 0 100%;
  max-width: 100%;
  color: var(--noir);
  font-size: 5em;
  margin-bottom: 1em;
}

.content_front > .actus > div > div:first-of-type {
  flex: 0 0 400px;
  max-width: 400px;
}

.content_front > .actus > div > div:last-child {
  flex: 0 0 calc(100% - 500px);
  max-width: calc(100% - 500px);
  position: relative;
}

.content_front > .actus > div > div > .controls {
  display: flex;
  align-items: center;
  gap: 2em;
  position: absolute;
  left: -40px;
  top: -40px;
  z-index: 1;
}

.content_front > .actus > div > div > .controls > p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blanc);
  background-color: var(--jaune);
  border-radius: 50%;
  font-size: 2.8em;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
}

.content_front > .actus > div > div > .controls > p:hover {
  background-color: #F9E6AD;
}

.content_front > .actus > div > div > #actusSlide a {
  float: left;
  display: block;
  width: 400px;
  height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 1em;
  box-shadow: 0 0 20px rgba(41, 205, 242, 0.15);
  border-radius: 30px;
  position: relative;
  transition: all 0.3s;
}

.content_front > .actus > div > div > #actusSlide a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.content_front > .actus > div > div > #actusSlide a > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 205, 242, 0.5);
  border-radius: 30px;
  padding: 1em;
  position: relative;
}

.content_front > .actus > div > div > #actusSlide a > div > h5 {
  text-transform: uppercase;
  color: var(--blanc);
  font-family: "EfM";
  font-size: 2em;
  margin: 0;
  text-align: center;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1920px) {
  .content_front > .collecte:after {
    bottom: -170px;
  }
  .content_front > .collecte > div > h2 {
    padding-top: 0;
  }
  .content_front > .collecte > iframe {
    height: 800px;
  }
  .content_front > .actus > div {
    max-width: 1700px;
    padding-left: 2em;
  }
}
@media screen and (max-width: 1700px) {
  .content_front > .vousEtes {
    margin-top: 5em;
  }
  .content_front > .vousEtes:before {
    top: -80px;
  }
  .content_front > .journal {
    max-width: 1300px;
  }
  .content_front > .journal > div > div:first-child {
    max-width: 720px;
  }
}
@media screen and (max-width: 1440px) {
  .content_front > .reduire > div {
    gap: 6em;
  }
  .content_front > .reduire > div > div:first-child {
    flex: 0 0 780px;
    max-width: 780px;
  }
  .content_front > .reduire > div > div > h2, .content_front > .vousEtes > div > h2, .content_front > .actus > div > h2 {
    font-size: 4.5em;
  }
  .content_front > .reduire > div > div > div > a {
    padding: 3em 1em;
  }
  .content_front > .collecte > iframe {
    height: 700px;
  }
  .content_front > .collecte > div:first-child:before {
    height: 860px;
  }
  .content_front > .vousEtes > div > .vousOrdi > div > a {
    height: 400px;
  }
  .content_front > .vousEtes:before {
    top: -150px;
    transform: scale(0.8);
  }
  .content_front > .vousEtes:after {
    transform: scale(0.7);
  }
  .content_front > .journal {
    max-width: 1150px;
  }
  .content_front > .journal > div > div:first-child {
    max-width: 640px;
    position: relative;
    z-index: 1;
  }
  .content_front > .journal > div {
    padding: 4em 2em 2em;
  }
  .content_front > .actus > div > div > #actusSlide a {
    width: 300px;
    height: 400px;
  }
  .content_front > .presentation > div:first-child {
    flex: 0 0 180px;
    max-width: 180px;
  }
}
@media screen and (max-width: 1200px) {
  .content_front > .reduire > div {
    gap: 4em;
  }
  .content_front > .reduire > div > div:first-child {
    flex: 0 0 650px;
    max-width: 650px;
  }
  .content_front > .reduire > div > div > h2, .content_front > .vousEtes > div > h2, .content_front > .actus > div > h2 {
    font-size: 3.5em;
  }
  .content_front > .reduire > div > div > div > a {
    padding: 2em 1em;
  }
  .content_front > .reduire > div > div > div > a > span, .content_front > .collecte > div > div > a {
    font-size: 1em;
  }
  .content_front > .collecte > div:first-child:before {
    height: 705px;
  }
  .content_front > .collecte > .carte {
    height: 710px;
  }
  .content_front > .vousEtes > div > .vousOrdi > div > a {
    height: 300px;
  }
  .content_front > .journal > div:before {
    width: 100px;
    height: 100px;
    bottom: -50px;
    left: -50px;
  }
  .content_front > .journal > div > div:last-child:before {
    width: 125px;
    height: 125px;
    top: -30px;
    left: -60px;
  }
  .content_front > .journal > div {
    border-radius: 0;
  }
  .content_front > .journal > div:before {
    top: -50px;
    right: -50px;
    left: unset;
    bottom: unset;
  }
  .content_front > .journal > div > div:first-child {
    max-width: 100%;
  }
  .content_front > .journal > div > div:last-child {
    position: relative;
    transform: unset;
    margin-top: 4em;
  }
  .content_front > .presentation {
    width: 80%;
  }
}
@media screen and (max-width: 990px) {
  .content_front > .reduire > div {
    flex-wrap: wrap;
  }
  .content_front > .reduire > div > div:first-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .content_front > .reduire > div > div > div > a {
    padding: 4em 1em;
  }
  .content_front > .reduire > div > div > h2, .content_front > .vousEtes > div > h2, .content_front > .actus > div > h2 {
    font-size: 3em;
  }
  .content_front > .collecte > div:first-child:before {
    height: 640px;
  }
  .content_front > .collecte > .carte {
    margin-top: 4em;
  }
  .content_front > .vousEtes:before {
    transform: scale(0.6);
  }
  .content_front > .vousEtes > div > .vousOrdi > div > a {
    height: 250px;
  }
  .content_front > .actus > div > div > .controls {
    gap: 1em;
    top: -25px;
  }
  .content_front > .actus > div > div > .controls > p {
    font-size: 2em;
    width: 50px;
    height: 50px;
  }
  .content_front > .actus > div > div:last-child {
    flex: 0 0 calc(100% - 450px);
    max-width: calc(100% - 450px);
  }
  .content_front > .presentation {
    width: 100%;
    gap: 2em;
    flex-wrap: wrap;
    justify-content: center;
  }
  .content_front > .presentation > div:first-child {
    flex: 0 0 200px;
    max-width: 200px;
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .content_front > .reduire > div > div > .reduireOrdi {
    display: none;
  }
  .content_front > .reduire > div > div > .reduireMobile {
    display: block;
  }
  .content_front > .reduire {
    padding: 1em;
  }
  .content_front > .reduire > div > div > .reduireMobile a:last-child {
    margin-right: 4em;
  }
  .content_front > .collecte > div:first-child:before {
    height: 770px;
  }
  .content_front > .collecte > div > div {
    gap: 1em;
  }
  .content_front > .collecte > div > div > a {
    padding: 1em;
  }
  .content_front > .collecte > .carte {
    height: 600px;
  }
  .content_front > .vousEtes > div > .vousOrdi a {
    flex: 0 0 calc(50% - 1em);
    max-width: calc(50% - 1em);
  }
  .content_front > .vousEtes > div > div:first-of-type {
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;
  }
  .content_front > .vousEtes > div > div > p {
    margin: 0;
  }
  .content_front > .vousEtes > div > .vousOrdi > div {
    justify-content: center;
  }
  .content_front > .vousEtes:after {
    transform: scale(0.5);
  }
  .content_front > .actus > div > div:first-of-type {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .content_front > .actus > div > div:last-child {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 3em 0 0 2em;
  }
  .content_front > .actus > div > div > #actusSlide a {
    width: 250px;
    height: 350px;
  }
  .content_front > .actus {
    margin: 4em 0;
  }
  .content_front > .actus > div > h2, .content_front > .actus > div > div:first-of-type {
    padding-right: 1em;
  }
  .content_front > .presentation {
    width: 95%;
  }
}
@media screen and (max-width: 576px) {
  .content_front > .reduire > div > div > h2, .content_front > .vousEtes > div > h2, .content_front > .actus > div > h2 {
    font-size: 2em;
  }
  .content_front > .reduire > div > div > .reduireMobile a {
    width: 200px;
    padding: 4em 1em;
  }
  .content_front > .collecte > div:first-child:before {
    height: 840px;
  }
  .content_front > .collecte > div > div {
    flex-wrap: wrap;
  }
  .content_front > .collecte > div > div > a {
    flex: 0 0 70%;
    max-width: 70%;
    justify-content: center;
  }
  .content_front > .reduire {
    margin-top: -4em;
  }
  .content_front > .vousEtes > div > .vousOrdi > div {
    gap: 1em;
  }
  .content_front > .vousEtes > div > .vousOrdi a {
    flex: 0 0 calc(50% - 0.5em);
    max-width: calc(50% - 0.5em);
  }
  .content_front > .vousEtes > div > div a > p {
    border-radius: 15px;
    font-size: 0.9em;
    width: 70%;
  }
  .content_front > .vousEtes > div > .vousOrdi > div > a {
    height: 180px;
  }
  .content_front > .journal > div > div:last-child {
    justify-content: center;
    flex-wrap: wrap;
  }
  .content_front > .actus > div {
    padding-left: 1em;
  }
  .content_front > .actus > div > div:last-child {
    margin-left: 0;
  }
  .content_front > .actus > div > div > .controls {
    left: 0;
  }
}
@media screen and (max-width: 450px) {
  .content_front > .reduire > div > div > div a > span {
    font-size: 1em;
  }
  .content_front > .reduire > div > div > div a > i {
    font-size: 3em;
  }
  .content_front > .reduire > div > div > .reduireMobile > .controls {
    gap: 1em;
  }
  .content_front > .collecte > div > h2 {
    padding: 1em 0.5em 0;
  }
  .content_front > .collecte > div > div > a {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .content_front > .collecte {
    margin-top: 30em;
  }
  .content_front > .collecte > div:first-child:before {
    height: 925px;
    background-position: -1410px;
  }
  .content_front > .vousEtes > div > .vousOrdi a {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .content_front > .vousEtes:before {
    transform: scale(0.4);
  }
  .content_front > .vousEtes > div > div > p {
    font-size: 0.8em;
  }
  .content_front > .journal > div {
    padding: 4em 1em 2em;
  }
}
/********************** SOMMAIRE *********************/
/* CONTENU                              ligne : 9    */
/* PAGINATION                           ligne : 64   */
/* MEDIA QUERIES                        ligne : 101  */
/* CONTENU */
.content_page > .remonteeBlog {
  display: flex;
  align-items: center;
  gap: 5em 1em;
  flex-wrap: wrap;
}

.content_page > .remonteeBlog > a {
  flex: 0 0 calc(33.33% - 0.7em);
  max-width: calc(33.33% - 0.7em);
  display: block;
  position: relative;
}

.content_page > .remonteeBlog > a > div:first-child {
  width: 90%;
  margin: auto;
  height: 350px;
  margin-bottom: -175px;
  transition: all 0.3s;
}

.content_page > .remonteeBlog > a:hover > div:first-child {
  transform: scale(0.95);
}

.content_page > .remonteeBlog > a > div > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.content_page > .remonteeBlog > a > div:last-of-type {
  background-color: var(--blanc);
  border-radius: 30px;
  box-shadow: 0 5px 20px rgba(0, 26, 129, 0.25);
  padding: 200px 1em 2em;
}

.content_page > .remonteeBlog > a > div > h3 {
  font-size: 2em;
  text-align: center;
  margin: 0 0 0.2em;
}

.content_page > .remonteeBlog > a > div > .date {
  text-transform: uppercase;
  font-family: "EfB";
  text-align: center;
  font-size: 0.9em;
}

.content_page > .remonteeBlog > a > .btn {
  margin: 0;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

/* PAGINATION */
.content_page > .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1em 0.3em;
  flex-wrap: wrap;
  margin-top: 5em;
  text-transform: lowercase;
  font-family: "BaB";
  font-size: 1.8em;
  color: var(--bleuF);
}

.content_page > .pagination > * {
  font-family: "BaB";
  padding: 0.2em;
}

.content_page > .pagination > span {
  border: 4px solid var(--bleuF);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content_page > .pagination > a {
  color: var(--bleuF);
  cursor: pointer;
  transition: all 0.3s;
}

.content_page > .pagination > a:hover {
  background-color: var(--bleuF);
  color: var(--blanc);
}

/* MEDIA QUERIES */
@media screen and (max-width: 1440px) {
  .content_page > .remonteeBlog > a > div > h3 {
    font-size: 1.5em;
  }
  .content_page > .remonteeBlog > a {
    flex: 0 0 calc(50% - 0.5em);
    max-width: calc(50% - 0.5em);
  }
}
@media screen and (max-width: 990px) {
  .content_page > .remonteeBlog > a > div:first-child {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .content_page > .remonteeBlog > a {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .content_page > .remonteeBlog {
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .content_page > .remonteeBlog > a {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/********************** SOMMAIRE *********************/
/* SENSIBILISATION                      ligne : 10   */
/* APPRENDRE                            ligne : 75   */
/* LIENS                                ligne : 152  */
/* MEDIA QUERIES                        ligne : 215  */
/* SENSIBILISATION */
.content_junior > .sensibilisation {
  margin: -18em 0 0;
}

.content_junior > .sensibilisation > img {
  display: block;
  margin: auto;
}

.content_junior > .sensibilisation > h2 {
  max-width: 900px;
  margin: 0 auto 0.5em;
  text-align: center;
  color: var(--jaune);
  padding: 0;
}

.content_junior > .sensibilisation > h2:after, .content_junior > .apprendre > h2:after, .content_junior > .liens > div > h2:after {
  display: none;
}

.content_junior > .sensibilisation > p {
  max-width: 1080px;
  margin: 0 auto 2em;
  text-align: center;
  font-family: "EfB";
}

.content_junior > .sensibilisation > div {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 4em 1em;
  margin-top: 6em;
}

.content_junior > .sensibilisation > div > * {
  flex: 0 0 calc(50% - 0.5em);
  max-width: calc(50% - 0.5em);
  background-color: #EFF4F9;
  border-radius: 45px;
  padding: 0 5em 3em;
}

.content_junior > .sensibilisation > div > * > h3 {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  text-align: center;
  margin: -1em auto 1.5em;
  color: var(--blanc);
  font-size: 1.8em;
  padding: 0.8em 1em;
  position: relative;
  z-index: 1;
}

.content_junior > .sensibilisation > div > * > h3:before {
  content: "";
  background-color: var(--jaune);
  width: 100%;
  height: 100%;
  border-radius: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -54%) rotate(-1deg);
}

.content_junior > .sensibilisation > div > a > .btn {
  margin: 3em auto 0;
}

/* APPRENDRE */
.content_junior > .apprendre {
  margin: 10em 0;
}

.content_junior > .apprendre > h2 {
  max-width: 570px;
  margin: 0 auto 0.5em;
  text-align: center;
  color: var(--jaune);
  padding: 0;
}

.content_junior > .apprendre > p {
  max-width: 1080px;
  margin: 0 auto 1em;
  text-align: center;
  font-family: "EfB";
}

.content_junior > .apprendre > div {
  display: flex;
  align-items: center;
  max-width: 1400px;
  margin: 3em auto 0;
}

.content_junior > .apprendre > div > .image {
  flex: 0 0 245px;
  max-width: 245px;
  height: 250px;
  border-radius: 94% 72% 106% 64%/112% 70% 70% 45%;
  background-color: var(--jaune);
  position: relative;
}

.content_junior > .apprendre > div > .image:before {
  content: "";
  height: 150px;
  width: 150px;
  border: 2px solid var(--jaune);
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: -20px;
}

.content_junior > .apprendre > div > .image:after {
  content: "";
  height: 100px;
  width: 100px;
  border: 2px solid var(--jaune);
  border-radius: 50%;
  position: absolute;
  bottom: -20px;
  right: 15px;
}

.content_junior > .apprendre > div > .image > img {
  display: block;
  max-width: 160px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.content_junior > .apprendre > div > div:last-child {
  flex: 1;
  background-color: #EFF4F9;
  border-radius: 45px;
  padding: 4em 4em 4em 12em;
  margin-left: -125px;
}

.content_junior > .apprendre > div > div:last-child > h4 {
  margin-top: 0;
  font-size: 3.5em;
  color: var(--violet);
}

.content_junior > .apprendre > div > div:last-child > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 1em;
}

/* LIENS */
.content_junior > .liens {
  width: 100vw;
  padding: 4em 0;
  background-color: #EFF4F9;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.content_junior > .liens > div > h2 {
  color: var(--noir);
  text-align: center;
  padding: 0;
}

.content_junior > .liens > div > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em;
  margin-top: 4em;
}

.content_junior > .liens > div > div > a {
  flex: 0 0 calc(16.67% - 0.9em);
  max-width: 0 0 calc(16.67% - 0.9em);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--blanc);
  border-radius: 94% 72% 106% 64%/112% 70% 70% 45%;
  padding: 4em 1em;
  position: relative;
  transition: all 0.3s;
}

.content_junior > .liens > div > div > a:nth-child(3n+1) {
  background-color: var(--violet);
}

.content_junior > .liens > div > div > a:nth-child(3n+2) {
  background-color: var(--jaune);
}

.content_junior > .liens > div > div > a:nth-child(3n+3) {
  background-color: var(--bleu);
}

.content_junior > .liens > div > div > a:hover {
  transform: scale(0.9);
}

.content_junior > .liens > div > div > a > * {
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
}

.content_junior > .liens > div > div > a > i {
  font-size: 4em;
  margin-bottom: 0.4em;
}

.content_junior > .liens > div > div > a > span {
  text-transform: uppercase;
  font-family: "EfB";
  font-size: 1.2em;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1440px) {
  .content_junior > .sensibilisation {
    margin-top: -14em;
  }
  .content_junior > .sensibilisation > div > * {
    padding: 0 3em 3em;
  }
  .content_junior > .apprendre > div > div:last-child > h4 {
    font-size: 2.5em;
  }
  .content_junior > .liens > div > div > a {
    flex: 0 0 calc(25% - 0.8em);
    max-width: 0 0 calc(25% - 0.8em);
  }
}
@media screen and (max-width: 1200px) {
  .content_junior > .sensibilisation {
    margin-top: -10em;
  }
  .content_junior > .sensibilisation > div > * {
    padding: 0 2em 3em;
  }
  .content_junior > .sensibilisation > div > * > h3 {
    font-size: 1.4em;
  }
  .content_junior > .liens > div > div > a {
    flex: 0 0 calc(33.33% - 0.7em);
    max-width: 0 0 calc(33.33% - 0.7em);
  }
}
@media screen and (max-width: 990px) {
  .content_junior > .sensibilisation {
    margin-top: -8em;
  }
  .content_junior > .sensibilisation > div > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .content_junior > .apprendre > div > div:last-child {
    margin-left: 88px;
  }
  .content_junior > .apprendre > div > .image {
    flex: 0 0 175px;
    max-width: 175px;
    height: 175px;
  }
  .content_junior > .apprendre > div > .image:before {
    height: 110px;
    width: 110px;
    top: -30px;
    left: -16px;
  }
  .content_junior > .apprendre > div > .image:after {
    height: 80px;
    width: 80px;
  }
  .content_junior > .apprendre > div > .image > img {
    max-width: 120px;
  }
  .content_junior > .apprendre > div > div:last-child {
    padding: 2em 2em 2em 10em;
  }
}
@media screen and (max-width: 768px) {
  .content_junior > .sensibilisation {
    margin: -4em 0 0;
  }
  .content_junior > .apprendre > div {
    flex-direction: column;
  }
  .content_junior > .apprendre > div > .image {
    width: 175px;
  }
  .content_junior > .apprendre > div > div:last-child {
    margin: -88px 0 0;
    padding: 8em 2em 2em 2em;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .content_junior > .liens > div > div > a {
    flex: 0 0 calc(50% - 0.5em);
    max-width: 0 0 calc(50% - 0.5em);
  }
  .content_junior > .apprendre > div > div:last-child > h4 {
    font-size: 2em;
  }
}
@media screen and (max-width: 576px) {
  .content_junior > .sensibilisation {
    margin: 0;
  }
  .content_junior > .sensibilisation > img {
    max-width: 300px;
  }
  .content_junior > .sensibilisation > div > * {
    padding: 0 1em 2em;
  }
  .content_junior > .sensibilisation > div > * > h3 {
    font-size: 1.2em;
    padding: 1.2em 1em;
  }
  .content_junior > .apprendre > div > div:last-child > h4 {
    font-size: 1.8em;
  }
  .content_junior > .liens > div > div > a > i {
    font-size: 3em;
  }
  .content_junior > .liens > div > div > a > span {
    font-size: 1em;
  }
}
@media screen and (max-width: 450px) {
  .content_junior > .apprendre > div > div:last-child {
    padding: 8em 1em 2em 1em;
  }
  .content_junior > .liens > div > div {
    justify-content: center;
  }
  .content_junior > .liens > div > div > a {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
.content_questions {
  margin-top: 4em;
}

.content_questions > div {
  border-radius: 75px;
  background-color: var(--blanc);
  box-shadow: 0 5px 20px rgba(0, 26, 129, 0.25);
  padding: 2em;
  margin-bottom: 2em;
}

.content_questions > div.open {
  border-radius: 45px;
}

.content_questions > div > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  cursor: pointer;
}

.content_questions > div > div:first-child > p {
  font-family: "HVD";
  font-size: 1.6em;
  text-transform: uppercase;
  margin: 0;
}

.content_questions > div > div:first-child > i {
  font-size: 2.5em;
  color: var(--bleuF);
  transition: all 0.3s;
}

.content_questions > div.open > div:first-child > i {
  transform: rotate(180deg);
}

.content_questions > div > div:last-child {
  display: none;
  margin-top: 1em;
}

.content_questions > div > div:last-child > p:last-child {
  margin: 0;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1200px) {
  .content_questions > div > div:first-child > p {
    font-size: 1.2em;
  }
  .content_questions > div > div:first-child > i {
    font-size: 2em;
  }
}
@media screen and (max-width: 768px) {
  .content_questions > div > div:first-child > i {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 576px) {
  .content_questions > div > div:first-child > p {
    font-size: 1em;
  }
}
.content_ressources {
  margin-top: 4em;
}

.content_ressources > div {
  border-radius: 75px;
  background-color: var(--blanc);
  box-shadow: 0 5px 20px rgba(0, 26, 129, 0.25);
  padding: 2em 4em;
  margin-bottom: 2em;
}

.content_ressources > div.open {
  border-radius: 45px;
}

.content_ressources > div > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  cursor: pointer;
}

.content_ressources > div > div:first-child > p {
  font-family: "HVD";
  font-size: 2.5em;
  text-transform: uppercase;
  margin: 0;
  padding-left: 25px;
  position: relative;
  z-index: 1;
}

.content_ressources > div > div:first-child > p:before {
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--bleu);
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.content_ressources > div > div:first-child > i {
  font-size: 2.5em;
  color: var(--bleuF);
  transition: all 0.3s;
}

.content_ressources > div.open > div:first-child > i {
  transform: rotate(180deg);
}

.content_ressources > div > div:last-child {
  display: none;
  align-items: center;
  gap: 3em 2em;
  flex-wrap: wrap;
  margin-top: 4em;
}

.content_ressources > div > div:last-child > div {
  flex: 0 0 calc(25% - 1.5em);
  max-width: calc(25% - 1.5em);
  border: 3px solid var(--violet);
}

.content_ressources > div > div:last-child > div > div:first-child {
  height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_ressources > div > div:last-child > div > div:last-child {
  padding: 1em 0.5em;
}

.content_ressources > div > div:last-child > div > div > p {
  text-transform: lowercase;
  font-family: "EfB";
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

.content_ressources > div > div:last-child > div > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

.content_ressources > div > div:last-child > div > div > div > a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blanc);
  background-color: var(--violet);
  width: 50px;
  height: 50px;
  border: 2px solid var(--violet);
  border-radius: 50%;
  font-size: 1.5em;
  transition: all 0.3s;
}

.content_ressources > div > div:last-child > div > div > div > a:hover {
  background-color: var(--blanc);
  color: var(--violet);
}

/* MEDIA QUERIES */
@media screen and (max-width: 1440px) {
  .content_ressources > div > div:last-child > div {
    flex: 0 0 calc(33.33% - 1.4em);
    max-width: calc(33.33% - 1.4em);
  }
}
@media screen and (max-width: 1200px) {
  .content_ressources > div > div:first-child > p {
    font-size: 2em;
  }
  .content_ressources > div > div:first-child > p:before {
    width: 60px;
    height: 60px;
    left: -15px;
  }
  .content_ressources > div > div:first-child > i {
    font-size: 2em;
  }
}
@media screen and (max-width: 990px) {
  .content_ressources > div {
    padding: 2em;
  }
  .content_ressources > div > div:last-child {
    gap: 2em 1em;
  }
  .content_ressources > div > div:last-child > div {
    flex: 0 0 calc(33.33% - 0.7em);
    max-width: calc(33.33% - 0.7em);
  }
  .content_ressources > div > div:first-child > p {
    font-size: 1.6em;
  }
  .content_ressources > div > div:last-child > div > div:first-child {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .content_ressources > div > div:first-child > i {
    font-size: 1.5em;
  }
  .content_ressources > div > div:last-child > div {
    flex: 0 0 calc(50% - 0.5em);
    max-width: calc(50% - 0.5em);
  }
  .content_ressources > div > div:first-child > p {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 576px) {
  .content_ressources > div > div:first-child > p {
    font-size: 1.2em;
  }
  .content_ressources > div > div:last-child {
    margin-top: 2em;
  }
  .content_ressources > div > div:last-child > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .content_ressources > div > div:first-child > p {
    font-size: 1em;
  }
  .content_ressources > div {
    padding: 2em 1em;
    border-radius: 35px;
  }
  .content_ressources > div.open {
    border-radius: 25px;
  }
}
.page-template-page-trier main {
  overflow: hidden;
}

.content_trier {
  display: flex;
  height: calc(100vh - 154px);
}

.content_trier > div:first-child {
  flex: 0 0 600px;
  max-width: 600px;
  height: 100%;
}

.content_trier > div:first-child > div {
  display: flex;
  height: 10%;
  cursor: pointer;
  position: relative;
}

.content_trier > div:first-child > div > div:first-child {
  flex: 0 0 70px;
  max-width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.content_trier > div:first-child > div > div > img {
  display: block;
  max-width: 40px;
}

.content_trier > div:first-child > div > div:nth-child(2) {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.content_trier > div:first-child > div:hover > div:nth-child(2) {
  width: 90%;
}

.content_trier > div:first-child > .open > div:nth-child(2) {
  width: 100%;
}

.content_trier > div:first-child > div > div:last-child {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  padding: 0.5em 2em;
}

.content_trier > div:first-child > div > div > p {
  margin: 0;
  text-transform: uppercase;
  font-family: "EfH";
  font-size: 1.2em;
  position: relative;
  transition: all 0.3s;
}

.content_trier > div:first-child > div:hover > div > p {
  margin-left: 1.5em;
}

.content_trier > div:first-child > div > div > div {
  flex: 0 0 26px;
  max-width: 26px;
  height: 26px;
  border: 2px solid var(--noir);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content_trier > div:first-child > .open > div > div {
  transform: rotate(180deg);
}

.content_trier > div:last-child {
  flex: 1;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
}

.content_trier > div:last-child > div {
  height: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
}

.content_trier > div:last-child > div:not(.intro) {
  display: none;
}

.content_trier > div:last-child > div:not(.intro) {
  border: 30px solid;
  padding: 2em;
}

.content_trier > div > .intro {
  background-image: url("../img/comment-reduire-dechets-fond_team-recyclage.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow-y: hidden !important;
  position: relative;
}

.content_trier > div > .intro > div {
  display: flex;
  align-items: start;
  position: absolute;
  bottom: 8px;
  left: 25%;
}

.content_trier > div > .intro > div > div {
  max-width: 300px;
  position: relative;
  right: -70px;
  top: -60px;
}

.content_trier > div > .intro > div > div > p {
  margin: 0;
  font-family: "EfMI";
  font-size: 1.4em;
  line-height: 1.4;
}

.content_trier > div > .intro > div > img {
  transform: scale(1.3);
}

.content_trier > div:last-child > div:not(.intro) > div:not(.conseils):not(.fermer) {
  position: relative;
}

.content_trier > div:last-child > div:not(.intro) > div:not(:nth-child(4)):not(.conseils):not(.fermer) {
  margin-bottom: 2em;
}

.content_trier > div:last-child > div:not(.intro) > div:not(.fermer) > p {
  background-color: #EFF4F9;
  padding: 1em 2em 3em;
  border-radius: 45px;
  margin: 0;
  font-family: "EfB";
  font-size: 1.5em;
}

.content_trier > div:last-child > div:not(.intro) > div > p > span {
  font-family: "HVD";
  font-size: 1.5em;
  margin-right: 1em;
}

.content_trier > div:last-child > div:not(.intro) > div:not(:nth-child(4)):not(.conseils) > div {
  display: flex;
  align-items: center;
  gap: 3em;
  flex-wrap: wrap;
  margin-top: -3.5em;
  padding: 0 2em;
}

.content_trier > div:last-child > div:not(.intro) > div > div > div {
  max-width: calc(16.67% - 2.6em);
  height: 110px;
}

.content_trier > div:last-child > div:not(.intro) > div > div > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.content_trier > div:last-child > div:not(.intro) > div .fleche {
  display: block;
  border-style: solid;
  border-width: 32.5px 0 32.5px 75px;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  position: absolute;
  top: 10px;
  left: -50px;
}

.content_trier > div:last-child > div:not(.intro) > div:nth-child(4) {
  padding: 0 2em;
  margin-top: 4em;
}

.content_trier > div:last-child > div:not(.intro) > div:nth-child(4) > span {
  top: -14px;
}

.content_trier > div:last-child > div:not(.intro) > div > h6 {
  font-family: "HVD";
  font-size: 2.2em;
  margin-top: 0;
}

.content_trier > div:last-child > div:not(.intro) > div:nth-child(4) > div {
  display: flex;
  align-items: center;
  gap: 1em 2em;
  flex-wrap: wrap;
  width: 50%;
}

.content_trier > div:last-child > div:not(.intro) > div:nth-child(4) > div > .btn {
  margin: 0;
  color: var(--noir);
}

.content_trier > div:last-child > div:not(.intro) > div:nth-child(4) > div > .btn:hover {
  margin-top: -0.8em;
}

.content_trier > div:last-child > div:not(.intro) > .conseils {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -30px;
  right: -52px;
}

.content_trier > div:last-child > div:not(.intro) > .conseils > div {
  max-width: 300px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  background-color: var(--blanc);
  padding: 2em 4em 2em 3em;
  margin-right: -8em;
}

.content_trier > div:last-child > div:not(.intro) > .conseils > div > p:first-child {
  text-transform: uppercase;
  font-size: 1.8em;
  font-family: "HVD";
  margin-bottom: 0.4em;
}

.content_trier > div:last-child > div:not(.intro) > .conseils > div > p:last-child {
  font-family: "EfM";
  font-size: 1.1em;
  line-height: 1.4em;
  margin: 0;
}

.content_trier > div:last-child > div:not(.intro) > .conseils > img {
  max-width: 310px;
}

.content_trier > div > div > .fermer {
  display: none;
  align-items: center;
  justify-content: end;
  gap: 10px;
  background-color: var(--blanc);
  width: calc(100% - 30px);
  padding: 1em;
  cursor: pointer;
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 1;
}

.content_trier > div > div > .fermer > p {
  font-family: "EfB";
  margin: 0;
}

.content_trier > div > div > .fermer > i {
  font-size: 2.2em;
  transition: all 0.3s;
}

.content_trier > div > div > .fermer:hover > i {
  transform: rotate(225deg);
}

/* MEDIA QUERIES */
@media screen and (max-width: 1700px) {
  .content_trier > div:first-child {
    flex: 0 0 550px;
    max-width: 550px;
  }
  .content_trier > div:first-child > div > div:last-child {
    padding: 0.5em 1em;
  }
  .content_trier > div:last-child > div:not(.intro) > div:not(.fermer) > p {
    padding: 1em 1em 3em 2em;
    font-size: 1.4em;
  }
  .content_trier > div:last-child > div:not(.intro) > div:not(.fermer) > p > span {
    margin-right: 0.5em;
  }
  .content_trier > div:last-child > div:not(.intro) > div:nth-child(4):not(.fermer) > div {
    width: 60%;
  }
  .content_trier > div:last-child > div:not(.intro) > .conseils > div {
    padding: 2em 3em 1em 2em;
  }
  .content_trier > div:last-child > div:not(.intro) > .conseils > img {
    max-width: 280px;
  }
}
@media screen and (max-width: 1520px) {
  .content_trier > div:first-child {
    flex: 0 0 500px;
    max-width: 500px;
  }
  .content_trier > div:first-child > div > div > p {
    font-size: 1em;
  }
  .content_trier > div:last-child > div:not(.intro) > .conseils {
    bottom: -24px;
    right: -42px;
  }
  .content_trier > div:last-child > div:not(.intro) > .conseils > img {
    max-width: 250px;
  }
  .header_trier > h1 {
    font-size: 3em;
    padding-left: 1.8em;
  }
  .content_trier {
    height: calc(100vh - 138px);
  }
}
@media screen and (max-width: 1440px) {
  .content_trier > div:first-child {
    flex: 0 0 400px;
    max-width: 400px;
  }
  .content_trier > div:first-child > div:hover > div:nth-child(2) {
    width: 86%;
  }
  .content_trier > div:last-child > div:not(.intro) {
    padding: 1em;
  }
  .content_trier > div:last-child > div:not(.intro) > div .fleche {
    border-width: 32.5px 0 32.5px 65px;
  }
  .content_trier > div:last-child > div:not(.intro) > div:not(.fermer) > p {
    padding: 1em 1em 3em 1em;
    font-size: 1.2em;
    border-radius: 25px;
  }
  .content_trier > div:last-child > div:not(.intro) > div:not(:nth-child(4)):not(.conseils) > div {
    gap: 2em;
  }
  .content_trier > div:last-child > div:not(.intro) > div > div > div {
    max-width: calc(16.67% - 1.7em);
    height: 90px;
  }
  .content_trier > div:last-child > div:not(.intro) > div:nth-child(4) > div {
    width: 55%;
  }
  .header_trier {
    padding-top: 60px;
  }
  .header_trier > h1 {
    font-size: 2.2em;
    padding-left: 1em;
  }
  .content_trier {
    height: calc(100vh - 115px);
  }
  .content_trier > div > .intro > div {
    bottom: -40px;
    left: 6%;
  }
  .content_trier > div > .intro > div > div {
    max-width: 230px;
  }
  .content_trier > div > .intro > div > div > p {
    font-size: 1.1em;
  }
  .content_trier > div > .intro > div > img {
    transform: unset;
  }
}
@media screen and (max-width: 1200px) {
  .header_trier {
    padding: 55px 0 13px;
  }
  .header_trier > h1 {
    font-size: 1.8em;
    padding-left: 0.7em;
  }
  .content_trier {
    height: calc(100vh - 96px);
  }
  .content_trier > div:first-child {
    flex: 0 0 350px;
    max-width: 350px;
  }
  .content_trier > div:first-child > div > div:first-child {
    flex: 0 0 50px;
    max-width: 50px;
  }
  .content_trier > div:first-child > div > div > img {
    max-width: 30px;
  }
  .content_trier > div:last-child > div:not(.intro) {
    border-width: 15px;
    padding: 2em;
  }
  .content_trier > div:last-child > div:not(.intro) > div > p {
    font-size: 1em;
  }
  .content_trier > div:last-child > div:not(.intro) > div:not(:nth-child(4)):not(.conseils) > div {
    margin-top: -3em;
  }
  .content_trier > div:last-child > div:not(.intro) > div > h6 {
    font-family: "HVD";
    font-size: 1.8em;
    margin-top: 0;
  }
  .content_trier > div:last-child > div:not(.intro) > div:nth-child(4) > div > .btn {
    font-size: 0.9em;
  }
  .content_trier > div:last-child > div:not(.intro) > .conseils {
    bottom: -15px;
    right: -36px;
  }
  .content_trier > div:last-child > div:not(.intro) > .conseils > div {
    padding: 1em 2em 1em 2em;
    max-width: 250px;
    margin-right: -5.5em;
  }
  .content_trier > div:last-child > div:not(.intro) > .conseils > div > p:first-child {
    font-size: 1.5em;
  }
  .content_trier > div:last-child > div:not(.intro) > .conseils > div > p:last-child {
    font-size: 0.9em;
  }
  .content_trier > div:last-child > div:not(.intro) {
    border-width: 15px;
    padding: 1em;
  }
}
@media screen and (max-width: 990px) {
  .header_trier {
    padding-top: 120px;
  }
  .header_trier > h1 {
    font-size: 2em;
  }
  .page-template-page-trier main {
    overflow: unset;
  }
  .content_trier {
    flex-wrap: wrap;
    height: auto;
  }
  .content_trier > div:first-child {
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .content_trier > div:first-child > div {
    height: 75px;
  }
  .content_trier > div:first-child > div > div > p {
    font-size: 1.2em;
  }
  .content_trier > div:first-child > div > div:first-child {
    flex: 0 0 70px;
    max-width: 70px;
  }
  .content_trier > div:first-child > div > div > img {
    max-width: 40px;
  }
  .content_trier > div:last-child {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
  .content_trier > div > .intro {
    padding-top: 4em;
  }
  .content_trier > div > .intro > div {
    position: unset;
    justify-content: center;
    align-items: stretch;
    padding: 0 1em;
  }
  .content_trier > div > .intro > div > div {
    position: unset;
    max-width: 310px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: -8em;
  }
  .content_trier > div > .intro > div > div > img {
    transform: rotate(-90deg);
    order: 2;
    margin-bottom: 8em;
    width: 180px;
  }
  .content_trier > div > .intro > div > div > p {
    order: 1;
    font-size: 1.4em;
  }
  .content_trier > div > div > .fermer {
    display: flex;
  }
  .content_trier > div:last-child > div:not(.intro) {
    width: 100vw;
    height: 100vh;
    padding-top: 5em;
    background-color: var(--blanc);
    overflow-x: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .content_trier > div:last-child > div:not(.intro) > div:not(.fermer) > p {
    padding-bottom: 4em;
  }
  .content_trier > div:last-child > div:not(.intro) > div:not(:nth-child(4)):not(.conseils):not(.fermer) {
    margin-bottom: 4em;
  }
  .content_trier > div:last-child > div:not(.intro) > .conseils {
    justify-content: center;
    position: unset;
  }
  .content_trier > div:last-child > div:not(.intro) > div:nth-child(4):not(.fermer) > div {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header_trier > h1 {
    font-size: 1.8em;
  }
  .content_trier > div > .intro > div > div {
    max-width: 245px;
  }
  .content_trier > div > .intro > div > div > img {
    margin-bottom: 6em;
  }
  .content_trier > div > .intro > div > div > p {
    font-size: 1.2em;
  }
  .content_trier > div > .intro > div > img {
    transform: scale(0.8);
  }
  .content_trier > div:last-child > div:not(.intro) > div:not(:nth-child(4)):not(.conseils) > div {
    justify-content: center;
  }
  .content_trier > div:last-child > div:not(.intro) > div > div > div {
    max-width: calc(25% - 1.1em);
  }
  .content_trier > div:last-child > div:not(.intro) > .conseils {
    margin-top: 1em;
  }
}
@media screen and (max-width: 576px) {
  .content_trier > div > .intro > div > div {
    max-width: unset;
    margin-right: -11em;
  }
  .content_trier > div > .intro > div > div > img {
    margin-bottom: 5em;
    margin-left: -2em;
  }
  .content_trier > div > .intro > div > div > p {
    width: 244px;
  }
  .content_trier > div > .intro > div > img {
    margin-right: -3em;
  }
  .content_trier > div:first-child > div > div > p {
    font-size: 1em;
  }
  .content_trier > div:first-child > div > div:first-child {
    flex: 0 0 50px;
    max-width: 50px;
  }
  .content_trier > div:first-child > div > div > img {
    max-width: 30px;
  }
  .header_trier {
    padding-top: 100px;
  }
  .header_trier > h1 {
    font-size: 1.4em;
  }
  .content_trier > div:last-child > div:not(.intro) > div:not(:nth-child(4)):not(.conseils) > div {
    gap: 1em;
  }
  .content_trier > div:last-child > div:not(.intro) > div > div > div {
    max-width: calc(33.33% - 0.6em);
  }
  .content_trier > div:last-child > div:not(.intro) > div:nth-child(4) > span {
    top: -20px;
  }
  .content_trier > div:last-child > div:not(.intro) > div > h6 {
    font-size: 1.5em;
  }
  .content_trier > div:last-child > div:not(.intro) > div .fleche {
    border-width: 32.5px 0 32.5px 60px;
  }
  .content_trier > div:last-child > div:not(.intro) > div:nth-child(4) {
    padding: 0 1em;
  }
  .content_trier > div:last-child > div:not(.intro) > div:nth-child(4) > div > .btn {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 450px) {
  .content_trier > div > .intro > div > div {
    margin-right: -13em;
  }
  .content_trier > div > .intro > div > div > img {
    width: 115px;
  }
  .content_trier > div > .intro > div > div > p {
    font-size: 1.1em;
  }
  .content_trier > div > .intro > div > img {
    transform: scale(0.7);
  }
  .content_trier > div:first-child > div:hover > div > p {
    margin-left: 0.5em;
  }
  .content_trier > div:first-child > div > div > p {
    font-size: 0.9em;
  }
  .content_trier > div:last-child > div:not(.intro) > div:not(.fermer) > p {
    padding: 1em 0.2em 3em 1em;
    font-size: 1em;
  }
  .content_trier > div:last-child > div:not(.intro) > div:not(:nth-child(4)):not(.conseils) > div {
    padding: 0;
  }
  .content_trier > div:last-child > div:not(.intro) > div > div > div {
    max-width: calc(33.33% - 0.7em);
  }
  .content_trier > div:last-child > div:not(.intro) > div:nth-child(4) {
    padding-right: 0;
  }
  .content_trier > div:last-child > div:not(.intro) > div > h6 {
    font-size: 1.2em;
  }
  .content_trier > div:last-child > div:not(.intro) > .conseils > div {
    margin-right: -4em;
  }
  .content_trier > div:last-child > div:not(.intro) > .conseils > div > p:first-child {
    font-size: 1.2em;
  }
  .content_trier > div:last-child > div:not(.intro) > .conseils > div > p:last-child {
    font-size: 0.8em;
  }
  .content_trier > div:last-child > div:not(.intro) > .conseils > img {
    max-width: 180px;
    margin-right: -3em;
  }
  .content_trier > div > div > .fermer {
    padding: 0.5em;
  }
  .content_trier > div > div > .fermer > i {
    font-size: 2em;
  }
  .content_trier > div:last-child > div:not(.intro) > div:not(.fermer) > p {
    padding: 1em 0.2em 3.5em 1em;
    font-size: 0.9em;
  }
  .content_trier > div:last-child > div:not(.intro) > div > p > span {
    font-size: 1.4em;
  }
}
.content_page .partenaires > div {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 3em 5em;
}

.content_page .partenaires > div > a, .content_page .partenaires > div > div {
  flex: 0 0 25%;
  max-width: 25%;
}

.content_page .partenaires > div > a > div, .content_page .partenaires > div > div > div {
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
}

.content_page .partenaires > div > a:hover > div {
  transform: scale(0.8);
}

.content_page .partenaires > div > a > p, .content_page .partenaires > div > div > p {
  text-align: center;
  font-family: "EfB";
  font-size: 1.2em;
  margin-top: 0.8em;
}

.content_page .partenaires > h2:last-of-type {
  margin-top: 2em;
}

/* MEDIA QUERIES */
@media screen and (max-width: 768px) {
  .content_page .partenaires > div {
    gap: 2em 1em;
  }
  .content_page .partenaires > div > a, .content_page .partenaires > div > div {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media screen and (max-width: 450px) {
  .content_page .partenaires > div > a, .content_page .partenaires > div > div {
    flex: 0 0 90%;
    max-width: 90%;
  }
}/*# sourceMappingURL=main.css.map */