@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Poppins', sans-serif;
}

@media all and (min-width: 1600px) {
	.container{
		max-width: 1500px;
	}
}

.paddglobal{
	padding: 0 4rem;
}

.topbar{
	background-color: #9C0047;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.btnsearch{
	color: #9C0047;
	background: none;
	border: none;
}

.contactlink{
	color: #9C0047;
	font-weight: 700;
	font-size: .9rem;
	text-decoration: none;
	padding-top: .2rem;
}

.socials{
	color: #FFFFFF;
	background-color: #9C0047;
	border-radius: 100%;
	width: 35px;
	height: 32px;
	display: inline-block;
	text-align: center;
	padding: 0.25rem;
}
	footer .socials{
		color: #343d4c;
		background-color: #FFFFFF;
	}

.navbar-brand{
	display: block;
	position: relative;
	z-index: 1;
}
.navbar{
	/*background-color: #F1F1F1;*/
	background-color: #343d4c;
}
.menu-item{
	/*margin: 0 1rem;*/
}
.nav-link{
	font-weight: 700;
	/*color: #343d4c;*/
	color: #FFFFFF;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
	color: #BBB;
}
.nav-link:focus, .nav-link:hover{
	color: #BBB;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #FFFFFF !important;
    background-color: #343d4c;
}
.dropdown-menu{
	padding: 0;
}
.dropdown-menu .menu-item{
	margin: 0;
	border-bottom: 1px solid #343d4c;
}
.dropdown-menu .menu-item:last-child{
	border-bottom: none;
}
.dropdown-menu .dropdown-item{
	font-weight: 700;
	padding: .75rem 1rem;
	color: #343d4c;
	white-space: inherit;
}
.dropdown-item.active, .dropdown-item:active{
	background-color: #343d4c;
	color: #FFFFFF;
}

#btnNav{
	color: white;
    border-color: white;
}

.offcanvas{
	background-color: #343d4c;
}
@media all and (max-width: 991px) {
	.navbar-nav{
		padding: 2rem !important;
		margin-top: 4rem;
	}
	.navbar-nav li{
		margin: .5rem !important;
	}
}

.bandeau-home-new{
	background-color: #E5E0D8;
}

.btn{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;

	padding: .5rem 1.5rem;
	font-size: .8rem;
    border-radius: 2rem;
	border-width: 1px;
	border-style: solid;
}

.btn.btn-orange{
	background-color: #E74E00;
	border-color: #E74E00;
	color: #FFFFFF;
}
.btn.btn-orange:hover{
	color: #E74E00;
	background-color: transparent;
}

.btn.btn-orange-ghost{
	background-color: transparent;
	border-color: #E74E00;
	color: #E74E00;
}
.btn.btn-orange-ghost:hover{
	color: #FFFFFF;
	background-color: #E74E00;
}

.btn.btn-anthracite{
	background-color: #343d4c;
	border-color: #343d4c;
	color: #FFFFFF;
}
.btn.btn-anthracite:hover{
	color: #343d4c;
	background-color: transparent;
}

.btn.btn-anthracite-ghost{
	background-color: transparent;
	border-color: #343d4c;
	color: #343d4c;
}
.btn.btn-anthracite-ghost:hover{
	color: #FFFFFF;
	background-color: #343d4c;
}

.btn.btn-taupe{
	background-color: #E5E0D8;
	border-color: #E5E0D8;
	color: #343d4c;
}
.btn.btn-taupe:hover{
	color: #E5E0D8;
	background-color: transparent;
}


h1, h2{
	color: #E74E00;
	font-weight: 700;
}
.page h2{
	color: #343d4c;
	margin-bottom: 2rem;
	font-size: 1.5rem;
}
.single h2{
	color: #343d4c;
	font-size: 1.5rem;
}
.page hr, .single hr{
	margin: 4rem 0;
}
h3{
	color: #343d4c;
	font-weight: 700;
	font-size: 1.1rem;
	margin: 2rem 0 1rem 0;
}
h3.orange{
	color: #E74E00;
}

blockquote{
	padding-left: 2rem;
	border-left: 3px solid #E74E00;
	margin-bottom: 3rem;
}
blockquote p{
	margin-bottom: 0;
}

#breadcrumbs a{
	color: #343d4c;
}

.twocolors{
	background: white;
}

@media all and (min-width: 768px) {
	.twocolors{
		background: linear-gradient(
			to right,
			white 0%,
			white 70%,
			#E5E0D8 70%,
			#E5E0D8 100%
		);
	}
}

.illusnewsletter > .container{
	background-image: url("../images/illustration-qa1.png");
	background-position: top right;
	background-repeat: no-repeat;
}

.fiche{
	border-radius: 2rem;
	background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 15px -2px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px -2px rgb(0 0 0 / 20%);
}
.fiche h3{
	margin-top: 0;
}

.wrapnews .fiche, .blog .fiche{
	position: relative;
	/*background-color: #343d4c;*/ 
}
.wrapnews .fiche h3, .blog .fiche h3{
	color: #E74E00;
}
.wrapnews .fiche .resume, .blog .fiche .resume{
	font-size: .9rem;
}
.wrapnews .fiche .alaune, .blog .fiche .alaune{
	background-color: #343d4c;
	padding: .25rem .5rem;
	position: absolute;
	top: 0;
	right: 35px;
	color: #FFF;
	font-size: .85rem;
	transform: translateY(-50%);
	border-radius: .25rem;
}

.datenews{
	font-size: .65rem;
	opacity: .7;
}

img.illus{
	max-height: 240px;
}

.case-info-membre{
	background-color: #343d4c;
	color: #FFFFFF;
	text-decoration: none;
	padding: 1rem;
	border-radius: 2rem;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
	transition: all 0.3s ease;
}
.case-info-membre:hover{
	background-color: #e5e0d8;
	color: #343d4c;
}

.img-equipe{
	border-radius: 2rem 2rem 0 0;
}

.swiper{
	margin-left: auto;
	margin-right: auto;
	padding: 2rem 1rem;
}

.swiper.newsSwiper{
	width: 100%;
	/*height: 600px;*/
}

.swiper.newsSwiper .swiper-slide{
	/*height: calc((100% - 30px) / 2) !important;*/
	display: flex;
	justify-content: center;
	align-items: center;
}

@media all and (max-width: 991px) {
	/*.swiper.newsSwiper{
		height: auto;
	}
	.swiper.newsSwiper .swiper-slide{
		height: calc((100% - 30px)) !important;
	}*/
}

.swiper.eventsSwiper{
	width: 100%;
	/*height: 600px;*/
	padding: 0;
}

.swiper.videosSwiper img{
	border-radius: 2rem;
    -webkit-box-shadow: 0px 0px 15px -2px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px -2px rgb(0 0 0 / 30%);
}

.swiper-arrow{
	font-size: 1.5rem;
	margin: 0 .5rem;
}
.swiper-arrow.orange{
	color: #E74E00;
}
.swiper-arrow.blue{
	color: #343d4c;
}

.wrapevents{
	background-color: #F1F1F1;
    background-image: url(../images/motif.png);
    background-repeat: repeat;
    background-position: center center;
	border-radius: 2rem;
	-webkit-box-shadow: 0px 0px 15px -2px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px -2px rgb(0 0 0 / 30%);
}

.quickaccess{
	background: rgb(180,24,95);
	background: -webkit-linear-gradient(270deg, rgba(194,89,137,1) 0%, rgba(180,24,95,1) 100%);
	background: -o-linear-gradient(270deg, rgba(194,89,137,1) 0%, rgba(180,24,95,1) 100%);
	background: linear-gradient(270deg, rgba(194,89,137,1) 0%, rgba(180,24,95,1) 100%);
}

@media all and (min-width: 992px) {
	.quickaccess .bordures{
		border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
		border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
	}
}

.cartoaccess{
	background: rgb(168,197,55);
	background: -webkit-linear-gradient(right, rgba(200,223,112,1) 0%, rgba(168,197,55,1) 100%);
	background: -o-linear-gradient(right, rgba(200,223,112,1) 0%, rgba(168,197,55,1) 100%);
	background: linear-gradient(to left, rgba(200,223,112,1) 0%, rgba(168,197,55,1) 100%);
}

footer{
	color: #FFFFFF;
	background: rgb(38,47,60,1);
	background: -webkit-linear-gradient(right, rgba(68,79,93,1) 0%, rgba(38,47,60,1) 100%);
	background: -o-linear-gradient(right, rgba(68,79,93,1) 0%, rgba(38,47,60,1) 100%);
	background: linear-gradient(to left, rgba(68,79,93,1) 0%, rgba(38,47,60,1) 100%);
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}

footer a{
	color: #FFFFFF;
}

.wp-pagenavi a, .wp-pagenavi span{
	color: #E74E00;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current{
	border-color: #E74E00;
}

.menu-footer{
	list-style: none;
	margin: 0;
	padding: 0;
}

.ctnsidebar{
	/*background-color: #F9FAFA;*/
	background-color: #E5E0D8;
}
.ctnsidebar h2{
	color: #E74E00;
}

.wrapOthersNews article, .wrapOthersAgenda article{
	margin-bottom: 2rem;
}
.wrapOthersNews article:last-child, .wrapOthersAgenda article:last-child{
	margin-bottom: 0;
}

.wp-block-column{
	padding: 3rem 1.5rem;
}

.searchandfilter:not(#search-filter-form-10864) ul{
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	align-items: end;
	padding: 0;
}
.searchandfilter:not(#search-filter-form-10864) ul li{
	margin: 0 .5rem;
}
.searchandfilter h4{
	font-weight: 700;
}
.download_medias{
	padding: 0;
	list-style: none;
}

.carteeco iframe {
    width: 100%;
    height: 600px !important;
}

.nbcommunes{
    position: relative;
    background-image: url(https://www.aduhme.org/wp-content/uploads/2017/10/fond-aduhme-vecommune3.png);
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 55px;
    background-size: contain;
    color: #ffffff;
}
.chiffrenbcommune{
    font-weight: 700;
    font-size: 18px;
    position: relative;
    top: 17px;
    left: 30px;
}
.nbhab{
    position: relative;
    background-image: url(https://www.aduhme.org/wp-content/uploads/2017/10/fond-aduhme-vehab3.png);
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 55px;
    background-size: contain;
    color: #ffffff;
}
.chiffrenbhab{
    font-weight: 700;
    font-size: 18px;
    position: relative;
    top: 17px;
    left: 20px;
}

@media all and (max-width: 767px) {
	#maps-demarches, #map-demarches{
		margin-top: 1rem;
		height: 500px !important;
	}
}
.leaflet-popup-content p{
	margin-top: 0 !important;
}
.marker-icon-default{
	position: relative;
}
.marker-icon-default span{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 4px;
	border-style: solid;
	border-radius: 100%;
	background-color: white;
	-webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5); 
	box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
}
.legende{
    background-color: #f1f1f1;
    padding: 15px 30px;
}
#search-filter-form-10864 ul{
	padding: 0;
	margin: 0;
}
#search-filter-form-10864 .sf-level-0{
	display: flex;
	align-items: flex-start;
}
#search-filter-form-10864 .sf-field-post-meta-theme_demarches ul .sf-level-0 .sf-label-checkbox:after{
	content: '';
	display: inline-block;
	margin-left: .5rem;
    transform: translateY(2px);
	width: 15px;
	height: 15px;
	border-width: 4px;
	border-style: solid;
	border-radius: 100%;
	background-color: white;
	-webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.35); 
	box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.35);
}
#search-filter-form-10864 .sf-field-post-meta-theme_demarches ul .sf-level-0:nth-child(1) .sf-label-checkbox:after{
	border-color: #be24e5;
}
#search-filter-form-10864 .sf-field-post-meta-theme_demarches ul .sf-level-0:nth-child(2) .sf-label-checkbox:after{
	border-color: #bc782b;
}
#search-filter-form-10864 .sf-field-post-meta-theme_demarches ul .sf-level-0:nth-child(3) .sf-label-checkbox:after{
	border-color: #7f7f7f;
}
#search-filter-form-10864 .sf-field-post-meta-theme_demarches ul .sf-level-0:nth-child(4) .sf-label-checkbox:after{
	border-color: #1e73be;
}
#search-filter-form-10864 .sf-field-post-meta-theme_demarches ul .sf-level-0:nth-child(5) .sf-label-checkbox:after{
	border-color: #e50000;
}
#search-filter-form-10864 .sf-field-post-meta-theme_demarches ul .sf-level-0:nth-child(6) .sf-label-checkbox:after{
	border-color: #6c36dc;
}
#search-filter-form-10864 .sf-field-post-meta-theme_demarches ul .sf-level-0:nth-child(7) .sf-label-checkbox:after{
	border-color: #e6cd5c;
}
/*#search-filter-form-10864 .sf-field-post-meta-theme_demarches .sf-level-0 .sf-input-checkbox{
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	outline: none;
	content: none;	
}
#search-filter-form-10864 .sf-field-post-meta-theme_demarches .sf-level-0 .sf-input-checkbox:before {
	font-family: "FontAwesome";
    content: "\f00c";
    font-size: 15px;
    color: transparent !important;
    background: #fef2e0;
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid black;
    margin-right: 7px;
}

#search-filter-form-10864 .sf-field-post-meta-theme_demarches .sf-level-0 .sf-input-checkbox:checked:before {
	color: black !important;
}*/
.content-demarches label, #search-filter-form-10864 .sf-level-0 label{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
	margin-top: -3px;
}
.btn-filtres{
    display: none;
    position: absolute;
    margin: 0;
    bottom: -15px;
    margin-top: 10px;
    z-index: 2;
    left: 50%;
    margin-left: -60px;
}
.cartouche{
    padding: 5px;
    border-radius: 5px;
    color: white;
    font-weight: bold !important;
    /* text-shadow: #666 1px 1px 4px, #666 -1px 1px 4px, #666 -1px -1px 4px, #666 1px -1px 4px; */
}

.tab-dl ul {
    padding-left: 0px;
    list-style: none;
}
.tab-dl li {
    list-style-image: none;
}

.ssbp-wrap{
	margin: 3rem auto 0 auto;
}

#up{
    padding: .5rem .75rem !important;
    border: none !important;
    background-color: #E74E00;
    color: #FFFFFF !important;
    position: fixed;
    right: 0;
    bottom: 5%;
    font-size: 1.25rem;
    display: block;
    transform: translateX(100%);
    z-index: 999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#up.show {
	transform: translateX(0);
}

.wp-block-embed__wrapper{
	--bs-aspect-ratio: 56.25%;
	position: relative;
    width: 100%;
}

.wp-block-embed__wrapper>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wp-block-embed__wrapper::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.wp-block-details{
	margin-bottom: 1rem;
}
.wp-block-details summary{
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: .5rem;
}