
header {
  background-color: #ffffff;
  display: flex;
  justify-content: space;
  align-items: center;
  padding: 10px 0;
  gap: 16px;
  position: relative;
  z-index: 2000;
}

header p {
  margin: 0px;
}

header img {
  width: 132px;
  height: 25px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.menu {
margin-left: 157px;
font-size: 16px;
font-weight: 500;
font-family: Roboto, sans-serif;
color:rgb(0, 42, 127);
display: flex;
align-items: center;
gap: 14px;
}

.menu img {
display: block;
width: 16px;
height: 14px;
}

/* CSS du menu déroulant */
/* MENU DEROUlANT HAUT */
.menu-lateral {
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  padding: 30px 20px;
  transition: top 0.35s ease;
  z-index: 5; /* en dessous du header quand fermé */
}

.menu-lateral.active {
  top: 0;
  z-index: 1000; /* au-dessus quand ouvert */
}

/* bouton fermeture */
.menu-close {
  font-size: 30px;
  cursor: pointer;
  margin-left: 40px;
}

/* liste */
.menu-lateral ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-lateral li {
  padding: 14px 0;
  font-size: 16px;
  color: rgb(0, 42, 127);
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

/* enjoy riding */
.menu-lateral li.enjoy {
  border-bottom: none;
  padding: 25px 0;
}

.menu-lateral li.enjoy img {
  width: 140px;
  display: block;
}

/* demande d'essai */
.menu-lateral li.essai {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}

.menu-lateral li.essai img {
  width: 18px;
}

/* CONTENEUR GLOBAL DU MENU */
.menu-content {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 30px;
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 0 40px;
}

/* COLONNE GAUCHE */
.menu-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-links li {
  padding: 16px 0;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: rgb(0, 42, 127);
  border-bottom: none;
  cursor: pointer;
}

/* enjoy riding */
.menu-links li.enjoy {
  border-bottom: none;
  padding: 30px 0;
}

.menu-links li.enjoy img {
  width: 120px;
}

/* demande d’essai */
.menu-links li.essai {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-family: 'Impact', sans-serif;
}

.menu-links li.essai img {
  width: 18px;
}

.menu-links li.essai a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: rgb(0, 42, 127);
}

/* COLONNE DROITE (IMAGES) */
/* COLONNE DROITE (IMAGES IMBRIQUÉES) */
.menu-visuels {
  position: relative;
  width: 520px;
  height: 520px;
}

/* image principale (la plus grande) */
/* COLONNE DROITE (IMAGES IMBRIQUÉES) */
.menu-visuels {
  display: grid;
  grid-template-columns: 360px 260px;
  grid-template-rows: 200px 200px;
  gap: 10px;
}

/* grande image à gauche */
.menu-visuels img:nth-child(1) {
  grid-row: 1 / span 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* images droite */
.menu-visuels img:nth-child(2),
.menu-visuels img:nth-child(3) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


body {
  background-color: #F7F7F7; 
  margin: 0px;
}

.carousselier {
  display: flex;
  justify-content: center; 
  align-items: center;     
  width: 100%;
}

.caroussel1 {
  position: relative;   
  display: inline-block;
}

.caroussel1 img {
  padding: 5px;
  display: block;
  width: 1140px;
  height: 760px;
}

.decouvrir {
  position: absolute;
  top: 89%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-align: center;

  border: 2px solid #fff;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  fill: #fff;
  box-sizing: border-box;

  font-family: "Montserrat", Sans-serif;
  font-weight: 800;
}

h1 {
  font-size:24px ;
  font-family:'Impact', sans-serif;
  color:rgb(0, 42, 127);
  padding-top:40px;
  padding-bottom:20px;
  margin-left:157px;
  margin-right: 157px;
}

.contenuoffre {
  display: flex;
  gap: 8px; 
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  margin-left: 157px;
  margin-right: 157px;
  box-sizing: border-box;
  flex-wrap: nowrap;
}

.contenuoffre img {
  flex: 0 0 calc((100% - 8px) / 2);
  max-width: calc((100% - 8px) / 2);
  height: 560px;
  display: block;
  object-fit: cover;
}

.actualites {
  display: flex;
  justify-content: center; 
  gap: 16px;
  margin-left: 157px;
  margin-right: 157px;
  box-sizing: border-box;
  align-items: flex-start;
}

.actu {
  background: #ffffff;
  overflow: hidden;
  width: calc((100% - 16px) / 2);
  display: flex;
  flex-direction: column;
}

.actu img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.bandeau {
  background: #ffffff;
  padding: 35px; 
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}


.bandeau-fleche {
  display: block;
  width: 21.40px;
  height: 35.65px;
  max-width: 21.40px;
  max-height: 35.65px;
  flex: 0 0 auto;
  object-fit: contain;
  margin: 10px
}

.bandeau p {
  margin: 10px;
  color: rgb(0, 49, 69);
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

footer {
  background-color: #ffffff; 
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.footertop {
  background-color: #F7F7F7;
  display: flex;
  width: 80%;
  margin-top: 40px;
  flex-direction: column;
}

.followus {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 38px 10px 10px 10px;
}

.followus p {
  margin: 0;
}

.resociaux {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
  padding: 10px 10px 20px 10px;
}

.resociaux img {
  width: 30px;
  height: 30px;
  padding: 10px;
}

.footerbottop {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
}

.footerbotbottom {
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 10px;
}

.footerbotbottom p {
  font-size: 12px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}