*{
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
}

h1{
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Elephant;
	text-transform: uppercase;
	font-weight: lighter;
    line-height:200px;
}

/* barre de navigation*/
nav{
	width: 100%;
	margin: auto;
	background-color: white;
	position: sticky;
	top: 0px;
}

nav ul{
	list-style-type: none;
}

nav ul li{
	float: left;
	width: 20%;
	text-align: center;
	position: relative;
}

nav ul::after{
	content:"";
	display: table;
	clear: both;
}

nav a{
	display: block;
	text-decoration: none;
	font-family: Elephant;
	color: black;
	font-weight: lighter;
	font-size: 20px;
	border-bottom: 2px solid black;
	border-top: 2px solid black;
	padding: 10px 0px;
	text-transform: uppercase;
}

.menu{
	color: black;
}
.menu:hover{
	color: rgb(191,188,250);
} 


p{
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Elephant;
}

.logo{
    float:left;
	margin-left:30px;
	}
	
.p1{
    text-align: justify;
    width: 80%;	
	margin-left: 10%;
	margin-right: 10%;
}
	
.l1{
    font-size:28px;
    font-weight: strong;
	font-family: Elephant;
}	
	
body{
  font-size: 20px;
  font-family: sans-serif;
  color: #333;
}

/*quiz en script 1 et 3*/
.question{
  font-weight: 600;
}
.answers {
    margin-bottom: 20px;
}
#submit{
  font-family: sans-serif;
  font-size: 20px;
  background-color: rgb(191,188,250);
  color: #fff;
  border: 0px;
  border-radius: 3px;
  padding: 20px;
  cursor: pointer;
  margin-bottom: 20px;
  float: center;
  margin-left: 41.5%;
}

#submit:hover{
  background-color: rgb(205,129,213);
}

#q1,#q3{
    float: center;
	width: 461px;
	margin-left: 33%;
	margin-top: 20px;
	text-align: center;
}	

.paysage{
	float: center;
    width: 461px;
    height: 259px;
	margin-top:20px;
	margin-bottom: 20px;
}	

/*aligner les trois images*/	
.rue{
	float: center;
	width: 412px;
    height: 399px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.animaliere{
    float: center;
    width:461px;
    height: 259px;
    margin-top: 20px;
    margin-bottom: 20px;
}	

.paysage,
.rue,
.animaliere{
  width: 33%;
  height: auto;
  padding: 10px;
  float: left;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}		
	
h2{
  margin-left: 10%;
  font-size:28px;
  font-family: lighter;
  margin-top: 40px;
  margin-bottom: 20px;
}

.GO,.PO,.surex,.sousex,.vit,.vit2{
  width: 50%;
  height: auto;
  padding: 10px;
  float: left;
  margin: 0;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}	

.ul1{
  font-family: Elephant;
  margin-left: 10%;
  font-size: 20px
}  
	
.lien{
  font-family: sans-serif;
  font-size: 20px;
}  

#quiz4{
  border: 5px dotted rgb(191,188,250);
  float:center;
  width:50%;
  margin-left:25%;
  font-family:Elephant;
  margin-bottom:50px;
  padding-left: 10px;
  padding-right:10px;
}

.schema{
  float:center;
  width:344.5px;
  margin-left:37%;
  border: 5px solid rgb(191,188,250);
}  

.video{
  margin-top: 20px;
  margin-bottom:20px;
  margin-left:29%;
}  

/*slider*/
* {
  box-sizing:border-box
}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.mySlides {
  display: none;
}

.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;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.text {
  color: #f2f2f2;
  font-size: 20px;
  font-family: sans-serif;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.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;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.web{
	background-color: rgb(191,188,250);
	border: 2px dashed black;
	width: 80%;
	margin-left: 10%;
	padding-left:10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

footer{
  background:black;
  bottom:0;
  width:100%;
  height:50px;
  color: white;
  text-align: center;
  font-size: 15px;
  margin-top: 10px;
}