* {box-sizing:border-box}

/* Slideshow container */
#slide{
  max-width: 500px;
  max-height: 600px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
  animation: ;
}

/* Next & previous buttons */
.prev,.next{
  cursor: pointer;
  position: relative;
  justify-content: space-between;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 10px;
  background-color:rgb(232, 129, 101);
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 16px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  border-color: rgb(232, 129, 101) ;
  user-select: none;
}

.prev{
  border: 0;
  line-height: 2.5;
font-size: 25px;
  padding: 0 20px;
font-family: bebas neue;
font-family: bebas neue;
  text-align: center;
  color: #FFF;
  text-shadow: 0px 0px 0px #000;
  border-radius: 15px;
  background-color: rgb(232, 129, 101);
  background-image: linear-gradient(to top left,
                                    rgba(0, 0, 0, .2),
                                    rgba(0, 0, 0, .2) 30%,
                                    rgba(0, 0, 0, 0));
  box-shadow: inset 2px 2px 3px rgba(30,30,30,.0),
              inset -2px -2px 3px rgba(0,0,0,.0);
}
.next{
  border: 0;
  line-height: 2.5;
font-size: 25px;
  padding: 0 20px;
font-family: bebas neue;
font-family: bebas neue;
  text-align: center;
  color: #FFF;
  text-shadow: 0px 0px 0px #000;
  border-radius: 15px;
  background-color: rgb(232, 129, 101);
  background-image: linear-gradient(to top left,
                                    rgba(0, 0, 0, .2),
                                    rgba(0, 0, 0, .2) 30%,
                                    rgba(0, 0, 0, 0));
  box-shadow: inset 2px 2px 3px rgba(30,30,30,.0),
              inset -2px -2px 3px rgba(0,0,0,.0);
}
.next:hover {
  background-color: rgba(30,0,0,.6);
}
.next:active {
  box-shadow: inset -2px -2px 3px rgba(30,30,30,6),
              inset 2px 2px 3px rgba(0,0,0,.6);
}
.prev:hover {
  background-color: rgba(30,0,0,.6);
}
.prev:active {
  box-shadow: inset -2px -2px 3px rgba(30,30,30,6),
              inset 2px 2px 3px rgba(0,0,0,.6);
}




/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 30px;
  padding: 8px 12px;
  position: relative;
  bottom: 8px;
  width: 100%;
  text-align: center;
  font-family:'Bebas Neue',cursive;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #e88165;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */


.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@media screen and (max-width: 800px)
{

.logo{
  display: none;
}
.mySlides{
  max-width: auto;
  max-height:200px;
  margin: auto;
}
.titre{
  font-size: 40px;
}
}
