body {
  font-family: 'Manrope', sans-serif;
  font-size: 1em;
  background-color: #1f2039;

 

}
main
{
position: relative;
#top: 70px;
padding: 10px;
justify-content: center;
  align-items: center;
  padding: 0 1.25rem;
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
opacity: 1;
}

a {
  color: white;
}

em {
 
  color: #a5b4fc;
  font-style: normal;
}

h1 {
  font-size: 3em;
  color: #a5b4fc;
  font-family: 'Montserrat', sans-serif;
}

h2 {
  font-size: 2em;
  color: #a5b4fc;
  font-family: 'Montserrat', sans-serif;
}

h2 {
  color: #f9f8ff;
}

p,
li {
text-align: justify;
  font-size: 1.1em;
  color: #f9f8ff;
text-justify: auto;
}

strong
{

  color: #f9f8ff;
}


header,
footer {
  background-color: black;
  color : white;
  width:100%;

}

header
{ 
position : relative;
top: 0px;
left: 0px;
padding: 7px;
height : 70px;
opacity: 1;

}
footer
{
position: relative;
padding: 10px;
}



header a,
footer  a {
 font-size: 2.0em;
  background-color: black;
  color : white;
  text-decoration: none;
  word-spacing: 8px;
}

p img
{
height : 170px;
}


 header img, footer img {
height : 50px;
}






.cta {
  background: linear-gradient(#8e86b5, #acaeed);
  color: white;
  border-radius: 50px;
}

a:hover {
  text-decoration: underline;
}

.cta:hover {
  background: linear-gradient(#696484, #8788ba);
  text-decoration: none;
}

.lien-icone:hover {
  opacity: 0.5;
}

.carre-contenu {
  border-right: 1px solid #8e86b5;
  border-bottom: 1px solid #8e86b5;
}



.presentation
{
margin: 30px;
display: flex;
flex-wrap: none;
justify-content: center;
  align-items: center;

}

.caroussel
{
position: relative;
width: 600px;

}
.date
{
margin-left: 40px;
position: right;
font-size: 1.2em;
color: red;
width : 500px;
}

.slideshow-container img
{
height: 300px;
width: auto;
align-items: center;
margin-left: 30px;
margin-bottom: 10px;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  text-align: center;
}


/* 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: 00px;
  margin : 00px;
  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: -20px;
  border-radius: 0px 0 0 0px;
}

/* 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: 3px 37px;
  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;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

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

