#titleS {
  font-size: 50px;
  font-family: var(--police1);
    margin:0;
  padding: 0;
}


#sport {
text-align: justify;  
}

#flx {
	display: flex;
	column-gap: 40px;
	margin-right:10%;
		margin-top:2%;

}

#carou{max-width:65%;margin-top:3%;margin-left:
10%}

#image_carou{width:100%;}


.colum {
	flex: 50%;
}
#puce {
	list-style-image: url('../img/glasses.png'); 
}


#pucept {
		list-style-image: url('../img/puce.png'); 
		margin-left: 2%;

}

 body {
  margin: 10%;
   margin-left:20%;
}

#slider {
  position: relative;
  width: 500px;
  height: 265px;
 
  overflow: hidden;
}
#slider ul {
  position: relative;
  list-style: none;
  height: 100%;
  width: 10000%;
  padding: 0;
  margin: 0;
  transition: all 750ms ease;
  left: 0;
}
#slider ul li {
  position: relative;
  height: 100%;
 
  float: left;
}
#slider ul li img{
  width: 500px;
  height: 265px;
}
 
#slider #prev, #slider #next {
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 2rem;
  text-align: center;
  color: transparent;
  text-decoration: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 150ms ease;
}
#slider #prev {
  left: 10px;
}
#slider #next {
  right: 10px;
}

@media screen and (max-width:700px) {
#flx {
  display: flex;
  flex-direction: column-reverse;
  margin-left:7%;
  margin-top:2%}

#titleS {
    font-size:35px;
}
    
}
