body, html{
	padding: 0;
	margin : 0;
}
body{
	font-family: 'Raleway', sans-serif;
}

.plan{
	position: relative;
}
#infosmap {
	display: none;
	position: absolute;
	width: 220px;
	height: 90px;
	top: 25%;
	left: 42%;
	background-color: #D9B30D;
	opacity: 0.6;
	border-radius: 10px;
	text-shadow: 5px 4px 4px rgba(140,57,15,0.33);
}
.info {
	font-weight: bold; 
	font-size : 16px;
	margin :10px 0 0 10px;
	color: red;
}
#infosmap.show {
	display: block;
}
.banner {
	margin :0;
	padding: 0;
	position: relative;
}
.banniere img {
	width: 100%;
	max-width: 100%;
	margin : 0px auto 20px auto;
}
.inner-banner{
	position: absolute;
	top :10%;
	left: 0;
	width: 100%;
	text-align: center;
}
.inner-banner h1 {
	color: #ffffff;
	text-shadow: 2px 2px 30px #000000 ;
	
}
.inner-banner .btn-custom{
	background-color: #0275D8;
	color: #ffffff ;
	text-shadow: 2px 2px 30px #000000 ;
}
.inner-banner .btn-custom:hover{
	color: #2c3e50;
}
.separator{
	height: 3px;
	width: 5%;
	border :none;
	box-shadow: none;
	background-color: #0275D8;


}
.visite{
	width: 100%;
	margin:5px 0 20px 0;

}
/*passer la video en rwd */

.rwd-video {
            position: relative;
            padding-bottom: 56.25%; /* car pour un format 16:9, on 9/16=0,5625*/
            padding-top: 30px;
            height: 0;
            overflow: hidden;
  margin:5px 0 20px 0;
        }
        .rwd-video iframe,
        .rwd-video object,
        .rwd-video embed {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }
label{
	color: #0275D8;
	font-weight: bold;
}
.rgpd h2{
	color: #0275D8;
	text-decoration: underline;
	margin-bottom: 15px;
	margin-top: 25px;
}
.rgpd h3{
	color: #0275D8;
	text-decoration: underline;
	margin-bottom: 15px;
	margin-top: 25px;
}
.pixabay{
	width: 45%;
	float: left;
	margin-right: 22px;
	box-shadow: 2px 2px 20px #8C390F;
	border-radius: 10px;
}
.pixabay:hover{
	transform: scale(1.5,1.5);
    transition: 2.3s;
}
.coverImage{
	box-shadow: 2px 2px 20px #8C390F;
	border-radius: 10px;
}
.coverImage:hover{
	transform:rotate(5deg);
   
}
.descriptionSalle{
	min-height: 520px
}
.picture{
	width: 200px;
	height: auto;
}
.plan {
	width: 100%;
}
/* Début Google map */
.google-map{
	padding-left: 0px;
	padding-right: 0px;
}
.map-responsive{
	margin:0;
	overflow:hidden;
    padding-bottom:20%;
    position:relative;
    
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* Fin Google map*/
footer {

	height: 180px;
	margin-top:0px;
	margin-bottom: 0px;
	color: #ffffff;
}
.coordonnee{
	margin-top: 10px;
}
.academie{
	height: 70px;
	width: auto;
}
i:hover{
	color: #D9B30D;
}
.coordonnee a{
	color: #ffffff;
}
.coordonnee a:hover{
	color: #D9B30D;
	text-decoration: none;
}

@media screen and (max-width: 1100px){
	#infosmap {
		top:150px;
		left:380px;
	}
	footer{
		height: 220px;
	}
}
@media screen and (max-width: 870px){
	#infosmap {
		top:150px;
		left:260px;
	}


}
@media screen and (max-width: 740px){
	#infosmap {
		top:100px;
		left:220px;
	}

}
@media screen and (max-width: 620px){
	#infosmap {
		top:20px;
		left:20px;
	}

}
@media screen and (max-width: 550px){
	#infosmap.show {
		display: none;
			}
	.inner-banner{
		display: none;
	}
	.map-responsive{
		padding-bottom: 40%;

	}
		footer{
		height: 250px;
	}
}
.titre{
	font-size :1.1em;
	font-weight: bold;
	}