#bandeauProvince{
	position:fixed; z-index: 10000; width:100%; height:50px;top:0px; left:0px; background-image:url(https://www.province.namur.be/image/bg_blackSpecial_333333.png);
}
body{ 
	/*
	padding-top:50px;
	*/
}

*{
	/* background: red;  */
	font-size: 1em;
}

h1,h2,h3,h4,h5,h6{

}
h1{
	font-family: 'FKGrotesk';
	font-weight: bold;
	font-style: normal;
	margin-bottom: 1em;
}
h2{
	font-family: 'FKGrotesk';
	font-weight: normal;
	font-style: normal;
	
}
h3{
	font-family: 'FKGrotesk';
	font-weight: normal;
	font-style: normal;
	
}
h4{
	font-family: 'FKGrotesk';
	font-weight: normal;
	font-style: normal;
	
}
a{
	color: #000;
	font-weight: bold;
}
a:hover{
	color: #000;
	text-decoration: underline;
}
.subPageContent h2{
	font-size: 1.4rem;
	text-transform: uppercase;
}
.subPageContent h3{
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
}
.subPageContent h4{
	font-size: 1.2rem;
	font-weight: bold;
	color: #555;
}
.subPageContent p{
	color: #444;
}
.subPageContent a, .contentEvent a{
	/*
	border-bottom: 2px solid #000;
	*/
	display: inline-flex;
	padding:0 .2em .2em .2em;
	position: relative;
	z-index: 3;
	overflow: hidden;
	color: #000;
	font-weight: bold;

	transition: all .3s ease;
}
.subPageContent a span, .contentEvent a span{
	position: relative;
	z-index: 4;
}
.subPageContent figure a{
	padding: 0;
	position: initial;
	overflow: auto;

}
.subPageContent figure a:before{
	content: none;
}
.subPageContent a:hover, .contentEvent a:hover{
	text-decoration: none;
	color: #fff;
}
.subPageContent a::before, .contentEvent a::before {
	content: '';
	display: block;
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
	z-index: 1;

	transition: all .3s ease;
}
.subPageContent a:hover::before, .contentEvent a:hover::before{
	height: 100%;
}
.subPageContent figure a::before, .contentEvent figure a::before{
	background: none;
}

.img-home{
	margin-bottom: 15px;
}

.subPageTitle{
	font-weight: bold;
	text-align: center;
}

.wp-block-quote{
	font-family: 'FKGrotesk';
	font-style: italic;
	
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p{
	font-size:2em;
}
.introDelta{
	font-family: 'FKGrotesk';
	font-style: italic;
	font-size: 2em;
	width: 80%;
	text-align: center;
	margin:30px auto; 
}
.pageTitle{
	/*
	background: url(img/delta-gimmick-bottom-gray.png) no-repeat center;
	*/
}

.contentArea{
	/*
	max-width: 1280px;
	margin: 0 auto;
	*/
	/*
	overflow: hidden;
	height: 100%;
	*/ 
	/*
	overflow-x: hidden;
	*/
}

header{
	background: #fff;
}
header.sticky-top{
	top:0;
}
header.sticky-top .navbar-brand img{
	width: 50%;
}
.navbar{
	padding: .5rem 0; 
}

.tagsBlock{
	
	position: relative;
	display: block;
	height: 55vh;

	
	
	display: table;
	width: 100%;
	/*
	position: sticky;
	top: 10em;
	*/
}
.tagsBlock .tagsFilter{
	/*
	text-align: left;
	*/
	background: unset;
	font-size: .8rem;
	padding: 0;

}
.tagsBlock .tagsFilter li{
	margin: 0;
}
.tagsBlock .tagsFilter a{
	margin: .4rem;
	display: block;
}
.homeContainer{
	margin-bottom: 60px;
	overflow: hidden;
}
.homeContainer>.row>div{
	padding-top: 30px;
}

.sideCol{
	padding-top: 30px;
	padding-left: 7%;
	background: #eee;
	position: relative;

}
.sideCol:after {
	
    position: absolute;
    right: -100rem;
    top: 1px;
    content: '';
    display: block;
    background: #eee;
    width: 100rem;
    height: 100%;
    z-index: 1;
    
}

.homeTitle{
	font-size: 1em;
    border-bottom: 6px solid #000;
    margin-bottom: 1rem;
}
.homeTitle span {
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
    display: inline-block;
    z-index: 1;
    background: #000;
    color: #fff;
    font-size: 1.1em;
    padding: .6em 1em;
}

#carouselDelta{
	
	display: table-cell;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	
	height: 55vh;
}
.carousel-inner{
	
	
	display: block;
	width: 100%;
	height: 100%;
}
#carouselDelta .carousel-item{
position: relative;
overflow: hidden;
display: block;
	width: 100%;
	height: 100%;
}

#carouselDelta img{
	/*
position: absolut;
e;
   left: 50%;
   top: 50%;
   -webkit-transform: translateY(-50%) translateX(-50%);
   */


position: absolute;
  /* Position the image in the middle of its container. */
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  /* The following values determine the exact image behaviour. */
  /* You can simulate background-size: cover/contain/etc.
     by changing between min/max/standard width/height values.
     These values simulate background-size: cover
  */
  min-width: 100%;
  min-height: 100%;

}
#carouselDelta .carousel-item:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .3;
	position: absolute;
	top:0;
	left: 0;
}

.eventFeatured{
	
	padding-top: 30px;
	padding-bottom: 30px;
	
}

.tagsList a:before, .tagsFilter a:before{
	content: '#';
}

.tagsFilter{
	font-family: 'FKGrotesk';
	text-align: center;
	background: rgba(0,0,0,.04);
	padding: 30px;
}
.tagsFilter li{
	list-style-type: none;
	display: inline-block;
	margin: 15px;
}
.tagsFilter a{
	font-size: .9em;
	text-transform: uppercase;
	background: #fff;
	border: 2px solid #000;
	padding: 6px;
	color: #000;
	font-weight: normal;
	transition: all .5s ease-out;
}
.tagsFilter .current-cat a{
	background: #ddd;
	border-color: #aaa;
}

.tagsFilter a:hover{
	text-decoration: none;
	background: #000;
	color: #fff;
}
.tagsContainerHome {
	
	position: relative;
	z-index: 100;
	text-align: center;
	display: table-cell;
	height: 1em;
	vertical-align: middle;
	

}
.tagsContainerHome:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}
.tagsContainerHome .tagsFilter{
	background: 0;
	width: 80%;
	margin: auto;
	/* center the unknown*/
	display: inline-block;
	vertical-align: middle;
	letter-spacing: .2em;
	font-size: 1.2em;
}
.tagsContainerHome .tagsFilter li{
	margin: .4rem;
}

.tagsContainerHome a{
	font-weight: normal;
	background: rgba(255,255,255,.6);
	border:0;
}
.copyDelta{
	bottom:10px;
	left: auto;
	right: 1em;
	text-align: right;
	padding: 0;
}
.copyDelta span{
	position: relative;
	font-size: .6em;
	padding: .6em;
	background: rgba(0,0,0,.2);
	color: rgba(255,255,255,.7);
	border-radius: .6em;

	transition: all .5s ease-out;
}
.copyDelta span:after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0,0,0,.2) transparent transparent transparent;
}



.typoH1{
	font-size: 1em;
	border-bottom: 6px solid #000;
	margin-bottom: 30px;
}
.typoH1 span{
	text-transform: uppercase;
	font-weight: normal;
	position: relative;
	display: inline-block;
	z-index: 1;
	background: #000;
	color: #fff;
	font-size: 1.1em;
	padding: .6em 1em;
}
.typoH1 span:before{
	content: '#';
}





.flashNewsBlock{
	margin-top: 30px;
}
.flashNewsText{
	padding: 30px;
	font-family: 'FKGrotesk';
	text-align: center;
	background: #eee;
	border:10px solid #ddd;
	margin-top: 30px;
	color: #444;
	
}
.flashNewsBlockImg{
	position: relative;
	 
}
.flashNewsBlockImg a span{
	display: none;
	opacity: 0;
	transition: all .7s ease;
}
.flashNewsBlockImg a span:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f129";
	font-size: 2em;

}
.flashNewsBlockImg a:hover span{
	display: flex;
	opacity: 1;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	text-align: center;
	color: #fff;/*
	padding-top: calc(50% - 2em);*/
}
.flashNewsText a{
	color: #333;
}
.flashNewsBlock img{
	
	max-height: 300px;
	margin: auto;
	
}


.pageTitle{
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	color: #aaa;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 0;
}

#mainContainer{
	/*
	width: 80%;
	margin: 0 auto;
	*/
}

#mainMenu a{
	font-family: 'FKGrotesk';
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
	position: relative;
	z-index: 3;

	transition: all .7s ease;
}
#mainMenu a.active, #mainMenu .current-page-ancestor a{
	background-color: #000;
	color: #fff;
}

#mainMenu li{
	display: block;
	position: relative;
	transition: all .5s ease-out;
	overflow: hidden;
}
#mainMenu li+li{
	margin-left: .4em;
}
#mainMenu li:before{
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	transition: all .5s ease;
	left: -100%;
	top:0;
	z-index: 1;
}
#mainMenu li.active{
	
}

#mainMenu li:hover:before{
	left: 0;


}
#mainMenu li:hover a{
 color: #fff; 
}

.topBar{
	background: #333;
}
.topBar .container>div{
	/*
	display: inline-block;
	*/
}
.provinceBar{
	position: relative;
	color: #fff;
	padding: 3px;
}
.provinceBar a, .provinceBar p{
	display: inline-block;
	font-family: Helvetica neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 200;
	letter-spacing: .1em;
	margin: 0;
}
.provinceBar a{
	border-right: 1px solid #ccc;
	padding-right: 10px;
	margin-right: 10px;
}
.provinceBar img{
	height: 39px;
	width: 100px;
}
.provinceBar #slogan{
	width: calc(100% - 121px);
	position: absolute;
    left: 121px;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
}
.topBar .container:after{
	content: '';
	clear: both;
	display: block;
}


.quickMenu{
	/*
	margin-bottom: -30px;
	*/
	text-align: right;
	padding-right: .5rem;
}

.quickMenu ul{
	display: inline-block;
}
.quickMenu li{
	display: inline-block;
}
.quickMenu .dropdown{
	display: inline-block;
	display: inline-flex;
	align-items: center;
	height: 100%;
}
.quickMenu .dropdown-menu{
	padding: 15px;
	font-size: .9em;
	border-radius: 0;
	min-width: 15em;
	left:-15em;
}
.quickMenu a{
	font-family: 'FKGrotesk';
	/*
	color: #666;
	font-size:.9em;
	*/
	color: #fff;
	transition: all .7s ease;
}
.quickMenu button{
	color: #fff;
	transition: all .7s ease;
}
.iconToggle{
	border:none;
	background: 0;
	font-size: 1.4em;
	margin-left: 1em;
	position: relative;
	display: inline-flex;
	align-items: center;
	height: 100%;
}
.passToggle{
	/*
	border:none;
	background: #000;
	color: #eee;
	padding: .6em;
	display: inline-flex;
	align-items: center;
	*/
	/*
	border-bottom-left-radius: .6em; 
	border-bottom-right-radius: .6em; 
	*/
}
.passToggle i{
	font-size: 1.6em;
}
.quickMenu a:hover, .quickMenu button:hover{
	color: #FF8769;
	text-decoration: none;
}
.quickMenu .passToggle:hover{
	background: #FF8769;
	color: #000;
}
.quickMenu a span, .quickMenu button span{
	display: block;
	padding: .3em 1em;
	z-index: 10;
	font-size: .7em;
	font-weight: normal;
	background: #000;
	position: absolute;
	left: 50% ;
	bottom: -5px ;
	transform:translate(-50%, 100%);
	-webkit-transform:translate(-50%, 100%);
	/*
	opacity: 0;
	display: none;

	transition: all .3s ease-out;
	transition-delay: .1s;
	*/

	visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s, visibility 0.4s;
    white-space: nowrap;
}
.quickMenu span::after {
  content: " ";
  position: absolute;
  bottom: 100%;  /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}
.quickMenu a:hover{

}
.quickMenu a:hover span, .quickMenu button:hover span{
	display: block;
	/*
	opacity: 1;
	*/
	color: #fff;

	visibility: visible;
    opacity: 1;
    transition: opacity 0.4s, visibility 0.4s;
}
.quickMenu input{
	border-radius: 0;

}
.quickMenu #searchsubmit{
	border:none;
	color: #fff;
	background: #000;
	padding-left: 1.4em;
	padding-right: 1.4em;
}




.topEventPage {
	position: relative;
}

.eventInfos{
	text-align: center;
	position: relative;
}
.eventInfoPage{
	background-color: #FF8769;
}
.eventInfoPage:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */

}
/* Diminue l'opacité du fond */
.eventInfoPage:after{
	content: '';
	display: block;
	background: #fff;
	opacity: .35;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: 2;
}

.eventInfos .content{
	display: block;
    
}
.eventInfoPage .content{
	display: inline-block;
	vertical-align: middle;
    position: relative;
    z-index: 3;
    font-size: 1.4em;
    width: 98%;
    color: rgba(0,0,0,.7);
}
.eventInfos a{
	color: #000;
	font-size: .7em;
}
.eventInfoPage a{
	color: rgba(0,0,0,.7);
}
.eventInfos .dateFin:before, .horaire .endTime:before{
	content: " - ";
}
.eventInfos img{
	position: relative;
	z-index: 2;
}
.eventInfos .eventTag, .eventInfos .eventPublic{
	font-weight: bold;
	font-size: 1.2em;
	position: relative;
	z-index: 3;
}
.eventInfos .eventDate{
	font-size: 1.5em;
	position: relative;
	z-index: 3;
}
.eventInfos .eventTitle{
	font-size: 1.5em;
	position: relative;
	z-index: 3;
}
.eventInfos .eventTitle a{
	font-size: 1em;
}
.eventInfos .eventTitle a:hover{
	text-decoration: none;
}
.eventInfos .eventSalle{
	font-weight: bold;
	font-size: 1.2em;
	position: relative;
	z-index: 3;
}
.eventInfos .eventTag a:before{
	content: '#';
}
.eventsList .eventInfos{
	margin-bottom: 50px;
}
.eventsList .eventInfos .content{
	height: 100%;
}


.eventsList .eventInfos .content{
	position: relative;
	transition: all .5s ease-out;
	overflow: hidden;
}
.eventsList .eventInfos .content:before{
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.07);
	position: absolute;
	transition: all .2s ease;
	top: -100%;
	left:0;
	z-index: 1;
}

.eventsList .eventInfos:hover .content:before{
	top: 0;
}


.btn{
	border-radius: 0;
	font-family: 'FKGrotesk';
	font-size: .8em;
	text-transform: uppercase;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;

	transition: all .5s ease-out;
}
.postsList .btn:hover{
	background: #000;
	color: #fff;
	/*
	transition-delay:.1s;
	*/
}
.eventsList .eventInfos:hover .btn{
	background: #000;
	color: #fff;
	/*
	transition-delay:.1s;
	*/
}
.eventsList .eventInfos:hover img{
	transition: all .3s ease-out;
	opacity: .2;
}

.eventInfos .content{
	

}
.eventOptions{

}
.eventAnnulation h3, .eventAnnulation h2, .eventAnnulation h1, .eventAnnulation .btn{
	opacity: .3;
}
.eventAnnulation h3{
	text-decoration: line-through;
}
.eventCardImage{
	position: relative;
}
.annulation{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top:0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	color: #fff;
	font-weight: bold;
	opacity: 1;
	padding: 1rem;
	font-size: 2rem;
	text-transform: uppercase;
}


.SubPageBlock{
	background: #eee;
	padding: 0;
	position: sticky;
	top:8em;
	margin-bottom: 30px;
}
.panoRatioImg{
	height: 200px;
	position: relative;
	overflow: hidden;
}
.panoRatioImgDefault{
	height: 200px;
	text-align: center;
}
.panoRatioImg img{
	
	position: absolute;
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
	left: -9999px;
	margin: auto;
	min-width: 100%;
	min-height: 100%;

}
.SubPageBlock h2{
	padding-top:15px;
	color: #bbb;
}
.SubPageBlock h2:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  font-size: 2em;
  line-height: .5em;
  display: block;
  text-align: center;
}
.SubPageBlock img{
	/*
	padding:0 3em; 
	
	max-height: 200px;*/
}
.subPageList{
	padding: 0;
	position: sticky;

}
.subPageList li{
	list-style: none;
	border-bottom: 1px solid #aaa;
}
.subPageList li+li{

}
.subPageList a{
	display: block;
	padding: 15px;
	color: #999;
	font-weight: normal;
}
.subPageList a:hover{
	background: #ddd;
	text-decoration: none;
	color: #333;
}
.subPageList .current_page_item a{
	background: #fff;
}
.subPageList a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
  margin-left: 1em;
}
.subPageList .current_page_item a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  margin-left: 1em;
}
.subPageContent{
	width: 80%;
	margin:0 auto;
}
.sideEventCol{
	
}
.sideEvent{
	position: relative;
	position: sticky;
	top: 10em;
	z-index: 4;
	/*
	border-left: 1px solid #aaa;
	*/
	margin-bottom: 60px;
}
.sideElement{
	border-left: 4px solid #666;
	padding-left: 15px;
	margin-bottom: 15px;
}
.sideElement h3{
	font-size: 1em;
	font-weight: bold;
	color: #666;
}
.introPage{
	font-family: 'FKGrotesk';
	background: rgba(0,0,0,.1);
	padding: 1em 10%;
	font-size: .9em;
}
.introPage p{
	margin-bottom: 0;
}

.contentEvent{
	padding-top: 30px;
	padding:30px 5%;
	margin-bottom: 30px;
}

.orderBtn{
	padding: 15px;
	background: #000;
	border: 4px solid #000;
	color: #fff;
	display: block;
	font-size: 1.2em;
	/* margin-top: -32px; */
	margin-left: -20px;
	position: relative;
	z-index: 200;
	/*
	border: 6px solid #fff;
	*/
}
.orderBtn:hover{
	background: #fff;
	border: 4px solid #000;
	color: #444;
}

.imgLegendBlock{
	position: relative;
}
.imgLegendBlock .legendTips{
	font-size: .8em;
	padding: 1em;
	position: absolute;
	bottom: 10px;
	right: 5px;
	max-width: 80%;
	background: rgba(0,0,0,.7);
	color: #fff;
	border-radius: .6em;
	opacity: 0;

	transition: all .5s ease-out;
}
.imgLegendBlock .legendTips:after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0,0,0,.7) transparent transparent transparent;
}
.imgLegendBlock:hover .legendTips{
	opacity: 1;
}
.wp-block-image{
	position: relative;
}

.wp-block-image figcaption{
	display: none;
	position: absolute;
	max-width: 80%;
	left: 5px;
	bottom: 5px;
	font-size: .8em;
	padding: .6em;
	background: rgba(0,0,0,.6);
	color: #fff;
	border-radius: .6em;
	
	text-align: left;
}
.wp-block-image figcaption:after {
content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0,0,0,.6) transparent transparent transparent;
}
.wp-block-image:hover figcaption{
	display: block;
}
.searchItem{
	margin-top: 60px;
}
.searchItem h2{
	font-weight: bold;
	font-size: 1.2em;
}
.searchItem .row{
	padding: 15px 0;
}
.searchItem:hover{
	background: rgba(0,0,0,.02);
}
.searchItem .btn{
	display: block;
	transition: all .5s ease-out;
}
.searchItem .btn:hover{
	background: #000;
	color: #fff;
	/*
	transition-delay:.1s;
	*/
}

div.pagination{
	text-align: center;
	padding: 30px;
}
ul.pagination{
	margin: 0 auto;
}
.page-link {
	font-weight: normal;
    color: #888;
    border: 1px solid #dee2e6;
}

.page-item.active .page-link{
	background-color: #444;
    border-color: #444;
}
.pagination a:hover{
background: #eee;
color: #444;
}


.checkList li{
	list-style-type: none;
	padding-left: 1.6em;
	position: relative;
	margin-bottom: .8em;
}
.checkList li:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
	font-size: 1.2em;
	position: absolute;
	left: 0;
}
.caretList li{
	list-style-type: none;
	padding-left: 1.4em;
	position: relative;
	margin-bottom: .8em;
}
.caretList li:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	font-size: 1.2em;
	position: absolute;
	left: 0;
}

.modal-header{
	background: #000;
	color: #eee;
	text-transform: uppercase;
}
.modal-header button{
	color: #fff;
	text-shadow: none;
}
.modal-header button:hover{
	color: #FF8769;
}
#passModal{
	font-size:.9em; 
}
#passModal h4{
	font-size: 1.2em;
	margin-bottom: 2em;
}
#passModal .row{
	margin-bottom: 1rem;
}
#passModal .extraInfosBlock{
	background: rgba(0,0,0,.05);
	padding: 1rem;
	color: #666;
}
#passModal .btn{
	margin: 0 auto;
}
#passModal .btn:hover{
	background: #000;
	color: #fff;
}


.error-404{
	text-align: center;
	padding-top: 2em;
	line-height: 2em;
}
.error-404 img{
	/*max-height: 40vh;*/
}
.error-404 h1{
	font-family: 'FKGrotesk';
	color: #ddd;
}
.images404{
	width: 80%;
	margin: auto;
	padding: 1em 0;
}



/* NEWS */

/*
.headerNews{
    min-height: 16rem;
    padding-top: 2rem;
    padding-bottom: 7rem;
    position: relative;
    overflow: hidden;

    color: #fff;
}

.headerNews img{
    position: absolute;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
}
.headerNews img{
    filter: blur(10px);
    -webkit-filter: blur(10px);
}
*/
.topArticlePage{
	/*
	margin-bottom: 2rem;
	*/
}
.articleTitleBloc{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.articleTitleBloc h1, .articleTitleBloc h2, .articleTitleBloc h3{
	margin-bottom: 0;
}
.articleTitleBloc h1 span{
	font-size: 2.6rem;
	background: #000;
	color: #fff;
	padding:1rem;
	display: inline-block;
}
.articleTitleBloc h2 {
	font-size: 1.2rem;
}
.articleTitleBloc h2 a{
	font-size: 1.2rem;
	background: #555;
	color: #fff;
	padding:1rem;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 100;
	letter-spacing: .1rem;
	margin-right: .5rem;
}
.articleTitleBloc h3{
	font-size: .8rem; 
}
.articleTitleBloc h3 span{
	font-size: .8rem;
	background: #ddd;
	color: #444;
	padding:1rem;
	display: inline-block;
}

.articleBloc .subPageContent{
	border-left: 4px solid #666;
	padding-left: 2rem;
	padding-top: 2rem;
}
.articleBloc h2{
	color: #666;
	/*
	padding-bottom: .4rem;
	*/
}
.articleBloc h2:after{
	content: '';
	display: block;
	border-bottom: 4px solid #666;
	width: 3rem;
	/*
	margin-left: -.6rem;
	*/
	margin-top: .4rem;
}

.articleBloc blockquote:before{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
    color: #ddd;
    font-size: 3rem;
    position: absolute;
    left: 0;
    top: -1.5rem;
}
.articleBloc blockquote{
	border:none;
	position: relative;
	padding-left: 5rem;
	margin-bottom: 2rem;
	margin-top: 2rem;
}
.articleBloc blockquote p{
	color: #666;
	font-size: 1.4rem;

}
.articleBloc p{
	font-weight: normal;
}

.blogPage .typoH1 span:before{
	content:none;
}


.postsList .item{
	margin-bottom: 3rem; 
}
.postsList .item p{
	font-size: .9rem;
	font-weight: normal;
}

.postsList .thumbnailArticle{
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: .8rem;
}
.postsList .thumbnailArticle:before {
	content: "";
    display: block;
    padding-top: 70%;  /* initial ratio of 1:1*/
}
.postsList .thumbnailArticle img{
	position: absolute;
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
	left: -9999px;
	margin: auto;

	width: 100%;
}
.postsList .item  h2, .postsList .item  h3, .postsList .item  h4,.postsList .item  ul{
	margin: 0;
}
.postsList .item  h2 a{
	font-size: 1.6rem;
    background: #000;
    color: #fff;
    padding: .6rem;
    display: block;
    text-decoration: none;
}
.postsList .item  h3 a, .postsList .item  h3{
	font-size: .8rem;
    background: #555;
    color: #fff;
    padding: .4rem;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: .1rem;
    display: block;
}
.postsList .item .catCol{
	background: #555;
}
.postsList .item  h4{
	font-size: .8rem;
    background: #ddd;
    color: #444;
    padding: .4rem;
    display: block;
}
.postsList .item .dateCol{
	background: #ddd;
	display: flex;
	align-items: center;
}



#formChange{
    /*
    display: none;
	*/
}
.categories{
    padding: 0;
    margin-bottom: 2rem;
}
.categories h3{
	color: #666;
	font-weight: bold;
	font-size: 1.2rem;
	padding-bottom: .4rem;
	border-bottom: 3px solid #666;
}
.categories ul, .lastNews ul{
    
    padding: 0;
}
.categories li, .lastNews li{
    list-style-type: none;
    margin-left: 0;
    margin-bottom: .2rem;
}
.categories .children{
    margin-left: 2rem;
}

.categories a:before {
    
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f0c8";
    margin-right: 1rem;
    
}
.categories li a, .categories label{
    color: #777;
    text-decoration: none;
    font-weight: normal;
}
.categories li a:hover{
    color: #333;
}
.categories .current-cat a{
    color: #333;
    font-weight: 700;
}
.categories .current-cat{
    list-style-type: none;
}
.categories .current-cat a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f14a";
    margin-right: 1rem;
    color: #333;
}
.lastNews a{
    color: #333;
}

.categories .form-check-label{
    cursor: pointer;
}

.categories input[type=checkbox] {
    display: none;
}
.categories input[type=checkbox]+.form-check-label:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f0c8";
    margin-right: 1rem;
}
.categories input[type=checkbox]:checked  {
    display: none;
}
.categories input[type=checkbox]:checked+.form-check-label:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f14a";
    margin-right: 1rem;
    color: #333;
}


.badge{
    margin-right: .4rem;
}

blockquote{
    font-family: 'FKGrotesk';
    font-style: italic;
    border-left: 4px solid #000;
    margin: 0 0 28px;
    padding-left: 1em;
}
blockquote p{
    font-size: 1.2rem;
    margin-bottom: 0;
}
blockquote cite{
    color: #aaa;
    font-weight: 300;
    font-size: 1rem;
}



.wp-block-pullquote{
	font-size: 1rem;
	font-style: normal;
	border:2px solid #ddd;

	margin: 3rem 6rem;
	padding: 0;
	padding: 3rem;
}
.wp-block-pullquote blockquote{
	padding: 0;
	margin: 0;
}
.wp-block-pullquote.is-style-solid-color blockquote{
	max-width: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-style: normal;
}
.wp-block-pullquote.is-style-solid-color{
	background: #ddd;

	margin: 3rem 6rem;
	padding: 0;
	padding: 3rem;
}
.wp-block-pullquote blockquote:before{
 content: '';
 display: none;
}
.wp-block-pullquote.is-style-solid-color blockquote p{
	font-size: 1.4rem;
	color: #444;
}
.wp-block-pullquote.is-style-solid-color blockquote cite{
	color: #777;
	font-style: italic;
}


.subPageContent iframe{
    max-width: 100%;
}





/* Calendar */
#hiddenDate{
	z-index: 10;
}
#calendarBox{
	font-size: 1rem;
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	z-index: 2048;
}

#ui-datepicker-div {

    position: fixed !important;

    left: 50% !important;
    top: 50% !important;
            transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);

  }

.ui-datepicker .ui-datepicker-header{
	background: #fff;
	position: relative;
	z-index: 3001;
	border-left: .6em solid #fff;
	border-right: .6em solid #fff;
	/*
	width: auto;
	*/
}
.ui-datepicker table{
	background: #fff;
	position: relative;
	z-index: 3001;
	border: 1em solid #fff;
	/*
	width: auto;
	*/
	min-height: 17em;
}
.ui-datepicker{
	z-index: 3000 !important;	
}
.dateSelector{
	font-family: 'FKGrotesk';
	text-align: center;
	font-size: 1.4em;
	padding: 0;
}
.dateSelector li{
	display: inline-block;
	margin: 1em;
}
.dateSelector a{
	color: #666;

	transition: all .5s ease-out;
}
.dateSelector a:hover{
	color: #000;
	text-decoration: none;
}
.dateSelector .current a{
	font-weight: bold;
	color: #000;
}
.calendarBlock{
	display: flex;
	flex-direction: row;
}
.col-salle{
	
	width: 20%;
	margin: .5em;
}
.col-salle>h3{
	background: #000;
	color: #fff;
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: .6em;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	margin-bottom: 1.2em;
	min-height: 3.6em;
	display: flex;
    align-items: center;
    justify-content: center;
}
.calendarItem, .calendarItemClosed{
	font-family: 'FKGrotesk';
	font-size: .8em;
	display: block;
	width: 100%;
	color: #000;
	position: relative;
	overflow: hidden;
	margin-bottom: 1.6em;
	border-left:6px solid #000;
	
	transition: all .7s ease-out;
}
.calendarItemClosed{
	border:none;
	/* min-height: 8.4em; */
	
	margin: .5rem;
	
}
.calendarItemClosed .content{
	padding-right: 1em;
	color: #000;
	text-decoration: none;
	
	text-align: center;
}
.calendarItemClosed p{
	background: rgba(0,0,0,.1);
	padding: 2rem;
}
.calendarItem .eventDetailTags{
	display: flex;
}
.calendarItem .eventDetailIcon{
	margin-right: .6em;
	color: #999;
}
.calendarItem:after {
	/*
    content: '';
    display: block;
    background: #000;
    opacity: 1;
    width: 6px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    
    transition: all .7s ease-out;
    */
}
.calendarItem:hover:after{
	/*width: 100%;*/
	
}
.calendarItem:hover a, .calendarItem:hover .content{
	/*
	color: #fff;
	*/
}
.calendarItem .content{
	position: relative;
	z-index: 4;
	
}

.calendarItem h2{
	font-size: 1.2em;
	font-weight: bold;
}
.calendarItem h3{
	font-size: 1em;
}
.calendarItem h4{
	font-size: 1em;
}
.calendarItem a{
	display: block;
	/* min-height: 8.4em; */
	padding: 1em;
	color: #000;
	text-decoration: none;
	background: rgba(0,0,0,.1);

	transition: all .5s ease-out;
}
.calendarItem a:hover{
	background: rgba(0,0,0,1);
	color: #fff;
}
.eventImg{
	display: none;
	/*
	display: block;
	opacity: .5;
	position: absolute;
	top: 0;
	left:0;
	z-index: 3;
	opacity: 0;

	transition: all .5s ease-out;
	*/
}
.calendarItem a:hover .eventImg{
	/*
	opacity: .2;
	*/
	
}
.calendarBtn{
	

}
.ui-widget-header {
	border: none;
	background: #fff;
}
.ui-state-default, 
.ui-widget-content .ui-state-default{
	border: none;
	background: #fff;
	color: #666;
}
.ui-state-highlight, 
.ui-widget-content .ui-state-highlight, 
.ui-widget-header .ui-state-highlight{
	background: #ddd;
	color: #000;

}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	background: #666;
	color: #fff;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover{
	background: none;
}
.ui-datepicker-title select{
	border: none;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    margin:0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.ui-datepicker .ui-datepicker-prev span:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f053";
	font-size: 1.4em;
	color: #999;
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	text-indent: 0;

	transition: all .4s ease-out;
}
.ui-datepicker .ui-datepicker-next span:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	font-size: 1.4em;
	color: #999;
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	text-indent: 0;

	transition: all .4s ease-out;
}
.ui-datepicker .ui-datepicker-prev:hover span:before, .ui-datepicker .ui-datepicker-next:hover span:before{
	color: #000;
	}
.ui-widget-header .ui-icon{
	background: none;
}
.ui-datepicker .ui-datepicker-prev {
	left: 0;
}
.ui-datepicker .ui-datepicker-next {
	right: 0;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next  {
	top: 0;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 0;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 0;
}
.ui-state-hover,

.ui-widget-header .ui-state-hover,
.ui-state-focus,

.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: none;
	background: none;
}

@media(max-width:992px){
	.dateSelector{
		font-size: 1em;
	}
	.dateSelector .calendarSelector{
		display: block;
		font-size: 2em;
		margin: 0;
	}
	.dateSelector .current{
		margin: 0;
	}
	.calendarBlock{
		display: flex;
		flex-direction: column;
	}
	.col-salle{

		width: auto;
		margin: .5em;
	}
	.col-salle>h3{
		min-height: 2em;
	}
}




/*Fonds thirionet*/

.thirionetPages .barTitre{
	background: #522870;
	color: #fff;
}
.thirionetPages .SubPageBlock{
	background: none;
}
.thirionetPages .subPageContent h2, .thirionetPages h2{
	text-transform: none;
	font-weight: 700;
	color: #522870;
	font-size: 1.6rem;
	margin-bottom: 1rem;
}
.thirionetPages h2:after{
	content: none;
 }
.thirionetPages .subPageContent h2:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: "\f111";
	font-size: 1em;
	margin-right: .4rem;
	margin-left: -1.6em;
}



.thirionetPages .subPageList .current_page_item a {
	font-weight: 700;
    color: #522870;
}
.artisteItem{
	text-align: center;
}
.vignette {
	background: #eee;
	position: relative;
	overflow: hidden;
	border: 6px solid #ddd;
	margin-bottom: 6px;
}
.vignette img{
	position: absolute;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    margin: auto;
    /* min-width: 100%; */
    min-height: 100%;
}
.artisteItem h3{
	text-transform: none;
	color: #a893b7;
}
.artisteItem a, .artisteItem a h3, .artisteItem a .vignette{
	transition: all .6s ease;
}
.artisteItem a:before{
	content: none;
}
.artisteItem a:hover h3{
	color: #522870;
}
.artisteItem a:hover .vignette{
	border-color: #522870;
}
.thirionetPages .badge-light{
	background: #e5dfea;
	color: #522870; 
}

.thirionetPages .vignette{
	border-color: #a893b7;
}
.thirionetPages hr{
	color: #a893b7;
	border-color: #a893b7;
}
.thirionetPages .text-light{
	color: #bbb !important;
}
.footer-thirionet{
	margin-bottom: -60px;
	background: #ede9f0;
}



.squarre {
    display: block;
    position: relative;
    overflow: hidden;
}
.squarre:before {
    content: "";
    display: block;
    padding-top: 100%;
}



footer a{
	font-weight: normal;
}

.mainFooter{
	position: relative;
	
	font-family: 'FKGrotesk';

	border-bottom: 16px solid #000;
	padding: 30px 0;
	margin:0 0 30px 0;
}
.mainFooter ul{
	padding: 0;
}
.mainFooter li{
	list-style-type: none;
}
.mainFooter li a{

}
.subFooter{
	padding:0;
	background: #eee /*url(img/stripes.png) repeat */;
	font-family: 'FKGrotesk';
	font-weight: bold;
	font-size: .8em;
	color: #999;
	margin-top: 60px;
	border-top: 2px solid #666;
	padding: 15px;
	/*
	border-bottom: 4px solid #eee;
	*/
}
.subFooter .itemSubFooter{
	padding: 30px 0;
}
.subFooter .itemSubFooter a{
	color: #999;
	font-weight: normal;
}
.subFooter p{
	margin-bottom: 5px;
	font-weight: normal;
}
.subFooter h4{
	color: #666;
	font-size: 1.2em;
	font-weight: bold;
}
.subFooter ul{
	margin:0;
	padding: 0;
}
.subFooter li{
	list-style-type: none;
	font-weight: normal;
	margin-bottom: 5px;
}
.col-map{
	/*align-items: center;*/
	display: flex;
	align-items: center; 
}

.mapArea{
	position: relative;
}
.mapArea i{
	display: block;
	height: 40px;
	width: 30px;
	font-size: 40px;
	color: rgba(0,0,0,.6);
	position: absolute;
	top: calc(51% - 40px);
	left: calc(55% - 30px);
}
.mapArea .positionContent{
	position: absolute;
	top:32%;
	left: 48%;
	margin:-30px 0 0 50px;
	padding: 10px;
	border-radius: 10px;
	background: rgba(0,0,0,.6);
	color: #ddd;
	transition: all .5s ease-out;
}
.mapArea .positionContent:hover{
	background: rgba(0,0,0,1);
}
.mapArea .positionContent a{
	color: #ddd;
	display: block;
}
.mapArea .positionContent a:hover{
	text-decoration: none;
	color: #fff;
}
.mapArea .positionContent h4{
	color: #fff;
}
.hourTable{
	font-family: 'FKGrotesk';
	font-size: 1em;
	text-align: center;
	
	display: inline-flex;
	flex-direction: column;
	flex-wrap: wrap;
	
}
.hourTable li{
	border: 1px solid rgba(0,0,0,.1);
	margin-right: .5em;
	display: flex;
}
.hourTable li+li{
	/*
	margin-left: .5em;
	*/
}
.hourTable h5{
	background: rgba(0,0,0,.1);
	font-size: 1em;
	font-weight: bold;
	color: #666;
	padding: .5em;
	margin: 0;
	min-width: 4em;
}
.hourTable span{
	padding: .5em;
	white-space: nowrap;
}
/*
.subFooter .row>div+div{
border: 1px solid red;
}
*/

.menuFooter{
	text-align: center;
}

.menuFooter li{
	display: inline-block;
}
.menuFooter li+li a{
	margin-left: 30px;
}
.menuFooter a{
	color: #666;

	transition: all .5s ease-out;
}
.menuFooter a:hover{
	color: #000;
	text-decoration: none;
}
.menuQuickFooter{
	text-transform: uppercase;
	margin: 0;
}
.menuLegalFooter{
	font-size: .8em;
	color: #bbb;
	padding: 0;
}
.menuLegalFooter a{
	color: #bbb;
}


.socialLinks{
	position: absolute;
	bottom:-20px;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
}
.socialLinks ul{
	background: #fff;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.socialLinks li{
	display: inline-block;
	margin:0;
	padding:0 16px;
}
.socialLinks a{
	color: #000;

	transition: all 0.5s ease-out;
}
.socialLinks a:hover{
	color: #FF8769;
}
.socialLinks i{
	font-size: 16px;
	line-height: 16px;
}
.socialLinks li+li{

}











.share-buttons {
    font-size: 0.7rem;
    line-height: 0.7rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 30px 0;
    z-index: 2;
    position: relative;
    text-align: center;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
}

.share-buttons li {
    height: auto;
    flex: 0 1 auto;
    width: calc(25% - 1px);
    margin-right: 1px;
}

.share-buttons li:last-child {
    width: 25%;
    margin-right: 0;
}

.share-buttons svg {
    fill: #fff;
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

.share-googleplus svg {
    width: 20px;
    height: 16px;
}
.share-buttons span{
	display: block;
	padding-top: 10px;
}

.share-buttons a {
    display: block;
    padding: 12px 12px 9px;
    text-align: center;
    color: #fff;
    transition: all 0.5s ease-out;
}
.share-buttons a:hover{
	text-decoration: none;
}



.share-twitter	{
    background: #1da1f2;
}

.share-facebook	{
    background: #3b5998;
}

.share-googleplus	{
    background: #db4437;
}

.share-pinterest	{
    background: #b5071a;
}
.share-whatsapp	{
    background: #25d366;
}
.share-buttons a:hover{
	text-decoration: none;
	background: #000;
}



/* Filter ajax */ 
.ajaxFilter{
	background: rgba(0,0,0,.04);
	padding: 15px;
	margin-bottom: 30px;
}
.categorie_filter ul{
	font-family: 'FKGrotesk';
	text-align: center;
	
}
.categorie_filter li{
	list-style-type: none;
	display: inline-block;
	margin: 6px 12px;
	padding: 0;
}
.categorie_filter label:before{
	content: '#';
}
.categorie_filter label{
	font-size: .9em;
	text-transform: uppercase;
	background: #fff;
	border: 2px solid #000;
	padding: 6px;
	color: #000;
	font-weight: normal;
	transition: all .5s ease-out;
	cursor: pointer;
}
.categorie_filter label:hover{
	text-decoration: none;
	background: #999;
	border-color: #999;
	color: #fff;

}
.categorie_filter input[type=checkbox]{
	display: none;
}
.categorie_filter input[type="checkbox"]:checked + label{
	background: #000;
	color: #fff;
}
.date_evenement_filter ul{
	margin:0;
	text-align: right;
}
.date_evenement_filter li{
	margin-right: 15px;
	padding-left: 1.25rem;
}
.date_evenement_filter input[type=checkbox]{
	display: none;
}
.date_evenement_filter input[type=checkbox] + label:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 500;
	content: "\f111";
	font-size: 1em;
	margin-right: .4rem;
}
.date_evenement_filter input[type=checkbox]:checked + label:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f058";
	font-size: 1em;
	margin-right: .4rem;
}




.ekko-lightbox{
    padding-top: 60px;
}
.ekko-lightbox .modal-header{
    padding-top: 0;
    padding-bottom: 0;
}
.ekko-lightbox .modal-header .close {
    padding: 0;
    margin: 0;
    font-size: 2.2rem;
}


#cookiesBanner{
	position: fixed;
	bottom: 0;
	right: 0;

	background: #444;
	color: #ddd;
	z-index: 1024;
	padding: 1rem 2rem;
	font-size: .8rem;
}
#cookiesBanner li{
	margin-bottom: .6rem;
}
#cookiesBanner .btn{
	font-size: .9rem;
	background: #888;
	border:none;
	color: #fff;
	text-transform: none;
}
#cookiesBanner .btn:hover{
	background: #fff;
	color: #333;
}
#cookiesBanner a{
	color: #fff;
	text-decoration: underline;
}
#cookiesParam{
	z-index: 2048
}
#cookiesParam a{
	text-decoration: underline;
}
#cookiesParam .btn{
	border:none;
}
#cookiesParam .btn-primary{
	background: #666;
}
#cookiesParam .btn-primary:hover{
	background: #000;
}

#cookiesParam input[type=checkbox]{
	display: none;
}
#cookiesParam input[type=checkbox] + label:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f204";
	font-size: 2rem;
	margin-right: .4rem;
	color: LightCoral;
	
}
#cookiesParam input[type=checkbox]:checked + label:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f205";
	font-size: 2rem;
	margin-right: .4rem;
	color: LightGreen;
}

/*
#cookiesParam input{
	display: none;
}
#cookiesParam input + label:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f204";
	font-size: 2rem;
	margin-right: .4rem;
	color: LightCoral;
	
}
#cookiesParam input:checked + label:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f205";
	font-size: 2rem;
	margin-right: .4rem;
	color: LightGreen;
}
*/
#cookiesParam label{
	font-size: .8rem;
}
#cookiesParam label strong{
	font-size: .9rem;
	display: block;
}
#cookiesParam ul{
	padding-left: 4rem;
	padding-right: 4rem;
}
#cookiesParam li{
	padding-bottom: .4rem;

}
#cookiesParam li+li{
	border-top: 1px solid #ddd;
	padding-top: .8rem;
}


#formChange{
    display: none;
    margin-bottom: 15px;
}



@media (max-width: 768px) {
	body{
		padding-top: 0;
	}
	.iconToggle{
		margin-left: .4em;
	}
	.quickMenu .dropdown-toggle{
		padding-right: 0;
	}
	#bandeauProvince{
		position: static;
	}
	header.sticky-top {
	    top: 0;
	}
	.provinceBar #slogan {
		display: none;
	}
	#mainMenu a{
		text-align: center;
	}
	.tagsFilter, .ajaxFilter{
		padding: 10px;
	}
	.tagsFilter li, .categorie_filter li{
		margin: 8px;
	}
	.tagsFilter a, .categorie_filter label{
		font-size: .8em;
		padding: 3px;
	}
	.tagsContainerHome .tagsFilter{
		padding: 10px;
		width: 100%;
		letter-spacing: .08em; 
	}
	.tagsBlock{
		/*
		min-height:150px;
		*/
		height: auto;
	}
	#carouselDelta{
		height: 100%;
	}
	.tagsContainerHome .tagsFilter li {
		margin: 0;
	}
	.tagsContainerHome .tagsFilter a{
		font-size: .8em;
		padding: 4px;
		margin: .6rem; 
	}
	.tagsContainerHome{
		display: inherit;
		height: auto;
	}
	.subPageContent{
		width: 100%;
	}
	.subFooter .itemSubFooter{
		text-align: center;
	}
	.hourTable{
	display: inline-block;
	/*
	flex-direction: row;
	flex-wrap: wrap;
	*/
	}
	.hourTable li{
		display: inline-block;
		margin-bottom: .5em;
	}
	.orderBtn{
		margin-left: auto;
		
	}
	.articleTitleBloc h1 span{
		font-size: 1.2rem;
	}
	.articleTitleBloc h2 a{
		
		padding: .8rem;
	}
	.articleTitleBloc h3 span{
		padding: .6rem;
	}

	#formChange{
    display: inherit;
    }
    .categories, .SubPageBlock{
        display: none;
    }

}
@media (max-width: 992px){
	.articleTitleBloc h1 span{
		font-size: 1.6rem;
	}
}
@media (max-width: 576px) {
	
	.tagsContainerHome .tagsFilter li {
		margin: 0;
	}
	.tagsContainerHome .tagsFilter a{
		font-size: .7em;
		padding: 2px;
		margin: .4rem; 
	}

	.mapArea i {
    /* top: calc(44% - 20px); */
	}
	
}



/* correction iframe responsive */

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{
	margin-top: 3rem;
	margin-bottom: 3rem;
}


