/* -------------------------- GÉNÉRAL -------------------------- */
*,
a::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --color-primary: #1B4BAD; 
  --color-secondary: #2E67D7;
  --color-tertiary: #F5F8FC; 
  --color-quaternary: #00b7de;
  --color-black: #000;
  --color-grey: #DEE2E8;

  --color-ecureuil: #E8B63F;
  --color-glamots: #ec6c59;
  --color-bergeron-grenier: #30bf5b;
}

html{
  overflow-x: hidden;
  scroll-behavior: smooth; 
  accent-color: var(--color-secondary);
}

body {
  font-size: 20px;
  background-color: #fff;
  font-family: "sofia-pro", sans-serif;
  /* overflow-x: hidden; */
}

main{
  position: relative;
  z-index: 0;
}

html.menuOpen,
body.menuOpen{
  overflow-y: hidden;  
}

@media (min-width: 993px){
  .desktopDisplayNone{
    display: none !important;
  }
}

@media (max-width: 992px){
  .mobileDisplayNone{
    display: none !important;
  }
}

/* ---------------- BOUTON ---------------- */

.btn{
  font-size: 16px;
  line-height: 20px;
  padding: 6px 6px 6px 30px;
  border-radius: 30px;
  outline: 0;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 30px;
  border: none;
  position: relative;
  transition: 300ms ease;
}

.btn::after{
  content: "";
  display: block;
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 30px;
  transition: 300ms ease;
}

.btn::before{
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 300ms ease;
}

.btn:hover::before{
  right: 16px;
  transition: 300ms ease;
}

@media (pointer: coarse){
  .btn::before{
    right: 16px;
  }
}

/* ----- PRIMARY ----- */

.btn-primary{
  background-color: var(--color-secondary);
  color: #fff;
}

.btn-primary:hover{
  background-color: var(--color-primary);
  transition: 300ms ease;
}

.btn-primary::after{
  background-color: #fff;
}

.btn-primary::before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.862' height='15.842' viewBox='0 0 15.862 15.842'%3E%3Cg id='Layer_2' transform='matrix(1, -0.017, 0.017, 1, -0.136, 0.14)'%3E%3Cg id='Vector' transform='matrix(-0.719, 0.695, -0.695, -0.719, 15.84, 8.059)' fill='%23f5f8fc'%3E%3Cpath d='M10.768,11.209a.486.486,0,0,1-.317-.124L.124.744a.45.45,0,0,1,0-.62.45.45,0,0,1,.62,0L11.071,10.451a.45.45,0,0,1,0,.62A.443.443,0,0,1,10.768,11.209Z' stroke='none'/%3E%3Cpath d='M 10.76767635345459 11.2088623046875 C 10.65737628936768 11.2088623046875 10.54707622528076 11.16750240325928 10.45057678222656 11.08478260040283 L 0.1240865662693977 0.7445021271705627 C -0.0413634367287159 0.5790521502494812 -0.0413634367287159 0.2895221412181854 0.1240865662693977 0.1240821555256844 C 0.2895265817642212 -0.04135784506797791 0.5790565013885498 -0.04135784506797791 0.7444965839385986 0.1240821555256844 L 11.07099628448486 10.45057201385498 C 11.23643684387207 10.61602210998535 11.23643684387207 10.90555191040039 11.07099628448486 11.0709924697876 C 10.98826694488525 11.15371227264404 10.8779764175415 11.2088623046875 10.76767635345459 11.2088623046875 Z' stroke='none' fill='%232e67d7'/%3E%3C/g%3E%3Cg id='Vector-2' data-name='Vector' transform='matrix(-0.719, 0.695, -0.695, -0.719, 15.858, 8.137)' fill='%23f5f8fc'%3E%3Cpath d='M7.748.882H.441A.436.436,0,0,1,0,.441.436.436,0,0,1,.441,0H7.748a.436.436,0,0,1,.441.441A.436.436,0,0,1,7.748.882Z' stroke='none'/%3E%3Cpath d='M 7.748319625854492 0.8823757171630859 L 0.4411794543266296 0.8823757171630859 C 0.1930194497108459 0.8823757171630859 -5.493163826031378e-07 0.689355731010437 -5.493163826031378e-07 0.4411857128143311 C -5.493163826031378e-07 0.1930257081985474 0.1930194497108459 -4.287185674911598e-06 0.4411794543266296 -4.287185674911598e-06 L 7.748319625854492 -4.287185674911598e-06 C 7.996479511260986 -4.287185674911598e-06 8.189499855041504 0.1930157095193863 8.189499855041504 0.4411857128143311 C 8.189499855041504 0.689355731010437 7.996479511260986 0.8823757171630859 7.748319625854492 0.8823757171630859 Z' stroke='none' fill='%232e67d7'/%3E%3C/g%3E%3Cg id='Vector-3' data-name='Vector' transform='matrix(-0.719, 0.695, -0.695, -0.719, 15.86, 7.981)' fill='%23f5f8fc'%3E%3Cpath d='M.441,8.189A.436.436,0,0,1,0,7.748V.441A.436.436,0,0,1,.441,0,.436.436,0,0,1,.882.441V7.748A.436.436,0,0,1,.441,8.189Z' stroke='none'/%3E%3Cpath d='M 0.4411857128143311 8.189499855041504 C 0.1930257081985474 8.189499855041504 -4.287185674911598e-06 7.996479511260986 -4.287185674911598e-06 7.748319625854492 L -4.287185674911598e-06 0.4411794543266296 C -4.287185674911598e-06 0.1930194497108459 0.1930157095193863 -5.493163826031378e-07 0.4411857128143311 -5.493163826031378e-07 C 0.689355731010437 -5.493163826031378e-07 0.8823757171630859 0.1930194497108459 0.8823757171630859 0.4411794543266296 L 0.8823757171630859 7.748319625854492 C 0.8823757171630859 7.996479511260986 0.689355731010437 8.189499855041504 0.4411857128143311 8.189499855041504 Z' stroke='none' fill='%232e67d7'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.btn-primary:hover::before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.862' height='15.842' viewBox='0 0 15.862 15.842'%3E%3Cg id='Layer_2' transform='matrix(1, -0.017, 0.017, 1, -0.136, 0.14)'%3E%3Cg id='Vector' transform='matrix(-0.719, 0.695, -0.695, -0.719, 15.84, 8.059)' fill='%23f5f8fc'%3E%3Cpath d='M10.768,11.209a.486.486,0,0,1-.317-.124L.124.744a.45.45,0,0,1,0-.62.45.45,0,0,1,.62,0L11.071,10.451a.45.45,0,0,1,0,.62A.443.443,0,0,1,10.768,11.209Z' stroke='none'/%3E%3Cpath d='M 10.76767635345459 11.2088623046875 C 10.65737628936768 11.2088623046875 10.54707622528076 11.16750240325928 10.45057678222656 11.08478260040283 L 0.1240865662693977 0.7445021271705627 C -0.0413634367287159 0.5790521502494812 -0.0413634367287159 0.2895221412181854 0.1240865662693977 0.1240821555256844 C 0.2895265817642212 -0.04135784506797791 0.5790565013885498 -0.04135784506797791 0.7444965839385986 0.1240821555256844 L 11.07099628448486 10.45057201385498 C 11.23643684387207 10.61602210998535 11.23643684387207 10.90555191040039 11.07099628448486 11.0709924697876 C 10.98826694488525 11.15371227264404 10.8779764175415 11.2088623046875 10.76767635345459 11.2088623046875 Z' stroke='none' fill='%231b4bad'/%3E%3C/g%3E%3Cg id='Vector-2' data-name='Vector' transform='matrix(-0.719, 0.695, -0.695, -0.719, 15.858, 8.137)' fill='%23f5f8fc'%3E%3Cpath d='M7.748.882H.441A.436.436,0,0,1,0,.441.436.436,0,0,1,.441,0H7.748a.436.436,0,0,1,.441.441A.436.436,0,0,1,7.748.882Z' stroke='none'/%3E%3Cpath d='M 7.748319625854492 0.8823757171630859 L 0.4411794543266296 0.8823757171630859 C 0.1930194497108459 0.8823757171630859 -5.493163826031378e-07 0.689355731010437 -5.493163826031378e-07 0.4411857128143311 C -5.493163826031378e-07 0.1930257081985474 0.1930194497108459 -4.287185674911598e-06 0.4411794543266296 -4.287185674911598e-06 L 7.748319625854492 -4.287185674911598e-06 C 7.996479511260986 -4.287185674911598e-06 8.189499855041504 0.1930157095193863 8.189499855041504 0.4411857128143311 C 8.189499855041504 0.689355731010437 7.996479511260986 0.8823757171630859 7.748319625854492 0.8823757171630859 Z' stroke='none' fill='%231b4bad'/%3E%3C/g%3E%3Cg id='Vector-3' data-name='Vector' transform='matrix(-0.719, 0.695, -0.695, -0.719, 15.86, 7.981)' fill='%23f5f8fc'%3E%3Cpath d='M.441,8.189A.436.436,0,0,1,0,7.748V.441A.436.436,0,0,1,.441,0,.436.436,0,0,1,.882.441V7.748A.436.436,0,0,1,.441,8.189Z' stroke='none'/%3E%3Cpath d='M 0.4411857128143311 8.189499855041504 C 0.1930257081985474 8.189499855041504 -4.287185674911598e-06 7.996479511260986 -4.287185674911598e-06 7.748319625854492 L -4.287185674911598e-06 0.4411794543266296 C -4.287185674911598e-06 0.1930194497108459 0.1930157095193863 -5.493163826031378e-07 0.4411857128143311 -5.493163826031378e-07 C 0.689355731010437 -5.493163826031378e-07 0.8823757171630859 0.1930194497108459 0.8823757171630859 0.4411794543266296 L 0.8823757171630859 7.748319625854492 C 0.8823757171630859 7.996479511260986 0.689355731010437 8.189499855041504 0.4411857128143311 8.189499855041504 Z' stroke='none' fill='%231b4bad'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

@media (pointer: coarse){
  .btn-primary{
    background-color: var(--color-secondary) !important;
  }
  .btn-primary::before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.862' height='15.842' viewBox='0 0 15.862 15.842'%3E%3Cg id='Layer_2' transform='matrix(1, -0.017, 0.017, 1, -0.136, 0.14)'%3E%3Cg id='Vector' transform='matrix(-0.719, 0.695, -0.695, -0.719, 15.84, 8.059)' fill='%23f5f8fc'%3E%3Cpath d='M10.768,11.209a.486.486,0,0,1-.317-.124L.124.744a.45.45,0,0,1,0-.62.45.45,0,0,1,.62,0L11.071,10.451a.45.45,0,0,1,0,.62A.443.443,0,0,1,10.768,11.209Z' stroke='none'/%3E%3Cpath d='M 10.76767635345459 11.2088623046875 C 10.65737628936768 11.2088623046875 10.54707622528076 11.16750240325928 10.45057678222656 11.08478260040283 L 0.1240865662693977 0.7445021271705627 C -0.0413634367287159 0.5790521502494812 -0.0413634367287159 0.2895221412181854 0.1240865662693977 0.1240821555256844 C 0.2895265817642212 -0.04135784506797791 0.5790565013885498 -0.04135784506797791 0.7444965839385986 0.1240821555256844 L 11.07099628448486 10.45057201385498 C 11.23643684387207 10.61602210998535 11.23643684387207 10.90555191040039 11.07099628448486 11.0709924697876 C 10.98826694488525 11.15371227264404 10.8779764175415 11.2088623046875 10.76767635345459 11.2088623046875 Z' stroke='none' fill='%232e67d7'/%3E%3C/g%3E%3Cg id='Vector-2' data-name='Vector' transform='matrix(-0.719, 0.695, -0.695, -0.719, 15.858, 8.137)' fill='%23f5f8fc'%3E%3Cpath d='M7.748.882H.441A.436.436,0,0,1,0,.441.436.436,0,0,1,.441,0H7.748a.436.436,0,0,1,.441.441A.436.436,0,0,1,7.748.882Z' stroke='none'/%3E%3Cpath d='M 7.748319625854492 0.8823757171630859 L 0.4411794543266296 0.8823757171630859 C 0.1930194497108459 0.8823757171630859 -5.493163826031378e-07 0.689355731010437 -5.493163826031378e-07 0.4411857128143311 C -5.493163826031378e-07 0.1930257081985474 0.1930194497108459 -4.287185674911598e-06 0.4411794543266296 -4.287185674911598e-06 L 7.748319625854492 -4.287185674911598e-06 C 7.996479511260986 -4.287185674911598e-06 8.189499855041504 0.1930157095193863 8.189499855041504 0.4411857128143311 C 8.189499855041504 0.689355731010437 7.996479511260986 0.8823757171630859 7.748319625854492 0.8823757171630859 Z' stroke='none' fill='%232e67d7'/%3E%3C/g%3E%3Cg id='Vector-3' data-name='Vector' transform='matrix(-0.719, 0.695, -0.695, -0.719, 15.86, 7.981)' fill='%23f5f8fc'%3E%3Cpath d='M.441,8.189A.436.436,0,0,1,0,7.748V.441A.436.436,0,0,1,.441,0,.436.436,0,0,1,.882.441V7.748A.436.436,0,0,1,.441,8.189Z' stroke='none'/%3E%3Cpath d='M 0.4411857128143311 8.189499855041504 C 0.1930257081985474 8.189499855041504 -4.287185674911598e-06 7.996479511260986 -4.287185674911598e-06 7.748319625854492 L -4.287185674911598e-06 0.4411794543266296 C -4.287185674911598e-06 0.1930194497108459 0.1930157095193863 -5.493163826031378e-07 0.4411857128143311 -5.493163826031378e-07 C 0.689355731010437 -5.493163826031378e-07 0.8823757171630859 0.1930194497108459 0.8823757171630859 0.4411794543266296 L 0.8823757171630859 7.748319625854492 C 0.8823757171630859 7.996479511260986 0.689355731010437 8.189499855041504 0.4411857128143311 8.189499855041504 Z' stroke='none' fill='%232e67d7'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") !important;
  }
}

/* ----- SECONDARY ----- */

.btn-secondary{
  background-color: var(--color-tertiary);
  color: var(--color-secondary);
}

.btn-secondary:hover{
  background-color: var(--color-primary);
  color: #fff;
  transition: 300ms ease;
}

.btn-secondary::after{
  background-color: var(--color-secondary);
}

.btn-secondary:hover::after{
  background-color: #fff;
  transition: 300ms ease;
}

.btn-secondary::before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.862' height='15.842' viewBox='0 0 15.862 15.842'%3E%3Cg id='Layer_2' transform='matrix(1, -0.017, 0.017, 1, -0.136, 0.14)'%3E%3Cg id='Vector' transform='matrix(-0.719, 0.695, -0.695, -0.719, 15.84, 8.059)' fill='%23fff'%3E%3Cpath d='M10.768,11.209a.486.486,0,0,1-.317-.124L.124.744a.45.45,0,0,1,0-.62.45.45,0,0,1,.62,0L11.071,10.451a.45.45,0,0,1,0,.62A.443.443,0,0,1,10.768,11.209Z' stroke='none'/%3E%3Cpath d='M 10.76767635345459 11.2088623046875 C 10.65737628936768 11.2088623046875 10.54707622528076 11.16750240325928 10.45057678222656 11.08478260040283 L 0.1240865662693977 0.7445021271705627 C -0.0413634367287159 0.5790521502494812 -0.0413634367287159 0.2895221412181854 0.1240865662693977 0.1240821555256844 C 0.2895265817642212 -0.04135784506797791 0.5790565013885498 -0.04135784506797791 0.7444965839385986 0.1240821555256844 L 11.07099628448486 10.45057201385498 C 11.23643684387207 10.61602210998535 11.23643684387207 10.90555191040039 11.07099628448486 11.0709924697876 C 10.98826694488525 11.15371227264404 10.8779764175415 11.2088623046875 10.76767635345459 11.2088623046875 Z' stroke='none' fill='%23f5f8fc'/%3E%3C/g%3E%3Cg id='Vector-2' data-name='Vector' transform='matrix(-0.719, 0.695, -0.695, -0.719, 15.858, 8.137)' fill='%23fff'%3E%3Cpath d='M7.748.882H.441A.436.436,0,0,1,0,.441.436.436,0,0,1,.441,0H7.748a.436.436,0,0,1,.441.441A.436.436,0,0,1,7.748.882Z' stroke='none'/%3E%3Cpath d='M 7.748319625854492 0.8823757171630859 L 0.4411794543266296 0.8823757171630859 C 0.1930194497108459 0.8823757171630859 -5.493163826031378e-07 0.689355731010437 -5.493163826031378e-07 0.4411857128143311 C -5.493163826031378e-07 0.1930257081985474 0.1930194497108459 -4.287185674911598e-06 0.4411794543266296 -4.287185674911598e-06 L 7.748319625854492 -4.287185674911598e-06 C 7.996479511260986 -4.287185674911598e-06 8.189499855041504 0.1930157095193863 8.189499855041504 0.4411857128143311 C 8.189499855041504 0.689355731010437 7.996479511260986 0.8823757171630859 7.748319625854492 0.8823757171630859 Z' stroke='none' fill='%23f5f8fc'/%3E%3C/g%3E%3Cg id='Vector-3' data-name='Vector' transform='matrix(-0.719, 0.695, -0.695, -0.719, 15.86, 7.981)' fill='%23fff'%3E%3Cpath d='M.441,8.189A.436.436,0,0,1,0,7.748V.441A.436.436,0,0,1,.441,0,.436.436,0,0,1,.882.441V7.748A.436.436,0,0,1,.441,8.189Z' stroke='none'/%3E%3Cpath d='M 0.4411857128143311 8.189499855041504 C 0.1930257081985474 8.189499855041504 -4.287185674911598e-06 7.996479511260986 -4.287185674911598e-06 7.748319625854492 L -4.287185674911598e-06 0.4411794543266296 C -4.287185674911598e-06 0.1930194497108459 0.1930157095193863 -5.493163826031378e-07 0.4411857128143311 -5.493163826031378e-07 C 0.689355731010437 -5.493163826031378e-07 0.8823757171630859 0.1930194497108459 0.8823757171630859 0.4411794543266296 L 0.8823757171630859 7.748319625854492 C 0.8823757171630859 7.996479511260986 0.689355731010437 8.189499855041504 0.4411857128143311 8.189499855041504 Z' stroke='none' fill='%23f5f8fc'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.btn-secondary:hover::before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.862' height='15.842' viewBox='0 0 15.862 15.842'%3E%3Cg id='Layer_2' transform='matrix(1, -0.017, 0.017, 1, -0.136, 0.14)'%3E%3Cg id='Vector' transform='matrix(-0.719, 0.695, -0.695, -0.719, 15.84, 8.059)' fill='%23f5f8fc'%3E%3Cpath d='M10.768,11.209a.486.486,0,0,1-.317-.124L.124.744a.45.45,0,0,1,0-.62.45.45,0,0,1,.62,0L11.071,10.451a.45.45,0,0,1,0,.62A.443.443,0,0,1,10.768,11.209Z' stroke='none'/%3E%3Cpath d='M 10.76767635345459 11.2088623046875 C 10.65737628936768 11.2088623046875 10.54707622528076 11.16750240325928 10.45057678222656 11.08478260040283 L 0.1240865662693977 0.7445021271705627 C -0.0413634367287159 0.5790521502494812 -0.0413634367287159 0.2895221412181854 0.1240865662693977 0.1240821555256844 C 0.2895265817642212 -0.04135784506797791 0.5790565013885498 -0.04135784506797791 0.7444965839385986 0.1240821555256844 L 11.07099628448486 10.45057201385498 C 11.23643684387207 10.61602210998535 11.23643684387207 10.90555191040039 11.07099628448486 11.0709924697876 C 10.98826694488525 11.15371227264404 10.8779764175415 11.2088623046875 10.76767635345459 11.2088623046875 Z' stroke='none' fill='%232e67d7'/%3E%3C/g%3E%3Cg id='Vector-2' data-name='Vector' transform='matrix(-0.719, 0.695, -0.695, -0.719, 15.858, 8.137)' fill='%23f5f8fc'%3E%3Cpath d='M7.748.882H.441A.436.436,0,0,1,0,.441.436.436,0,0,1,.441,0H7.748a.436.436,0,0,1,.441.441A.436.436,0,0,1,7.748.882Z' stroke='none'/%3E%3Cpath d='M 7.748319625854492 0.8823757171630859 L 0.4411794543266296 0.8823757171630859 C 0.1930194497108459 0.8823757171630859 -5.493163826031378e-07 0.689355731010437 -5.493163826031378e-07 0.4411857128143311 C -5.493163826031378e-07 0.1930257081985474 0.1930194497108459 -4.287185674911598e-06 0.4411794543266296 -4.287185674911598e-06 L 7.748319625854492 -4.287185674911598e-06 C 7.996479511260986 -4.287185674911598e-06 8.189499855041504 0.1930157095193863 8.189499855041504 0.4411857128143311 C 8.189499855041504 0.689355731010437 7.996479511260986 0.8823757171630859 7.748319625854492 0.8823757171630859 Z' stroke='none' fill='%232e67d7'/%3E%3C/g%3E%3Cg id='Vector-3' data-name='Vector' transform='matrix(-0.719, 0.695, -0.695, -0.719, 15.86, 7.981)' fill='%23f5f8fc'%3E%3Cpath d='M.441,8.189A.436.436,0,0,1,0,7.748V.441A.436.436,0,0,1,.441,0,.436.436,0,0,1,.882.441V7.748A.436.436,0,0,1,.441,8.189Z' stroke='none'/%3E%3Cpath d='M 0.4411857128143311 8.189499855041504 C 0.1930257081985474 8.189499855041504 -4.287185674911598e-06 7.996479511260986 -4.287185674911598e-06 7.748319625854492 L -4.287185674911598e-06 0.4411794543266296 C -4.287185674911598e-06 0.1930194497108459 0.1930157095193863 -5.493163826031378e-07 0.4411857128143311 -5.493163826031378e-07 C 0.689355731010437 -5.493163826031378e-07 0.8823757171630859 0.1930194497108459 0.8823757171630859 0.4411794543266296 L 0.8823757171630859 7.748319625854492 C 0.8823757171630859 7.996479511260986 0.689355731010437 8.189499855041504 0.4411857128143311 8.189499855041504 Z' stroke='none' fill='%232e67d7'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

@media (pointer: coarse){
  .btn-secondary{
    background-color: var(--color-tertiary) !important;
  }
  .btn-secondary::before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.862' height='15.842' viewBox='0 0 15.862 15.842'%3E%3Cg id='Layer_2' transform='matrix(1, -0.017, 0.017, 1, -0.136, 0.14)'%3E%3Cg id='Vector' transform='matrix(-0.719, 0.695, -0.695, -0.719, 15.84, 8.059)' fill='%23fff'%3E%3Cpath d='M10.768,11.209a.486.486,0,0,1-.317-.124L.124.744a.45.45,0,0,1,0-.62.45.45,0,0,1,.62,0L11.071,10.451a.45.45,0,0,1,0,.62A.443.443,0,0,1,10.768,11.209Z' stroke='none'/%3E%3Cpath d='M 10.76767635345459 11.2088623046875 C 10.65737628936768 11.2088623046875 10.54707622528076 11.16750240325928 10.45057678222656 11.08478260040283 L 0.1240865662693977 0.7445021271705627 C -0.0413634367287159 0.5790521502494812 -0.0413634367287159 0.2895221412181854 0.1240865662693977 0.1240821555256844 C 0.2895265817642212 -0.04135784506797791 0.5790565013885498 -0.04135784506797791 0.7444965839385986 0.1240821555256844 L 11.07099628448486 10.45057201385498 C 11.23643684387207 10.61602210998535 11.23643684387207 10.90555191040039 11.07099628448486 11.0709924697876 C 10.98826694488525 11.15371227264404 10.8779764175415 11.2088623046875 10.76767635345459 11.2088623046875 Z' stroke='none' fill='%23f5f8fc'/%3E%3C/g%3E%3Cg id='Vector-2' data-name='Vector' transform='matrix(-0.719, 0.695, -0.695, -0.719, 15.858, 8.137)' fill='%23fff'%3E%3Cpath d='M7.748.882H.441A.436.436,0,0,1,0,.441.436.436,0,0,1,.441,0H7.748a.436.436,0,0,1,.441.441A.436.436,0,0,1,7.748.882Z' stroke='none'/%3E%3Cpath d='M 7.748319625854492 0.8823757171630859 L 0.4411794543266296 0.8823757171630859 C 0.1930194497108459 0.8823757171630859 -5.493163826031378e-07 0.689355731010437 -5.493163826031378e-07 0.4411857128143311 C -5.493163826031378e-07 0.1930257081985474 0.1930194497108459 -4.287185674911598e-06 0.4411794543266296 -4.287185674911598e-06 L 7.748319625854492 -4.287185674911598e-06 C 7.996479511260986 -4.287185674911598e-06 8.189499855041504 0.1930157095193863 8.189499855041504 0.4411857128143311 C 8.189499855041504 0.689355731010437 7.996479511260986 0.8823757171630859 7.748319625854492 0.8823757171630859 Z' stroke='none' fill='%23f5f8fc'/%3E%3C/g%3E%3Cg id='Vector-3' data-name='Vector' transform='matrix(-0.719, 0.695, -0.695, -0.719, 15.86, 7.981)' fill='%23fff'%3E%3Cpath d='M.441,8.189A.436.436,0,0,1,0,7.748V.441A.436.436,0,0,1,.441,0,.436.436,0,0,1,.882.441V7.748A.436.436,0,0,1,.441,8.189Z' stroke='none'/%3E%3Cpath d='M 0.4411857128143311 8.189499855041504 C 0.1930257081985474 8.189499855041504 -4.287185674911598e-06 7.996479511260986 -4.287185674911598e-06 7.748319625854492 L -4.287185674911598e-06 0.4411794543266296 C -4.287185674911598e-06 0.1930194497108459 0.1930157095193863 -5.493163826031378e-07 0.4411857128143311 -5.493163826031378e-07 C 0.689355731010437 -5.493163826031378e-07 0.8823757171630859 0.1930194497108459 0.8823757171630859 0.4411794543266296 L 0.8823757171630859 7.748319625854492 C 0.8823757171630859 7.996479511260986 0.689355731010437 8.189499855041504 0.4411857128143311 8.189499855041504 Z' stroke='none' fill='%23f5f8fc'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") !important; 
  }
}


/* ---------------- CONTAINER ---------------- */

.container{
  width: 100%;
  max-width: 1480px;
  margin-inline: auto;
  padding-inline: 80px;
}

@media (max-width: 992px) {
  .container{
    padding-inline: 20px;
  }
}

/* ---------------- 404 ---------------- */

.page404{
  min-height: 80vh;
  position: relative;
  padding-inline: 36px;
  margin: 0px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page404 > div{
  transform: translate(-50%, -35%);
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.page404 h1{
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--color-secondary);
  text-align: center;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
}

.page404 h2{
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 300;
}

@media (max-width: 992px){
  .page404{
    min-height: 60vh;
  }
  .page404 h1{
    font-size: 40px;
    line-height: 40px;
  }
  .page404 h2{
    font-size: 20px;
    line-height: 20px;
  }
}

/* ---------------- BREADCRUMBS ---------------- */

.breadcrumbs{
  margin-top: 32px;
}

.breadcrumbs li *,
.breadcrumbs{
  font-size: 12px;
  line-height: 18px;
}

.breadcrumb li::after{
  content: "→" !important;
  display: inline-block;
}
