body {
  margin: 0;
  font-family: Arial;
     background-size:cover;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: black;
  color: white;
  padding: 20px;
}

.nav-left, .nav-right {
  display: flex;
}

.nav-left a, .nav-right a {
  text-decoration: none;
  color: white;
  margin: 0 10px;
}

.nav-center {
  flex: 1;
  display: flex;
  justify-content: center;
}

.nav-center img {
  max-width: 250px; /*  */
}
a:hover{
	color:orange;
}
.slider-container {
  width: 100%;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slider img {
  width: 100%;
  height: auto;
}
button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  padding: 10px;
  cursor: pointer;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.prev-btn:hover,
.next-btn:hover {
.section_produits{
 padding:40px 5%;
}
}

ul{
	list-style:none;
}
a{
	text-decoration:none;
}

.carte{
	width:350px;
	height:400px;
	background-color:orange;
	border-radius:10px;
	box-shadow:2px 10px 12px;
	display:inline-block;
	flex-direction:column;
	align-items:left;
	justify-content:center;
	box-sizing:border-box;
	margin:20px;
}
.modele{
	height:250px;
	max-height:100%;
	max-width:100%;
  justify-content:center ;
}
.detail{
	display:flex;
	flex-direction:column;
	align-items:center;
	width:300px;
}
.detail p{
  color:black;
text-align: center;
margin-top:20px;
}
.casque{
  font-size:15px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top:15px;
}
footer{
  flex-shrink: 0;
  border-top:1px dashed #000;
  width:350%;
  background: #000;
  color: white;
}
footer{
  flex-shrink: 0;
  border-top:1px dashed #000;
  width:101%;
  background: #000;
  color: white;
}
.contenu-footer{
  width: 700px;
  margin-top: 0 auto;
  display: inline-block;
 font-size: 20px;
 padding: 10px;
 justify-content: right;
 align-items:right;
}
li {
  display: inline-block; /*  selon ma préférences */
  margin-right: 20px; /* Ajustez selon l'espace souhaité entre les éléments */
}
.id_products{
  text-align: center;
  text-decoration:0;
  background-color:#37a6ff;
  letter-spacing: 1px;
  color:#fff;
  padding:7px 10%;
  border-radius:3px;


}
