
 body{
	background-image: url(../assets/ASHQI2G7H2GHH3ADR6CBFHDJQH.brique2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-position: center; 
 }
@media screen and (min-width:400px){
	.logo{
		width: 20%;
	}
	.liens{
		width: 10%;
	}
	.titre{
		width:70%;
	}
}
		

		
.note {
	color: red;
}			
		

		
header{
	position: fixed;
	width:1200px;
	height:75px;
	margin-left: 75px;
	display: inline-block;
}	
div.liens{
	Position: relative;
	Width:300px;
	float:right;
	font-size: 30px;	
	text-decoration: none;
	color: black;
}
.lien{
	position: relative;
	margin: 10px;
	float: right;

}
.lien1{
	position: relative;
	margin: 10px;
	float: right;
	color:#000;
    font-weight:bold;

}

section.entete{
	position: relative;
	width:800px;
	height:252px;
	margin-left: 230px;
	display: inline-block;	
	text-align: center;
	border-radius: 8px 8px 0 0;
	background-color: rgba(0, 0, 0, 0.8);
}
.corner2{
	width:100px;
	height:100px;
	position: relative;
	float:right;
	border-radius:0 8px 0 0;
}
.corner1{
	width:100px;
	height:100px;
	position: relative;
	float:right;
	border-radius:8px 0 0 0;
}
.titre{
	position:relative;
	width:598px;
	float: right;
	display:inline-block;
	text-align: center;
	font-size:80px;
	font-style: italic;
	font-weight: 700;
	color: white;
}
.menu{
	Position: relative;
	top:-40px;
	float:right;
	width: 600px;
	margin-right:100px;
}

nav.logo{
	position: relative;
	width:205px;
	height:0px;
	margin-left:220px;
	z-index: 2;
}
.logoo{
	position:relative;
	top:-35px;
	width:200px;
	display:inline-block;
}

section.bande{
	Position: relative;
	top:-5px;
	width:800px;
	height:210px;
	margin-left: 230px;
	
	background-color: rgba(0, 0, 0, 0.8);

}

.slider{
	overflow: hidden;
	height:210px;
	width:800;
}
.slider figure div{
	width: 20%;
	float: left;
}
.slider figure img{
	width:100%;
	float: left;
}
.slider figure{
	position: relative;
	width: 500%;
	margin:0;
	left:0;
	animation: 20s slidy infinite;
}
@keyframes slidy{
	0%{left:0%}
	10%{left:0%}
	12%{left:-100%}
	22%{left:-100%}
	24%{left:-200%}
	34%{left:-200%}
	36%{left:-300%}
	46%{left:-300%}
	48%{left:-400%}
	58%{left:-400%}
	60%{left:-300%}
	70%{left:-300%}
	72%{left:-200%}
	82%{left:-200%}
	84%{left:-100%}
	94%{left:-100%}
	96%{left:0%}
}

section.text{
	position:relative;
	top:-6px;
	width: 600px;
	height:400px;
	margin-left: 230px;
	padding-left:100px;
	padding-right:100px;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.8);
	color: white;
	font-style: italic;
	font-size: 20px;
	text-align:center;
	border-radius:0 0 8px 8px;
}
strong {
  font-weight:normal;
}
article{
	position:relative;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top:10px;
	Padding-bottom:10px;
	Padding-left:10px;
	Padding-right:10px;
	background-color:black;
	border-radius:20px 20px 20px 20px;
}
.texttitre{
	position:relative;
	margin-left:50px;	
	width: 500px;
	font-size:30px;
	text-decoration:underline;
}

footer{
	Position: relative;
	width:960px;
	margin-left: 160px;
	text-align:center;
	color:white;
	
}


#menu-demo2, #menu-demo2 ul{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
#menu-demo2 li{
	display:inline-block;
	position:relative;
	opacity:1;
}
#menu-demo2 ul li{
	display:inherit;
	border-radius:0;
}
#menu-demo2 ul li:hover{
	border-radius:0;
}
#menu-demo2 ul li:last-child{
	border-radius:0 0 0 0;
}
#menu-demo2 ul{
	position:absolute;
	z-index: 1000;
	max-height:0;
	left: 0;
	right: 0;
	overflow:hidden;
	-moz-transition: .8s all .3s;
	-webkit-transition: .8s all .3s;
	transition: .8s all .3s;
}
#menu-demo2 li:hover ul{
	max-height:15em;
}

#menu-demo2 li:first-child{
	background-color: rgba(0, 0, 0, 0);
	border-left: 1px solid white;
	border-right: 1px solid white;
}
#menu-demo2 li:nth-child(2){
	background-color: rgba(0, 0, 0, 0);
	border-left: 1px solid white;
	border-right: 1px solid white;
}
#menu-demo2 li:nth-child(3){
	background-color: rgba(0, 0, 0, 0);
	border-left: 1px solid white;
	border-right: 1px solid white;
}
#menu-demo2 li:last-child{
	background-color: rgba(0, 0, 0, 0);
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#menu-demo2 li:nth-child(2) li{
	background:rgba(90, 90, 90, 0.8);
	border: none;
}
#menu-demo2 li:nth-child(3) li{
	background:rgba(90, 90, 90, 0.8);
	border: none;
}
#menu-demo2 li:last-child li{
	background:rgba(90, 90, 90, 0.8);
	border: none;
}

#menu-demo2 li:first-child:hover, #menu-demo2 li:first-child li:hover{
	background:rgba(48, 48, 48, 1);
}
#menu-demo2 li:nth-child(2):hover, #menu-demo2 li:nth-child(2) li:hover{
	background:rgba(48, 48, 48, 1);
}
#menu-demo2 li:nth-child(3):hover, #menu-demo2 li:nth-child(3) li:hover{
	background:rgba(48, 48, 48, 1);
}
#menu-demo2 li:last-child:hover, #menu-demo2 li:last-child li:hover{
	background:rgba(48, 48, 48, 1);
}

#menu-demo2 a{
	text-decoration:none;
	display:block;
	padding:8px 25px;
	color:#fff;
	font-family:arial;
}
#menu-demo2 ul a{
	padding:8px 0;
}
#menu-demo2 li:hover li a{
	color:#fff;
	text-transform:inherit;
}
#menu-demo2 li:hover a, #menu-demo2 li li:hover a{
	color:#fff;
}


