*{
	margin:0px;
	padding:0px;
}

*:focus {
	outline: none;
}

body{
	font-family: Asap, Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans, Sans-serif;
}

::-webkit-input-placeholder { /* WebKit browsers */
	font-family: 'Helvetica',Arial,sans-serif;
	font-size: 14px;
	color: #7f8f9a;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-family: 'Helvetica',Arial,sans-serif;
	font-size: 14px;
	color: #7f8f9a;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-family: 'Helvetica',Arial,sans-serif;
	font-size: 14px;
	color: #7f8f9a;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	font-family: 'Helvetica',Arial,sans-serif;
	font-size: 14px;
	color: #7f8f9a;
}



html{
    -webkit-text-size-adjust: none;
}

a img{
	border:0px;
}

.clear{
	clear:both;
	height:0px;
	overflow:hidden;
}

img{
	max-width:100%;
}

input[type="text"],
input[type="submit"],
input textarea{
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
}

.principal a{
	color:#f06d43;
	text-decoration:none;
}

.principal a:hover{
	color:#df5223;
}


/* -------------------------------------------------------------- 
Liste condensee

-------- */

.liste_condensee *{
	/*webkit-transition: c 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;*/
}

.liste_condensee{
	margin-left:-5px;
	margin-right:-5px;
}

.liste_condensee .itemConteneur{
	width:33.333333333333%;
	float:left;
}

.liste_condensee .itemConteneur .item{
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
	border:#e4e6e6 solid 2px;
	position:relative;
	min-height:200px;
	height:200px;
	display:block;
	text-decoration:none;
	overflow:hidden;
}

.liste_condensee .itemConteneur .item:hover{
	border-color:#9E9E9E;
	background-color:#f1f1f1;
}

.liste_condensee .itemConteneur .item .item_gauche{
	float:left;
	width:50%;
	height:100%;
	position:relative;
	display:block;
	
	background-image: url(../images/elements/image_default.png) !important;
}

.liste_condensee .itemConteneur .item .item_gauche .image{
	display:none;
}

.liste_condensee .itemConteneur .item .item_gauche .fleche{
	position:absolute;
	top:0;
	right:-1px;
	height:100%;
	width:38px;
	background-image:url(../images/elements/triangle_blanc_liste.png);
	background-repeat:no-repeat;
	background-position:0 center;
	webkit-transition: c 0s ease-in-out 0s;
	-o-transition: all 0s ease-in-out 0s;
	-moz-transition: all 0s ease-in-out 0s;
	-ms-transition: all 0s ease-in-out 0s;
	transition: all 0s ease-in-out 0s;
}

.liste_condensee .itemConteneur .item:hover .item_gauche .fleche{
	background-position:-42px center;
}

.liste_condensee .itemConteneur .item .item_droite{
	float:left;
	width:50%;
	color:#808082;
	display:block;
}

.liste_condensee .itemConteneur .item .item_droite .padding{
	padding:12px;
	display:block;
}

.liste_condensee .itemConteneur .item .item_droite .categorie,
.liste_condensee .itemConteneur .item .item_droite .nom,
.liste_condensee .itemConteneur .item .item_droite .date,
.liste_condensee .itemConteneur .item .item_droite .lieu,
.liste_condensee .itemConteneur .item .item_droite .evenement{
	display:block;
}

.liste_condensee .itemConteneur .item .item_droite .categorie{
	/*font-size:14px;*/
	font-size: 12px;
	font-weight:bold;
	text-transform:uppercase;
}

.liste_condensee .itemConteneur .item .item_droite .nom{
	/*font-size:20px;*/
	font-size: 16px;
}

.liste_condensee .itemConteneur .item .item_droite .date{
	/*font-size:14px;*/
	font-size: 12px;
	padding:10px 0;
}

.liste_condensee .itemConteneur .item .item_droite .lieu{
	/*font-size:14px;*/
	font-size: 12px;
}

.liste_condensee .itemConteneur .item .item_droite .evenement{
	/*font-size:14px;*/
	font-size: 12px;
	padding-top:3px;
	
	display:none;
}


/* -------------------------------------------------------------- 
Page aucun résultats

-------- */

#aucun_resultat h1{
	color:#ee5523;
	font-size:70px;
}

#aucun_resultat h2{
	text-transform:uppercase;
	font-size:30px;
	padding-bottom:20px;
	padding-top:50px;
}

#aucun_resultat p{
	color:#ee5523;
	font-size:35px;
	font-weight:bold;
	line-height:1.2em;
}

.page-template-template_repertoire-php #aucun_resultat h1,
.page-template-template_repertoire-php #aucun_resultat p{
	color: #fff;
}

/*2 col*/
.liste_condensee.deux_col{
	margin-left:-10px;
}

.liste_condensee.deux_col .itemConteneur{
	width:50%;
	float:left;
}

.lien_brome{
	display:block;
	background-color:#53c9c2;
	color:#fff;
	height:418px;
	position:relative;
	text-decoration:none;
}

.lien_brome .texte{
	position:absolute;
	padding:20px;
	display:block;
	bottom:0;
	left:0;
	text-transform:uppercase;
	font-weight:bold;
}

.lien_brome:hover .texte{
	color:#F1F1F1;
}

.lien_brome .texte .petit{
	font-size:18px;
	display:block;
}

.lien_brome .texte .grand{
	font-size:30px;
	display:block;
}

.lien_brome .fleche{
	background-image:url(../images/elements/triangle_turquoise_haut.png);
	background-position:center top;
	background-repeat:no-repeat;
	position:absolute;
	display:block;
	height:21px;
	width:100%;
	top:-21px;
}


/* -------------------------------------------------------------- 
Liste du calendrier

-------- */

.liste *{
	/*webkit-transition: c 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;*/
}

.liste .item{
	color:#828282;
	position:relative;
	margin-bottom:30px;
	height:200px;
}

.liste .item .item_image{
	width:16.66666666666667%;/*un sixième*/
	height:200px;
	float:left;
}

.liste .item .item_image .image{
	display:none;
}

.liste .item .item_image {
	background-color: #fff !important;
	background-image: url(../images/elements/image_default.png) !important;
	background-repeat: no-repeat !important;
}

.liste .item .item_image .fleche{
	position:absolute;
	top:0;
	right:-1px;
	height:100%;
	width:38px;
	background-image:url(../images/elements/triangle_gris_gauche.png);
	background-repeat:no-repeat;
	background-position:0 center;
	/*webkit-transition: c 0s ease-in-out 0s;
	-o-transition: all 0s ease-in-out 0s;
	-moz-transition: all 0s ease-in-out 0s;
	-ms-transition: all 0s ease-in-out 0s;
	transition: all 0s ease-in-out 0s;*/
}

.liste .item.item-repertoire .item_image .fleche{
	background-image:url(../images/elements/triangle_blanc_gauche.png);
}
	
.liste .item .item_infos{
	width:16.66666666666667%;/*un sixième*/
	float:left;
	background-color:#e4e6e7;
	height:200px;
}

.liste .item.item-repertoire .item_infos {
	background-color: #fff;
}

.liste .item .item_infos .categorie{
	display:block;
	font-size:14px;
	font-weight:bold;
	padding-bottom:15px;
	text-transform:uppercase;
}

.liste .item .item_infos .categorie a{
	text-decoration:none;
	color:#828282;
}

.liste .item .item_infos .categorie a:hover{
	color:#ed5422;
}

.liste .item .item_infos .nom{
	display:block;
	font-size:20px;
	padding-bottom:20px;
}

.liste .item .item_infos .nom_entreprise{
	display:block;
	font-size:20px;
	padding-bottom:20px;
	text-transform: uppercase;
}

.liste .item .item_infos .nom_entreprise a{
	color: #828282;
	text-decoration: none;
}

.liste .item .item_infos .nom_entreprise a:hover{
	color: #000;
}

.liste .item .item_infos .evenement{
	display:block;
	font-size:14px;
	font-weight:bold;
	padding-bottom:15px;
	text-transform:uppercase;
}

.liste .item .item_infos .ville{
	display:block;
	font-size:14px;
	font-weight:bold;
	padding-bottom:15px;
	text-transform:uppercase;
}

.liste .item .item_description{
	width:33.33333333333333%;/*un tiers*/
	float:left;
	background-color:#e4e6e7;
	height:200px;
	font-size:14px;
}

.liste .item.item-repertoire .item_description {
	width: 50%; /* une demi */
}

.liste .item.item-repertoire .item_description .padding p {
	max-width: 350px;
	line-height: 20px;
}

.liste .item .item_description .categorie-entreprise {
	display:block;
	font-size:14px;
	font-weight:bold;
	padding-bottom:15px;
	text-transform:uppercase;
}

.liste .item .item_description p{
	margin-bottom:10px;
}

.liste .item .item_description p a{
	color:#828282;
}

.liste .item .item_description p a:hover{
	color:#ed5422;
}

.liste .item .item_date{
	width:16.66666666666667%;/*un sixième*/
	float:left;
	background-color:#d7d7d7;
}

.liste .item .item_date .padding .paddingInner{
	position:relative;
	height:160px;
}

.liste .item .item_date .endroit{
	display:block;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:8px;
}

.liste .item .item_date .endroit a{
	text-decoration:none;
	color:#828282;
}

.liste .item .item_date .endroit a:hover{
	color:#ed5422;
}

.liste .item .item_date .date{
	display:block;
	font-size:20px;
	padding-bottom:8px;
}

.liste .item .item_date .btn{
	background-color:#ed5422;
	color:#fff;
	display:block;
	font-size:20px;
	/*padding:0 45px 0 20px;*/
	/*line-height:60px;*/
	line-height: 45px;
	background-image:url(../images/elements/fleche_bouton.png);
	background-repeat:no-repeat;
	background-position:right center;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	position:absolute;
	bottom:0px;
	
	width: 70%;
	padding-left: 10%;
	padding-right: 20%;
}

.liste .item .item_date .btn:hover{
	background-color:#df5223;
}

.liste .item .item_date .autresDates {

}

.liste .item .item_date .autresDates .btnAutresDates {
	background-color: #c9c9c9;
	color: #5d5d5d;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	padding: 5px 9px;
	font-size: 13px;
	
	margin-bottom: 5px;
}

.liste .item .item_date .autresDates .btnAutresDates:hover {
	background-color: #bababa;
}

.liste .item .item_domaines{
	width:16.66666666666667%;/*un sixième*/
	float:left;
	background-color:#ef6d43;
	height:200px;
	
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color: #fff;
	
	line-height: 24px;
}

.liste .item .item_domaines span {
	display: block;
}

@media screen and (max-width: 1000px) {

}

.liste .item .item_btn{
	width:16.66666666666667%;/*un sixième*/
	float:left;
	background-color:#53c9c2;
	height:200px;
}

.liste .item .item_btn a{
	display:block;
	font-size:22px;
	color:#fff;
	background-color:#53c9c2;
	font-weight:bold;
	text-align:center;
	height:100%;
	text-decoration:none;
	line-height:200px;
	background-image:url(../images/elements/triangle_gris_droite.png);
	background-repeat:no-repeat;
	background-position:left center;
}

.liste .item .item_btn a:hover{
	background-color:#41A59F;
}

.liste .item .item_infos .padding,
.liste .item .item_description .padding,
.liste .item .item_date .padding,
.liste .item .item_domaines .padding{
	padding:20px;
}

@media screen and (max-width: 1250px) {
.liste .item .item_infos .padding,
.liste .item .item_description .padding,
.liste .item .item_date .padding{
	padding:10px;
}

.liste .item .item_date .padding .paddingInner{
	height:180px;
}

.liste .item .item_btn a{
	padding-left:38px;
	font-size: 18px;
}

.liste .item .item_date .btn{
	line-height: 40px;
	font-size: 15px;
}

}

/* transition */
.transition{
	display:none;
}

/* -------------------------------------------------------------- 
Bouton afficher plus

-------- */

.afficher-plus{
	display:block;
	margin:0 auto;
	padding:10px 0px;
	width:170px;
	background-color:#ee5725;
	font-size: 15px;
	text-align:center;
	cursor:pointer;
	color:#fff;
}

.afficher-plus:hover{
	background-color:#df5223;
}

.icone-chargement{
	display:none;
	margin:0 auto;
	width:200px;
	text-align:center;
}


/*------------------------/
/   Fiches ~ PABB Ad-on   /
/------------------------*/

#fiche{

}

#fiche>.gauche{
	float: left;
	width: 60%;
	margin-right: 10%;
}

#fiche>.droite{
	overflow: hidden;
}

/*-*/

#fiche .infos_evenement{

}

#fiche .infos_evenement .fil_ariane{
	font-size: 0.875em;
	text-transform: uppercase;
	font-weight: 700;
	color: #828282;
	margin-bottom: 15px;
	height: 15px;
}

#fiche .infos_evenement .fil_ariane a{
	color: #828282;
	text-decoration: none;
}

#fiche .infos_evenement .fil_ariane a:hover{
	color: #f06d43;
}

#fiche .infos_evenement .image_ev_padding{
	padding-left:230px;
	background-image:url(../images/elements/lieu_difusion.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

#fiche .infos_evenement .image_ev{
	max-width: 100%;
	overflow:hidden;
	height: 400px;
	margin-bottom: 30px;
}

#fiche .infos_evenement .image_ev img.image{
	display:none;
}

#fiche .infos_evenement .categorie{
	/*margin-bottom: 15px;*/
}

#fiche .infos_evenement .categorie a,
#fiche .infos_evenement .categorie span{
	text-transform: uppercase;
	text-decoration: none;
	color: #828282;
	/*font-weight: 700;
	font-size: 1.75em;*/
	font-size: 16px;
	font-weight: 700;
}

#fiche .infos_evenement .categorie a:hover{
	color: #f06d43;
}

#fiche .infos_evenement .titre{
	margin-bottom: 15px;
}

#fiche .infos_evenement .titre h1{
	/*font-size: 3.0em;*/
	font-size: 42px;
	color: #ee5523;
}

#fiche .infos_evenement .texte{
	margin-bottom: 30px;
}

#fiche .infos_evenement .texte h2{
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #828282;
	font-size: 1.75em;
}

#fiche .infos_evenement .texte p{
	font-size: 1.25em;
	color: #808082;
}

#fiche .infos_evenement .social{
	margin-bottom: 50px;
}

#fiche .infos_evenement .social a{
	width: 90px;
	height: 103px;
	background-position: 0 0 ;
	background-repeat: no-repeat;
	display:block;
	float:left;
}

#fiche .infos_evenement .social a:hover{
	background-position: 0 -103px;
}

#fiche .infos_evenement .social a.facebook{
	background-image: url(../images/social/facebook-fiche.png);
}

#fiche .infos_evenement .social a.twitter{
	background-image: url(../images/social/twitter-fiche.png);
}

#fiche .infos_evenement .social a.email{
	background-image: url(../images/social/mail-fiche.png);
}

#fiche h2.alaffiche{
	color:#808082;
	text-transform:uppercase;
	padding-bottom:10px;
	padding-top:10px;
}

/*-*/

#fiche .lieu_evenement{
	background-color: #dedfe0;
	margin-top: 30px;
}

#fiche .lieu_evenement .haut{

}

#fiche .lieu_evenement .haut .map{
	position:relative;
}

#fiche .lieu_evenement .haut .map #lien_carte{
	position:absolute;
	display:block;
	width:40px;
	height:40px;
	background-image:url(../images/elements/agrandir.gif);
	background-repeat:no-repeat;
	background-position:top left;
	top:10px;
	right:10px
}

#fiche .lieu_evenement .haut .map #la_google_map{
	height: 400px;
	width: 100%;
}

#fiche .lieu_evenement .haut .map #la_google_map img{
	max-width:none;
}

#fiche .lieu_evenement .milieu{
	padding: 35px 25px 40px 25px;
}

#fiche .lieu_evenement .milieu h2{
	/*font-size: 1.75em;*/
	font-size: 20px;
	color: #828282;
	text-transform: uppercase;
	/*margin-bottom: 20px;*/
	margin-bottom: 10px;
	font-weight: 700;
}

#fiche .lieu_evenement .milieu p{
	font-size: 1.25em;
	color: #828282;
	/*margin-bottom: 30px;*/
	margin-bottom: 20px;
}

#fiche .lieu_evenement .milieu a{
	color: #828282;
	text-decoration: none;
}

#fiche .lieu_evenement .milieu a:hover{
	color: #f06d43;
}

#fiche .lieu_evenement .bas{
	height: 90px;
	width: 100%;
	padding:0 25px 25px 25px;
}

#fiche .lieu_evenement .bas img{

}

/*-*/

#fiche .representations_evenement{

}

#fiche .representations_evenement .representation{
	margin-bottom: 40px;
	background-color: #dedfe0;
	position:relative;
}

#fiche .representations_evenement .representation .gauche{
	font-size: 1.75em;
	/*text-transform: uppercase;*/
	font-weight: 700;
	color: #828282;
	padding: 16px 132px 16px 25px;
	min-height:68px;
}

#fiche .representations_evenement .representation .gauche.uneLigne{
	padding: 32px 132px 32px 25px;
	min-height:36px;
}

#fiche .representations_evenement .representation .droite{
	position:absolute;
	right:0;
	/*top:0;*/
	top: 24px;
}

#fiche .representations_evenement .representation .droite a,
#fiche .representations_evenement .representation .droite span{
	line-height: 100px;
	width: 100px;
	display: block;
	text-align:center;
	font-size: 1.1em;
	color: white;
	/*font-weight: bold;*/
	text-decoration: none;
	background-color: #828282;
}

#fiche .representations_evenement .representation .droite span.fleche{
	position:absolute;
	top:0;
	left:-15px;
	height:100px;
	width:15px;
	background-image:url(../images/elements/fleche_orange_gauche_petit.png);
	background-repeat:no-repeat;
	background-position:0 center;
	background-color:transparent;
}

#fiche .representations_evenement .representation .droite span.fleche:hover,
#fiche .representations_evenement .representation .droite:hover span.fleche{
	background-image:url(../images/elements/fleche_orange_gauche_petit.png);
	background-position:-20px center;
}

#fiche .representations_evenement .representation .droite a:hover,
#fiche .representations_evenement .representation .droite span:hover{
	background-image: url(../images/bg/FFFFFF_25.png);
}

#fiche .representations_evenement .representation .droite a.reservez,
#fiche .representations_evenement .representation .droite span.reservez{
	background-color: #ed5422;
}

#fiche .representations_evenement .representation .droite a.complet,
#fiche .representations_evenement .representation .droite span.complet{
	background-color: #3c444e;
}

#fiche .representations_evenement .representation .droite a.annule,
#fiche .representations_evenement .representation .droite span.annule{
	background-color: #4da6a0;
}

#fiche .representations_evenement h2{
	font-weight: 700;
	color: #54cac2;
	font-size: 1.75em;
	margin-bottom: 15px;
	text-transform: uppercase;
}


#fiche .representations_evenement .autre_representation{
	border-bottom:1px #ccc solid;
	position:relative;
}

#fiche .representations_evenement .autre_representation.premier{
	border-top:1px #ccc solid;
}

#fiche .representations_evenement .autre_representation .gauche{
	font-size: 1.75em;
	/*text-transform: uppercase;*/
	font-weight: 700;
	color: #a09d9d;
	padding:9px 0;
	padding-right:120px;
}

#fiche .representations_evenement .autre_representation .gauche .endroit,
#fiche .representations_evenement .representation .gauche.uneLigne .endroit {
	font-size: 18px;
	font-weight: normal;
	margin-top: 8px;
}

#fiche .representations_evenement .autre_representation .droite{
	display:block;
	width:100px;
	position:absolute;
	/*top:0;*/
	top:24px;
	right:0;
	height:50px;
}

#fiche .representations_evenement .autre_representation .droite a,
#fiche .representations_evenement .autre_representation .droite span{
	display:block;
	width:100px;
	text-align:center;
	height:50px;
	line-height:50px;
	color:#fff;
	text-decoration:none;
}

#fiche .representations_evenement .autre_representation .droite a{
	background-color:#ed5422;
}

#fiche .representations_evenement .autre_representation .droite a:hover{
	background-color:#f17f59;
}

#fiche .representations_evenement .autre_representation .droite span.complet{
	background-color:#53a6a0;
}

#fiche .representations_evenement .autre_representation .droite span.annule{
	background-color:#3c444e;
}

/*- vidéos sous les projecteurs -*/

#tous_les_videos{

}

#tous_les_videos h1{
	color: #f06d43;
	font-weight: 700;
	margin-bottom: 50px;
	font-size: 42px;
}

#tous_les_videos h1 span.petit{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
}

#tous_les_videos h1 span.gros{
	/*font-size: 3em;*/
}

#tous_les_videos .les_videos{

}

#tous_les_videos .les_videos .un_video{
	width: 31%;
	margin-right: 2%;
	margin-bottom: 20px;
	float: left;
	background-color: #dedfe0;
	height: 459px;
	position: relative;
}

#tous_les_videos .les_videos .un_video .haut{

}

#tous_les_videos .les_videos .un_video .bas{
	padding: 45px 20px 25px 20px ;
}

#tous_les_videos .les_videos .un_video .image_vid{
	height: 300px;
	width: 100%;
	position: relative;
}

#tous_les_videos .les_videos .un_video .image_vid a.permalink{
	display:block;
	width: 100%;
	height: 100%;
}

#tous_les_videos .les_videos .un_video .image_vid .triangle_gris{
	height: 40px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../images/elements/triangle_gris_up.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index: -1;
}

#tous_les_videos .les_videos .un_video .image_vid img.image{
	display:none;
}

#tous_les_videos .les_videos .un_video .texte{
	margin-bottom: 25px;
}

#tous_les_videos .les_videos .un_video .texte a{
	font-size: 1.25em;
	color: #3c444e;
	text-decoration: none;
}

#tous_les_videos .les_videos .un_video .texte a:hover{
	color: #f06d43;
}

#tous_les_videos .les_videos .un_video .texte a span.ligne_un{

}

#tous_les_videos .les_videos .un_video .texte a span.ligne_deux{

}

#tous_les_videos .les_videos .un_video .categorie{
	position: absolute;
	bottom: 20px;
	left: 20px;
}

#tous_les_videos .les_videos .un_video .categorie{
	font-size: 0.875em;
	text-transform: uppercase;
	font-weight: 700;
	color: #f06d43;
	text-decoration: none;
}

#tous_les_videos .les_videos .un_video .categorie a:hover{
	color: #3c444e;
}

/*- default template -*/

.page-template-default h1 {
	color: #ee5523;
	font-size: 75px;
	line-height: 80px;
	
	margin-bottom: 15px;
}

/*- patrimoine culturel -*/

#contenuConteneur.contenuConteneurBeau .page-titre {
	margin-bottom: 15px;
}

#contenuConteneur.contenuConteneurBeau h1 {
	color: #ee5523;
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 25px;
	line-height: 1.15;
	
	font-family: Asap, Arial, Helvetica, 'Nimbus Sans L', 'Liberation Sans', FreeSans, sans-serif;
}

/*
@media screen and (max-width: 990px) {
	#contenuConteneur.contenuConteneurBeau h1 {
		font-size: 60px;
		line-height: 65px;
	}
}


@media screen and (max-width: 620px) {
	#contenuConteneur.contenuConteneurBeau h1 {
		font-size: 50px;
		line-height: 50px;
	}
}
*/

#contenuConteneur.contenuConteneurBeau h1 span {
	display: block;
}

@media screen and (max-width: 530px) {
	#contenuConteneur.contenuConteneurBeau h1 span {
		display: inline;
	}
}

#contenuConteneur.contenuConteneurBeau p {
	margin-top: 1em;
	margin-bottom: 1em;
}

#contenuConteneur.contenuConteneurBeau p:first-child {
	margin-top: 0;
}

#contenuConteneur.contenuConteneurBeau p:last-child {
	margin-bottom: 0;
}

#page-photo img {
	display: block;
}

#page-photo .padding {
	margin-left: -22px;
	margin-right: -22px;
}

#page-photo #page-photo-credit {
	text-transform: uppercase;
	font-size: 10px;
	color: #808082;
	text-align: right;
	padding-top: 5px;
	padding-right: 20px;
}

.page-template-template_ressources-php #page-photo #page-photo-credit {
	background-color: #dedfe0;
	color: #808082;
}

#contenuConteneur.contenuConteneurBeau #contenu {
	padding-top: 10px;
	
	color: #808082;
	font-size: 20px;
	line-height: 24px;
}

#contenuConteneur.contenuConteneurBeau #contenu h2 {
	margin-top: 70px;
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.page-template-template_ressources-php #contenuConteneur.contenuConteneurBeau #contenu {
	padding-top: 0 !important;
}

.page-template-template_ressources-php #contenuConteneur.contenuConteneurBeau #contenu h2 {
	margin-top: 50px;
}

.page-encadre {
	background-color: #dedfe0;
	
	padding: 22px;
	
	/*margin-left: -30px;
	margin-right: -30px;*/
	
	margin-left: -22px;
	margin-right: -22px;
	
	margin-top: 30px;
}

@media screen and (max-width: 1000px) {
	
	.page-encadre {
		margin-left: -2%;
		margin-right: -2%;
	}
	
	#page-photo .padding {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	
	#page-photo.largeur {
		width: 100% !important;
	}
}

.page-encadre .page-encadre-image {
	margin-bottom: 5px;
}

.page-encadre .page-encadre-image .page-encadre-image-img img {
	display: block;
}

.page-encadre .page-encadre-image .page-encadre-image-credit {
	font-size: 10px;
	color: #808082;
	text-transform: uppercase;
	text-align: right;
	padding-right: 9px;
}

.page-encadre h2 {
	margin-top: 0 !important;
}

/*.page-encadre p {
	margin-top: 1em;
	margin-bottom: 1em;
}

.page-encadre p:first-child {
	margin-top: 0;
}

.page-encadre p:last-child {
	margin-bottom: 0;
}*/

.page-encadre a {
	color: #f06d43;
	text-decoration: none;
}

.page-encadre a:hover {
	text-decoration: underline;
}

.page-encadre h3 {
	text-transform: uppercase;
	color: #f06d43;
	margin-bottom: 15px;
	font-size: 20px;
}

.page-encadre .un_cours a {
	color: #808082;
}

.page-encadre .un_cours {
	padding-bottom: 30px;
}

.page-grille {
	margin-top: 50px;
}

.page-grille .page-grille-element {
	background-color: #dedfe0;
	color: #3c444e;
	margin-bottom: 40px;
}

.page-grille .page-grille-element .page-grille-element-padding {
	padding: 0px 20px 15px 20px;
}

.page-grille .page-grille-element h3 {
	text-transform: uppercase;
	color: #f06d43;
	margin-bottom: 15px;
	font-size: 20px;
}

.page-grille .page-grille-element h3 span {
	display: block;
}

.page-grille .page-grille-element .page-grille-element-photo img {
	display: block;
}

.page-grille .page-grille-element .page-grille-element-credit {
	font-size: 10px;
	color: #808082;
	text-transform: uppercase;
	text-align: right;
	padding-right: 9px;
	padding-top: 1px;
}

.page-grille .page-grille-element .page-grille-element-description {
	
}

.page-grille .page-grille-element .page-grille-element-description a {
	color: #3c444e;
}

.page-grille .page-grille-element .page-grille-element-description a:hover {
	color: #000;
}

.page-grille .page-grille-element .page-grille-element-coordonnees {
	margin-top: 15px;
	
	
	color: #f06d43;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;

	min-height: 48px;
	text-decoration: none;
	
	padding-top: 10px;
}

.page-grille .page-grille-element .page-grille-element-coordonnees > a {
	display: inline-block;
	vertical-align: middle;
	
	background-image: url(../images/elements/patrimoine-marker.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 39px;
	height: 48px;
	
	margin-right: 15px;
}

.page-grille .page-grille-element .page-grille-element-coordonnees div {
	display: inline-block;
	vertical-align: middle;
}

.page-grille .page-grille-element .page-grille-element-coordonnees > div > a {
	text-decoration: none;
	color: #f06d43;
}

.page-grille .page-grille-element .page-grille-element-coordonnees > div > a:hover {
	text-decoration: underline;
}

#contenuConteneur.contenuConteneurBeau #contenu a {
	color: #f06d43;
}


/*- sortie culturelle -*/

#sortie_culturelle{

}

#sortie_culturelle h1{
	color: #ee5725;
	margin-bottom: 20px;
	font-size: 3em;
}

#sortie_culturelle #la_thumb{
	margin-bottom: 20px;
	max-height: 300px;
	overflow: hidden;
}

#sortie_culturelle #la_thumb img{
	width: 100%;
	height: auto;
}

#sortie_culturelle .texte h2{
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #828282;
	font-size: 1.75em;
}

#sortie_culturelle .texte p{
	font-size: 1.25em;
	color: #808082;
	margin-bottom: 20px;
}

/*- single sous les projecteurs -*/

#single_video{

}

#single_video h1{
	color: #f06d43;
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 30px;
}

#single_video h1 span.petit{
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
}

#single_video h1 span.gros{
	
}

#single_video .boite{
	background-color: #f06d43;
	height: 486px;
	margin-bottom: 25px;
}

#single_video .boite .avec_image{
	width: 66.6666666666%;
}

#single_video .boite .sans_image{
	width: 33.3333333333%;
}

#single_video .boite .gauche{
	float: left;
	position: relative;
	height: 100%;
}

#single_video .boite .droite{
	float: left;
	position : relative;
	height: 100%;
}

#single_video .boite .texte{
	position: absolute;
	width: 90%;
	top: 0;
	left: 0;
	font-size: 1.25em;
	color: white;
	padding-top: 20px;
	padding-left: 5%;
	padding-right: 5%;
}

#single_video .boite  .gauche .texte{
	text-align: right;
	left: auto;
	right: 0;
}

#single_video .boite .texte.bottom{
	bottom: 0;
	top: auto;
	padding-top: 0;
	padding-bottom: 0px;
}

#single_video .boite .texte.haut_droite p{
	float:right;
}

#single_video .boite .image_proj{
	height: 100%;
}

#single_video .boite .image_proj.boite_video{
	display:block;
	width:100%;
	height:100%;
	position:relative;
}

#single_video .boite .image_proj.boite_video div,
#single_video .boite .image_proj.boite_video a{
	display:block;
	width: 100%;
	height: 100%;
}

#single_video .boite .image_proj.boite_video div img,
#single_video .boite .image_proj.boite_video a img{

}

#single_video .boite .image_proj.boite_video div iframe{
	width: 100%;
	height: 100%;
}

#single_video .boite .image_proj.boite_video div span.fleche{
	display:block;
	width:100%;
	height:100%;
	background-image:url(../images/elements/play.png);
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

#single_video .boite .image_proj.boite_video divs span.couleur{
	display:block;
	width:100%;
	height:100%;
	background-image:url(../images/bg/noir_55.png);
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

#single_video .boite .image_proj.boite_video:hover span.couleur{
	background-image:none;
}

#single_video .boite .image_proj img.image{
	display: none;
}

#single_video .splitter{
	margin: 30px 0;
	border-top: 1px #6d6e70 solid;
}

#single_video .splitter.top{
	margin-top: 50px;
}

#single_video .splitter.bottom{
	margin-bottom: 50px;
}

#single_video .texte{
	color: #6d6e70;
	font-size: 1.25em;
	width: 66.6666666666%;
}

#single_video .texte p{
	margin-bottom: 25px;
	width:190px;
}

#single_video .texte.principal p{
	width:auto;
}

#single_video .texte strong{
	color: #f06d43;
}

#single_video .social{
	margin-bottom: 50px;
}

#single_video .social a{
	width: 90px;
	height: 103px;
	background-position: 0 0 ;
	background-repeat: no-repeat;
	display:block;
	float:left;
}

#single_video .social a:hover{
	background-position: 0 -103px;
}

#single_video .social a.facebook{
	background-image: url(../images/social/facebook-fiche.png);
}

#single_video .social a.twitter{
	background-image: url(../images/social/twitter-fiche.png);
}

#single_video .social a.email{
	background-image: url(../images/social/mail-fiche.png);
}

#single_video #projecteur_voir_tous_les_dossiers{

}

#single_video .autres_videos{
	
}

#single_video .autres_videos .autre_video{
	float: left;
	margin-left: 3%;
	width: 31.3333333333%;
}

#single_video .autres_videos .autre_video:first-child{
	margin-left: 0;
}

#single_video .autres_videos .autre_video .boite_orange{
	height: 200px;
	width: 100%;
	background-color: #ee5725;
}

#single_video .autres_videos .autre_video .boite_orange .header{
	padding: 20px;
}

#single_video .autres_videos .autre_video .boite_orange .sur_titre{

}

#single_video .autres_videos .autre_video .boite_orange .sur_titre a{
	color: white;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
}

#single_video .autres_videos .autre_video .boite_orange .titre{

}

#single_video .autres_videos .autre_video .boite_orange .titre a{
	color: white;
	text-decoration: none;
	font-weight: 700;
	font-size: 2.25em;
}

#single_video .autres_videos .autre_video .boite_orange a:hover{
	color: #eeeeee;
}

#single_video .autres_videos .autre_video .image_video{
	height: 400px;
	width: 100%;
	position: relative;
	background-color: #595a5a;
	overflow: hidden;
}

#single_video .autres_videos .autre_video .image_video img.image{
	display:none;
}

#single_video .autres_videos .autre_video .image_video .triangle_orange{
	position: absolute;
	height: 38px;
	width: 100%;
	top: 0;
	left: 0;
	background-image: url(../images/elements/triangle_orange_down.png);
	background-repeat: no-repeat;
	background-position: top center;
	z-index: -1;
}

#single_video .autres_videos .autre_video.reverse  .image_video .triangle_orange{
	top: auto;
	bottom: 0;
	background-image: url(../images/elements/triangle_orange_up.png);
}

#single_video .autres_videos .autre_video .image_video a{
	display:block;
	width: 100%;
	height: 100%;
}

/*- archive sorties culturelles -*/

#toutes_les_sorties{

}

#toutes_les_sorties h1{
	color: #ee5523;
	font-size: 3em;
	font-weight: 700;
	margin-bottom: 25px;
}

#toutes_les_sorties .haut{
	margin-bottom: 60px;
}

#toutes_les_sorties .haut .gauche{
	float: left;
	width: 25%;
}

#toutes_les_sorties .haut .droite{
	overflow: hidden;
}

#toutes_les_sorties .haut .social{

}

#toutes_les_sorties .haut .social a{
	width: 90px;
	height: 103px;
	background-position: 0 0 ;
	background-repeat: no-repeat;
	display:block;
	float:left;
}

@media screen and (max-width: 1180px) and (min-width: 1001px){
	#toutes_les_sorties .haut .gauche{
		width: 50%;
	}
}

#toutes_les_sorties .haut .social a:hover{
	background-position: 0 -103px;
}

#toutes_les_sorties .haut .social a.facebook{
	background-image: url(../images/social/facebook-fiche.png);
}

#toutes_les_sorties .haut .social a.twitter{
	background-image: url(../images/social/twitter-fiche.png);
}

#toutes_les_sorties .haut .social a.email{
	background-image: url(../images/social/mail-fiche.png);
}

#toutes_les_sorties .haut .texte{
	color: #6d6e70;
	font-size: 1.25em;
	padding-left: 2%;
}

#toutes_les_sorties .haut .texte p{
	margin-bottom: 15px;
}

#toutes_les_sorties .les_sorties{

}

#toutes_les_sorties .les_sorties .une_sortie{
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px #6d6e70 solid;
}

#toutes_les_sorties .les_sorties .une_sortie:first-child{
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}

#toutes_les_sorties .les_sorties .une_sortie .gauche{
	float: left;
	width: 50%;
	text-align:right;
}

#toutes_les_sorties .les_sorties .une_sortie .gauche img{
	width: 100%;
}

#toutes_les_sorties .les_sorties .une_sortie .gauche .credits{
	color: #808082;
	text-transform: uppercase;
	font-size: 0.7em;
	text-align: right;
}

#toutes_les_sorties .les_sorties .une_sortie .droite{
	float: left;
	width: 45%;
	padding-left: 5%;
}

#toutes_les_sorties .les_sorties .une_sortie .droite .categorie{
	font-size: 16px;
	text-transform: uppercase;
}

#toutes_les_sorties .les_sorties .une_sortie .droite .categorie{
	color: #f06d43;
	text-decoration: none;
}

#toutes_les_sorties .les_sorties .une_sortie .droite h2{
	font-size: 42px;
	color: #ee5523;
	margin-bottom: 15px;
}

#toutes_les_sorties .les_sorties .une_sortie .droite .texte{
	font-size: 1.25em;
	color: #6d6e70;
}

#toutes_les_sorties .les_sorties .une_sortie .droite .texte p{
	margin-bottom: 20px;
}

#toutes_les_sorties .les_sorties .une_sortie .droite .texte a.savoir-plus{
	color: #f06d43;
	font-weight: 700;
	text-decoration: none;
}

#toutes_les_sorties .les_sorties .une_sortie .droite .texte a.savoir-plus:hover{
	color: #ff8359;
}

#toutes_les_sorties .sortie-culturelle-thumbnail{
	/*width: auto !important;
	height: auto !important;*/
}

/*- page répertoire -*/

body.page-template-template_repertoire-php #contenuConteneur,
body.page-template-template_inscription_repertoire-php #contenuConteneur{
	background-color: #272e37;
	color: #9bafbe;
}

body.page-template-template_repertoire-php #contenuConteneur .repertoire-titre h1,
body.page-template-template_inscription_repertoire-php #contenuConteneur .repertoire-titre h1 {
	color: #fff;
	font-size: 42px;
}

body.page-template-template_inscription_repertoire-php #contenuConteneur .repertoire-inscription-titre h1{
	color: #fff;
	font-size: 48px;
	
	font-family: Asap, Arial, Helvetica, 'Nimbus Sans L', 'Liberation Sans', FreeSans, sans-serif;
}

#contenuConteneur .repertoire-titre {
	margin-bottom: 30px;
}

#contenuConteneur .repertoire-filtres {
	margin-bottom: 60px;
	background-color: #5c626a;
	/*padding: 30px;*/
	color: #d7dfe5;
}

#contenuConteneur .repertoire-filtres .repertoire-filtres-col-wrap {
	padding: 30px;
}

#contenuConteneur .repertoire-filtres .repertoire-filtres-col1 .repertoire-filtres-col-wrap {
	padding-right: 0;
	padding-top: 45px;
}

#contenuConteneur .repertoire-filtres .repertoire-filtres-col2 .repertoire-filtres-col-wrap {
	padding-left: 0;
	padding-right: 0;
	padding-top: 45px;
}

#contenuConteneur .repertoire-filtres .repertoire-filtres-col3 .repertoire-filtres-col-wrap {
	padding-left: 0;
}

@media screen and (max-width: 1000px) {
	#contenuConteneur .repertoire-filtres .un_tiers {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	
	#contenuConteneur .repertoire-filtres .repertoire-filtres-col-wrap {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	
	#contenuConteneur .repertoire-filtres .repertoire-filtres-col2 .repertoire-filtres-col-wrap {
		padding-top: 0 !important;
	}
}

#contenuConteneur .repertoire-filtres .repertoire-un_filtre {
	margin-top: 20px;
}

#contenuConteneur .repertoire-filtres .repertoire-un_filtre:first-child {
	margin-top: 0;
}

#contenuConteneur .repertoire-filtres .repertoire-un_filtre .repertoire-un_filtre-libelle {
	color: #d7dfe5;
	font-size: 19px;
	margin-bottom: 5px;
}

#contenuConteneur .repertoire-filtres .repertoire-un_filtre .repertoire-un_filtre-champ-texte input {
	width: 100%;
	font-size: 14px;
	color: #7f8f9a;
	border: 0;
	height: 36px;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #e3e6e8;
}

#contenuConteneur .repertoire-filtres .repertoire-un_filtre .repertoire-un_filtre-champ-texte input:focus {
	background-color: #fff;
}

#contenuConteneur .repertoire-filtres #div_btn_recherche {
	margin-top: 47px;
}

#contenuConteneur .repertoire-filtres #btn_recherche {
	background-color: #ed5725;
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	width: 100%;
	box-sizing: border-box;
	padding-right: 15px;
	padding-left: 42px;
	background-image: url(../images/elements/btn_recherche_loupe.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-decoration: none;
	
	display: inline-block;
}

#contenuConteneur .repertoire-artistes-inscrits {
	margin-bottom: 10px;
}

#contenuConteneur #fiche_repertoire-col_inscription {
	
}

#fiche_repertoire-principal {
	background-image: url(../images/bg/fiche_repertoire-fond.png);
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 1157px;
}

#fiche_repertoire-col_description {
	color: #fff;
	font-size: 20px;
	line-height: 26px;
}

#fiche_repertoire-col_inscription {
	font-size: 20px;
	line-height: 26px;
	
	color: #97a1b0;
	background-image: url(../images/bg/fiche_repertoire-fond_col_inscription.png);
	background-repeat: no-repeat;
	min-height: 287px;
}

.repertoire-filtres #fiche_repertoire-col_inscription {
	background-color: #555b63;
	min-height: 0;
}

#fiche_repertoire-col_inscription #div_btn_inscription {
	margin-top: 20px;
}

#fiche_repertoire-col_inscription .btn_inscription {
	background-color: #f25816;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	line-height: 26px;
	
	display: inline-block;
	padding: 6px 14px;
	padding-left: 50px;
	background-image: url(../images/elements/btn_inscription-fleche.png);
	background-position: left center;
	background-repeat: no-repeat;
}

#fiche_repertoire-col_inscription .btn_inscription:hover {
	/*background-color: #df5223;*/
}

#fiche_repertoire-col_description #fiche_repertoire-col_description-wrap {
	padding: 30px 0;
	word-wrap: break-word;
}

#fiche_repertoire-col_inscription #fiche_repertoire-col_inscription-wrap {
	padding: 20px 30px;
	word-wrap: break-word;
}

#fiche_repertoire-col_coordonnees #fiche_repertoire-col_coordonnees-wrap {
	padding: 25px;
	word-wrap: break-word;
}


#fiche_repertoire-col_inscription p {
	max-width: 260px;
}

#fiche_repertoire-col_coordonnees .fiche_repertoire-titre_col,
#fiche_repertoire-col_coordonnees .fiche_repertoire-titre_fiche {
	display: none;
}

@media screen and (max-width: 1000px) {
	#fiche_repertoire-col_inscription p {
		max-width: none;
	}
}

@media screen and (max-width: 1040px) {
	#fiche_repertoire-col_coordonnees {
		width: 47%;
		margin-right: 3%;
	}
	
	#fiche_repertoire-col_description {
		width: 50%;
		margin-right: 0;
	}
	
	#fiche_repertoire-col_inscription-conteneur {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-top: 30px;
	}
	
	#fiche_repertoire-col_inscription-conteneur #fiche_repertoire-col_inscription p {
		max-width: none;
	}
	
	#fiche_repertoire-col_inscription-conteneur #fiche_repertoire-col_inscription {
		background-image: none;
	}
	
	#fiche_repertoire-col_description-wrap {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	#fiche_repertoire-col_coordonnees {
		width: 100%;
		float: none;
		margin-right: 0;
		/*position: relative;*/
		/*margin-top: 100%;*/
	}
	
	#fiche_repertoire-col_description {
		width: 100%;
		float: none;
		margin-right: 0;
		/*position: relative;
		top: -100%;*/
		/*float: left;*/
	}
	
	#fiche_repertoire-col_description .fiche_repertoire-titre_col,
	#fiche_repertoire-col_description .fiche_repertoire-titre_fiche {
		display: none;
	}
	
	#fiche_repertoire-col_coordonnees .fiche_repertoire-titre_col,
	#fiche_repertoire-col_coordonnees .fiche_repertoire-titre_fiche {
		display: block;
	}
	
	#fiche_repertoire-principal {
		min-height: 0 !important;
		background-image: none;
	}
	
	#fiche_repertoire-col_inscription {
		min-height: 0 !important;
	}
}

#fiche_repertoire-col_coordonnees {
	background-color: #dcdddf;
	color: #818181;
	font-size: 20px;
	line-height: 26px;
}

#fiche_repertoire-col_coordonnees a {
	color: #818181;
	text-decoration: none;
}

#fiche_repertoire-col_coordonnees a:hover {
	color: #414141;
}

#fiche_repertoire-image img {
	width: 100%;
	display: block;
}


#fiche_repertoire-col_description .fiche_repertoire-titre_col,
#fiche_repertoire-col_inscription .fiche_repertoire-titre_col {
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

#fiche_repertoire-col_description .fiche_repertoire-titre_col {
	padding-bottom: 10px;
}

#fiche_repertoire-col_inscription .fiche_repertoire-titre_col {
	padding-bottom: 15px;
}

body.page-template-template_repertoire-php #contenuConteneur .fiche_repertoire-titre_fiche h1 {
	color: #f25816;
	margin-bottom: 23px;
	text-transform: uppercase;
	line-height: 38px;
}

#fiche_repertoire-principal .fiche_repertoire-sous_titre {
	text-transform: uppercase;
	font-size: 28px;
	color: #818181;
	font-weight: bold;
	
	margin-bottom: 5px;
	margin-top: 25px;
}

#fiche_repertoire-principal #fiche_repertoire-col_coordonnees .fiche_repertoire-sous_titre:first-child {
	margin-top: 0;
}

#repertoire-fil {
	text-transform: uppercase;
	color: #9bafbd;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 50px;
}

#repertoire-fil a {
	color: #9bafbd;
	text-decoration: none;
}

#repertoire-fil a:hover {
	color: #fff;
}

#fiche_repertoire-principal .fiche_repertoire-texte {
	margin-bottom: 20px;
}

.fiche_repertoire-particularites ul,
.fiche_repertoire-domaines ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
	color: #fff;
	
	margin-bottom: 15px;
}

.fiche_repertoire-particularites .fiche_repertoire-sous_titre2,
.fiche_repertoire-domaines .fiche_repertoire-sous_titre2 {
	font-weight: bold;
	text-transform: uppercase;
}

/*- page contact -*/

body.page-template-template-contactez-nous-php #contenuConteneur{
	background-color: #dedfe0;
	background-image: url(../images/bg/contact-bg-top.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#page_contact{
	color: #828282;
	background-color: #dedfe0;
}

#page_contact strong{
}

#page_contact h1{
	font-size: 3em;
	background-color: #d4d5d6;
	color: #ee5523;
	/*padding-top: 35px;*/
	/*padding-bottom: 18px;*/
	line-height: 70px;
	font-weight: 700;
	margin-bottom: 48px;
	/*padding-left: 20px;*/
}

#page_contact .gauche{
	float: left;
	width: 33%;
	text-transform:uppercase;
}

#page_contact .gauche .padding{
	padding:0 20px 0 0;
}

#page_contact .gauche .texte{
	margin-top: 16px;
}

#page_contact .gauche .texte h2{
	color: #ee5523;
	font-size: 1.25em;
	margin-bottom: 5px;
}

#page_contact .gauche .texte h3{
	color: #ee5523;
	font-size: 0.9em;
	margin-bottom: 5px;
}

#page_contact .gauche .texte p{
	font-size: 0.9em;
	margin-bottom: 20px;
}

#page_contact .gauche .carte{
	/*margin-top:40px;*/
	margin-top:33px;
}

#page_contact .gauche .carte #la_google_map{
	height:348px;
	width:100%;
}

#page_contact .gauche .carte #la_google_map img{
	max-width:none;
}

#page_contact .gauche .carte #la_google_map .gmnoprint{
	display:none !important;
	visibility:hidden !important;
}

#page_contact .droite{
	float: left;
	width: 66%;
	text-transform:uppercase;
}

#page_contact .droite .contact_form br{
	display:none;
}

#page_contact .droite .contact_form label{
	line-height: 17px;
}

#page_contact .droite .contact_form strong{
	color: #f06d43;
	font-size: 1.5em;
	line-height: 0.5em;
	line-height: 0;
}

#page_contact .droite .contact_form .haut{

}

#page_contact .droite .contact_form .haut .half{
	float: left;
	width: 48%;
	margin-left: 2%;
}

#page_contact .droite .contact_form .haut .half:first-child{
	margin-left: 0;
	margin-right: 2%;
}

#page_contact .droite .contact_form .haut label{
	display:block;
	margin-bottom: 24px;
	font-weight: bold;
}

#page_contact .droite .contact_form .haut label input[type="text"],
#page_contact .droite .contact_form .haut label textarea{
	line-height: 60px;
	border: 1px white solid;
	width: 94%;
	padding: 0 3%;
	font-size: 2em;
	margin-top: 5px;
}

#page_contact .droite .contact_form .haut label textarea{
	line-height: normal;
	height: 185px;
	font-family: sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}

#page_contact .droite .contact_form .haut label input[type="text"]:focus,
#page_contact .droite .contact_form .haut label textarea:focus{
	border: 1px black solid;
}

#page_contact .droite .contact_form .bas{
	text-align:right;
	color: #999999;
}

#page_contact .droite .contact_form .bas label{
	font-weight: bold;
	display:block;
	margin-bottom: 18px;
}

#page_contact .droite .contact_form .bas label span{
	display:inline-block;
	vertical-align:middle;
}

#page_contact .droite .contact_form .bas label span.captcha-gauche{
	margin-right:5px;
}

#page_contact .droite .contact_form .bas label span.captcha-milieu{
	height:40px;
	width:100px;
	/*background-color: #9f9f9f;*/
	background-color: #fff;
	text-align:center;
	
}

#page_contact .droite .contact_form .bas label span.captcha-milieu img{
	padding-top:8px;
}

#page_contact .droite .contact_form .bas label span.captcha-droite{
	background-color:#ecebeb;
}

#page_contact .droite .contact_form .bas label span.captcha-droite input[type="text"]{
	border: 1px #ecebeb solid;
	line-height: 38px;
	padding: 0 10px;
	font-size: 1.25em;
	width: 180px;
	background-color:#ecebeb;
}

#page_contact .droite .contact_form .bas label span.captcha-droite input[type="text"]:focus{
	border: 1px black solid;
}

#page_contact .droite .contact_form .bas input[type="submit"]{
	cursor: pointer;
	color: white;
	font-weight: bold;
	text-align:center;
	line-height:100px;
	padding: 0 16px;
	background-color: #f06d43;
	border: 0;
	margin-top: 10px;
	min-width:100px;
	float:right;
	font-size:14px;
	text-transform:uppercase;
}

#page_contact .droite .contact_form .bas input[type="submit"]:hover{
	background-color: #ff8359;
}

#page_contact .droite .contact_form span.wpcf7-not-valid-tip{
	display:inline;
}


/*- politiques culturelles -*/

#politiques_culturelles {
	margin-top: 30px;
}

#politiques_culturelles .une_politique {
	margin-bottom: 28px;
}

#politiques_culturelles .une_politique a {
	display: block;
	background-color: #fff;
	color: #808082 !important;
	text-decoration: none;
	font-size: 20px;
}

#politiques_culturelles .une_politique a:hover {
	text-decoration: none;
	box-shadow: 0 0 4px rgba(34, 25, 25, 0.4);
}

#politiques_culturelles .une_politique .une_politique-logo,
#politiques_culturelles .une_politique .une_politique-titre {
	height: 200px;
	width: 50%;
	display: block;
	
	vertical-align: middle;
	
	display: table-cell;
}

#politiques_culturelles .une_politique .une_politique-logo {
	background-color: #f1f1f1;
	text-align: center;
}

#politiques_culturelles .une_politique .une_politique-logo img {
	/*display: block;*/
}

#politiques_culturelles .une_politique .une_politique-titre {
	text-align: left;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}

/* ------------------ */

.discipline_conteneur{
	height: 36px;
	font-family: 'Helvetica',Arial,sans-serif;
}

.discipline_conteneur .SumoSelect{
	width: 100%;
	display:block;
	
	cursor: pointer;
}

.discipline_conteneur .SlectBox, .SlectBoxa{
	width: 100%;
	
	padding: 0;
	
	line-height: 36px;
	height: 36px;
	
	color: #7F8F9A;
	background: #E3E6E8 url('../images/elements/dropdown2.gif') no-repeat right top;
}

.discipline_conteneur .ouvert .SlectBox, .SlectBoxa{

	background-position: right -36px;

}

.discipline_conteneur .SlectBox > span,
.discipline_conteneur .SumoSelect > .CaptionCont > span.placeholder{
	padding: 0 5px;
	color: #7F8F9A;
	font-style: initial;
	font-size: 15px;
}
.discipline_conteneur .SlectBox > label{
	display:none;
}

.discipline_conteneur .SumoSelect > .CaptionCont{
	background-color: #E3E6E8;
	border: 0;
	
}

.discipline_conteneur .SumoSelect.ouvert > .CaptionCont{
	background-color: #fff;
}


/* ------------- */

.discipline_conteneur .SumoSelect > .optWrapper.open{
	border-radius : 0;
	top: 36px;
	
	padding-top: 15px;
	background-image: url(../images/elements/fleche_first.png);
	background-repeat: no-repeat;
	background-position: right 4px;
	background-color: transparent;
	
	border: 0;

}

.discipline_conteneur .SumoSelect > .optWrapper > .options{
	border-radius : 0;
	background-color: #D7D7D7;
}

.discipline_conteneur .SumoSelect > .optWrapper > .options > li{
	border: 0 !important;
	line-height: 1.2em;
	
	padding: 5px 20px;
	background-color: #D7D7D7;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 26px;
	
	color: #333;
	
	cursor: pointer;
}

.discipline_conteneur .SumoSelect > .optWrapper > .options > li,
.discipline_conteneur .SumoSelect > .optWrapper > .options > li *{
	cursor: pointer;
}


.discipline_conteneur .SumoSelect > .optWrapper > .options > li:nth-child(odd) {
	background-color: #FFF;
}

.discipline_conteneur .SumoSelect > .optWrapper > .options > li:first-child{
	font-weight: bold;
	background-color: #ED5422 !important;
	color: #FFF !important;
	padding: 12px 20px 12px 35px !important;
	background-image: url(../images/elements/drop_fleche.png);
	background-repeat: no-repeat;
	background-position: 6px center;
	border-radius: 0 !important;
}

.discipline_conteneur .SumoSelect > .optWrapper > .options > li:first-child span{
	display:none;
}

.discipline_conteneur .SumoSelect > .optWrapper > .options > li:hover{
	background-color: #D7D7D7;
}

.discipline_conteneur .SumoSelect > .optWrapper > .options > li:hover:nth-child(odd) {
	background-color: #FFF;
}

.discipline_conteneur .SumoSelect > .optWrapper > .options > li.selected{
	background-color: #50748A !important;
	color: #FFF !important;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls{
	color: #444;
}




/* AJUSTEMENT ZEN - NP 18-02-2016 */ 


#filtresConteneur {
    background-image:url(../images/menu_filtre/texture_ligne.png);
    background-position:top left;
    background-repeat:no-repeat;
}


/* Menu filtre catégorie */ 

.filtre_categorie{
    display:block;
    /*width:66.666666%;*/
    float:left;
    color:ffffff;
    text-transform:uppercase;
	font-size: 17px;
	font-weight: 700;
    list-style:none;
    margin-top:20px;
    margin-bottom:26px;
    max-width:820px;
}

.filtre_categorie li {
    display:block;
    position:relative;
    float:left;
    /*width: 25%;*/
    width:205px;
}

.all_event{
    display:block;
    position:relative;
    float:right;
    clear:both;
    width: 33%;
    max-width: 404px;
    margin: 10px 5px;
}


.filtre_categorie li:nth-of-type(4) a,
.filtre_categorie li:nth-of-type(8) a {
    margin-right:0px;
    
}

.filtre_categorie li i,
.all_event i{
    opacity :0.2;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.filtre_categorie li:hover i ,
.all_event:hover i{
    opacity :1;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.filtre_categorie li a{
    display:block;
    padding:17px 15px 17px 15px;
    line-height:17px;
    margin-right:5px;
    margin-bottom:5px;
    height: 55px;
    box-sizing:border-box;
    text-decoration:none;
    color:#ffffff;
    background-color: #ed6d49;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -ms-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}
.all_event a{
    display:block;
    padding:17px 15px 17px 15px;
    line-height:17px;
    height: 55px;
    margin:0px;
    box-sizing:border-box;
    text-decoration:none;
    color:#ffffff;
    background-color: #ed6d49;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -ms-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}

.filtre_categorie li a:hover,
.all_event a:hover{
    background-color: #5c626a;
    color:#ffffff;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -ms-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
}



.lieu-diffusion{
    display:block;
    position:relative;
    /*width:16.666666%;*/
    width:205px;
    
    float:left;
    color:ffffff;
    text-transform:uppercase;
	font-size: 17px;
	font-weight: 700;
    list-style:none;
    margin-top:20px;
    margin-bottom:26px;
}
.lieu-diffusion i{
    opacity :0.2;
    top:auto;
    bottom:14px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.lieu-diffusion:hover i {
    opacity :1;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.lieu-diffusion a{
    display:block;
    min-height:115px;
    box-sizing:border-box;
    padding:17px 15px 17px 15px;
    line-height:17px;
    margin-left:5px;
    margin-bottom:5px;
    text-decoration:none;
    color:#ffffff;
    background-color: #979898;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -ms-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}

.filtre_categorie li a:hover{
    background-color: #5c626a;
    color:#ffffff;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -ms-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
}


.ico-artsvisuel,
.ico-theatre,
.ico-musique,
.ico-humour,
.ico-cinema,
.ico-jeunesse,
.ico-autres,
.ico-diffusion{
    display:block;
    position:absolute;
    right:10px;
    top:18px;
    width:29px;
    height:21px;
    background-image:url(../images/menu_filtre/icone_evenements.svg);
    background-position:0px 0px;
    background-repeat:no-repeat;
    background-size:270px 21px;
}
                
.ico-artsvisuel{ background-position: 0px 0px; }
.ico-theatre{ background-position: -150px 0px; }
.ico-musique{ background-position: -60px 0px; }
.ico-humour{ background-position: -30px 0px; }
.ico-cinema{ background-position: -180px 0px; }
.ico-jeunesse{ background-position: -240px 0px; }
.ico-autres{ background-position: -120px 0px; }
.ico-diffusion{ background-position: -210px 0px; }

    
    
.recherche-detail{
    display:inline-block;
    cursor:pointer;
	color: #3c464f;
	font-size: 15px;
	font-weight: 400;
}

.recherche-detail span{
    display:inline-block;
	color: #ffffff;
	font-size: 15px;
	font-weight: 300;
    width: 20px;
	height: 18px;
    line-height:14px;
    box-sizing:border-box;
    text-align:center;
    margin-left:11px;
	background-color: #ee5725;
}


#filtresSousConteneur {
    display:  none !important;
}

#filtresSousConteneur.open_frm {
     display: block !important;
}



@media screen and (max-width:1150px) {
    
.filtre_categorie{
    display:block;
    width:83.333333%;
    max-width:820px;
}
.filtre_categorie li {
    width: 25%;
}
.lieu-diffusion{
    width:16.6666667%;
}
	
}

@media screen and (max-width:1150px) {
    
.filtre_categorie{
    display:block;
    width:83.333333%;
    max-width:820px;
    font-size:15px;
}
.filtre_categorie li {
    width: 25%;
}
.filtre_categorie li a {
    line-height:15px;
    height: 51px;
}
.lieu-diffusion{
    width:16.6666667%;
    font-size:15px;
    line-height:15px;
    
}
.lieu-diffusion a{
   min-height: 107px;
}

	
}

@media screen and (max-width:768px) {
    
.filtre_categorie{
    width:100%;
    margin-bottom:0px;
    font-size:14px
}
.lieu-diffusion{
    width:100%;
    margin-bottom:26px;
    margin-top: 0px
}
.lieu-diffusion a br{
    display:none;
}
.lieu-diffusion a{
   min-height: 10px;
   height: 51px;
   margin:0px;
   font-size:14px;
}
.lieu-diffusion i{
    top:18px;
    bottom:auto;	
}

}

@media screen and (max-width:600px) {
    
.filtre_categorie li i,
.lieu-diffusion i,
.filtre_categorie li:hover i,
.lieu-diffusion:hover i
{
    opacity:0;
}

}


@media screen and (max-width:550px) {
    #filtresConteneur {
        padding-bottom: 70px  !important;
    }
}
    
 @media screen and (max-width:500px) {
    
.filtre_categorie li {
    width: 50%;
}
.filtre_categorie li:nth-of-type(2) a,
.filtre_categorie li:nth-of-type(4) a,
.filtre_categorie li:nth-of-type(6) a,
.filtre_categorie li:nth-of-type(8) a {
    margin-right:0px;
    
}

.filtre_categorie li a,
.lieu-diffusion a {
    height: 33px;
    padding: 10px 5px 10px 10px;
    font-size:13px;
}

}   

/* Liste Lieux de diffusion */ 

.liste_condensee.lieux_diff .itemConteneur .item{
    background-color: #e4e6e7;
    background-image:url(../images/menu_filtre/texture_lieux.png);
    background-position:top right;
    background-repeat:no-repeat;
    border:0px;
    text-transform:uppercase;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -ms-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}

.liste_condensee.lieux_diff .itemConteneur .item:hover{
    background-color: #5c626a;
    border:0px;
    background-image:url(../images/menu_filtre/texture_lieux_over.png);
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -ms-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
}


.liste_condensee.lieux_diff .itemConteneur .item span{
    display:inline-block;
    position:relative;
    line-height: 21px;
    max-width:40%;
    margin: 22px 10px 0px 22px;
	color: #5c626a;
	font-size: 16px;
	font-weight: 700;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -ms-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
}
.liste_condensee.lieux_diff .itemConteneur .item h2{
     display:inline-block;
    position:relative;
    line-height: 21px;
    max-width:40%;
	color: #eb552e;
	font-size: 22px;
	font-weight: 400;
    margin: 16px 10px 0px 22px;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -ms-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
}

.liste_condensee.lieux_diff .itemConteneur .item:hover span,
.liste_condensee.lieux_diff .itemConteneur .item:hover h2{
	color: #ffffff;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -ms-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
}

.liste_condensee.lieux_diff .itemConteneur .item .image_lieux{
	display:none
}

.liste_condensee.lieux_diff .itemConteneur .item.img,
.liste_condensee.lieux_diff .itemConteneur .item.img:hover {
    background-image:none;
}
.liste_condensee.lieux_diff .itemConteneur .item.img .image_lieux{
	display:block;
    position:absolute;
    width: 50%;
    top:0px;
    bottom:0px;
    right:0px;
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
  
}   
.liste_condensee.lieux_diff .itemConteneur .item.img .image_lieux:after{
    content:'';
	display:block;
    position:absolute;
    width: 38px;
    height: 75px;
    top:50%;
    left:0px;
    margin-top:-37px;
    background-image:url(../images/menu_filtre/triangle_lieu.png);
    background-position:0px 0px;
    background-repeat:no-repeat;
}    

.liste_condensee.lieux_diff .itemConteneur .item.img:hover .image_lieux:after{
    background-position:-38px 0px;
} 

.liste_condensee.lieux_diff .itemConteneur .item.img {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
} 
.liste_condensee.lieux_diff .itemConteneur .item.img:hover {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
} 



/* AJOUT PÔLES CULTURELS */

.content_pole h1{
	font-size: 42px;
	color:#ee5523;
	margin: 50px 0 25px;
	
}
.content_pole p{
	font-size: 20px;
	line-height: 24px;
	margin-bottom:22px;
	font-weight: 400;
	color: #6d6e70;
	
}
.nopadtop{
	padding: 0px 0px 30px !important;
	
}

.secteur_link{
	color: #6d6e70;
	line-height: 24px;
	margin: 40px 0 60px;
	font-weight: 500;
}

.secteur_link a{
	color: #6d6e70;
	font-size: 16px;
	line-height: 24px;
	margin-right: 12px;
	font-weight: 400;
	text-decoration: none;
	padding-right: 16px;
	position: relative;
}

.secteur_link a:hover{
	text-decoration:underline;
}

.secteur_link a:after{
	content: '';
	display: inline-block;
	position:absolute;
	height: 12px;
	width:12px;
	background-image: url('../images/liens/liens_externes_CC-gris.png');
	background-position: center center;
	top: 4px;
	right: 0px;
}

/* Autres poles */ 


.autre_pole {
	border-top: 1px solid #b7b7b7;
	padding-bottom: 90px;
}

.autre_pole h2{
	font-size: 32px;
	color:#ee5523;
	margin: 45px 0 55px;
	
}
.calendrier_pole{
	font-size: 32px;
	color:#ee5523;
	margin: 0px 0 50px;
	
}

.link_autrepole{
	font-size: 20px;
	text-transform: uppercase;
	color: #6d6e70;
	text-decoration:none;
	display: inline-block;
	position: relative;
	margin-right: 48px;
	margin-bottom: 15px;
	
}
.link_autrepole:after{
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0px;
	height: 2px;
	width: 100%;
	background-color: #6d6e70;
	
}
/* Poles Home */

.poles_homepage h2{
	font-size: 42px;
	color:#ee5523;
	margin: 90px 0 52px;
	
}



.liste_poles{
	display:flex;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	flex-direction:row;
	-ms-flex-direction: row; 
	-webkit-flex-direction: row;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap; 
	-webkit-flex-wrap: wrap;
	align-items: stretch;
	-ms-flex-align-items:stretch; 
	-webkit-align-items: stretch; 
	 -webkit-justify-content: center; 
    justify-content: center;
	margin-left: -6px;
	margin-right: -6px;
	margin-bottom: 82px;
}

.liste_poles li{
	width: 25%;
	list-style-type: none;
	
}
@media screen and (max-width:1000px) {
	.liste_poles li{
	width: 33.3333333%;
}
}
@media screen and (max-width:768px) {
	.liste_poles{
		 -webkit-justify-content: flex-start; 
		justify-content: flex-start;
	}
	.liste_poles li{
		width: 50%;

}
}
@media screen and (max-width:320px) {
	.liste_poles li{
	width: 100%;
}
}


.liste_poles li a{
	display: block;
	position: relative;
	height: 150px;
	text-indent: -9999px;
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px 6px 12px 6px ;

}

.liste_poles li a:after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	top:0px;
	bottom:0px;
	left:0px;
	background-position: center top;
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;

}

.liste_poles.small_view li a{
	height: 75px;
	background-position: center center;

}
.liste_poles.small_view li a:after{
	background-position: center center;
}

.liste_poles li a:hover:after {
	opacity: 1;	
	-webkit-transition: all 300ms ease-in;
-moz-transition: all 300ms ease-in;
-ms-transition: all 300ms ease-in;
-o-transition: all 300ms ease-in;
transition: all 300ms ease-in;
}


#pole-1314,#pole-1360 { background-image: url(../Poles/home/pole_Cowansville.jpg)} /*Cowansville */
#pole-1322,#pole-1358 { background-image: url(../Poles/home/pole_Farnham.jpg)}  /*Farhnam */
#pole-1326,#pole-1355 { background-image: url(../Poles/home/pole_Sutton.jpg)}  /*Sutton */
#pole-1328,#pole-1356  { background-image: url(../Poles/home/pole_StArmand.jpg)}  /*Saint Armand */
#pole-1330,#pole-1359 { background-image: url(../Poles/home/pole_Dunham.jpg)}  /*Dunham */
#pole-1332,#pole-1362 { background-image: url(../Poles/home/pole_Bedford.jpg)}  /*Bedford */
#pole-1335,#pole-1357  { background-image: url(../Poles/home/pole_LacBrome.jpg)}  /*Lac Brome */
#pole-1337,#pole-1361  { background-image: url(../Poles/home/pole_Bromont.jpg)}  /*Bromont */


#pole-1314:after,
#pole-1360:after{ background-image: url(../Poles/home/pole_Cowansville-MO.jpg)} /*Cowansville */
#pole-1322:after,
#pole-1358:after { background-image: url(../Poles/home/pole_Farnham-MO.jpg)}  /*Farhnam */
#pole-1326:after,
#pole-1355:after { background-image: url(../Poles/home/pole_Sutton-MO.jpg)}  /*Sutton */
#pole-1328:after,
#pole-1356:after { background-image: url(../Poles/home/pole_StArmand-MO.jpg)}  /*Saint Armand */
#pole-1330:after,
#pole-1359:after { background-image: url(../Poles/home/pole_Dunham-MO.jpg)}  /*Dunham */
#pole-1332:after,
#pole-1362:after { background-image: url(../Poles/home/pole_Bedford-MO.jpg)}  /*Bedford */
#pole-1335:after,
#pole-1357:after { background-image: url(../Poles/home/pole_LacBrome-MO.jpg)}  /*Lac Brome */
#pole-1337:after,
#pole-1361:after { background-image: url(../Poles/home/pole_Bromont-MO.jpg)}  /*Bromont */


/* galerie */ 

.liste_galeries{
    position: relative;
    width: 100%;
    margin: 0px 0px;
    padding-bottom: 50px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: stretch;
    -ms-flex-align-items: stretch;
    -webkit-align-items: stretch;
    align-content: flex-start;
    

}
.liste_galeries .une_moitie:nth-of-type(2n){
    margin-right: 0px;
}
.liste_galeries .page-grille-element-photo img {
    height: auto;
    width: 100%;
}