@charset "UTF-8";
:root {
  --orange: #FF895D;
  --orangeClair: #FFBEA7;
  --orangeTC: rgb(255, 235, 228, 0.8);
  --bleu: #00ABE8;
  --bleuClair: #63CBF1;
  --bleuTClair: #99DDF6;
  --vert: #72B38B;
  --vertClair: #8BBBB2;
  --rose: #FF758F;
  --noir: #192E40;
  --gris: #696866;
  --grisClair: #AFAEAD;
  --grisClair2: #d7d6d6;
  --grisClair50: rgb(175, 174, 173, 0.5);
  --grisTClair: #EDEBE2;
  --jauneClair: #F6F5F0;
  --jauneTClair: #FAFAF7;
  --jauneF: #F9F2EA;
  --blanc: #FFFFFF;
  --filterimg: rgba(41, 64, 72, 0.35);
  --poppins: "Poppins", sans-serif;
}

.eco {
  --orange: #000;
  --orangeClair: #fff;
  --orangeTC: #fff;
  --bleu: #000;
  --bleuClair: #000;
  --bleuTClair: #000;
  --vert: #000;
  --vertClair: #000;
  --rose: #000;
  --noir: #000;
  --gris: #000;
  --grisClair: #fff;
  --grisClair2: #fff;
  --grisClair50: #000;
  --grisTClair: #fff;
  --jauneClair: #fff;
  --jauneTClair: #fff;
  --jauneF: #fff;
  --blanc: #fff;
}
.eco .btn, .eco .forminator-button {
  background-color: var(--blanc) !important;
  color: var(--noir) !important;
  border-color: var(--noir) !important;
}
.eco .trigger svg path, .eco .trigger svg g {
  --orange: var(--blanc);
  --noir: var(--blanc);
}
.eco #pojo-a11y-toolbar, .eco .heroSlider .heroSlider__title, .eco .home .subflex img, .eco #cmplz-cookiebanner-container, .eco .titreHome::before, .eco .footer .flex, .eco iframe, .eco .logoIMG, .eco .noImg, .eco .sectionTitre .right::before, .eco .wysiwyg *, .eco .informations {
  filter: grayscale(1);
}
.eco .hero::after {
  filter: invert(1);
}
.eco .footer .arrowtop svg path {
  fill: var(--blanc);
}
.eco .home nav > ul > li > a, .eco .home .topHeader .supFlex * {
  color: var(--noir) !important;
}
.eco .supFlex ul li::after, .eco .home .topHeader .supFlex * input:checked + .switcher:before {
  background-color: var(--noir) !important;
}
.eco .home .topHeader .supFlex * .switcher.round, .eco .home .topHeader .supFlex * .switcher.round:before, .eco .home .selectHeader::after, .eco .home .selectHeader {
  border-color: var(--noir) !important;
}
.eco a.dispositif:hover h3, .eco a.dispositif:focus h3, .eco a.dispositif:focus-visible h3, .eco a.dispositif.active h3 {
  color: var(--blanc) !important;
}
.eco .wysiwyg .en-avant, .eco .wysiwyg .en-avant .content .titre, .eco .wysiwyg .en-avant .content .sous-titre {
  color: var(--blanc) !important;
}
.eco .projetContainer .btn {
  opacity: 1;
}
.eco .magsZone .home__subtitle, .eco .footer .sitesdep {
  display: none;
}
.eco .homeWrapper .titreHome {
  margin: 0 auto 20px;
}
.eco .homeWrapper .separatorImg {
  display: none;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  color: var(--noir);
  font-family: var(--poppins);
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: currentColor;
}

.container {
  width: min(100vw, 1540px);
  margin: 0 auto;
  padding: 0 20px;
}

.container-xl {
  width: min(100vw, 1652px);
  margin: 0 auto;
  padding: 0 75px;
}
@media screen and (max-width: 1000px) {
  .container-xl {
    padding: 0 12px;
  }
}

.container-home {
  margin-bottom: 115px;
}

.flex {
  display: flex;
}

.container--flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .container--flex {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
img {
  max-width: 100%;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--orange);
  border-radius: 10px;
}

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

.header {
  background: var(--blanc);
  z-index: 10000;
  box-shadow: 0px 6px 2px rgba(43, 41, 38, 0.04);
  position: sticky;
  top: 0;
}
.header.home {
  box-shadow: none;
}
.header * {
  transition: all 0.5s;
}

.admin_bar .header {
  top: 32px;
}

.home .selectHeader::after {
  border-color: white !important;
}
@media screen and (max-width: 1000px) {
  .home .selectHeader::after {
    border-color: var(--noir) !important;
  }
}

.selectHeader {
  min-width: 283px;
  height: 28px;
  background: transparent;
  border: none;
  text-transform: uppercase;
  font-family: inherit;
  display: flex;
  align-items: center;
  border-radius: 0;
  border-bottom: 2px solid var(--noir);
  border-right: 2px solid var(--noir);
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--noir);
}
.selectHeader:after {
  margin-top: -5px;
  border-color: var(--noir);
}
@media screen and (max-width: 1000px) {
  .selectHeader .nice-select-dropdown {
    left: -50px;
  }
}
.selectHeader ul.list {
  display: block;
}
.selectHeader ul.list * {
  color: var(--noir) !important;
}

.home {
  background: transparent;
}
.home .topHeader {
  background: transparent;
  border-color: var(--vertClair);
}
.home .topHeader .supFlex * {
  color: var(--blanc);
}
.home .topHeader .supFlex * .switcher.round {
  border: 1px solid var(--blanc);
}
.home .topHeader .supFlex * .switcher.round:before {
  border: 1px solid var(--blanc);
}
.home .topHeader .supFlex * input:checked + .switcher:before {
  background-color: var(--blanc);
}
.home .topHeader .supFlex > ul > li:first-child a {
  padding: 0 5px;
  background: white;
  color: var(--noir);
}
@media screen and (max-width: 1000px) {
  .home .topHeader {
    border-color: var(--noir);
  }
  .home .topHeader .supFlex * {
    color: var(--noir) !important;
    border-color: var(--noir) !important;
  }
  .home .topHeader .supFlex * .switcher.round {
    border: 1px solid var(--noir);
  }
  .home .topHeader .supFlex * .switcher.round:before {
    border: 1px solid var(--noir);
  }
  .home .topHeader .supFlex * input:checked + .switcher:before {
    background-color: var(--noir);
  }
}
.home nav > ul > li > a {
  color: var(--blanc) !important;
}
@media screen and (max-width: 1000px) {
  .home nav > ul > li > a {
    color: var(--noir) !important;
  }
}
.home .selectHeader {
  border-color: var(--blanc) !important;
}
@media screen and (min-width: 1001px) {
  .home .trigger {
    background: var(--noir);
  }
  .home .trigger svg path, .home .trigger svg g {
    stroke: var(--orange);
  }
}
@media screen and (max-width: 1000px) {
  .home {
    background-color: var(--blanc);
  }
}

.topHeader {
  background: var(--jauneTClair);
  border-bottom: 1px solid var(--jauneTClair);
  padding: 0 58px;
}
@media screen and (max-width: 1000px) {
  .topHeader {
    padding: 0;
    position: fixed;
    top: 20px;
    z-index: 10;
    left: -100%;
    width: 100%;
    background: none;
    border-bottom: 1px solid var(--noir);
    transition: 0.5s all;
  }
  .topHeader.active {
    left: 0;
  }
}

.supFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.supFlex ul {
  display: flex;
  gap: 31px;
  align-items: center;
  padding-left: 0;
  list-style: none;
}
.supFlex ul li {
  position: relative;
}
.supFlex ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -16px;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  background: var(--grisClair);
  transition: 0.5s all;
}
.supFlex ul a {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: var(--noir);
  position: relative;
}
.supFlex ul a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: all 0.5s;
}
@media (min-width: 999.98px) {
  .supFlex ul a:hover::after, .supFlex ul a:focus::after, .supFlex ul a:focus-visible::after, .supFlex ul a.active::after {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .supFlex {
    flex-direction: column;
    margin: 0;
  }
  .supFlex ul {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 31px;
  }
}

@media screen and (min-width: 1000px) {
  body.home .subflex img {
    filter: brightness(0) invert(1);
  }
}
.subHeader {
  position: relative;
}
.subHeader .subflex {
  height: 122px;
  display: flex;
  margin: 0 55px;
  align-items: center;
  gap: 50px;
}
.subHeader .subflex nav {
  flex: 1;
  height: 100%;
}

.trigger {
  appearance: none;
  width: 59px;
  aspect-ratio: 1;
  border: 0;
  border-radius: 60px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--orange);
}

.popup {
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--jauneClair);
  transition: 0.5s all;
}
.popup form {
  width: 75%;
  display: flex;
  align-items: center;
  gap: 75px;
}
@media screen and (max-width: 1200px) {
  .popup form {
    flex-direction: column;
  }
}
.popup form .form-btn {
  display: flex;
  column-gap: 20px;
}
@media screen and (max-width: 565px) {
  .popup form .form-btn {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.popup > button {
  position: absolute;
  border: none;
  right: 30px;
  top: 30px;
  background: var(--orange);
  cursor: pointer;
  color: var(--blanc);
  width: 59px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .popup > button {
    right: 19px;
    top: 16px;
    width: 40px;
  }
}
.popup input {
  outline: none;
  appearance: none;
  height: 52px;
  width: 80%;
  padding-left: 15px;
  background: transparent;
  border: none;
  font-size: 25px;
  color: var(--noir);
  border-bottom: 2px solid var(--noir);
}

.popup.active {
  bottom: 0;
}

.sticky {
  position: fixed;
  left: 63px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  gap: 30px;
  z-index: 99;
  color: var(--noir);
}
@media screen and (max-width: 1700px) {
  .sticky {
    display: none;
  }
}
.sticky::before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  inset: -5px;
  z-index: -1;
}
.sticky svg, .sticky i {
  display: block;
  text-align: center;
  color: var(--noir);
}
.sticky i {
  font-size: 22px;
}

.sep {
  display: block;
  height: 1px;
  width: 26px;
  background: var(--noir);
}

.label {
  position: relative;
  left: -2px;
  writing-mode: vertical-rl;
  display: inline-block;
  transform: rotate(180deg);
  text-orientation: mixed;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
}

.line {
  display: inline-block;
  height: 50px;
  width: 1px;
  background: var(--noir);
  margin-bottom: -20px;
  margin-top: 10px;
}

.home .sticky {
  color: white;
}
.home .sticky svg, .home .sticky i {
  color: white;
}
.home .sticky::before {
  background: rgba(0, 0, 0, 0.3);
}
.home .line {
  background: white;
}
.home .sep {
  background: white;
}

@media screen and (min-width: 1001px) {
  .header .subHeader .subflex button[data-trigger=menu] {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .header .subHeader .subflex {
    height: auto;
    align-items: start;
    flex-direction: column;
    margin: 16px 55px;
    gap: 16px;
  }
  .header .subHeader .subflex nav {
    width: 100%;
  }
  .header .subHeader .subflex nav .level1 {
    align-items: flex-start;
    padding-left: 12px;
    justify-content: space-between;
  }
  .header .subHeader .subflex nav .level1 > li > a {
    font-size: 16px;
  }
  .header .subHeader .subflex .trigger {
    position: absolute;
    right: 55px;
  }
}
.toggleMenuX {
  display: none;
}

@media screen and (max-width: 1000px) {
  .selectHeader {
    margin-left: 30px;
  }
  .toggleMenuX {
    display: block;
    position: absolute;
    top: 0;
    z-index: 20;
    left: 5px;
  }
  .toggleMenuX svg {
    width: 20px;
  }
  .header .subHeader nav {
    position: fixed;
    z-index: 9;
    top: 0;
    left: -100%;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: var(--jauneClair);
    transition: 0.5s all;
  }
  .header .subHeader nav .level1 {
    margin-top: 170px;
    height: auto;
    max-height: calc(100vh - 220px);
    overflow: auto;
    flex-direction: column;
    gap: 34px;
  }
  .header .subHeader nav .level1 > li {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
  }
  .header .subHeader nav .level1 > li:hover {
    border-bottom: 3px solid transparent;
  }
  .header .subHeader nav .level1 > li a {
    font-size: 16px;
  }
  .header .subHeader nav .level1 > li > a {
    color: var(--vert) !important;
  }
  .header .subHeader nav .level1 > li .sousMenu {
    position: relative;
    opacity: 1;
    border: 0;
    background: none;
    padding: 0;
    width: 100%;
    margin-top: 8px;
  }
  .header .subHeader nav .level1 > li .sousMenu svg {
    display: none;
  }
  .header .subHeader nav .level1 > li .sousMenu .sousMenuTitre {
    display: none;
  }
  .header .subHeader nav .level1 > li .sousMenu .level3 {
    margin-top: 0;
  }
  .header .subHeader nav .level1 > li .sousMenu .level2 {
    row-gap: 0;
    column-gap: 0;
    height: auto;
    flex-direction: column;
  }
  .header .subHeader nav .level1 > li .sousMenu .level2 > li {
    width: 100%;
  }
  .header .subHeader nav.active {
    left: 0;
  }
  .header .subHeader .subflex {
    margin: 0 19px;
    align-items: center;
    justify-content: space-between;
    height: 72px;
    display: grid;
    grid-template-columns: 40px auto 40px;
  }
  .header .subHeader .subflex button[data-trigger=menu] {
    display: block;
    line-height: 0;
  }
  .header .subHeader .subflex button[data-trigger=menu] svg {
    fill: var(--noir);
    width: 19px;
  }
  .header .subHeader .subflex a {
    display: flex;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
  }
  .header .subHeader .subflex a img {
    height: 32px;
    width: auto;
  }
  .header .subHeader .subflex .trigger {
    position: relative;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
  }
  .header .subHeader .subflex .trigger svg {
    width: 15px;
    height: 15px;
  }
}
body .searchwp-live-search-no-min-chars:after {
  content: "3 caractères minimum";
}

body:has(.popup.active) {
  overflow: hidden;
  height: 90vh;
}

.footer {
  margin-top: 120px;
}
.footer .sitesdep {
  border-top: 1px solid var(--grisClair);
  padding: 84px 190px;
}
.footer .sitesdep__container {
  margin: 0;
}
.footer .sitesdep__container .slick-list {
  margin: 0 0 0 0;
}
.footer .sitesdep__container .slick-track {
  display: flex;
  align-items: center;
}
.footer .sitesdep__container .slick-track .slick-slide img {
  margin: auto;
}
.footer .sitesdep__container .slick-dots {
  display: none !important;
}
.footer .sitesdep__container .slick-arrow {
  width: 54px;
  height: 130px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.footer .sitesdep__container .slick-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 28.89px;
  height: 13.99px;
  background-image: url("../imgs/svg/s-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.footer .sitesdep__container .slick-arrow::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 130px;
  background-image: url("../imgs/svg/s-circle.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.footer .sitesdep__container .slick-arrow.slick-prev {
  left: -80px;
  transform: translateY(-50%) rotate(180deg);
}
.footer .sitesdep__container .slick-arrow.slick-next {
  right: -80px;
}
@media screen and (max-width: 1401px) {
  .footer .sitesdep {
    padding: 34px 100px;
  }
  .footer .sitesdep .slick-slide {
    margin: 0 29px;
  }
}
@media screen and (max-width: 767px) {
  .footer .sitesdep {
    padding: 30px 0 30px 20px;
  }
  .footer .sitesdep .slick-slide {
    margin: 0 14px;
  }
}
.footer .footerbloc {
  position: relative;
  background: var(--noir);
}
.footer .arrowtop {
  position: absolute;
  top: -27px;
  right: 135px;
  width: 54px;
  height: 54px;
  background: var(--orange);
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .arrowtop svg path {
  transition: all 0.2s;
}
.footer .arrowtop:hover svg path, .footer .arrowtop:focus svg path, .footer .arrowtop:focus-visible svg path {
  fill: white;
}
@media screen and (max-width: 1000px) {
  .footer .arrowtop {
    right: 50px;
  }
}
.footer .footerlow {
  position: relative;
  padding: 35px 0 32px;
  border-top: 1px solid var(--gris);
}
.footer .footerlow .container {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media screen and (max-width: 1400px) {
  .footer .footerlow .container {
    gap: 0px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1200px) {
  .footer .footerlow .container {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }
}
.footer .footerlow ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  margin: 0;
  padding: 0;
}
.footer .footerlow ul li {
  list-style: none;
}
.footer .footerlow ul li a {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: var(--blanc);
}
.footer .footerlow ul li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.5s;
  background: var(--orange);
}
.footer .footerlow ul li a:hover::after, .footer .footerlow ul li a:focus::after, .footer .footerlow ul li a:focus-visible::after {
  width: 100%;
  right: 0;
}
.footer .footerlow .footerlink {
  position: relative;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 30px;
  color: var(--grisClair);
}
.footer .footerlow .footerlink::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.5s;
  background: var(--grisClair);
}
.footer .footerlow .footerlink:hover::after, .footer .footerlow .footerlink:focus::after, .footer .footerlow .footerlink:focus-visible::after {
  width: 100%;
  right: 0;
}
@media screen and (max-width: 500px) {
  .footer .footerlow .footerlink {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .footer .footerlow .container {
    row-gap: 50px;
  }
  .footer .footerlow ul {
    flex-direction: column;
  }
  .footer .footerlow ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .footer .footerlow ul {
    gap: 20px;
  }
}
.footer .coordonnees {
  text-align: center;
  color: var(--blanc);
  margin-right: 100px;
}
.footer .coordonnees .nom {
  font-weight: 600;
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 15px;
}
.footer .coordonnees p {
  margin: 0;
  line-height: 26px;
}
@media screen and (max-width: 1400px) {
  .footer .coordonnees {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .footer .coordonnees .nom {
    font-size: 16px;
    line-height: 26px;
  }
  .footer .coordonnees p {
    font-size: 14px;
    line-height: 24px;
  }
}
.footer .contact {
  display: flex;
  align-items: center;
  column-gap: 16px;
  border: 1.3px solid var(--orange);
  text-transform: uppercase;
  padding: 11px 25px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.3em;
  line-height: 24px;
  color: var(--blanc);
  transition: all 0.5s;
  margin: 0;
}
.footer .contact svg {
  width: 23px;
  color: var(--blanc);
}
.footer .contact:hover, .footer .contact:focus, .footer .contact:focus-visible {
  background: var(--orange);
}
.footer .social {
  display: flex;
  align-items: center;
  column-gap: 35px;
}
.footer .social a svg {
  height: 20px;
  color: var(--blanc);
  transition: all 0.5s;
}
.footer .social a:hover svg, .footer .social a:focus svg, .footer .social a:focus-visible svg {
  transform: rotateY(360deg);
}
.footer .flex {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: 1fr;
  align-items: center;
  justify-content: space-between;
  padding: 76px 75px 69px;
}
.footer .flex .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
}
.footer .flex .right a {
  line-height: 21px;
}
.footer .flex .right a i {
  font-size: 18px;
  color: white;
}
@media screen and (max-width: 1200px) {
  .footer .flex .right {
    grid-area: 2/1/3/3;
  }
}
@media screen and (max-width: 1000px) {
  .footer .flex .right {
    grid-area: auto;
  }
}
@media screen and (max-width: 1200px) {
  .footer .flex {
    gap: 50px;
    grid-template-columns: repeat(2, auto);
  }
}
@media screen and (max-width: 1000px) {
  .footer .flex {
    grid-template-columns: repeat(1, auto);
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .footer .flex {
    padding: 40px 0 30px;
    gap: 32px;
  }
  .footer .flex > a {
    text-align: center;
    margin-bottom: 0;
  }
  .footer .flex > a img {
    max-width: 190px;
  }
}

body #cmplz-manage-consent .cmplz-manage-consent {
  height: auto;
  padding: 5px;
  font-size: 12px;
  right: 90px;
}

body .cmplz-soft-cookiewall {
  background: transparent;
  pointer-events: none;
}
body .cmplz-soft-cookiewall.cmplz-show {
  pointer-events: all;
}

body .cmplz-cookiebanner {
  right: 90px;
}
@media (max-width: 768px) {
  body .cmplz-cookiebanner {
    right: initial;
  }
}

.cdEngageSec {
  --fondColor: #f0eeef;
  background: var(--fondColor);
  color: #807f7d;
  padding: 60px 0;
}
.cdEngageSec h2 {
  margin-top: -95px;
}
.cdEngageSec h3 {
  color: #36444c;
  font-size: 2rem;
  position: relative;
  top: 8px;
}
.cdEngageSec .engagements {
  margin-inline: 95px;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 45px;
  gap: 15px;
  background: url("../imgs/svg/dot.svg") repeat-x;
  background-position: 15px calc(100% - 40px);
}
.cdEngageSec .engagements > * {
  text-align: center;
  background: var(--fondColor);
  padding-right: 52px;
  padding-left: 52px;
}
.cdEngageSec .engagements__middle {
  transform: scale(1.2);
}
.cdEngageSec .engagements__middle h3 {
  position: relative;
  top: -5px;
}
@media (max-width: 1200px) {
  .cdEngageSec .engagements {
    margin-inline: 0;
  }
}
@media (max-width: 1000px) {
  .cdEngageSec .engagements {
    flex-direction: column;
    gap: 40px;
  }
  .cdEngageSec .engagements__middle {
    transform: scale(1);
  }
}

.hero {
  margin-top: -183px;
  position: relative;
  z-index: 0;
  display: grid;
  height: 100vh;
  max-height: 1080px;
  background: var(--grisClair);
  text-align: center;
  place-items: center;
  margin-bottom: 125px;
}
@media screen and (min-width: 1000px) {
  .hero::after {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    content: "";
    height: 70px;
    background: url(../imgs/svg/scroll-icon.svg) center bottom no-repeat;
    z-index: 2;
    pointer-events: none;
  }
}

.heroSlider {
  width: 100vw;
  margin-bottom: 0 !important;
}
.heroSlider .heroSlider__title {
  text-shadow: 2px 2px 10px black;
}
.heroSlider .heroSlider__chapo,
.heroSlider .heroSlider__category {
  text-shadow: 2px 2px 2px black;
}
@media screen and (min-width: 1000px) {
  .heroSlider .heroSlider__chapo {
    font-size: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
  }
}
.heroSlider .slick-next {
  right: calc(50% - 100px);
  top: unset;
  bottom: 145px;
  transform: translateY(20%);
  z-index: 1;
}
.heroSlider .slick-next::before {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  color: #FFF;
  opacity: 1;
}
.heroSlider .slick-prev {
  left: calc(50% - 100px);
  top: unset;
  bottom: 145px;
  transform: translateY(20%);
  z-index: 1;
}
.heroSlider .slick-prev::before {
  content: "\f177";
  font-family: "Font Awesome 6 Pro";
  color: #FFF;
  opacity: 1;
}
.heroSlider .slick-dots {
  bottom: 145px;
  margin-bottom: 0;
}
.heroSlider .slick-dots li {
  width: 11px;
  height: 11px;
}
.heroSlider .slick-dots li button {
  width: 11px;
  height: 11px;
  background: transparent;
  border: 1px solid white;
  border-radius: 50px;
  margin: 0 5px;
  transition: 0.5s all;
}
.heroSlider .slick-dots li button::before {
  display: none;
}
.heroSlider .slick-dots li.slick-active {
  width: 26px;
}
.heroSlider .slick-dots li.slick-active button {
  width: 26px;
  border-color: var(--orange);
  background: var(--orange);
}
@media screen and (max-height: 600px) and (orientation: landscape) {
  .heroSlider .slick-next,
  .heroSlider .slick-prev,
  .heroSlider .slick-dots {
    display: none !important;
  }
}
@media screen and (max-height: 800px) and (orientation: landscape) {
  .heroSlider .slick-next,
  .heroSlider .slick-prev,
  .heroSlider .slick-dots {
    bottom: 20px;
  }
  .hero::after {
    display: none;
  }
}
@media screen and (orientation: portrait) {
  .heroSlider .slick-next,
  .heroSlider .slick-prev,
  .heroSlider .slick-dots {
    bottom: 20px;
  }
}
.heroSlider__grid {
  position: relative;
  display: grid;
  text-align: center;
  width: 100vw;
  height: 100vh;
  max-height: 1080px;
  place-items: center;
  color: white;
}
@media screen and (max-height: 800px) {
  .heroSlider__grid {
    padding-top: 120px;
  }
}
.heroSlider__grid img, .heroSlider__grid video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.heroSlider__category {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.4em;
  line-height: 35px;
}
.heroSlider__chapo {
  margin-bottom: 35px;
  padding-inline: 10px;
}
@media screen and (max-height: 800px) {
  .heroSlider__chapo {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.heroSlider__title {
  font-weight: bold;
  font-size: 83px;
  letter-spacing: 0.02em;
  margin: 50px;
  line-height: 84px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .heroSlider__title {
    font-size: 55px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1000px) {
  .heroSlider__title {
    font-size: 42px;
    line-height: 1.2;
    margin: 20px 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.heroSlider__title::before {
  position: absolute;
  content: "";
  background: url("../imgs/autres/backgroundTitre.png");
  width: 121px;
  height: 124px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -15%);
  z-index: -1;
}

.hero {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .hero {
    margin-top: 0px;
    min-height: 735px;
  }
  .hero .heroSlider__grid {
    min-height: 735px;
  }
}
.hero .logoVie {
  position: absolute;
  left: 58px;
  bottom: 75px;
}
.hero .logoVie img {
  max-width: 200px;
}
@media screen and (max-width: 1000px) {
  .hero .logoVie {
    display: none;
  }
}

.titreHome {
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-size: 65px;
  letter-spacing: 0.04em;
  line-height: 70px;
  text-align: center;
  margin: 0 auto 50px;
  max-width: 1000px;
  color: var(--noir);
  position: relative;
  z-index: 1;
}
.titreHome::before {
  content: "";
  position: absolute;
  width: 111px;
  height: 113px;
  z-index: -1;
  background: url("../imgs/autres/fond.png");
  top: -25px;
}
@media screen and (max-width: 1000px) {
  .titreHome {
    font-size: 35px;
    line-height: 1.2;
  }
}

.actuHome__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1550px) {
  .actuHome__flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.actuHome__filtres {
  display: flex;
  padding-left: 0;
  list-style: none;
  gap: 33px;
}
@media screen and (max-width: 1400px) {
  .actuHome__filtres {
    gap: 21px;
  }
}
@media screen and (max-width: 1000px) {
  .actuHome__filtres {
    display: none;
  }
}
.actuHome__filtre {
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--noir);
  transition: 0.5s all;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .actuHome__filtre {
    letter-spacing: 0;
  }
}
.actuHome__filtre:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  height: 15px;
  transform: translateY(-50%);
  width: 1px;
  background: var(--noir);
}
@media screen and (max-width: 1400px) {
  .actuHome__filtre:not(:last-child)::after {
    right: -11px;
  }
}
.actuHome__select {
  color: var(--bleu);
}
.actuHome__posts {
  display: grid;
  grid-template-columns: repeat(5, 280px);
  max-width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  min-height: 475px;
  margin-bottom: 50px;
  gap: 20px;
  margin-top: 75px;
}
@media screen and (max-width: 1000px) {
  .actuHome__posts {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1671px) {
  .actuHome__posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
.actuHome__posts .bottom strong.title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.actuHome__noActus {
  margin-top: 75px;
  font-weight: bold;
  text-align: center;
}

.homeWrapper {
  background: var(--jauneClair);
  padding-top: 93px;
  margin-right: -75px;
  margin-left: -75px;
}
.homeWrapper iframe {
  width: 100%;
  height: 700px;
  border: none;
}
@media screen and (max-width: 1000px) {
  .homeWrapper {
    margin-right: -12px;
    margin-left: -12px;
  }
}

.separatorImg {
  max-width: 100%;
}
@media screen and (min-width: 1000px) {
  .separatorImg {
    margin-top: -75px;
  }
}

.home__subtitle {
  display: block;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  color: var(--noir);
  margin-bottom: 25px;
}

.acces__slide {
  margin-bottom: 90px;
}
@media screen and (max-width: 1400px) {
  .acces__slide {
    overflow: hidden;
  }
}

.acces {
  display: grid;
  margin: 0 auto;
  padding: 32px 10px;
  place-items: center;
  width: 100%;
  max-width: 180px;
  grid-template-rows: 93px 1fr;
  color: var(--noir);
}
.acces svg {
  fill: currentColor;
  transition: fill 0.25s;
}
.acces:hover {
  box-shadow: 0px 28px 29px rgba(43, 41, 38, 0.05);
  color: var(--orange);
}
.acces__prev, .acces__next {
  display: flex;
  align-items: center;
  height: 180px;
  width: 100px;
  z-index: 1;
  aspect-ratio: 1;
  position: relative;
  transition: color 0.5s;
}
.acces__prev::before, .acces__next::before {
  content: "";
  position: absolute;
  top: 50%;
  z-index: -1;
  width: 182px;
  aspect-ratio: 1;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  background: white;
  color: var(--noir);
}
.acces__prev:hover, .acces__next:hover {
  color: var(--orange);
}
.acces__prev::before {
  left: -25px;
}
.acces__next {
  justify-content: flex-end;
}
.acces__next::before {
  left: calc(100% + 25px);
}
.acces__grid {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr) 100px;
  gap: 20px;
}
.acces__grid:has(.slick-arrow.slick-hidden) {
  grid-template-columns: minmax(0, 1fr);
}
@media screen and (max-width: 500px) {
  .acces__grid {
    gap: 0;
    max-width: 100%;
    overflow: hidden;
  }
}

.acces__titre {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
}

.blackbg {
  background: var(--noir);
  padding-left: 75px;
  padding-right: 75px;
  margin-top: -125px;
  color: var(--blanc);
  padding-bottom: 35px;
}
@media screen and (max-width: 1000px) {
  .blackbg {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.blackbg .home__subtitle {
  color: var(--blanc);
}

.dispositifs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 25px;
  margin-bottom: 35px;
}
@media screen and (min-width: 1000px) and (max-width: 1600px) {
  .dispositifs {
    grid-template-columns: repeat(3, 228px);
    margin: 0 auto;
    width: 734px;
  }
}
@media screen and (max-width: 1000px) {
  .dispositifs {
    max-width: 100%;
    overflow: auto;
    padding-bottom: 15px;
  }
}

.dispositif {
  background: white;
  color: var(--vert);
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  padding: 27px;
  text-align: center;
  transition: 0.5s all;
  width: 228px;
}
@media screen and (max-width: 1000px) {
  .dispositif {
    height: 100%;
  }
}
.dispositif:hover {
  background: var(--orange);
  color: var(--blanc);
  scale: 1.25;
}
.dispositif h3 {
  color: var(--noir);
  transition: 0.5s all;
  line-height: 1.25;
}

.home__sep {
  width: 1px;
  background: var(--blanc);
  height: 65px;
  margin: 15px auto 0;
}

.mag__container {
  display: block;
  margin: 0 auto;
  width: min(1400px, 100%);
  padding: 0 20px;
}

.logoMag {
  position: absolute;
  top: -55px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}

.mags__prev, .mags__next {
  height: 180px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid currentColor;
  color: var(--noir);
  transition: color 0.5s;
}
.mags__prev:hover, .mags__next:hover {
  color: var(--orange);
}

.mags__prev {
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}
.mags__prev svg {
  position: relative;
  left: -25px;
}

.mags__next {
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}
.mags__next svg {
  position: relative;
  right: -25px;
}

.magsZone {
  background: var(--jauneClair);
  padding-top: 140px;
  position: relative;
}
.magsZone .slider-container {
  overflow: visible;
}
.magsZone .slides {
  position: relative;
}
.magsZone .slides::before {
  content: "";
  display: block;
  position: absolute;
  top: -80px;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  background: url(../imgs/autres/bgMagV.png) no-repeat center;
  width: 800px;
  height: 817px;
}
.magsZone .next-btn, .magsZone .prev-btn {
  height: 620px;
}

.metas {
  width: 820px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  opacity: 0;
  pointer-events: none;
}
.metas > * {
  flex: 0 0 50%;
}

.center .metas {
  opacity: 1;
  pointer-events: all;
}

.projetnav {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .projetnav {
    margin-bottom: 0;
  }
}
.projetnav > button {
  text-transform: uppercase;
  display: flex;
  align-content: center;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.2em;
  transition: 0.5s color ease;
  gap: 15px;
}
.projetnav > button:hover {
  color: var(--orange);
}

.projetContainer {
  padding: 10px;
  text-align: center;
}
.projetContainer h3 {
  transition: 0.5s all ease;
  font-size: 25px;
}
.projetContainer > a {
  position: relative;
}
.projetContainer.slick-active > a {
  transform: translateY(0);
}
@media screen and (min-width: 1000px) {
  .projetContainer > a {
    top: 25px;
  }
  .projetContainer:has(+ .slick-active + .slick-slide:not(.slick-active)) > a {
    scale: 1.1;
    position: relative;
    top: 0;
  }
}
.projetContainer a {
  display: block;
  scale: 0.9;
  padding: 30px 0;
  transition: all 0.25s ease;
}
.projetContainer a:hover {
  text-decoration: none;
}
.projetContainer a:hover h3 {
  color: var(--orange);
}
.projetContainer a:hover .btn {
  opacity: 1;
}
.projetContainer .btn {
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 1000px) {
  .projetContainer .btn {
    opacity: 1;
  }
}

.sliderProjets .slick-dots li {
  width: 11px;
  height: 11px;
}
.sliderProjets .slick-dots li button {
  width: 11px;
  height: 11px;
  background: transparent;
  border: 1px solid var(--grisClair);
  border-radius: 50px;
  margin: 0 5px;
  transition: 0.5s all;
}
.sliderProjets .slick-dots li button::before {
  display: none;
}
.sliderProjets .slick-dots li.slick-active {
  width: 26px;
}
.sliderProjets .slick-dots li.slick-active button {
  width: 26px;
  border-color: var(--orange);
  background: var(--orange);
}

.arrowMag {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.arrowMag--left {
  left: -150px;
}
.arrowMag--right {
  right: -150px;
}
.arrowMag path {
  transition: all 0.5s ease;
}
.arrowMag:hover {
  color: var(--orange);
}
@media screen and (max-width: 1000px) {
  .arrowMag {
    top: calc(100% - 30px);
    scale: 0.5;
    left: 0;
    right: initial;
    transform: translateX(-50%);
  }
  .arrowMag--right {
    left: initial;
    right: 0;
    transform: translateX(50%);
  }
}

.slick-slide .mag {
  scale: 0.5;
  transition: all 0.5s ease;
}
.slick-slide .mag img {
  margin: 0 auto;
}
.slick-slide.slick-active .mag {
  scale: 1;
}

.vosgesMagInfosSliders {
  margin-top: 75px;
}

.mag-metas__left {
  border-right: 1px solid var(--noir);
  padding-right: 65px;
  padding-bottom: 45px;
  padding-top: 80px;
}
@media screen and (max-width: 1000px) {
  .mag-metas__left {
    padding-right: 15px;
    padding-left: 15px;
    border: 0;
    padding-bottom: 20px;
  }
}

.mag-metas {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .mag-metas {
    flex-direction: column;
  }
}
.mag-metas > * {
  flex: 0 0 50%;
}
@media screen and (max-width: 1000px) {
  .mag-metas > * {
    flex: 0 0 100%;
    text-align: center;
  }
}

.mag-metas__right {
  padding-top: 80px;
  margin-top: -5px;
  list-style-type: none;
}
@media screen and (max-width: 1000px) {
  .mag-metas__right {
    padding-top: 40px;
  }
}
.mag-metas__right li {
  display: flex;
  align-items: center;
  gap: 15px;
}
.mag-metas__right li:not(:last-child) {
  margin-bottom: 10px;
}
.mag-metas__right a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 24px;
  color: var(--noir);
}

.mag-metas__numero {
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  text-align: right;
  color: var(--noir);
}
@media screen and (max-width: 1000px) {
  .mag-metas__numero {
    text-align: center;
  }
}

.mag-metas__titre {
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  text-align: right;
  color: var(--noir);
}
@media screen and (max-width: 1000px) {
  .mag-metas__titre {
    text-align: center;
  }
}

.magsZone {
  padding-bottom: 30px;
  margin-bottom: -122px;
}

.mag__wrapper {
  padding: 0 150px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .mag__wrapper {
    padding: 0 20px;
  }
}
.mag__wrapper .bg {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: -80px;
}

.home + main {
  margin-bottom: -25px;
}
.home + main + footer {
  margin-top: 0;
}

.separatorImg {
  height: auto;
}

.vosgesMagSliders .mag {
  position: relative;
  z-index: 1;
  left: 0;
}
@media screen and (min-width: 1000px) {
  .vosgesMagSliders .mag {
    scale: 0.7;
  }
}
@media screen and (min-width: 1000px) {
  .vosgesMagSliders .slick-slide:has(+ .slick-active) > .mag {
    left: 310px;
    z-index: -1;
  }
  .vosgesMagSliders .slick-active + .slick-slide > .mag {
    left: -310px;
    z-index: -1;
  }
}

.boutonProjets {
  margin-top: 130px;
  margin-bottom: 168px;
}
@media screen and (max-width: 1000px) {
  .boutonProjets {
    margin-top: 75px;
    margin-bottom: 125px;
  }
}

.text-right {
  text-align: right;
}

.h2-bar {
  position: relative;
  font-family: var(--poppins);
  font-weight: 600;
  font-size: 42px;
  line-height: 44px;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  color: var(--vert);
}
@media screen and (min-width: 1000px) {
  .h2-bar::before, .h2-bar::after {
    content: "";
    position: absolute;
    width: 357.5px;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background-color: var(--noir);
  }
  .h2-bar::before {
    left: -377.5px;
  }
  .h2-bar::after {
    right: -377.5px;
  }
}
@media screen and (max-width: 767px) {
  .h2-bar {
    font-size: 32px;
    line-height: 36px;
  }
}

.elus {
  margin: 50px 0 80px;
}
.elus .flex {
  margin-top: 50px;
  justify-content: center;
  column-gap: 20px;
}
.elus-poste {
  margin: 0;
  width: fit-content;
  padding-top: 24px;
  padding-right: 40px;
  background-color: #fff;
  clip-path: polygon(0 0, calc(100% - 17px) 0, 100% 100%, 0 100%);
  font-family: var(--poppins);
  font-weight: bold;
  font-size: 22px;
  line-height: 29px;
  color: var(--noir);
}
@media screen and (max-width: 767px) {
  .elus .flex {
    flex-direction: column;
    row-gap: 40px;
  }
}

.elus__item {
  width: 587px;
  max-width: 100%;
}
.elus__item img {
  width: 587px;
  height: 534px;
  object-fit: cover;
}
.elus__item .elus__contenu {
  margin-top: -124px;
}
.elus__item .elus__contenu h3 {
  margin: 0;
  width: fit-content;
  font-family: var(--poppins);
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  color: #fff;
  clip-path: polygon(0 0, calc(100% - 17px) 0, 100% 100%, 0 100%);
  padding: 16px 40px 13px 26px;
  background-color: var(--bleu);
}
.elus__item-contact {
  position: relative;
  margin-top: 18px;
  padding-left: 27px;
}
.elus__item-contact-titre {
  font-size: 32px;
  line-height: 29px;
  color: var(--bleu);
  margin: 0 0 16px;
}
.elus__item-contact p {
  margin: 0;
}
.elus__item-contact-div {
  display: flex;
  column-gap: 36px;
  margin-top: 14px;
}
.elus__item-contact-div > * {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.elus__item-contact-div i {
  font-size: 23px;
  line-height: 25px;
  color: var(--orange);
}
.elus__item-contact-div a {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.elus__item-contact-div a::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.5s;
  background: var(--orange);
}
.elus__item-contact-div a:hover::before, .elus__item-contact-div a:focus::before, .elus__item-contact-div a:focus-visible::before {
  width: 100%;
  right: 0;
}
@media screen and (max-width: 1000px) {
  .elus__item-contact-div {
    flex-direction: column;
    row-gap: 14px;
  }
  .elus__item-contact-div a::after {
    display: none;
  }
}
.elus__item-contact::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 115px;
  bottom: -20px;
  left: 0;
  background-color: var(--bleu);
}
.elus__item-contact::after {
  content: "";
  position: absolute;
  width: 158px;
  height: 2px;
  bottom: -20px;
  left: 0;
  background-color: var(--bleu);
}
@media screen and (max-width: 1000px) {
  .elus__item-contact {
    padding-left: 0;
  }
  .elus__item-contact::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .elus__item-contact {
    padding-left: 27px;
  }
  .elus__item-contact::before {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .elus__item img {
    width: 100%;
    height: auto;
  }
  .elus__item .elus__contenu {
    margin-top: -105px;
  }
  .elus__item .elus__contenu h3 {
    font-size: 22px;
    line-height: 28px;
    padding: 13px 40px 10px 26px;
  }
  .elus__item .elus__contenu .elus-poste {
    font-size: 18px;
    line-height: initial;
  }
}
@media screen and (max-width: 767px) {
  .elus__item {
    margin: auto;
    width: 100%;
    max-width: 480px;
  }
  .elus__item .elus__contenu {
    margin-top: -70px;
  }
  .elus__item .elus__contenu h3 {
    font-size: 18px;
    line-height: 28px;
    padding: 8px 40px 5px 26px;
  }
  .elus__item .elus__contenu .elus-poste {
    padding-top: 8px;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .elus__item-contact-titre {
    font-size: 26px;
    line-height: 22px;
  }
}

.chiffres-cles {
  margin: 80px 0;
}
.chiffres-cles-block {
  padding: 83px 240px 100px;
  background-color: var(--jauneClair);
}
.chiffres-cles__items {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.chiffres-cles__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chiffres-cles__item span {
  display: block;
  font-size: 80px;
  line-height: 92px;
  text-align: center;
  color: var(--bleu);
  z-index: 1;
}
.chiffres-cles__item p {
  position: relative;
  margin: 0;
  font-family: var(--poppins);
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: var(--gris);
  z-index: 1;
}
.chiffres-cles__item p::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 3px;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--vert);
}
.chiffres-cles__item::before {
  content: "";
  position: absolute;
  width: 134px;
  height: 138px;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../imgs/svg/chiffre_v.svg") no-repeat;
}
@media screen and (max-width: 1400px) {
  .chiffres-cles-block {
    padding: 83px 100px 100px;
  }
}
@media screen and (max-width: 1200px) {
  .chiffres-cles {
    background-color: var(--jauneClair);
  }
  .chiffres-cles-block {
    padding: 83px 10px 100px;
    background: none;
  }
}
@media screen and (max-width: 1000px) {
  .chiffres-cles-block {
    padding: 53px 10px 70px;
  }
  .chiffres-cles__item span {
    font-size: 56px;
    line-height: initial;
  }
}
@media screen and (max-width: 767px) {
  .chiffres-cles__items {
    grid-template-columns: 1fr;
    row-gap: 75px;
  }
}

.communes {
  margin: 80px 0;
}
.communes ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 22px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}
.communes ul li a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 27px;
  padding: 10px 0 10px 17px;
  border-bottom: 1px solid var(--grisClair2);
}
.communes ul li a::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--vert);
  border-radius: 50%;
}
.communes ul li:nth-child(1) a, .communes ul li:nth-child(2) a, .communes ul li:nth-child(3) a, .communes ul li:nth-child(4) a, .communes ul li:nth-child(5) a {
  border-top: 1px solid var(--grisClair2);
}
@media screen and (max-width: 1400px) {
  .communes ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .communes ul li:nth-child(5) a {
    border-top: none;
  }
}
@media screen and (max-width: 1200px) {
  .communes ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .communes ul li:nth-child(4) a {
    border-top: none;
  }
}
@media screen and (max-width: 1000px) {
  .communes ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .communes ul li:nth-child(3) a {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .communes ul {
    grid-template-columns: 1fr;
  }
  .communes ul li:nth-child(2) a {
    border-top: none;
  }
}

.wysiwyg:has(.sitemaps) {
  width: 100%;
}

.sitemaps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1000px) {
  .sitemaps {
    grid-template-columns: minmax(0, 1fr);
  }
}

.wysiwyg {
  max-width: 100%;
  flex: 1;
}
.wysiwyg img.aligncenter,
.wysiwyg img.alignright,
.wysiwyg img.alignnone {
  display: block;
}
.wysiwyg img.aligncenter {
  margin: 0 auto;
}
.wysiwyg img.alignright {
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .wysiwyg {
    max-width: 100% !important;
  }
}
.wysiwyg .btn {
  font-weight: bold;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  letter-spacing: 0.3em;
  line-height: 23px;
  text-align: right;
  color: var(--noir);
  background: white;
  cursor: pointer;
  padding: 9px 30px;
  border: 2px solid var(--orange);
  transition: all 0.5s;
}
.wysiwyg .btn.active, .wysiwyg .btn:hover {
  background-color: var(--orange);
}
.wysiwyg .btn.bleu {
  border-color: var(--bleu);
}
.wysiwyg .btn.bleu.active, .wysiwyg .btn.bleu:hover {
  background-color: var(--bleu);
}
.wysiwyg a:not([class]) {
  text-decoration: underline;
  font-size: 16px;
  line-height: 26px;
  color: var(--orange);
  font-weight: 600;
}
.wysiwyg h2 {
  width: fit-content;
  position: relative;
  font-weight: 600;
  font-size: 42px;
  line-height: 44px;
  color: var(--vert);
}
.wysiwyg h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: var(--noir);
}
.wysiwyg h4 {
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  color: var(--bleu);
}
.wysiwyg h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  color: var(--orange);
}
.wysiwyg .arrowMag--right {
  right: -75px;
  top: 40%;
}
.wysiwyg .arrowMag--left {
  left: -75px;
  top: 40%;
}
.wysiwyg .elementor-widget-nc_video span {
  font-style: italic;
  font-size: 13px;
  color: var(--noir);
  display: block;
  margin-top: 11px;
}
.wysiwyg .carousel {
  margin-inline: 71px;
}
.wysiwyg .carousel .item {
  padding: 13px;
}
.wysiwyg .carousel .item span {
  font-style: italic;
  font-size: 13px;
  color: var(--noir);
  display: block;
  margin-top: 11px;
}
.wysiwyg .carousel img {
  aspect-ratio: 304/281;
  object-fit: cover;
  height: auto;
  width: 100%;
}
.wysiwyg iframe {
  aspect-ratio: 16/9;
  height: auto;
}
.wysiwyg h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 35px;
  color: var(--vert);
}
.wysiwyg > * {
  margin-bottom: 30px;
}
.wysiwyg > p {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: var(--gris);
}
.wysiwyg .flex {
  gap: 25px;
}
@media screen and (max-width: 1000px) {
  .wysiwyg .flex {
    flex-direction: column;
  }
}
.wysiwyg figure {
  position: relative;
  margin: 0 0 20px 0;
  line-height: 0;
  flex: none;
}
.wysiwyg figure figcaption {
  position: absolute;
  left: 0;
  bottom: -1px;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 23px;
  color: var(--noir);
  background-color: var(--blanc);
  z-index: 2;
  padding: 10px 23px 0 0;
  clip-path: polygon(0 0, calc(100% - 7px) 0, 100% 100%, 0 100%);
}
.wysiwyg figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--grisbleu);
}
.wysiwyg ul:not([class]) {
  color: var(--noir);
  padding-left: 20px;
}
.wysiwyg ul:not([class]) > li {
  margin-top: 18px;
  font-size: 17px;
  line-height: 27px;
  color: var(--noir);
}
.wysiwyg ul:not([class]) > li::marker {
  color: var(--vert);
}
.wysiwyg ul:not([class]) > li ul {
  list-style: none;
}
.wysiwyg ul:not([class]) > li ul li {
  position: relative;
  padding-left: 14px;
}
.wysiwyg ul:not([class]) > li ul li::after {
  position: absolute;
  content: "";
  top: 9px;
  left: -14px;
  background-image: url("../imgs/svg/puce.svg");
  width: 15px;
  height: 8.179px;
}
.wysiwyg ul:not([class]) li > ul > li {
  font-size: 16px;
  line-height: 26px;
  color: var(--gris);
}
.wysiwyg ol:not([class]) {
  color: var(--noir);
  padding-left: 20px;
}
.wysiwyg ol:not([class]) > li {
  margin-top: 18px;
  font-size: 17px;
  line-height: 27px;
  color: var(--noir);
}
.wysiwyg ol:not([class]) > li::marker {
  color: var(--vert);
}
.wysiwyg ol:not([class]) li > ol > li {
  font-size: 16px;
  line-height: 26px;
  color: var(--gris);
}
.wysiwyg table {
  border-collapse: collapse;
  border-bottom: 2px solid var(--bleu);
}
.wysiwyg table thead {
  background-color: var(--bleu);
}
.wysiwyg table thead tr td {
  padding: 5px 30px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.3em;
  line-height: 35px;
  color: var(--blanc);
  text-transform: uppercase;
}
.wysiwyg table tbody tr td {
  min-width: 230px;
  font-size: 16px;
  line-height: 26px;
  color: var(--noir);
  padding: 12px 30px 16px;
}
.wysiwyg table tbody > :nth-child(odd) {
  background-color: var(--jauneClair);
}
.wysiwyg blockquote {
  position: relative;
  margin: 0 0 30px 0;
  padding-left: 130px;
}
.wysiwyg blockquote div {
  display: flex;
  flex-direction: column;
  row-gap: 21px;
}
.wysiwyg blockquote p {
  margin: 0;
  font-weight: 600;
  font-style: italic;
  font-size: 19px;
  letter-spacing: -0.02em;
  line-height: 34px;
  color: var(--noir);
}
.wysiwyg blockquote cite {
  position: relative;
  display: block;
  max-width: 390px;
  font-style: normal;
  font-size: 15px;
  line-height: 25px;
  color: var(--gris);
}
.wysiwyg blockquote cite::after {
  position: absolute;
  content: "";
  left: -130px;
  top: 12px;
  height: 1px;
  width: 101px;
  background-color: var(--grisClair);
}
.wysiwyg blockquote::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 76px;
  height: 76px;
  background-image: url("../imgs/svg/quotes.svg");
}
@media screen and (max-width: 792px) {
  .wysiwyg blockquote {
    padding: 0;
  }
  .wysiwyg blockquote::after {
    display: none;
  }
}
.wysiwyg .blockquote_img {
  display: flex;
  column-gap: 95px;
  padding-left: 0;
}
.wysiwyg .blockquote_img cite::after {
  display: none;
}
.wysiwyg .blockquote_img img {
  width: 207px;
  height: 261px;
  object-fit: cover;
  flex: none;
}
.wysiwyg .blockquote_img::after {
  top: 29px;
  left: 173px;
}
@media screen and (max-width: 792px) {
  .wysiwyg .blockquote_img {
    flex-direction: column;
    row-gap: 20px;
  }
  .wysiwyg .blockquote_img img {
    object-fit: cover;
    width: 100%;
  }
}
.wysiwyg .accordions {
  box-shadow: 0 10px 35px rgba(175, 174, 173, 0.5);
}
.wysiwyg .accordions .accordion {
  display: grid;
  grid-template-rows: 130px 0;
  overflow: hidden;
  transition: all 0.25s;
  border-left: 0px solid transparent;
}
.wysiwyg .accordions .accordion.active {
  border-left: 3px solid var(--orange);
}
.wysiwyg .accordions .accordion i {
  margin-right: 15px;
  color: var(--vert);
  transition: all 0.25s;
}
.wysiwyg .accordions .accordion__title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: var(--poppins);
  font-weight: bold;
  font-size: 22px;
  line-height: 29px;
  text-align: left;
  color: var(--noir);
  padding: 30px 125px 30px 45px;
  border: none;
  border-bottom: 2px solid #cecece;
  background: transparent;
  transition: all 0.25s;
  cursor: pointer;
  min-height: 130px;
  width: 100%;
}
.wysiwyg .accordions .accordion__title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 53px;
  width: 55px;
  height: 55px;
  border-radius: 55px;
  border: 1px solid var(--grisClair);
  z-index: 1;
  transition: all 0.25s;
}
.wysiwyg .accordions .accordion__title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% + 1px));
  right: 72px;
  width: 0;
  height: 0;
  border-left: 9.5px solid transparent;
  border-right: 9.5px solid transparent;
  border-top: 10px solid black;
  z-index: 2;
  transition: all 0.25s;
}
@media screen and (max-width: 1000px) {
  .wysiwyg .accordions .accordion__title {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 72px;
  }
  .wysiwyg .accordions .accordion__title::before {
    right: 24px;
    width: 25px;
    height: 25px;
  }
  .wysiwyg .accordions .accordion__title::after {
    right: 32px;
    border-left: 5.5px solid transparent;
    border-right: 5.5px solid transparent;
    border-top: 6px solid black;
  }
}
.wysiwyg .accordions .accordion__content {
  background: white;
  padding: 15px 53px 36px 45px;
  background: var(--jauneClair);
  transition: all 0.25s;
  overflow: hidden;
  border-bottom: 2px solid var(--grisClair);
}
.wysiwyg .accordions .accordion__content > :first-child {
  margin-top: 0;
}
.wysiwyg .accordions .accordion__content > :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .wysiwyg .accordions .accordion__content {
    padding: 10px 16px;
  }
}
.wysiwyg .accordions .accordion.active {
  grid-template-rows: 130px 100%;
}
.wysiwyg .accordions .accordion.active .accordion__title {
  color: var(--orange);
  background: var(--jauneClair);
  border: none;
}
.wysiwyg .accordions .accordion.active .accordion__title::before {
  background-color: var(--orange);
  border: 1px solid var(--orange);
}
.wysiwyg .accordions .accordion.active .accordion__title::after {
  border-top: 10px solid white;
  transform: translateY(calc(-50% - 1px)) rotate(180deg);
}
.wysiwyg .en-avant {
  position: relative;
  background-color: var(--bleuTClair);
  overflow: hidden;
}
.wysiwyg .en-avant .content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  row-gap: 17px;
  margin: 49px 76px 63px 55px;
  font-family: var(--poppins);
}
.wysiwyg .en-avant .content p {
  margin: 0;
}
.wysiwyg .en-avant .content .titre {
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  color: var(--noir);
}
.wysiwyg .en-avant .content .sous-titre {
  font-size: 18px;
  line-height: 28px;
  color: var(--noir);
  font-weight: 600;
}
.wysiwyg .en-avant a {
  margin-top: 13px;
  width: fit-content;
}
.wysiwyg .en-avant::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 0;
  transform: translateY(-50%);
  right: -40px;
  height: 492.482px;
  width: 504.692px;
  background: url("../imgs/svg/V.svg") no-repeat;
}
.wysiwyg .en-avant .btn {
  padding: 11px 30px;
  text-wrap: nowrap;
  border: none;
}
.wysiwyg .en-avant .btn svg path {
  transition: all 0.5s;
}
.wysiwyg .en-avant .btn.active, .wysiwyg .en-avant .btn:hover {
  background-color: var(--bleuClair);
  color: white;
}
.wysiwyg .en-avant .btn.active svg path, .wysiwyg .en-avant .btn:hover svg path {
  fill: white;
}
@media screen and (max-width: 1000px) {
  .wysiwyg .en-avant .content {
    margin: 34px 0 48px 40px;
  }
}
@media screen and (max-width: 500px) {
  .wysiwyg .en-avant .content {
    margin: 20px 20px 20px 20px;
  }
}
.wysiwyg .en-avant-img {
  display: flex;
  column-gap: 21px;
}
@media screen and (min-width: 1000px) {
  .wysiwyg .en-avant-img p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .wysiwyg .en-avant-img .titre {
    -webkit-line-clamp: 1;
  }
  .wysiwyg .en-avant-img .sous-titre {
    -webkit-line-clamp: 2;
  }
}
.wysiwyg .en-avant-img .image {
  position: relative;
  flex: none;
  line-height: 0;
}
.wysiwyg .en-avant-img .image::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--grisbleu);
}
.wysiwyg .en-avant-img::after {
  right: 274px;
  top: -14px;
  transform: translateY(0);
}
@media screen and (max-width: 792px) {
  .wysiwyg .en-avant-img {
    flex-direction: column-reverse;
  }
  .wysiwyg .en-avant-img .image img {
    width: 100%;
    object-fit: cover;
    max-height: 300px;
  }
  .wysiwyg .en-avant-img::after {
    display: none;
  }
}
.wysiwyg .chiffres {
  gap: 48px;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 1000px) {
  .wysiwyg .chiffres {
    place-items: center;
    text-align: center;
  }
}
.wysiwyg .chiffres .chiffre {
  position: relative;
}
.wysiwyg .chiffres .chiffre__number {
  font-size: 73px;
  line-height: 71px;
  color: var(--bleu);
}
.wysiwyg .chiffres .chiffre__title {
  font-size: 16px;
  line-height: 26px;
  color: var(--gris);
}

.table-responsive {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border-spacing: 0;
}

@media screen and (max-width: 1000px) {
  .list-actualites {
    margin-top: 70px;
  }
}

.actualites {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 21px;
  grid-row-gap: 86px;
}
.actualites.col3 {
  grid-template-columns: repeat(3, 1fr);
}
.actualites.bordered-bottom {
  padding-bottom: 55px;
  margin-bottom: 65px;
  border-bottom: 2px solid var(--bleuClair);
}
@media screen and (max-width: 1550px) {
  .actualites {
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }
}
@media screen and (max-width: 1000px) {
  .actualites {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .actualites {
    grid-template-columns: repeat(1, 1fr);
  }
}

.list-elus {
  margin-bottom: 75px;
}
.list-elus .elus__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.list-elus .elus__container .elus__item {
  display: block;
  max-width: 359px;
  width: 100%;
  outline: 2px solid transparent;
  transition: all 0.25s;
}
.list-elus .elus__container .elus__item img {
  width: auto;
  height: auto;
  aspect-ratio: 1;
}
.list-elus .elus__container .elus__item .elus__contenu {
  margin-top: -72px;
}
.list-elus .elus__container .elus__item .elus__contenu h3 {
  font-size: 16px;
  padding: 4px 26px 3px 16px;
  line-height: initial;
}
.list-elus .elus__container .elus__item .elus-poste {
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 16px;
  line-height: initial;
}
@media (min-width: 999.98px) {
  .list-elus .elus__container .elus__item:hover, .list-elus .elus__container .elus__item:focus, .list-elus .elus__container .elus__item:focus-visible, .list-elus .elus__container .elus__item.active {
    outline-color: var(--bleu);
    outline-offset: 8px;
  }
}
@media screen and (max-width: 1200px) {
  .list-elus .elus__container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  .list-elus .elus__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .list-elus .elus__container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.list-appels .actualites .bottom {
  text-align: center;
}
.list-appels .actualites .btn {
  margin-top: 20px;
}
.list-appels .actualites img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 297/179;
}
@media (min-width: 999.98px) {
  .list-appels .actualites .teaser:hover .title, .list-appels .actualites .teaser:hover .tag, .list-appels .actualites .teaser:focus .title, .list-appels .actualites .teaser:focus .tag, .list-appels .actualites .teaser:focus-visible .title, .list-appels .actualites .teaser:focus-visible .tag, .list-appels .actualites .teaser.active .title, .list-appels .actualites .teaser.active .tag {
    color: var(--bleuClair) !important;
  }
  .list-appels .actualites .teaser:hover .btn, .list-appels .actualites .teaser:focus .btn, .list-appels .actualites .teaser:focus-visible .btn, .list-appels .actualites .teaser.active .btn {
    background: var(--bleuClair);
  }
}

.resultats-recherche {
  margin-top: 40px;
}
.resultats-recherche h2 {
  font-size: 32px;
  letter-spacing: 0.03em;
  color: var(--orange);
}
.resultats-recherche .resultat {
  position: relative;
  display: block;
  padding-bottom: 20px;
  padding-top: 20px;
}
.resultats-recherche .resultat:not(:last-child) {
  border-bottom: 2px solid var(--bleu);
}
.resultats-recherche .resultat h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.resultats-recherche .resultat p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.resultats-recherche .resultat mark {
  background: var(--bleu);
  color: white;
  font-style: italic;
  padding: 0 1px;
}
@media (min-width: 999.98px) {
  .resultats-recherche .resultat:hover span, .resultats-recherche .resultat:focus span, .resultats-recherche .resultat:focus-visible span, .resultats-recherche .resultat.active span {
    color: var(--bleu);
  }
}
@media (max-width: 1000.01px) {
  .resultats-recherche h2 {
    font-size: 20px;
    margin: 0;
  }
  .resultats-recherche .resultat p {
    -webkit-line-clamp: 5;
  }
}

.actus-jeunesse {
  margin-top: 80px;
  margin-bottom: 80px;
}
.actus-jeunesse .actualites {
  margin-bottom: 80px;
}

.h2Visible {
  font-size: 2rem;
  margin: 40px 0;
}

.btnsJeunesse {
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  gap: 15px;
  align-items: center;
}
@media (max-width: 999.98px) {
  .btnsJeunesse {
    flex-direction: column;
  }
}

.tagPublication {
  display: inline-flex;
  background: var(--bleu);
  color: white;
  padding: 8px 30px 8px 15px;
  font-weight: 700;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}

input[type=submit], button {
  background: none;
  border: none;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

input[type=checkbox], input[type=radio] {
  accent-color: var(--orange);
}

.btn, .forminator-button-submit {
  font-weight: bold;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  letter-spacing: 0.3em;
  line-height: 24px;
  text-align: right;
  color: var(--noir);
  background: white;
  cursor: pointer;
  padding: 10px 30px;
  border: 2px solid var(--orange);
  transition: all 0.5s;
}
@media screen and (max-width: 1000px) {
  .btn, .forminator-button-submit {
    letter-spacing: 0;
  }
}
@media (min-width: 999.98px) {
  .btn:hover, .btn:focus, .btn:focus-visible, .btn.active, .forminator-button-submit:hover, .forminator-button-submit:focus, .forminator-button-submit:focus-visible, .forminator-button-submit.active {
    background: var(--orange);
  }
}
.btn-retour, .forminator-button-submit-retour {
  margin-top: 80px;
}
.btn-no-border, .forminator-button-submit-no-border {
  border: none;
}
.btn-result, .forminator-button-submit-result {
  display: flex;
  width: fit-content;
  margin: 20px 0 0 auto;
  background: none !important;
}
.btn-postuler, .forminator-button-submit-postuler {
  display: block;
  width: fit-content;
  margin: 0 auto 40px auto;
}
.btn-search i, .forminator-button-submit-search i {
  font-size: 18px;
  color: var(--orange);
  transition: all 0.5s;
}
@media (min-width: 999.98px) {
  .btn-search:hover i, .btn-search:focus i, .btn-search:focus-visible i, .btn-search.active i, .forminator-button-submit-search:hover i, .forminator-button-submit-search:focus i, .forminator-button-submit-search:focus-visible i, .forminator-button-submit-search.active i {
    color: var(--noir);
  }
}

.reverse {
  flex-direction: row-reverse;
}

.bleu {
  border-color: var(--bleuTClair);
}
@media (min-width: 999.98px) {
  .bleu:hover, .bleu:focus, .bleu:focus-visible, .bleu.active {
    background: var(--bleuTClair);
  }
}

.menuList {
  padding: 0;
  margin: 0;
  list-style: none;
}

.level1 {
  height: 100%;
  display: flex;
  gap: 58px;
  align-items: center;
  justify-content: flex-end;
}
.level1 > li {
  display: flex;
  align-items: center;
  height: 100%;
  border-bottom: 5px solid transparent;
  transition: 0.5s all;
}
.level1 > li > a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-align: right;
  color: var(--noir);
}
@media screen and (max-width: 1550px) {
  .level1 > li > a {
    font-size: 16px;
  }
}
.level1 > li > a > span {
  font-size: 12px;
  color: var(--orange) !important;
  position: relative;
  top: -2px;
  margin-left: 5px;
}
.level1 > li.stay-open {
  border-bottom: 5px solid var(--orange);
}
.level1 > li.stay-open .sousMenu {
  pointer-events: all;
  opacity: 1;
}

.sousMenu {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  border-top: 3px solid rgba(0, 0, 0, 0.2);
  z-index: 9;
  top: 100%;
  padding: 50px;
  background: var(--jauneTClair) url("../imgs/autres/menuBg.png") center center;
  background-repeat: no-repeat;
  border-bottom: 3px solid var(--vert);
  transition: 0.5s all;
}
@media screen and (min-width: 1000px) {
  .sousMenu {
    pointer-events: none;
  }
}

.sousMenuTitre {
  color: var(--bleu);
  font-weight: 600;
  font-size: 52px;
  line-height: 70px;
  margin-bottom: 38px;
  display: block;
}
.sousMenuTitre:hover {
  color: var(--orange);
}
@media (1000px < width < 1500px) {
  .sousMenuTitre {
    line-height: 1;
    font-size: 26px;
    margin-bottom: 20px;
  }
}

.level2 {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
  column-gap: 75px;
  flex-flow: column wrap;
  align-content: flex-start;
  height: 390px;
}
@media screen and (min-width: 1000px) {
  .level2 > li {
    max-width: 25%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .level2 > li {
    width: calc(25% - 25px);
  }
}
.level2 > li > a {
  font-weight: bold;
  font-size: 25px;
  line-height: 35px;
  color: var(--noir);
}
@media screen and (min-width: 1000px) and (max-width: 1660px) {
  .level2 {
    column-gap: 50px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1500px) {
  .level2 {
    height: 300px;
    column-gap: 25px;
  }
  .level2 > li > a {
    font-size: 16px;
    line-height: 1;
  }
  .sousMenu {
    padding: 20px;
  }
  .level2 .level3 > li > a {
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .level2 {
    flex-flow: row wrap;
    height: auto;
  }
}

.level3 {
  margin-top: 12px;
}
.level3 > li > a {
  display: flex;
  gap: 10px;
}
.level3 > li > a svg {
  margin-top: 7px;
}

.level2 > li > a, .level3 > li > a {
  transition: color 0.5s;
}
.level2 > li > a:hover, .level3 > li > a:hover {
  color: var(--orange);
}

.sousMenuFermer {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 42px;
  width: 42px;
  border-radius: 50px;
  background: var(--orange);
  color: white;
}
@media screen and (max-width: 1000px) {
  .sousMenuFermer {
    display: none;
  }
}

.filtres {
  margin: 0 0 75px 0;
}
@media screen and (max-width: 1000px) {
  .filtres {
    margin-top: 50px;
  }
}
.filtres__block {
  position: relative;
  border: 5px solid var(--jauneF);
  padding: 62px 75px;
}
.filtres__block h2 {
  position: absolute;
  top: -25px;
  left: 41px;
  margin: 0;
  width: fit-content;
  padding: 0 14px;
  background-color: white;
  font-weight: normal;
  font-size: 40px;
  line-height: 43px;
  color: var(--noir);
}
.filtres__block h2 span {
  color: var(--vert);
}
@media screen and (max-width: 1200px) {
  .filtres__block h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .filtres__block h2 {
    font-size: 27px;
    line-height: initial;
  }
}
@media screen and (max-width: 767px) {
  .filtres__block {
    padding: 50px 30px;
  }
  .filtres__block h2 {
    font-size: 26px;
    left: 0;
  }
}
@media screen and (max-width: 565px) {
  .filtres__block h2 {
    font-size: 18px;
  }
}
.filtres__elus {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.filtres__elus .btn {
  text-align: center;
  justify-content: center;
}
.filtres__elus .btn-active {
  background: var(--orange);
}
@media screen and (max-width: 1400px) {
  .filtres__elus .btn {
    width: calc(25% - 14px);
  }
}
@media screen and (max-width: 1200px) {
  .filtres__elus .btn {
    width: calc(33% - 14px);
  }
}
@media screen and (max-width: 1000px) {
  .filtres__elus .btn {
    width: calc(50% - 14px);
  }
}
@media screen and (max-width: 565px) {
  .filtres__elus .btn {
    width: 100%;
  }
}
.filtres__content {
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 48px;
  flex-wrap: wrap;
  column-gap: 64px;
}
.filtres__content__items {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
  max-width: 100%;
}
.filtres__content__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.filtres__content__item label {
  display: flex;
  align-items: center;
  column-gap: 5px;
  padding-right: 5px;
  font-weight: 600;
  font-size: 19px;
  line-height: 26px;
  color: var(--noir);
  text-wrap: nowrap;
  cursor: pointer;
}
.filtres__content__item label svg {
  width: 50px;
  height: 50px;
}
.filtres__content__item > input[type=text] {
  width: 100%;
  height: 48px;
  font-weight: normal;
  font-style: italic;
  font-size: 19px;
  line-height: 28px;
  color: var(--noir);
  padding: 0 10px;
  border: 1px solid var(--noir);
}
.filtres__content__item input[type=checkbox], .filtres__content__item input[type=radio] {
  accent-color: var(--vert);
  cursor: pointer;
  width: 18px;
  height: 18px;
}
.filtres__content__item .nice-select {
  width: 100%;
  min-width: 200px;
  max-width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}
.filtres__content__item .nice-select .current {
  font-weight: normal;
  font-style: italic;
  font-size: 19px;
  line-height: 28px;
  text-align: center;
  color: var(--noir);
  display: block;
  padding-right: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .filtres__content__item .nice-select .current {
    padding-right: 22px;
  }
}
.filtres__content__item .nice-select .nice-select-dropdown {
  width: 100%;
}
.filtres__content__item .nice-select::after {
  border-left: 9.5px solid transparent;
  border-right: 9.5px solid transparent;
  border-bottom: 9px solid var(--noir);
  right: 22px;
  height: auto;
  width: auto;
  transform-origin: center;
  transform: rotate(-180deg);
}
.filtres__content__item .nice-select.open:after {
  transform: rotate(0deg);
}
.filtres__content__buttons {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .filtres__content {
    flex-direction: column;
    row-gap: 48px;
  }
  .filtres__content__items {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .filtres__content__items {
    flex-direction: column;
    row-gap: 24px;
  }
  .filtres__content__check {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .filtres__content__item .nice-select .current, .filtres__content__item label {
    font-size: 16px;
  }
  .filtres__content__item .nice-select .current {
    text-overflow: ellipsis;
    width: calc(100% - 40px);
    overflow: hidden;
    text-align: left;
  }
  .filtres__content__check {
    flex-direction: column;
  }
}
@media screen and (max-width: 565px) {
  .filtres__content__item {
    align-items: start;
    flex-direction: column;
  }
  .filtres__content__item label svg {
    width: 30px;
    height: 30px;
  }
  .filtres__content__buttons {
    flex-direction: column;
    row-gap: 24px;
  }
  .filtres__content__check .filtres__content__item {
    align-items: center;
    flex-direction: row;
  }
}
.filtres .candidature {
  display: block;
  margin: 40px auto 40px auto;
  width: fit-content;
}
@media screen and (max-width: 565px) {
  .filtres .candidature {
    font-size: 13px;
  }
}

.filtres__content:has(.filtres__content__check) {
  flex-direction: column;
}

.filtres__content__check {
  width: 100%;
  flex: 1;
  flex-flow: row wrap;
  justify-content: center;
}
.filtres__content__check .filtres__content__item {
  width: auto;
}

.filtres-dispositifs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.filtres-dispositifs h3 {
  grid-column: 1/-1;
}
@media screen and (max-width: 1400px) {
  .filtres-dispositifs {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1200px) {
  .filtres-dispositifs {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .filtres-dispositifs {
    grid-template-columns: 1fr;
  }
}
.filtres-dispositifs .filtres__content__item {
  justify-content: start;
  gap: 5px;
}

.sectionTitre {
  background: var(--jauneClair);
  position: relative;
}
.sectionTitre .container {
  display: flex;
  align-items: center;
}
.sectionTitre h1 {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.07;
  letter-spacing: 0.04em;
  margin: 0;
  color: var(--noir);
}
@media screen and (max-width: 1400px) {
  .sectionTitre h1 {
    font-size: 32px;
  }
}
.sectionTitre .left {
  width: max(100% - 560px, 800px);
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  height: 100%;
  z-index: 2;
}
.sectionTitre .left p {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: var(--noir);
  margin-right: 60px;
}
@media screen and (max-width: 1400px) {
  .sectionTitre .left {
    width: 100%;
    padding: 25px 35px;
  }
  .sectionTitre .left p {
    margin-right: 0;
  }
}
@media screen and (max-width: 792px) {
  .sectionTitre .left {
    padding: 5px 0;
    text-align: center;
  }
}
.sectionTitre .right {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  right: 0;
}
.sectionTitre .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(142px 0, 100% 0, 100% 100%, 0 100%);
}
.sectionTitre .right::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: calc(100% - 158px);
  z-index: -1;
  width: 541px;
  background: url("../imgs/autres/fondImg.png") no-repeat -20px center;
}
@media screen and (max-width: 1400px) {
  .sectionTitre .right {
    display: none;
  }
}

.noImg {
  background: url("../imgs/autres/bg-noImg.svg") no-repeat -20px center;
  min-height: 180px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.noImg .left {
  width: 100%;
}

.hasImg {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 1400px) {
  .hasImg {
    height: 400px;
  }
}

.hasCtas {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .hasCtas {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.hasCtas .btn {
  flex: none;
}

.bottomTitre {
  margin-top: 30px;
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .bottomTitre {
    display: none;
  }
}

.share {
  background: white;
  height: 41px;
  align-items: center;
  padding-left: 20px;
  border-radius: 5px 5px 0 0;
  padding-right: 20px;
  gap: 20px;
  display: flex;
  color: var(--gris);
}
.share ul {
  display: flex;
  gap: 20px;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin: 6px 0 0 0;
}
.share span {
  font-size: 16px;
  text-wrap: nowrap;
}

.d-none {
  display: none;
}

.ariane {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: var(--orange);
}
@media screen and (max-width: 1000px) {
  .ariane {
    display: none;
  }
}
.ariane ul {
  display: flex;
  column-gap: 50px;
  list-style: none;
  padding-left: 0;
  align-items: center;
  flex-wrap: wrap;
}
.ariane ul li {
  position: relative;
}
.ariane ul li:not(:last-child)::after {
  position: absolute;
  left: calc(100% + 14px);
  top: 48%;
  transform: translateY(-50%);
  content: "";
  width: 21px;
  height: 11px;
  background: url("../imgs/autres/separator.svg") no-repeat;
}
.ariane ul a {
  position: relative;
}
.ariane ul a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: all 0.5s;
}
@media (min-width: 999.98px) {
  .ariane ul a:hover::after, .ariane ul a:focus::after, .ariane ul a:focus-visible::after, .ariane ul a.active::after {
    width: 100%;
  }
}
.ariane span {
  color: var(--noir);
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  max-width: 35ch;
  text-overflow: ellipsis;
  margin-top: 5px;
}

aside {
  position: sticky;
  top: 210px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  max-width: min(95vw, 285px);
  width: 100%;
  flex: none;
}
aside .wysiwyg > * {
  margin: 0 0 20px 0;
}
aside img {
  object-fit: contain;
  height: auto;
}
aside .bloc h2 {
  position: relative;
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  color: var(--noir);
  margin: 0 0 20px;
}
aside .bloc h2 span {
  position: relative;
  z-index: 1;
  padding-right: 8px;
  background-color: #fff;
}
aside .bar h2::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  height: 2px;
  background-color: var(--orange);
}
aside .bar ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
aside .bar ul li {
  list-style: none;
  padding-bottom: 15px;
  border-bottom: 5px solid var(--jauneClair);
}
aside .bar ul li a {
  display: flex;
  align-items: center;
  column-gap: 12px;
  font-size: 16px;
  line-height: 23px;
  color: var(--noir);
  transition: color 0.5s ease;
}
@media (min-width: 999.98px) {
  aside .bar ul li a:hover, aside .bar ul li a:focus, aside .bar ul li a:focus-visible, aside .bar ul li a.active {
    color: var(--orange);
  }
}
aside .nobar h2 span {
  position: relative;
  padding-right: 22px;
  background: none;
}
aside .nobar h2::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 142px;
  height: 21.99px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, calc(100% - 7px) 100%, 0 100%);
}
aside .nobar h2 + div > img:first-child {
  margin-top: -32px;
}
@media screen and (max-width: 1200px) {
  aside {
    max-width: 100%;
  }
}

div.dialog-type-lightbox {
  z-index: 99999;
}

.teaser {
  display: block;
  max-width: 359px;
  width: 100%;
}
.teaser > .top > img {
  width: 100%;
  transition: all 0.5s;
}
.teaser .top {
  position: relative;
}
.teaser .top .tag {
  font-size: 10px;
  position: absolute;
  display: flex;
  min-height: 19px;
  align-items: center;
  top: 15px;
  left: 15px;
  max-width: calc(100% - 30px);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.8);
  padding-left: 12px;
  padding-right: 12px;
  color: var(--noir);
  transition: 0.5s all;
}
.teaser .top .tag svg {
  height: 15px;
  max-width: 16px;
  transition: 0.5s all;
  margin-left: -6px;
  margin-right: 6px;
  fill: var(--blanc);
}
.teaser .top .tag-list {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
  row-gap: 8px;
  top: 0;
  left: 0;
}
.teaser .top .tag-list .tag {
  position: relative;
  color: var(--noir);
}
.teaser .top .tag-list .tag svg {
  fill: var(--noir);
  flex: none;
}
.teaser .top .tag-list .tag:first-child {
  color: var(--noir);
}
.teaser .top .tag-list .tag:first-child svg {
  fill: var(--noir);
}
.teaser .top .time {
  position: absolute;
  right: -2px;
  bottom: 3px;
  padding-left: 20px;
  padding-right: 2px;
  padding-top: 4px;
  font-size: 18px;
  line-height: 29px;
  color: var(--grisClair);
  background: var(--blanc);
  clip-path: polygon(7px 0, 100% 0, 100% 100%, 0 100%);
  transition: 0.5s all;
}
.teaser .bottom {
  padding-top: 10px;
  font-size: 15px;
  color: var(--gris);
  transition: 0.5s all;
}
.teaser .bottom-emploi {
  margin-top: 8px;
}
.teaser .bottom-emploi p {
  margin: 0 0 4px 0;
}
.teaser .bottom > strong {
  font-weight: bold;
  font-size: 22px;
  line-height: 29px;
}
.teaser .bottom strong {
  color: var(--noir);
  transition: 0.5s all;
  display: block;
}
@media (min-width: 999.98px) {
  .teaser:hover .top > img, .teaser:focus .top > img, .teaser:focus-visible .top > img, .teaser.active .top > img {
    filter: brightness(1.2);
  }
  .teaser:hover .top .tag, .teaser:focus .top .tag, .teaser:focus-visible .top .tag, .teaser.active .top .tag {
    background: var(--blanc);
    color: var(--orange) !important;
  }
  .teaser:hover .top .tag svg, .teaser:focus .top .tag svg, .teaser:focus-visible .top .tag svg, .teaser.active .top .tag svg {
    fill: var(--orange) !important;
  }
  .teaser:hover .top .time, .teaser:focus .top .time, .teaser:focus-visible .top .time, .teaser.active .top .time {
    color: var(--noir);
  }
  .teaser:hover .bottom, .teaser:focus .bottom, .teaser:focus-visible .bottom, .teaser.active .bottom {
    color: var(--noir);
  }
  .teaser:hover .bottom strong, .teaser:focus .bottom strong, .teaser:focus-visible .bottom strong, .teaser.active .bottom strong {
    color: var(--orange);
  }
  .teaser:hover .bottom span, .teaser:focus .bottom span, .teaser:focus-visible .bottom span, .teaser.active .bottom span {
    background: var(--orange);
  }
  .teaser:hover .btn, .teaser:focus .btn, .teaser:focus-visible .btn, .teaser.active .btn {
    background: var(--orange);
  }
}

.hover {
  position: relative;
}
.hover .top {
  background: black;
  line-height: 0;
}
.hover .top .time {
  bottom: -1px;
}
.hover img {
  transition: all 0.5s;
}
.hover .return {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 15px;
  right: 15px;
  color: white;
  opacity: 0;
  transition: all 0.5s;
}
.hover .return p {
  line-height: normal;
}
.hover .return .return-btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 40px;
}
.hover .return .return-btn .btn {
  background: white;
  justify-content: center;
  padding: 10px 0;
  width: 100%;
}
@media (min-width: 999.98px) {
  .hover .return .return-btn .btn:hover, .hover .return .return-btn .btn:focus, .hover .return .return-btn .btn:focus-visible, .hover .return .return-btn .btn.active {
    background: var(--orange);
  }
}
@media (min-width: 999.98px) {
  .hover:hover img, .hover:focus img, .hover:focus-visible img, .hover.active img {
    opacity: 0.4;
    background: black;
  }
  .hover:hover .return, .hover:focus .return, .hover:focus-visible .return, .hover.active .return {
    opacity: 1;
  }
}

.content {
  flex: 1;
  max-width: 100%;
}
.content .candidature {
  display: block;
  margin: -40px auto 40px auto;
  text-align: center;
  width: fit-content;
}
@media screen and (max-width: 500px) {
  .content .candidature {
    margin: 0 auto 40px auto;
    font-size: 12px;
  }
}

.container:has(> aside) .content {
  max-width: min(70vw, 1118px);
}
@media screen and (max-width: 1200px) {
  .container:has(> aside) .content {
    max-width: 100%;
  }
}

.informations {
  margin-bottom: 80px;
}
.informations h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 43px;
  text-align: left;
  color: var(--bleu);
  background-color: white;
  position: relative;
  z-index: 9;
  padding: 0 14px;
  width: fit-content;
  margin: 0 0px -19px 41px;
}
.informations h2 span {
  color: var(--noir);
}
.informations .items {
  border: 5px solid var(--jauneF);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 49px 0;
}
.informations .items .item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  text-align: center;
  row-gap: 18px;
  padding: 4px 34px;
  border-right: 2px solid var(--grisClair50);
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  color: var(--noir);
}
.informations .items .item svg {
  height: 55px;
  max-width: 60px;
  fill: var(--bleu);
}
.informations .items .item i {
  font-size: 55px;
  color: var(--bleu);
}
.informations .items .item-label {
  display: block;
  margin-bottom: -18px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: var(--bleu);
}
@media screen and (max-width: 565px) {
  .informations .items .item-label {
    margin-bottom: -8px;
  }
}
.informations .items .item:last-child {
  border-right: none;
}
@media screen and (max-width: 1400px) {
  .informations .items .item {
    padding: 4px 4px;
  }
}
.informations .items .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 6px;
  justify-content: center;
}
.informations .items .tags .tag {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: var(--orange);
  padding: 2px 10px;
  border-radius: 13.5px;
  background: var(--orangeTC);
}
.informations .items .etiquettes, .informations .items .pdf {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.informations .items .pdf {
  padding: 4px 0;
}
.informations .items .pdf a {
  position: relative;
  margin: 12px 12px 0 12px;
  transition: all 0.25s;
}
.informations .items .pdf a i {
  margin-left: 8px;
}
.informations .items .pdf a span {
  text-wrap: nowrap;
}
@media (min-width: 999.98px) {
  .informations .items .pdf a:hover, .informations .items .pdf a:focus, .informations .items .pdf a:focus-visible, .informations .items .pdf a.active {
    color: var(--bleu);
  }
}
.informations .items .pdf a::after {
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px solid var(--bleu);
}
@media screen and (max-width: 767px) {
  .informations .items .pdf {
    padding: 0 0 25px !important;
  }
}
@media screen and (max-width: 1000px) {
  .informations .items {
    grid-template-columns: repeat(2, 1fr);
    padding: 50px 0 25px;
    gap: 25px 0;
  }
  .informations .items .item {
    padding: 4px 34px;
  }
  .informations .items .item:nth-child(2n) {
    border-right: none;
  }
}
@media screen and (max-width: 565px) {
  .informations .items {
    grid-template-columns: 1fr;
    padding: 25px 0 0;
    gap: 25px 0;
  }
  .informations .items .item {
    border-right: none;
    border-bottom: 2px solid var(--grisClair50);
    padding: 0 34px 25px;
    row-gap: 8px;
    font-size: 16px;
    line-height: 23px;
  }
  .informations .items .item svg {
    width: 30px;
  }
  .informations .items .item:last-child {
    border-bottom: none;
  }
}
.informations .items-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1000px) {
  .informations .items-3 .item:nth-child(2n) {
    border-right: 2px solid var(--grisClair50);
  }
}
@media screen and (max-width: 767px) {
  .informations .items-3 {
    grid-template-columns: 1fr;
  }
  .informations .items-3 .item {
    border-right: none !important;
    border-bottom: 2px solid var(--grisClair50);
    padding: 0 34px 25px;
  }
  .informations .items-3 .item:last-child {
    border-bottom: none;
  }
}
.informations .items-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1200px) {
  .informations .items-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  .informations .items-4 .item:nth-child(2n) {
    border-right: 2px solid var(--grisClair50);
  }
}
@media screen and (max-width: 767px) {
  .informations .items-4 {
    grid-template-columns: 1fr;
  }
  .informations .items-4 .item {
    border-right: none !important;
    border-bottom: 2px solid var(--grisClair50);
    padding: 0 34px 25px;
  }
  .informations .items-4 .item:last-child {
    border-bottom: none;
  }
}
.informations .items-6 {
  grid-template-columns: repeat(3, 1fr);
  row-gap: 34px;
}
.informations .items-6 .item:nth-child(3n) {
  border-right: none;
}
@media screen and (max-width: 1000px) {
  .informations .items-6 .item:nth-child(2n) {
    border-right: 2px solid var(--grisClair50);
  }
  .informations .items-6 .item:nth-child(3n) {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .informations .items-6 {
    grid-template-columns: repeat(2, 1fr);
  }
  .informations .items-6 .item {
    border-right: 2px solid var(--grisClair50);
  }
  .informations .items-6 .item:nth-child(3n) {
    border-right: 2px solid var(--grisClair50);
  }
  .informations .items-6 .item:nth-child(2n) {
    border-right: none;
  }
}
@media screen and (max-width: 565px) {
  .informations .items-6 {
    grid-template-columns: 1fr;
  }
  .informations .items-6 .item {
    border-right: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .informations {
    margin-top: 70px;
  }
  .informations h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 500px) {
  .informations {
    margin: 35px 0;
  }
  .informations h2 {
    font-size: 22px;
    margin: 0 0px -19px 10px;
  }
}

.informations + .btn-postuler {
  margin-top: -40px;
}
@media screen and (max-width: 500px) {
  .informations + .btn-postuler {
    margin-top: 0;
    text-align: center;
    padding: 10px 0;
    width: 100%;
  }
}

.contact {
  margin-top: 80px;
}
.contact h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 43px;
  text-align: left;
  color: var(--orange);
  background-color: white;
  position: relative;
  z-index: 9;
  padding: 0 14px;
  width: fit-content;
  margin: 0 0px -19px 41px;
}
.contact h2 span {
  color: var(--noir);
}
@media screen and (max-width: 1000px) {
  .contact {
    margin-top: 70px;
  }
  .contact h2 {
    font-size: 32px;
    line-height: initial;
  }
}
@media screen and (max-width: 500px) {
  .contact {
    margin: 35px 0;
  }
  .contact h2 {
    font-size: 22px;
    line-height: initial;
    margin: 0 0px -19px 10px;
  }
}
.contact-block {
  border: 5px solid var(--jauneF);
  padding: 40px 55px 30px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.contact-block__user h3 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  color: var(--orange);
  margin: 0;
}
.contact-block__item {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--noir);
}
.contact-block__label {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid var(--grisClair50);
  padding-bottom: 10px;
}
.contact-block__label a {
  transition: all 0.25s;
}
@media (min-width: 999.98px) {
  .contact-block__label a:hover, .contact-block__label a:focus, .contact-block__label a:focus-visible, .contact-block__label a.active {
    color: var(--orange);
  }
}
@media screen and (max-width: 767px) {
  .contact-block__label {
    grid-template-columns: 1fr;
  }
  .contact-block__label span {
    color: var(--grisClair);
    font-size: 14px;
  }
}
.contact-block :last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .contact-block {
    padding: 30px 10px 20px;
  }
}

.forminator-multi-upload, .forminator-file-upload {
  position: relative;
}
.forminator-multi-upload h4, .forminator-file-upload h4 {
  margin-top: 0;
  font-size: 16px;
}
.forminator-multi-upload input, .forminator-file-upload input {
  opacity: 0;
  min-height: 60px;
  width: 100%;
  cursor: pointer;
}
.forminator-multi-upload:after, .forminator-file-upload:after {
  cursor: pointer;
  position: absolute;
  top: 0;
  pointer-events: none;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "Cliquez ici pour téléverser des fichiers";
  right: 0;
  background: rgba(234, 243, 245, 0.5019607843);
  color: #000;
  border: 2px dashed #e8e8e8;
}
.forminator-multi-upload.valued:after, .forminator-file-upload.valued:after {
  content: attr(data-name);
}

.forminator-ui * {
  font-family: var(--ff);
}
.forminator-ui p {
  margin-top: 3px;
  margin-bottom: 0;
}
.forminator-ui .form-row {
  margin-bottom: 15px;
}
.forminator-ui .forminator-show.forminator-success {
  background: var(--vert);
  padding: 15px;
  margin-bottom: 15px;
  color: white;
}
.forminator-ui label:not(.forminator-checkbox, .forminator-radio), .forminator-ui .forminator-label:not(.forminator-checkbox, .forminator-radio) {
  font-weight: 500;
  color: var(--dark);
  margin-bottom: 10px;
  display: block;
}
.forminator-ui .forminator-input-with-icon {
  position: relative;
}
.forminator-ui .forminator-input-with-icon > label {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.forminator-ui .forminator-response-message.forminator-accessible :not(:empty), .forminator-ui .forminator-error :not(:empty) {
  color: white;
  padding: 20px;
  background: var(--rose);
  margin-bottom: 20px;
}
.forminator-ui .forminator-response-message.forminator-accessible :not(:empty) ul, .forminator-ui .forminator-error :not(:empty) ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.forminator-ui .forminator-response-message.forminator-accessible :not(:empty) ul :first-child, .forminator-ui .forminator-error :not(:empty) ul :first-child {
  margin-top: 0;
}
.forminator-ui .forminator-response-message.forminator-accessible :not(:empty) ul li, .forminator-ui .forminator-error :not(:empty) ul li {
  color: white;
}
.forminator-ui .select2 {
  min-width: 100%;
  border: 1px solid #e8e8e8;
  border-radius: 50px;
}
.forminator-ui .select2 .select2-selection__rendered {
  padding-top: 2px;
  background: rgba(234, 243, 245, 0.5019607843);
}
.forminator-ui .select2 .select2-selection__arrow b::after {
  color: var(--vert);
}
.forminator-ui .forminator-error-message {
  color: rgba(238, 255, 85, 0);
  display: flex;
  font-weight: bold;
  font-size: 0.875rem;
  margin-top: 5px;
}
.forminator-ui input[type=text],
.forminator-ui input[type=password],
.forminator-ui input[type=tel],
.forminator-ui input[type=email],
.forminator-ui input[type=url],
.forminator-ui input.forminator-number--field,
.forminator-ui textarea {
  appearance: none;
  display: flex;
  border: 2px solid #e8e8e8;
  border-radius: 25px;
  width: 100%;
  padding: 16px 30px 13px;
}
.forminator-ui .forminator-radio {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 0 5px 0;
}
.forminator-ui .forminator-radio .forminator-radio-bullet {
  width: 20px;
  height: 20px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--vert);
  border-radius: 20px;
  margin: 0 10px 0 0;
  cursor: pointer;
}
.forminator-ui .forminator-radio .forminator-radio-bullet::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--vert);
  border-radius: 10px;
  display: block;
  opacity: 0;
  transition: var(--transition);
}
.forminator-ui .forminator-radio .forminator-radio-label {
  cursor: pointer;
}
.forminator-ui .forminator-radio input[type=radio] {
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  padding: 0;
  border: 0;
  outline: 0;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  display: block;
}
.forminator-ui .forminator-radio input[type=radio]:checked + .forminator-radio-bullet::before {
  opacity: 1;
}
.forminator-ui .forminator-button-submit {
  margin: 0 auto;
  display: inherit;
}
.forminator-ui .forminator-checkbox__wrapper {
  display: flex;
}
.forminator-ui .forminator-checkbox__wrapper .forminator-checkbox__label {
  padding-left: 15px;
}
.forminator-ui input[type=checkbox] {
  opacity: 0;
}
.forminator-ui input[type=checkbox]:checked + .forminator-checkbox-box::after {
  background: var(--vert);
  box-shadow: inset 0 0 0 2px white;
}
.forminator-ui .forminator-checkbox-box {
  cursor: pointer;
  width: 20px;
  display: inline-block;
  height: 20px;
  position: relative;
  top: 3px;
  right: 10px;
}
.forminator-ui .forminator-checkbox-box::after {
  position: absolute;
  border: 1px solid var(--vert);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: white;
}
.forminator-ui .forminator-description {
  display: block;
  margin: 20px 0 0 0;
}
.forminator-ui .forminator-checkbox {
  padding: 0 0 0 10px;
  margin: 0 30px 0 0;
  cursor: pointer;
}
.forminator-ui .forminator-uploaded-files {
  display: none;
}
.forminator-ui .forminator-uploaded-files.forminator-has-files {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: rgba(234, 243, 245, 0.4980392157);
  border: 1px solid #e8e8e8;
  width: 100%;
  padding: 10px 30px;
  margin: 10px 0 0 0;
  row-gap: 10px;
}
.forminator-ui .forminator-uploaded-files.forminator-has-files .forminator-uploaded-file--content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.forminator-ui .forminator-uploaded-files.forminator-has-files .forminator-uploaded-file--content .forminator-uploaded-file--preview {
  margin: 0 15px 0 0;
}
.forminator-ui .forminator-uploaded-files.forminator-has-files .forminator-uploaded-file--content .forminator-uploaded-file--text {
  max-width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 15px;
}
.forminator-ui .forminator-uploaded-files.forminator-has-files .forminator-uploaded-file--content .forminator-uploaded-file--text p {
  margin: 0;
}
.forminator-ui .forminator-uploaded-files.forminator-has-files .forminator-uploaded-file--content .forminator-uploaded-file--text .forminator-icon-warning::before {
  color: var(--jaune);
}
.forminator-ui .forminator-uploaded-files.forminator-has-files .forminator-uploaded-file--content .forminator-uploaded-file--text .progress-percentage {
  padding: 0 10px;
}
.forminator-ui .forminator-uploaded-files.forminator-has-files .forminator-uploaded-file--content .forminator-icon-close::before {
  color: var(--jaune);
}
.forminator-ui .forminator-uploaded-files.forminator-has-files .forminator-uploaded-file--content .forminator-icon-file::before {
  color: var(--vert);
}

.ui-datepicker {
  background: white;
  padding: 10px;
  border: 1px solid var(--gris);
}
.ui-datepicker select {
  border: none;
}
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
  display: none;
}
.ui-datepicker table {
  margin-top: 15px;
  text-align: center;
}
.ui-datepicker table td a {
  display: block;
  padding: 6px;
}
.ui-datepicker a {
  text-decoration: none;
  color: var(--dark);
}

.forminator-g-recaptcha.cmplz-blocked-content-container {
  background: var(--bleu) !important;
}
.forminator-g-recaptcha.cmplz-blocked-content-container a {
  text-decoration: underline;
  font-style: italic;
}
.forminator-g-recaptcha.cmplz-blocked-content-container .cmplz-accept-service {
  background: white;
  color: var(--noir);
  padding: 5px 15px;
}

.forminator-has_error input, .forminator-has_error textarea {
  border-color: var(--rose) !important;
}
.forminator-has_error .forminator-error-message {
  color: var(--rose);
}

.pagination {
  margin: 116px 0;
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  padding-left: 0;
}
.pagination ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  border-radius: 55px;
  transition: all 0.25s;
  color: var(--gris);
}
.pagination ul a svg path {
  transition: all 0.25s;
}
.pagination ul a:hover {
  color: var(--orange);
}
.pagination ul a.active {
  background-color: var(--orange);
  color: white;
}
.pagination ul a.active:hover {
  color: white;
}
@media screen and (max-width: 767px) {
  .pagination ul a {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
.pagination ul .fleche {
  margin: 0 22px;
}
.pagination ul .fleche:hover svg path {
  fill: var(--orange);
}
@media screen and (max-width: 767px) {
  .pagination ul .fleche {
    margin: 0 12px;
  }
  .pagination ul .fleche svg {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .pagination {
    margin: 60px 0;
  }
}

.enfants {
  margin: 83px 0;
}
.enfants .enfants__container {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  grid-gap: 20px;
}
.enfants .enfants__item .enfants__img {
  position: relative;
  line-height: 0;
  width: fit-content;
}
.enfants .enfants__item .enfants__img::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: var(--filterimg);
}
.enfants .enfants__item .enfants__text {
  margin: -49px 49px 0 0;
  width: fit-content;
  padding-top: 24px;
  padding-right: 40px;
  background-color: #fff;
  clip-path: polygon(0 0, calc(100% - 17px) 0, 100% 100%, 0 100%);
  font-weight: bold;
  font-size: 22px;
  line-height: 29px;
  color: var(--noir);
  transition: all 0.25s;
}
@media (min-width: 999.98px) {
  .enfants .enfants__item:hover .enfants__text, .enfants .enfants__item:focus .enfants__text, .enfants .enfants__item:focus-visible .enfants__text, .enfants .enfants__item.active .enfants__text {
    color: var(--orange);
  }
}
@media (max-width: 1400.01px) {
  .enfants .enfants__item .enfants__text {
    margin: -29px 10px 0 0;
    padding-top: 14px;
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1200px) {
  .enfants .enfants__container {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
  .enfants .enfants__item {
    margin: auto;
    height: 100%;
  }
  .enfants .enfants__item .enfants__img {
    margin: auto;
  }
  .enfants .enfants__item .enfants__text {
    margin: -29px 0px 0 0;
    max-width: 359px;
  }
}
@media screen and (max-width: 767px) {
  .enfants .enfants__container {
    grid-template-columns: repeat(1, 1fr);
  }
  .enfants .enfants__container .enfants__item {
    max-width: 359px;
    width: 100%;
    height: auto;
  }
}

.actu-link {
  margin: 83px 0;
}
.actu-link__container {
  padding: 60px 150px 0;
}
.actu-link__container .slick-arrow {
  width: 76px;
  height: 180px;
  position: absolute;
  top: 270px;
  z-index: 1;
}
.actu-link__container .slick-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 40.44px;
  height: 19.59px;
  background-image: url("../imgs/svg/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.actu-link__container .slick-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  width: 76px;
  height: 180px;
  background-image: url("../imgs/svg/circle.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.actu-link__container .slick-arrow.slick-prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.actu-link__container .slick-arrow.slick-next {
  right: 0;
}
.actu-link__container .slick-dots {
  position: relative;
  margin-top: 10px;
  display: none !important;
}
@media screen and (max-width: 1400px) {
  .actu-link__container {
    padding: 60px 100px 0;
  }
}
@media screen and (max-width: 1200px) {
  .actu-link__container {
    padding: 60px 0 0;
  }
  .actu-link__container .slick-arrow {
    display: none !important;
  }
  .actu-link__container .slick-dots {
    display: block !important;
  }
}
.actu-link .teaser {
  max-width: 283px;
  margin: auto;
}
.actu-link .teaser .top img {
  height: 409px;
  object-fit: cover;
}
.actu-link .teaser .top::after {
  content: "";
  position: absolute;
  bottom: 22px;
  right: 23px;
  width: 48px;
  height: 48px;
  background-color: var(--orange);
  background-image: url("../imgs/svg/s-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: 0.5s all;
}
.actu-link .teaser .bottom .title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 999.98px) {
  .actu-link .teaser:hover .top::after, .actu-link .teaser:focus .top::after, .actu-link .teaser:focus-visible .top::after, .actu-link .teaser.active .top::after {
    opacity: 1;
  }
}

.eco-btn {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
  column-gap: 10px;
}
.eco-btn span {
  font-size: 13px;
  font-weight: 500;
}

.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 21px;
  line-height: 21px;
}

.switch input {
  position: relative;
  opacity: 0;
  width: 0;
  height: 0;
}

.switcher {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
}

.switcher:before {
  position: absolute;
  content: "";
  height: 9px;
  width: 9px;
  left: 6px;
  bottom: 4px;
  border: 1px solid var(--noir);
  transition: 0.4s;
}

input:checked + .switcher {
  background-color: var(--vertC);
}

input:focus + .switcher {
  box-shadow: 0 0 1px var(--vertC);
}

input:checked + .switcher:before {
  transform: translateX(18px); /* Adjusted translation */
  background-color: var(--noir);
}

/* Rounded switchers */
.switcher.round {
  border-radius: 21px;
  border: 1px solid var(--noir);
}

.switcher.round:before {
  border-radius: 50%;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.5);
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  pointer-events: none;
  opacity: 0;
  transition: var(--transition);
}
.modal.active {
  pointer-events: all;
  opacity: 1;
}
.modal .flex {
  margin-top: 30px;
  gap: 20px;
}
.modal .modal__content {
  background: white;
  padding: 30px;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  border-radius: 15px;
}
.modal .modal__content .modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  color: var(--dark);
}
.modal .modal__content .wysiwyg h2 {
  font-size: 30px;
  margin: 0;
}
.modal .modal__content .wysiwyg p {
  margin-bottom: 30px;
  font-size: 14px;
  text-align: left;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title {
  font-size: 15px;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-right {
  right: -200px !important;
}
@media screen and (max-width: 1400px) {
  #pojo-a11y-toolbar.pojo-a11y-toolbar-right {
    top: 300px !important;
  }
}
@media screen and (max-width: 1000px) {
  #pojo-a11y-toolbar.pojo-a11y-toolbar-right {
    top: 100px !important;
  }
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
  width: 200px !important;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
  right: 200px !important;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a {
  font-size: 92% !important;
  text-decoration: none;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-right.pojo-a11y-toolbar-open {
  right: 0 !important;
}

#pojo-a11y-toolbar {
  z-index: 10002 !important;
}

body.pojo-a11y-grayscale {
  overflow: visible;
}

html body.pojo-a11y-grayscale {
  filter: none;
  -webkit-filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
html body.pojo-a11y-grayscale > * {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
html body.pojo-a11y-grayscale .pojo-a11y-toolbar-right {
  /*margin-right: -200px;*/
}
html body.pojo-a11y-grayscale .pojo-a11y-toolbar-open {
  margin-right: 0;
}
html body.pojo-a11y-grayscale #pojo-a11y-toolbar {
  /*position: sticky;*/
  display: flex;
  justify-content: right;
  height: 0;
  transition: all 750ms cubic-bezier(0.23, 1, 0.32, 1);
}
html body.pojo-a11y-grayscale #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
  border: none;
}
html body.pojo-a11y-grayscale #pojo-a11y-toolbar .pojo-a11y-toolbar-inner {
  background-color: white;
  border: 1px solid #4054b2;
}

body.admin_bar.pojo-a11y-grayscale {
  margin-top: -32px !important;
}
body.admin_bar.pojo-a11y-grayscale header {
  margin-top: 32px;
}

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