
body {
 
  align-items: center;
  justify-content: center;
 * background: linear-gradient(to bottom, #74ABE2, #5563DE);
  font-family: 'Ropa Sans', sans-serif;
font-size: 1.2vw;
}
h1 {
font-size: 1.8vw;
}
.slider {
  display: block;
  height: auto;
  width: 50vw;
  overflow: hidden;
  text-align: center;
  position: relative;*absolute;
 * padding: 0;
*top: 20vw;
*left: 20%;
margin-left: 25%;
*margin: 0 auto;
 border-radius: 10px;
background: #EEBB00;
}


.slider span {
z-index: 1000;
color: white;
background: RGBa(203,16,33,255);
font-size: 1.5vw;
position: relative;
top: 1vw;
left: 5vw;
width: 30vw;
text-align: center;
margin-left: 0vw;*-152px;
margin-right: 0vw;*0px;*-62px;
display: block;*inline-flex;
 overflow: hidden;
}


.slides {
 display: flex;
flex: auto;
 height: auto;
  width: 40vw;
  position: relative;
 *overflow-y: auto;
  *top: -100px;
  margin-right: 10%;
  margin-left: 10%;
  max-width: 40vw;
  max-height: 80vw;
  border-radius: 10px;
  overflow: hidden;
margin-top: 2vw;*jmp
margin-bottom: 5vw;*px;
*margin-left: 0px;*jmp*
*margin-right: 0px;*jmp*
text-align: center;
background: yelow;*white;
}
.slides::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.slides::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
}
.slides::-webkit-scrollbar-track {
  background: transparent;
}




.author-info {
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 0.75rem;
  *text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.author-info a {
  color: red;
}
img {
display: block;
max-width: 100%;
width: 40vw;
height: auto;
 position: relative;
 overflow: hidden;
max-height: 800px;
max-width: 500px;
margin-top: 30px;*jmp
*margin-bottom: auto;*50px;
*text-align: center;
*margin-left: 0px;
*margin-right: 0px;
}

.bouton {
  display: inline-flex;
  width: 2vw;
  height: 2vw;
  background: white;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0 0.5rem 0;
  position: relative;
*margin-bottom: -20px;
margin-top: 5%;*100px;
z-index: 5000;
}
.slider > a:active {
  top: 1px;
}
.slider > a:focus {
  background: red;*#000;
}

/* Don't need button navigation */
@supports (scroll-snap-type) {
  .slider > a {
    display: none;
  }
}
.carousel__control {
  height: 30px;
  width: 30px;
  margin-top: 0px;*-15px;
  top: 50%;
  *left: 80%;
  *margin-right: 0px;*-20px;
*position: -webkit-sticky;
  position: relative;*absolute;
  display: block;
  cursor: pointer;
  border-width: 5px 5px 0 0;
  border-style: solid;
  border-color: red; *#fafafa;
  opacity: 1;*0.65;
  *outline: 0;
  z-index: 6000;
}
.carousel__control--forward > a {
opacity: 0.1;
}
.carousel__control--forward {
  *padding-right: -5vw;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.carousel__control--backward {
 *padding-left: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fleche_d, .fleche_g {
 height: auto;
font-size: 2.5vw;
  width: 3vw;
  position: relative;
 display: block;
  *cursor: pointer;
   opacity: 1;*0.65;
top: 1vw;
margin-top: 0px;
*margin-left: 80px;
*margin-right: 0px;
max-width: 2.5vw;
max-height: 2vw;
  *left: 0px;
background: yellow;*RGBa(203,16,33,255);
 *color: white; 
text-decoration: none;
text-style: normal;

line-height: 1.5vw;
  z-index: 5000;
} 
.fleche_g {
left: -30vw;
*margin-right: 0px;
margin-left: -5vw;
margin-top: 0px;*jmp
}
.fleche_d {
left: -1.5vw;
*margin-right: 10px;
*margin-left: -5vw;
}
.fleche_g a:hover {
*position: absolute;
text-decoration: none;
text-style: normal;
* opacity-background: 0;
*background-color: transparent;
background-color: RGBa(245,168,4,50);*white;
line-height: 20px;
*max-height: 20px;

}
.fleche_d a:hover {
*position: absolute;
text-decoration: none;
text-style: normal;
* opacity-background: 0;
*background-color: transparent;
background-color: RGBa(245,168,4,50);
line-height: 20px;
*max-height: 20px;

}
 @media only screen and (max-width:800px) {   /*smartphone*/

.slider span {
font-size: 2.5vw;
}
.bouton {
display: none;
}}
@keyframes couleur2{
    from{
        color: RGBa(0,0,93,50);
    }
  
    50%{
        color: white;
       
    }
 
    to{
        color: RGBa(0,0,93,50);
    }
}


