@charset "UTF-8";
/* 
Theme Name: SNUEP Académie
Author: Alain Villatte
Author URI:https://harfangstudio.ca
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 7.2
Version: 1.0.6
*/
/**** base ****/
* {
  box-sizing: border-box;
}

html {
  font-size: 3.45vw;
}
@media (min-width: 768px) {
  html {
    font-size: 2.1vw;
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 0.85vw;
  }
}

body {
  color: var(--wp--preset--color--texte);
  overflow-x: hidden;
  font-family: var(--wp--preset--font-family--plus-jakarta-sans);
  font-size: 1.33rem;
}

header {
  position: fixed;
  top: 0;
  z-index: 9999;
  height: inherit;
  width: 100%;
}

main {
  margin-bottom: 5vw;
}

content {
  display: flow-root;
  padding: 0 5%;
}
@media (min-width: 1024px) {
  content {
    padding: 0 10%;
  }
}

footer {
  width: 100vw;
  padding: 0;
}

a {
  text-decoration: none;
  color: var(--wp--preset--color--violet-1);
}
a:hover {
  color: var(--wp--preset--color--violet-3);
}

#snuep-spacer-header {
  height: 42dvh;
}
@media (min-width: 1024px) {
  #snuep-spacer-header {
    height: 24vw;
  }
}

.snuep-fleche:before {
  content: "";
  background-color: var(--wp--preset--color--violet-snuep);
  -webkit-mask-image: url("./assets/images/picto_fleche.svg");
          mask-image: url("./assets/images/picto_fleche.svg");
  -webkit-mask-size: 32px;
          mask-size: 32px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 32px;
  width: 32px;
  display: inline-block;
  vertical-align: middle;
}

.snuep-lien {
  cursor: pointer;
}
.snuep-lien a {
  text-decoration: none;
  color: var(--wp--preset--color--base);
  padding: 2vw 2vw 2vw 1vw;
  background-color: var(--wp--preset--color--violet-1);
}
@media (min-width: 1024px) {
  .snuep-lien a {
    padding: 0.6vw 2vw 0.6vw 1vw;
  }
}
.snuep-lien a::before {
  content: "";
  background-color: var(--wp--preset--color--base);
  -webkit-mask-image: url("./assets/images/picto_fleche.svg");
          mask-image: url("./assets/images/picto_fleche.svg");
  -webkit-mask-size: 32px;
          mask-size: 32px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 32px;
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 1vw;
  padding-right: 1vw;
}
@media (min-width: 1024px) {
  .snuep-lien a::before {
    padding-right: 0.34vw;
    padding-bottom: 0.34vw;
  }
}
.snuep-lien a:hover {
  background-color: var(--wp--preset--color--violet-5);
  color: var(--wp--preset--color--violet-1);
}
.snuep-lien a:hover::before {
  background-color: var(--wp--preset--color--violet-1);
}

.snuep-breadcrumb {
  padding: 0 5%;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .snuep-breadcrumb {
    padding: 0 10%;
  }
}
.snuep-breadcrumb .fil-arianne a:first-child {
  color: var(--wp--preset--color--violet-snuep);
}
.snuep-breadcrumb p::before {
  content: "";
  -webkit-mask-size: 10vw;
          mask-size: 10vw;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 10vw;
  width: 10vw;
  display: inline-block;
  vertical-align: middle;
  padding-right: 2vw;
}
@media (min-width: 1024px) {
  .snuep-breadcrumb p::before {
    -webkit-mask-size: 2.6vw;
            mask-size: 2.6vw;
    height: 2.6vw;
    width: 2.6vw;
    padding-right: 1vw;
  }
}

/****  Partage réseaux sociaux  ****/
.snuep-social-share {
  display: flex;
  align-items: center;
}

.snuep-social-share figure {
  display: none;
}
@media (min-width: 1024px) {
  .snuep-social-share figure {
    display: inline-block;
    width: 68%;
    margin: 0 1vw 0 0;
  }
}

.snuep-social-share p {
  display: inline-block;
  color: var(--wp--preset--color--titre);
  margin: 0;
}

.snuep-social-share a {
  margin: 0 2vw;
  line-height: 0.16vw;
  fill: var(--wp--preset--color--titre);
}
@media (min-width: 1024px) {
  .snuep-social-share a {
    margin: 0 0.52vw;
  }
}

/*** Fin partage réseaux sociaux ***/
.snuep-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  width: 100%;
  padding: 0 5%;
}
@media (min-width: 1024px) {
  .snuep-pagination {
    padding: 0 10%;
  }
}
.snuep-pagination .snuep-pagination-numbers ul.page-numbers {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  justify-content: flex-start;
  font-family: var(--wp--preset--font-family--plus-jakarta-sans);
  font-size: 1.7rem;
  font-weight: 800;
}
.snuep-pagination .snuep-pagination-numbers ul.page-numbers li {
  padding: 0 1vw;
}
@media (min-width: 1024px) {
  .snuep-pagination .snuep-pagination-numbers ul.page-numbers li {
    padding: 0 0.53vw;
  }
}
.snuep-pagination .snuep-pagination-numbers ul.page-numbers li a {
  color: var(--wp--preset--color--text);
}
.snuep-pagination .snuep-pagination-numbers ul.page-numbers li a:visited {
  color: var(--wp--preset--color--text);
}
.snuep-pagination .snuep-pagination-numbers ul.page-numbers .current {
  color: var(--wp--preset--color--violet-2);
}
.snuep-pagination .snuep-pagination-buttons {
  display: flex;
}
.snuep-pagination .snuep-pagination-buttons a {
  cursor: pointer;
  height: 12vw;
  width: 12vw;
  display: block;
}
@media (min-width: 1024px) {
  .snuep-pagination .snuep-pagination-buttons a {
    height: 3vw;
    width: 3vw;
  }
}
.snuep-pagination .snuep-pagination-buttons .next a {
  background-color: var(--wp--preset--color--titre);
  -webkit-mask-image: url("./assets/images/picto_fleche_slide.svg");
          mask-image: url("./assets/images/picto_fleche_slide.svg");
  -webkit-mask-size: 12vw;
          mask-size: 12vw;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 12vw;
  width: 12vw;
}
@media (min-width: 1024px) {
  .snuep-pagination .snuep-pagination-buttons .next a {
    -webkit-mask-size: 3vw;
            mask-size: 3vw;
    height: 3vw;
    width: 3vw;
  }
}
.snuep-pagination .snuep-pagination-buttons .previous a {
  background-color: var(--wp--preset--color--titre);
  -webkit-mask-image: url("./assets/images/picto_fleche_slide.svg");
          mask-image: url("./assets/images/picto_fleche_slide.svg");
  -webkit-mask-size: 12vw;
          mask-size: 12vw;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transform: rotate(180deg);
  height: 12vw;
  width: 12vw;
}
@media (min-width: 1024px) {
  .snuep-pagination .snuep-pagination-buttons .previous a {
    -webkit-mask-size: 3vw;
            mask-size: 3vw;
    height: 3vw;
    width: 3vw;
  }
}

/***
*
* Exergue
*
***/
.snuep-exergue {
  background-color: var(--wp--preset--color--violet-5);
  padding: 1vw;
}

.snuep-exergue-titre {
  font-size: 1.5833rem;
  color: var(--wp--preset--color--violet-1);
  margin-top: 0;
}

.snuep-exergue-titre::before {
  content: "+";
  background-color: var(--wp--preset--color--violet-1);
  border-radius: 1em;
  color: var(--wp--preset--color--base);
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  line-height: 1em;
  text-align: center;
  margin-right: 0.5em;
  vertical-align: middle;
}

.snuep-exergue-contenu {
  border-left: 10px solid var(--wp--preset--color--violet-4);
  padding-left: 1.8em;
  margin-left: 0.6em !important;
}

/*** Fin Exergue ***/
.snuep-archive-items {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .snuep-archive-items {
    grid-template-columns: repeat(3, 1fr);
  }
}

.snuep-archive-item {
  border: double var(--wp--preset--color--gris-violet-5) 2vw;
  border-image-source: url("./assets/images/cadre-archives-item.svg");
  border-image-repeat: stretch;
  border-image-slice: 100;
  border-image-width: auto;
  background-color: var(--wp--preset--color--gris-violet-5);
  padding-left: 6vw;
  padding-right: 4vw;
  margin: 2vh 0;
}
@media (min-width: 1024px) {
  .snuep-archive-item {
    padding: 0;
    margin: 1vw;
  }
}

.snuep-block-liste .block-items {
  display: grid;
}
@media (min-width: 1024px) {
  .snuep-block-liste .block-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.snuep-block-liste .block-item {
  border: double var(--wp--preset--color--gris-violet-5) 2vw;
  border-image-source: url("./assets/images/cadre-archives-item.svg");
  border-image-repeat: stretch;
  border-image-slice: 100;
  border-image-width: auto;
  background-color: var(--wp--preset--color--gris-violet-5);
  padding-left: 6vw;
  padding-right: 4vw;
  margin: 2vh 0;
}
@media (min-width: 1024px) {
  .snuep-block-liste .block-item {
    padding: 0;
    margin: 1vw;
  }
}

.snuep-block-single {
  border: double var(--snuep--preset--color--fond-exergue) 2vw;
  border-image-source: url("./assets/images/cadre-archives-item.svg");
  border-image-repeat: stretch;
  border-image-slice: 18%;
  border-image-width: 42% 277%;
  padding-top: 3vw;
  padding-bottom: 3vw;
  padding-left: 4vw;
  margin-bottom: 3vw;
  background-color: #fcfcfd;
  display: grid;
}
@media (min-width: 1024px) {
  .snuep-block-single {
    border-image-slice: 104 100;
    border-image-width: auto;
    padding-left: 0;
    grid-template-columns: 1fr 2fr;
  }
}
@media (min-width: 1024px) {
  .snuep-block-single .block-titre {
    margin-left: 4vw;
  }
}
.snuep-block-single .block-content {
  border-left: 0.53vw solid var(--wp--preset--color--violet-3);
  padding-left: 3vw;
}

.search_result {
  padding: 0 5%;
}
@media (min-width: 1024px) {
  .search_result {
    padding: 0 10%;
  }
}

.snuep-search-result-item {
  margin-bottom: 6vh;
}
@media (min-width: 1024px) {
  .snuep-search-result-item {
    margin-bottom: 5vw;
  }
}
.snuep-search-result-item .type {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.snuep-search-result-item .type::before {
  display: inline-block;
  width: 7vw;
  padding-right: 1vw;
}
@media (min-width: 1024px) {
  .snuep-search-result-item .type::before {
    width: 2vw;
    padding-right: 0;
  }
}
.snuep-search-result-item h3 {
  margin: 0;
}
.snuep-search-result-item h3 a {
  color: var(--wp--preset--color--titre);
}
.snuep-search-result-item .date {
  color: var(--wp--preset--color--soutient);
}
.snuep-search-result-item.actualites .type {
  color: var(--wp--preset--color--violet-snuep);
}
.snuep-search-result-item.actualites .type::before {
  content: url("./assets/images/picto_porte_voix_violet.svg");
}
.snuep-search-result-item.metier .type {
  color: var(--wp--preset--color--rose-2);
}
.snuep-search-result-item.metier .type::before {
  content: url("./assets/images/picto_metiers-rose.svg");
}
.snuep-search-result-item.carriere .type {
  color: var(--wp--preset--color--bleu-2);
}
.snuep-search-result-item.carriere .type::before {
  content: url("./assets/images/picto_carriere-bleu.svg");
}
.snuep-search-result-item.diplome .type {
  color: var(--wp--preset--color--orange-2);
}
.snuep-search-result-item.diplome .type::before {
  content: url("./assets/images/picto_diplome-orange.svg");
}
.snuep-search-result-item.sante .type {
  color: var(--wp--preset--color--aqua-2);
}
.snuep-search-result-item.sante .type::before {
  content: url("./assets/images/picto_sante-aqua.svg");
}
.snuep-search-result-item.syndicat .type {
  color: var(--wp--preset--color--violet-snuep);
}
.snuep-search-result-item.syndicat .type::before {
  content: url("./assets/images/logo_snuep_u-violet.svg");
}
.snuep-search-result-item.publications .type {
  color: var(--wp--preset--color--vert-2);
}
.snuep-search-result-item.publications .type::before {
  content: url("./assets/images/picto_publications-vert.svg");
}
.snuep-search-result-item.communiques .type, .snuep-search-result-item.droits_des_femmes .type, .snuep-search-result-item.questions_societales .type {
  color: var(--wp--preset--color--violet-snuep);
}
.snuep-search-result-item.communiques .type::before, .snuep-search-result-item.droits_des_femmes .type::before, .snuep-search-result-item.questions_societales .type::before {
  content: url("./assets/images/picto_outils_pour_agir_violet.svg");
}
.snuep-search-result-item.videos .type {
  color: var(--wp--preset--color--vert-2);
}
.snuep-search-result-item.videos .type::before {
  content: url("./assets/images/picto_video_vert.svg");
}

/********** En-tête ************/
#snuep-menu-mobile {
  display: initial;
}
@media (min-width: 1024px) {
  #snuep-menu-mobile {
    display: none;
  }
}

#snuep-menu-desktop {
  display: none;
}
@media (min-width: 1024px) {
  #snuep-menu-desktop {
    display: initial;
  }
}

.snuep-entete-top {
  position: relative;
  z-index: 2;
  background-color: var(--wp--preset--color--violet-snuep);
}
.snuep-entete-top p {
  margin: 0 2vw;
}
.snuep-entete-top p:after {
  content: "";
  display: block;
  margin: 0 auto;
  height: 28%;
  padding-left: 3.5vw;
  border-right: 2px solid var(--wp--preset--color--base);
}
.snuep-entete-top svg {
  color: var(--wp--preset--color--base) !important;
}
.snuep-entete-top a {
  color: var(--wp--preset--color--base) !important;
  font-family: var(--wp--preset--font-family--archivo);
  font-size: 1.68rem;
  font-weight: 600;
  text-decoration: none;
}
.snuep-entete-top ul {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.snuep-entete-top li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 2vw;
}
.snuep-entete-top .snuep-entete-top-liens {
  height: 100%;
  padding: 0 10%;
  text-align: center;
}
.snuep-entete-top .snuep-entete-top-lien {
  margin: 0;
}
.snuep-entete-top .snuep-entete-top-lien:hover {
  background-color: var(--wp--preset--color--base);
}
.snuep-entete-top .snuep-entete-top-lien:hover a {
  color: var(--wp--preset--color--violet-snuep) !important;
}
.snuep-entete-top .snuep-entete-top-lien:nth-child(-n+2):after {
  content: "";
  display: block;
  position: relative;
  left: 40px;
  margin: 0 auto;
  height: 28%;
  border-right: 2px solid var(--wp--preset--color--base);
}
.snuep-entete-top .snuep-entete-top-adherer {
  background-color: var(--wp--preset--color--bleu-1);
  padding: 2% 4%;
  margin-left: -5px;
}
.snuep-entete-top .snuep-entete-top-adherer:hover {
  background-color: var(--wp--preset--color--base);
}
.snuep-entete-top .snuep-entete-top-adherer:hover a {
  color: var(--wp--preset--color--bleu-1) !important;
}
.snuep-entete-top .snuep-entete-top-social {
  padding: 0 2vw;
}

.snuep-entete-principal {
  width: 100vw;
  height: 13vw;
  box-shadow: 0 2px 10px -4px rgb(62, 62, 62);
  position: relative;
  z-index: 4;
  padding-left: 10%;
  padding-right: 10%;
  background-color: var(--wp--preset--color--base);
  display: grid;
  grid-template-columns: 1fr;
}
.snuep-entete-principal .snuep-logo-full {
  display: initial;
}
.snuep-entete-principal .snuep-logo-minify {
  display: none;
}
.snuep-entete-principal .snuep-entete-principal-carte {
  display: initial;
}
.snuep-entete-principal .snuep-entete-principal-logo {
  width: 20%;
}
.snuep-entete-principal .snuep-entete-principal-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 10vw;
}
.snuep-entete-principal .snuep-entete-principal-title p {
  border-top: 0.53vw solid var(--wp--preset--color--bleu-3);
  border-bottom: 0.53vw solid var(--wp--preset--color--bleu-3);
  color: var(--wp--preset--color--violet-snuep);
  font-family: var(--wp--preset--font-family--archivo-extra-condensed);
  font-weight: 800;
  font-size: 3.83rem;
  width: 60%;
  text-align: center;
  text-transform: uppercase;
  margin-left: 2vw;
  margin-right: 1vw;
}
.snuep-entete-principal .snuep-entete-principal-title figure {
  margin-bottom: 0;
  width: 20%;
}
.snuep-entete-principal .snuep-entete-principal-title figure img {
  width: 100%;
}
.snuep-entete-principal .snuep-entete-principal-title .snuep-entete-principal-carte img {
  height: 8vw;
}
.snuep-entete-principal.snuep-entete-principal-minify {
  grid-template-columns: 1fr 2fr;
  align-items: center;
  height: 7vw;
}
.snuep-entete-principal.snuep-entete-principal-minify svg {
  height: 5vw;
}
.snuep-entete-principal.snuep-entete-principal-minify .snuep-logo-full {
  display: none;
}
.snuep-entete-principal.snuep-entete-principal-minify .snuep-logo-minify {
  display: initial;
  height: 4vw;
}
.snuep-entete-principal.snuep-entete-principal-minify .snuep-entete-principal-logo {
  width: 14%;
}
.snuep-entete-principal.snuep-entete-principal-minify .snuep-entete-principal-carte {
  display: none;
}
.snuep-entete-principal.snuep-entete-principal-minify .snuep-entete-principal-title {
  height: 7vw;
}
.snuep-entete-principal.snuep-entete-principal-minify .snuep-entete-principal-title p {
  font-size: 2.2rem;
  width: 80%;
  margin: 0 1vw;
}

.snuep-entete-principal-liens ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.snuep-entete-principal-liens li {
  display: inline-block;
  padding: 0;
  font-family: var(--wp--preset--font-family--archivo);
  font-size: 1.5rem;
  font-weight: 600;
  cursor: pointer;
}
.snuep-entete-principal-liens li a {
  color: var(--wp--preset--color--bleu-1);
}
.snuep-entete-principal-liens li:nth-last-child(2)::before {
  content: "";
  background-color: var(--wp--preset--color--bleu-1);
  -webkit-mask-image: url("./assets/images/picto_informer.svg");
          mask-image: url("./assets/images/picto_informer.svg");
  -webkit-mask-size: 1.8vw;
          mask-size: 1.8vw;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 1.8vw;
  width: 1.8vw;
  display: inline-block;
  vertical-align: bottom;
}
.snuep-entete-principal-liens li:last-child::before {
  content: "";
  background-color: var(--wp--preset--color--bleu-1);
  -webkit-mask-image: url("./assets/images/picto_outils_pour_agir.svg");
          mask-image: url("./assets/images/picto_outils_pour_agir.svg");
  -webkit-mask-size: 1.8vw;
          mask-size: 1.8vw;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 1.8vw;
  width: 1.8vw;
  display: inline-block;
  vertical-align: bottom;
}
.snuep-entete-principal-liens .snuep-entete-principal-contact {
  background-color: var(--wp--preset--color--violet-1);
  -webkit-mask-image: url("./assets/images/picto_contact.svg");
          mask-image: url("./assets/images/picto_contact.svg");
  -webkit-mask-size: 2.19rem;
          mask-size: 2.19rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 2.19rem;
  width: 2.19rem;
  display: inline-block;
  vertical-align: middle;
}

.search-submit {
  background-color: var(--wp--preset--color--violet-1);
  -webkit-mask-image: url("./assets/images/picto_recherche.svg");
          mask-image: url("./assets/images/picto_recherche.svg");
  -webkit-mask-size: 18vw;
          mask-size: 18vw;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 18vw;
  width: 18vw;
  margin-top: 5vw;
}
@media (min-width: 1024px) {
  .search-submit {
    -webkit-mask-size: 32px;
            mask-size: 32px;
    height: 32px;
    width: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4vw;
    margin-top: 0;
    cursor: pointer;
  }
}

.search-field {
  color: var(--wp--preset--color--violet-1);
  background-color: var(--wp--preset--color--violet-5);
  border: 0;
  font-size: 2.12rem;
  padding: 2.4vw;
  width: 82vw;
}
@media (min-width: 1024px) {
  .search-field {
    font-size: 1.17rem;
    padding: 0.4vw;
    width: 20vw;
  }
}

.search-field::-moz-placeholder {
  color: var(--wp--preset--color--violet-1);
}

.search-field::placeholder {
  color: var(--wp--preset--color--violet-1);
}

.snuep-entete-nav {
  display: flex;
  justify-content: center;
  height: 4.6vw;
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: var(--wp--preset--color--bleu-4);
}

.snuep-entete-nav-menu-items {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
}

.snuep-entete-nav-menu-item {
  font-family: var(--wp--preset--font-family--archivo);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--wp--preset--color--texte);
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding: 0 2vw;
  cursor: pointer;
}

.snuep-entete-nav-menu-item:not(:last-child):after {
  content: "";
  display: block;
  position: relative;
  right: -2vw;
  margin: 0 auto;
  height: 28%;
  /*padding-left: 3.5vw;*/
  border-right: 2px solid var(--wp--preset--color--texte);
}

.snuep-entete-nav-menu-item.open {
  background-color: var(--wp--preset--color--base);
}

.snuep-entete-nav-menu-item:hover {
  background-color: var(--wp--preset--color--base);
}

.snuep-entete-nav-subMenu-block {
  border-bottom: 20px solid var(--wp--preset--color--bleu-4);
  overflow: hidden;
  transition: all 0.2s ease;
  height: 0;
  padding-left: 7%;
  background-color: var(--wp--preset--color--base);
  position: relative;
  top: -1px;
}

.snuep-entete-nav-subMenu-items {
  list-style-type: none;
  width: 38vw;
  display: inline-block;
  vertical-align: top;
}

.snuep-entete-nav-subMenu-items:last-child {
  margin-left: 5vw;
}

.snuep-entete-nav-subMenu-item-level1,
.snuep-entete-nav-subMenu-item-level2 {
  padding: 0.5vw 0;
}
.snuep-entete-nav-subMenu-item-level1 a,
.snuep-entete-nav-subMenu-item-level2 a {
  color: inherit !important;
  text-decoration: none;
}

.snuep-mega-menu-block {
  padding-bottom: 2vw;
}

.snuep-entete-nav-subMenu-item-level1 {
  font-family: var(--wp--preset--font-family--archivo);
  font-size: 1.5rem;
  font-weight: 600;
  border-bottom: 0.5vw solid var(--wp--preset--color--rose-4);
}
.snuep-entete-nav-subMenu-item-level1:hover {
  border-bottom: 0.5vw solid var(--wp--preset--color--rose-2);
}

.snuep-entete-nav-subMenu-item-level2 {
  font-family: var(--wp--preset--font-family--archivo);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--wp--preset--color--rose-2);
}
.snuep-entete-nav-subMenu-item-level2:hover {
  color: var(--wp--preset--color--rose-1);
}

.snuep-header-nav-mobile {
  width: 100vw;
}
.snuep-header-nav-mobile .snuep-header-nav-mobile-links.links-bloc-top {
  background-color: var(--wp--preset--color--base);
}
.snuep-header-nav-mobile .snuep-header-nav-mobile-links ul {
  padding: 0;
  display: flex;
  align-items: center;
  margin: 0;
}
.snuep-header-nav-mobile .snuep-header-nav-mobile-links li {
  display: inline-flex;
  font-family: var(--wp--preset--font-family--archivo);
  font-weight: 800;
  color: var(--wp--preset--color--violet-snuep);
  align-items: center;
  justify-content: center;
  height: 50px;
}
.snuep-header-nav-mobile .snuep-header-nav-mobile-links li a {
  text-align: center;
  color: var(--wp--preset--color--violet-snuep);
}
.snuep-header-nav-mobile .snuep-header-nav-mobile-links li:first-child a {
  width: 60vw;
}
.snuep-header-nav-mobile .snuep-header-nav-mobile-links li:last-child a {
  width: 40vw;
}
.snuep-header-nav-mobile .snuep-header-nav-mobile-links.links-bloc-top li:first-child::after {
  content: "";
  display: block;
  position: relative;
  margin: 0 auto;
  height: 45%;
  border-right: 2px solid var(--wp--preset--color--violet-snuep);
}
.snuep-header-nav-mobile .snuep-header-nav-mobile-links.links-bloc-bottom li a {
  color: var(--wp--preset--color--base);
}
.snuep-header-nav-mobile .snuep-header-nav-mobile-links.links-bloc-bottom li:first-child {
  background-color: var(--wp--preset--color--violet-snuep);
}
.snuep-header-nav-mobile .snuep-header-nav-mobile-links.links-bloc-bottom li:last-child {
  background-color: var(--wp--preset--color--bleu-1);
}

.snuep-header-nav-mobile-buttons {
  background-color: var(--wp--preset--color--bleu-4);
  height: 20vw;
}
.snuep-header-nav-mobile-buttons ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.snuep-header-nav-mobile-buttons li {
  display: inline;
}
.snuep-header-nav-mobile-buttons svg {
  width: 50px;
  fill: var(--wp--preset--color--violet-snuep);
}

.snuep-header-nav-mobile-block-logo {
  background-color: var(--wp--preset--color--base);
  box-shadow: 0 4px 6px 0px rgb(62, 62, 62);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 3vw 4vw 1.5vw 4vw;
}
.snuep-header-nav-mobile-block-logo a {
  display: initial;
}
.snuep-header-nav-mobile-block-logo figure {
  margin: 0;
}

.snuep-entete-mobile-logo {
  grid-column: 1/3;
}

.snuep-entete-mobile-carte {
  grid-column: 3/4;
  align-self: center;
}
.snuep-entete-mobile-carte img {
  width: 20vw;
}

.snuep-entete-mobile-academie {
  grid-column: 1/4;
  border-top: 2vw solid var(--wp--preset--color--bleu-3);
  border-bottom: 2vw solid var(--wp--preset--color--bleu-3);
  color: var(--wp--preset--color--violet-snuep);
  font-family: var(--wp--preset--font-family--archivo-extra-condensed);
  font-weight: 800;
  font-size: 2.4rem;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

.snuep-header-nav-mobile-minify {
  background-color: var(--wp--preset--color--violet-snuep);
  box-shadow: 0 4px 6px 0px rgb(62, 62, 62);
  width: 100vw;
}
.snuep-header-nav-mobile-minify .snuep-header-nav-mobile-buttons {
  background-color: var(--wp--preset--violet-snuep);
  height: 23vw;
}
.snuep-header-nav-mobile-minify .snuep-header-nav-mobile-buttons svg {
  fill: var(--wp--preset--color--base);
}

.snuep-search-mobile {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  overflow-y: auto;
  background-color: rgb(255, 255, 255);
  transition: right 0.5s ease-in-out;
}
.snuep-search-mobile .snuep-search-mobile-button {
  height: 20vw;
  position: relative;
  top: 14vw;
  left: 86vw;
}
.snuep-search-mobile .snuep-search-mobile-button svg {
  width: 41px;
  fill: var(--wp--preset--color--violet-snuep);
}
.snuep-search-mobile .snuep-search-mobile-form {
  height: 36vw;
  width: 100vw;
  position: relative;
  top: 36vh;
  display: flex;
  justify-content: center;
}
.snuep-search-mobile .snuep-search-mobile-form form {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  align-items: center;
}

/************** Mega menu mobile *********************/
.snuep-megamenu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  overflow-y: auto;
  background-color: var(--wp--preset--color--base);
  transition: left 0.5s ease-in-out;
}

.snuep-megamenu-mobile-buttons {
  background-color: var(--wp--preset--color--violet-snuep);
  height: 20vw;
  padding-top: 5vw;
}
.snuep-megamenu-mobile-buttons ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
}
.snuep-megamenu-mobile-buttons li {
  display: inline;
}
.snuep-megamenu-mobile-buttons svg {
  width: 41px;
  fill: var(--wp--preset--color--base);
}

.snuep-header-nav-mobile-button-close svg {
  transition: transform 0.5s ease-in-out;
}
.snuep-header-nav-mobile-button-close:active svg {
  transform: rotate(135deg);
}

.snuep-megamenu-mobile-top-links ul {
  list-style-type: none;
  padding-left: 8vw;
  padding-right: 8vw;
}
.snuep-megamenu-mobile-top-links li {
  font-family: var(--wp--preset--font-family--archivo);
  font-weight: 800;
  font-size: 2rem;
  padding: 5vw 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}
.snuep-megamenu-mobile-top-links li:nth-child(-n+2) {
  border-bottom: 10px solid var(--wp--preset--color--rose-5);
}
.snuep-megamenu-mobile-top-links li:nth-child(1) a {
  color: var(--wp--preset--color--bleu-1);
}
.snuep-megamenu-mobile-top-links li:nth-child(1)::after {
  content: url("./assets/images/picto_informer_bleu.svg");
  width: 14vw;
}
.snuep-megamenu-mobile-top-links li:nth-child(2)::after {
  content: url("./assets/images/picto_outils_pour_agir_violet.svg");
  width: 22vw;
}
.snuep-megamenu-mobile-top-links li:nth-child(3)::after {
  content: url("./assets/images/picto_porte_voix_violet.svg");
  width: 14vw;
}
.snuep-megamenu-mobile-top-links li a {
  color: var(--wp--preset--color--violet-1);
}

.snuep-megamenu-mobile-main-links .snuep-megamenu-mobile-main-item .snuep-megamenu-mobile-main-item-header {
  padding: 6vw 6vw 4vw 8vw;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.snuep-megamenu-mobile-main-links .snuep-megamenu-mobile-main-item .snuep-megamenu-mobile-main-item-header h3 {
  font-family: var(--wp--preset--font-family--archivo-extra-condensed);
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.2;
  flex-grow: 1;
  margin: 0;
  display: flex;
}
.snuep-megamenu-mobile-main-links .snuep-megamenu-mobile-main-item .snuep-megamenu-mobile-main-item-header h3::after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  flex-shrink: 0;
}
.snuep-megamenu-mobile-main-links .snuep-megamenu-mobile-main-item .snuep-megamenu-mobile-main-item-content {
  /* Propriétés clés pour l'animation/masquage */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}
.snuep-megamenu-mobile-main-links .snuep-megamenu-mobile-main-item .snuep-megamenu-mobile-main-item-content ul {
  list-style-type: none;
  padding-left: 8vw;
}
.snuep-megamenu-mobile-main-links .snuep-megamenu-mobile-main-item .snuep-megamenu-mobile-main-item-content li {
  font-family: var(--wp--preset--font-family--archivo);
  font-weight: 800;
  font-size: 2rem;
  padding: 5vw 0;
  margin-right: 8vw;
}
.snuep-megamenu-mobile-main-links .snuep-megamenu-mobile-main-item .snuep-megamenu-mobile-main-item-content a {
  color: var(--wp--preset--color--texte);
}
.snuep-megamenu-mobile-main-links .snuep-megamenu-mobile-main-item.active .snuep-megamenu-mobile-main-item-content {
  max-height: 300vw;
}
.snuep-megamenu-mobile-main-links .snuep-megamenu-mobile-main-item:nth-child(odd) .snuep-megamenu-mobile-main-item-header {
  background-color: var(--wp--preset--color--bleu-4);
}
.snuep-megamenu-mobile-main-links .snuep-megamenu-mobile-main-item:nth-child(odd) .snuep-megamenu-mobile-main-item-header h3 {
  color: var(--wp--preset--color--bleu-1);
}
.snuep-megamenu-mobile-main-links .snuep-megamenu-mobile-main-item:nth-child(odd) .snuep-megamenu-mobile-main-item-header h3::after {
  content: url("./assets/images/picto_metiers-rose.svg");
  width: 24vw;
  align-self: center;
}
.snuep-megamenu-mobile-main-links .snuep-megamenu-mobile-main-item:nth-child(odd) .snuep-megamenu-mobile-main-item-content li {
  border-bottom: 2vw solid var(--wp--preset--color--bleu-4);
}
.snuep-megamenu-mobile-main-links .snuep-megamenu-mobile-main-item:nth-child(even) .snuep-megamenu-mobile-main-item-header {
  background-color: var(--wp--preset--color--rose-5);
}
.snuep-megamenu-mobile-main-links .snuep-megamenu-mobile-main-item:nth-child(even) .snuep-megamenu-mobile-main-item-header h3 {
  color: var(--wp--preset--color--violet-1);
}
.snuep-megamenu-mobile-main-links .snuep-megamenu-mobile-main-item:nth-child(even) .snuep-megamenu-mobile-main-item-header h3::after {
  content: url("./assets/images/picto_carriere-bleu.svg");
  width: 22vw;
  align-self: center;
}
.snuep-megamenu-mobile-main-links .snuep-megamenu-mobile-main-item:nth-child(even) .snuep-megamenu-mobile-main-item-content li {
  border-bottom: 2vw solid var(--wp--preset--color--rose-5);
}

.snuep-megamenu-mobile-bottom-links {
  display: flex;
  justify-content: center;
}
.snuep-megamenu-mobile-bottom-links ul {
  list-style: none;
  text-align: center;
  padding: 0;
}
.snuep-megamenu-mobile-bottom-links li {
  font-family: var(--wp--preset--font-family--archivo);
  font-weight: 800;
  font-size: 2rem;
  padding: 5vw 0;
}
.snuep-megamenu-mobile-bottom-links li a {
  color: initial;
}
.snuep-megamenu-mobile-bottom-links li:nth-child(-n+3) {
  border-bottom: 10px solid var(--wp--preset--color--violet-5);
}
.snuep-megamenu-mobile-bottom-links li:last-child {
  background-color: var(--wp--preset--color--bleu-1);
  margin-top: 8vw 0;
}
.snuep-megamenu-mobile-bottom-links li:last-child a {
  color: var(--wp--preset--color--base);
}

.snuep-footer-top {
  display: grid;
  grid-template-columns: 1fr;
  padding: 6vw 5% 0 5%;
}
@media (min-width: 1024px) {
  .snuep-footer-top {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 10%;
    -moz-column-gap: 2vw;
         column-gap: 2vw;
  }
}
.snuep-footer-top figure {
  text-align: center;
}
.snuep-footer-top img {
  max-width: 100%;
}
@media (min-width: 1024px) {
  .snuep-footer-top img {
    max-width: 80%;
  }
}

.snuep-footer-principal {
  background-color: var(--wp--preset--color--bleu-5);
  width: 100vw;
  padding: 4vw 5%;
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 2vw;
       column-gap: 2vw;
}
@media (min-width: 1024px) {
  .snuep-footer-principal {
    grid-template-columns: repeat(2, 1fr);
    padding: 2vw 10%;
  }
}

.snuep-footer-principal-item {
  padding: 2vw 0;
}
@media (min-width: 1024px) {
  .snuep-footer-principal-item {
    height: 4vw;
    padding: 0;
  }
}
.snuep-footer-principal-item p {
  font-family: var(--wp--preset--font-family--archivo);
  font-weight: 600;
  font-size: 1.38rem;
  color: var(--wp--preset--color--violet-snuep);
  margin: 0;
  padding: 1.2vw 0;
}
@media (min-width: 1024px) {
  .snuep-footer-principal-item p {
    font-size: 1.48rem;
  }
}
.snuep-footer-principal-item .snuep-adherer {
  font-size: 2rem !important;
  padding: 1vw 0 !important;
}
.snuep-footer-principal-item .snuep-adherer:before {
  content: "";
  background-color: var(--wp--preset--color--violet-snuep);
  -webkit-mask-image: url("./assets/images/picto_adherer.svg");
          mask-image: url("./assets/images/picto_adherer.svg");
  -webkit-mask-size: 8vw;
          mask-size: 8vw;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 8vw;
  width: 8vw;
  display: inline-block;
  vertical-align: middle;
  padding-right: 2vw;
}
@media (min-width: 1024px) {
  .snuep-footer-principal-item .snuep-adherer:before {
    -webkit-mask-size: 2.08vw;
            mask-size: 2.08vw;
    height: 2.08vw;
    width: 2.08vw;
    padding-right: 0.23vw;
  }
}

.snuep-footer-principal-item:not(:last-child) {
  border-bottom: 1vw solid var(--wp--preset--color--violet-snuep);
}
@media (min-width: 1024px) {
  .snuep-footer-principal-item:not(:last-child) {
    border-bottom-width: 0.23vw;
  }
}

.snuep-footer-principal-item ul {
  margin: 0;
  padding: 1.2vw 0;
  font-size: 3.5rem;
}
@media (min-width: 1024px) {
  .snuep-footer-principal-item ul {
    font-size: 2rem;
  }
}

.snuep-footer-principal-item a {
  color: var(--wp--preset--color--violet-snuep) !important;
}

@media (min-width: 1024px) {
  .snuep-footer-principal-droite .snuep-footer-principal-item:first-child {
    height: 8vw;
  }
}
.snuep-footer-principal-droite .snuep-footer-principal-logo {
  max-width: 60vw;
  margin: 0 auto 8vw auto;
}
@media (min-width: 1024px) {
  .snuep-footer-principal-droite .snuep-footer-principal-logo {
    max-width: 16vw;
  }
}

.snuep-footer-copyright {
  height: 14vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--wp--preset--color--violet-snuep);
  color: var(--wp--preset--color--base);
  font-family: var(--wp--preset--font-family--archivo);
  font-weight: 600;
  font-size: 1.5rem;
}
.snuep-footer-copyright p {
  color: var(--wp--preset--color--base);
}
@media (min-width: 1024px) {
  .snuep-footer-copyright {
    height: 5vw;
  }
}
.snuep-footer-copyright a {
  text-decoration: none;
  color: var(--wp--preset--color--base) !important;
}

.snuep-home-agenda {
  margin-bottom: 5vw;
  background-color: var(--wp--preset--color--gris-violet-4);
  padding: 0 5vw;
}
@media (min-width: 1024px) {
  .snuep-home-agenda {
    padding: 0;
    background-color: var(--wp--preset--color--base);
  }
}
.snuep-home-agenda h1 {
  text-transform: uppercase;
  text-align: center;
  color: var(--wp--preset--color--gris-violet-2);
  grid-area: titre;
  align-content: center;
}
.snuep-home-agenda .snuep-lien a {
  background-color: var(--wp--preset--color--gris-violet-1);
}
.snuep-home-agenda .snuep-lien a:hover {
  background-color: var(--wp--preset--color--gris-violet-4);
  color: var(--wp--preset--color--gris-violet-1);
}
.snuep-home-agenda .snuep-lien a:hover::before {
  background-color: var(--wp--preset--color--gris-violet-1);
}

@media (min-width: 1024px) {
  .home-agenda-block {
    padding: 0 10%;
    border-top: 0.53vw solid var(--wp--preset--color--gris-violet-3);
    border-bottom: 0.53vw solid var(--wp--preset--color--gris-violet-3);
  }
}

.home-agenda-item {
  display: grid;
  grid-template-areas: "titre" "date" "texte";
}
@media (min-width: 1024px) {
  .home-agenda-item {
    margin: 2vw 0;
    padding: 0 4vw;
    grid-template-areas: "date texte" "titre texte";
    border-left: 0.53vw solid var(--wp--preset--color--gris-violet-3);
    border-right: 0.53vw solid var(--wp--preset--color--gris-violet-3);
  }
}

.agenda_date {
  font-family: var(--wp--preset--font-family--archivo-extra-condensed);
  font-weight: 600;
  font-size: 1.82rem;
  text-align: center;
  grid-area: date;
  align-content: center;
}
.agenda_date span {
  border-top: 1.2vw solid var(--wp--preset--color--gris-violet-3);
  border-bottom: 1.2vw solid var(--wp--preset--color--gris-violet-3);
}
@media (min-width: 1024px) {
  .agenda_date span {
    border-top-width: 0.7vw;
    border-bottom-width: 0.7vw;
  }
}
@media (min-width: 1024px) {
  .agenda_date::before {
    content: "";
    background-color: var(--wp--preset--color--gris-violet-3);
    -webkit-mask-image: url("./assets/images/agenda.svg");
            mask-image: url("./assets/images/agenda.svg");
    -webkit-mask-size: 44px;
            mask-size: 44px;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    height: 50px;
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 2vw;
  }
}

.agenda_content {
  grid-area: texte;
  border-right: 2vw solid var(--wp--preset--color--gris-violet-3);
  padding-right: 3vw;
}
@media (min-width: 1024px) {
  .agenda_content {
    padding-left: 4vw;
    border-right-width: 0;
  }
}

.snuep-lien.lien-archive-agenda {
  text-align: center;
}
@media (min-width: 1024px) {
  .snuep-lien.lien-archive-agenda {
    text-align: right;
    margin-right: 14vw;
  }
}
.snuep-lien.lien-archive-agenda::before {
  content: "";
  background-color: var(--wp--preset--color--gris-violet-1);
  -webkit-mask-image: url("./assets/images/agenda.svg");
          mask-image: url("./assets/images/agenda.svg");
  -webkit-mask-size: 38px;
          mask-size: 38px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 50px;
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.3vw;
}
@media (min-width: 1024px) {
  .snuep-lien.lien-archive-agenda::before {
    -webkit-mask-size: 44px;
            mask-size: 44px;
    height: 50px;
    width: 50px;
    padding-right: 0.3vw;
  }
}

/*** Fil d'arianne ***/
.single-agenda .snuep-breadcrumb p::before,
.archive .agenda .snuep-breadcrumb p::before {
  content: "";
  background-color: var(--wp--preset--color--gris-violet-1);
  -webkit-mask-image: url("./assets/images/agenda.svg");
          mask-image: url("./assets/images/agenda.svg");
  -webkit-mask-size: 5vw;
          mask-size: 5vw;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 7.6vw;
  width: 6vw;
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.5vw;
}
@media (min-width: 1024px) {
  .single-agenda .snuep-breadcrumb p::before,
  .archive .agenda .snuep-breadcrumb p::before {
    -webkit-mask-size: 2vw;
            mask-size: 2vw;
    height: 2.6vw;
    width: 2vw;
    padding-right: 0.5vw;
  }
}

.single-agenda .snuep-breadcrumb .fil-arianne a:nth-child(2) {
  color: var(--wp--preset--color--gris-violet-1);
}

.single-agenda .snuep-breadcrumb .fil-arianne a:nth-child(3) {
  color: var(--wp--preset--color--gris-violet-2);
}

.single-agenda .agenda_date {
  font-size: 2.5rem;
}
@media (min-width: 1024px) {
  .single-agenda .agenda_date {
    text-align: left;
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .single-agenda .agenda_date::before {
    content: none;
  }
}
.single-agenda .agenda_boutons {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .single-agenda .agenda_boutons {
    justify-content: space-evenly;
    flex-direction: row;
  }
}
.single-agenda .agenda_boutons .snuep-lien {
  text-align: center;
}
.single-agenda .agenda_boutons .snuep-lien a {
  background-color: var(--wp--preset--color--gris-violet-1);
}
.single-agenda .agenda_boutons .snuep-lien a:hover {
  background-color: var(--wp--preset--color--gris-violet-4);
  color: var(--wp--preset--color--gris-violet-1);
}
.single-agenda .agenda_boutons .snuep-lien a:hover::before {
  background-color: var(--wp--preset--color--gris-violet-1);
}

.archive .agenda .snuep-agenda-items {
  display: grid;
}
@media (min-width: 1024px) {
  .archive .agenda .snuep-agenda-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.archive .agenda .snuep-agenda-items .snuep-agenda-item {
  border: double var(--wp--preset--color--gris-violet-5) 2vw;
  border-image-source: url("./assets/images/cadre-archives-item.svg");
  border-image-repeat: stretch;
  border-image-slice: 100;
  border-image-width: auto;
  background-color: var(--wp--preset--color--gris-violet-5);
  padding-left: 6vw;
  padding-right: 4vw;
  margin: 2vh 0;
}
@media (min-width: 1024px) {
  .archive .agenda .snuep-agenda-items .snuep-agenda-item {
    padding: 0;
    margin: 1vw;
  }
}
.archive .agenda .snuep-agenda-items .agenda_date {
  font-size: 2.5rem;
}
@media (min-width: 1024px) {
  .archive .agenda .snuep-agenda-items .agenda_date {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .archive .agenda .snuep-agenda-items .agenda_date::before {
    content: none;
  }
}
.archive .agenda .snuep-agenda-items .agenda_date span {
  border-top: 2.4vw solid var(--wp--preset--color--gris-violet-3);
  border-bottom: 2.4vw solid var(--wp--preset--color--gris-violet-3);
}
@media (min-width: 1024px) {
  .archive .agenda .snuep-agenda-items .agenda_date span {
    border-top-width: 0.7vw;
    border-bottom-width: 0.7vw;
  }
}
.archive .agenda .snuep-agenda-items .snuep-lien a {
  background-color: var(--wp--preset--color--gris-violet-1);
}
.archive .agenda .snuep-agenda-items .snuep-lien a:hover {
  background-color: var(--wp--preset--color--gris-violet-4);
  color: var(--wp--preset--color--gris-violet-1);
}
.archive .agenda .snuep-agenda-items .snuep-lien a:hover::before {
  background-color: var(--wp--preset--color--gris-violet-1);
}

.snuep-home-actus {
  width: 100vw;
  background-color: var(--wp--preset--color--rose-5);
  padding: 0 5%;
}
@media (min-width: 1024px) {
  .snuep-home-actus {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 18% auto auto 10%;
    grid-gap: 2vw;
    padding: 0 10%;
    margin-bottom: 4vw;
    background-color: var(--wp--preset--color--base);
  }
}
.snuep-home-actus h1 {
  text-transform: uppercase;
  text-align: center;
  color: var(--wp--preset--color--violet-1);
}
@media (min-width: 1024px) {
  .snuep-home-actus h1 {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    font-size: 7rem;
    border-bottom: 0.53vw solid var(--wp--preset--color--violet-2);
  }
}
.snuep-home-actus .actu-une {
  background-color: var(--wp--preset--color--base);
  border-bottom: 2vw solid var(--wp--preset--color--violet-2);
}
@media (min-width: 1024px) {
  .snuep-home-actus .actu-une {
    grid-column: 1;
    grid-row: 1/5;
    background-color: var(--wp--preset--color--rose-5);
    border-bottom-width: 0.53vw;
  }
}
.snuep-home-actus .actu-une div {
  padding: 0 4vw 4vw 4vw;
}
.snuep-home-actus .actu-une img {
  width: 100%;
  border-bottom: 2vw solid var(--wp--preset--color--violet-2);
}
@media (min-width: 1024px) {
  .snuep-home-actus .actu-une img {
    border-bottom-width: 0.53vw;
  }
}
@media (min-width: 1024px) {
  .snuep-home-actus .actus {
    grid-column: 2;
    grid-row: 2/4;
  }
}
.snuep-home-actus .actus article {
  border-bottom: 2vw solid var(--wp--preset--color--violet-2);
}
@media (min-width: 1024px) {
  .snuep-home-actus .actus article {
    border-bottom-width: 0.53vw;
  }
}
@media (min-width: 1024px) {
  .snuep-home-actus .snuep-lien {
    grid-column: 2;
    grid-row: 4;
  }
}

.snuep-actualite .snuep-breadcrumb p::before {
  background-color: var(--wp--preset--color--violet-1);
  -webkit-mask-image: url("./assets/images/picto_porte_voix.svg");
          mask-image: url("./assets/images/picto_porte_voix.svg");
}

.single .snuep-actualite .snuep-actu-bloc-titre {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .single .snuep-actualite .snuep-actu-bloc-titre {
    flex-direction: row;
    background-color: var(--wp--preset--color--violet-4);
    align-items: center;
  }
}
.single .snuep-actualite .snuep-actu-bloc-titre h1 {
  padding: 0 5%;
}
@media (min-width: 1024px) {
  .single .snuep-actualite .snuep-actu-bloc-titre h1 {
    flex-basis: 50%;
  }
}
.single .snuep-actualite .snuep-actu-bloc-titre figure {
  border-top: 2vw solid var(--wp--preset--color--violet-4);
  border-bottom: 2vw solid var(--wp--preset--color--violet-4);
}
@media (min-width: 1024px) {
  .single .snuep-actualite .snuep-actu-bloc-titre figure {
    flex-basis: 50%;
    border-top-width: 0;
    border-bottom-width: 0;
    margin: 0;
  }
}
.single .snuep-actualite content {
  display: block;
}
@media (min-width: 1024px) {
  .single .snuep-actualite content {
    padding: 0 10%;
  }
}
.single .snuep-actualite content article {
  padding: 0 5%;
}

.post-type-archive-actualites .snuep-actualite,
.post-type-archive-actualites #snuep-spacer-header {
  background-color: var(--wp--preset--color--violet-5);
}
.post-type-archive-actualites content {
  display: block;
  padding: 0 5%;
}
@media (min-width: 1024px) {
  .post-type-archive-actualites content {
    padding: 0 10%;
  }
}
.post-type-archive-actualites content .snuep-archive-actus-actus {
  display: grid;
}
@media (min-width: 1024px) {
  .post-type-archive-actualites content .snuep-archive-actus-actus {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 2vw;
         column-gap: 2vw;
  }
}
.post-type-archive-actualites content .snuep-archive-actus-actus div:nth-child(3n+2), .post-type-archive-actualites content .snuep-archive-actus-actus div:nth-child(3n+3) {
  border-left: 0.52vw solid var(--wp--preset--color--base);
}
.post-type-archive-actualites content .snuep-archive-actus-actu {
  padding-left: 1.2vw;
  padding-top: 1.2vw;
  display: flex;
  flex-direction: column;
  justify-content: left;
}
.post-type-archive-actualites content .snuep-archive-actus-actu h2 {
  font-family: var(--wp--preset--font-family--plus-jakarta-sans);
  font-size: 1.7rem;
  font-weight: 800;
}
.post-type-archive-actualites content .snuep-archive-actus-actu time {
  font-family: var(--wp--preset--font-family--plus-jakarta-sans);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--wp--preset--color--violet-1);
  margin-bottom: 0.5vw;
}
.post-type-archive-actualites content .snuep-archive-actus-actu .snuep-lien {
  margin-top: auto;
}
.post-type-archive-actualites content .snuep-archive-actus-actu .snuep-lien::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 96%;
  padding-top: 20px;
  border-bottom: 2vw solid var(--wp--preset--color--violet-3);
}
@media (min-width: 1024px) {
  .post-type-archive-actualites content .snuep-archive-actus-actu .snuep-lien::after {
    border-bottom-width: 0.52vw;
  }
}

.snuep-actus-filter-container {
  border-top: 2vw solid var(--wp--preset--color--violet-3);
  border-bottom: 2vw solid var(--wp--preset--color--violet-3);
  margin: 5vw 5%;
}
@media (min-width: 1024px) {
  .snuep-actus-filter-container {
    border-top-width: 0.52vw;
    border-bottom-width: 0.52vw;
    margin: 5vw 10%;
  }
}
.snuep-actus-filter-container figure {
  position: relative;
  width: 12vw;
  height: 12vw;
  top: -6vw;
  left: 5vw;
  background-color: var(--wp--preset--color--base);
}
@media (min-width: 1024px) {
  .snuep-actus-filter-container figure {
    width: 6vw;
    height: 6vw;
    top: -3vw;
    left: 5vw;
  }
}
.snuep-actus-filter-container form {
  display: grid;
  padding-top: 5vw;
  padding-bottom: 5vw;
  justify-content: center;
}
@media (min-width: 1024px) {
  .snuep-actus-filter-container form {
    grid-template-columns: 1fr 1fr 0.2fr;
    -moz-column-gap: 2vw;
         column-gap: 2vw;
    padding-top: 0;
    padding-bottom: 7vw;
  }
}
.snuep-actus-filter-container select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: var(--wp--preset--font-family--archivo);
  font-size: 1.33rem;
  font-weight: 800;
  width: 80vw;
  margin-top: 2vw;
  margin-bottom: 2vw;
  padding: 4vw;
  background-color: var(--wp--preset--color--rose-5);
  border: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGJhc2VQcm9maWxlPSJ0aW55IiB2ZXJzaW9uPSIxLjIiIHZpZXdCb3g9IjAgMCAxNS4xMSAyMy40NCI+PHBhdGggZD0iTTMuNDEgMy4yNWw4LjQ4IDguNDgtOC40OCA4LjQ3IiBmaWxsPSJub25lIiBzdHJva2U9IiMzNzM2NjQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 0.65em auto;
}
@media (min-width: 1024px) {
  .snuep-actus-filter-container select {
    width: auto;
    padding: 1vw;
  }
}
.snuep-actus-filter-container button {
  background-color: var(--wp--preset--color--base);
  border: 0;
  height: 14vw;
  width: 14vw;
  position: relative;
  left: 62vw;
  top: 13vw;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .snuep-actus-filter-container button {
    width: 4vw;
    height: 4vw;
    left: 0;
    top: 2vw;
  }
}

.snuep-actualite-autre {
  padding: 0 5%;
}
@media (min-width: 1024px) {
  .snuep-actualite-autre {
    padding: 0 10%;
  }
}
.snuep-actualite-autre .snuep-single-actus-actu {
  border-left: 10px solid var(--wp--preset--color--violet-2);
  padding-left: 1.2vw;
  display: flex;
  flex-direction: column;
  justify-content: left;
}
.snuep-actualite-autre .snuep-single-actus-titre {
  font-family: var(--wp-preset--font-family--archivo);
  font-weight: 800;
  font-size: 3.8rem;
  color: var(--wp--preset--color--violet-4);
  text-align: center;
  border-bottom: 2vw solid var(--wp--preset--color--violet-4);
}
@media (min-width: 1024px) {
  .snuep-actualite-autre .snuep-single-actus-titre {
    font-size: 5rem;
    border-bottom-width: 0.53vw;
  }
}
.snuep-actualite-autre .wp-block-post-title {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  font-size: 1.7rem;
}
@media (min-width: 1024px) {
  .snuep-actualite-autre .wp-block-post-title {
    min-height: 4vw;
  }
}
.snuep-actualite-autre time {
  font-family: var(--wp--preset--font-family--plus-jakarta-sans);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--wp--preset--color--violet-1);
  margin-bottom: 0.5vw;
}
.snuep-actualite-autre .wp-block-post-excerpt {
  flex-grow: 1;
  position: relative;
}
.snuep-actualite-autre .wp-block-post-excerpt__excerpt {
  font-family: var(--wp--preset--font-family--plus-jakarta-sans);
  font-size: 1.2rem;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
.snuep-actualite-autre .wp-block-post-excerpt__more-text {
  font-family: var(--wp--preset--font-family--plus-jakarta-sans);
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  padding-top: 3vw;
}
.snuep-actualite-autre .wp-block-query-pagination-next {
  background-color: var(--wp--preset--color--titre);
  -webkit-mask-image: url("./assets/images/picto_fleche_slide.svg");
          mask-image: url("./assets/images/picto_fleche_slide.svg");
  -webkit-mask-size: 10vw;
          mask-size: 10vw;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 10vw;
  width: 10vw;
}
@media (min-width: 1024px) {
  .snuep-actualite-autre .wp-block-query-pagination-next {
    -webkit-mask-size: 3vw;
            mask-size: 3vw;
    height: 3vw;
    width: 3vw;
  }
}
.snuep-actualite-autre .wp-block-query-pagination-previous {
  background-color: var(--wp--preset--color--titre);
  -webkit-mask-image: url("./assets/images/picto_fleche_slide.svg");
          mask-image: url("./assets/images/picto_fleche_slide.svg");
  -webkit-mask-size: 10vw;
          mask-size: 10vw;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transform: rotate(180deg);
  height: 10vw;
  width: 10vw;
}
@media (min-width: 1024px) {
  .snuep-actualite-autre .wp-block-query-pagination-previous {
    -webkit-mask-size: 3vw;
            mask-size: 3vw;
    height: 3vw;
    width: 3vw;
  }
}

.snuep-home-informer {
  margin: 0 5%;
}
@media (min-width: 1024px) {
  .snuep-home-informer {
    margin: 0 10%;
  }
}
.snuep-home-informer h1 {
  text-transform: uppercase;
  color: var(--wp--preset--color--bleu-1);
  border-bottom: 0.53vw solid var(--wp--preset--color--bleu-4);
  text-align: center;
}
.snuep-home-informer .snuep-lien a {
  background-color: var(--wp--preset--color--bleu-1);
}
.snuep-home-informer .snuep-lien a:hover {
  background-color: var(--wp--preset--color--bleu-5);
  color: var(--wp--preset--color--bleu-1);
}
.snuep-home-informer .snuep-lien a:hover::before {
  background-color: var(--wp--preset--color--bleu-1);
}
.snuep-home-informer .snuep-lien.lien-archive {
  text-align: center;
}
.snuep-home-informer .informer-blocs {
  display: grid;
  grid-template-rows: auto;
}
@media (min-width: 1024px) {
  .snuep-home-informer .informer-blocs {
    grid-template-columns: 1fr 1fr;
    gap: 2vw;
    align-items: stretch;
  }
}
.snuep-home-informer .informer-bloc-video {
  display: flex;
  flex-direction: column;
}
.snuep-home-informer .informer-bloc-video .informer-video-cadre {
  flex-grow: 1;
  border-top: 0.53vw solid var(--wp--preset--color--bleu-3);
  border-right: 0.53vw solid var(--wp--preset--color--bleu-3);
  border-bottom: 0.53vw solid var(--wp--preset--color--bleu-3);
  padding: 2vw;
}
.snuep-home-informer .informer-bloc-video iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.snuep-home-informer .informer-bloc-video .snuep-lien.lien-archive::before {
  content: "";
  background-color: var(--wp--preset--color--bleu-1);
  -webkit-mask-image: url("./assets/images/picto_video.svg");
          mask-image: url("./assets/images/picto_video.svg");
  -webkit-mask-size: 3vw;
          mask-size: 3vw;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 3vw;
  width: 3vw;
  display: inline-block;
  vertical-align: middle;
}
.snuep-home-informer .informer-bloc-publication {
  display: flex;
  flex-direction: column;
}
.snuep-home-informer .informer-bloc-publication .informer-publication-cadre {
  flex-grow: 1;
  border-left: 0.53vw solid var(--wp--preset--color--bleu-4);
  border-bottom: 0.53vw solid var(--wp--preset--color--bleu-4);
  padding: 2vw;
}
.snuep-home-informer .informer-bloc-publication .informer-publication {
  justify-self: center;
}
.snuep-home-informer .informer-bloc-publication .informer-publication img {
  max-width: 20vw;
}
.snuep-home-informer .informer-bloc-publication .snuep-lien.lien-archive::before {
  content: "";
  background-color: var(--wp--preset--color--bleu-1);
  -webkit-mask-image: url("./assets/images/picto_publications.svg");
          mask-image: url("./assets/images/picto_publications.svg");
  -webkit-mask-size: 3vw;
          mask-size: 3vw;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 3vw;
  width: 3vw;
  display: inline-block;
  vertical-align: middle;
}

.snuep-informer-archive-video-container {
  display: grid;
}
@media (min-width: 1024px) {
  .snuep-informer-archive-video-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 5vw;
  }
}

.snuep-informer-archive-publication-container {
  display: grid;
}
@media (min-width: 1024px) {
  .snuep-informer-archive-publication-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
  }
}
.snuep-informer-archive-publication-container .snuep-archive-item figure {
  margin-top: 2vw;
}
.snuep-informer-archive-publication-container .snuep-archive-item img {
  width: 100%;
}

.snuep-home-agir {
  background-color: var(--wp--preset--color--rose-5);
  margin: 2vw 0;
}
.snuep-home-agir .home-agir-block {
  display: grid;
  grid-template-rows: auto;
  margin: 0 5%;
}
@media (min-width: 1024px) {
  .snuep-home-agir .home-agir-block {
    margin: 0 10%;
    grid-template-columns: 2fr 1fr 2fr;
    justify-items: center;
    align-items: center;
  }
}
.snuep-home-agir .agir-titre {
  text-transform: uppercase;
  color: var(--wp--preset--color--violet-1);
}
@media (min-width: 1024px) {
  .snuep-home-agir .agir-titre {
    font-size: 6rem;
  }
}
.snuep-home-agir .agir-icone {
  display: none;
}
@media (min-width: 1024px) {
  .snuep-home-agir .agir-icone {
    display: inherit;
    width: 9vw;
  }
}
.snuep-home-agir .agir-illustration {
  max-width: 81vw;
}
@media (min-width: 1024px) {
  .snuep-home-agir .agir-illustration {
    max-width: 100%;
    grid-column: span 3;
  }
}
.snuep-home-agir .agir-illustration img {
  width: 100%;
}

.snuep-affiche-items {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .snuep-affiche-items {
    grid-template-columns: repeat(3, 1fr);
  }
}

.snuep-affiche-item {
  border: double var(--wp--preset--color--gris-violet-5) 2vw;
  border-image-source: url("./assets/images/cadre-outils-item.svg");
  border-image-repeat: stretch;
  border-image-slice: 100;
  border-image-width: auto;
  background-color: var(--wp--preset--color--gris-violet-5);
  padding-left: 6vw;
  padding-right: 4vw;
  margin: 2vh 0;
}
@media (min-width: 1024px) {
  .snuep-affiche-item {
    padding: 0;
    margin: 1vw;
  }
}
.snuep-affiche-item .snuep-affiche-image {
  justify-self: center;
  position: relative;
  margin-bottom: 0;
}
.snuep-affiche-item .snuep-affiche-image img {
  width: 80vw;
  box-shadow: 0 4px 6px 0px rgb(62, 62, 62);
}
@media (min-width: 1024px) {
  .snuep-affiche-item .snuep-affiche-image img {
    width: auto;
    max-height: 22vw;
  }
}
.snuep-affiche-item .snuep-affiche-image .snuep-affiche-type {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: var(--wp--preset--color--violet-2);
  color: var(--wp--preset--color--base);
  margin: 0;
  padding: 1vw;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .snuep-affiche-item .snuep-affiche-image .snuep-affiche-type {
    padding: 0.23vw;
  }
}

.snuep-home-formation {
  margin: 2vw 0;
}
.snuep-home-formation .home-formation-block {
  display: grid;
  grid-template-rows: auto;
  margin: 0 5%;
}
@media (min-width: 1024px) {
  .snuep-home-formation .home-formation-block {
    margin: 0 10%;
    grid-template-columns: 1fr 2fr 2fr;
    grid-template-rows: 0.2fr 2fr;
    justify-items: center;
    align-items: center;
  }
}
.snuep-home-formation .home-formation-block .formation-titre {
  text-transform: uppercase;
  color: var(--wp--preset--color--violet-1);
  margin: 0;
}
@media (min-width: 1024px) {
  .snuep-home-formation .home-formation-block .formation-titre {
    padding-left: 4vw;
  }
}
.snuep-home-formation .home-formation-block .formation-icone {
  display: none;
}
@media (min-width: 1024px) {
  .snuep-home-formation .home-formation-block .formation-icone {
    display: inherit;
    max-width: 7vw;
  }
}
@media (min-width: 1024px) {
  .snuep-home-formation .home-formation-block .formation-illustration {
    grid-row: span 2;
  }
}
.snuep-home-formation .home-formation-block .formation-illustration img {
  width: 100%;
}
@media (min-width: 1024px) {
  .snuep-home-formation .home-formation-block .formation-menu {
    grid-column: span 2;
  }
}
.snuep-home-formation .home-formation-block .formation-menu ul {
  padding-left: 0;
}
.snuep-home-formation .home-formation-block .formation-menu li {
  font-family: var(--wp--preset--font-family--plus-jakarta-sans);
  font-size: 1.75rem;
  font-weight: 800;
  border-bottom: 2vw solid var(--wp--preset--color--violet-3);
  padding: 4vw 0;
  margin-right: 4vw;
  list-style-type: none;
}
@media (min-width: 1024px) {
  .snuep-home-formation .home-formation-block .formation-menu li {
    font-size: 1.9rem;
    padding: 1vw 0;
    border-bottom-width: 0.53vw;
  }
}
.snuep-home-formation .home-formation-block .formation-menu li:hover {
  border-bottom-color: var(--wp--preset--color--violet-2);
}
.snuep-home-formation .home-formation-block .formation-menu li:hover a {
  color: var(--wp--preset--color--violet-1);
}
.snuep-home-formation .home-formation-block .formation-menu li a {
  color: var(--wp--preset--color--texte);
}

.snuep-home-carriere {
  margin: 2vw 0;
}
.snuep-home-carriere .home-carriere-block {
  display: grid;
  grid-template-rows: auto;
  margin: 0 5%;
}
@media (min-width: 1024px) {
  .snuep-home-carriere .home-carriere-block {
    margin: 0 10%;
    grid-template-columns: 2fr 2fr 1fr;
    grid-template-rows: 0.2fr 2fr;
    justify-items: center;
    align-items: center;
  }
}
.snuep-home-carriere .home-carriere-block .carriere-titre {
  text-transform: uppercase;
  color: var(--wp--preset--color--bleu-1);
  margin: 0;
}
@media (min-width: 1024px) {
  .snuep-home-carriere .home-carriere-block .carriere-titre {
    padding-left: 4vw;
  }
}
.snuep-home-carriere .home-carriere-block .carriere-icone {
  display: none;
}
@media (min-width: 1024px) {
  .snuep-home-carriere .home-carriere-block .carriere-icone {
    display: inherit;
    max-width: 7vw;
  }
}
@media (min-width: 1024px) {
  .snuep-home-carriere .home-carriere-block .carriere-illustration {
    grid-row: span 2;
  }
}
.snuep-home-carriere .home-carriere-block .carriere-illustration img {
  width: 100%;
}
@media (min-width: 1024px) {
  .snuep-home-carriere .home-carriere-block .carriere-menu {
    grid-column: span 2;
  }
}
.snuep-home-carriere .home-carriere-block .carriere-menu ul {
  padding-left: 0;
}
.snuep-home-carriere .home-carriere-block .carriere-menu li {
  font-family: var(--wp--preset--font-family--plus-jakarta-sans);
  font-size: 1.75rem;
  font-weight: 800;
  border-bottom: 2vw solid var(--wp--preset--color--bleu-3);
  padding: 4vw 0;
  margin-right: 4vw;
  list-style-type: none;
}
@media (min-width: 1024px) {
  .snuep-home-carriere .home-carriere-block .carriere-menu li {
    font-size: 1.9rem;
    padding: 1vw 0;
    border-bottom-width: 0.53vw;
  }
}
.snuep-home-carriere .home-carriere-block .carriere-menu li:hover {
  border-bottom-color: var(--wp--preset--color--bleu-2);
}
.snuep-home-carriere .home-carriere-block .carriere-menu li:hover a {
  color: var(--wp--preset--color--bleu-1);
}
.snuep-home-carriere .home-carriere-block .carriere-menu li a {
  color: var(--wp--preset--color--texte);
}

.snuep-home-sante {
  margin: 2vw 0;
}
.snuep-home-sante .home-sante-block {
  display: grid;
  grid-template-rows: auto;
  margin: 0 5%;
}
@media (min-width: 1024px) {
  .snuep-home-sante .home-sante-block {
    margin: 0 10%;
    grid-template-columns: 2fr 0.5fr 2fr;
    grid-template-rows: 0.2fr 2fr;
    justify-items: center;
    align-items: center;
  }
}
.snuep-home-sante .home-sante-block .sante-titre {
  text-transform: uppercase;
  color: var(--wp--preset--color--bleu-1);
  margin: 0;
}
@media (min-width: 1024px) {
  .snuep-home-sante .home-sante-block .sante-titre {
    padding-left: 2vw;
    justify-self: left;
  }
}
.snuep-home-sante .home-sante-block .sante-icone {
  display: none;
}
@media (min-width: 1024px) {
  .snuep-home-sante .home-sante-block .sante-icone {
    display: inherit;
    max-width: 7vw;
    justify-self: right;
  }
}
@media (min-width: 1024px) {
  .snuep-home-sante .home-sante-block .sante-illustration {
    grid-row: span 2;
  }
}
.snuep-home-sante .home-sante-block .sante-illustration img {
  width: 100%;
}
@media (min-width: 1024px) {
  .snuep-home-sante .home-sante-block .sante-menu {
    grid-column: span 2;
  }
}
.snuep-home-sante .home-sante-block .sante-menu ul {
  padding-left: 0;
}
.snuep-home-sante .home-sante-block .sante-menu li {
  font-family: var(--wp--preset--font-family--plus-jakarta-sans);
  font-size: 1.75rem;
  font-weight: 800;
  border-bottom: 2vw solid var(--wp--preset--color--bleu-3);
  padding: 4vw 0;
  margin-right: 4vw;
  list-style-type: none;
}
@media (min-width: 1024px) {
  .snuep-home-sante .home-sante-block .sante-menu li {
    font-size: 1.9rem;
    padding: 1vw 0;
    border-bottom-width: 0.53vw;
  }
}
.snuep-home-sante .home-sante-block .sante-menu li:hover {
  border-bottom-color: var(--wp--preset--color--bleu-2);
}
.snuep-home-sante .home-sante-block .sante-menu li:hover a {
  color: var(--wp--preset--color--bleu-1);
}
.snuep-home-sante .home-sante-block .sante-menu li a {
  color: var(--wp--preset--color--texte);
}/*# sourceMappingURL=style.css.map */