@charset "UTF-8";
:root {
  --toaster-height:0.1px;
}

/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

body {
  font-size: 16px;
  font-family: "Lato";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 100px;
}

.container {
  width: 90vw;
  max-width: 1400px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
.container--full {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.container--lg {
  max-width: 1440px;
}

.pill {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  padding: 0 12px;
  border: 1px solid rgb(30, 30, 30);
  border-radius: 100px;
  padding-bottom: 0.125rem;
}

.line {
  height: 1px;
  width: 100%;
  background-color: rgb(227, 227, 227);
}

.c-site-menu {
  padding: 30px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 10;
}
.c-site-menu .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-site-menu .container .navbar_right ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.c-site-menu .container .navbar_right ul li:not(:last-of-type) {
  margin-right: 1rem;
}

.button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 14px 30px 16px 30px;
  border-radius: 60px;
  font-size: 1rem;
  background-color: #D93914;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.button.buttonLink {
  border: none;
}
.button.buttonLink span {
  color: #FFFFFF;
}
.button.buttonLink:hover {
  background-color: #D93914;
}
.button, .button:visited {
  color: #FFFFFF;
}
.button:hover {
  text-decoration: none;
}
.button > span {
  position: relative;
  z-index: 2;
}
.button_circle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  will-change: transform;
  pointer-events: none;
  backface-visibility: hidden;
}
.button_circle > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  margin-left: -300px;
  margin-top: -300px;
  border-radius: 50%;
  background-color: rgb(170.3037974684, 44.7341772152, 15.6962025316);
  backface-visibility: hidden;
  transform: scale(0);
  opacity: 0;
  transform-origin: center center;
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.3s linear;
}
.button_circle > div::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.button--light {
  background-color: #ece6f0;
  color: black;
}
.button--light .button_circle_bubble {
  background-color: rgb(229.5, 229.5, 229.5);
}
.button--light-outline {
  background-color: none;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  transition: all 0.3s linear;
}
.button--light-outline:hover {
  color: #D93914;
  transition: color 0.8s linear;
}
.button--light-outline .button_circle_bubble {
  background-color: #FFFFFF;
}

.buttonLink {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #DADADA;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.2s linear;
}
.buttonLink, .buttonLink:visited {
  color: #253240;
}
.buttonLink:hover {
  text-decoration: none;
  background: rgb(228.2, 228.2, 228.2);
}
.buttonLink span, .buttonLink svg {
  display: inline-block;
  vertical-align: middle;
}
.buttonLink svg {
  width: 6.5px;
  height: 10.5px;
  margin-left: 7px;
  color: #D93914;
}

.c-header {
  height: 330px;
  width: 100%;
  background-color: #D93914;
  margin-top: 117px;
  color: #FFFFFF;
}
.c-header .container {
  height: 100%;
  display: flex;
}
.c-header__right, .c-header__left {
  height: 100%;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-header__right h1, .c-header__left h1 {
  margin-bottom: 1rem;
  font-size: 34px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0;
  font-family: "Lato";
  max-width: 600px;
}
.c-header__right p, .c-header__left p {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  font-family: "Lato";
  max-width: 600px;
}
.c-header__right {
  flex: 1;
  padding: 0;
  padding-left: 60px;
}
.c-header__right__image {
  position: relative;
  height: 100%;
  width: 100%;
  aspect-ratio: 660/330;
}
.c-header__right__image img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-list .container {
  display: flex;
  padding-top: 40px;
  justify-content: center;
}
.c-list__left {
  width: 35%;
}
.c-list__right {
  width: 65%;
  padding-left: 50px;
}

.c-top-bar {
  width: 100%;
}
.c-top-bar .wrapper {
  display: flex;
  width: 100%;
  padding: 1rem 0;
  justify-content: space-between;
}
.c-top-bar .wrapper .rss-btn {
  display: flex;
  align-items: center;
  min-width: -moz-max-content;
  min-width: max-content;
}
.c-top-bar .wrapper .rss-btn:hover {
  text-decoration: underline;
}
.c-top-bar .wrapper .rss-btn svg {
  margin-right: 0.5rem;
}
.c-top-bar .wrapper .selection {
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  align-items: center;
  min-width: -moz-max-content;
  min-width: max-content;
}
.c-top-bar .wrapper .selection span {
  font-weight: 400;
}
.c-top-bar .wrapper .selection button {
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.c-top-bar .wrapper .selection button.active {
  text-decoration: underline;
}
.c-top-bar .wrapper .selection button:hover {
  text-decoration: underline;
}
.c-top-bar .wrapper .selection button svg {
  margin-left: 0.5rem;
}

.c-steps {
  padding: 22px;
  border: 1px solid #D93914;
  border-radius: 1rem;
  margin-bottom: 26px;
}
.c-steps h2 {
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  color: #D93914;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-bottom: 1rem;
}
.c-steps ul {
  list-style: none;
  position: relative;
  padding: 0.75rem 0;
}
.c-steps ul::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: 0.15rem;
  top: 0;
  z-index: -1;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, #858585 10%, #858585 50%, #858585 90%, rgb(255, 255, 255) 100%);
}
.c-steps ul li {
  color: #49454f;
  font-weight: 400;
  font-size: 18px;
  position: relative;
  margin-left: 1.5rem;
  margin-bottom: 0.85rem;
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  cursor: pointer;
}
.c-steps ul li:hover {
  color: #D93914;
}
.c-steps ul li:last-of-type {
  margin-bottom: 0;
}
.c-steps ul li.active {
  color: #D93914;
}
.c-steps ul li.active::before {
  transform: translateY(-50%) scale(1);
  opacity: 1;
}
.c-steps ul li::before {
  content: "";
  position: absolute;
  left: calc(-2rem + 3px);
  top: 50%;
  transform: translateY(-50%) scale(0.5);
  width: 16px;
  height: 16px;
  background-color: #D93914;
  border-radius: 50%;
  z-index: 3;
  transform-origin: center;
  opacity: 0;
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}
.c-steps ul li::after {
  content: "";
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  border: 1px solid #858585;
  border-radius: 50%;
  background-color: #FFFFFF;
  z-index: 2;
}
.c-steps ul li span {
  font-weight: 700;
}

.c-content-card {
  display: flex;
  border-bottom: 1px solid #e3e3e3;
  padding: 28px 0;
  align-items: flex-start;
  max-width: 900px;
}
.c-content-card:last-child {
  border-bottom: none;
}
.c-content-card .input-wrapper input {
  display: none;
}
.c-content-card .input-wrapper label {
  width: 22px;
  height: 22px;
  border: 1px solid #858585;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.c-content-card .input-wrapper label:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  top: 50%;
  left: 50%;
  opacity: 0;
  transform-origin: center;
}
.c-content-card .input-wrapper input:checked + label {
  border-color: #FFFFFF;
  background-color: #D93914;
}
.c-content-card .input-wrapper input:checked + label:after {
  opacity: 1;
  transform: translate(-50%, -55%) rotate(45deg);
  transition: opacity 0.2s ease-in-out;
}
.c-content-card .image-wrapper {
  width: 40%;
  display: flex;
  justify-content: center;
  padding: 0 25px;
  aspect-ratio: 2.5/2;
  box-sizing: content-box;
}
.c-content-card .image-wrapper img {
  height: 90%;
  width: 90%;
  max-height: 90%;
  max-width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.c-content-card .tags {
  display: flex;
}
.c-content-card .tags .tag {
  margin-right: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.c-content-card .content {
  width: 60%;
}
.c-content-card .content h3 {
  margin-bottom: 10px;
  color: #49454f;
}
.c-content-card .content .date {
  color: #858585;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 100%;
}
.c-content-card .content .description {
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 14px;
  color: #49454f;
}
.c-content-card .content a, .c-content-card .content button {
  color: #D93914;
  display: flex;
  align-items: center;
}
.c-content-card .content a:hover, .c-content-card .content button:hover {
  text-decoration: underline;
}
.c-content-card .content a svg, .c-content-card .content button svg {
  margin-left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

/* Transition globale pour l'entrée */
.content-card-enter-active {
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* L'élément entrant : il commence avec une opacity de 0 et se déplace depuis la droite */
.content-card-enter-from {
  opacity: 0;
  transform: translateX(30px); /* Déplacement horizontal depuis la droite */
}

/* Une fois l'élément entrant, il prend son état final */
.content-card-enter-to {
  opacity: 1;
  transform: translateX(0);
}

.loadingScreen {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #D93914;
  color: #FFF;
  -webkit-transform: translate3d(0, 0, 0);
  display: none;
}
.loadingScreen.visible {
  display: block;
}
.loadingScreen_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate3d(0, 0, 0);
  overflow: hidden;
}
.loadingScreen_progress_value {
  position: absolute;
  top: 5vh;
  left: 5vh;
  transform: translateY(-50%);
  font-size: 40px;
  font-weight: 800;
  font-family: "Lato", -apple-system, "Helvetica Neue", Arial, sans-serif;
  color: #FFF;
  text-align: left;
  pointer-events: none;
  opacity: 0;
}
.loadingScreen_logo {
  position: absolute;
  top: 100%;
  left: 100%;
  margin-left: -55vmax;
  margin-top: -55vmax;
  width: 120vmax;
  height: 120vmax;
  opacity: 0.1;
  pointer-events: none;
  will-change: transform;
  animation: rotate 15s linear infinite;
  transition: opacity 0.2s linear;
}
.loadingScreen_logo svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

@keyframes rotate {
  0% {
    transform: rotateZ(-360deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
/* Loader animation */
.loader {
  animation: rotate 1s linear infinite;
}

.c-diffusion {
  margin: 26px 0;
}
.c-diffusion h2 {
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 1rem;
}
.c-diffusion .wrapper {
  display: flex;
}
.c-diffusion .wrapper button {
  display: block;
  background: transparent;
  color: #253240;
  border: 1px solid #D93914;
}
.c-diffusion .wrapper button.active {
  background-color: #D93914;
  color: #FFFFFF;
}
.c-diffusion .wrapper button:first-of-type {
  margin-right: 0.5rem;
}

.c-filter {
  padding: 22px;
  border: 1px solid #d9d9d9;
  border-radius: 1rem;
  margin-bottom: 12px;
}
.c-filter h2 {
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 1rem;
}
.c-filter ul {
  list-style: none;
}
.c-filter ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.85rem;
}
.c-filter ul li .checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-filter ul li input[type=checkbox] {
  display: none;
}
.c-filter ul li .custom-checkbox {
  width: 22px;
  height: 22px;
  border: 1px solid #858585;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.c-filter ul li .custom-checkbox::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 12px;
  border: solid #253240;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  top: 50%;
  left: 50%;
  opacity: 0;
  transform-origin: center;
}
.c-filter ul li input[type=checkbox]:checked + .custom-checkbox {
  background-color: #FFFFFF;
}
.c-filter ul li input[type=checkbox]:checked + .custom-checkbox::after {
  opacity: 1;
  transform: translate(-50%, -55%) rotate(45deg);
  transition: opacity 0.2s ease-in-out;
}

.c-filters-reset {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}
.c-filters-reset span {
  display: flex;
  align-items: center;
}
.c-filters-reset span svg {
  margin-right: 0.5rem;
  width: 18px;
  height: 18px;
}
.c-filters-reset button {
  font-size: 18px;
}
.c-filters-reset button:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.pagination button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #D93914;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  color: white;
}
.pagination button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.pagination button:hover:not(:disabled) {
  opacity: 0.8;
}
.pagination .page-info {
  color: #253240;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  padding: 40px;
  text-align: center;
  border-radius: 8px;
  margin: 40px 0;
}
.no-results p {
  color: #253240;
  font-size: 18px;
  line-height: 1.5;
  max-width: 500px;
  margin: 0;
}