@charset "utf-8";
/*** Global page look ***/

.demo {
width: 100%;
margin: 0 auto;
display: block;
}
/*** Carousel-related styles ***/
/* Containers */
.carousel {

margin: 10px auto;
}
.carousel-container {
margin: 20px 40px;
display: block;
overflow: hidden;
width: 99%;
margin: 0 auto;
}
.carousel-wrapper, .carousel-wrapper2 {
clear: both;
height: auto;
overflow: hidden;
margin: 0;
}
.carousel-element {
width: 100%;
float: left;
margin: 0;
padding: 0;
border: 0px;
}
/* Text */
.infos {
background: #e5e5e5;
display: block;
padding: 4px;
}
.infos p {
margin: 0;
padding: 2px !important;
text-align: center;
text-transform: uppercase;
font-weight: bold;
font-size: 10px;
}
.infos p a {
text-decoration: underline;
color: #e16f00;
text-transform: lowercase;
}
.carousel-element span.t1 {
color: #53b9ff;
font-size: 24px;
font-family: Georgia;
text-transform: uppercase;
}
.carousel-element span.t2 {
color: #0b7cc3;
font-size: 28px;
font-family: Georgia;
text-transform: uppercase;
}
.carousel-element span.t3 {
color: #e37a00;
font-size: 20px;
font-family: Verdana;
}
.carousel-element span.t3 span {
font-size: 28px;
font-weight: bold;
}
.carousel-element span.t1, .carousel-element span.t2, .carousel-element span.t3 {
display: block;
text-align: center;
line-height: 34px;
}
/* Prev/Next nav */
.carousel-nav, .carousel-index {
display: block;
margin: 0 auto;
}
.carousel-nav {
    position: absolute;
    margin-top: 0;
    width: 100%;
    clear: none;
    float: none;
    top: 30%;
    display: inline-block;
    left: 0;
}

.carousel-nav .precedent {
    float: left;
    display: block;
    margin-left: 15px;
    margin-top: 0;
    color: #000;
    font-size: 50px;
    text-transform: none;
    text-decoration: none;
}
.carousel-nav .suivant {
float: right;
display: block;
margin-right: 15px;
margin-top: 0;
color: #000;
 font-size: 50px;
    text-transform: none;
    text-decoration: none;
}
/* Numbered nav */
.carousel-index {
display: block;
margin: 0 auto;
width: 100%;
}
.carousel-index a {
display: block;
padding: 5px;
text-align: center;
float: left;
text-decoration: none;
margin: 3px;
background-color: #000;
color: #fff;
border: 1px solid white;
width: 18px;
}
.carousel-index a:hover, .carousel-index a.clic {
display: block;
padding: 5px;
text-align: center;
float: left;
text-decoration: none;
margin: 3px;
background-color: #fff;
color: #000;
border: 1px solid black;
}
/* Responsive slider */

.carousel-element:nth-child(2n) .aaww{
	display: flex;
    flex-direction: column-reverse;
	
}
.responsive{
    width: 90% ;
}
.carousel-element{
	padding: 10px;
}
.carousel-element:nth-child(2n){
}
.carousel-element:nth-child(2n) .aaww img{
	margin-top:0;
	margin-bottom: 20px;
}




/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* 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: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}


/* Fading animation */
a.prev {
    left: 0;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.aaww.aawwde {
    width: 90%;
    margin: 0 auto;
    background: #fffbe0;
    padding: 10px;
    border: 1px solid;
    text-align: left;
}
.aaww.aawwde img {
    height: 230px;
    object-fit: cover;
    margin-bottom: 20px;
}
