
/*    	    *** *** *** *** 	        */
/*    	    				 	        */
/*    	    	Module 	        		*/
/*    	    	Og-Event 	        	*/
/*    	    				 	        */
/*    	    *** *** *** *** 	        */




/*		_.-oO°(			  )°Oo-._		*/
/*										*/
/*		|		 NAVIGATION		|		*/
/*										*/
/*		¨°Oo-._	 _____	  _.-oO°¨		*/


.nav_event {
	margin: 0 auto;
	padding: calc(1.5vh + 1.5vw) 0 0 calc(1.5vh + 1.5vw);
	display: flex;
	flex-flow: row wrap;
	/* justify-content: space-between; */
	align-content: flex-start;
	gap: calc(1vh + 1vw);
	flex: 1 0 100%;
	box-sizing: border-box;
}
.nav_event a {
	border-radius: 1em;
	padding: 0.5ex 1em;
	color: #999;
	border: 1px solid #999;
	font-size: 0.8em;
}
.nav_event a:hover , .nav_event a.bt_actif {
	color: #003264;
	border-color: #003264;
}

@media screen and (max-width: 800px) {
	.nav_event {
		margin: 0 auto;
		padding: calc(1.5vh + 1.5vw) calc(1.5vh + 1.5vw);
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-content: center;
		gap: calc(1vh + 1vw);
		flex: 0 0 auto;
	}
}


/*		_.-oO°(			  )°Oo-._		*/
/*										*/
/*		|		 ACCUEIL		|		*/
/*										*/
/*		¨°Oo-._	 _____	  _.-oO°¨		*/

#acc_list_event {
	margin: 0 auto;
	padding: calc(1.5vh + 1.5vw);
	
	display: flex;
	flex-flow: row wrap;
	/* justify-content: space-evenly; */
	justify-content: flex-start;
	align-items: flex-start;
	gap: calc(1.5vh + 1.5vw);
}
#acc_list_event article {
	/* margin: calc(1vh + 1vw); */
	/* max-width: 300px; */
	flex: 0 1 300px;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
	/* Flex contener */
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
}
.acc_event_vign {
	text-align: center;
}
.acc_event_vign_img {
	max-width: 300px;
	max-height: 300px;
	width: auto;
	height: auto;
}
.acc_event_vign_img.img_old {
	filter: saturate(0);
}
.acc_event_vign_img.img_old:hover , a:hover .acc_event_vign_img.img_old {
	filter: saturate(1);
}
.acc_event_txt {
	padding: 2px 0 2px 2px;
	display: flex;
	flex-flow: column nowrap;
}
.acc_event_date {
	padding-left: 2px;
	font-size: 12px;
	color: #333;
	font-weight: 300;
}
.acc_event_titre {
	margin: 0.5vh 0;
	padding-left: 2px;
	font-size: 14px;
	color: #333;
	font-weight: 700;
}
.acc_event_intro {
	padding: 2px 0 0 2px;
	font-size: 12px;
	color: #666;
	font-weight: 400;
}
.acc_event_bt {
	padding: 10px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.acc_event_bt_voir {
	margin-left: 7px;
	padding-left: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	font-weight: 700;
	background: url("../style/bt_voir.png") no-repeat left center;
	transition: 1s;
}
.acc_event_bt_voir:hover {
	color: #003264;
	transition: 0.2s;
}
.acc_event_bt_modif {
	margin-right: 7px;
	padding-right: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	font-weight: 700;
	background: url("../style/bt_modif_noir.png") no-repeat right center;
	background-size: 20px;
	transition: 1s;
}
.acc_event_bt_modif:hover {
	color: #003264;
	transition: 0.2s;
}
.acc_event_bt_resa {
	/* background-color: #666; */
	text-align: center;
	padding: 2px 1em 3px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 2em;
	border: none;
	border-radius: 4px;
}
.acc_event_bt_resa:hover {
	background-color: #003264;
	transition: 0.2s;
}
.acc_event_form_resa {
	padding: 10px 10px;
	position: relative;
	box-sizing: border-box;
	/* height: 0px; */
	display: flex;
	display: none;
	overflow: hidden;
	
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	align-items: stretch;
	/* align-content: stretch; */
	gap: 1em;
}
.acc_event_form_resa * {
	text-align: center;
	/* line-height: 2em; */
	/* padding: 2px 1em 3px; */
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	border: none;
	border-radius: 4px;
	flex: 1 1 auto;
}
.acc_event_form_resa *:last-child {
	flex: 1 1 100%;
}

/* utilité de ce qui suit ?? */
.acc_event_bt_mess {
	background-color: #666;
	text-align: center;
	padding: 0 1em 1px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	border: none;
	border-radius: 4px;
}
.acc_event_bt_mess:hover {
	background-color: #003264;
	transition: 0.2s;
}
.acc_event_form_tem {
	margin: 1vh 1em 2vh;
	padding: 2vh 1em 1vh;
	position: relative;
	box-sizing: border-box;
	display: flex;
	display: none;
	overflow: hidden;
	
	justify-content: space-between;
	align-items: center;
	/* align-content: stretch; */
	gap: 1em;
	
    background-color: #104274;
    color: #fff;
    flex-flow: column nowrap;
    /* justify-content: flex-start; */
    align-items: center;

	border-radius: 20px;
}
.acc_event_form_tem fieldset {
	border: none;
}
.acc_event_form_tem legend {
	font-size: 2em;
	font-weight: bold;
}
.acc_event_form_tem_txt {
	flex: 1 1 100%;
	padding: 1ex 1em;
	border: 1px solid #d0d3d6;
	border-radius: 8px;
}
.acc_event_form_tem.form_1 input[type=text] {
	width: auto;
}

@media screen and (max-width: 760px) {
	#acc_list_event {
		padding: calc(1.5vh + 1.5vw);
		justify-content: center;
		align-items: flex-start;
		gap: calc(1.5vh + 1.5vw);
	}
}

#acc_list_event article.acc_event_plus {
	min-height: 300px;
    justify-content: center;
    align-items: stretch;
}
#acc_list_event article.acc_event_plus a {
	flex: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#acc_list_event article.acc_event_plus img {
	filter: brightness(0.8);
}
#acc_list_event article.acc_event_plus a:hover img{
	filter: brightness(0.5);
}


/*		_.-oO°(			  )°Oo-._		*/
/*										*/
/*		|		 ARTICLE		|		*/
/*										*/
/*		¨°Oo-._	 _____	  _.-oO°¨		*/


#event_consult {
	/* corps de page de l'actualité, avec sa nav, ses commentaires, etc. */
	display: flex;
	flex-flow: row wrap;
}

#event_article {
	/* corps de l'Actualité uniquement */
	max-width: 800px;
	margin: calc(1.5vh + 1.5vw);
	margin-right: 0;
	margin-bottom: 0;
	padding: calc(1.5vh + 1.5vw);
	border: 1px solid #e0e3e6;
	border-radius:  calc(1.5vh + 1.5vw);
	
	/* Flex */
	display: flex;
	flex-flow: column nowrap;
}
.nav_event ~ #event_article {
	margin-top: calc(1vh + 1vw);
}
.event_img {
	order: 2;
	/* float: right; */
	margin: 1vh 0px 0;
	padding: 0px;
	max-width: 100%;
	max-height: 50vh;
	align-self: flex-start;
}

.event_date {
	order: 3;
	font-size: 0.7em;
	letter-spacing: 4px;
	text-align: center;
	background: #666;
	color: #fff;
	margin: 0;
	padding: 4px 1em;
	/* flex: 0 0 10%; */
	align-self: flex-start;
	
}
.event_clefs {
	order: 3;
}
.event_clefs a{
	color: #c30;
	color: #909396;
	font-style: italic;
	font-size: 0.8em;
	padding: 0 1em 0 0;
}
.event_clefs a::before {
	content: "\00023";
	padding: 0 0 0 0;
}
.event_clefs a:hover{
	color: #036;
}
@media screen and (max-width: 700px) {
	.event_clefs {
		text-align: center;
	}
}

.event_titre {
	order: 1;
	margin: 0;
	padding: 0;
	/* padding: 1vh 0; preferer flex gap */
	line-height: 1.4em;
	font-size: 1.2em;
	font-size: calc(10px + 2vw);
	font-size: calc(12px + 1vw);
	font-weight: bold;
	font-style: normal;
	/* text-transform: uppercase; */
	color: #003264;
	/* text-align: center; */
}
.event_intro {
	order: 1;
	margin: 1vh 0px 20px;
	padding: 0px;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #003264;
	color: #606366;
	/* font-weight: bold; */
	font-style: italic;
	/* text-align: center; */
}
.event_txt {
	order: 5;
	margin: 37px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	/*font-family: open_sanssemibold, sans-serif;*/
	font-size: 1em;
	/* text-align: justify; */
	line-height: 1.8em;
	/* color: #666; */
	max-width: 774px; 
}
.event_txt p {
	margin: 1em 0px 0px 0px;
}
.event_txt p + p {
	margin: 1.4em 0px 0px 0px;
}
.event_txt b {
	/* font-family: open_sanssemibold, sans-serif; */
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.1em;
	color: #333;
}
.event_txt i {
	font-family: Kepler, 'Playfair Display', Georgia, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
}
.event_txt blockquote {
	margin: 1em 2em 1em 1em;
	padding: 0em 4em 0em 2em;
	text-indent: -3em;
	font-family: Kepler, 'Playfair Display', Georgia, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	line-height: 2.0em;
	color: #003264;
	color: #258;
	color: #036;
}
.event_doc {
	order: 6;
	text-align: center;
	margin: 4vh 0 7vh;
}
.event_lien {
	order: 6;
	display: inline-block;
	margin: 2em 0px;
	padding: 0em 2em 0em 0em;
    font-style: italic;
	font-size: 0.85em;
	color: #369;
	color: #5c595c;
	border: 1px solid #258;
}
.event_lien span {
	display: inline-block;
	margin: 0px 2em 0px 0px;
	padding: 1em 2em 1em 2em;
	color: #258;
	background: #e0e3e6;
}
.event_lien:hover {
	color: #555;
	color: #fff;
	background: #258;
}
.event_pdf {
	order: 7;
	/*
	margin: 1em auto;
	text-align: center;
	display: flex;
	flex-flow: column wrap;
	align-items: stretch;
	align-content: stretch;
	*/
	max-width: 1024px;
	/* margin: 1em auto; */
	text-align: center;

}
.event_pdf a {
	margin: 1vh auto;
	/* display: inline-block; */
	/* border-radius: 1ex; */
	/* padding: 1em 2em; */
}
.event_pdf a:last-child {
	margin-bottom: 4vh;
}
.event_pdf a img {
	margin-right: 0.5vw;
}
.event_pdf a span {
	/* font-family: "Trebuchet MS", trebuchet, sans-serif; */
	/* font-size: 0.8em; */
	/* font-weight: normal; */
}
.event_video {
	order: 1;
	margin: 1em auto;
	text-align: center;
}
.event_video iframe{
	margin: 0 auto 1vh;
}

.event_resa {
	order: 9;
}

.event_bt_haut {
	order: 20;
}
.cms_gal_content {
	order: 10;
}

#event_list_tem {
	margin: calc(1.5vh + 1.5vw);
	margin-right: 0;
}



@media screen and (max-width: 800px) {
	#event_consult {
		/* corps de page de l'eventalité, avec sa nav, ses commentaires, etc. */
		flex-flow: column nowrap;
		
	}
	#event_article {
		/* corps de l'eventalité uniquement */
		max-width: 100%; box-sizing: border-box;
		margin: calc(1.5vh + 1.5vw) auto;
		padding: 1.5vh 1.5vw;
		border: none;
		
		/* Flex */
		display: flex;
		flex-flow: column nowrap;
	}
	.event_titre {
		text-align: center;
	}
	.event_img {
		float: none;
		margin: 10px 0px 10px 0px;
		padding: 0px;
		width: 100%;
		border: none;
	}
	.event_date {
		font-size: 1.2em;
		text-align: center;
		font-weight: bold;
		letter-spacing: 2px;
	}
	.event_intro {
		padding: 0 7vw;
		font-size: 1.2em;
		text-align: center;
		line-height: 1.4em;
	}
	.event_doc {
		padding: 4vw 0;
		text-align: center;
	}
	.event_lien {
		display: block;
		padding: 0px 0px 1em;
		max-height: 7em;
		overflow: hidden;
		text-align: center;
		border: none;
		background: #e0e3e6;
	}
	.event_lien span {
		display: block;
		margin: 0px 0px 1em;
		padding-bottom: 0.5em;
	}
	#event_list_tem {
		max-width: 100%; box-sizing: border-box;
		margin: calc(1.5vh + 1.5vw) auto;
		padding: 1.5vh 1.5vw;
	}

}



/*		_.-oO°(			  )°Oo-._		*/
/*										*/
/*		|		 AUTEUR			|		*/
/*										*/
/*		¨°Oo-._	 _____	  _.-oO°¨		*/


