/* Couleurs

jaune : #e6ca5b
orange : #e18b40
vert clair : #91c95a
vert moyen : #218b79
vert foncé : #087a77
gris clair 1 : #c9d1d4;
gris clair : #F6F6F6
gris bleu ; #f6f9f9
gris bleu + foncé : #b0bec3
gris foncé : #5a6566
gris + foncé : #444444

*/

* { 
	margin:0;
	padding:0;
	font-family: 'futura std';}

body {
	width: 80%;
	margin:auto;
}

/* TITRE */

.titre {
	text-transform: uppercase;
	letter-spacing: 1.5px;
	border-bottom: solid 1px #5a6566;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #444444;
	font-weight: bold;
}

/* FIN TITRE */

/* BOUTONS */

.btn a { 
	display: block;
	height: 40px;
	width: 220px;
	color: #ffffff;
	text-decoration: none;
	line-height: 40px;
	background-color: #087a77;
	font-size: 16px;
	font-weight: bold;
	transition: 0.3s;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.5px;}

.btn a:hover {
	background-color: #218b79;
}

/* FIN BOUTONS */


/* HEADER */

header {
	overflow: hidden;
	padding-top: 40px !important;
	padding-bottom: 40px;
}

.pictos_header {
	float: right;
	width: 190px;
}

.presentation {
	float: left;
	width: 230px;
	text-align: right;
	margin-left: 30%;
	margin-top: 40px;
	border-right: solid 1px #087a77;
	padding-right: 20px;
}

.bloc_btn_accueil {
	float: left;
	float: right;
}

.btn_contact_accueil {
	float: right;
}

.nom {
	font-size: 30px;
	color: #444444;
	margin-bottom: 10px;
}

.activite {
	font-size: 25px;
	color: #c9d1d4;
	margin-bottom: 20px;
}


.pictos_header {
	overflow: hidden;
}

.picto_header {
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	text-align: center;
	line-height: 30px;
	margin-right: 10px;
	color: #FFFFFF;
}

.picto_header_sorties {
	margin-right: 0px;
}

header .picto_header_lecture {
	background-color: #e18b40;
}

header .picto_header_jeux {
	background-color: #e6ca5b;
}

header .picto_header_musique {
	background-color: #91c95a;
}

header .picto_header_administrative {
	background-color: #218b79;
}

header .picto_header_sorties {
	background-color: #087a77;
}

/* FIN HEADER */

/* CONTENEUT PAGE */

.conteneur_page {
	width: 70%;
	float: left;
	background-color: ;
	overflow: hidden;
}


/* FIN CONTENEUR PAGE */

/* MENU */

nav {
	width: 30%;
	float: left;
	background-color: ;
	position: fixed;
	margin-left: 63%;
	margin-top: 0px;
	font-size: 15px;
	letter-spacing: 1.5px;
}

nav ul {
	list-style: none;
}

nav ul li a {
	color: #b0bec3;
	text-transform: uppercase;
	border-bottom: solid 1px #b0bec3;
	text-decoration: none;
	font-weight: ;
	display: block;
	height: 50px;
	line-height: 50px;
	width: 250px;
	transition: 0.3s;
}

nav ul li a:hover {
	color: #087a77;
	border-bottom: solid 1px #087a77;
	padding-left: 20px;
	width: 230px;
}

nav ul li a i { width: 40px;
	font-size: 17px !important; }

.marge { margin-top:  !important; }

/* FIN MENU */

/* BLOCS ACTIVITÉS */


.conteneur_blocs_activite {
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
} 

.bloc_activite {
background-color: ;
width: 200px;
height: 200px;
float: left;
text-align: center;
margin-right: 15px;
margin-top: 15px;
background-image: url(../img/agenda.jpg);
background-size: auto 130%;
background-repeat: no-repeat;
background-position: center;
}

.bloc_activite a {
	color: #444444;
	text-decoration: none;
	display: block;
	width: 200px;
	height: 140px;
	transition: 0.5s;
	padding-top: 60px;
	line-height: 20px;
}

.bloc_activite a:hover {
	background-color: ;
	color: #ffffff;
	padding-top: 20px;
	height: 180px;
	font-size: 18px;
	line-height: 20px;
}


.lecture a:hover {
	background-color: #e18b40;
}

.musique .activite_esp {
	padding-top: 40px !important;}

.jeux .activite_esp {
	padding-top: 15px !important;}

.jeux a:hover {
	background-color: #e6ca5b;
}

.musique a:hover {
	background-color: #91c95a;
}

.administrative a:hover {
	background-color: #218b79;
}

.sorties a:hover {
	background-color: #087a77;
}

.bloc_activite a:hover .picto_activite {
	color: rgba(255,255,255,0);
	transition-duration: 0.1s !important; 
}

.bloc_activite a:hover .titre_activite { 
	display: block;
	position: relative;
	transition-duration: 0s !important;
}

.bloc_activite a:hover .activite_esp { 
	color: #ffffff;
	transition-duration: 0.3s !important;
}

.activite_esp {
	text-transform: ;
	padding-top: 30px;
	font-size: 18px;
	color: rgba(255,255,255,0);}

.picto_activite {
	color: #087a77;
	font-size: 30px;
	margin-bottom: 10px;
}

.titre_activite {
	width: 165px;
	margin:auto;
}

.titre_jeux {
	width: 190px !important;
}


/* FIN BLOC ACTIVITÉS */

/* DESCRIPTION ACTIVITÉ */

.bloc_description_acitivite {
	margin-top: 40px;
	background-color: #f6f9f9;
	padding: 20px;
	font-size: 16px;
	line-height: 20px;
	color: #5a6566;
	text-align: justify;
}

/* FIN DESCRIPTION ACTIVITÉ */

/* DESCRIPTIONS SERVICES */

.conteneur_tous_les_services {
	margin-top: 40px;
	background-color: #f6f9f9;
	padding: 20px;
	font-size: 16px;
	line-height: 20px;
	color: #5a6566;
	text-align: justify;
}

.service {
	margin-top: 25px;
}

.titre_service {
	color: #444444;
	font-weight: bold;
	margin-bottom: 20px;
}

.titre_service i {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	text-align: center;
	line-height: 30px;
	margin-right: 10px;
	color: #FFFFFF;}

.titre_service .fa-book {
	background-color: #e18b40;
}

.titre_service .fa-puzzle-piece {
	background-color: #e6ca5b;
}

.titre_service .fa-music {
	background-color: #91c95a;
}

.titre_service .fa-envelope-o {
	background-color: #218b79;
}

.titre_service .fa-tree {
	background-color: #087a77;
}

.texte_service {
}


/* FIN DESCRIPTION SERVICE */

/* BOUTON CONTACT SERVICE */

.conteneur_contact_services p{
	margin-top: 40px;
	margin-bottom: 40px;
	font-weight: bold;
	color: #444444;
}

.conteneur_contact_services {}

/* FIN BOUTON CONTACT SERVICE */

/* TARIFS & INFORMATIONS */

.conteneur_informations_supplémentaires {
	background-color: #f6f9f9;
	padding: 20px;
	font-size: 16px;
	line-height: 20px;
	color: #5a6566;
	text-align: justify;
	margin-top: 40px;
}

.bloc_informations {
	margin-top: 20px;
	color: #5a6566;

}

.titre_bloc_informations {
	padding-top: 20px;
}

.information_1 {
	margin-top: 0px !important;
}

.information {
	margin-top: 20px;
}

.prix {
	margin-top: 40px !important;
	width: 200px;
	height: 40px;
	background-color: #91c95a;
	margin:auto;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	font-weight:;
	font-size: 20px;
}


/* FIN TARIFS & INFORMATIONS */


/* CONTACT */

.conteneur_contact {
margin-top: 40px;
margin-bottom: 40px;
background-color: #f6f9f9;
	padding: 20px;
	font-size: 16px;
	line-height: 20px;
	color: #5a6566;
	text-align: ;}

.bloc_contact {
	text-align: center;
	padding: 20px;
	color: #087a77;
	font-weight: bold;

}

.mail, .tel, .adresse {
	margin-top: 15px;
}

.picto_bloc_contact { 
color: #087a77;
font-size: 30px; }

.bloc_btn_mail {
margin-bottom: 50px;
}

.conteneur_informations_supplémentaires i {
	color: #087a77;
}

/* FIN CONTACT */

/* =========================
   ---  RESPONSIVE  ---
   ========================= */

.menu-toggle {
	display: none;
	position: fixed;
	top: 15px;
	right: 20px;
	background: none;
	border: none;
	font-size: 28px;
	color: #087a77;
	z-index: 2000;
	cursor: pointer;
}

.main-nav {
	transition: all 0.3s ease;
}

/* Mode mobile */
@media screen and (max-width: 900px) {
	body {
		width: 95%;
	}

	header {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.nom{
		text-align: center;
	}

	.presentation {
		float: none;
		width: auto;
		margin: 0;
		border: none;
		padding-right: 0px;
	}

	.conteneur_blocs_activite{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.bloc_activite{
		width: 150px;
		height: 150px;
	}

	.bloc_activite a{
		width: 150px;
		height: 150px;
		padding-top: 0px;
	}



	.picto_activite{
		padding-top: 30px;
	}

	.bloc_activite a:hover .picto_activite {
		padding-top: 0px;
	}

	.bloc_btn_detail{
		display: flex;
		justify-content: center;
	}

	.titre_activite{
		width: 150px;
	}

	.titre_jeux {
		width: 140px !important;
	}

	.bloc_activite a:hover {
	background-color: ;
	color: #ffffff;
	padding-top: 0px;
	width: 150px;
	height: 150px;
	font-size: 18px;
	line-height: 20px;
}

	.activite_esp{
		width: 150px;
		height: 150px;
	}

	.pictos_header {
		float: none;
		margin: 20px auto;
		display: flex;
		justify-content: center;
	}

	.bloc_btn_accueil {
		float: none;
		margin-top: 20px;
		text-align: center;
	}

	.btn_contact_accueil {
		float: none;
		margin: 0 auto;
	}

	/* Menu mobile */
	.menu-toggle {
		display: block;
	}

	.main-nav {
		position: fixed;
		top: 0;
		right: -100%;
		width: 200px;
		height: 100%;
		background-color: #087a77;
		padding-top: 60px;
		z-index: 1500;
		text-align: left;
	}

	.main-nav.open {
		right: 0;
	}

	.main-nav ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.main-nav li a {
		display: block;
		color: #fff;
		text-decoration: none;
		padding: 15px 20px;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}

	.main-nav li a:hover {
		background: rgba(255,255,255,0.1);
		padding-left: 25px;
	}

	/* Contenu principal en pleine largeur */
	.conteneur_page {
		width: 100%;
		float: none;
	}

	nav {
		width: auto;
		position: static;
		margin: 0;
	}

	/* Ajustement boutons */
	.btn a {
		width: 180px;
		font-size: 14px;
	}

	.bloc_btn_detail,
	.bloc_btn_mail,
	.conteneur_contact_services {
		text-align: center;
	}

	.prix {
		width: 150px;
	}
}










