* {
  box-sizing: border-box;
  margin: 0 auto;
}

body {
  
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  overflow-x: hidden;
 
}

section {
  width: 100%;
  overflow-x: hidden;
}

p {
  padding: 24px 18px;
  z-index: 50;
  text-align: left;
}

/* 
************************************************
FOOTER
************************************************ 
*/
.p--conclu {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.05;
  padding-top: 25px;
  background-color: transparent;
}

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.disclaimer-btn,
.disclaimer-btn a {
  font-size: 16px;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  text-decoration: none;
  background-color: black;
  padding: 10px;
  border-radius: 15px;
  color: #EEAB06;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.disclaimer-btn:hover {
  background-color: #c40919;
  transform: scale(1.3);
}


.splash-screen {
  display: none;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  color: rgb(0, 0, 0);
  text-align: center;
  z-index: 1000;
  opacity: 0;
}

.splash-screen.active {
  width: 100vw;
  opacity: 1;
  display: block;
  background-color: #000;
  background-image: none;
}

.splash-screen h1 {
  font-size: 20px;
  color:#c40919
}

.splash-screen p {
  font-size: 16px;
  margin: 20px 0;
  color: #000;
  background-color: #d3d3d3;
}

.close-splash {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #f04e30;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.close-splash:hover {
  background-color: #c43d26;
}


.img--logofooter {
  width: 30%;
  position: relative;
  left: 60%;
  top: -30px
}

.footerNav {
  list-style: none;
  padding-top: 250px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.footerNav__el {
  padding: 0 15px;
  border-right: 1px solid black;
  border-left: 1px solid black;
  margin: 0 10px;
}

.footerNav__el a {
  display: block;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  text-align: left;
  padding: 15px;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.footerNav__el a:hover {
  background-color: #c40919;
  transform: scale(1.1);
}

/* 
************************************************
NAV
************************************************ 
*/
#mySidenav {
  background: #414e5c;
  height: 70px;
  width: 100%;
  margin: 0 auto;
  position: sticky;
  top: 0px;
  z-index: 500;
}

#mySidenav ul {
  display: none;
}

#mySidenav .close {
  display: none;
}

#mySidenav .burger {
  display: block;
}

.icon {
  color: #EEAB06;
  font-size: 35px;
  padding-top: 12px;
  margin-right: 20px;
  float: right;
}

#mySidenav.active .burger {
  display: none;
}

#mySidenav.active .close {
  display: block;
}

#mySidenav.active ul {
  float: none;
  display: block;
  position: absolute;
  top: 70px;
  list-style: none;
  z-index: 200;
}

#mySidenav.active li a {
  text-align: left;
  text-decoration: none;
  border-style: none;
  color: #EEAB06;
  font-family: "Archivo", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 105%;
}

.li--actif {
  opacity: 0.5;
}

#mySidenav.active li {
  padding: 10px;
  background-color: #414e5c;
}

.img_nav {
  float: left;
  margin-top: 10px;
}

@media only screen and (min-width: 780px) {

  .section--footer {
    background-image: url(../assets/images/page_crit/footer.png), url(../assets/images/page_crit/bicycle_opacity.png);
    background-repeat: no-repeat, repeat;
    background-size: 100% 80%, 70px 70px;
    background-position-y: 220px, 0;
  }

  .disclaimer-btn,
  .disclaimer-btn a {
    font-size: 20px;
  }

  .splash-screen h1 {
    font-size: 31px;
  }

  .splash-screen p {
    font-size: 23px;
  }

  .close-splash {
    font-size: 20px;
  }

  .footerNav {
    padding-top: 250px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .footerNav__el {
    margin: 0 0;
  }

  .footerNav__p {
    font-size: 20px;
  }

  /* 
************************************************
NAV
************************************************ 
*/
  #mySidenav ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
    z-index: 501;
    width: 70%;
    float: left;
  }

  .nav-items li {
    margin-top: 10px;
    display: inline-block;
    text-align: center;
    list-style: none;
  }

  .nav-items li a {
    display: block;
    color: #EEAB06;
    font-family: "Archivo", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 105%;
    border-radius: 15px;
    border: 2px solid #EEAB06;
    text-decoration: none;
    padding: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }

  .nav-items li a:hover {
    color: #c40919;
    border-radius: 15px;
    border: 2px solid #c40919;
    transform: scale(1.2)
  }

  #mySidenav .burger {
    display: none;
  }

  #mySidenav .close {
    display: none;
  }
}