@font-face {
	font-family: "source";
	src: url(administration/css/source-sans-pro/SourceSansPro-Regular.ttf);
}

html, body {
	font-family: "source";
	font-size: 14px;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #2C2C2C;
}

a {
	text-decoration: none;
}

#conteneur {
	background: url(administration/media/photo_accueil.jpg) no-repeat center -50px;
	background-size: 90%;
}

.page {
	display: none;
	width: 90%;
	margin: 130px auto 0 auto;
}

#page_accueil {
	display: block;
}

#rideau {
	display: none;
	position: fixed;
	top:0; right:0; bottom:0; left:0;
	background-color: black;
	background: #000;
	opacity: .60;
	-ms-filter: "alpha(opacity=60)";
	filter: alpha(opacity=60);
	-khtml-opacity: .60;
	-moz-opacity: .60;
	z-index: 1000;
}

#marqueur_sauvegarde {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 200px;
	height: 100px;
	background: white;
	border: 1px solid black;
	border-radius: 5px;
	text-align: center;
	color: #E52885;
	font-weight: bold;
	box-shadow: 0px 0px 10px 0px #656565;
	z-index: 1001;
}

#marqueur_sauvegarde i {
	font-size: 30px;
	color: #E52885;
}

/************************************************************/
/** menu
/************************************************************/

#menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 90%;
	margin: auto;
	height: 55px;
	line-height: 55px;
	color: white;
	background: #4A3C3C;
	z-index: 10;
}

#logo_pal {
	position: absolute;
	top: 15px;
	left: 20px;
	width: 160px;
	height: 50px;
}

#logo_pal img {
	width: 80%;
}

#titre {
	margin-left: 200px;
	font-size: 20px;
}

#bouton_accueil {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	background: #E52885;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	user-select: none;
	font-weight: bold;
}

#bouton_accueil i {
	margin-right: 20px;
	font-size: 30px;
	vertical-align: middle;
}

#bouton_mon_compte {
	position: absolute;
	top: 0;
	right: 202px;
	width: 200px;
	background: #E52885;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	user-select: none;
	font-weight: bold;
}

#bouton_mon_compte i {
	margin-right: 20px;
	font-size: 30px;
	vertical-align: middle;
}

#bouton_accueil:hover, #bouton_mon_compte:hover {
	background: #D01973;
}

/************************************************************/
/** page_accueil
/************************************************************/

#bloc_rubrique {
	background: #F5F5F5;
	border-top: 4px solid #E6E6E6;
	text-align: center;
	padding-bottom: 30px;
}

.rubrique {
	width: 45%;
	display: inline-block;
	position: relative;
}

.rubrique:first-child {
	margin-right: 30px;
}

.rubrique h1 {
	letter-spacing: 1.5px;
	font-size: 35px;
	text-align: left;
}

.vignette {
	width: 100%;
	margin: auto;
}

.vignette img {
	width: 100%;
}

.legende {
	display: inline-block;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	text-align: left;
	width: 100%;
}

.bouton {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: #71B419;
	color: white;
	width: 150px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	user-select: none;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}

.bouton:hover {
	background: #5D9515;
}

@media all and (max-width: 1024px) {

	#logo_pal { width: 100px; }

	#titre { display: none; }

	.rubrique {
		display: block;
		width: 90%;
		margin: 0 auto 100px auto;
	}

}

@media all and (max-width: 600px) {

	#menu .fa { display: none; }

	#bouton_accueil {
		width: 100px;
		font-size: 10px;
	}

	#bouton_mon_compte {
		width: 100px;
		font-size: 10px;
		right: 102px;
	}

}

@media all and (max-width: 460px) {

	.bouton {
		left: 0px;
		bottom: -50px;
	}

}

@media all and (max-width: 340px) {

	#logo_pal { display: none; }

}

/************************************************************/
/** criteres de recherche
/************************************************************/

.bloc_critere {
	display: inline-block;
	width: calc(60% - 2px);
	vertical-align: top;
	padding-bottom: 50px;
	border-right: 2px solid #FAFAFA;
}

.bloc_resultat {
	display: inline-block;
	width: 40%;
	vertical-align: top;
	border-radius: 5px;
	min-height: 200px;
}

#lien_atelier {
	font-weight: bold;
	margin: 10px 0;
}

#lien_atelier i {
	margin-right: 10px;
}

#lien_atelier a {
	color: #5D9515;
}

fieldset {
	width: 90%;
	padding: 10px;
	border: 0;
	border-radius: 5px;
	margin-top: 20px;
	background: #EEEEEE;
}

legend {
	font-weight: bold;
	color: #E52885;
	font-size: 20px;
}

.bloc_choix {
	padding: 5px;
	user-select: none;
}

.etiquette {
	display: inline-block;
	width: 100px;
}

.champ_select_cycle {
	margin-right: 5px;
}

.champ_niveau {
	width: 150px;
	margin-right: 5px;
}

.champ_nombre_eleve {
	width: 80px;
}

.bouton_supprimer_classe {
	display: inline-block;
	color: #E52885;
	cursor: pointer;
	user-select: none;
	margin-left: 50px;
}

.liste_atelier {
	border: 1px solid #BDBDBD;
	padding: 10px;
	border-radius: 3px;
	margin: 5px auto 20px auto;
	height: 100px;
	overflow: auto;
}

.liste_atelier h4 {
	margin: 0;
	padding: 0;
}

#bouton_ajouter_classe {
	background: #E52885;
	color: white;
	width: 150px;
	padding: 5px;
	text-align: center;
	cursor: pointer;
	user-select: none;
}

#bouton_ajouter_classe:hover {
	background: #D01973;
}

#bouton_ajouter_classe i {
	margin-right: 10px;
}

.bouton_rechercher {
	background: #71B419;
	color: white;
	width: 200px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	user-select: none;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}

.bouton_rechercher:last-child {
	margin-top: 20px;
}

.bouton_rechercher:hover {
	background: #5D9515;
}

@media all and (max-width: 600px) {

	.bloc_critere {
		display: block;
		width: 100%;
	}

}

/************************************************************/
/** resultats de recherche
/************************************************************/

.resultat {
	padding-left: 20px;
	margin-top: -80px;
}

#nombre_resultat {
	font-weight: bold;
	color: #71B419;
	font-size: 20px;
}

#info_contact {
	display: none;
	margin: 20px 0 20px 0;
}

#info_classement {
	margin: 20px 0 20px 0;
	background: #695E5E;
	color: white;
	padding: 10px;
	border-radius: 5px;
	letter-spacing: 0.5px;
}

#info_classement i {
	font-size: 30px;
	margin: 0 10px 10px 0;
}

.proposition {
	background: #F5F5F5;
	padding: 5px;
	user-select: none;
	position: relative;
	cursor: pointer;
	margin-bottom: 5px;
}

.proposition .date {
	font-weight: bold;
	color: #E52885;
}

.proposition .jour {
	font-weight: normal;
	color: #A3A3A3;
	margin-left: 10px;
}

.bouton_proposition_supprimer {
	position: absolute;
	top: 7px;
	right: 5px;
	cursor: pointer;
}

/************************************************************/
/** popup_detail
/************************************************************/

.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 80%;
	max-width: 800px;
	height: 400px;
	background: white;
	border: 1px solid black;
	border-radius: 5px;
	text-align: center;
	color: #E52885;
	font-weight: bold;
	box-shadow: 0px 0px 10px 0px #656565;
	z-index: 1001;
}

.bouton_fermer_popup {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 30px;
	color: #E52885;
	cursor: pointer;
	user-select: none;
}

#detail_corps {
	text-align: center;
	width: 80%;
	height: 300px;
	overflow: auto;
	margin: 20px auto 0 auto;
	font-size: 18px;
}

#date_visite {
	font-size: 20px;
	font-weight: bold;
}

.info_confirmation {
	color: black;
	font-weight: normal;
	width: 70%;
	margin: 40px auto 0 auto;
	text-align: justify;
}

#bouton_reserver {
	background: #71B419;
	color: white;
	width: 200px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	user-select: none;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	margin: 20px auto 0 auto;
}

#bouton_reserver:hover {
	background: #5D9515;
}

/************************************************************/
/** popup_authentification
/************************************************************/

#popup_authentification {
	display: none;
}

#popup_authentification .bloc_champ {
	text-align: left;
	width: 80%;
	margin: 10px auto;
	color: #4A3C3C;
}

#popup_authentification .etiquette {
	display: inline-block;
	width: 25%;
	text-align: left;
	color: #4A3C3C;
	font-weight: normal;
	text-align: right;
	margin-right: 20px;
}

#popup_authentification .champ {
	padding: 5px;
	border-radius: 3px;
	width: 45%;
	border: 1px solid #4A3C3C;
}

#bouton_valider_email {
	display: inline-block;
	background: #71B419;
	color: white;
	width: 50px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	user-select: none;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	margin-left: 20px;
}

#bouton_valider_email:hover {
	background: #5D9515;
}

#bouton_valider_authentification {
	display: inline-block;
	background: #71B419;
	color: white;
	width: 50px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	user-select: none;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	margin-left: 20px;
}

#bouton_valider_authentification:hover {
	background: #5D9515;
}

#bouton_valider_inscription {
	display: inline-block;
	background: #71B419;
	color: white;
	width: 50px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	user-select: none;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	margin-left: 20px;
}

#bouton_valider_inscription:hover {
	background: #5D9515;
}

#bouton_reinitialiser_mdp {
	display: inline-block;
	color: #71B419;
	cursor: pointer;
	user-select: none;
	margin-right: 20px;
}

#bloc_connexion {
	display: none;
}

#bloc_inscription {
	display: none;
}

#explication_reinitialiser_mdp {
	display: none;
	margin: 40px auto;
	color: black;
	width: 70%;
	font-weight: normal;
	text-align: center;
}

#bouton_nouveau_mdp {
	display: block;
	margin: 20px auto;
}

@media all and (max-width: 700px) {

	#popup_authentification .etiquette {
		display: none;
	}

}