/*

html { width: 100%; height: 100%; padding: 0; margin: 0; }
body { width: 100%; height: 100%; padding: 0; margin: 0 auto; font-size : 14px; font-family: 'Dosis', sans-serif; }

#header { width: 100%; margin: 0 auto; }
#footer { width: 100%; margin: 0 auto; }
#page { width: 100%; margin: 0 auto; }
#central { width: 96%; margin: 0 auto; padding: 10px 2%; }

h1 { font-size: 27px; color: #000; }
h2 { font-size: 18px; color: #333; }
p { font-size: 14px; color: #000; }

form { width: 100%; }
form input { width: 96%; margin: 10px auto 5px auto; }
form textarea { width: 100%; margin: 10px auto 5px auto; height: 250px; }
form input[type=submit] { width: 96%; margin: 10px auto; text-align: center; }

	.m1 { background: rgba(58, 170, 53, 1); } Vert
	.m2 { background: rgba(104, 60, 17, 1); } Marron
	.m3 { background: rgba(2, 63, 134, 1); }  Bleu


*/

#header { width: 100%; margin: 0px auto; display: block; overflow: hidden; min-height: 200px; clear: both; border-bottom: 1px solid #000; background-image: url(../Zimg/ph02.jpg); background-size: cover; background-position: center; background-repeat: no-repeat;}
#footer { width: 100%; margin: 0 auto; background: #000; height: 40px; display: block; margin-top: 50px; clear: both; position: relative; }
#page { width: 100%; margin: 0px auto; padding: 0px; overflow: hidden; }
#central { display: block; width: 1024px; margin: 0 auto; padding: 0px 20px 60px 20px; overflow: hidden; }
#container { display: block; max-width: 1024px; min-height: 100px; margin: 20px auto; clear: both; }

#head_logo { display: block; padding: 10px 50px 10px 20px; max-width: 250px; height: 180px; border-top-right-radius: 125px; border-bottom-right-radius: 125px; background: rgba(255, 255, 255, .8); }
#head_logo img { width: 95%; }
#head_photo { display: block; width: calc(100% - 310px); float: right; min-height: 200px; background-image: url(../Zimg/ph01.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; }
#head_titraille { display: block; padding: 10px 20px 10px 20px; width: 280px; height: 180px; border-top-left-radius: 125px; border-bottom-left-radius: 125px; position: absolute; top: 0px; right: 0px; text-align: right; }
	#head_titraille h1 { font-size: 30px; margin: 20px 0px 0px 0px; text-align: right; padding: 0; color: rgba(255, 255, 255, .5); }
	#head_titraille h2 { font-size: 40px; font-family: 'Qwigley', cursive; margin: -5px 0px 5px 0px; padding: 0px; color: #fff; text-align: right; }
	#head_titraille h3 { font-size: 21px; margin-bottom: 5px; margin-top: 15px; font-weight: normal; text-align: right; padding: 0; }
	#head_titraille h4 { font-size: 18px; margin-bottom: 0px; margin-top: 5px; font-weight: normal; text-align: right; padding: 0; color: #fff; }
	.m1 { background: rgba(130, 188, 72, 1); }
	.m2 { background: rgba(119, 31, 47, 1); }
	.m3 { background: rgba(20, 76, 129, 1); }
	
#footer img { display: block; width: 70px; position: absolute; bottom: 10px; right: 10px; z-index: 10; }
#footer p { color: #fff; padding: 10px; }

#balise_menu_small { display: none; }

#balise_menu_large { display: block; width: 100%; min-height: 30px; text-align: center; margin: 0px auto; }
	#menu_principal { display: block; min-height: 25px; width: 100%; background: #fff; border-bottom: 1px solid #000; }
	.menu1 { display: inline-block; padding: 5px 12px; color: #000; text-align: center; text-decoration: none; cursor: pointer; min-height: 10px; }
	.menu1 h1 { font-size: 16px; margin: 0px; padding: 0px; }
	.menu1 img { height: 15px; }
	.bloc_menu { max-width: 984px; min-height: 50px; overflow: hidden; display: none; padding: 0px 20px; border-bottom: 1px solid #000; margin: 0px auto; box-shadow: 10px 10px 25px rgba(0, 0, 0, .75); }
	.bloc_menu input[type=text] { width: calc(100% - 79px); height: 20px; display: block; padding: 5px 10px; background: #fff; border: 1px solid #000; float: left; font-size: 18px; margin-top: 8px; }
	.bloc_menu input[type=image] { width: 24px; height: 22px; padding: 5px 8px 5px 5px; display: block; background: #000; float: right; margin-top: 8px; margin-right: 20px; border-top-right-radius: 15px; border-bottom-right-radius: 15px; }
	.bloc_menu_col { width: calc((100% / 4) - 25px); padding: 5px 10px; display: block; float: left; border-left: 1px solid #000; text-align: left; }
	.bloc_menu_col h2, .bloc_menu_col h2 a { margin: 10px 0px 0px 0px; padding: 5px 0px 0px 0px; color: #c00000; font-size: 18px; }
	.bloc_menu_col a { text-decoration: none; color: #000; width: 100%; display: block; padding: 2px 0px; }
	#m0:hover, #m4:hover { background: rgba(130, 188, 72, 1); }
	#m1:hover { background: rgba(130, 188, 72, 1); }
	#m2:hover { background: rgba(119, 31, 47, 1); }
	#m3:hover { background: rgba(20, 76, 129, 1); }
	#m1:hover h1 { color: #fff; }
	#m2:hover h1 { color: #fff; }
	#m3:hover h1 { color: #fff; }
	#sm1 { background: #fff; /*rgba(130, 188, 72, 1);*/ }
	#sm2 { background: #fff; /*rgba(119, 31, 47, 1);*/ }
	#sm3 { background: #fff; /*rgba(20, 76, 129, 1);*/ }
	#sm4 { background: rgba(20, 76, 129, 1); }

.titraille { display: block; width: 100%; text-align: center; margin-bottom: 0px; }
.titraille h1 { font-size: 45px; }
.titraille h2 { font-size: 100px; font-family: 'Qwigley', cursive; margin-bottom: 35px; margin-top: -5px; color: rgba(130, 188, 72, 1); }

#actu { display: block; max-width: 1366px; height: 620px; margin: 30px auto; padding: 0px; overflow: hidden; clear: both; }
	.bloc_actu { display: inline-block; text-decoration: none; height: 473px; width: calc((100% / 3) - 63px); padding: 0px; border-top: 10px solid #fff; border-bottom: 10px solid #fff; border-left: 30px solid #fff; border-right: 30px solid #fff; margin: 0px; overflow: hidden; position: relative; }
	.lire { display: none; position: absolute; top: 220px; left: 0px; width: 100%; background: orange; color: #fff; padding: 0px 15px; font-size: 30px; text-align: center; z-index: 10; }
	.bloc_actu:hover .lire { display: block; }
	.bloc_actu_img { display: block; height: 300px; margin-bottom: 15px; width: 100%; overflow: hidden; }
	.bloc_actu_img img { height: 100%; }
	.bloc_actu:hover .bloc_actu_img img {
		animation-duration: 1s;
		animation-name: diapo;
		animation-fill-mode: forwards;
	}
	@keyframes diapo {
		0% { height: 300px; }
		100% { margin-left: -50px; margin-top: -50px; height: 400px; }
	}
	.bloc_actu h1 { font-size: 25px; margin-top: 10px; }
	.bloc_actu h2 { font-size: 16px; }
	.bloc_actu h3 { font-size: 14px; font-weight: normal; }
	
	#diapo_compteur {display: block; width: 100%; margin: 20px auto; overflow: hidden; text-align: center; }
	.compteur_diapo_point { display: inline-block; width: 8px; height: 8px; border-radius: 4px; margin: 3px; background: #ccc; }
	
#info { display: block; max-width: 1366px; min-height: 100px; margin: 20px auto; padding: 0px; overflow: hidden; }
	#info .bloc_info { display: inline-block; text-decoration: none; height: 473px; width: calc((100% / 3) - 63px); padding: 0px; border-top: 10px solid #fff; border-bottom: 10px solid #fff; border-left: 30px solid #fff; border-right: 30px solid #fff; margin: 0px; overflow: hidden; position: relative; }
	.bloc_info h1 { font-size: 25px; text-align: center; width: 100%; background-image: url(../Zimg/h1_fin_4.png); background-size: contain; background-position: right; background-repeat: no-repeat; background-color: rgba(184, 24, 103, 1); color: #fff; padding: 8px 0px; margin-bottom: 15px; }
	.agenda { display: block; width: 100%; min-height: 20px; clear: both; padding: 0px; margin-bottom: 10px; overflow: hidden; }
	.agenda_date { width: 30%; float: left; color: rgba(20, 76, 129, 1); font-size: 14px; text-align: left; }
	.agenda_texte { width: 65%; float: right; color: #000; font-size: 14px; text-align: left; }
	.bloc_info p { text-align: left; border-bottom: 1px solid #000; padding: 0px 0px 10px 0px; }
	.clic_bulle_g { display: block; width: calc(100% - 10px); padding: 5px; height: 36px; border-radius: 23px; margin-left: 0; clear: both; margin-bottom: 15px; }
	.clic_bulle_img_g { width: 36px; height: 36px; border-radius: 18px; margin-right: 10px; float: left; background: #fff; }
	.clic_bulle_g h2 { font-size: 16px; color: #000; float: left; line-height: 36px; }
	.clic_bulle_d { display: block; width: calc(100% - 10px); padding: 5px; height: 36px; border-radius: 23px; margin-left: 0; clear: both; margin-bottom: 15px; }
	.clic_bulle_img_d { width: 36px; height: 36px; border-radius: 18px; margin-left: 10px; float: right; background: #fff; }
	.clic_bulle_d h2 { font-size: 16px; color: #000; float: right; line-height: 36px; }
	
	.bloc_info input[type="text"] { text-align: left; padding: 3px; font-size: 16px; color: #000; width: 96%; }
	.bloc_info textarea { text-align: left; padding: 3px; font-size: 16px; color: #000; width: 96%; height: 250px; font-family: 'Ubuntu', sans-serif; }
	.bloc_info input[type="submit"] { text-align: center; padding: 3px; font-size: 16px; color: #000; width: 100%; cursor: pointer; border-radius: 10px; }
	.bloc_info input[type="submit"]:hover { background: rgba(20, 76, 129, 1); color: #fff; }
	
#mairie { display: block; max-width: 1366px; min-height: 100px; margin: 20px auto; padding: 0px; overflow: hidden; background: rgba(20, 76, 129, 1); }
	#mairie h1 { color: #fff; padding: 10px; }
	.mairie_col1 { display: block; margin-left: 10px; padding: 10px; width: 27%; overflow: hidden; background: rgba(0, 0, 0, .3); float: left; margin-right: 10px; margin-left: -10px; }
	.mairie_col1 h2 { color: #fff; text-align: right; width: 100%; font-size: 21px; border-bottom: thin solid #fff; }
	.mairie_col1 p { font-size: 18px; color: #fff; text-align: right; width: 100%; line-height: 26px; }
	
	.mairie_col2 { display: block; margin-left: 5px; padding: 10px 5px; width: 45%; overflow: hidden; float: left; margin-right: 0px; }
	.mairie_col2 .clic_bulle_g { display: block; width: calc(100% - 10px); padding: 5px; height: 24px; border-radius: 17px; margin-left: 0; clear: both; margin-bottom: 10px; font-size: 18px; line-height: 24px; color: #fff; text-decoration: none; }
	.mairie_col2 .clic_bulle_img_g { width: 24px; height: 24px; border-radius: 12px; margin-right: 10px; float: left; background: #fff; }
	/*.mairie_col2 a { display: block; font-size: 18px; color: #fff; text-align: left; width: 100%; line-height: 36px; text-decoration: none; }*/
	
	.mairie_col3 { display: block; margin-left: 10px; padding: 10px; overflow: hidden; float: right; margin-left: 15px; }
	
.separation { display: block; width: 100%; height: 10px; border-bottom: 1px solid #000; margin-bottom: 20px; }

#col_gauche { display: block; width: calc(100% - 357px); min-height: 100px; padding: 0px 20px 0px 10px; float: left; overflow: hidden; border-right: 1px solid #000; }
	#col_gauche input[type="text"] { text-align: left; padding: 3px; font-size: 16px; color: #000; width: 96%; }
	#col_gauche textarea { text-align: left; padding: 3px; font-size: 16px; color: #000; width: 96%; height: 250px; font-family: 'Ubuntu', sans-serif; }
	#col_gauche input[type="submit"] { text-align: center; padding: 3px; font-size: 16px; color: #000; width: 100%; cursor: pointer; border-radius: 10px; }
	#col_gauche input[type="submit"]:hover { background: rgba(20, 76, 129, 1); color: #fff; }

#videoo { position: absolute; top: 0; right: 0; z-index: 200000;}

#col_g { display: block; min-width: 600px; max-width: calc(100% - 357px); min-height: 100px; padding: 0px 20px 0px 10px; float: left; overflow: hidden; border-right: 1px solid #000; }
#article1 { display: block; width: 100%; min-height: 10px; overflow: hidden; margin: 0px; position: relative; }
	#article1 img { display: block; width: 100%; margin: 15px 0px 25px 0px; }
	#article1 h1 { font-size: 40px; color: #333; font-weight: normal; margin-top: 20px ; margin-bottom: 15px; }
	#article1 h2 { font-size: 18px; color: #555; font-weight: normal; margin-top: 0; line-height: 26px; }
	#article1 p { font-size: 14px; color: #000; }
	#article1 iframe { width: 100%; display: block; margin: 15px 0px 25px 0px; }
	
	.bloc_image { width: 100%; display: block; margin-bottom: 20px; border-top: 1px solid #000; border-bottom: 1px solid #000; overflow: hidden; height: 304px; position: relative; }
	.bloc_image_titre { display: block; width: calc(75% - 2px); float: left; height: 306px; border-right: 2px solid #fff; }
	.bloc_image_titre img { width: 100%; }
	.ph_accompagnement { width: 25%; float: left; max-height: 100px; overflow: hidden; border-bottom: 2px solid #fff; }
	.ph_accompagnement img {width: 100%; }
	.texte { display: block; font-size: 14px; margin-top: 20px; line-height: 18px; }
	.bloc_image .zoom_accomp { cursor: pointer; position: absolute; top: 125px; left: 75%; width: 25%; text-align: center; font-size: 50px; z-index: 10; color: rgba(255, 255, 255, .8); background: rgba(0, 0, 0, .5); }

	.zoomgeneral { display: none; background: #000; width: 96%; padding: 10px 2%; height: 600px; position: absolute; top: 0px; left: 0px; z-index: 100; overflow: auto; }
	.zoomgeneral img { width: 100%; }
	
#article100 { display: block; width: 100%; min-height: 10px; overflow: hidden; margin: 20px 0px; }
	.bloc_rub { display: block; text-decoration: none; padding: 10px 0px; border-bottom: 1px solid #000; width: 100%; margin-top: 0px; }
	.bloc_rub h1 { color: #000; font-size: 18px; margin-bottom: 5px; }
	.bloc_rub h2 { color: #555; font-size: 14px; line-height: 17px; }	
	.bloc_rub .partie1 { display: inline-block; width: calc(100% - 78px); position: relative; }
	.slide_lecture {display: none; position: absolute; right: 10px; top: 5px; width: 200px; padding: 10px 0px; background: rgba(130, 188, 72, 1); color: #fff; text-align: center; font-size: 20px; z-index: 1000; border-radius: 8px; }
	.bloc_rub:hover .slide_lecture {
		display: block;
		animation-duration: .5s;
		animation-name: slidein;
	}

	@keyframes slidein {
		from { margin-right: -210px; }
		to { margin-right: 0px; }
	}
	
	.bloc_rub .partie2 { display: inline-block; width: 72px; }
	.pub_mois_annee { display: block; width: 70px; padding: 4px 0px; text-align: center; color: #fff; font-size: 12px; background: #c00000; border: 1px solid #000; }
	.pub_jour { display: block; width: 70px; padding: 4px 0px; text-align: center; color: #000; background: #fff; border: 1px solid #000; font-size: 27px; line-height: 27px; }
	
	#col_g .titraille { display: block; width: 100%; text-align: center; margin-bottom: 0px; margin-top: 35px; padding: 10px 0px; background-image: url(../Zimg/h1_fin_6.png); background-size: contain; background-position: right; background-repeat: no-repeat; background-color: rgba(20, 76, 129, 1); }
	#col_g .titraille h1 { font-size: 30px; color: rgba(255, 255, 255, .5); }
	#col_g .titraille h2 { font-size: 50px; font-family: 'Qwigley', cursive; margin-top: -10px; margin-bottom: 10px; color: #fff; }

	

#col_d { display: block; width: 295px; min-height: 100px; margin: 20px 10px 0px 20px; float: right; }
	#col_d .bloc_info { display: block; text-decoration: none; overflow: hidden; width: 100%; padding: 0px; border-top: 10px solid #fff; border-bottom: 10px solid #fff; margin: 0px; position: relative; }
	#col_d .bloc_info_plan { display: block; text-decoration: none; overflow: hidden; width: 100%; padding: 0px; border-top: 10px solid #fff; border-bottom: 10px solid #fff; margin: 0px; position: fixed; top: 250px;}
	


#recherche_resultat { display: block; width: 96%; padding: 5px 2%; margin-top: 10px; background: #fff; min-width: 1px; overflow: hidden; clear: both; }











#droite_ms { width: 344px; padding: 10px; background: #ccc; margin-top: 0px; float: right; }
.reservation_visio { display: block; width: 254px; margin: 20px auto; padding: 15px; box-shadow: rgba(0, 0, 0, 0.34902) 0px 0px 20px; background: #fff; }
.reservation_visio h1 { font-size: 26px; text-align: center; color: rgb(89, 91, 97); margin-bottom: 5px; }
.reservation_visio h2 { color: rgb(0, 0, 0); font-size: 16px; padding: 30px 0px; text-align: justify; font-weight: 400; margin: 0px; }
#cal_perpetuel { display: block; width: 100%; }
#cal_perpetuel a { display: inline-block; width: 20px; height: 20px; padding: 5px 8px; text-align: center; color: #000; text-decoration: none; }
.reservation_visio h3 { color: #888; margin: 0; padding: 3px 0; width: 100%; font-size: 18px; }
.reservation_visio h3 a { float: right; text-decoration: none; color: #000; padding: 0px 4px 4px 4px; border: 1px solid #555; border-radius: 16px; width: 21px; text-align: center; margin-top: -2px; margin-left: 5px; }
.reservation_visio h3 a:hover { background: #888; }

#calendrier { display: block; width: 250px; height: 100%; background: #fff; overflow: auto; float: left; }
#horaire { display: block; width: 30px; padding: 44px 10px 0px 10px; float: left; position: relative; color: #fff; }
#horaire p { display: block; width: 100%; line-height: 30px; }
#cal { display: block; width: 200px; float: left; overflow: hidden; }
.jour { position: relative; width: 100%; margin: 30px 0px 0px 0px; padding: 0; border-left: 1px solid #000; background: #ccc; display: inline-block; height: 1056px; border-bottom: 1px solid #000; }
.heure { display: block; width: 100%; height: 43px; border-top: 1px solid #000; }
.quart { display: block; width: 100%; height: 10px; border-bottom: 1px dotted #000; }

.jour_j { position: relative; width: 100%; margin: 30px 0px 0px 0px; padding: 0; border-left: 1px solid #000; background: #ccc; display: inline-block; height: 1056px; border-bottom: 1px solid #000; }

#calendrier h1 { display: block; width: 100%; height: 30px; color: #fff; background: #222; padding: 0; font-size: 21px; text-align: center; }
#lu	{ left: calc(((((100% - 360px) / 7)) * 0) + 50px); }
#ma	{ left: calc(((((100% - 360px) / 7)) * 1) + 50px); }
#me	{ left: calc(((((100% - 360px) / 7)) * 2) + 50px); }
#je	{ left: calc(((((100% - 360px) / 7)) * 3) + 50px); }
#ve	{ left: calc(((((100% - 360px) / 7)) * 4) + 50px); }
#sa	{ left: calc(((((100% - 360px) / 7)) * 5) + 50px); }
#di	{ left: calc(((((100% - 360px) / 7)) * 6) + 50px); }

#cal .travail { display: block; width: 180px; position: absolute; left: 10px; z-index: 10; border-radius: 8px; text-align: center; color: #fff; }
#cal .travail h2 { font-size: 16px; margin: 0; padding: 0; color: rgba(255, 255, 255, .4); }
#cal .travail p { font-size: 14px; margin: 0; padding: 0; color: #fff; }
#cal .travail img { display: none; }

#now { height: 1px; width: 100%; background: #c00000; position: absolute; z-index: 20; left: 0;}
#visio_formulaire { display: block; width: 340px; float: right; overflow: hidden; margin-left: 20px; margin-top: 35px; }
#visio_form span { margin-right: 8px; }
#visio_form input[type="text"], #article_form input[type="text"] { padding: 8px; font-size: 14px; width: 290px; border-radius: 5px; margin-left: 0; }
#visio_form input[type="submit"], #article_form input[type="submit"] { padding: 8px 0px; background: #eee; font-size: 14px; width: 308px; border-radius: 5px; margin-left: 0; }
#visio_form_annuler { display: block; padding: 8px 0px; background: #eee; font-size: 14px; width: 308px; border-radius: 5px; margin-left: 0; text-decoration: none; color: #000; margin-top: 20px; text-align: center; font-weight: bold; }
#visio_form input[type="text"].chiffre { width: 20px; display: inline-block; }
#visio_form input[type="text"].chiffre4 { width: 35px; margin-right: 12px; display: inline-block; text-align: center; }

.icone a { display: inline-block; margin-right: 15px; }
.icone a img { height: 50px; }

#burger { display: none; }

#bloc_qui a { text-decoration: none; }
.bouton_qui { display: block; padding: 15px; text-align: center; font-size: 24px; color: rgba(255, 255, 255, .6); border-radius: 5px; margin: 20px auto; border: 1px solid #000; }
.bouton_qui span { font-size: 14px; color: #fff; }
.bouton_qui:hover span { color: rgba(0, 0, 0, .82); }

#article_form textarea { margin: 20px 0px 0px -10px; font-family: 'Ubuntu', sans-serif; padding: 10px; }
#artTitre_TA { font-size: 40px; color: #333; font-weight: normal; height: 50px; }
#artChapeau_TA { font-size: 18px; color: #555; font-weight: normal; line-height: 26px; height: 100px; }
#artTexte_TA { font-size: 14px; color: #000; font-weight: normal; height: 500px; }
#article_form input[type="text"] { width: 100%; margin: 20px 0px 0px -10px; }
#article_form input[type="submit"] { width: 100%; margin: 20px 0px 0px 0px; }

