* {
  scroll-behavior: smooth;
  font-size: 16px;
  box-sizing: border-box;
}
@media (max-width: 1300px) {
  * {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  * {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  * {
    font-size: 12px;
  }
}

h1,
h2,
h3,
h4,
p {
  all: unset;
}

section {
  padding: 0 20px;
}

.main-color {
  color: #cb0101;
}

.dark-gray {
  color: #4a4a49;
}

.light-gray {
  color: #939393;
}

.bgcolorwhite {
  background: #fff;
}

.bgcolorgradient {
  background-image: linear-gradient(to bottom, #ffffff, #f3f3f3);
}

.uppercase {
  text-transform: uppercase;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.taj {
  text-align: justify;
}

.pr {
  position: relative;
}

.zi2 {
  z-index: 2;
}

.flex1 {
  flex: 1;
}

.idf {
  display: inline-flex;
}

.df {
  display: flex;
}

.fw {
  flex-wrap: wrap;
}

.fdc {
  flex-direction: column;
}

.fdcr {
  flex-direction: column-reverse;
}

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

.jcc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.aifs {
  align-items: flex-start;
}

.aic {
  align-items: center;
}

.aife {
  align-items: flex-end;
}

.wsnw {
  white-space: nowrap;
}

.vscroll {
  overflow-x: auto;
}

.g8 {
  gap: 8px;
}

.g16 {
  gap: 16px;
}

.g20 {
  gap: 20px;
}

.g30 {
  gap: 30px;
}

.g40 {
  gap: 40px;
}

.g60 {
  gap: 60px;
}

.mt0 {
  margin-top: 0;
}

.mt8 {
  margin-top: 0.5rem;
}

.mb8 {
  margin-bottom: 0.5rem;
}

.mb20 {
  margin-bottom: 1.25rem;
}

.mt40 {
  margin-top: 2.5rem;
}

.mb30 {
  margin-bottom: 1.9rem;
}

.mb40 {
  margin-bottom: 2.5rem;
}

.mb60 {
  margin-bottom: 3.75rem;
}

.mt60 {
  margin-top: 3.75rem;
}

.mb70 {
  margin-bottom: 4.38rem;
}

.mb80 {
  margin-bottom: 5rem;
}

.mb100 {
  margin-bottom: 6.25rem;
}

.mb120 {
  margin-bottom: 7.5rem;
}

.mt120 {
  margin-top: 7.5rem;
}

.my20 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my40 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my100 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

.my120 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.p0 {
  padding: 0;
}

.p5 {
  padding: 5px;
}

.py40 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py60 {
  padding-top: 3.8rem !important;
  padding-bottom: 3.8rem !important;
}

.pb20 {
  padding-bottom: 1.25rem !important;
}

.pb40 {
  padding-bottom: 2.5rem !important;
}

.py100 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.pt20 {
  padding-top: 1.5rem !important;
}

.pt60 {
  padding-top: 3.75rem !important;
}

.pt120 {
  padding-top: 7.5rem !important;
}

.pb120 {
  padding-bottom: 7.5rem;
}

.pl15 {
  padding-left: 1rem;
}

.py120 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

@media (max-width: 767px) {
  .w100-small {
    width: 100%;
  }
  .fdc-mobile {
    flex-direction: column;
  }
  .fdcr-mobile {
    flex-direction: column-reverse;
  }
  .mb120 {
    margin-bottom: 3.75rem;
  }
  .mt120 {
    margin-top: 3.75rem;
  }
  .my100 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my120 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .py100 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py120 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
}
.border-left {
  border-left: 1px solid #d1d1d1;
}

.db {
  display: block;
}

.w100 {
  width: 100%;
}

.mw800 {
  max-width: 800px;
}

.mh90 {
  min-height: 89vh;
}

.center {
  margin: 0 auto;
}

.large-block {
  max-width: 1470px;
  margin: 0 auto;
}

.medium-block {
  max-width: 1200px;
  margin: 0 auto;
}

.small-block {
  max-width: 1020px;
  margin: 0 auto;
}

.fw600 {
  font-weight: 700;
}

.fsi {
  font-style: italic;
}

.tdn {
  text-decoration: none;
}

.omnibus * {
  font-size: 1.125rem;
}

.fs-m {
  font-size: 1.15rem;
}

.fs-l {
  font-size: 1.25rem;
}

.omnibus .fs-l{
  font-size: 1.5rem;
}

.fs-xl {
  font-size: 1.5rem;
}

.omnibus .fs-xl{
  font-size: 1.75rem;
}

.titre-x-large {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
  color: #4a4a49;
}
@media (max-width: 1300px) {
  .titre-x-large {
    font-size: 3.5rem;
    line-height: 1.1;
  }
}
@media (max-width: 1000px) {
  .titre-x-large {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .titre-x-large {
    font-size: 22px;
    line-height: 1.3;
  }
}

.titre1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 110%;
  color: #cb0101;
}

.omnibus .titre1 {
  font-size: 2.75rem;
}
@media (max-width: 1300px) {
  .titre1 {
    font-size: 2.2rem;
  }
}
@media (max-width: 1000px) {
  .titre1 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .titre1 {
    font-size: 22px;
  }
}

.titre2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110%;
  color: #4a4a49;
}
@media (max-width: 1300px) {
  .titre2 {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .titre2 {
    font-size: 1.1rem;
  }
}

.titre3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 110%;
  color: #939393;
}
@media (max-width: 1300px) {
  .titre3 {
    font-size: 1.15rem;
  }
}
@media (max-width: 767px) {
  .titre3 {
    font-size: 1rem;
  }
}

.base-header {
  z-index: 10;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  transition: 0.5s all ease;
}
.base-header .main-logo-header {
  clip-path: inset(0 0 0 0);
  transition: 0.5s all ease;
}
@media (max-width: 767px) {
  .base-header .main-logo-header {
    clip-path: inset(0 77% 0 0);
  }
}
.base-header .main-logo-header.scrolled {
  clip-path: inset(0 77% 0 0);
}
.base-header .image-scrolled {
  display: none;
}
.base-header img {
  max-width: 250px;
  width: fit-content;
}
.base-header.scrolled {
  background: #fff;
}
.base-header.scrolled .main-logo-header {
  clip-path: inset(0 77% 0 0);
}
.base-header nav a.active {
  color: #cb0101;
}
.base-header .row .three {
  padding: 80px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2c3e50;
  color: #ecf0f1;
  text-align: center;
}
.base-header .hamburger .line {
  width: 16px;
  height: 2px;
  background-color: #4a4a49;
  display: block;
  margin: 4px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.base-header .hamburger:hover {
  cursor: pointer;
}
@media (max-width: 1000px) {
  .base-header {
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  }
  .base-header nav {
    font-size: 16px;
    max-width: 250px;
    width: 100%;
    background: #fff;
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    height: calc(100dvh - 100px);
    top: 100%;
    right: -100%;
    padding: 42px 22px;
    transition: 0.5s all ease;
    z-index: 11;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.22);
  }
  .base-header nav > div:first-child {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .base-header nav .cta-header {
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border-radius: 30px;
    color: #cb0101;
    font-size: 16px;
    border: 1px solid #cb0101;
    font-weight: 700;
    line-height: 110%;
    padding: 8px 28px;
    transition: 0.5s all ease;
  }
  .base-header.mobile-active {
    background: #fff;
  }
  .base-header.mobile-active nav {
    right: 0;
  }
  .base-header.mobile-active .hamburger .line:nth-child(1),
  .base-header.mobile-active .hamburger .line:nth-child(3) {
    width: 18px;
  }
  .base-header.mobile-active .hamburger .line:nth-child(2) {
    opacity: 0;
  }
  .base-header.mobile-active .hamburger .line:nth-child(1) {
    -webkit-transform: translateX(10px) rotate(45deg);
    -ms-transform: translateX(10px) rotate(45deg);
    -o-transform: translateX(10px) rotate(45deg);
    transform: translateX(10px) rotate(45deg);
  }
  .base-header.mobile-active .hamburger .line:nth-child(3) {
    -webkit-transform: translateX(10px) rotate(-45deg);
    -ms-transform: translateX(10px) rotate(-45deg);
    -o-transform: translateX(10px) rotate(-45deg);
    transform: translateX(10px) rotate(-45deg);
  }
}
.base-header > div {
  font-weight: 700;
  padding: 28px 100px;
}
@media (max-width: 1300px) {
  .base-header > div {
    padding: 28px 20px;
  }
}
@media (max-width: 767px) {
  .base-header > div {
    padding: 9px 20px;
  }
  .base-header > div nav {
    height: calc(100dvh - 61px);
  }
}
.base-header a {
  font-size: 1.25rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #939393;
  transition: 0.5s all ease;
}
.base-header a:hover {
  color: #4a4a49;
}

.main section:first-child {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .main section:first-child {
    padding-top: 80px;
  }
}

@media (max-width: 1000px) {
  .hide-medium {
    display: none;
  }
  .fdc-medium {
    flex-direction: column;
  }
}
.show-medium {
  display: none;
}
@media (max-width: 1000px) {
  .show-medium {
    display: block;
  }
}

.show-small {
  display: none;
}
@media (max-width: 767px) {
  .show-small {
    display: block;
  }
}

@media (max-width: 767px) {
  .hide-small {
    display: none;
  }
  .fdc-small {
    flex-direction: column;
  }
  .g28-small {
    gap: 1.75rem;
  }
}
footer {
  padding: 40px;
  background: #fff;
}
@media (max-width: 767px) {
  footer {
    padding: 28px 20px;
  }
  footer .large-block > div {
    gap: 28px;
    font-size: 14px;
  }
  footer .large-block > div > div:first-child > div:first-child {
    text-align: center;
  }
  footer .large-block > div > div:first-child > div:first-child span {
    font-size: 14px;
  }
  footer .large-block > div > div:first-child > div:first-child img {
    margin: 0 auto;
  }
}
footer .large-block > div > div:last-child {
  max-width: 800px;
  width: 100%;
  gap: 40px;
}
footer .large-block > div > div:last-child hr {
  margin: 12px 0;
}
footer .large-block > div > div:last-child > div {
  flex: 1;
}
footer a {
  color: #939393;
  text-decoration: none;
  transition: 0.5s all ease;
}
@media (max-width: 767px) {
  footer a {
    font-size: 14px;
  }
}
footer a:hover {
  color: #4a4a49;
}
footer .certif {
  text-align: center;
  padding: 8px 20px;
  background: #f8f8f8;
  border: 1px solid rgba(147, 147, 147, 0.4);
  border-radius: 4px;
}

@media (max-width: 1150px) {
  .base-header a {
    font-size: 1.125rem;
  }
}/*# sourceMappingURL=global.css.map */

.display-pc {
  display: block;
}
@media (max-width: 767px) {
  .display-pc {
    display: none;
  }
}

.display-mobile {
  display: none;
}
@media (max-width: 767px) {
  .display-mobile {
    display: block;
  }
}