@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
/* 
  Setup
*/
/*
*** Text Highlight
*/
::selection {
  background: #D00023;
  color: #FFFFFF;
}

::-moz-selection {
  background: #D00023;
  color: #FFFFFF;
}

/*
*** Global HTML Elements
*/
* {
  transition: all 0.3s;
  font-family: "Figtree", sans-serif;
  text-decoration: none;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  color: #2D3131;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.3px;
  position: relative;
  overflow-x: hidden;
  margin: 0;
  background: #F7F7F7;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.csa-name  {
  white-space: nowrap; /* reste sur une seule ligne par défaut */
  font-family: "Lustria", sans-serif;
}
.csa-name wbr {
  display: none;
}

pre {
  margin: 0;
  padding: 0;
}
sup{
  line-height: normal;
}

a {
  /*color: #2D3131;*/
  color: #D00023;

}
.parcours-item a {
  color: #1E2020;
}
a:active,
a:hover {
  outline: 0;
}

a:hover {
  text-decoration: none;
}

img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

p {
  margin-top: 0;
  margin-bottom: 16px;
}

p:last-child {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lustria", sans-serif;
  line-height: auto;
  margin-bottom: 16px;
}

h1 {
  font-size: 44px;
  line-height: 55px;
  font-weight: 400;
}
.hidden {
  visibility: hidden;
}
@media (min-width: 768px) {
  h1 {
    font-size: 55px;
    line-height: 68px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 70px;
    line-height: 85px;
  }
}

h2 {
  font-size: 34px;
  line-height: 48px;
  font-weight: 400;
}
@media (min-width: 768px) {
  h2 {
    font-size: 44px;
    line-height: 56px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 50px;
    line-height: 65px;
  }
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

.interligne + h2,
span + h2 {
  margin-top: 0;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #000000;
}

nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.interligne {
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #808889;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .interligne {
    font-size: 24px;
    line-height: 32px;
  }
}

/*
*** Layout
*/
.container .row {
  flex-direction: column;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.container .row.full-width {
  width: 100%;
}

@media (min-width: 768px) {
  .container .row {
    flex-direction: row;
    width: 540px;
  }
}
@media (min-width: 768px) {
  .container .row {
    width: 750px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-last-block-container .row > .col img {
    height: 400px !important;
  }
}
@media (min-width: 515px) and (max-width: 767px) {
  .csa-name {
    display: block;
  }
  .csa-name wbr {
    display: none!important;
  }
}
@media (max-width: 514px) {
  .csa-name {
    display: block;
  }
}
@media (min-width: 992px) {
  .container .row {
    width: 970px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1280px) {
  .container .row {
    width: 1280px;
  }
}
/*
*** Forms
*/
form ::placeholder {
  opacity: 1;
  color: #808889;
  transition: all 0.3s;
}
form input:hover::placeholder,
form textarea:hover::placeholder {
  opacity: 1;
}
form label {
  display: block;
  margin-bottom: 0.5em;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
form span.required {
  font-weight: 600;
  color: #CC0000;
}
form input,
form select,
form textarea {
  width: 100%;
  display: inline-block;
  border: none;
  border-bottom: 1px solid #808889;
  font-size: 16px;
  line-height: 20px;
  padding: 13px 15px;
  border-radius: 0;
  box-sizing: border-box;
  font-family: "Figtree", sans-serif;
}
form .row-form {
  display: flex;
  margin-bottom: 32px;
}
form .row-form .col-form:first-child, form .row-form .col-form:last-child {
  width: 50%;
}
form .row-form .col-form:first-child {
  padding-right: 12px;
}
@media (min-width: 768px) {
  form .row-form .col-form:first-child {
    padding-right: 0.8em;
  }
}
form .row-form .col-form:last-child {
  padding-left: 12px;
}
@media (min-width: 768px) {
  form .row-form .col-form:last-child {
    padding-left: 0.8em;
  }
}
form .row-form .col-form:only-child {
  width: 100%;
  padding: 0;
}
form .row-form:last-of-type {
  margin-bottom: 2em;
}
form .action-container {
  display: flex;
  justify-content: flex-end;
}
form .action-container button[type=submit].style-2 {
  padding-left: 40px;
  padding-right: 40px;
}

select {
  cursor: pointer;
  appearance: none;
}

select:hover {
  background: #000000;
  color: #FFFFFF;
}

.select-wrap {
  position: relative;
}

.select-wrap::after {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background: #FFFFFF url("../img/chevron-down-icon.svg") no-repeat center center;
  background-size: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -9px;
}

input:hover,
select:hover,
textarea:hover {
  border: none;
  border-bottom: 1px solid #D00023;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
  border: none;
  border-bottom: 1px solid #D00023;
}

textarea {
  height: 160px;
  font-family: "Figtree", sans-serif;
}

input[readonly=readonly] {
  background: #CCCCCC;
  cursor: default;
}

input[readonly=readonly].datetimepicker,
input[readonly=readonly].datepicker {
  background: #FFFFFF;
}

input[type=file] {
  appearance: none;
}

.custom-upload-button {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #000000;
  background: #FFFFFF;
  font-size: 14px;
  padding: 13px 15px;
  box-sizing: border-box;
  font-weight: 400;
}

.custom-upload-button:hover {
  background: #000000;
  color: #FFFFFF;
}

.custom-upload-button input[type=file] {
  display: none;
}

.input-wrap {
  cursor: pointer;
  position: relative;
}

.input-wrap::after {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background: #FFFFFF url("../img/date-icon.png") no-repeat center center;
  background-size: 12px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -9px;
}

/*
*** Utility Classes
*/
.full-width {
  width: 100%;
}

.width-auto {
  width: auto;
}

.uppercase {
  text-transform: uppercase;
}

section,
.row {
  position: relative;
}
section.add-line-before.line-block::before,
.row.add-line-before.line-block::before {
  position: static;
  top: auto;
  left: auto;
  margin-bottom: 40px;
}
section.add-line-before.line-float-left::before,
.row.add-line-before.line-float-left::before {
  position: absolute;
  top: -64px;
  left: 20px;
}
@media (min-width: 768px) {
  section.add-line-before.line-float-left::before,
  .row.add-line-before.line-float-left::before {
    top: -84px;
    left: 0;
  }
}
section.add-line-before::before,
.row.add-line-before::before {
  content: "";
  display: block;
  width: 2px;
}
section.add-line-before.line-style-gray::before,
.row.add-line-before.line-style-gray::before {
  background: #D1D1D1;
  height: 164px;
}
section.add-line-before.line-style-red::before,
.row.add-line-before.line-style-red::before {
  background: #D00023;
  height: 100px;
}
section.add-line-before.line-style-red-77::before,
.row.add-line-before.line-style-red-77::before {
  height: 77px;
  background: #D00023;
}
section.add-line-after.line-block::after,
.row.add-line-after.line-block::after {
  position: static;
  top: auto;
  left: auto;
  margin-bottom: 40px;
}
section.add-line-after::after,
.row.add-line-after::after {
  content: "";
  display: block;
  width: 2px;
  position: absolute;
  top: -112px;
  right: 0;
}
@media (min-width: 768px) {
  section.add-line-after::after,
  .row.add-line-after::after {
    top: -134px;
  }
}
section.add-line-after.line-style-red::after,
.row.add-line-after.line-style-red::after {
  background: #D00023;
  height: 80px;
}
@media (min-width: 768px) {
  section.add-line-after.line-style-red::after,
  .row.add-line-after.line-style-red::after {
    height: 100px;
  }
}

img.style-border-radius-top {
  display: block;
  object-fit: cover;
  width: auto;
  height: auto;
  border-radius: 500px 500px 40px 40px;
}

.header {
  background: #1D2020;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
  transform: translateY(0); /* Initially fully visible */
  transition: transform 0.3s ease-in-out; /* Smooth hide/show animation */
}
@media (min-width: 1280px) {
  .header.hidden {
    transform: translateY(-100%); /* Slides the header out of view */
  }
}
.header.dark-mode .row.top-navigation-container {
  background: #1D2020;
  border-bottom: 2px solid #2D3131;
}
@media (min-width: 768px) {
  .header.dark-mode .row.top-navigation-container {
    padding: 7px 32px;
  }
}
.header .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header .row.top-navigation-container {
  background: #EEF0F0;
  display: none;
  justify-content: flex-end;
  gap: 32px;
  padding: 20px 32px;
}
@media (min-width: 768px) {
  .header .row.top-navigation-container {
    padding: 8px 32px;
  }
}
@media (min-width: 1500px) {
  .header .row.top-navigation-container {
    display: flex;
  }
}
.header .row.main-navigation-container {
  background: #1D2020;
  padding: 24px 20px;
}
@media (min-width: 1500px) {
  .header .row.main-navigation-container {
    padding: 0 0 0 32px;
  }
}
.header .row.main-navigation-container.active {
  background: #FFFFFF;
}
@media (min-width: 1500px) {
  .header .row.main-navigation-container.active {
    background: #1D2020;
  }
}
.header .row.main-navigation-container.active .burger-icon span {
  background: #000000;
}
@media (min-width: 1280px) {
  .header .row.main-navigation-container.no-header-footer {
    height: 83px;
  }
}
.header .row .col:first-child {
  width: 20%;
}
.header .row .col:last-child {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 48px;
}

.footer {
  color: #FFFFFF;
  background: #1D2020;
}
.footer .row {
  display: flex;
  flex-direction: column;
}
.footer .row.top-footer {
  display: flex;
  flex-direction: row;
}
.footer .row.top-footer .col:first-child {
  width: 375px;
  padding: 40px 0 32px 0;
}
@media (min-width: 768px) {
  .footer .row.top-footer .col:first-child {
    padding: 55px 70px 32px 0;
  }
}
@media (min-width: 992px) {
  .footer .row.top-footer .col:first-child {
    padding: 55px 70px 32px 32px;
  }
}
.footer .row.top-footer .col:first-child .contact-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 38px;
}
@media (min-width: 768px) {
  .footer .row.top-footer .col:first-child .contact-container {
    margin-bottom: 80px;
  }
}
.footer .row.top-footer .col:first-child .contact-container a {
  color: #FFFFFF;
}
.footer .row.top-footer .col:first-child .contact-container a:hover {
  color: #D1D1D1;
}
.footer .row.top-footer .col:first-child .contact-container a[href^="mailto:"] {
  text-decoration: underline;
}
.footer .row.top-footer .col:first-child .contact-container a[href^="mailto:"]:hover {
  text-decoration: none;
}
.footer .row.top-footer .col:first-child .contact-container .bureau p {
  margin: 0;
}
.footer .row.top-footer .col:first-child .contact-container ul.contact-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .row.top-footer .col:first-child .contact-container ul.contact-items li a {
  text-decoration: none; /* Removes the underline */
  color: inherit; /* Optional: Ensure it matches surrounding text */
  -webkit-touch-callout: none; /* Disables long-press for calling */
}
.footer .row.top-footer .col:first-child .contact-container ul.contact-items li a[href^="mailto:"] {
  text-decoration: underline;
}
.footer .row.top-footer .col:first-child .contact-container ul.contact-items li a[href^="mailto:"]:hover {
  text-decoration: none;
}
.footer .row.top-footer .col:first-child .footer-call-to-action {
  margin-bottom: 32px;
}
.footer .row.top-footer .col:first-child .footer-call-to-action ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .footer .row.top-footer .col:first-child .footer-call-to-action ul {
    gap: 12px;
  }
}
.footer .row.top-footer .col:first-child .footer-call-to-action ul li a.external-button {
  display: inline-flex;
  white-space: nowrap; /* Prevents the text from wrapping */
  overflow: hidden; /* Optional: Hides overflow if necessary */
  text-overflow: ellipsis; /* Optional: Adds "..." if text overflows */
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.footer .row.top-footer .col:first-child .footer-call-to-action ul li a.external-button.style-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer .row.top-footer .col:first-child .footer-call-to-action ul li a.external-button:hover {
  color: #808889;
  border: 1px solid #808889;
  background: none;
}
.footer .row.top-footer .col:first-child .footer-call-to-action ul li a.external-button:hover::after {
  filter: invert(50%) sepia(8%) saturate(200%) hue-rotate(180deg) brightness(95%) contrast(90%);
}
.footer .row.top-footer .col:first-child .footer-call-to-action ul li a.external-button::after {
  filter: brightness(100);
}
.footer .row.top-footer .col:first-child .social-media ul {
  gap: 24px;
}
@media (min-width: 768px) {
  .footer .row.top-footer .col:first-child .social-media ul {
    gap: 18px;
  }
}
.footer .row.top-footer .col:first-child .social-media ul li a {
  font-size: 25px;
}
@media (min-width: 768px) {
  .footer .row.top-footer .col:first-child .social-media ul li a {
    font-size: 19px;
  }
}
.footer .row.top-footer .col:last-child {
  display: none;
}
@media (min-width: 1500px) {
  .footer .row.top-footer .col:last-child {
    display: flex;
    flex-grow: 1;
  }
}
.footer .row.top-footer .col:last-child .group-navigation {
  padding: 88px 95px 0 95px;
  background: #2D3131;
  border-radius: 200px 0 0 0;
  margin-top: -45px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .footer .row.top-footer .col:last-child .group-navigation {
    gap: 28px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.footer .row.top-footer .col:last-child .group-navigation .col-group {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.footer .row.top-footer .col:last-child .group-navigation .col-group .item-nav.secondary-nav nav ul li a {
  color: #D1D1D1;
}
.footer .row.top-footer .col:last-child .group-navigation .col-group .item-nav.secondary-nav nav ul li.small a {
  font-size: 12px;
}
.footer .row.top-footer .col:last-child .group-navigation .col-group .item-nav h4 {
  font-weight: 700;
  font-size: 18px;
  color: #989B9C;
  font-family: "Figtree", sans-serif;
}
.footer .row.top-footer .col:last-child .group-navigation .col-group .item-nav nav ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .row.top-footer .col:last-child .group-navigation .col-group .item-nav nav ul li a {
  display: inline-block;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 0;
}
.footer .row.top-footer .col:last-child .group-navigation .col-group .item-nav nav ul li a:hover {
  color: #808889;
}
.footer .row.top-footer .col:last-child .group-navigation .col-group .item-nav nav ul li a i {
  margin-right: 0.4em;
  transition: none;
}
.footer .row.bottom-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 2px solid #2D3131;
  padding-top: 16px;
  padding-bottom: 16px;
  gap: 12px;
}
@media (min-width: 768px) {
  .footer .row.bottom-footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    padding: 16px 32px;
  }
}
.footer .row.bottom-footer p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
}
.footer .row.bottom-footer p a {
  color: #FFFFFF;
}
.footer .row.bottom-footer p a:hover {
  color: #D1D1D1;
}

.main-logo {
  display: block;
  width: 150px;
}
.main-logo:hover img {
  opacity: 0.8;
}
@media (min-width: 1500px) {
  .main-logo {
    width: 224px;
  }
}
.main-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.main-logo.footer-logo {
  display: block;
  width: 200px;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .main-logo.footer-logo {
    margin-bottom: 40px;
    width: 265px;
  }
}

.top-navigation ul {
  gap: 48px;
}
.top-navigation ul li a {
  color: #2D3131;
  font-size: 14px;
  letter-spacing: 0.3px;
}
.top-navigation ul li a:hover {
  color: #808889;
}

.dark-mode .top-navigation ul li a {
  color: #D1D1D1;
}
.dark-mode .top-navigation ul li a:hover {
  color: #fff; /*#9FA7A8*/
}

/*
*** Main Navigation
*/
nav.main-navigation {
  display: none;
}
@media (min-width: 1500px) {
  nav.main-navigation {
    display: block;
  }
}
nav.main-navigation ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.main-navigation ul li {
  /* Mega Menu */
}
nav.main-navigation ul li:first-child a {
  padding-left: 0;
}
nav.main-navigation ul li:last-child a {
  padding-right: 0;
}
nav.main-navigation ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 32px 24px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-wrap: balance;
}
nav.main-navigation ul li a img.chevron {
  transition: none;
  display: block;
  width: 12px;
  object-fit: cover;
}
nav.main-navigation ul li > ul {
  display: none;
}
nav.main-navigation ul li > .dropdown-container {
  padding: 2px 0 0 0;
  display: none;
  width: 100vw;
  position: absolute;
  top: 83px;
  left: 0;
  z-index: 5;
  background: #770014;
  opacity: 1;
  margin-top: 0;
}
nav.main-navigation ul li > .dropdown-container .d-row {
  position: relative;
  padding: 60px 55px;
  display: flex;
  align-items: center;
}
nav.main-navigation ul li > .dropdown-container .d-row .d-col:first-child {
  padding-right: 55px;
  width: 275px;
}
nav.main-navigation ul li > .dropdown-container .d-row .d-col:last-child {
  padding-left: 85px;
  border-left: 2px solid #D00023;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-grow: 1;
}
nav.main-navigation ul li > .dropdown-container .d-row .d-col:last-child ul {
  display: grid;
  grid-template-rows: repeat(4, auto);
  grid-gap: 0 85px;
  grid-auto-flow: column;
}
nav.main-navigation ul li > .dropdown-container .d-row .d-col:last-child ul li:last-child a {
  padding-bottom: 0;
}
nav.main-navigation ul li > .dropdown-container .d-row .d-col:last-child ul li a {
  padding: 0;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 600;
  padding-bottom: 24px;
}
nav.main-navigation ul li > .dropdown-container .d-row .d-col:last-child ul li a:hover {
  color: #D60024;
}
nav.main-navigation ul li > .dropdown-container .d-row .d-col:last-child img.amoirie {
  display: block;
  width: 182px;
}
nav.main-navigation ul li > .dropdown-container .d-row .d-col h3 {
  margin: 0;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 40px;
  line-height: normal;
}
nav.main-navigation ul li:hover {
  /* Mega Menu */
}
nav.main-navigation ul li:hover a {
  color: #D1D1D1;
}
nav.main-navigation ul li:hover a img.chevron {
  rotate: -180deg;
}
nav.main-navigation ul li:hover > .dropdown-container {
  display: block;
}
nav.main-navigation ul li.active a {
  color: #FFFFFF;
}

.burger-icon {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  margin-left: 1em;
}
@media (min-width: 1500px) {
  .burger-icon {
    display: none;
  }
}
.burger-icon span {
  display: block;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
}
.burger-icon.active {
  display: block;
  position: relative;
}
@media (min-width: 1500px) {
  .burger-icon.active {
    display: none;
  }
}
.burger-icon.active span:nth-child(1) {
  display: none;
}
.burger-icon.active span:nth-child(2) {
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: -2px;
  width: 28px;
}
.burger-icon.active span:nth-child(3) {
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  left: -2px;
  width: 28px;
}

/*
*** Burger Menu
*/
nav.burger-menu {
  display: block;
  width: 100%;
  padding: 0 20px;
}
nav.burger-menu ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.burger-menu ul li {
  border-bottom: 2px solid #2D3131;
  /* Mega Menu */
}
nav.burger-menu ul li:last-child {
  border-bottom: none;
}
nav.burger-menu ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 24px 0;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  -webkit-tap-highlight-color: transparent; /* Removes the highlight effect on touch */
  -webkit-user-select: none; /* Prevents text selection (optional) */
}
nav.burger-menu ul li a img.chevron {
  transition: none;
  display: block;
  width: 12px;
  object-fit: cover;
  rotate: 270deg;
}
nav.burger-menu ul li > ul {
  display: none;
}
nav.burger-menu ul li .dropdown-container {
  display: block;
}
nav.burger-menu ul li > .dropdown-container {
  position: absolute;
  top: 0;
  left: -100%;
  background: #770014 url("../../img/armoiries_v2.png") no-repeat top 275px center;
  background-size: 182px;
  width: 100%;
  height: 100%;
  z-index: 4;
  transition: 0.3s all;
}
nav.burger-menu ul li > .dropdown-container.active {
  left: 0;
}
nav.burger-menu ul li > .dropdown-container .d-row .d-col:last-child {
  padding: 32px 41px 0 41px;
}
nav.burger-menu ul li > .dropdown-container .d-row .d-col:last-child ul li {
  border-bottom: none;
}
nav.burger-menu ul li > .dropdown-container .d-row .d-col:last-child ul li a {
  padding: 16px 0;
}
nav.burger-menu ul li > .dropdown-container .d-row .d-col:last-child img.amoirie {
  display: none;
  width: 182px;
  margin: 0 auto;
}
nav.burger-menu ul li > .dropdown-container .d-row .d-col h3 {
  margin: 0;
  line-height: normal;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  font-family: "Figtree", sans-serif;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 24px 20px;
  background: #1D2020;
  cursor: pointer;
}
nav.burger-menu ul li > .dropdown-container .d-row .d-col h3::before {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  background: url("../../img/icons/chevron-down.svg") no-repeat center center;
  background-size: cover;
  rotate: 90deg;
}
nav.burger-menu ul li.active a {
  color: #FFFFFF;
}

.burger-modal {
  display: none;
  position: fixed;
  z-index: 999;
  top: 73px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background: #EEF0F0;
}
@media (min-width: 1500px) {
  .burger-modal {
    display: none !important;
  }
}
.burger-modal .row {
  display: flex;
  justify-content: center;
  background: #1D2020;
  flex-direction: column;
}
.burger-modal .row .burger-footer {
  height: 55vh;
  padding: 32px 20px;
  background: #EEF0F0 url("../../img/armoiries_gris.png") top 45px center no-repeat;
  background-size: 212px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.burger-modal .row .burger-footer .top-navigation ul {
  display: grid;
  grid-template-rows: repeat(4, 1fr); /* 3 equally sized rows */
  grid-auto-flow: column; /* Flow items vertically first */
  gap: 32px 0; /* Space between items (rows and columns) */
  height: 100%; /* Ensure the grid container has a defined height */
}
.burger-modal .row .burger-footer .top-navigation ul li {
  width: 100%;
}
.burger-modal .row .burger-footer .button.external-button {
  display: inline-flex;
  margin-bottom: 20px;
}

.burger-main-call-to-action {
  display: block;
  width: 100%;
}
@media (min-width: 1500px) {
  .burger-main-call-to-action {
    display: flex;
  }
}
.burger-main-call-to-action ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.burger-main-call-to-action ul li {
  display: block;
  width: 100%;
}
.burger-main-call-to-action ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.burger-main-call-to-action ul li a.button {
  font-weight: 600;
  justify-content: center;
  font-size: 18px;
  padding: 32px 24px;
  border: none;
  color: #FFFFFF;
  -webkit-tap-highlight-color: transparent; /* Removes the highlight effect on touch */
  -webkit-user-select: none; /* Prevents text selection (optional) */
}
.burger-main-call-to-action ul li a.button.bg-color-1 {
  background: #2D3131;
}
.burger-main-call-to-action ul li a.button.bg-color-2 {
  background: linear-gradient(#F91A25, #D00023);
  transition: background 0.3s ease-in-out;
  padding: 24px 20px;
}
.burger-main-call-to-action ul li a img.chevron {
  display: block;
  width: 12px;
  object-fit: cover;
  transition: none;
}
.burger-main-call-to-action ul li > .dropdown-container {
  position: absolute;
  top: 0;
  left: -100%;
  background: #770014 url("../../img/armoiries_v2.png") no-repeat top 275px center;
  background-size: 182px;
  width: 100%;
  height: 100%;
  z-index: 4;
  transition: 0.3s all;
}
.burger-main-call-to-action ul li > .dropdown-container.active {
  left: 0;
}
.burger-main-call-to-action ul li > .dropdown-container .d-row .d-col:last-child {
  padding: 32px 41px 0 41px;
}
.burger-main-call-to-action ul li > .dropdown-container .d-row .d-col:last-child ul li {
  border-bottom: none;
}
.burger-main-call-to-action ul li > .dropdown-container .d-row .d-col:last-child ul li a {
  display: block;
  padding: 24px 0;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
}
.burger-main-call-to-action ul li > .dropdown-container .d-row .d-col:last-child ul li a {
  padding: 16px 0;
}
.burger-main-call-to-action ul li > .dropdown-container .d-row .d-col:last-child img.amoirie {
  display: none;
  width: 182px;
  margin: 0 auto;
}
.burger-main-call-to-action ul li > .dropdown-container .d-row .d-col h3 {
  margin: 0;
  line-height: normal;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  font-family: "Figtree", sans-serif;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 24px 20px;
  background: #1D2020;
  cursor: pointer;
}
.burger-main-call-to-action ul li > .dropdown-container .d-row .d-col h3::before {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  background: url("../../img/icons/chevron-down.svg") no-repeat center center;
  background-size: cover;
  rotate: 90deg;
}

.dark-mode .main-call-to-action ul li a.button.bg-color-1 {
  background: #282C2C;
}

.main-call-to-action {
  display: none;
}
@media (min-width: 1500px) {
  .main-call-to-action {
    display: flex;
  }
}
.main-call-to-action ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-call-to-action ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-call-to-action ul li a.button {
  font-weight: 600;
  font-size: 16px;
  padding: 32px 24px;
  border: none;
  color: #FFFFFF;
  /*text-align: center;*/
  /*text-wrap: balance;*/
}
.main-call-to-action ul li a.button.bg-color-1 {
  background: #2D3131;
}
.main-call-to-action ul li a.button.bg-color-2 {
  background: linear-gradient(#F91A25, #D00023);
  transition: background 0.3s ease-in-out;
  padding: 32px 36px;
}
.main-call-to-action ul li a img.chevron {
  display: block;
  width: 12px;
  object-fit: cover;
  transition: none;
}
.main-call-to-action ul li > .dropdown-container {
  display: none;
}
.main-call-to-action ul li:hover {
  /* Mega Menu */
}
.main-call-to-action ul li:hover a.button.bg-color-1 {
  background: #1D2020;
}
.main-call-to-action ul li:hover a.button.bg-color-2 {
  background: linear-gradient(#F91A25, #F91A25);
}
.main-call-to-action ul li:hover a.button.bg-color-2 img.chevron {
  rotate: -180deg;
}
.main-call-to-action ul li:hover > .dropdown-container {
  padding: 2px 0 0 0;
  display: block;
  width: 100vw;
  position: absolute;
  top: 83px;
  left: 0;
  z-index: 5;
  background: #770014;
}
.main-call-to-action ul li:hover > .dropdown-container .d-row {
  position: relative;
  padding: 60px 55px;
  display: flex;
  align-items: center;
}
.main-call-to-action ul li:hover > .dropdown-container .d-row .d-col:first-child {
  padding-right: 55px;
  width: 275px;
}
.main-call-to-action ul li:hover > .dropdown-container .d-row .d-col:last-child {
  padding-left: 85px;
  border-left: 2px solid #D00023;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-grow: 1;
}
.main-call-to-action ul li:hover > .dropdown-container .d-row .d-col:last-child ul {
  display: grid;
  grid-template-rows: repeat(8, auto);
  grid-gap: 0 85px;
  grid-auto-flow: column;
}
.main-call-to-action ul li:hover > .dropdown-container .d-row .d-col:last-child ul li:last-child a {
  padding-bottom: 0;
}
.main-call-to-action ul li:hover > .dropdown-container .d-row .d-col:last-child ul li a {
  padding: 0;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 600;
  padding-bottom: 24px;
}
.main-call-to-action ul li:hover > .dropdown-container .d-row .d-col:last-child ul li a:hover {
  color: #D60024;
}
.main-call-to-action ul li:hover > .dropdown-container .d-row .d-col:last-child img.amoirie {
  display: block;
  width: 182px;
}
.main-call-to-action ul li:hover > .dropdown-container .d-row .d-col h3 {
  margin: 0;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 40px;
  line-height: normal;
}

.dark-mode .button.external-button {
  border: 1px solid #D1D1D1;
  color: #D1D1D1;
}
.dark-mode .button.external-button::after {
  background: url("../../img/icons/external-link-gray.svg") center center no-repeat;
  background-size: cover;
}

button, .button {
  display: inline-block;
  width: auto;
  background: none;
  padding: 14px 32px;
  font-size: auto;
  font-weight: auto;
  cursor: pointer;
  border-radius: 0;
  text-decoration: none;
  border: 1px solid #000000;
}
button:hover, .button:hover {
  text-decoration: none;
}
button.play-video-button, .button.play-video-button {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #D1D1D1;
  border: none;
  padding: 0;
}
button.play-video-button:hover, .button.play-video-button:hover {
  color: #FFFFFF;
}
button.play-video-button i, .button.play-video-button i {
  font-size: 32px;
  margin-left: -7px;
}
button.external-button, .button.external-button {
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #D00023;
  color: #D00023;
  border-radius: 6px;
  padding: 5px 16px;
  letter-spacing: 0.3px;
}
button.external-button:hover, .button.external-button:hover {
  background: #B0001E;
  border: 1px solid #B0001E;
  color: #FFFFFF;
}
button.external-button:hover::after, .button.external-button:hover::after {
  filter: brightness(100);
  transition: 0.8s all;
}
button.external-button::after, .button.external-button::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../../img/icons/external-link.svg") center center no-repeat;
  background-size: cover;
}
button.external-button.white-icon::after, .button.external-button.white-icon::after {
  background: url("../../img/icons/external-link-white.svg") center center no-repeat;
  background-size: cover;
}
button.external-link, .button.external-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: underline;
  color: #FFFFFF;
  border-radius: 6px;
  padding: 0;
  letter-spacing: 0.3px;
  border: none;
}
button.external-link:hover, .button.external-link:hover {
  color: #D1D1D1;
  text-decoration: none;
  background: none;
  border: none;
}
button.external-link:hover::after, .button.external-link:hover::after {
  filter: brightness(100);
  transition: 0.8s all;
}
button.external-link::after, .button.external-link::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../../img/icons/external-link-white.svg") center center no-repeat;
  background-size: cover;
  filter: brightness(100);
}
button.style-1, .button.style-1 {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-size: 18px;
  font-weight: 600;
  border: 2px solid #D00023;
  border-radius: 50px;
  color: #D00023;
  line-height: auto;
  overflow: hidden;
  transition: 0.3s all;
}
button.style-1 span.arrow, .button.style-1 span.arrow {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../../img/icons/arrow-button-style-1.svg") center center no-repeat;
  background-size: cover;
  margin-left: -24px;
  opacity: 0;
  transform: translateX(-24px);
}
button.style-1:hover span.arrow, .button.style-1:hover span.arrow {
  margin-left: 12px;
  opacity: 1;
  transform: translateX(0);
}
button.style-2, .button.style-2 {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 34px;
  border-radius: 50px;
  color: #FFFFFF;
  line-height: auto;
  background: linear-gradient(#F91A25, #D00023);
  transition: background 0.3s ease-in-out;
  border: none;
  overflow: hidden;
  transition: 0.3s all;
}
button.style-2 span.arrow, .button.style-2 span.arrow {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../../img/icons/arrow-button-style-2.svg") center center no-repeat;
  background-size: cover;
  margin-left: -24px;
  opacity: 0;
  transform: translateX(-24px);
}
button.style-2:hover, .button.style-2:hover {
  background: linear-gradient(#F91A25, #F91A25);
}
button.style-2:hover span.arrow, .button.style-2:hover span.arrow {
  margin-left: 12px;
  opacity: 1; /* Fade in */
  transform: translateX(0); /* Slide to its final position */
}
button.style-3, .button.style-3 {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 50px;
  line-height: auto;
  color: #D00023;
  border: 2px solid #D00023;
  overflow: hidden;
  transition: 0.3s all;
}
button.style-3:hover, .button.style-3:hover {
  background: #D00023;
  color: #FFFFFF;
}
button.style-3.white, .button.style-3.white {
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}
button.style-3.white:hover, .button.style-3.white:hover {
  background: #D00023;
  color: #FFFFFF;
  border: 2px solid #D00023;
}
button span, .button span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 21px;
}
button span i, .button span i {
  margin-left: 0.3em;
  font-size: 1.5em;
  display: block;
  width: 16px;
}

button.active, .button.active {
  background: #FFFFFF;
  color: #000000;
  border: 1px solid #FFFFFF;
}

div.social-media ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 18px;
}
div.social-media ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div.social-media ul li a {
  color: #D00023;
  font-size: 19px;
}
div.social-media ul li a:hover i {
  color: #B0001E;
}

.dark-mode .social-media ul li a {
  color: #D1D1D1;
}
.dark-mode .social-media ul li a:hover i {
  color: #9FA7A8;
}

.back-to-top {
  display: none;
  opacity: 0;
  position: fixed;
  bottom: 100px;
  right: 21px;
  z-index: 7;
}
@media (min-width: 768px) {
  .back-to-top {
    display: block;
    bottom: 20px;
    right: 20px;
  }
}
@media (min-width: 1200px) {
  .back-to-top {
    bottom: 64px;
    right: 32px;
  }
}
.back-to-top span {
  display: flex;
  border: none;
  width: 45px;
  height: 45px;
  background: none;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
@media (min-width: 768px) {
  .back-to-top span {
    width: 50px;
    height: 50px;
    border: 1px solid #1D2020;
    background: #1D2020;
  }
}
.back-to-top span:hover {
  background: #D00023;
  border: 1px solid #D00023;
}

.progress-container {
  margin-top: -4px;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0);
}

.progress-bar {
  height: 4px;
  background: #000000;
  width: 0%;
}

.blocker {
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
}

#modal-1 {
  display: none;
}
.modal-portes-ouvertes {
  display: none;
}
.modal {
  max-width: 98%;
  width: 98%;
  border-radius: 10px;
  box-shadow: none;
  background: linear-gradient(45deg, #E2E2E2, #FFFFFF);
  padding: 16px;
  display: block;
  margin: 0;
}
.modal video {
  border-radius: 10px;
  display: block;
}
.fancybox-slide--iframe .fancybox-content {
  width: 738px !important;
  max-width: 95%;
  max-height: 95%;
  margin: 0;
  height: 500px !important;
  background-color: transparent !important;
}
@media (min-width: 768px) {
  .modal {
    max-width: 60%;
    width: 60%;
  }
}
.osbl-logo {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.osbl-logo img {
  display: block;
  width: 50px;
}
.osbl-logo p {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}

.hero-container {
  color: #FFFFFF;
  position: relative;
}
.hero-container .bg-video-block {
  display: block;
}
.hero-container .bg-video-block::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .hero-container .bg-video-block {
    display: block;
  }
}
.hero-container .bg-video-block video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-container .row {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  height: 76vh;
  padding-bottom: 132px;
}
@media (min-width: 768px) {
  .hero-container .row {
    flex-direction: row;
    height: 81vh;
  }
}
.hero-container .row .col {
  display: flex;
  flex-direction: column;
}
.hero-container .row .col:first-child {
  width: 100%;
  justify-content: center;
  padding-right: 50px;
}
@media (min-width: 1280px) {
  .hero-container .row .col:first-child {
    width: 75%;
  }
}
.hero-container .row .col:last-child {
  width: 100%;
  justify-content: end;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .hero-container .row .col:last-child {
    width: 25%;
  }
}
.hero-container .row .col section {
  position: relative;
  z-index: 2;
}
.hero-container .row .col section h1 {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .hero-container .row .col section h1 {
    margin-bottom: 32px;
  }
}

.a-propos-container .row {
  background: #F7F7F7 url("../../img/backgrounds/csa-building-gris.svg") top -60px right -68px no-repeat;
  background-size: 485px;
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
  gap: 0;
  padding-top: 180px;
  padding-bottom: 120px;
}
@media (min-width: 768px) {
  .a-propos-container .row {
    padding-top: 120px;
    padding-bottom: 120px;
    flex-direction: row;
    background: #F7F7F7 url("../../img/backgrounds/csa-building-gris.svg") top 40px right 150px no-repeat;
    background-size: 370px;
  }
}
@media (min-width: 992px) {
  .a-propos-container .row {
    background: #F7F7F7 url("../../img/backgrounds/csa-building-gris.svg") top 60px right 112px no-repeat;
    background-size: 470px;
  }
}
@media (min-width: 1280px) {
  .a-propos-container .row {
    background: #F7F7F7 url("../../img/backgrounds/csa-building-gris.svg") top 70px right 182px no-repeat;
    background-size: 570px;
  }
}
.a-propos-container .row > .col {
  display: block;
  width: 100%;
}
.a-propos-container .row > .col:first-child {
  display: flex;
  flex-grow: 1;
  justify-content: start;
}
@media (min-width: 992px) {
  .a-propos-container .row > .col:first-child section {
    padding-right: 95px;
  }
}
.a-propos-container .row > .col:first-child section h2 {
  margin-bottom: 16px;
}
.a-propos-container .row > .col:first-child section p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 32px;
}
.a-propos-container .row > .col:first-child section p.interligne {
  margin-bottom: 16px;
}
.a-propos-container .row > .col:last-child {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .a-propos-container .row > .col:last-child {
    padding-right: 32px;
  }
}
@media (min-width: 1280px) {
  .a-propos-container .row > .col:last-child {
    padding-right: 80px;
  }
}
.a-propos-container .row > .col img {
  width: 180px;
  height: 278px;
  box-shadow: 0px 4px 30px 0px rgba(208, 0, 35, 0.08);
}
@media (min-width: 768px) {
  .a-propos-container .row > .col img {
    width: 285px;
    height: 435px;
  }
}

@media (min-width: 1500px) {
  .parcours-container {
    display: block;
  }
}
.parcours-container .row {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.parcours-container .row:first-child {
  justify-content: flex-end;
  padding-top: 25px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .parcours-container .row:first-child {
    padding-bottom: 0;
  }
}
.parcours-container .row:first-child section {
  width: 100%;
  text-align: right;
  z-index: 2;
}
@media (min-width: 992px) {
  .parcours-container .row:first-child section {
    width: 80%;
  }
}
@media (min-width: 1280px) {
  .parcours-container .row:first-child section {
    width: 50%;
  }
}
.parcours-container .row:last-child {
  padding-bottom: 100px;
  overflow: hidden;
}
@media (min-width: 1500px) {
  .parcours-container .row:last-child {
    overflow: visible;
  }
}
.parcours-container .row > .col {
  display: block;
  width: 100%;
}
.parcours-container .row > .col:first-child {
  display: flex;
  flex-grow: 1;
  justify-content: start;
}
.parcours-container .row > .col:last-child {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
.parcours-container .row > .col:last-child section {
  padding-right: 190px;
}
.parcours-container .row > .col:last-child section h2 {
  color: #FFFFFF;
  margin-bottom: 16px;
}

.admission-container {
  background: #770014 url("../../img/backgrounds/csa-building-rouge-mobile.svg") bottom -40px right -114px no-repeat;
  background-size: 442px;
}
@media (min-width: 768px) {
  .admission-container {
    background: #770014 url("../../img/backgrounds/csa-building-rouge.svg") bottom -45px left 0px no-repeat;
    background-size: 448px;
  }
}
.admission-container .row {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 0;
  padding-bottom: 115px;
}
@media (min-width: 768px) {
  .admission-container .row {
    gap: 40px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .admission-container .row {
    gap: 50px;
  }
}
@media (min-width: 1280px) {
  .admission-container .row {
    gap: 80px;
  }
}
.admission-container .row > .col {
  display: block;
  width: 100%;
}
.admission-container .row > .col:first-child {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .admission-container .row > .col:first-child {
    justify-content: flex-end;
    width: 380px;
  }
}
.admission-container .row > .col:last-child {
  display: flex;
  flex-grow: 1;
}
@media (min-width: 1500px) {
  .admission-container .row > .col:last-child section {
    padding-right: 180px;
  }
}
.admission-container .row > .col:last-child section h2 {
  color: #FFFFFF;
  margin-bottom: 16px;
}
.admission-container .row > .col:last-child section p {
  font-size: 17px;
  line-height: 30px;
  color: #FFFFFF;
}
.admission-container .row > .col:last-child section p:last-of-type {
  margin-bottom: 32px;
}
.admission-container .row > .col img {
  width: 200px;
  height: 282px;
  margin-top: -25px;
}
@media (min-width: 768px) {
  .admission-container .row > .col img {
    width: 280px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .admission-container .row > .col img {
    width: 350px;
    height: 518px;
  }
}

.hero-notification {
  width: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  border-radius: 15px;
  color: #2D3131;
  padding: 60px 30px 50px 30px;
  text-align: center;
  box-shadow: 0px 4px 30px 0px rgba(208, 0, 35, 0.08);
  position: relative;
  z-index: 1;
  margin-bottom: -254px;
}
@media (min-width: 768px) {
  .hero-notification {
    margin-bottom: -170px;
  }
}
.hero-notification::before {
  content: "";
  display: block;
  width: 24px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 32px;
  background: url("../../img/icons/signet.svg") center center no-repeat;
  background-size: cover;
}
.hero-notification h3 {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
}
.hero-notification p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 12px;
}
.hero-notification a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-decoration: underline;
}
.hero-notification a:hover {
  color: #D00023;
}

.parcours-carousel-container {
  display: block;
  width: 100%;
}
@media (min-width: 1500px) {
  .parcours-carousel-container {
    display: block;
    margin-top: -50px;
  }
}
.parcours-carousel-container .carousel-navigation {
  display: none;
}
@media (min-width: 768px) {
  .parcours-carousel-container .carousel-navigation {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 32px;
  }
}
.parcours-carousel-container .carousel-navigation button {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #ADADAD;
  color: #ADADAD;
  opacity: 0.5;
  background: none;
}
.parcours-carousel-container .carousel-navigation button.button-prev {
  transform: rotate(180deg);
}
.parcours-carousel-container .carousel-navigation button:hover, .parcours-carousel-container .carousel-navigation button.active {
  opacity: 1;
}
.parcours-carousel-container .carousel-navigation button::after {
  content: "";
  display: block;
  width: 13px;
  height: 24px;
  background: url("../../img/icons/arrow-navigation-carousel.svg") center center no-repeat;
}
.parcours-carousel-container .parcours-carousel {
  display: flex;
  gap: 16px;
  overflow: hidden;
  width: 448px;
}
@media (min-width: 768px) {
  .parcours-carousel-container .parcours-carousel {
    gap: 32px;
    width: 932px;
  }
}
@media (min-width: 992px) {
  .parcours-carousel-container .parcours-carousel {
    gap: 32px;
    width: 1782px;
  }
}
.parcours-carousel-container .parcours-carousel .parcours-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 25px;
}
.parcours-carousel-container .parcours-carousel .parcours-item:hover .read-more {
  background: linear-gradient(#F91A25, #F91A25);
}
.parcours-carousel-container .parcours-carousel .parcours-item > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 216px;
  height: 280px;
  border-radius: 15px;
  padding: 32px;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px 0px rgba(208, 0, 35, 0.08);
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  .parcours-carousel-container .parcours-carousel .parcours-item > a {
    gap: 50px;
    width: 270px;
    height: 350px;
    padding: 50px;
  }
}
.parcours-carousel-container .parcours-carousel .parcours-item > a:hover {
  box-shadow: 0px 4px 30px 0px rgba(208, 0, 35, 0);
}
.parcours-carousel-container .parcours-carousel .parcours-item > a:hover img {
  transform: scale(1.1);
}
.parcours-carousel-container .parcours-carousel .parcours-item > a img {
  display: block;
  width: 112px;
  height: 112px;
  object-fit: contain;
}
.parcours-carousel-container .parcours-carousel .parcours-item > a h3 {
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin: 0;
}
.parcours-carousel-container .parcours-carousel .parcours-item > a .read-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: linear-gradient(#F91A25, #D00023);
  margin-top: -22.5px;
  position: absolute;
  bottom: -22.5px;
  z-index: 5;
  cursor: pointer;
}
@media (min-width: 992px) {
  .parcours-carousel-container .parcours-carousel .parcours-item > a .read-more {
    width: 45px;
    height: 45px;
  }
}
.parcours-carousel-container .parcours-carousel .parcours-item > a .read-more::after {
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  background: url("../../img/icons/chevron-right.svg") center center no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .parcours-carousel-container .parcours-carousel .parcours-item > a .read-more::after {
    width: 10px;
    height: 18px;
  }
}
.parcours-carousel-container .carousel-pagination {
  margin-top: 24px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.parcours-carousel-container .carousel-pagination span.swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #D9D9D9;
  opacity: 1;
  margin: 0;
}
.parcours-carousel-container .carousel-pagination span.swiper-pagination-bullet:hover {
  background: #2D3131;
  opacity: 0.5;
}
.parcours-carousel-container .carousel-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2D3131;
  opacity: 0.5;
}

.hero-v2-container {
  color: #FFFFFF;
  background: #262828;
  background-size: cover;
}
.hero-v2-container .row {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  padding-top: 32px;
  padding-bottom: 64px;
  gap: 32px;
  height: auto;
}
@media (min-width: 768px) {
  .hero-v2-container .row {
    gap: 0;
    flex-direction: row;
    height: 81vh;
    justify-content: flex-start;
    padding-top: 24px;
    padding-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .hero-v2-container .row {
    padding-bottom: 24px;
  }
}
.hero-v2-container .row .col {
  display: flex;
  flex-direction: column;
}
.hero-v2-container .row .col:first-child {
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .hero-v2-container .row .col:first-child {
    width: 50%;
  }
}
.hero-v2-container .row .col:last-child {
  width: 100%;
  justify-content: end;
  align-items: center;
}
@media (min-width: 768px) {
  .hero-v2-container .row .col:last-child {
    width: 50%;
    align-items: flex-end;
  }
}
@media (min-width: 1280px) {
  .hero-v2-container .row .col:last-child {
    padding-right: 60px;
  }
}
.hero-v2-container .row .col section h1 {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .hero-v2-container .row .col section h1 {
    margin-bottom: 32px;
  }
}
.hero-v2-container .row .col section p {
  line-height: 30px;
}
@media (min-width: 1280px) {
  .hero-v2-container .row .col section p {
    padding-right: 75px;
  }
}
.hero-v2-container .row .col div.image-hero {
  position: relative;
}
.hero-v2-container .row .col div.image-hero img {
  width: 300px;
  height: 350px;
  object-fit: cover;
}
@media (min-width: 1280px) {
  .hero-v2-container .row .col div.image-hero img {
    width: 560px;
    height: 600px;
  }
}

.navigation-interne-container {
  padding: 0;
  position: sticky;
  top: 85px;
  left: 0;
  z-index: 5;
}
.navigation-interne-container.no-header-footer {
  top: 16px;
}
@media (min-width: 1280px) {
  .navigation-interne-container {
    top: 16px;
  }
  .navigation-interne-container.header-not-hide {
    top: 140px;
  }
}

.concentrations-container {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding-bottom: 100px;
  padding-top: 32px;
}
@media (min-width: 992px) {
  .concentrations-container {
    gap: 16px;
    margin-top: -24px;
  }
}
@media (min-width: 1280px) {
  .concentrations-container {
    padding-top: 0;
    padding-bottom: 200px;
  }
}
.concentrations-container .row {
  background: #F7F7F7;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .concentrations-container .row {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .concentrations-container .row {
    padding-top: 0;
  }
}
.concentrations-container .row > .col {
  display: block;
  width: 100%;
}
.concentrations-container .row > .col:first-child {
  display: flex;
  flex-grow: 1;
  justify-content: start;
}
.concentrations-container .row > .col:last-child {
  display: flex;
  flex-grow: 1;
  justify-content: flex-start;
}
.concentrations-container .row section.line-style-red-77::before {
  height: 50px;
  margin-top: -25px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .concentrations-container .row section.line-style-red-77::before {
    height: 75px;
    position: static;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .concentrations-container .row section {
    padding-right: 40px;
  }
}
@media (min-width: 1280px) {
  .concentrations-container .row section {
    padding-right: 80px;
  }
}
.concentrations-container .row section h2 {
  margin-bottom: 0;
}
.concentrations-container .row section h2 + span.interligne {
  display: block;
  margin-bottom: 0;
}
.concentrations-container .row section p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}
.concentrations-container .row section p:first-of-type {
  margin-top: 32px;
}
.concentrations-container .row section ul {
  list-style: disc;
  padding: 0 0 0 22px;
}
.concentrations-container .row section ul li {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  padding-left: 4px;
}
.concentrations-container .row img {
  width: 116%;
  height: 330px;
  box-shadow: 0px 4px 30px 0px rgba(208, 0, 35, 0.08);
  border-radius: 0;
  object-fit: cover;
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .concentrations-container .row img {
    width: 116%;
    height: 500px;
    margin-left: -29px;
    margin-right: -29px;
  }
}
@media (min-width: 992px) {
  .concentrations-container .row img {
    width: 100%;
    height: 745px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 15px;
  }
}
@media (min-width: 1280px) {
  .concentrations-container .row img {
    width: 710px;
    height: 745px;
    border-radius: 15px;
    margin-left: 0;
    margin-right: -70px;
  }
}
@media (min-width: 992px) {
  .concentrations-container .row.alt {
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .concentrations-container .row.alt section {
    padding-left: 40px;
    padding-right: 0 !important;
  }
}
@media (min-width: 1280px) {
  .concentrations-container .row.alt section {
    padding-left: 80px;
    padding-right: 0 !important;
  }
}
@media (min-width: 1280px) {
  .concentrations-container .row.alt img {
    margin-right: 0 !important;
    margin-left: -70px;
  }
}

/*
*** Navigation interne
*/
nav.navigation-interne {
  display: none;
}
@media (min-width: 1500px) {
  nav.navigation-interne {
    display: block;
    margin-top: -42px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 0px rgba(208, 0, 35, 0.08);
    position: sticky;
    top: 100px;
    z-index: 5;
  }
}
nav.navigation-interne ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.navigation-interne ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 32px 28px;
  color: #1D2020;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
}
nav.navigation-interne ul li a img.chevron {
  transition: none;
  display: block;
  width: 12px;
  object-fit: cover;
}
nav.navigation-interne ul li > ul {
  display: none;
}
nav.navigation-interne ul li > .dropdown-container {
  display: none;
}
nav.navigation-interne ul li:hover a {
  color: #D00023;
}
nav.navigation-interne ul li:hover a img.chevron {
  rotate: -180deg;
}
nav.navigation-interne ul li.active a {
  color: #D00023;
}

/*
*** Navigation interne
*/
nav.navigation-interne-mobile {
  display: block;
  position: relative;
}
@media (min-width: 1500px) {
  nav.navigation-interne-mobile {
    display: none;
  }
}
nav.navigation-interne-mobile button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: none;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  width: 100%;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px 0px rgba(208, 0, 35, 0.08);
  padding: 20px;
  margin-top: -29px;
  color: #000000;
}
nav.navigation-interne-mobile button.active {
  color: #D00023;
}
nav.navigation-interne-mobile button.active::after {
  rotate: -180deg;
}
nav.navigation-interne-mobile button::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("../../img/chevron-down-sticky-nav.svg") center center no-repeat;
  background-size: cover;
}
nav.navigation-interne-mobile div.dropdown-interne {
  display: none;
}
nav.navigation-interne-mobile div.dropdown-interne.active {
  display: block;
  position: absolute;
  top: 75px;
  left: 0;
  z-index: 5;
  width: 100%;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px 0px rgba(208, 0, 35, 0.08);
  border-radius: 10px;
}
nav.navigation-interne-mobile div.dropdown-interne ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.navigation-interne-mobile div.dropdown-interne ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 24px;
  color: #1D2020;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
}
nav.navigation-interne-mobile div.dropdown-interne ul li a img.chevron {
  transition: none;
  display: block;
  width: 12px;
  object-fit: cover;
}
nav.navigation-interne-mobile div.dropdown-interne ul li > ul {
  display: none;
}
nav.navigation-interne-mobile div.dropdown-interne ul li > .dropdown-container {
  display: none;
}
nav.navigation-interne-mobile div.dropdown-interne ul li:hover a {
  color: #D00023;
}
nav.navigation-interne-mobile div.dropdown-interne ul li:hover a img.chevron {
  rotate: -180deg;
}
nav.navigation-interne-mobile div.dropdown-interne ul li.active a {
  color: #D00023;
}

.hero-v5-container {
  color: #FFFFFF;
  background: #262828;
  background-size: cover;
}
.hero-v5-container .row {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  padding-top: 32px;
  padding-bottom: 64px;
  gap: 32px;
  height: auto;
}
@media (min-width: 768px) {
  .hero-v5-container .row {
    gap: 0;
    flex-direction: row;
    height: 81vh;
    justify-content: flex-start;
    padding-top: 24px;
    padding-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .hero-v5-container .row {
    padding-bottom: 24px;
  }
}
.hero-v5-container .row .col {
  display: flex;
  flex-direction: column;
}
.hero-v5-container .row .col:first-child {
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .hero-v5-container .row .col:first-child {
    width: 50%;
  }
}
.hero-v5-container .row .col:last-child {
  width: 100%;
  justify-content: end;
  align-items: center;
}
@media (min-width: 768px) {
  .hero-v5-container .row .col:last-child {
    width: 50%;
    align-items: flex-end;
  }
}
@media (min-width: 1280px) {
  .hero-v5-container .row .col:last-child {
    padding-right: 60px;
  }
}
.hero-v5-container .row .col section h1 {
  margin-bottom: 0;
}
.hero-v5-container .row .col section p {
  line-height: 30px;
}
.hero-v5-container .row .col section p:first-of-type {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .hero-v5-container .row .col section p:first-of-type {
    margin-top: 32px;
  }
}
@media (min-width: 1280px) {
  .hero-v5-container .row .col section p {
    padding-right: 75px;
  }
}
.hero-v5-container .row .col div.image-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
@media (min-width: 768px) {
  .hero-v5-container .row .col div.image-hero {
    margin-bottom: -40px;
  }
}
@media (min-width: 992px) {
  .hero-v5-container .row .col div.image-hero {
    display: block;
  }
}
@media (min-width: 1280px) {
  .hero-v5-container .row .col div.image-hero {
    margin-bottom: -80px;
  }
}
.hero-v5-container .row .col div.image-hero img {
  width: 300px;
  height: 350px;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .hero-v5-container .row .col div.image-hero img {
    width: 100%;
    height: 630px;
  }
}
@media (min-width: 1280px) {
  .hero-v5-container .row .col div.image-hero img {
    width: 560px;
    height: 630px;
  }
}
.hero-v5-container .row .col div.image-hero .hero-notification {
  width: 280px;
  padding: 32px;
  margin-bottom: 0;
  margin-top: -80px;
}
@media (min-width: 768px) {
  .hero-v5-container .row .col div.image-hero .hero-notification {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .hero-v5-container .row .col div.image-hero .hero-notification {
    margin-top: 0;
    position: absolute;
    top: -32px;
    right: 0;
    z-index: 1;
  }
}
@media (min-width: 1280px) {
  .hero-v5-container .row .col div.image-hero .hero-notification {
    right: -60px;
  }
}
.hero-v5-container .row .col div.image-hero .hero-notification h3 {
  margin-bottom: 16px;
}
.hero-v5-container .row .col div.image-hero .hero-notification h3 span {
  color: #D00023;
}
.hero-v5-container .row .col div.image-hero .hero-notification p {
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 17px;
  line-height: 24px;
}

.section-liste-content-container {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section-liste-content-container {
    margin-bottom: 64px;
  }
}
@media (min-width: 1280px) {
  .section-liste-content-container {
    margin-bottom: 132px;
  }
}
.section-liste-content-container .row {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 992px) {
  .section-liste-content-container .row {
    flex-direction: row;
  }
}
.section-liste-content-container .row:first-child {
  justify-content: flex-end;
  padding-top: 25px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .section-liste-content-container .row:first-child {
    padding-bottom: 0;
  }
}
.section-liste-content-container .row:first-child .col:first-child {
  flex-grow: 1;
}
@media (min-width: 992px) {
  .section-liste-content-container .row:first-child .col:first-child {
    padding-top: 150px;
  }
}
.section-liste-content-container .row:first-child .col:last-child {
  width: 100%;
  padding-top: 64px;
}
@media (min-width: 992px) {
  .section-liste-content-container .row:first-child .col:last-child {
    padding-top: 0;
    width: 650px;
  }
}
@media (min-width: 1280px) {
  .section-liste-content-container .row:first-child .col:last-child {
    width: 760px;
  }
}
.section-liste-content-container .row:first-child section {
  width: 100%;
  z-index: 2;
}
.section-liste-content-container .row:first-child section.line-style-red::after {
  background: #D00023;
  height: 42px;
  top: -64px;
}
@media (min-width: 768px) {
  .section-liste-content-container .row:first-child section.line-style-red::after {
    height: 100px;
    top: -134px;
  }
}
.section-liste-content-container .row:first-child section h2 {
  text-align: right;
}
@media (min-width: 768px) {
  .section-liste-content-container .row:first-child section h2 {
    padding-left: 25%;
  }
}
.section-liste-content-container .row:first-child section ul.ul-list-v1 > li {
  font-size: 18px;
  line-height: 26px;
  padding: 16px 0;
}
@media (min-width: 768px) {
  .section-liste-content-container .row:first-child section ul.ul-list-v1 > li {
    font-size: 22px;
    line-height: 32px;
    padding: 32px 0;
  }
}
.section-liste-content-container .row:first-child section ul.ul-list-v1 > li p {
  font-weight: 400;
}
.section-liste-content-container .row:first-child section ul.ul-list-v1 > li:last-child {
  border-bottom: none;
}
.section-liste-content-container .row:first-child section ul.ul-list-v1 > li > ul {
  list-style: disc;
  padding: 0 0 0 22px;
  margin: 16px 0 0 0;
}
.section-liste-content-container .row:first-child section ul.ul-list-v1 > li > ul > li {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  padding: 8px 0 8px 4px;
}
.section-liste-content-container .row:first-child img {
  width: 240px;
  height: 315px;
  box-shadow: 0px 4px 30px 0px rgba(208, 0, 35, 0.08);
}
@media (min-width: 1280px) {
  .section-liste-content-container .row:first-child img {
    width: 375px;
    height: 545px;
  }
}

.section-galerie-photo-container .row {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 1280px) {
  .section-galerie-photo-container .row {
    width: 1420px;
  }
}
@media (min-width: 992px) {
  .section-galerie-photo-container .row {
    flex-direction: row;
  }
}
.section-galerie-photo-container .row:first-child {
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .section-galerie-photo-container .row:first-child {
    padding-bottom: 0;
  }
}
.section-galerie-photo-container .row:first-child .col:first-child {
  flex-grow: 1;
}
@media (min-width: 992px) {
  .section-galerie-photo-container .row:first-child .col:first-child {
    padding-top: 150px;
  }
}
.section-galerie-photo-container .row:first-child .col:last-child {
  width: 100%;
  padding-top: 64px;
}
@media (min-width: 992px) {
  .section-galerie-photo-container .row:first-child .col:last-child {
    padding-top: 0;
    width: 650px;
  }
}
@media (min-width: 1280px) {
  .section-galerie-photo-container .row:first-child .col:last-child {
    width: 760px;
  }
}
.section-galerie-photo-container .row:first-child section {
  width: 100%;
  z-index: 2;
}
.section-galerie-photo-container .row:first-child section.line-style-red::after {
  background: #D00023;
  height: 42px;
  top: -64px;
}
@media (min-width: 768px) {
  .section-galerie-photo-container .row:first-child section.line-style-red::after {
    height: 100px;
    top: -134px;
  }
}
.section-galerie-photo-container .row:first-child section h2 {
  text-align: right;
}
@media (min-width: 768px) {
  .section-galerie-photo-container .row:first-child section h2 {
    padding-left: 20%;
  }
}
.section-galerie-photo-container .row:first-child section ul.ul-list-v1 > li {
  font-size: 18px;
  line-height: 26px;
  padding: 16px 0;
}
@media (min-width: 768px) {
  .section-galerie-photo-container .row:first-child section ul.ul-list-v1 > li {
    font-size: 22px;
    line-height: 32px;
    padding: 32px 0;
  }
}
.section-galerie-photo-container .row:first-child section ul.ul-list-v1 > li:last-child {
  border-bottom: none;
}
.section-galerie-photo-container .row:first-child section ul.ul-list-v1 > li > ul {
  list-style: disc;
  padding: 0 0 0 22px;
  margin: 16px 0 0 0;
}
.section-galerie-photo-container .row:first-child section ul.ul-list-v1 > li > ul > li {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  padding: 8px 0 8px 4px;
}

.section-condition-admission-container .row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
@media (min-width: 992px) {
  .section-condition-admission-container .row {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .section-condition-admission-container .row {
    gap: 80px;
  }
}
.section-condition-admission-container .row:first-child {
  justify-content: flex-end;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1280px) {
  .section-condition-admission-container .row:first-child {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section-condition-admission-container .row:first-child .col:first-child {
  width: 100%;
}
@media (min-width: 992px) {
  .section-condition-admission-container .row:first-child .col:first-child {
    width: 650px;
  }
}
@media (min-width: 1280px) {
  .section-condition-admission-container .row:first-child .col:first-child {
    width: 430px;
  }
}
.section-condition-admission-container .row:first-child .col:first-child section {
  padding-right: 10%;
}
@media (min-width: 768px) {
  .section-condition-admission-container .row:first-child .col:first-child section {
    padding-right: 0;
  }
}
.section-condition-admission-container .row:first-child .col:last-child {
  width: 100%;
}
@media (min-width: 992px) {
  .section-condition-admission-container .row:first-child .col:last-child {
    width: 650px;
  }
}
@media (min-width: 1280px) {
  .section-condition-admission-container .row:first-child .col:last-child {
    flex-grow: 1;
    display: flex;
    align-self: center;
  }
}
@media (min-width: 1280px) {
  .section-condition-admission-container .row:first-child .col:last-child section {
    padding-right: 10%;
  }
}
.section-condition-admission-container .row:first-child section {
  width: 100%;
}
.section-condition-admission-container .row:first-child section h2 {
  text-align: left;
  color: #2D3131;
}
@media (min-width: 1280px) {
  .section-condition-admission-container .row:first-child section h2 {
    margin-bottom: 0;
  }
}
.section-condition-admission-container .row:first-child section p {
  text-align: left;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}
.section-condition-admission-container .row:first-child section p strong {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #3E4141;
}
@media (min-width: 768px) {
  .section-condition-admission-container .row:first-child section p strong {
    font-size: 22px;
    line-height: 30px;
  }
}
.section-condition-admission-container .row:first-child section ul {
  list-style: disc;
  padding: 0 0 0 22px;
}
.section-condition-admission-container .row:first-child section ul li {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  padding-left: 4px;
}
.section-condition-admission-container .row:first-child ul.ul-list-v1 > li {
  font-size: 18px;
  line-height: 26px;
  padding: 16px 0;
}
@media (min-width: 768px) {
  .section-condition-admission-container .row:first-child ul.ul-list-v1 > li {
    font-size: 22px;
    line-height: 32px;
    padding: 32px 0;
  }
}
@media (min-width: 1280px) {
  .section-condition-admission-container .row:first-child ul.ul-list-v1 > li:first-child {
    padding-top: 0;
  }
}
.section-condition-admission-container .row:first-child ul.ul-list-v1 > li:last-child {
  border-bottom: none;
}
@media (min-width: 1280px) {
  .section-condition-admission-container .row:first-child ul.ul-list-v1 > li:last-child {
    padding-bottom: 0;
  }
}
.section-condition-admission-container .row:first-child ul.ul-list-v1 > li > ul {
  list-style: disc;
  padding: 0 0 0 22px;
  margin: 16px 0 0 0;
}
.section-condition-admission-container .row:first-child ul.ul-list-v1 > li > ul > li {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  padding: 8px 0 8px 4px;
}

.section-avantages-container {
  color: #1D2020;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 64px;
}
@media (min-width: 1500px) {
  .section-avantages-container {
    display: block;
  }
}
@media (min-width: 1280px) {
  .section-avantages-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section-avantages-container .box-row {
  border-radius: 15px;
  background: #FFFFFF;
}
.section-avantages-container .row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
@media (min-width: 992px) {
  .section-avantages-container .row {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .section-avantages-container .row {
    gap: 80px;
  }
}
.section-avantages-container .row:first-child {
  justify-content: flex-end;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1280px) {
  .section-avantages-container .row:first-child {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section-avantages-container .row:first-child .col:first-child {
  width: 100%;
}
@media (min-width: 992px) {
  .section-avantages-container .row:first-child .col:first-child {
    width: 650px;
  }
}
@media (min-width: 1280px) {
  .section-avantages-container .row:first-child .col:first-child {
    width: 430px;
  }
}
.section-avantages-container .row:first-child .col:first-child section {
  padding-right: 10%;
}
@media (min-width: 768px) {
  .section-avantages-container .row:first-child .col:first-child section {
    padding-right: 0;
  }
}
.section-avantages-container .row:first-child .col:last-child {
  width: 100%;
}
@media (min-width: 992px) {
  .section-avantages-container .row:first-child .col:last-child {
    width: 650px;
  }
}
@media (min-width: 1280px) {
  .section-avantages-container .row:first-child .col:last-child {
    flex-grow: 1;
  }
}
@media (min-width: 1280px) {
  .section-avantages-container .row:first-child .col:last-child section {
    padding-right: 10%;
  }
}
.section-avantages-container .row:first-child section {
  width: 100%;
}
.section-avantages-container .row:first-child section h2 {
  text-align: left;
  color: #2D3131;
}
@media (min-width: 1280px) {
  .section-avantages-container .row:first-child section h2 {
    margin-bottom: 0;
  }
}
.section-avantages-container .row:first-child section p {
  text-align: left;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #3E4141;
}
@media (min-width: 768px) {
  .section-avantages-container .row:first-child section p {
    font-size: 22px;
    line-height: 30px;
  }
}
.section-avantages-container .row:first-child section ul.ul-list-v1 > li {
  font-size: 18px;
  line-height: 26px;
  padding: 16px 0;
}
@media (min-width: 768px) {
  .section-avantages-container .row:first-child section ul.ul-list-v1 > li {
    font-size: 22px;
    line-height: 32px;
    padding: 32px 0;
  }
}
@media (min-width: 1280px) {
  .section-avantages-container .row:first-child section ul.ul-list-v1 > li:first-child {
    padding-top: 0;
  }
}
.section-avantages-container .row:first-child section ul.ul-list-v1 > li:last-child {
  border-bottom: none;
}
@media (min-width: 1280px) {
  .section-avantages-container .row:first-child section ul.ul-list-v1 > li:last-child {
    padding-bottom: 0;
  }
}
.section-avantages-container .row:first-child section ul.ul-list-v1 > li > ul {
  list-style: disc;
  padding: 0 0 0 22px;
  margin: 16px 0 0 0;
}
.section-avantages-container .row:first-child section ul.ul-list-v1 > li > ul > li {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  padding: 8px 0 8px 4px;
}

.gallery-photo-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .gallery-photo-container {
    flex-direction: row;
    gap: 12px;
  }
}
@media (min-width: 1280px) {
  .gallery-photo-container {
    width: 1420px;
  }
}
.gallery-photo-container .g-col:first-child {
  width: 100%;
}
@media (min-width: 1280px) {
  .gallery-photo-container .g-col:first-child {
    width: 820px;
  }
}
.gallery-photo-container .g-col:first-child img {
  height: 275px;
}
@media (min-width: 768px) {
  .gallery-photo-container .g-col:first-child img {
    height: 715px;
  }
}
.gallery-photo-container .g-col:last-child {
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 12px;
}
@media (min-width: 768px) {
  .gallery-photo-container .g-col:last-child {
    flex-direction: column;
  }
}
@media (min-width: 1280px) {
  .gallery-photo-container .g-col:last-child {
    width: 590px;
  }
}
.gallery-photo-container .g-col:last-child img {
  width: 48%;
  height: 132px;
}
@media (min-width: 768px) {
  .gallery-photo-container .g-col:last-child img {
    width: 100%;
    height: 350px;
  }
}
.gallery-photo-container img {
  display: block;
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: auto;
  box-shadow: 0px 4px 30px 0px rgba(208, 0, 35, 0.08);
}

.hero-v3-container {
  color: #FFFFFF;
  background: #262828;
  background-size: cover;
}
.hero-v3-container .row {
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: flex-start;
  padding-top: 70px;
  padding-bottom: 90px;
  gap: 45px;
}
@media (min-width: 768px) {
  .hero-v3-container .row {
    gap: 0;
    flex-direction: row;
    height: 81vh;
    justify-content: flex-start;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.hero-v3-container .row .col {
  display: flex;
  flex-direction: column;
}
.hero-v3-container .row .col:first-child {
  width: 100%;
  justify-content: center;
}
@media (min-width: 992px) {
  .hero-v3-container .row .col:first-child {
    width: 60%;
  }
}
@media (min-width: 1280px) {
  .hero-v3-container .row .col:first-child {
    width: 50%;
    padding-right: 100px;
  }
}
.hero-v3-container .row .col:last-child {
  width: 100%;
  justify-content: end;
  align-items: center;
}
@media (min-width: 992px) {
  .hero-v3-container .row .col:last-child {
    width: 40%;
  }
}
@media (min-width: 1280px) {
  .hero-v3-container .row .col:last-child {
    width: 50%;
    align-items: flex-start;
  }
}
.hero-v3-container .row .col section h1 {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .hero-v3-container .row .col section h1 {
    margin-bottom: 32px;
  }
}
.hero-v3-container .row .col section p {
  line-height: 30px;
}

.section-texte-container .row {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
  align-items: center;
  gap: 0;
  padding-top: 75px;
  padding-bottom: 75px;
}
.section-texte-container .row.m-reversed {
  flex-direction: column;
}
@media (min-width: 768px) {
  .section-texte-container .row.m-reversed {
    flex-direction: row;
  }
}
.section-texte-container .row.m-reversed > .col:last-child {
  padding-top: 50px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .section-texte-container .row.m-reversed > .col:last-child {
    padding-bottom: 50px;
  }
}
.section-texte-container .row.pb-0 {
  padding-bottom: 75px;
}
.section-texte-container .row.pb-0.pb-0-m {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .section-texte-container .row.pb-0 {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .section-texte-container .row {
    padding-top: 150px;
    padding-bottom: 150px;
    flex-direction: row;
  }
}
.section-texte-container .row.line-style-gray::before {
  height: 65px;
  top: -33px;
  left: 20px;
}
@media (min-width: 992px) {
  .section-texte-container .row.line-style-gray::before {
    height: 140px;
    top: -71px;
    left: 20px;
  }
}
@media (min-width: 1280px) {
  .section-texte-container .row.line-style-gray::before {
    left: 0;
  }
}
.section-texte-container .row > .col {
  display: block;
  width: 100%;
}
.section-texte-container .row > .col:first-child {
  display: flex;
  flex-grow: 1;
  justify-content: start;
  max-width: 700px;
}
.section-texte-container .row > .col:first-child.default {
  max-width: unset;
}
.section-texte-container .row > .col:first-child section {
  width: 100%;
}
.section-texte-container .row > .col:first-child section h2 {
  margin-bottom: 16px;
}
.section-texte-container .row > .col:first-child section p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 32px;
}
.section-texte-container .row > .col:first-child section p span,
.section-texte-container .row > .col:first-child section p span {
  display:block;
  line-height: 1.55!important;
}
.section-texte-container section li {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}
.section-texte-container .row > .col:first-child section p:last-child {
  margin-bottom: 0;
}
.section-texte-container .row > .col:first-child section p.interligne {
  margin-bottom: 16px;
}
.section-texte-container .row > .col:first-child section ul.list-pdf {
  padding-top: 16px;
}
.section-texte-container .row > .col:first-child section ul.list-pdf li a {
  width: 100%;
}
@media (min-width: 768px) {
  .section-texte-container .row > .col:first-child section ul.list-pdf li a {
    width: 90%;
  }
}
.section-texte-container .row > .col:last-child {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .section-texte-container .row > .col:last-child {
    padding-bottom: 0;
  }
}
.section-texte-container .row > .col:last-child img.image {
  display: block;
  width: 215px;
  height: auto;
}
.section-texte-container .row > .col:last-child img.secondary {
  width: 232px;
  margin-top: 32px;
}

@media (min-width: 1500px) {
  .section-videos-container {
    display: block;
  }
}
.section-videos-container .row {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.section-videos-container .row section.line-style-red::after {
  height: 48px;
  top: -75px;
}
@media (min-width: 768px) {
  .section-videos-container .row section.line-style-red::after {
    height: 100px;
    top: -134px;
  }
}
.section-videos-container .row:first-child {
  justify-content: flex-end;
  padding-top: 25px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .section-videos-container .row:first-child {
    padding-bottom: 0;
  }
}
.section-videos-container .row:first-child section {
  width: 100%;
  text-align: right;
  z-index: 2;
}
@media (min-width: 992px) {
  .section-videos-container .row:first-child section {
    width: 80%;
  }
}
@media (min-width: 1280px) {
  .section-videos-container .row:first-child section {
    width: 50%;
  }
}
.section-videos-container .row:last-child {
  padding-bottom: 50px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .section-videos-container .row:last-child {
    padding-bottom: 60px;
  }
}
@media (min-width: 1500px) {
  .section-videos-container .row:last-child {
    overflow: visible;
  }
}

.section-temoignages-container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1500px) {
  .section-temoignages-container {
    display: block;
  }
}
@media (min-width: 1280px) {
  .section-temoignages-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section-temoignages-container .box-row {
  border-radius: 15px;
  background: #FFFFFF;
}
.section-temoignages-container .row {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.section-temoignages-container .row section.line-style-red::after {
  height: 48px;
  top: -75px;
}
@media (min-width: 768px) {
  .section-temoignages-container .row section.line-style-red::after {
    height: 100px;
    top: -134px;
  }
}
.section-temoignages-container .row:first-child {
  justify-content: flex-start;
  padding-top: 50px;
  padding-bottom: 32px;
}
@media (min-width: 1280px) {
  .section-temoignages-container .row:first-child {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.section-temoignages-container .row:first-child section {
  width: 100%;
  text-align: left;
  z-index: 2;
}
@media (min-width: 992px) {
  .section-temoignages-container .row:first-child section {
    width: 80%;
  }
}
@media (min-width: 1280px) {
  .section-temoignages-container .row:first-child section {
    width: 50%;
  }
}
.section-temoignages-container .row:last-child {
  padding-bottom: 60px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .section-temoignages-container .row:last-child {
    padding-bottom: 60px;
  }
}
@media (min-width: 1500px) {
  .section-temoignages-container .row:last-child {
    overflow: visible;
  }
}

.documents-container .row {
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 1280px) {
  .documents-container .row {
    gap: 80px;
    padding-top: 100px;
    padding-bottom: 132px;
    flex-direction: row;
  }
}
.documents-container .row section h2 {
  margin-bottom: 16px;
}
.documents-container .row section p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 32px;
}
.documents-container .row section p.interligne {
  margin-bottom: 16px;
}
.documents-container .row .col:first-child {
  width: 100%;
}
@media (min-width: 1280px) {
  .documents-container .row .col:first-child {
    width: 25%;
  }
}
.documents-container .row .col:last-child {
  width: 100%;
}
@media (min-width: 1280px) {
  .documents-container .row .col:last-child {
    flex-grow: 1;
    width: auto;
    display: flex;
    justify-content: flex-end;
  }
}
.documents-container .row .col:last-child ul.list-pdf {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .documents-container .row .col:last-child ul.list-pdf {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 16px;
    grid-auto-flow: row;
    justify-content: start;
  }
}
.documents-container .row .col:last-child ul.list-pdf li {
  width: 100%;
}
@media (min-width: 768px) {
  .documents-container .row .col:last-child ul.list-pdf li {
    width: 332px;
  }
}
@media (min-width: 1280px) {
  .documents-container .row .col:last-child ul.list-pdf li {
    width: 430px;
  }
}

.label-hero {
  display: inline-flex;
  align-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 17px 21px;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  background: #1D2020;
  box-shadow: 0px 4px 30px 0px rgba(208, 0, 35, 0.08);
  border-radius: 15px;
}
.label-hero img.label-icon {
  display: block;
  width: 33px;
  height: 33px;
}
.label-hero span.text {
  display: block;
}

.video-hero {
  z-index: 5;
  position: relative;
}
@media (min-width: 768px) {
  .video-hero {
    margin-bottom: -70px;
  }
}
.video-hero h2 {
  display: none;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 32px;
  position: relative;
}
.video-hero h2::before {
  content: "";
  display: block;
  height: 40px;
  width: 2px;
  background: #D00023;
  position: absolute;
  bottom: -52px;
  left: 50%;
  margin-left: -1px;
  z-index: 5;
}
@media (min-width: 768px) {
  .video-hero h2 {
    display: block;
  }
}
.video-hero a.thumbnail-video {
  display: block;
  position: relative;
}
.video-hero a.thumbnail-video:hover::before {
  opacity: 0.8;
}
.video-hero a.thumbnail-video::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url("../../img/icons/play-icon.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 3;
  transition: 0.3s all;
}
@media (min-width: 768px) {
  .video-hero a.thumbnail-video::before {
    width: 106px;
    height: 106px;
    margin-left: -53px;
    margin-top: -53px;
  }
}
.video-hero a.thumbnail-video img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  object-fit: cover;
}
@media (min-width: 1280px) {
  .video-hero a.thumbnail-video img {
    width: 680px;
    height: 445px;
  }
}

.videos-carousel-container {
  display: block;
  width: 100%;
}
@media (min-width: 1500px) {
  .videos-carousel-container {
    display: block;
    margin-top: -50px;
  }
}
.videos-carousel-container .swap-mobile {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .videos-carousel-container .swap-mobile {
    flex-direction: column;
  }
}
.videos-carousel-container .carousel-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-top: 15px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .videos-carousel-container .carousel-navigation {
    justify-content: flex-start;
    padding-bottom: 32px;
  }
}
.videos-carousel-container .carousel-navigation button {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #ADADAD;
  color: #ADADAD;
  opacity: 0.5;
  background: none;
}
.videos-carousel-container .carousel-navigation button.button-prev {
  transform: rotate(180deg);
}
.videos-carousel-container .carousel-navigation button:hover, .videos-carousel-container .carousel-navigation button.active {
  opacity: 1;
}
.videos-carousel-container .carousel-navigation button::after {
  content: "";
  display: block;
  width: 13px;
  height: 24px;
  background: url("../../img/icons/arrow-navigation-carousel.svg") center center no-repeat;
}
.videos-carousel-container .videos-carousel {
  display: flex;
  gap: 16px;
  overflow: hidden;
  width: 642px;
}
@media (min-width: 768px) {
  .videos-carousel-container .videos-carousel {
    gap: 32px;
    width: 932px;
  }
}
@media (min-width: 992px) {
  .videos-carousel-container .videos-carousel {
    gap: 32px;
    width: 1235px;
  }
}
@media (min-width: 1280px) {
  .videos-carousel-container .videos-carousel {
    gap: 32px;
    width: 1935px;
  }
}
.videos-carousel-container .videos-carousel .videos-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .videos-carousel-container .videos-carousel .videos-item {
    padding-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .videos-carousel-container .videos-carousel .videos-item {
    padding-bottom: 25px;
  }
}
.videos-carousel-container .videos-carousel .videos-item > a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 0;
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  .videos-carousel-container .videos-carousel .videos-item > a {
    gap: 8px;
    padding: 0;
  }
}
.videos-carousel-container .videos-carousel .videos-item > a:hover span.thumbnail::before {
  opacity: 0.8;
}
.videos-carousel-container .videos-carousel .videos-item > a:hover span.thumbnail img {
  opacity: 0.8;
}
.videos-carousel-container .videos-carousel .videos-item > a span.thumbnail {
  display: block;
  position: relative;
}
.videos-carousel-container .videos-carousel .videos-item > a span.thumbnail::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url("../../img/icons/play-yt-icon.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 3;
  transition: 0.3s all;
}
@media (min-width: 768px) {
  .videos-carousel-container .videos-carousel .videos-item > a span.thumbnail::before {
    width: 41px;
    height: 41px;
    bottom: 16px;
    right: 16px;
  }
}
.videos-carousel-container .videos-carousel .videos-item > a span.thumbnail img {
  display: block;
  width: 100%;
  height: 186px;
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 1280px) {
  .videos-carousel-container .videos-carousel .videos-item > a span.thumbnail img {
    height: 271px;
  }
}
.videos-carousel-container .videos-carousel .videos-item > a h3 {
  display: block;
  text-align: left;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  margin: 0;
  color: #000000;
}
@media (min-width: 1280px) {
  .videos-carousel-container .videos-carousel .videos-item > a h3 {
    font-size: 20px;
  }
}
.videos-carousel-container .videos-carousel .videos-item > a h3 span {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}
.videos-carousel-container .carousel-pagination {
  margin-top: 24px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.videos-carousel-container .carousel-pagination span.swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #D9D9D9;
  opacity: 1;
  margin: 0;
}
.videos-carousel-container .carousel-pagination span.swiper-pagination-bullet:hover {
  background: #2D3131;
  opacity: 0.5;
}
.videos-carousel-container .carousel-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2D3131;
  opacity: 0.5;
}

.temoignages-carousel-container {
  display: block;
  width: 100%;
}
@media (min-width: 1500px) {
  .temoignages-carousel-container {
    display: block;
    margin-top: -50px;
  }
}
.temoignages-carousel-container .swap-mobile {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .temoignages-carousel-container .swap-mobile {
    flex-direction: column;
  }
}
.temoignages-carousel-container .carousel-navigation {
  display: none;
  gap: 16px;
  padding-top: 15px;
  padding-bottom: 16px;
}
@media (min-width: 1280px) {
  .temoignages-carousel-container .carousel-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 80px;
    margin-top: -40px;
  }
}
.temoignages-carousel-container .carousel-navigation button {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #ADADAD;
  color: #ADADAD;
  opacity: 0.5;
  background: none;
}
.temoignages-carousel-container .carousel-navigation button.button-prev {
  transform: rotate(180deg);
}
.temoignages-carousel-container .carousel-navigation button:hover, .temoignages-carousel-container .carousel-navigation button.active {
  opacity: 1;
}
.temoignages-carousel-container .carousel-navigation button::after {
  content: "";
  display: block;
  width: 13px;
  height: 24px;
  background: url("../../img/icons/arrow-navigation-carousel.svg") center center no-repeat;
}
.temoignages-carousel-container .temoignages-carousel {
  display: flex;
  gap: 16px;
  overflow: hidden;
  width: 642px;
}
@media (min-width: 768px) {
  .temoignages-carousel-container .temoignages-carousel {
    gap: 32px;
    width: 932px;
  }
}
@media (min-width: 992px) {
  .temoignages-carousel-container .temoignages-carousel {
    gap: 32px;
    width: 1235px;
  }
}
@media (min-width: 1280px) {
  .temoignages-carousel-container .temoignages-carousel {
    gap: 32px;
    width: 1935px;
  }
}
.temoignages-carousel-container .temoignages-carousel .temoignages-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .temoignages-carousel-container .temoignages-carousel .temoignages-item {
    padding-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .temoignages-carousel-container .temoignages-carousel .temoignages-item {
    padding-bottom: 25px;
  }
}
.temoignages-carousel-container .temoignages-carousel .temoignages-item > a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 0;
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  .temoignages-carousel-container .temoignages-carousel .temoignages-item > a {
    gap: 8px;
    padding: 0;
  }
}
.temoignages-carousel-container .temoignages-carousel .temoignages-item > a:hover span.thumbnail::before {
  opacity: 0.8;
}
.temoignages-carousel-container .temoignages-carousel .temoignages-item > a:hover span.thumbnail img {
  opacity: 0.8;
}
.temoignages-carousel-container .temoignages-carousel .temoignages-item > a span.thumbnail {
  display: block;
  position: relative;
}
.temoignages-carousel-container .temoignages-carousel .temoignages-item > a span.thumbnail::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url("../../img/icons/play-yt-icon.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 3;
  transition: 0.3s all;
}
@media (min-width: 768px) {
  .temoignages-carousel-container .temoignages-carousel .temoignages-item > a span.thumbnail::before {
    width: 41px;
    height: 41px;
    bottom: 16px;
    right: 16px;
  }
}
.temoignages-carousel-container .temoignages-carousel .temoignages-item > a span.thumbnail img {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  width: 100%;
  height: 186px;
  object-fit: cover;
  border-radius: 15px;
  border: 1px solid #D1D1D1;
}
@media (min-width: 1280px) {
  .temoignages-carousel-container .temoignages-carousel .temoignages-item > a span.thumbnail img {
    height: 271px;
  }
}
.temoignages-carousel-container .temoignages-carousel .temoignages-item > a h3 {
  display: block;
  text-align: left;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  margin: 0;
  color: #000000;
}
@media (min-width: 1280px) {
  .temoignages-carousel-container .temoignages-carousel .temoignages-item > a h3 {
    font-size: 20px;
  }
}
.temoignages-carousel-container .temoignages-carousel .temoignages-item > a h3 span {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}
.temoignages-carousel-container .carousel-pagination {
  margin-top: 24px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.temoignages-carousel-container .carousel-pagination span.swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #D9D9D9;
  opacity: 1;
  margin: 0;
}
.temoignages-carousel-container .carousel-pagination span.swiper-pagination-bullet:hover {
  background: #2D3131;
  opacity: 0.5;
}
.temoignages-carousel-container .carousel-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2D3131;
  opacity: 0.5;
}

ul.list-pdf {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.list-pdf.full-width {
  width: 100%;
}
ul.list-pdf li {
  display: block;
  margin: 0;
  padding: 0;
}
/*ul.list-pdf li a {*/
/*  background: #FFFFFF;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*  padding: 15px 20px;*/
/*  border-radius: 10px;*/
/*  font-size: 17px;*/
/*  line-height: 30px;*/
/*  font-weight: 400;*/
/*  letter-spacing: 0.3px;*/
/*  box-shadow: 0px 4px 30px 0px rgba(208, 0, 35, 0.08);*/
/*  color: #000000;*/
/*}*/
ul.list-pdf li a {
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: normal;
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.3px;
  box-shadow: 0px 4px 30px 0px rgba(208, 0, 35, 0.08);
  color: #000000;
  position: relative;
}
ul.list-pdf li a:hover {
  padding-left: 28px;
}
/*ul.list-pdf li a::after {*/
/*  content: "";*/
/*  display: block;*/
/*  width: 27px;*/
/*  height: 31px;*/
/*  background: url("../../img/icons/file-icon.svg") center center no-repeat;*/
/*  background-size: cover;*/
/*}*/
ul.list-pdf li a::after {
  content: "";
  display: block;
  width: 27px;
  height: 31px;
  background: url("../../img/icons/file-icon.svg") center center no-repeat;
  background-size: cover;
  position: absolute;
  right: 20px;
}
ul.list-pdf li a sup {
  position: relative;
  top: -6px;
  margin-right: 5px;
}

.hero-v4-container {
  color: #FFFFFF;
  background: #B0001E url("../../img/backgrounds/financement-bg-mobile.svg") top center no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .hero-v4-container {
    background: #B0001E url("../../img/backgrounds/financement-bg.svg") top center no-repeat;
    background-size: cover;
  }
}
.hero-v4-container .row {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  padding-top: 32px;
  padding-bottom: 64px;
  gap: 32px;
}
@media (min-width: 768px) {
  .hero-v4-container .row {
    gap: 0;
    flex-direction: row;
    height: 81vh;
    justify-content: flex-start;
    padding-top: 24px;
    padding-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .hero-v4-container .row {
    padding-bottom: 24px;
  }
}
.hero-v4-container .row .col {
  display: flex;
  flex-direction: column;
}
.hero-v4-container .row .col:first-child {
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .hero-v4-container .row .col:first-child {
    width: 50%;
  }
}
.hero-v4-container .row .col:last-child {
  width: 100%;
  justify-content: end;
  align-items: center;
}
@media (min-width: 768px) {
  .hero-v4-container .row .col:last-child {
    width: 50%;
    align-items: flex-end;
  }
}
@media (min-width: 1280px) {
  .hero-v4-container .row .col:last-child {
    padding-right: 60px;
  }
}
.hero-v4-container .row .col section h1 {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .hero-v4-container .row .col section h1 {
    margin-bottom: 32px;
  }
}
.hero-v4-container .row .col section p {
  line-height: 30px;
  font-size: 24px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .hero-v4-container .row .col section p {
    padding-right: 20%;
  }
}
.hero-v4-container .row .col div.image-hero {
  position: relative;
}
.hero-v4-container .row .col div.image-hero .objectif {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 150px;
  height: 150px;
  background-color: #FFFFFF;
  border-radius: 500px;
  margin: 0;
  padding: 0;
  color: #D00023;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  bottom: -36px;
  right: -10px;
  z-index: 5;
}
@media (min-width: 768px) {
  .hero-v4-container .row .col div.image-hero .objectif {
    bottom: 120px;
    left: -75px;
    right: auto;
  }
}
.hero-v4-container .row .col div.image-hero .objectif span {
  display: block;
}
.hero-v4-container .row .col div.image-hero .objectif span:last-child {
  font-size: 22px;
}
.hero-v4-container .row .col div.image-hero img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 1280px) {
  .hero-v4-container .row .col div.image-hero img {
    width: 550px;
    height: 600px;
  }
}

.intro-v1-container {
  background: #F7F7F7 url("../../img/backgrounds/csa-building-gris.svg") bottom right no-repeat;
  background-size: 332px;
}
@media (min-width: 768px) {
  .intro-v1-container {
    background: #F7F7F7 url("../../img/backgrounds/csa-building-gris.svg") bottom right no-repeat;
    background-size: 370px;
  }
}
@media (min-width: 992px) {
  .intro-v1-container {
    background: #F7F7F7 url("../../img/backgrounds/csa-building-gris.svg") bottom right no-repeat;
    background-size: 470px;
  }
}
@media (min-width: 1280px) {
  .intro-v1-container {
    background: #F7F7F7 url("../../img/backgrounds/csa-building-gris.svg") top 32px right no-repeat;
    background-size: 570px;
  }
}
.intro-v1-container .row {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
  gap: 0;
  padding-top: 40px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .intro-v1-container .row {
    padding-top: 65px;
    padding-bottom: 65px;
    flex-direction: row;
  }
}
.intro-v1-container .row > .col {
  display: block;
  width: 100%;
}
@media (min-width: 1280px) {
  .intro-v1-container .row > .col {
    width: 832px;
  }
}
.intro-v1-container .row > .col section h2 {
  margin-bottom: 16px;
}
.intro-v1-container .row > .col section p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 32px;
}
.intro-v1-container .row > .col section p.interligne {
  margin-bottom: 16px;
}
.intro-v1-container .row > .col img {
  width: 180px;
  height: 278px;
  box-shadow: 0px 4px 30px 0px rgba(208, 0, 35, 0.08);
}
@media (min-width: 768px) {
  .intro-v1-container .row > .col img {
    width: 285px;
    height: 435px;
  }
}

.section-welcome-container {
  color: #1D2020;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1500px) {
  .section-welcome-container {
    display: block;
  }
}
@media (min-width: 1280px) {
  .section-welcome-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section-welcome-container .box-row {
  border-radius: 15px;
  background: #FFFFFF;
}
.section-welcome-container .row {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.section-welcome-container .row section.line-style-red::after {
  height: 77px;
  top: -119px;
  right: 50%;
}
@media (min-width: 768px) {
  .section-welcome-container .row section.line-style-red::after {
    height: 77px;
    top: -119px;
  }
}
.section-welcome-container .row:first-child {
  justify-content: flex-start;
  padding-top: 80px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .section-welcome-container .row:first-child {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section-welcome-container .row:first-child section {
  width: 100%;
  z-index: 2;
}
.section-welcome-container .row:first-child section h2 {
  text-align: center;
  margin: 0;
}
.section-welcome-container .row:last-child {
  padding-top: 32px;
  padding-bottom: 60px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .section-welcome-container .row:last-child {
    padding-bottom: 100px;
  }
}
@media (min-width: 1500px) {
  .section-welcome-container .row:last-child {
    overflow: visible;
  }
}
@media (min-width: 1280px) {
  .section-welcome-container .row:last-child {
    padding-top: 80px;
  }
}

.section-cabinet-container {
  color: #1D2020;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1500px) {
  .section-cabinet-container {
    display: block;
  }
}
.section-cabinet-container .row {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.section-cabinet-container .row section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  z-index: 2;
  gap: 16px;
}
.section-cabinet-container .row section h2 {
  text-align: center;
  margin: 0;
}
.section-cabinet-container .row section img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .section-cabinet-container .row section img {
    width: 877px;
    height: auto;
    gap: 0;
  }
}

.section-ensemble-container {
  color: #FFFFFF;
  background: #F7F7F7 url("../../img/backgrounds/financement-bg-v2.svg") center center no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .section-ensemble-container {
    background: #F7F7F7 url("../../img/backgrounds/financement-bg-v2.svg") center center no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1500px) {
  .section-ensemble-container {
    display: block;
  }
}
.section-ensemble-container .row {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
@media (min-width: 768px) {
  .section-ensemble-container .row {
    gap: 80px;
  }
}
@media (min-width: 1280px) {
  .section-ensemble-container .row {
    gap: 0;
  }
}
.section-ensemble-container .row > .col:first-child {
  width: 100%;
}
@media (min-width: 1280px) {
  .section-ensemble-container .row > .col:first-child {
    width: 700px;
  }
}
.section-ensemble-container .row > .col:last-child {
  display: none;
}
@media (min-width: 992px) {
  .section-ensemble-container .row > .col:last-child {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 1280px) {
  .section-ensemble-container .row > .col:last-child {
    padding-right: 60px;
  }
}
.section-ensemble-container .row section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  z-index: 2;
  gap: 16px;
}
.section-ensemble-container .row section.line-style-red::before {
  position: absolute;
  top: -119px;
  left: 0;
  height: 77px;
}
@media (min-width: 768px) {
  .section-ensemble-container .row section.line-style-red::before {
    height: 77px;
    top: -119px;
    left: 0;
  }
}
.section-ensemble-container .row section h2 {
  text-align: left;
  margin: 0;
}
.section-ensemble-container .row section ul.ul-list-v1 li {
  color: #FFFFFF;
  padding: 32px 0;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .section-ensemble-container .row section ul.ul-list-v1 li {
    font-size: 22px;
    line-height: 30px;
  }
}
.section-ensemble-container .row img {
  width: 180px;
  height: 278px;
  box-shadow: 0px 4px 30px 0px rgba(208, 0, 35, 0.08);
}
@media (min-width: 768px) {
  .section-ensemble-container .row img {
    width: 343px;
    height: 522px;
    margin-top: -130px;
  }
}

.section-ensemble-v2-container {
  color: #FFFFFF;
  background: #F7F7F7 url("../../img/backgrounds/ensemble-football-mobile.jpeg") top left -430px no-repeat;
  background-size: 1240px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .section-ensemble-v2-container {
    background: #F7F7F7 url("../../img/backgrounds/ensemble-football.jpg") top center no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1500px) {
  .section-ensemble-v2-container {
    display: block;
  }
}
.section-ensemble-v2-container .row {
  display: flex;
  align-items: flex-start;
  gap: 0;
  height: 675px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-ensemble-v2-container .row section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
@media (min-width: 1280px) {
  .section-ensemble-v2-container .row section {
    padding-left: 50%;
  }
}
.section-ensemble-v2-container .row section.line-style-red::after {
  position: absolute;
  top: -119px;
  right: 0;
  height: 77px;
}
@media (min-width: 768px) {
  .section-ensemble-v2-container .row section.line-style-red::after {
    height: 77px;
    top: -119px;
    right: 0;
  }
}
.section-ensemble-v2-container .row section h2 {
  text-align: right;
  margin: 0;
}

.section-objectifs-container {
  color: #1D2020;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1500px) {
  .section-objectifs-container {
    display: block;
  }
}
@media (min-width: 768px) {
  .section-objectifs-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .section-objectifs-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.section-objectifs-container .row {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.section-objectifs-container .row:nth-child(1) {
  flex-direction: column;
}
@media (min-width: 992px) {
  .section-objectifs-container .row:nth-child(1) {
    flex-direction: row;
  }
}
.section-objectifs-container .row:nth-child(1) .col:first-child {
  width: 100%;
}
@media (min-width: 1280px) {
  .section-objectifs-container .row:nth-child(1) .col:first-child {
    width: 590px;
  }
}
.section-objectifs-container .row:nth-child(1) .col:first-child section h2 {
  margin-bottom: 16px;
}
.section-objectifs-container .row:nth-child(1) .col:first-child section h3 {
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .section-objectifs-container .row:nth-child(1) .col:first-child section h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
.section-objectifs-container .row:nth-child(1) .col:first-child section p {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .section-objectifs-container .row:nth-child(1) .col:first-child section p {
    margin-bottom: 50px;
  }
}
.section-objectifs-container .row:nth-child(1) .col:first-child section ul.list-pdf li {
  width: 100%;
}
@media (min-width: 992px) {
  .section-objectifs-container .row:nth-child(1) .col:first-child section ul.list-pdf li {
    width: 384px;
  }
}
.section-objectifs-container .row:nth-child(1) .col:last-child {
  position: relative;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  padding-top: 30px;
  padding-right: 0;
  width: 100%;
}
@media (min-width: 1280px) {
  .section-objectifs-container .row:nth-child(1) .col:last-child {
    width: auto;
    padding-right: 100px;
  }
}
.section-objectifs-container .row:nth-child(1) .col:last-child div.mesure-group {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .section-objectifs-container .row:nth-child(1) .col:last-child div.mesure-group {
    width: auto;
  }
}
.section-objectifs-container .row:nth-child(1) .col:last-child div.mesure-group a.faire-un-don-cta {
  display: block;
  width: 220px;
  height: 220px;
}
@media (min-width: 768px) {
  .section-objectifs-container .row:nth-child(1) .col:last-child div.mesure-group a.faire-un-don-cta {
    width: 220px;
    height: 220px;
    position: absolute;
    bottom: -30px;
    left: 66px;
  }
}
.section-objectifs-container .row:nth-child(1) .col:last-child div.mesure-group a.faire-un-don-cta:hover {
  scale: 1.1;
}
.section-objectifs-container .row:nth-child(1) .col:last-child div.mesure-group a.faire-un-don-cta img {
  display: block;
  width: 100%;
  height: auto;
}
.section-objectifs-container .row:nth-child(1) .col:last-child div.mesure-group img.mesure-cash {
  display: block;
  width: 94%;
  height: auto;
}
@media (min-width: 768px) {
  .section-objectifs-container .row:nth-child(1) .col:last-child div.mesure-group img.mesure-cash {
    width: 440px;
    height: auto;
  }
}
.section-objectifs-container .row:nth-child(2) {
  margin: 32px auto 32px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1280px) {
  .section-objectifs-container .row:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    margin: 100px auto 60px;
  }
}
.section-objectifs-container .row:nth-child(2) section {
  display: block;
  width: 100%;
  background: #FFFFFF;
  color: #000000;
  padding: 50px 20px;
  border-radius: 15px;
  box-shadow: 0px 4px 30px 0px rgba(208, 0, 35, 0.08);
}
@media (min-width: 992px) {
  .section-objectifs-container .row:nth-child(2) section {
    padding: 60px;
  }
}
.section-objectifs-container .row:nth-child(2) section h3 {
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-size: 28px;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 40px;
}
.section-objectifs-container .row:nth-child(2) section div.content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 992px) {
  .section-objectifs-container .row:nth-child(2) section div.content {
    flex-direction: row;
    gap: 60px;
  }
}
.section-objectifs-container .row:nth-child(2) section div.content div h4 {
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .section-objectifs-container .row:nth-child(2) section div.content div h4 {
    font-size: 22px;
    line-height: 32px;
  }
}
.section-objectifs-container .row:nth-child(2) section div.content div ul {
  margin: 0 0 0 16px;
  padding: 0;
}
.section-objectifs-container .row:nth-child(2) section div.content div ul li {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  padding-left: 4px;
}
.section-objectifs-container .row:nth-child(3) {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .section-objectifs-container .row:nth-child(3) {
    padding-bottom: 20px;
  }
}
.section-objectifs-container .row section h2 {
  margin: 0;
}
.section-objectifs-container .row section p {
  line-height: 30px;
}

.section-contribution-container {
  color: #FFFFFF;
  background: #F7F7F7 url("../../img/backgrounds/financement-bg-v2.svg") center center no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .section-contribution-container {
    background: #F7F7F7 url("../../img/backgrounds/financement-bg-v2.svg") center center no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1500px) {
  .section-contribution-container {
    display: block;
  }
}
@media (min-width: 1280px) {
  .section-contribution-container {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.section-contribution-container .row {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 768px) {
  .section-contribution-container .row {
    gap: 40px;
  }
}
@media (min-width: 992px) {
  .section-contribution-container .row {
    gap: 80px;
    flex-direction: row;
  }
}
.section-contribution-container .row > .col:first-child {
  width: 100%;
}
@media (min-width: 1280px) {
  .section-contribution-container .row > .col:first-child {
    width: 50%;
  }
}
.section-contribution-container .row > .col:last-child {
  width: 100%;
}
@media (min-width: 992px) {
  .section-contribution-container .row > .col:last-child {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 1280px) {
  .section-contribution-container .row > .col:last-child {
    width: 50%;
  }
}
.section-contribution-container .row section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  z-index: 2;
  gap: 16px;
}
.section-contribution-container .row section h2 {
  text-align: left;
  margin: 0;
}
.section-contribution-container .row ul.box-contact {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-contribution-container .row ul.box-contact > li {
  border-bottom: 1px solid #D1D1D1;
  display: flex;
  align-items: center;
  padding: 32px 0 32px 0;
  gap: 32px;
}
@media (min-width: 992px) {
  .section-contribution-container .row ul.box-contact > li {
    padding: 32px 32px 32px 0;
  }
}
@media (min-width: 1280px) {
  .section-contribution-container .row ul.box-contact > li {
    padding: 32px 150px 32px 0;
  }
}
.section-contribution-container .row ul.box-contact > li > span {
  display: block;
}
.section-contribution-container .row ul.box-contact > li > span img {
  display: block;
  width: 32px;
  margin-bottom: 8px;
}
.section-contribution-container .row ul.box-contact > li > span:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 145px;
}
@media (min-width: 768px) {
  .section-contribution-container .row ul.box-contact > li > span:first-child {
    width: 180px;
  }
}
.section-contribution-container .row ul.box-contact > li > span:first-child span {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .section-contribution-container .row ul.box-contact > li > span:first-child span {
    font-size: 22px;
    line-height: 32px;
  }
}
.section-contribution-container .row ul.box-contact > li > span:last-child ul.contact-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-contribution-container .row ul.box-contact > li > span:last-child ul.contact-items li {
  font-size: 17px;
  line-height: 30px;
}
.section-contribution-container .row ul.box-contact > li > span:last-child ul.contact-items li a {
  text-decoration: none; /* Removes the underline */
  color: inherit; /* Optional: Ensure it matches surrounding text */
  -webkit-touch-callout: none; /* Disables long-press for calling */
}
.section-contribution-container .row ul.box-contact > li > span:last-child ul.contact-items li a[href^="mailto:"] {
  text-decoration: underline;
}
.section-contribution-container .row ul.box-contact > li > span:last-child ul.contact-items li a[href^="mailto:"]:hover {
  text-decoration: none;
}
.section-contribution-container .row ul.box-contact > li a.menu-cta {
  display: flex;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #FFFFFF;
  height: 78px;
  padding: 0 40px;
  justify-content: center;
}

.section-evenements-container {
  padding-top: 50px;
  padding-bottom: 160px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .section-evenements-container {
    padding-top: 80px;
    padding-bottom: 140px;
  }
}
@media (min-width: 992px) {
  .section-evenements-container {
    padding-bottom: 80px;
  }
}
.section-evenements-container .row {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (min-width: 768px) {
  .section-evenements-container .row {
    gap: 0;
  }
}
.section-evenements-container .row > .col {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .section-evenements-container .row > .col {
    width: 50%;
    justify-content: flex-start;
  }
}
@media (min-width: 1280px) {
  .section-evenements-container .row > .col:first-child {
    padding-left: 60px;
  }
}
.section-evenements-container .row > .col:first-child img {
  width: 223px;
  height: 320px;
  margin-top: -85px;
  box-shadow: 0px 4px 30px 0px rgba(208, 0, 35, 0.08);
}
@media (min-width: 768px) {
  .section-evenements-container .row > .col:first-child img {
    margin-top: -130px;
    width: 300px;
    height: 380px;
  }
}
@media (min-width: 992px) {
  .section-evenements-container .row > .col:first-child img {
    width: 397px;
    height: 571px;
    margin-top: -145px;
  }
}
@media (min-width: 1280px) {
  .section-evenements-container .row > .col:last-child {
    padding-right: 60px;
  }
}
.section-evenements-container .row > .col:last-child section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  z-index: 2;
  gap: 32px;
}
.section-evenements-container .row > .col:last-child section h2 {
  text-align: right;
  margin-bottom: 0;
}
.section-evenements-container .row > .col:last-child section ul {
  width: 100%;
}
@media (min-width: 992px) {
  .section-evenements-container .row > .col:last-child section ul {
    width: 384px;
  }
}
.section-evenements-container .row > .col:last-child section ul.list-pdf li {
  width: 100%;
}

.section-partenaires-container {
  padding-top: 20px;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .section-partenaires-container {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.section-partenaires-container .row {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 768px) {
  .section-partenaires-container .row {
    gap: 0;
  }
}
.section-partenaires-container .row:nth-child(2) {
  padding-top: 40px;
}
.section-partenaires-container .row section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  z-index: 2;
  gap: 0;
}
.section-partenaires-container .row section.line-style-red::after {
  height: 77px;
  top: -119px;
  right: 50%;
}
@media (min-width: 768px) {
  .section-partenaires-container .row section.line-style-red::after {
    height: 77px;
    top: -119px;
  }
}
.section-partenaires-container .row section h2 {
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section-partenaires-container .row section h2 {
    margin-bottom: 60px;
  }
}
.section-partenaires-container .row section img.logo-partenaire {
  display: block;
  width: 270px;
}
.section-partenaires-container .row section h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Figtree", sans-serif;
  color: #000000;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .section-partenaires-container .row section h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
.section-partenaires-container .row section ul {
  width: 100%;
}
@media (min-width: 992px) {
  .section-partenaires-container .row section ul {
    width: 384px;
  }
}
.section-partenaires-container .row section ul.list-pdf li {
  width: 100%;
}

.section-contact-container {
  color: #FFFFFF;
  background: #F7F7F7 url("../../img/backgrounds/financement-bg-v2.svg") center center no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .section-contact-container {
    background: #F7F7F7 url("../../img/backgrounds/financement-bg-v2.svg") center center no-repeat;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .section-contact-container {
    padding-top: 100px;
    padding-bottom: 180px;
  }
}
.section-contact-container .row {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 768px) {
  .section-contact-container .row {
    gap: 0;
  }
}
.section-contact-container .row section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  z-index: 2;
  gap: 0;
}
@media (min-width: 768px) {
  .section-contact-container .row section {
    align-items: center;
  }
}
.section-contact-container .row section h2 {
  text-align: left;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .section-contact-container .row section h2 {
    text-align: center;
  }
}
.section-contact-container .row section p {
  line-height: 30px;
}
.section-contact-container .row section div.contact-box {
  display: block;
  width: 100%;
}
.section-contact-container .row section div.contact-box h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Figtree", sans-serif;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section-contact-container .row section div.contact-box h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
.section-contact-container .row section div.contact-box a {
  color: #FFFFFF;
}
.section-contact-container .row section div.contact-box a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.section-contact-container .row section div.contact-box ul {
  list-style: none;
  display: block;
  margin: 0 0 16px 0;
  padding: 0;
}
.section-contact-container .row section div.contact-box ul li {
  line-height: 30px;
}

/*
*** Navigation interne
*/
nav.navigation-interne-v2 {
  display: none;
}
@media (min-width: 1500px) {
  nav.navigation-interne-v2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -42px;
  }
}
nav.navigation-interne-v2 ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0 34px;
  border-radius: 500px;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px 0px rgba(208, 0, 35, 0.08);
}
nav.navigation-interne-v2 ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 32px 24px;
  color: #1D2020;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
}
nav.navigation-interne-v2 ul li a img.chevron {
  transition: none;
  display: block;
  width: 12px;
  object-fit: cover;
}
nav.navigation-interne-v2 ul li > ul {
  display: none;
}
nav.navigation-interne-v2 ul li > .dropdown-container {
  display: none;
}
nav.navigation-interne-v2 ul li:hover a {
  color: #D00023;
}
nav.navigation-interne-v2 ul li:hover a img.chevron {
  rotate: -180deg;
}
nav.navigation-interne-v2 ul li.active a {
  color: #D00023;
}
nav.navigation-interne-v2 a.menu-cta {
  display: flex;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #FFFFFF;
  height: 87px;
  padding: 0 40px;
}

/*
*** Navigation interne
*/
nav.navigation-interne-v2-mobile {
  display: block;
  position: relative;
}
@media (min-width: 1500px) {
  nav.navigation-interne-v2-mobile {
    display: none;
  }
}
nav.navigation-interne-v2-mobile button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: none;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  width: 100%;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px 0px rgba(208, 0, 35, 0.08);
  padding: 20px;
  margin-top: -29px;
  color: #000000;
}
nav.navigation-interne-v2-mobile button.active {
  color: #D00023;
}
nav.navigation-interne-v2-mobile button.active::after {
  rotate: -180deg;
}
nav.navigation-interne-v2-mobile button::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("../../img/chevron-down-sticky-nav.svg") center center no-repeat;
  background-size: cover;
}
nav.navigation-interne-v2-mobile div.dropdown-interne {
  display: none;
}
nav.navigation-interne-v2-mobile div.dropdown-interne.active {
  display: block;
  position: absolute;
  top: 75px;
  left: 0;
  z-index: 5;
  width: 100%;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px 0px rgba(208, 0, 35, 0.08);
  border-radius: 10px;
}
nav.navigation-interne-v2-mobile div.dropdown-interne ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
  list-style: none;
  margin: 0 0 26px 0;
  padding: 0;
}
nav.navigation-interne-v2-mobile div.dropdown-interne ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 24px;
  color: #1D2020;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
}
nav.navigation-interne-v2-mobile div.dropdown-interne ul li a img.chevron {
  transition: none;
  display: block;
  width: 12px;
  object-fit: cover;
}
nav.navigation-interne-v2-mobile div.dropdown-interne ul li > ul {
  display: none;
}
nav.navigation-interne-v2-mobile div.dropdown-interne ul li > .dropdown-container {
  display: none;
}
nav.navigation-interne-v2-mobile div.dropdown-interne ul li:hover a {
  color: #D00023;
}
nav.navigation-interne-v2-mobile div.dropdown-interne ul li:hover a img.chevron {
  rotate: -180deg;
}
nav.navigation-interne-v2-mobile div.dropdown-interne ul li.active a {
  color: #D00023;
}
nav.navigation-interne-v2-mobile div.dropdown-interne a.menu-cta {
  display: flex;
  justify-content: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #FFFFFF;
  height: 50px;
  padding: 0 40px;
}

ul.ul-list-v1 {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.ul-list-v1 > li {
  display: block;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #3E4141;
  padding: 16px 0;
  border-bottom: 1px solid #D1D1D1;
}
ul.ul-list-v1 > li p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}
ul.ul-list-v1 > li strong {
  font-weight: 600;
  color: #D00023;
}

.membres-component {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .membres-component {
    gap: 64px;
  }
}
@media (min-width: 1280px) {
  .membres-component {
    width: 1045px;
    gap: 116px;
  }
}
.membres-component .membre-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  flex-direction: column;
}
@media (min-width: 768px) {
  .membres-component .membre-item {
    flex-direction: row;
    gap: 72px;
  }
}
.membres-component .membre-item .m-col {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .membres-component .membre-item .m-col {
    width: auto;
  }
}
.membres-component .membre-item .m-col:first-child img {
  width: 200px;
  height: 273px;
  box-shadow: 0px 4px 30px 0px rgba(208, 0, 35, 0.08);
}
@media (min-width: 768px) {
  .membres-component .membre-item .m-col:first-child img {
    width: 258px;
    height: 351px;
  }
}
.membres-component .membre-item .m-col:last-child {
  flex-grow: 1;
}
.membres-component .membre-item .m-col:last-child section {
  padding-top: 16px;
  padding-right: 0;
}
@media (min-width: 1280px) {
  .membres-component .membre-item .m-col:last-child section {
    padding-right: 65px;
  }
}
.membres-component .membre-item .m-col:last-child section h3, .membres-component .membre-item .m-col:last-child section h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  font-family: "Figtree", sans-serif;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .membres-component .membre-item .m-col:last-child section h3, .membres-component .membre-item .m-col:last-child section h4 {
    font-size: 28px;
    line-height: 32px;
    text-align: left;
  }
}
.membres-component .membre-item .m-col:last-child section p {
  line-height: 30px;
}
.membres-component .membre-item .m-col:last-child section p.sous-titre {
  line-height: 25px;
  text-align: center;
  font-size: 15px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .membres-component .membre-item .m-col:last-child section p.sous-titre {
    text-align: left;
    font-size: 17px;
    line-height: 30px;
  }
}

ul.custom-accordion {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 1280px) {
  ul.custom-accordion {
    width: 1045px;
  }
}
ul.custom-accordion li {
  border-bottom: 2px solid #D1D1D1;
}
ul.custom-accordion li .tab {
  cursor: pointer;
  display: block;
  color: #000000;
  padding: 16px;
}
@media (min-width: 768px) {
  ul.custom-accordion li .tab {
    padding: 24px 16px;
  }
}
ul.custom-accordion li .tab h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Figtree", sans-serif;
  margin: 0;
  transition: none;
}
@media (min-width: 768px) {
  ul.custom-accordion li .tab h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
ul.custom-accordion li .tab h3 span {
  display: block;
  width: 80%;
}
@media (min-width: 768px) {
  ul.custom-accordion li .tab h3 span {
    width: 100%;
  }
}
ul.custom-accordion li .tab h3::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  background: url("../../img/icons/plus.svg") center center no-repeat;
  background-size: cover;
}
ul.custom-accordion li:hover .tab h3 {
  color: #D00023;
}
ul.custom-accordion li .tab.active h3 {
  color: #D00023;
}
ul.custom-accordion li .tab.active h3::after {
  background: url("../../img/icons/minus.svg") center center no-repeat;
}
ul.custom-accordion li .tab.active + .content {
  display: block;
}
ul.custom-accordion li .content {
  display: none;
  padding: 24px 16px 32px 16px;
  line-height: 32px;
}
ul.custom-accordion li .content section {
  align-items: flex-start;
}
ul.custom-accordion li .content section h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  font-family: "Figtree", sans-serif;
  text-align: left;
}
@media (min-width: 768px) {
  ul.custom-accordion li .content section h4 {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
  }
}
ul.custom-accordion li .content section ul {
  display: block;
  margin: 0 0 0 16px;
  padding: 0;
}
ul.custom-accordion li .content section ul li {
  padding-left: 4px;
}
ul.custom-accordion li .content section p {
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 1em;
}
ul.custom-accordion li .content section p:last-child {
  margin-bottom: 0;
}
ul.custom-accordion li .content section a.logo-partenaire {
  display: block;
  width: 270px;
}
ul.custom-accordion li .content section a.logo-partenaire:hover img {
  opacity: 0.8;
}
ul.custom-accordion li .content section a.logo-partenaire img {
  display: block;
  width: 100%;
  transition: 0.3s all;
}
ul.custom-accordion li:last-child {
  margin-bottom: 0;
}

.section-membres-admin-container .row {
  padding-top: 32px;
  padding-bottom: 80px;
}
@media (min-width: 1280px) {
  .section-membres-admin-container .row {
    padding-top: 132px;
    padding-bottom: 132px;
  }
}
.section-membres-admin-container .row.line-style-gray::before {
  height: 65px;
  top: -33px;
  left: 20px;
}
@media (min-width: 992px) {
  .section-membres-admin-container .row.line-style-gray::before {
    height: 140px;
    top: -71px;
    left: 20px;
  }
}
@media (min-width: 1280px) {
  .section-membres-admin-container .row.line-style-gray::before {
    left: 0;
  }
}

.membres-listing .m-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D1D1D1;
  padding: 32px 0;
  gap: 32px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .membres-listing .m-row {
    padding: 80px 0;
  }
}
@media (min-width: 1280px) {
  .membres-listing .m-row {
    flex-direction: row;
    padding: 32px 0;
    gap: 80px;
  }
}
.membres-listing .m-row .m-col:first-child {
  width: 100%;
}
@media (min-width: 1280px) {
  .membres-listing .m-row .m-col:first-child {
    width: 475px;
  }
}
.membres-listing .m-row .m-col:last-child {
  width: 100%;
}
@media (min-width: 1280px) {
  .membres-listing .m-row .m-col:last-child {
    flex-grow: 1;
    width: auto;
  }
}
.membres-listing section {
  width: 100%;
  padding-top: 0;
}
@media (min-width: 1280px) {
  .membres-listing section {
    padding-top: 45px;
  }
}
.membres-listing ul.membres-items {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-gap: 32px 0;
  grid-auto-flow: row;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .membres-listing ul.membres-items {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 50px;
    grid-auto-flow: row;
    justify-content: start;
  }
}
.membres-listing ul.membres-items li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
}
@media (min-width: 768px) {
  .membres-listing ul.membres-items li {
    /*width: auto;*/
  }
}
.membres-listing ul.membres-items li img {
  width: 100%;
  height: 273px;
  box-shadow: 0px 4px 30px 0px rgba(208, 0, 35, 0.08);
}
@media (min-width: 768px) {
  .membres-listing ul.membres-items li img {
    width: 195px;
    height: 265px;
  }
}
.membres-listing ul.membres-items li h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  font-family: "Figtree", sans-serif;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .membres-listing ul.membres-items li h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.membres-listing ul.membres-items li p {
  line-height: 24px!important;
}
.membres-listing ul.membres-items li p.sous-titre {
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  text-wrap: balance;
}
@media (min-width: 768px) {
  .membres-listing ul.membres-items li p.sous-titre {
    font-size: 17px;
    line-height: 30px;
  }
}

.section-more-info-container {
  background: #770014 url("../../img/backgrounds/csa-building-rouge-mobile.svg") bottom -40px right -114px no-repeat;
  background-size: 442px;
}
@media (min-width: 768px) {
  .section-more-info-container {
    background: #770014 url("../../img/backgrounds/csa-building-rouge-mobile.svg") top 16px right 0px no-repeat;
    background-size: 500px;
  }
}
.section-more-info-container .row {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 116px;
  padding-bottom: 116px;
}
@media (min-width: 1280px) {
  .section-more-info-container .row section {
    padding-right: 50%;
  }
}
.section-more-info-container .row section h2 {
  color: #FFFFFF;
  margin-bottom: 16px;
}
.section-more-info-container .row section p {
  font-size: 17px;
  line-height: 30px;
  color: #FFFFFF;
}
.section-more-info-container .row section p a {
  color: #FFFFFF;
  text-decoration: underline;
}
.section-more-info-container .row section p a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.section-info-card-container .row {
  display: flex;
  justify-content: flex-end;
  padding-top: 80px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .section-info-card-container .row {
    padding-bottom: 80px;
  }
}
.section-info-card-container .row.pt-0 {
  padding-top: 0;
}
.section-info-card-container .row section {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.section-last-block-container {
  background: #770014 url("../../img/backgrounds/csa-building-rouge-mobile.svg") bottom -40px right -114px no-repeat;
  background-size: 442px;
}
@media (min-width: 768px) {
  .section-last-block-container {
    background: #770014 url("../../img/backgrounds/csa-building-rouge.svg") bottom -45px left 0px no-repeat;
    background-size: 448px;
  }
}
.section-last-block-container .row {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 0;
  padding-bottom: 115px;
}
@media (min-width: 768px) {
  .section-last-block-container .row {
    gap: 40px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .section-last-block-container .row {
    gap: 50px;
  }
}
@media (min-width: 1280px) {
  .section-last-block-container .row {
    gap: 80px;
  }
}
.section-last-block-container .row > .col {
  display: block;
  width: 100%;
}
.section-last-block-container .row > .col:first-child {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .section-last-block-container .row > .col:first-child {
    justify-content: flex-end;
    width: 380px;
  }
}
.section-last-block-container .row > .col:last-child {
  display: flex;
  flex-grow: 1;
}
@media (min-width: 1500px) {
  .section-last-block-container .row > .col:last-child section {
    padding-right: 180px;
  }
}
.section-last-block-container .row > .col:last-child section h2 {
  color: #FFFFFF;
  margin-bottom: 16px;
}
.section-last-block-container .row > .col:last-child section p {
  font-size: 17px;
  line-height: 30px;
  color: #FFFFFF;
}
.section-last-block-container .row > .col:last-child section p:last-of-type {
  margin-bottom: 32px;
}
.section-last-block-container .row > .col img {
  width: 200px;
  height: 282px;
  margin-top: -25px;
}
@media (min-width: 768px) {
  .section-last-block-container .row > .col img {
    width: 280px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .section-last-block-container .row > .col img {
    width: 350px;
    height: 518px;
  }
}

.info-card {
  background: #FFFFFF;
  border-radius: 15px;
  box-shadow: 0px 4px 30px 0px rgba(208, 0, 35, 0.08);
  padding: 60px 20px;
  text-align: right;
  position: relative;
}
@media (min-width: 768px) {
  .info-card {
    padding: 60px 55px;
  }
}
@media (min-width: 992px) {
  .info-card {
    padding: 60px 55px;
  }
}
@media (min-width: 1280px) {
  .info-card {
    width: 60%;
  }
}
.info-card::before {
  content: "";
  display: block;
  width: 25px;
  height: 32px;
  width: 2px;
  height: 75px;
  background: #D00023;
  position: absolute;
  top: -37px;
  right: 20px;
}
@media (min-width: 768px) {
  .info-card::before {
    right: 55px;
  }
}
.info-card h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #2D3131;
  font-family: "Figtree", sans-serif;
  margin-top: 0;
  margin-bottom: 32px;
}
.info-card p {
  margin-bottom: 32px;
  line-height: 30px;
}
.info-card p:last-child {
  margin-bottom: 0;
}
.info-card p a {
  color: #D00023;
}
.info-card p a:hover {
  color: #2D3131;
}
.info-card.content-left {
  text-align: left;
}
.info-card.content-left.full-width {
  width: 100%;
}
@media (min-width: 1280px) {
  .info-card.content-left.full-width {
    width: 100%;
  }
}
.info-card.content-left::before {
  right: auto;
  left: 32px;
}
@media (min-width: 768px) {
  .info-card.content-left::before {
    right: auto;
    left: 55px;
  }
}

.section-the-content-container .row {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
  gap: 0;
  padding-top: 75px;
  padding-bottom: 75px;
}
.section-the-content-container .row.pb-0 {
  padding-bottom: 75px;
}
@media (min-width: 768px) {
  .section-the-content-container .row.pb-0 {
    padding-bottom: 0;
  }
}
.section-the-content-container .row.pt-0 {
  padding-top: 0;
}
@media (min-width: 768px) {
  .section-the-content-container .row {
    padding-top: 150px;
    padding-bottom: 150px;
    flex-direction: row;
  }
}
.section-the-content-container .row.line-style-gray::before {
  height: 65px;
  top: -33px;
  left: 20px;
}
@media (min-width: 992px) {
  .section-the-content-container .row.line-style-gray::before {
    height: 140px;
    top: -71px;
    left: 20px;
  }
}
@media (min-width: 1280px) {
  .section-the-content-container .row.line-style-gray::before {
    left: 0;
  }
}
.section-the-content-container .row > .col {
  display: block;
  width: 100%;
}
.section-the-content-container .row > .col:first-child {
  display: flex;
  flex-grow: 1;
  justify-content: start;
}
.section-the-content-container .row > .col:first-child section {
  width: 100%;
}
.section-the-content-container .row > .col:first-child section ul.list-pdf {
  padding-top: 16px;
}
.section-the-content-container .row > .col:first-child section ul.list-pdf li a {
  width: 100%;
}
@media (min-width: 768px) {
  .section-the-content-container .row > .col:first-child section ul.list-pdf li a {
    width: 90%;
  }
}

.table-text-content .t-row {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 2px solid #D1D1D1;
}
@media (min-width: 768px) {
  .table-text-content .t-row {
    flex-direction: row;
    gap: 80px;
  }
}
.table-text-content .t-row:first-child {
  padding-top: 0;
}
@media (min-width: 768px) {
  .table-text-content .t-row:first-child {
    padding-top: 32px;
  }
}
.table-text-content .t-row .t-col:first-child {
  width: 100%;
}
@media (min-width: 768px) {
  .table-text-content .t-row .t-col:first-child {
    width: 40%;
  }
}
.table-text-content .t-row .t-col:last-child {
  width: 100%;
}
@media (min-width: 768px) {
  .table-text-content .t-row .t-col:last-child {
    width: 60%;
  }
}
.table-text-content h3 {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
.table-text-content ul {
  list-style: disc;
  padding: 0 0 0 22px;
}
.table-text-content ul:first-of-type {
  margin-top: 0;
}
.table-text-content ul li {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  padding-left: 4px;
}
.table-text-content ol {
  padding: 0 0 0 22px;
}
.table-text-content ol:first-of-type {
  margin-top: 0;
}
.table-text-content ol li {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  padding-left: 4px;
}
.table-text-content p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}
.table-text-content p small {
  display: block;
  font-size: 14px;
  line-height: 18px;
}
.table-text-content.step-number .t-row {
  flex-direction: row;
  gap: 25px;
}
.table-text-content.step-number .t-row .t-col:first-child {
  width: auto;
}
.table-text-content.step-number .t-row .t-col:first-child h3 {
  font-family: "Lustria", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 65px;
  color: #929797;
}
.table-text-content.step-number .t-row .t-col:last-child {
  width: auto;
}
.table-text-content.table-text-content {
  margin-top: 80px;
}
#page36 .table-text-content.table-text-content {
  margin-top: 0;
}
.table-text-content.carriere {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .table-text-content.carriere {
    margin-top: 0;
  }
}
.table-text-content.carriere .t-row {
  flex-direction: row;
  gap: 25px;
}
.table-text-content.carriere .t-row .t-col h3 {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
.table-text-content.carriere .t-row .t-col a {
  color: #D00023;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}
.table-text-content.carriere .t-row .t-col a:hover {
  color: #1D2020;
}
.table-text-content.carriere .t-row .t-col:first-child {
  width: auto;
}
.table-text-content.carriere .t-row .t-col:last-child {
  width: auto;
}
.map-iframe-container .row {
  width: 100%;
  padding: 0;
}
.map-iframe-container .row iframe {
  display: block;
  width: 100%;
  height: 700px;
}

.contact-us-form-container {
  color: #1D2020;
  padding-left: 0;
  padding-right: 0;
}
#sentMessage {
  max-width: 1280px;
  display: flex;
  margin: 50px auto 0px auto;
  font-size: 20px;
  line-height: 26px;
  background-color: #D0002310;
  padding: 20px;
  border-radius: 20px;
  color: #D00023;
  border-right: 3px #D00023 solid;
  border-left: 3px #D00023 solid;
  font-family: "Lustria", sans-serif;
}
@media (min-width: 1500px) {
  .contact-us-form-container {
    display: block;
  }
}
@media (min-width: 1280px) {
  .contact-us-form-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact-us-form-container .box-row {
  border-radius: 15px;
  background: #FFFFFF;
}
.contact-us-form-container .row {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
@media (min-width: 768px) {
  .contact-us-form-container .row {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.contact-us-form-container .row:first-child {
  justify-content: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .contact-us-form-container .row:first-child {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.contact-us-form-container .row:first-child section {
  width: 100%;
  z-index: 2;
}
.contact-us-form-container .row:first-child section h2 {
  text-align: center;
  margin: 0;
}
.contact-us-form-container .row section.line-style-red::after {
  height: 77px;
  top: -119px;
  right: 50%;
}
@media (min-width: 768px) {
  .contact-us-form-container .row section.line-style-red::after {
    height: 77px;
    top: -119px;
  }
}
.contact-us-form-container .row form {
  margin-top: 32px;
}

.contact-info .a-row {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 992px) {
  .contact-info .a-row {
    flex-direction: row;
  }
}
.contact-info .a-row .a-col {
  width: 100%;
}
.contact-info .a-row .a-col .b-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #D1D1D1;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 992px) {
  .contact-info .a-row .a-col .b-row {
    flex-direction: row;
  }
}
.contact-info .a-row .a-col .b-row .b-col {
  width: 100%;
}
@media (min-width: 992px) {
  .contact-info .a-row .a-col .b-row .b-col:first-child {
    width: 160px;
  }
}
@media (min-width: 1280px) {
  .contact-info .a-row .a-col .b-row .b-col:first-child {
    width: 160px;
  }
}
@media (min-width: 992px) {
  .contact-info .a-row .a-col .b-row .b-col:last-child {
    flex-grow: 1;
    width: auto;
  }
}
@media (min-width: 1280px) {
  .contact-info .a-row .a-col .b-row .b-col:last-child {
    width: 330px;
  }
}
.contact-info section {
  width: 100%;
}
.contact-info section p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 32px;
}
.contact-info section p:last-child {
  margin-bottom: 0;
}
.contact-info section p a {
  text-decoration: underline;
}
.contact-info section p a:hover {
  text-decoration: none;
}
.contact-info div.label-icon {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .contact-info div.label-icon {
    align-items: center;
  }
}
.contact-info div.label-icon img {
  display: block;
  width: auto;
  height: 45px;
  object-fit: cover;
  margin-bottom: 16px;
}
.contact-info div.label-icon h3 {
  margin: 0;
  font-size: 22px;
  line-height: 32px;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  display: block;
}
.contact-info ul.contact-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-info ul.contact-items li {
  font-size: 17px;
  line-height: 30px;
}
.contact-info ul.contact-items li a {
  text-decoration: none; /* Removes the underline */
  color: inherit; /* Optional: Ensure it matches surrounding text */
  -webkit-touch-callout: none; /* Disables long-press for calling */
}
.contact-info ul.contact-items li a[href^="mailto:"] {
  text-decoration: underline;
}
.contact-info ul.contact-items li a[href^="mailto:"]:hover {
  text-decoration: none;
}

.hero-v6-container {
  color: #FFFFFF;
  background: #262828;
  background-size: cover;
}
.hero-v6-container .row {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  padding-top: 32px;
  padding-bottom: 64px;
  gap: 32px;
  height: auto;
}
@media (min-width: 768px) {
  .hero-v6-container .row {
    gap: 0;
    flex-direction: row;
    height: 75vh;
    justify-content: flex-start;
    padding-top: 24px;
    padding-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .hero-v6-container .row {
    padding-bottom: 24px;
  }
}
.hero-v6-container .row .col {
  display: flex;
  flex-direction: column;
}
.hero-v6-container .row .col:first-child {
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .hero-v6-container .row .col:first-child {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .hero-v6-container .row .col:first-child {
    width: 50%;
  }
}
.hero-v6-container .row .col:last-child {
  width: 100%;
  justify-content: end;
  align-items: center;
}
@media (min-width: 768px) {
  .hero-v6-container .row .col:last-child {
    width: 0;
    align-items: flex-end;
  }
}
@media (min-width: 1280px) {
  .hero-v6-container .row .col:last-child {
    padding-right: 60px;
    width: 50%;
  }
}
.hero-v6-container .row .col section h1 {
  margin-bottom: 0;
}
.hero-v6-container .row .col section p {
  line-height: 30px;
}
.hero-v6-container .row .col section p:first-of-type {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .hero-v6-container .row .col section p:first-of-type {
    margin-top: 32px;
  }
}
@media (min-width: 1280px) {
  .hero-v6-container .row .col section p {
    padding-right: 75px;
  }
}
.hero-v6-container .row .col div.image-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
@media (min-width: 768px) {
  .hero-v6-container .row .col div.image-hero {
    margin-bottom: -40px;
  }
}
@media (min-width: 992px) {
  .hero-v6-container .row .col div.image-hero {
    display: block;
  }
}
@media (min-width: 1280px) {
  .hero-v6-container .row .col div.image-hero {
    margin-bottom: -80px;
  }
}
.hero-v6-container .row .col div.image-hero img {
  width: 300px;
  height: 350px;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .hero-v6-container .row .col div.image-hero img {
    width: 100%;
    height: 630px;
  }
}
@media (min-width: 1280px) {
  .hero-v6-container .row .col div.image-hero img {
    width: 560px;
    height: 630px;
  }
}
.hero-v6-container .row .col div.image-hero .hero-notification {
  width: 280px;
  padding: 32px;
  margin-bottom: 0;
  margin-top: -80px;
}
@media (min-width: 768px) {
  .hero-v6-container .row .col div.image-hero .hero-notification {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .hero-v6-container .row .col div.image-hero .hero-notification {
    margin-top: 0;
    position: absolute;
    top: -32px;
    right: 0;
    z-index: 1;
  }
}
@media (min-width: 1280px) {
  .hero-v6-container .row .col div.image-hero .hero-notification {
    right: -60px;
  }
}
.hero-v6-container .row .col div.image-hero .hero-notification h3 {
  margin-bottom: 16px;
}
.hero-v6-container .row .col div.image-hero .hero-notification h3 span {
  color: #D00023;
}
.hero-v6-container .row .col div.image-hero .hero-notification p {
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 17px;
  line-height: 24px;
}

.section-post-listing-container .row {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
  gap: 0;
  padding-top: 75px;
  padding-bottom: 75px;
  margin-top: 0;
}
.section-post-listing-container .row.pb-0 {
  padding-bottom: 75px;
}
@media (min-width: 768px) {
  .section-post-listing-container .row.pb-0 {
    padding-bottom: 0;
  }
}
.section-post-listing-container .row.pt-0 {
  padding-top: 0;
}
@media (min-width: 768px) {
  .section-post-listing-container .row {
    padding-top: 0;
    padding-bottom: 150px;
    flex-direction: row;
    margin-top: 150px;
  }
}
.section-post-listing-container .row.line-style-gray::before {
  height: 65px;
  top: -33px;
  left: 20px;
}
@media (min-width: 992px) {
  .section-post-listing-container .row.line-style-gray::before {
    height: 140px;
    top: -71px;
    left: 20px;
  }
}
@media (min-width: 1280px) {
  .section-post-listing-container .row.line-style-gray::before {
    left: 0;
  }
}
.section-post-listing-container .row > .col {
  display: block;
  width: 100%;
}
.section-post-listing-container .row > .col:first-child {
  display: flex;
  flex-grow: 1;
  justify-content: start;
  flex-direction: column;
}

.articles-loop {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 768px) {
  .articles-loop {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 50px;
    grid-auto-flow: row;
  }
}
@media (min-width: 1280px) {
  .articles-loop {
    grid-template-columns: repeat(3, auto);
    grid-gap: 60px;
  }
}
.articles-loop .article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px 12px 16px 12px;
  border-radius: 0;
  border-bottom: 1px solid #D1D1D1;
  cursor: pointer;
  width: 100%;
}
@media (min-width: 768px) {
  .articles-loop .article {
    width: 330px;
  }
}
@media (min-width: 1024px) {
  .articles-loop .article {
    width: 460px;
  }
}
@media (min-width: 1280px) {
  .articles-loop .article {
    width: 390px;
  }
}
.articles-loop .article:hover {
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  border-bottom: 1px solid #FFFFFF;
}
.articles-loop .article .article-content-wrapper .article-image {
  margin-bottom: 20px;
}
.articles-loop .article .article-content-wrapper .article-image img {
  display: block;
  width: 100%;
  height: 260px;
  border-radius: 10px;
  object-fit: cover;
}
.articles-loop .article .article-content-wrapper .article-content {
  flex-grow: 1;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
.articles-loop .article .article-content-wrapper .article-content span.article-date {
  display: block;
  color: #808889;
  font-weight: 600;
  margin-bottom: 6px;
}
.articles-loop .article .article-content-wrapper .article-content h2 {
  font-size: 28px;
  line-height: 36px;
  color: #1D2020;
  margin-bottom: 32px;
}
.articles-loop .article .article-cta span.btn.btn-primary {
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  color: #D00023;
}

.article-pagination {
  margin-top: 80px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .article-pagination {
    gap: 16px;
  }
}
.article-pagination a.nav-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #D1D1D1;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
}
.article-pagination a.nav-btn.active, .article-pagination a.nav-btn:hover {
  background: none;
  border: 1px solid #1D2020;
}
.article-pagination a.nav-btn:hover.previous-btn::before {
  opacity: 1;
}
.article-pagination a.nav-btn::before {
  content: "";
  width: 10px;
  height: 10px;
  background: url("../../img/icons/pagination-arrow.svg") no-repeat center center;
  background-size: cover;
}
.article-pagination a.nav-btn.previous-btn::before {
  transform: rotate(180deg);
  opacity: 0.5;
}
.article-pagination a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  color: #1D2020;
  font-size: 14px;
  line-height: 18px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0);
}
.article-pagination a.btn.active, .article-pagination a.btn:hover {
  background: #D1D1D1;
  border: 1px solid #D1D1D1;
}

.hero-v7-container {
  color: #FFFFFF;
  background: #262828;
  background-size: cover;
}
.hero-v7-container .row {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  padding-top: 32px;
  padding-bottom: 64px;
  gap: 32px;
  height: auto;
}
@media (min-width: 768px) {
  .hero-v7-container .row {
    gap: 0;
    flex-direction: row;
    height: 81vh;
    justify-content: flex-start;
    padding-top: 24px;
    padding-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .hero-v7-container .row {
    padding-bottom: 24px;
  }
}
.hero-v7-container .row .col {
  display: flex;
  flex-direction: column;
}
.hero-v7-container .row .col:first-child {
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .hero-v7-container .row .col:first-child {
    width: 50%;
  }
}
.hero-v7-container .row .col:last-child {
  width: 100%;
  justify-content: end;
  align-items: center;
}
@media (min-width: 768px) {
  .hero-v7-container .row .col:last-child {
    width: 50%;
    align-items: flex-end;
  }
}
@media (min-width: 1280px) {
  .hero-v7-container .row .col:last-child {
    padding-right: 60px;
  }
}
.hero-v7-container .row .col section h1 {
  margin-bottom: 0;
  margin-top: 0;
}
.hero-v7-container .row .col section p {
  line-height: 30px;
}
.hero-v7-container .row .col section p.article-date {
  margin: 0 0 16px 0;
  padding: 0;
  color: #808889;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
.hero-v7-container .row .col section p:first-of-type {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .hero-v7-container .row .col section p:first-of-type {
    margin-top: 32px;
  }
}
@media (min-width: 1280px) {
  .hero-v7-container .row .col section p {
    padding-right: 75px;
  }
}
.hero-v7-container .row .col div.image-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
@media (min-width: 768px) {
  .hero-v7-container .row .col div.image-hero {
    margin-bottom: -40px;
  }
}
@media (min-width: 992px) {
  .hero-v7-container .row .col div.image-hero {
    display: block;
  }
}
@media (min-width: 1280px) {
  .hero-v7-container .row .col div.image-hero {
    margin-bottom: -80px;
  }
}
.hero-v7-container .row .col div.image-hero img {
  width: 300px;
  height: 350px;
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 1024px) {
  .hero-v7-container .row .col div.image-hero img {
    width: 100%;
    height: 630px;
  }
}
@media (min-width: 1280px) {
  .hero-v7-container .row .col div.image-hero img {
    width: 560px;
    height: 630px;
  }
}
.hero-v7-container .row .col div.image-hero .hero-notification {
  width: 280px;
  padding: 32px;
  margin-bottom: 0;
  margin-top: -80px;
}
@media (min-width: 768px) {
  .hero-v7-container .row .col div.image-hero .hero-notification {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .hero-v7-container .row .col div.image-hero .hero-notification {
    margin-top: 0;
    position: absolute;
    top: -32px;
    right: 0;
    z-index: 1;
  }
}
@media (min-width: 1280px) {
  .hero-v7-container .row .col div.image-hero .hero-notification {
    right: -60px;
  }
}
.hero-v7-container .row .col div.image-hero .hero-notification h3 {
  margin-bottom: 16px;
}
.hero-v7-container .row .col div.image-hero .hero-notification h3 span {
  color: #D00023;
}
.hero-v7-container .row .col div.image-hero .hero-notification p {
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 17px;
  line-height: 24px;
}

.section-related-posts-container .row {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
  gap: 0;
  padding-top: 75px;
  padding-bottom: 75px;
  margin-top: 0;
  border-top: 1px solid #D1D1D1;
}
.section-related-posts-container .row.pb-0 {
  padding-bottom: 75px;
}
@media (min-width: 768px) {
  .section-related-posts-container .row.pb-0 {
    padding-bottom: 0;
  }
}
.section-related-posts-container .row.pt-0 {
  padding-top: 0;
}
@media (min-width: 768px) {
  .section-related-posts-container .row {
    padding-top: 32px;
    padding-bottom: 150px;
    flex-direction: row;
  }
}
.section-related-posts-container .row.line-style-gray::before {
  height: 65px;
  top: -33px;
  left: 20px;
}
@media (min-width: 992px) {
  .section-related-posts-container .row.line-style-gray::before {
    height: 140px;
    top: -71px;
    left: 20px;
  }
}
@media (min-width: 1280px) {
  .section-related-posts-container .row.line-style-gray::before {
    left: 0;
  }
}
.section-related-posts-container .row > .col {
  display: block;
  width: 100%;
}
.section-related-posts-container .row > .col:first-child {
  display: flex;
  flex-grow: 1;
  justify-content: start;
  flex-direction: column;
  align-items: center;
}
.section-related-posts-container .row > .col a.button {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.section-valeurs-container {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section-valeurs-container {
    margin-bottom: 64px;
  }
}
@media (min-width: 1280px) {
  .section-valeurs-container {
    margin-bottom: 132px;
  }
}
.section-valeurs-container .row {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 992px) {
  .section-valeurs-container .row {
    flex-direction: row;
  }
}
.section-valeurs-container .row:first-child {
  justify-content: flex-end;
  padding-top: 50px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .section-valeurs-container .row:first-child {
    padding-bottom: 0;
    padding-top: 80px;
  }
}
.section-valeurs-container .row:first-child .col:first-child {
  flex-grow: 1;
}
@media (min-width: 992px) {
  .section-valeurs-container .row:first-child .col:first-child {
    padding-top: 0;
    padding-right: 8%;
    width: 50%;
  }
}
.section-valeurs-container .row:first-child .col:last-child {
  width: 100%;
  padding-top: 24px;
}
@media (min-width: 768px) {
  .section-valeurs-container .row:first-child .col:last-child {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .section-valeurs-container .row:first-child .col:last-child {
    width: 50%;
  }
}
.section-valeurs-container .row:first-child section {
  width: 100%;
  z-index: 2;
}
.section-valeurs-container .row:first-child section.line-style-red::after {
  background: #D00023;
  height: 42px;
  top: -64px;
  left: 0;
}
@media (min-width: 768px) {
  .section-valeurs-container .row:first-child section.line-style-red::after {
    height: 100px;
    top: -134px;
  }
}
.section-valeurs-container .row:first-child section h2 {
  text-align: left;
}
.section-valeurs-container .row:first-child section p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}
.section-valeurs-container .row:first-child section ul.ul-list-v1 > li {
  font-size: 18px;
  line-height: 26px;
  padding: 32px 0;
}
@media (min-width: 768px) {
  .section-valeurs-container .row:first-child section ul.ul-list-v1 > li {
    font-size: 22px;
    line-height: 32px;
    padding: 32px 0;
  }
}
.section-valeurs-container .row:first-child section ul.ul-list-v1 > li h3 {
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
.section-valeurs-container .row:first-child section ul.ul-list-v1 > li h3 img.icon-headline {
  display: block;
  width: 58px;
  object-fit: cover;
}
.section-valeurs-container .row:first-child section ul.ul-list-v1 > li p {
  font-weight: 400;
}
.section-valeurs-container .row:first-child section ul.ul-list-v1 > li:last-child {
  border-bottom: none;
}
.section-valeurs-container .row:first-child section ul.ul-list-v1 > li > ul {
  list-style: disc;
  padding: 0 0 0 22px;
  margin: 16px 0 0 0;
}
.section-valeurs-container .row:first-child section ul.ul-list-v1 > li > ul > li {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  padding: 8px 0 8px 4px;
}

.section-orientations-container {
  color: #1D2020;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 64px;
}
@media (min-width: 1500px) {
  .section-orientations-container {
    display: block;
  }
}
@media (min-width: 1280px) {
  .section-orientations-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section-orientations-container .box-row {
  border-radius: 15px;
  background: #FFFFFF;
}
.section-orientations-container .row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
@media (min-width: 992px) {
  .section-orientations-container .row {
    flex-direction: column;
  }
}
@media (min-width: 1280px) {
  .section-orientations-container .row {
    gap: 80px;
  }
}
.section-orientations-container .row:first-child {
  justify-content: flex-end;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1280px) {
  .section-orientations-container .row:first-child {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section-orientations-container .row:first-child .col:first-child {
  width: 100%;
}
.section-orientations-container .row:first-child .col:first-child section {
  padding-right: 10%;
}
@media (min-width: 768px) {
  .section-orientations-container .row:first-child .col:first-child section {
    padding-right: 0;
  }
}
.section-orientations-container .row:first-child .col:last-child {
  width: 100%;
}
.section-orientations-container .row:first-child section {
  width: 100%;
}
.section-orientations-container .row:first-child section h2 {
  text-align: left;
  color: #2D3131;
}
@media (min-width: 1280px) {
  .section-orientations-container .row:first-child section h2 {
    margin-bottom: 0;
  }
}
.section-orientations-container .row:first-child section p {
  text-align: left;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #3E4141;
}
@media (min-width: 768px) {
  .section-orientations-container .row:first-child section p {
    font-size: 22px;
    line-height: 30px;
  }
}
.section-orientations-container .row:first-child section ul.ul-list-v1 > li {
  font-size: 18px;
  line-height: 26px;
  padding: 16px 0;
}
@media (min-width: 768px) {
  .section-orientations-container .row:first-child section ul.ul-list-v1 > li {
    font-size: 22px;
    line-height: 32px;
    padding: 32px 0;
  }
}
@media (min-width: 1280px) {
  .section-orientations-container .row:first-child section ul.ul-list-v1 > li:first-child {
    padding-top: 0;
  }
}
.section-orientations-container .row:first-child section ul.ul-list-v1 > li:last-child {
  border-bottom: none;
}
@media (min-width: 1280px) {
  .section-orientations-container .row:first-child section ul.ul-list-v1 > li:last-child {
    padding-bottom: 0;
  }
}
.section-orientations-container .row:first-child section ul.ul-list-v1 > li > ul {
  list-style: disc;
  padding: 0 0 0 22px;
  margin: 16px 0 0 0;
}
.section-orientations-container .row:first-child section ul.ul-list-v1 > li > ul > li {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  padding: 8px 0 8px 4px;
}

.section-timeline-container {
  position: relative;
  color: #1D2020;
  padding-left: 0;
  padding-right: 0;
}
.section-timeline-container .row {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.section-timeline-container .row section.line-style-red::after {
  height: 42px;
  top: -70px;
  right: 50%;
}
@media (min-width: 768px) {
  .section-timeline-container .row section.line-style-red::after {
    height: 77px;
    top: -119px;
  }
}
.section-timeline-container .row:first-child {
  justify-content: flex-start;
  padding-top: 80px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .section-timeline-container .row:first-child {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section-timeline-container .row:first-child section {
  width: 100%;
  z-index: 2;
}
.section-timeline-container .row:first-child section h2 {
  text-align: center;
  margin: 0;
  padding: 0;
}
@media (min-width: 1280px) {
  .section-timeline-container .row:first-child section h2 {
    padding: 0 22%;
  }
}
.section-timeline-container .row:last-child {
  padding-top: 32px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .section-timeline-container .row:last-child {
    padding-bottom: 100px;
  }
}
@media (min-width: 1500px) {
  .section-timeline-container .row:last-child {
    overflow: visible;
  }
}
@media (min-width: 1280px) {
  .section-timeline-container .row:last-child {
    padding-top: 80px;
  }
}
.section-timeline-container .timeline-navigation {
  display: none;
}
@media (min-width: 768px) {
  .section-timeline-container .timeline-navigation {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: absolute;
    top: 322px;
    left: 32px;
    display: none;
  }
}
.section-timeline-container .timeline-navigation a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  font-size: 24px;
  line-height: 36px;
  color: #808889;
  font-family: "Lustria", sans-serif;
}
.section-timeline-container .timeline-navigation a:hover {
  color: #D00023;
}
.section-timeline-container .timeline-navigation a.active::before {
  background: #D00023;
}
.section-timeline-container .timeline-navigation a::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #D1D1D1;
  border-radius: 100%;
}

.timeline-container {
  margin-top: 50px;
  margin-bottom: 50px;
}
.timeline-container .timeline-row {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.timeline-container .timeline-row:last-child {
  padding-bottom: 0;
}
.timeline-container .timeline-row:nth-child(even) {
  flex-direction: row;
}
@media (min-width: 768px) {
  .timeline-container .timeline-row:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.timeline-container .timeline-row:nth-child(even) .t-col:first-child section {
  text-align: left;
}
.timeline-container .timeline-row:nth-child(even) .t-col:last-child {
  display: flex;
  justify-content: flex-end;
}
.timeline-container .timeline-row:nth-child(even) .t-col:last-child section {
  text-align: left;
}
.timeline-container .timeline-row .t-col {
  flex: 1;
  width: 50%;
}
.timeline-container .timeline-row .t-col:first-child {
  display: none;
}
@media (min-width: 768px) {
  .timeline-container .timeline-row .t-col:first-child {
    display: flex;
    align-items: center;
  }
}
.timeline-container .timeline-row .t-col:first-child section {
  text-align: right;
}
.timeline-container .timeline-row .t-col:last-child {
  padding-top: 40px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .timeline-container .timeline-row .t-col:last-child {
    padding-bottom: 40px;
  }
}
.timeline-container .timeline-row .t-col:last-child section {
  display: block;
  width: 100%;
}
@media (min-width: 1280px) {
  .timeline-container .timeline-row .t-col:last-child section {
    width: 440px;
  }
}
.timeline-container .timeline-row .t-col:last-child section h3 {
  display: block;
}
@media (min-width: 768px) {
  .timeline-container .timeline-row .t-col:last-child section h3 {
    display: none;
  }
}
.timeline-container .timeline-row .t-col:last-child section div.box {
  border-radius: 15px;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px 0px rgba(208, 0, 35, 0.08);
  padding: 24px;
}
.timeline-container .timeline-row .line {
  position: relative;
  background: #D1D1D1;
  display: block;
  height: auto;
  width: 2px;
  margin: 0 20px;
}
@media (min-width: 768px) {
  .timeline-container .timeline-row .line {
    margin: 0 45px;
  }
}
.timeline-container .timeline-row .line::before {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #D00023;
  position: absolute;
  top: 64px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .timeline-container .timeline-row .line::before {
    top: 50%;
    width: 22px;
    height: 22px;
  }
}
.timeline-container section img {
  display: block;
  width: 100%;
  height: 200px;
  border-radius: 15px;
  object-fit: cover;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .timeline-container section img {
    height: 225px;
  }
}
.timeline-container section h3 {
  font-size: 44px;
  line-height: 55px;
  font-weight: 400;
  color: #808889;
  margin: 0 0 24px 0;
  padding: 0;
}
@media (min-width: 768px) {
  .timeline-container section h3 {
    font-size: 50px;
    line-height: 65px;
    margin: 0;
  }
}
.timeline-container section p {
  color: #2D3131;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}
@media (max-width: 1260px) {
  .csa-name  {
    white-space: normal; /* permet les retours à la ligne */
  }
  .csa-name wbr {
    display: block;
  }
}
@media (min-width: 576px and max-with: 767px) {
  .container .row {
    flex-direction: column!important;
    width: 100%!important;
  }
}
/*# sourceMappingURL=style.css.map */
@media (max-width: 479px) {
  .membres-listing .m-row {
    gap:0;
  }
  .membres-listing ul.membres-items {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
  .membres-listing ul.membres-items li {
    width: unset;
  }
}
