body{
	margin:0px;
	padding:0px;
}
.bienvenue{
	text-align: center;
}
#header{ 
	width: 100%;
	height: 450px;
	border-bottom: 1px solid black;
	padding-bottom: 3px;
}
#section{
	width: 100%;
	height: 1000px;
}
.logo_dsf{ 
	width: 140px;
	height: 140px;
	border: 1px solid rgb(100, 100, 100);
	border-radius: 0px 80px 0px 80px;
	margin-top: 5px;
	margin-left: 5px;
}
.dsf{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	color: white;
	font-size: 34px;
	font-family: arial;
	top: 0px;
	left: 2px;
	background-color: none;
}
.dsf_2{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 1165px;
	color: white;
	font-size: 80px;
	font-family: arial;
	font-weight: bold;
	top: 150px;
	left: 220px;
	text-align: center;
	border-bottom: 5px solid white;
	background-color: none;
}
.dsf_3{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	color: white;
	font-size: 50px;
	font-family: arial;
	top: 250px;
	text-align: center;
	background-color: none;
}
#nom{
	position: absolute;
	color: white;
	font-size: 75px;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	left: 80px;
	top: 280px;
	margin: 0;
}
#theme{
	position: absolute;
	color: white;
	font-size: 50px;
	font-family: arial;
	left: 220px;
	top: 180px;
	margin: 0;
	text-align: center;
}

.banier_img{
	width: 100%;
	height: 100%;
}
#colone1{
	margin-top: 0px;
	padding-top: 80px;
	border-radius: 0px;
	width: 20%;
	height: 1063px;
	word-wrap: break-word;
	overflow: hidden;
	box-shadow: 0px 0px 10px black;
}
.programme{
	margin-top: -70px;
}
.zones > li{
	list-style-type: none;
}
.programme > li {
	list-style-type: none;
	padding: 0;
	margin-bottom: 10px;
}
.drapeau_localisation{
	width: 	35px;
	height: 20px;
	border-radius: 2px;
}
.img_localisation{
	width: 15px;
	height: 15px;
}
#colone2{
	width: 50%;
	height: 1200px;
	margin-left: 20.5%;
	margin-top: -1325px;
	overflow: auto;
	border-bottom: 1px solid rgb(150, 150, 150);
}


#colone3{
	margin-left: 72.3%; 
	width: 27.5%;
	height: 1220px;
	margin-top: -1115px;
	padding-top: 5px;
	word-wrap: break-word;
	overflow: hidden;
}
	#connexion{
		margin-top: 30px;
		width: 100%;
	}
	#connexion > ul{
		width: 100%;
		margin-left: -50px;
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 0;
	}
	#connexion > ul > li{
		float: left;
		background-color: rgba(237, 28, 36, 0.5);
		width: 48%;
		list-style-type: none;
		margin-left: 6px;
		text-align: center;
		margin-top: 10px;
		border-radius: 2px;

	}
	#connexion > ul > li > a{
		color: white;
		width: 100%;
		text-decoration: none;
	}
	#connexion > ul > li:hover{
		background-color: red;
		font-weight: bold;
	}
	.point_interrogation{
		width: 35px;
		height: 35px;
		background-color: black;
		color: white;
		font-size: 1.5em;
		border-radius: 360px;
		text-align: center;
		margin-top: -28px;
		font-weight: bold;
	}
	.astuce{
		color: red;
		text-align: right;
		padding-right: 5px;
		font-weight: bold;
		width: 50%;
		margin-left: 20px;
		border-bottom: 1px solid black;
	}
	.contenu_astuce{
		padding: 5px;
		color: rgb(100, 100, 100);
		text-align: center;
		height: 150px;
		margin: 0px;
	}
	
	.degrade{
		height: 20px;
		box-shadow: 5px -100px 120px black;
	}
	.communiques{
		margin-top: 300px;
		font-weight: bold;
		font-size: 20px;
	}
	.fait_titre{
		background-color: black;
		color: white;
		padding: 0px 5px 5px 5px;
		margin: 0px;
		height: 35px;
		border-radius: 2px;
	}
	.fait_img{
		width: 60%;
		height: 120px;
		float: right;
	}
	#fait{
		height: 160px;
	}
	#fais{
		height: calc(160px * 5);
		animation: monter 80s infinite;
	}
	#fais_du_jour{
		margin-top: 10px;
		height: calc(160px * 1);
		overflow: hidden;
		border: 1px solid rgb(220, 220, 220);
		border-radius: 2px;
		padding: 0px;
	}

		@keyframes monter{
			100%{
				transform: translateY(0);
			}
			5%{
				transform: translateY(0);
			}
			
			10%{
				transform: translateY(-160px);
			}
			15%{
				transform: translateY(-160px);
			}
			
			20%{
				transform: translateY(-320px);
			}
			25%{
				transform: translateY(-320px);
			}
			30%{
				transform: translateY(-480px);
			}
			35%{
				transform: translateY(-480px);
			}
			
			40%{
				transform: translateY(-640px);
			}
			45%{
				transform: translateY(-640px);
			}
			50%{
				transform: translateY(-640px);
			}
			55%{
				transform: translateY(-640px);
			}
			60%{
				transform: translateY(-640px);
			}
			65%{
				transform: translateY(-640px);
			}
			70%{
				transform: translateY(-480px);
			}
			75%{
				transform: translateY(-480px);
			}
			80%{
				transform: translateY(-320px);
			}
			85%{
				transform: translateY(-320px);
			}
			90%{
				transform: translateY(-160px);
			}
			95%{
				transform: translateY(-160px);
			}
			
		}



#footer{
	width: 98%;
	height: 200px;
	;margin-top: 280px;
}








@media screen and (max-width:425px){
    body{
        margin: 0;
        padding: 0;
    }
    #section{
        height: auto;
        margin: 0;
        padding: 0;
		width: 100%;
    }
	.head_mob{
		position: fixed;
	}
	#header{
		height: auto;
		padding-bottom: 0px;
		margin-bottom: 0;
	}
	.banier_img{
		width: 100%;
		height: 150px;
	}
	.logo_dsf{ 
		width: 20px;
		height: 20px;
		border-radius: 0px 5px 0px 5px;
	}
	.dsf{
		font-size: 13px;
	}
	.dsf_2{
		width: 85%;
		font-size: 20px;
		top: 60px;
		left: 7.5%;
	}
	.dsf_3{
		font-size: 20px;
		top: 90px;
	}
	.menu_entete{
		margin-top: -4px;
	}
	
	#colone1{
		display: none;
	}
	#colone2{
		width: 100%;
		height: auto;
		margin-left: 0px;
		margin-top: 0px;
		overflow: hidden;
		padding: 5px;
		font-size: 13px;
	}
	h3{
        font-size: 13px;
        padding: 5px;
    }
    li{
        list-style: none;
    }
    p{
		text-align: justify;
    }
	#colone2 > ul{
		margin: 0;
		padding: 0;
		font-size: 13px;
	}


	#colone3{
		margin-left: 0px; 
		width: 100%;
		height: auto;
		margin-top: 0px;
		padding-top: 0px;
	}
	#connexion{
		margin: 0;
	}
	#connexion > ul > li{
		width: 40%;
		margin-left: 30px;
	}
	#connexion > ul > li > a{
		font-size: 13px;
	}
	.point_interrogation{
		width: 25px;
		height: 25px;
		font-size: 18px;
		margin-top: -23px;
	}
	#astuces{
		margin-top: 200px;
	}
	.astuce{
		font-size: 10px;
		height: 23px;
	}
	.contenu_astuce{
		font-size: 12px;
		height: 110px;
	}
	.communiques{
		margin-top: 70px;
		padding: 0;
		font-size: 15px;
	}
	#fais_du_jour{
		margin-top: 0px;
		position: relative;
		z-index: -1;
	}
	#fais{
		margin-top: 0px;
	}
	#fait{
		margin-top: 0px;
	}
	.fait_titre{
		font-size: 13px;
	}

	#footer{
		margin: 0;
	}
}
