@charset "UTF-8";
* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

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

ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

figure {
  margin: 0;
}

iframe {
  border: none;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important; /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; /* 3 */
}

/*! modern-normalize v1.1.0
| MIT License |
https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/
html {
  -moz-tab-size: 4;
  tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.35; /* 1 */
}

/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

@font-face {
  font-family: "Limes";
  src: local("Limes Sans Regular"), local("Limes-Sans-Regular"), url("TTLimesSans-Regular.woff2") format("woff2"), url("TTLimesSans-Regular.woff") format("woff"), url("TTLimesSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: local("Poppins Regular"), local("Poppins-Regular"), url("Poppins-Regular.woff2") format("woff2"), url("Poppins-Regular.woff") format("woff"), url("Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: local("Poppins Semi Bold"), local("Poppins-Semi-Bold"), url("Poppins-SemiBold.woff2") format("woff2"), url("Poppins-SemiBold.woff") format("woff"), url("Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: local("Poppins Bold"), local("Poppins-Bold"), url("Poppins-Bold.woff2") format("woff2"), url("Poppins-Bold.woff") format("woff"), url("Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
:root {
  font-size: 16px;
}
@media screen and (max-width: 650px) {
  :root {
    font-size: 13px;
  }
}

/* Base */
body {
  background: var(--bg-color);
  font-family: "Poppins";
  font-size: 1.38rem;
  color: var(--txt-color);
  font-display: auto;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  text-rendering: auto;
}
body main {
  max-width: 1590px;
  padding: 30px 70px 0;
  margin: auto;
  min-height: 50vh;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  body main {
    padding: 30px 40px 0;
  }
}
@media screen and (max-width: 650px) {
  body main {
    padding: 20px 20px 0;
  }
}
body main h2 {
  font-size: 2.8125rem;
  font-family: "Limes";
  padding-bottom: 15px;
}
body main h3 {
  font-size: 1.875rem;
  font-family: "Limes";
}
body main h3.introduction {
  width: 70%;
  padding-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  body main h3.introduction {
    width: 80%;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 650px) {
  body main h3.introduction {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 35px;
  }
}
body main strong {
  font-weight: 600;
}
body main .info-modif {
  font-size: 0.8125rem;
  padding: 0 0 15px 0;
  opacity: 0.5;
}

.divider {
  height: 2px;
  min-width: 100%;
  fill: var(--txt-color);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

mark {
  background-color: var(--bg-color);
  color: var(--txt-color);
}

.message-info {
  display: flex;
  align-items: center;
  gap: 5px;
}
.message-info p {
  display: inline;
  background: var(--neutre-clair);
  font-size: 0.875rem;
}
.message-info path {
  fill: var(--txt-color);
}

.icone {
  fill: var(--txt-color);
}

figcaption {
  font-size: 0.875rem;
  padding-top: 5px;
}
figcaption .credits {
  font-size: 0.75rem;
  opacity: 0.6;
  padding-left: 5px;
}
figcaption .credits::before {
  content: "©";
  padding-right: 2px;
}

/* Layout */
/* Module */
/* State */
@keyframes appFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes appFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header {
  max-width: 1590px;
  padding: 30px 70px 0;
  margin: auto;
  z-index: 100;
  position: sticky;
  top: 0;
  background: var(--bg-color);
}
@media screen and (max-width: 1024px) {
  header {
    padding: 30px 40px 0;
  }
}
@media screen and (max-width: 650px) {
  header {
    padding: 20px 20px 0;
  }
}
header:hover #menu-container,
header:hover #langues-container {
  opacity: 1;
}
header:hover #logo-principal {
  opacity: 0;
}

.header {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 17px;
}
.header .divider {
  height: 3px;
}
.header #menu-container,
.header #langues-container,
.header #logo-principal {
  transition: opacity 0.2s ease-in-out;
}
.header > [aria-hidden=true] {
  opacity: 0;
}
.header #logo-principal {
  position: absolute;
  font-family: "Limes";
  text-align: center;
  width: 100%;
  letter-spacing: 0.0625rem;
  word-spacing: 0.0625rem;
}
.header #logo-principal svg {
  width: 30vw;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .header #logo-principal svg {
    width: 50vw;
  }
}
@media screen and (max-width: 650px) {
  .header #logo-principal svg {
    width: 80vw;
  }
}
.header .gauche {
  display: flex;
  gap: 1rem;
}
.header .gauche .langues {
  display: flex;
  gap: 1rem;
  flex-flow: row wrap;
}
.header .gauche .langues .active {
  color: var(--accentuation);
}

.nav-aside {
  max-width: 1590px;
  padding: 30px 70px 0;
  margin: auto;
  padding-top: 15px;
  padding-bottom: 0;
  background-color: var(--couleur-groupe-fond);
}
@media screen and (max-width: 1024px) {
  .nav-aside {
    padding: 30px 40px 0;
  }
}
@media screen and (max-width: 650px) {
  .nav-aside {
    padding: 20px 20px 0;
  }
}
@media screen and (max-width: 1024px) {
  .nav-aside {
    padding-top: 15px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 650px) {
  .nav-aside {
    padding-top: 15px;
    padding-bottom: 0;
  }
}
.nav-aside :first-child {
  position: relative;
}
.nav-aside .btn-raccourcis {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: end;
  flex-flow: column;
  font-size: 0.75rem;
  color: var(--bg-color);
  gap: 5px;
}
@media screen and (max-width: 650px) {
  .nav-aside .btn-raccourcis {
    position: relative;
    align-items: start;
    display: none;
  }
}
.nav-aside .btn-raccourcis a {
  width: fit-content;
  padding: 2px 5px;
  background-color: var(--primary-color);
  border: solid 1px var(--primary-color);
  border-radius: 155px 15px 225px 15px/15px 225px 15px 155px;
}
.nav-aside .btn-raccourcis a .icone {
  fill: var(--bg-color);
  margin: 0 2px;
  width: 0.375rem;
}
.nav-aside .btn-raccourcis a:hover {
  background-color: var(--accentuation);
  border-color: var(--accentuation);
  opacity: 1;
}

.footer {
  background: var(--primary-color);
  color: var(--neutre-fonce);
}
.footer .footer__container {
  max-width: 1590px;
  padding: 30px 70px 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .footer .footer__container {
    padding: 30px 40px 0;
  }
}
@media screen and (max-width: 650px) {
  .footer .footer__container {
    padding: 20px 20px 0;
  }
}
.footer .footer__nav {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  gap: 15px;
  padding-bottom: 60px;
}
@media screen and (max-width: 650px) {
  .footer .footer__nav {
    flex-flow: column;
  }
}
.footer .footer__nav .bouton {
  flex: auto;
  border: solid 2px;
  border-radius: 155px 15px 225px 15px/15px 225px 15px 155px;
  padding: 5px;
  font-family: "Limes";
  font-size: 1.5625rem;
  text-align: center;
}
.footer .footer__nav .bouton:hover {
  color: var(--bg-color);
}
.footer .footer__infos {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 0.8125rem;
  padding-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  .footer .footer__infos {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 650px) {
  .footer .footer__infos {
    flex-flow: column;
  }
}
.footer .footer__infos .icone {
  width: 0.375rem;
  fill: var(--neutre-fonce);
}
.footer .footer__infos .underline,
.footer .footer__infos .underline.mail {
  text-decoration-color: var(--neutre-fonce);
}
.footer .footer__infos .infos__identite,
.footer .footer__infos .infos__partenaires {
  width: 50%;
}
@media screen and (max-width: 650px) {
  .footer .footer__infos .infos__identite,
  .footer .footer__infos .infos__partenaires {
    width: 100%;
  }
}
.footer .footer__infos .infos__identite .identite__reseaux {
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
  padding-top: 15px;
}
.footer .footer__infos .infos__partenaires {
  display: flex;
  flex-flow: column;
  align-items: end;
  gap: 5px;
}
.footer .footer__infos .infos__partenaires .partenaires__logos {
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
}
.footer .footer__infos .infos__partenaires .partenaires__logos .logo {
  width: 2rem;
  max-height: 3rem;
  object-fit: contain;
}
.footer .footer__infos .infos__partenaires .partenaires__textes {
  display: flex;
  flex-flow: column;
  opacity: 0.6;
  text-align: end;
  gap: 5px;
}
.footer .footer__infos .infos__partenaires .lien {
  align-self: end;
}
.footer .footer__aside {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 0.8125rem;
  padding: 15px 0 15px 0;
}
.footer .footer__aside > div {
  display: flex;
  gap: 15px;
}
.footer .footer__aside .divider {
  bottom: inherit;
  top: 0;
  fill: var(--neutre-fonce);
  height: 4px;
}

.nav-lineaire {
  background-color: var(--couleur-menu-fond);
  color: var(--bg-color);
}
.nav-lineaire .nav-lineaire__container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 1590px;
  padding: 30px 70px 0;
  margin: auto;
  padding-top: 18px;
}
@media screen and (max-width: 1024px) {
  .nav-lineaire .nav-lineaire__container {
    padding: 30px 40px 0;
  }
}
@media screen and (max-width: 650px) {
  .nav-lineaire .nav-lineaire__container {
    padding: 20px 20px 0;
  }
}
@media screen and (max-width: 650px) {
  .nav-lineaire .nav-lineaire__container {
    gap: 0;
  }
}
.nav-lineaire .nav-lineaire__intro {
  font-size: 0.8125rem;
}
@media screen and (max-width: 1024px) {
  .nav-lineaire .nav-lineaire__intro {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 650px) {
  .nav-lineaire .nav-lineaire__intro {
    padding-bottom: 15px;
  }
}
.nav-lineaire .nav-lineaire__intro a {
  text-decoration: underline;
}
.nav-lineaire .nav-lineaire__intro a:hover {
  opacity: 0.6;
}
.nav-lineaire .nav-lineaire__arbo {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 25px;
  gap: 60px;
}
@media screen and (max-width: 650px) {
  .nav-lineaire .nav-lineaire__arbo {
    font-size: 1.125rem;
  }
}
.nav-lineaire .nav-lineaire__arbo .prec,
.nav-lineaire .nav-lineaire__arbo .suiv {
  display: flex;
  align-items: baseline;
  gap: 1.2em;
}
@media screen and (max-width: 650px) {
  .nav-lineaire .nav-lineaire__arbo .prec,
  .nav-lineaire .nav-lineaire__arbo .suiv {
    font-size: 1.125rem;
    flex-flow: column-reverse;
    gap: 15px;
  }
}
.nav-lineaire .nav-lineaire__arbo .prec:hover,
.nav-lineaire .nav-lineaire__arbo .suiv:hover {
  opacity: 0.6;
}
.nav-lineaire .nav-lineaire__arbo .prec::after,
.nav-lineaire .nav-lineaire__arbo .suiv::after {
  display: inline-block;
  content: "";
  background-color: var(--bg-color);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: bottom;
  -webkit-mask-position: bottom;
  mask-image: url("/assets/icons/arrow-comp.svg");
  -webkit-mask-image: url("/assets/icons/arrow-comp.svg");
  width: 1.2em;
  height: 1.2em;
  white-space: nowrap;
  vertical-align: baseline;
}
.nav-lineaire .nav-lineaire__arbo .suiv {
  text-align: right;
}
@media screen and (max-width: 650px) {
  .nav-lineaire .nav-lineaire__arbo .suiv {
    align-items: flex-end;
  }
}
.nav-lineaire .nav-lineaire__arbo .prec {
  flex-flow: row-reverse;
}
@media screen and (max-width: 650px) {
  .nav-lineaire .nav-lineaire__arbo .prec {
    flex-flow: column-reverse;
    align-items: flex-start;
  }
}
.nav-lineaire .nav-lineaire__arbo .prec::after {
  transform: scaleX(-1);
}

.groupe .nav-lineaire {
  background-color: var(--couleur-groupe-fond);
  color: var(--accentuation);
}

.modulaire {
  padding: 0 20vw 0 3rem;
}
@media screen and (max-width: 1024px) {
  .modulaire {
    padding: 0 5vw 0 3rem;
  }
}
@media screen and (max-width: 650px) {
  .modulaire {
    padding: 0;
  }
}
.modulaire .modulaire__contenus {
  --columns: 12;
  display: grid;
  row-gap: 35px;
  column-gap: 35px;
  grid-template-columns: repeat(var(--columns), minmax(0, 1fr));
  grid-auto-flow: dense;
}
@media screen and (max-width: 650px) {
  .modulaire .modulaire__contenus {
    display: flex;
    flex-flow: column;
    gap: 20px;
  }
}
.modulaire .grid {
  grid-column: 1/-1;
  display: grid;
  grid: subgrid/subgrid;
}
@media screen and (max-width: 650px) {
  .modulaire .grid {
    display: flex;
    flex-flow: column;
    gap: 20px;
  }
}
.modulaire .grid .column {
  grid-column: span var(--span);
}
.modulaire .blocks {
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: column;
  gap: 15px;
}
.modulaire .blocks .divider {
  position: relative;
  height: 4px;
}
.modulaire .blocks ul li::before {
  content: " ";
  display: inline-block;
  background-color: var(--txt-color);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: bottom;
  -webkit-mask-position: bottom;
  mask-image: url("/assets/icons/misc.svg");
  -webkit-mask-image: url("/assets/icons/misc.svg");
  transform: rotate(-30deg);
  width: 0.6em;
  height: 0.6em;
  white-space: nowrap;
  margin-right: 8px;
}
.modulaire .blocks iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.modulaire .blocks img {
  width: 100%;
}
.modulaire a:not([data-lightbox], .bouton-ext, .bouton-int) {
  text-decoration: none;
  background-image: linear-gradient(var(--accentuation), var(--accentuation)), linear-gradient(var(--secaccentuation), var(--secaccentuation));
  background-size: 100% 0.1rem, 0 0.1rem;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease-in-out;
}
.modulaire a:not([data-lightbox], .bouton-ext, .bouton-int):hover {
  background-size: 0 0.1rem, 100% 0.1rem;
}
.modulaire a:not([target=_blank], [data-lightbox], .bouton-ext, .bouton-int)::after {
  content: " ";
  display: inline-block;
  background-color: var(--txt-color);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: bottom;
  -webkit-mask-position: bottom;
  mask-image: url("/assets/icons/iconecss.svg");
  -webkit-mask-image: url("/assets/icons/iconecss.svg");
  width: 0.6em;
  height: 0.6em;
  white-space: nowrap;
  margin-left: 5px;
}
.modulaire a[target=_blank]:not([data-lightbox], .bouton-ext, .bouton-int)::after {
  content: " ";
  display: inline-block;
  background-color: var(--txt-color);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: bottom;
  -webkit-mask-position: bottom;
  mask-image: url("/assets/icons/arrow-comp.svg");
  -webkit-mask-image: url("/assets/icons/arrow-comp.svg");
  transform: rotate(-30deg);
  width: 1.2em;
  height: 1.2em;
  white-space: nowrap;
}
.modulaire h1,
.modulaire h2,
.modulaire h3,
.modulaire h4,
.modulaire h5,
.modulaire h6 {
  font-family: "Limes";
  font-weight: inherit;
  line-height: inherit;
  padding: inherit;
}
.modulaire p {
  line-height: 1.5;
}
.modulaire h1 {
  text-transform: uppercase;
  font-size: 2.8125rem;
  padding-top: 3rem;
}
.modulaire h2 {
  font-size: 2.5rem;
}
.modulaire h3 {
  font-size: 2.1875rem;
}
.modulaire .illustration {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 0.3125rem;
}
.modulaire .illustration img {
  aspect-ratio: 4/3;
  object-fit: contain;
  padding: 1.5rem 1.5rem 0;
  max-width: 15rem;
}
.modulaire .illustration h3,
.modulaire .illustration p {
  text-align: center;
  padding-top: inherit;
  font-size: 1.625rem;
}
.modulaire .illustration .titre {
  position: relative;
  width: fit-content;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.modulaire .illustration .titre .divider {
  padding: 0 15px;
  height: 4px;
}
.modulaire .illustration p {
  font-size: 1.125rem;
}

.ariane {
  font-size: 0.75rem;
  padding-bottom: 5px;
}
.ariane ol {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.ariane ol li:not(:last-child):after {
  content: ">";
  padding-left: 5px;
}
.ariane ol li:not(:last-child):hover {
  opacity: 0.6;
}
.ariane ol li [aria-current=page] {
  padding: 0 5px;
  opacity: 0.5;
  background: var(--neutre-clair);
  border-radius: 155px 15px 225px 15px/15px 225px 15px 155px;
}

.hamburger-menu {
  display: flex;
  gap: 15px;
}

#menu__toggle {
  opacity: 0;
  position: absolute;
}

#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}

#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}

#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}

#menu__toggle:checked ~ .menu__box {
  right: 0 !important;
}

.menu__label {
  cursor: pointer;
}

.menu__btn {
  display: block;
  position: relative;
  top: 14px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--txt-color);
  transition-duration: 0.25s;
}

.menu__btn > span::before {
  content: "";
  top: -8px;
}

.menu__btn > span::after {
  content: "";
  top: 8px;
}

.menu__box {
  box-shadow: 0 0 0.5em lightgray;
  z-index: 5;
  display: block;
  position: fixed;
  background-color: var(--couleur-menu-fond);
  color: var(--bg-color);
  top: 0;
  right: -100%;
  width: 30vw;
  max-width: 600px;
  min-width: 380px;
  height: 100%;
  margin: 0;
  padding: 80px 20px;
  list-style: none;
  transition-duration: 0.25s;
}

.menu__item {
  display: inline-block;
  padding: 12px 24px;
  text-decoration: none;
  transition-duration: 0.25s;
}

.menu__item:hover {
  color: white;
}

.illucouleur {
  position: relative;
  overflow: hidden;
}
.illucouleur img:first-child {
  mix-blend-mode: lighten;
}
.illucouleur .filter {
  position: absolute;
  inset: 0;
  z-index: -1;
  filter: drop-shadow(0px 1000px 0 var(--txt-color));
  transform: translateY(-1000px);
}
.illucouleur img {
  background-blend-mode: lighten, normal, normal;
  width: 100%;
}

.lien {
  width: fit-content;
}
.lien:hover .ext + .icone {
  opacity: 1;
}
.lien:hover.underline {
  background-size: 0 0.1rem, 100% 0.1rem;
}
.lien:hover.bouton-ext, .lien:hover.bouton-int {
  opacity: 1;
  border-color: var(--accentuation);
  background-color: var(--accentuation);
  color: var(--bg-color);
}
.lien:hover.bouton-ext::before, .lien:hover.bouton-ext::after, .lien:hover.bouton-int::before, .lien:hover.bouton-int::after {
  background-color: var(--bg-color);
}
.lien .label {
  white-space: normal;
}
.lien .icone {
  fill: var(--txt-color);
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
  height: 100%;
}
.lien.drapeau {
  padding-right: 0.6em;
}
.lien.drapeau::after {
  content: " ";
  display: inline-block;
  background-color: var(--bg-color);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: bottom;
  -webkit-mask-position: bottom;
  mask-image: url("/assets/icons/iconecss.svg");
  -webkit-mask-image: url("/assets/icons/iconecss.svg");
  width: 0.6em;
  height: 0.6em;
  white-space: nowrap;
}
.lien.underline {
  text-decoration: none;
  background-image: linear-gradient(var(--accentuation), var(--accentuation)), linear-gradient(var(--secaccentuation), var(--secaccentuation));
  background-size: 100% 0.1rem, 0 0.1rem;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease-in-out;
}
.lien.underline:not([target=_blank]) {
  padding-right: 0.6em;
}
.lien.underline:not([target=_blank])::after {
  content: " ";
  display: inline-block;
  background-color: var(--txt-color);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: bottom;
  -webkit-mask-position: bottom;
  mask-image: url("/assets/icons/iconecss.svg");
  -webkit-mask-image: url("/assets/icons/iconecss.svg");
  width: 0.6em;
  height: 0.6em;
  white-space: nowrap;
  margin-left: 5px;
  margin-right: -0.6em;
}
.lien.underline[target=_blank] {
  padding-right: 1.2em;
}
.lien.underline[target=_blank]::after {
  content: " ";
  display: inline-block;
  background-color: var(--txt-color);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: bottom;
  -webkit-mask-position: bottom;
  mask-image: url("/assets/icons/arrow-comp.svg");
  -webkit-mask-image: url("/assets/icons/arrow-comp.svg");
  width: 1.2em;
  height: 1.2em;
  white-space: nowrap;
  margin-left: 8px;
  transform: rotate(-30deg);
  margin-right: -1.2em;
}
.lien .ext + .icone {
  opacity: 0;
  transform: rotate(-15deg);
}
.lien.bouton-int {
  display: inline-block;
  width: fit-content;
  border: 1px solid var(--txt-color);
  border-radius: 4px;
  padding: 2px 5px;
  border-radius: 155px 15px 225px 15px/15px 225px 15px 155px;
  padding-right: 0.6em;
}
.lien.bouton-int::after {
  content: " ";
  display: inline-block;
  background-color: var(--txt-color);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: bottom;
  -webkit-mask-position: bottom;
  mask-image: url("/assets/icons/iconecss.svg");
  -webkit-mask-image: url("/assets/icons/iconecss.svg");
  width: 0.6em;
  height: 0.6em;
  white-space: nowrap;
  margin-left: 5px;
  margin-right: -0.6em;
}
.lien.bouton-ext {
  display: inline-block;
  width: fit-content;
  border: 1px solid var(--txt-color);
  border-radius: 4px;
  padding: 2px 5px;
  border-radius: 155px 15px 225px 15px/15px 225px 15px 155px;
}
.lien.bouton-ext::before {
  content: " ";
  display: inline-block;
  background-color: var(--txt-color);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: bottom;
  -webkit-mask-position: bottom;
  mask-image: url("/assets/icons/arrow-comp.svg");
  -webkit-mask-image: url("/assets/icons/arrow-comp.svg");
  width: 1.2em;
  height: 1.2em;
  white-space: nowrap;
  transform: rotate(-15deg);
}

.contenus .underline {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  text-decoration-color: var(--accentuation);
  text-decoration-thickness: 0.0938rem;
}
.contenus .underline:hover {
  text-decoration-color: var(--secaccentuation);
}

img:not(.icone) {
  border-radius: 4px;
}

.photo {
  border-radius: 4px;
}
.photo .img-base {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--primary-color);
  border: solid 1px var(--txt-color);
  transition: transform 0.6s ease-out;
}

.home main {
  padding-top: 0;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .home main {
    padding-top: 15px;
    margin-bottom: 0;
  }
}
.home main > section:not(:last-child) {
  padding-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .home main > section:not(:last-child) {
    padding-bottom: 40px;
  }
}
.home main .mobile-only {
  display: none;
  padding-top: 35px;
}
.home main .mobile-only .illu,
.home main .mobile-only .illucouleur {
  max-width: 600px;
}
@media screen and (max-width: 1024px) {
  .home main .mobile-only {
    display: flex;
    justify-content: center;
  }
}
.home main .banniere {
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: 1024px) {
  .home main .banniere {
    flex-flow: column;
    gap: 35px;
  }
}
.home main .banniere .illucouleur,
.home main .banniere .illu {
  display: flex;
  align-items: end;
  flex-shrink: 1;
  width: 100%;
  align-self: stretch;
}
.home main .banniere .illucouleur > img,
.home main .banniere .illu > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .home main .banniere .illucouleur:not(.mobile-only),
  .home main .banniere .illu:not(.mobile-only) {
    display: none;
  }
}
.home main .banniere .presentation {
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-top: 60px;
  padding-left: 60px;
  gap: 3.125rem;
  width: 100%;
  animation: appFromLeft 1s ease 0s 1 normal forwards;
}
@media screen and (max-width: 1024px) {
  .home main .banniere .presentation {
    padding: 0;
    padding-top: 35px;
  }
}
.home main .banniere .presentation .titrage {
  position: relative;
  font-size: 1.75rem;
}
.home main .banniere .presentation .titrage .divider {
  display: none;
}
.home main .banniere .presentation .titrage .divider:first-child {
  top: -1rem;
  bottom: inherit;
}
.home main .banniere .presentation .titrage .divider:last-child {
  bottom: -1rem;
}
.home main .banniere .presentation .orientation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 35px;
  column-gap: 60px;
}
@media screen and (max-width: 650px) {
  .home main .banniere .presentation .orientation {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.home main .banniere .presentation .orientation .underline {
  background-image: linear-gradient(var(--txt-color), var(--txt-color)), linear-gradient(var(--accentuation), var(--accentuation));
}
.home main .visuel .video {
  height: fit-content;
}
.home main .visuel .video iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.77;
}
.home main .evenements h2 path {
  fill: var(--txt-color);
}
.home main .evenements__liste {
  display: flex;
  flex-flow: column;
  font-size: 0.8125rem;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .home main .evenements__liste {
    font-size: 0.9375rem;
  }
}
.home main .evenements__liste .evenement {
  position: relative;
}
.home main .evenements__liste .evenement .divider {
  fill: lightgray;
  bottom: inherit;
  top: 0;
  height: 1px;
  opacity: 0.5;
}
.home main .evenements__liste .infos {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}
.home main .evenements__liste .infos .infos__pratique {
  display: flex;
  flex-flow: column;
  gap: 5px;
}
.home main .evenements__liste .infos .infos__pratique .reccurence {
  width: fit-content;
  position: relative;
  left: 0.5em;
}
.home main .evenements__liste .infos .infos__pratique .reccurence::before {
  content: "";
  z-index: -1;
  left: -0.5em;
  top: -0.1em;
  border-width: 2px;
  border-style: solid;
  border-color: var(--primary-color);
  position: absolute;
  border-right-color: transparent;
  width: 110%;
  height: 1.5em;
  transform: rotate(2deg);
  opacity: 0.7;
  border-radius: 50%;
  padding: 0.1em 0.25em;
}
.home main .evenements__liste .infos .infos__pratique .reccurence::after {
  content: "";
  z-index: -1;
  left: -0.5em;
  top: 0.1em;
  padding: 0.1em 0.25em;
  border-width: 2px;
  border-style: solid;
  border-color: var(--primary-color);
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  width: 110%;
  height: 1.5em;
  transform: rotate(-1deg);
  opacity: 0.7;
  border-radius: 50%;
}
.home main .evenements__liste .infos .infos__pratique .adresse::first-letter {
  text-transform: capitalize;
}
.home main .evenements__liste .infos .infos__contact {
  opacity: 0.6;
}
.home main .evenements__liste .description {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-top: 5px;
  gap: 5px;
}
@media screen and (max-width: 650px) {
  .home main .evenements__liste .description {
    padding-top: 60px;
  }
}
.home main .evenements__liste .description .description__titre {
  font-size: 1.38rem;
  text-align: center;
}
.home main .evenements__liste .description .lien .icone {
  width: 0.375rem;
}

.le-cho .section-nav .nav__container li:nth-child(1n),
.formations .section-nav .nav__container li:nth-child(1n) {
  opacity: 0;
  animation: appFade 0.5s ease 0s normal forwards;
  animation-delay: 0.1s;
}
.le-cho .section-nav .nav__container li:nth-child(2n),
.formations .section-nav .nav__container li:nth-child(2n) {
  opacity: 0;
  animation: appFade 0.5s ease 0s normal forwards;
  animation-delay: 0.2s;
}
.le-cho .section-nav .nav__container li:nth-child(3n),
.formations .section-nav .nav__container li:nth-child(3n) {
  opacity: 0;
  animation: appFade 0.5s ease 0s normal forwards;
  animation-delay: 0.3s;
}
.le-cho .section-nav .nav__container li:nth-child(4n),
.formations .section-nav .nav__container li:nth-child(4n) {
  opacity: 0;
  animation: appFade 0.5s ease 0s normal forwards;
  animation-delay: 0.4s;
}
.le-cho .section-nav .nav__container li:nth-child(5n),
.formations .section-nav .nav__container li:nth-child(5n) {
  opacity: 0;
  animation: appFade 0.5s ease 0s normal forwards;
  animation-delay: 0.5s;
}
.le-cho .section-nav .nav__container li:nth-child(6n),
.formations .section-nav .nav__container li:nth-child(6n) {
  opacity: 0;
  animation: appFade 0.5s ease 0s normal forwards;
  animation-delay: 0.6s;
}
.le-cho .section-nav .nav__container li:nth-child(7n),
.formations .section-nav .nav__container li:nth-child(7n) {
  opacity: 0;
  animation: appFade 0.5s ease 0s normal forwards;
  animation-delay: 0.7s;
}
.le-cho .section-nav .nav__container li:nth-child(8n),
.formations .section-nav .nav__container li:nth-child(8n) {
  opacity: 0;
  animation: appFade 0.5s ease 0s normal forwards;
  animation-delay: 0.8s;
}
.le-cho .section-nav .nav__container li:nth-child(9n),
.formations .section-nav .nav__container li:nth-child(9n) {
  opacity: 0;
  animation: appFade 0.5s ease 0s normal forwards;
  animation-delay: 0.9s;
}
.le-cho .section-nav .nav__container li:nth-child(10n),
.formations .section-nav .nav__container li:nth-child(10n) {
  opacity: 0;
  animation: appFade 0.5s ease 0s normal forwards;
  animation-delay: 1s;
}
.le-cho .section-nav .nav__container,
.formations .section-nav .nav__container {
  padding: 0 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media screen and (max-width: 1280px) {
  .le-cho .section-nav .nav__container,
  .formations .section-nav .nav__container {
    padding: 0 35px;
  }
}
@media screen and (max-width: 1024px) {
  .le-cho .section-nav .nav__container,
  .formations .section-nav .nav__container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .le-cho .section-nav .nav__container,
  .formations .section-nav .nav__container {
    padding: 0;
  }
}
@media screen and (max-width: 1280px) {
  .le-cho .section-nav .nav__container,
  .formations .section-nav .nav__container {
    gap: 60px 35px;
  }
}
@media screen and (max-width: 650px) {
  .le-cho .section-nav .nav__container,
  .formations .section-nav .nav__container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.le-cho .section-nav .nav__item,
.formations .section-nav .nav__item {
  display: flex;
  flex-flow: column;
  gap: 0.625rem;
}
.le-cho .section-nav .nav__item .photo,
.formations .section-nav .nav__item .photo {
  line-height: 0;
  background-color: var(--accentuation);
  overflow: hidden;
}
.le-cho .section-nav .nav__item:hover .img-base,
.formations .section-nav .nav__item:hover .img-base {
  -webkit-transition: 0.6s ease-out;
  transition: transform 0.6s ease-out;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.le-cho .section-nav .nav__item:hover .infos .icone,
.formations .section-nav .nav__item:hover .infos .icone {
  transform: translateY(100%);
}
.le-cho .section-nav .nav__item:hover .infos span[aria-hidden=true],
.formations .section-nav .nav__item:hover .infos span[aria-hidden=true] {
  transform: none;
}
.le-cho .section-nav .nav__item .infos,
.formations .section-nav .nav__item .infos {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  overflow: hidden;
}
.le-cho .section-nav .nav__item .infos span,
.formations .section-nav .nav__item .infos span {
  transition: transform 0.3s ease-out;
}
.le-cho .section-nav .nav__item .infos span[aria-hidden=true],
.formations .section-nav .nav__item .infos span[aria-hidden=true] {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 100%;
  color: var(--accentuation);
  font-size: 0.8125rem;
  transform: translateY(-100%);
}
@media screen and (max-width: 1024px) {
  .le-cho .section-nav .nav__item .infos span[aria-hidden=true],
  .formations .section-nav .nav__item .infos span[aria-hidden=true] {
    font-size: 0.9375rem;
  }
}
.le-cho .section-nav .nav__item .infos .icone,
.formations .section-nav .nav__item .infos .icone {
  display: inline-block;
  transition: transform 0.3s ease-out;
}

.thematiques .nav__container li:nth-child(1n) {
  opacity: 0;
  animation: appFade 0.5s ease 0s normal forwards;
  animation-delay: 0.1s;
}
.thematiques .nav__container li:nth-child(2n) {
  opacity: 0;
  animation: appFade 0.5s ease 0s normal forwards;
  animation-delay: 0.2s;
}
.thematiques .nav__container li:nth-child(3n) {
  opacity: 0;
  animation: appFade 0.5s ease 0s normal forwards;
  animation-delay: 0.3s;
}
.thematiques .nav__container li:nth-child(4n) {
  opacity: 0;
  animation: appFade 0.5s ease 0s normal forwards;
  animation-delay: 0.4s;
}
.thematiques .nav__container li:nth-child(5n) {
  opacity: 0;
  animation: appFade 0.5s ease 0s normal forwards;
  animation-delay: 0.5s;
}
.thematiques .nav__container li:nth-child(6n) {
  opacity: 0;
  animation: appFade 0.5s ease 0s normal forwards;
  animation-delay: 0.6s;
}
.thematiques .nav__container li:nth-child(7n) {
  opacity: 0;
  animation: appFade 0.5s ease 0s normal forwards;
  animation-delay: 0.7s;
}
.thematiques .nav__container li:nth-child(8n) {
  opacity: 0;
  animation: appFade 0.5s ease 0s normal forwards;
  animation-delay: 0.8s;
}
.thematiques .nav__container li:nth-child(9n) {
  opacity: 0;
  animation: appFade 0.5s ease 0s normal forwards;
  animation-delay: 0.9s;
}
.thematiques .nav__container li:nth-child(10n) {
  opacity: 0;
  animation: appFade 0.5s ease 0s normal forwards;
  animation-delay: 1s;
}
.thematiques .nav__container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  column-gap: 70px;
  row-gap: 60px;
  padding: 0 60px;
}
@media screen and (max-width: 1280px) {
  .thematiques .nav__container {
    padding: 0 35px;
  }
}
@media screen and (max-width: 1024px) {
  .thematiques .nav__container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .thematiques .nav__container {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .thematiques .nav__container {
    row-gap: 35px;
  }
}
@media screen and (max-width: 650px) {
  .thematiques .nav__container {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 650px) {
  .thematiques .nav__container li {
    padding: 0;
  }
}
.thematiques .nav__container li:hover .illu .img-base-illu {
  -webkit-transition: 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.thematiques .nav__container li:hover h4 {
  background-size: 100% 0.1rem;
}
.thematiques .nav__container li .illu {
  margin: 1rem;
  border: solid 1px var(--txt-color);
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.thematiques .nav__container li .illu .img-base-illu {
  -webkit-transition: 0.3s ease-out;
  transition: transform 0.3s ease-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thematiques .nav__container li .infos {
  text-align: center;
}
.thematiques .nav__container li h4 {
  display: inline;
  padding-right: 1.2em;
  text-decoration: none;
  background-image: linear-gradient(var(--accentuation), var(--accentuation));
  background-size: 0 0.1rem;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease-in-out;
}
.thematiques .nav__container li h4::after {
  content: "";
  display: inline-block;
  background-color: var(--txt-color);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: bottom;
  -webkit-mask-position: bottom;
  mask-image: url("/assets/icons/iconecss.svg");
  -webkit-mask-image: url("/assets/icons/iconecss.svg");
  width: 0.6em;
  height: 0.6em;
  white-space: nowrap;
  margin-left: 5px;
  margin-right: -1.2em;
}
@media screen and (max-width: 650px) {
  .thematiques .nav__container li h4 {
    font-size: 1.38rem;
  }
}

.victoires .victoires__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 60px;
  column-gap: 35px;
}
@media screen and (max-width: 1024px) {
  .victoires .victoires__container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 650px) {
  .victoires .victoires__container {
    grid-template-columns: 1fr;
    row-gap: 35px;
  }
}
.victoires .victoires__container .victoire__infos {
  font-size: 0.8125rem;
}
@media screen and (max-width: 1024px) {
  .victoires .victoires__container .victoire__infos {
    font-size: 0.9375rem;
  }
}
.victoires .victoires__container .victoire__infos .victoire__annee {
  background-color: var(--txt-color);
  color: var(--bg-color);
  padding: 1px 2px;
}
.victoires .victoires__container .victoire__infos .drapeau {
  padding: 1px 2px;
  color: var(--bg-color);
}
.victoires .victoires__container .victoire__infos .drapeau .icone {
  width: 0.375rem;
}
.victoires .victoires__container .victoire__texte {
  text-align: center;
}
.victoires .victoires__container .victoire__texte .victoire__infos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 15px;
}
.victoires .victoires__container .victoire__visuel img {
  aspect-ratio: 1/1.1;
}
.victoires .victoires__container .victoire__visuel .sticker {
  background: none;
  border: none;
}
.victoires .victoires__container .icone path {
  fill: var(--txt-color);
}

.groupes .contenus {
  padding: 0 20vw 0 3rem;
}
@media screen and (max-width: 1024px) {
  .groupes .contenus {
    padding: 0 5vw 0 3rem;
  }
}
@media screen and (max-width: 650px) {
  .groupes .contenus {
    padding: 0;
  }
}
.groupes .contenus .contenus__infos {
  display: flex;
  flex-flow: column;
  gap: 15px;
  padding-right: 12vw;
}
.groupes .contenus .contenus__infos a {
  text-decoration: none;
  display: inline;
  background-image: linear-gradient(var(--accentuation), var(--accentuation)), linear-gradient(var(--secaccentuation), var(--secaccentuation));
  background-size: 100% 0.1rem, 0 0.1rem;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease-in-out;
}
.groupes .contenus .contenus__infos a:hover {
  background-size: 0 0.1rem, 100% 0.1rem;
}
.groupes .contenus .contenus__infos a:not([target=_blank])::after {
  content: "";
  display: inline-block;
  background-color: var(--txt-color);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: bottom;
  -webkit-mask-position: bottom;
  mask-image: url("/assets/icons/iconecss.svg");
  -webkit-mask-image: url("/assets/icons/iconecss.svg");
  width: 0.6em;
  height: 0.6em;
  white-space: nowrap;
  margin-left: 5px;
  margin-right: -1.2em;
}
.groupes .contenus .contenus__infos a[target=_blank]::after {
  content: " ";
  display: inline-block;
  background-color: var(--txt-color);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: bottom;
  -webkit-mask-position: bottom;
  mask-image: url("/assets/icons/arrow-comp.svg");
  -webkit-mask-image: url("/assets/icons/arrow-comp.svg");
  width: 1.2em;
  height: 1.2em;
  white-space: nowrap;
  margin-left: 8px;
  transform: rotate(-30deg);
}
.groupes .contenus .contenus__groupes {
  display: flex;
  flex-flow: column;
  gap: 60px;
  padding-top: 60px;
}
.groupes .contenus .contenus__groupes .groupes__categorie {
  display: flex;
  flex-flow: column;
}
.groupes .contenus .contenus__groupes .groupes__categorie.archives {
  padding-top: 60px;
  opacity: 0.7;
}
.groupes .contenus .contenus__groupes .groupes__categorie h4 {
  width: fit-content;
  margin-bottom: 40px;
  font-size: 2.8125rem;
  font-family: "Limes";
  border-bottom: solid 4px;
  border-radius: 25px 15px 225px 15px/15px 225px 15px 5px;
}
.groupes .contenus .contenus__groupes .groupes__categorie .groupe__liste {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 60px;
}
@media screen and (max-width: 650px) {
  .groupes .contenus .contenus__groupes .groupes__categorie .groupe__liste {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 0;
  }
}
.groupes .contenus .contenus__groupes .groupes__categorie .groupe__liste li:hover .illu .img-base-illu {
  -webkit-transition: 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.groupes .contenus .contenus__groupes .groupes__categorie .groupe__liste li:hover .infos .infos__titre h5 {
  background-size: 100% 0.1rem;
}
.groupes .contenus .contenus__groupes .groupes__categorie .groupe__liste li .illu {
  margin: 1rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  border: none;
}
.groupes .contenus .contenus__groupes .groupes__categorie .groupe__liste li .illu .img-base-illu {
  -webkit-transition: 0.3s ease-out;
  transition: transform 0.3s ease-out;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.groupes .contenus .contenus__groupes .groupes__categorie .groupe__liste li .infos {
  display: flex;
  flex-flow: column;
  gap: 10px;
  text-align: center;
}
.groupes .contenus .contenus__groupes .groupes__categorie .groupe__liste li .infos .infos__titre h5 {
  display: inline;
  padding-right: 1.2em;
  text-decoration: none;
  background-image: linear-gradient(var(--accentuation), var(--accentuation));
  background-size: 0 0.1rem;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease-in-out;
}
.groupes .contenus .contenus__groupes .groupes__categorie .groupe__liste li .infos .infos__titre h5::after {
  content: "";
  display: inline-block;
  background-color: var(--txt-color);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: bottom;
  -webkit-mask-position: bottom;
  mask-image: url("/assets/icons/iconecss.svg");
  -webkit-mask-image: url("/assets/icons/iconecss.svg");
  width: 0.6em;
  height: 0.6em;
  white-space: nowrap;
  margin-left: 5px;
  margin-right: -1.2em;
}
.groupes .contenus .contenus__groupes .groupes__categorie .groupe__liste li .infos .infos__titre .icone {
  margin-left: 5px;
}
.groupes .contenus .contenus__groupes .groupes__categorie .groupe__liste li .infos .infos__soustitre {
  font-size: 0.8125rem;
}
@media screen and (max-width: 1024px) {
  .groupes .contenus .contenus__groupes .groupes__categorie .groupe__liste li .infos .infos__soustitre {
    font-size: 0.9375rem;
  }
}

.groupe {
  background-color: var(--couleur-groupe-fond);
}
.groupe header {
  background: var(--couleur-groupe-fond);
}
.groupe header #logo-principal path {
  fill: var(--txt-color);
}
.groupe .btn-raccourcis .drapeau {
  color: var(--couleur-groupe-fond);
  border-color: var(--accentuation);
  background-color: var(--accentuation);
}
.groupe .btn-raccourcis .drapeau::after {
  background-color: var(--couleur-groupe-fond);
}
.groupe .btn-raccourcis .drapeau:hover {
  color: var(--accentuation);
  background-color: var(--couleur-groupe-fond);
}
.groupe .nav-lineaire a {
  color: var(--accentuation);
}
.groupe .nav-lineaire .nav-lineaire__arbo .suiv::after,
.groupe .nav-lineaire .nav-lineaire__arbo .prec::after {
  background-color: var(--accentuation);
}
.groupe .entete {
  display: flex;
  flex-flow: column;
  gap: 15px;
  color: var(--accentuation);
  padding-bottom: 60px;
}
.groupe .entete .titre {
  padding-bottom: 0;
}
.groupe .entete .titre .archive {
  opacity: 0.6;
  font-size: 1.875rem;
}
.groupe .entete .referent {
  border-top: 2px solid var(--accentuation);
  width: fit-content;
  padding: 5px 0;
}
.groupe .entete .informations {
  padding-top: 15px;
}
.groupe .entete .informations li {
  border-top: 2px solid var(--accentuation);
  width: fit-content;
  padding: 5px 0;
}
.groupe .modulaire__contenus {
  color: var(--txt-color);
}
.groupe .modulaire__contenus a:not([data-lightbox], .bouton-ext, .bouton-int) {
  background-image: linear-gradient(var(--accentuation), var(--accentuation)), linear-gradient(var(--txt-color), var(--txt-color));
}
.groupe .modulaire__contenus .blocks img {
  width: 100%;
}
.groupe .modulaire__contenus .blocks .bouton-ext:hover {
  color: var(--couleur-groupe-fond);
}
.groupe .modulaire__contenus .blocks .bouton-ext:hover::before {
  background-color: var(--couleur-groupe-fond);
}

.partenaires .partenaires__container {
  display: flex;
  flex-flow: column;
  gap: 60px;
}
.partenaires .partenaires__rubrique {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1024px) {
  .partenaires .partenaires__rubrique {
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
  }
}
@media screen and (max-width: 650px) {
  .partenaires .partenaires__rubrique {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.partenaires .partenaires__rubrique ul {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  font-size: 1.125rem;
  column-gap: 15px;
}
.partenaires .partenaires__rubrique ul .partenaire.sanslien {
  display: inline-block;
  width: fit-content;
  border: 1px solid var(--txt-color);
  padding: 2px 5px;
  white-space: nowrap;
  border-radius: 155px 15px 225px 15px/15px 225px 15px 155px;
}

.section__ressources .titre,
.section__annuaire .titre {
  width: fit-content;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 2.1875rem;
  font-family: "Limes";
  text-transform: uppercase;
}
.section__ressources .titre .divider,
.section__annuaire .titre .divider {
  height: 4px;
}
.section__ressources .rubrique__container,
.section__annuaire .rubrique__container {
  display: flex;
  flex-flow: column;
  gap: 15px;
}
.section__ressources .rubrique__container .rubrique__item:hover,
.section__annuaire .rubrique__container .rubrique__item:hover {
  opacity: 0.6;
}
.section__ressources .rubrique__container .item__infos,
.section__annuaire .rubrique__container .item__infos {
  width: fit-content;
  font-size: 0.8125rem;
  margin: 0 -0.4em;
  padding: 0em 0.4em;
  background-color: var(--txt-color);
  color: var(--bg-color);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  border-radius: 155px 15px 225px 15px/15px 225px 15px 155px;
  line-height: 130%;
}
@media screen and (max-width: 1024px) {
  .section__ressources .rubrique__container .item__infos,
  .section__annuaire .rubrique__container .item__infos {
    font-size: 0.9375rem;
  }
}
.section__ressources .rubrique__container .site-web .nom,
.section__annuaire .rubrique__container .site-web .nom {
  width: fit-content;
  margin: 0 -0.4em;
  padding: 0em 0.4em;
  background-color: var(--neutre-clair);
  color: var(--txt-color);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  border-radius: 155px 15px 225px 15px/15px 225px 15px 155px;
  line-height: 130%;
}

.section__ressources {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media screen and (max-width: 650px) {
  .section__ressources {
    grid-template-columns: 1fr;
  }
}

.section__annuaire {
  display: flex;
  flex-flow: column;
  padding-top: 60px;
}
.section__annuaire .annuaire__contenus {
  display: flex;
  flex-flow: column;
  gap: 35px;
}
.section__annuaire .annuaire__contenus .annuaire__rubrique {
  display: flex;
  flex-flow: column;
  gap: 15px;
}
.section__annuaire .annuaire__contenus .annuaire__rubrique .rubrique__item a {
  display: flex;
  flex-flow: column;
  gap: 5px;
}

.simple .contenus {
  padding: 0 20vw 0 3rem;
}
@media screen and (max-width: 1024px) {
  .simple .contenus {
    padding: 0 5vw 0 3rem;
  }
}
@media screen and (max-width: 650px) {
  .simple .contenus {
    padding: 0;
  }
}
.simple .contenus .grid {
  --columns: 3;
  --gutter: 3rem;
  --min: 10rem;
  display: grid;
  grid-gap: var(--gutter);
  grid-template-columns: repeat(auto-fit, minmax(var(--min), 1fr));
  grid-auto-flow: dense;
}
.simple .contenus .grid .column {
  margin-bottom: var(--gutter);
}
.simple .contenus .blocks img {
  width: 100%;
}

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