@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Titillium Web', sans-serif;
	color: #46505A;
}

#map, #map_bornes, #map_chaleur {
    height: 650px;
	width: 100% !important;
}

a.current {
	pointer-events: none;
	cursor: default;
	background-color: #a0a6ad !important;
	border-color: #a0a6ad  !important;
}

.leaflet-top {
	z-index: 500 !important;
	left: 10px;
	top: 10px;
}

.carte-territoire {
	padding: 0rem 8rem;
}

.carte-territoire .map-zone {
	max-width: 100% !important;
}

.carte-territoire label {
	color: #A0328C;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.2rem;
	margin-bottom: 1rem;
}

.map-zone #map {
	width: 100%;
}

.leaflet-control-attribution {
	padding-right: 3rem !important;
}

#reset-btn {
	font-size: 0.85rem;
}

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

a{
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

h1, h2, p.h2{
	/*font-family: 'Mandali', sans-serif;
	font-weight: bold;*/
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
}

h2, p.h2{
	color: #A0328C;
	position: relative;
	margin-bottom: 2rem;
	z-index: 1;
}

h2:before, p.h2:before{
	content: '';
	position: absolute;
	top: -16px;
	left: -26px;
	width: 64px;
	height: 64px;
	background-image: url("../images/icon-titre.png");
	z-index: -1;
}

h2.accordion-header:before, .wrapblocpictos h2:before{
	content: none;
}

h3{
	color: #A0328C;
	/*text-transform: uppercase;*/
	font-weight: 300;
	font-size: 1.2rem;
	margin-bottom: 1rem;
}

.color-default{
	color: #46505A !important;
}

.color-blue{
	color: #32B9C8 !important;
}

.color-purple{
	color: #A0328C !important;
}

.lh-text{
	line-height: 1.2 !important;
}

.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 1rem;
	font-size: 1.1rem;
	font-weight: 700;
    border-radius: 1rem;
}

.btn-blue{ color: white; background-color: #32B9C8 !important; border: 1px solid #32B9C8 !important; }
.btn-blue:hover{ color: #32B9C8 !important; background-color: white !important; }

.btn-blue-ghost{ color: #32B9C8; background-color: white !important; border: 1px solid white !important; }
.btn-blue-ghost:hover{ color: white !important; background-color: #32B9C8 !important; }

.btn-purple{ color: white; background-color: #A0328C !important; border: 1px solid #A0328C !important; }
.btn-purple:hover{ color: #A0328C !important; background-color: white !important; }

.btn-white{ color: #46505A; background-color: #FFF !important; border: 1px solid #46505A !important; }
.btn-white:hover{ color: #FFF !important; background-color: #46505A !important; }


.btn.btn-sm{
	padding: .35rem .75rem !important;
    font-size: .85rem !important;
}

.btn.btn-link{
	padding: .5rem .75rem;
	color: #32B9C8;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	z-index: 0;
}

.btn.btn-link:hover{
	color: white;
}

.btn.btn-link:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #32B9C8;
	transition: all 0.3s ease;
	z-index: -1;
}

.btn.btn-link:hover:after{
	width: 100%;
}

.btn-demarche{
	width: 100%;
	display: block;
	color: white;
	padding: 2rem;
	background-color: #32B9C8 !important;
	border: 1px solid #32B9C8 !important;
}
.btn-demarche:hover{
	color: #32B9C8 !important;
	background-color: white !important;
}

footer{
	padding: 10rem 0 6rem 0;
	background-image: url("../images/bg-footer.jpg");
	background-size: cover;
	background-position: top center;
	color: white;
	margin-top: 2rem;
}

footer a{
	color: white;
}

@media (max-width: 991px) {
	footer{
		padding: 5rem 0 3rem 0;
	}
	.home footer{
		margin-top: 2rem;
	}
}

header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: rgba(255,255,255,1);
	-webkit-box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.2); 
	box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.2);
}

	.home header{
		background-color: transparent;
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0); 
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0); 
	}

header.nav-up{
	top: -150px;
}

header.nav-down{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: rgba(255,255,255,1);
	-webkit-box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.2); 
	box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.2);
	transition: top 0.5s ease-in-out;
}

header .logo-color{ display: block; }
header .logo-white{ display: none; }
.home header .logo-color{ display: none; }
.home header .logo-white{ display: block; }


header.nav-down .logo-color, header.nav-up .logo-color{ display: block !important; }
header.nav-down .logo-white, header.nav-up .logo-white{ display: none !important; }


header.nav-down .top-bar, header.nav-up .top-bar{
	background-color: #E8E8E7;
}

header.nav-down .navbar-light .navbar-nav .nav-link, header.nav-up .navbar-light .navbar-nav .nav-link{
	color: #46505A !important;
}

header.nav-down .navbar-toggler span, header.nav-up .navbar-toggler span{
	background-color: #46505A;
}

header .top-bar .linksearch{
	position: relative;
	display: flex;
	flex-direction: row;
	text-decoration: none;
	align-items: center;
	color: #46505A;
	column-gap: 0.5rem;
	overflow-x: hidden;
}

header .top-bar .linksearch button {
	border: none;
	background-color: transparent;	
	color: #46505A;
	z-index: 10;
}

header .top-bar .linksearch button #close_search {
	display: none;
}

.home header .top-bar .linksearch button {
	color: white;
}

header .top-bar .linksearch #global-form-search {
	opacity: 0;
	transform: translateX(100%);
	z-index: 0;
	transition: all 0.3s ease;
}

header .top-bar .linksearch #global-form-search input {
	border-radius: 1rem;
	border: none;
	padding: 0.18rem 1rem;
	outline: none;
	flex-grow: 1;
}

header.nav-down .top-bar .linksearch, header.nav-up .top-bar .linksearch{
	color: #46505A !important;
}


header .navbar-light .navbar-nav > li .nav-link:before{
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 3px;
	background-color: white;
	width: 0px;
	margin-left: -5px;

	-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;
}



header .navbar-light .navbar-nav > li .nav-link:hover:before{
	width: 30px;
}



header .navbar-light .navbar-nav .nav-link.active{
	color: #46505A;
}

header .navbar-light .navbar-nav .nav-link.active:before{
	width: 30px;
}



.top-bar{
	background-color: #E8E8E7;
	width: 100%;
	padding: .5rem 0;
}

.top-bar .btn{
	white-space: nowrap;
}

.home .top-bar{
	background-color: transparent;
}

.home header .top-bar a.linksearch{
	color: white;
}

.navbar{
	/*padding-top: 1.2rem;
	padding-bottom: 1.2rem;
	font-size: .95rem;*/
}

.navbar-brand{
	/*margin-top: -31px;*/
}

.navbar-light .navbar-nav .nav-link{
	/*text-transform: uppercase;*/
	font-weight: 700;
	color: #46505A;
	position: relative;
}

.home .navbar{
	background: rgb(255,255,255);
	background: -webkit-linear-gradient(right, rgba(255,255,255,.2) 0%, rgba(255,255,255,0) 60%);
	background: -o-linear-gradient(right, rgba(255,255,255,.2) 0%, rgba(255,255,255,0) 60%);
	background: linear-gradient(to left, rgba(255,255,255,.2) 0%, rgba(255,255,255,0) 60%);
}

.home .navbar-light .navbar-nav .nav-link{
	color: #FFFFFF !important;
}

.navbar-nav > li{
	margin: 0 .75rem;
}

.navbar-light .navbar-toggler{
	position: relative;
	padding: 0;
	border: none !important;
	z-index: 101;
}

.navbar-toggler span {
   display: block;
   background-color: #46505A;
   height: 2px;
   width: 25px;
   margin-top: 5px;
   margin-bottom: 5px;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   position: relative;
   left: 0;
   opacity: 1;
}

.home .navbar-toggler span{ background-color: #FFFFFF; }

.navbar-toggler:focus{
	box-shadow: none;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(2),
.navbar-toggler span:nth-child(3) {
   -webkit-transition: transform .35s ease-in-out;
   -moz-transition: transform .35s ease-in-out;
   -o-transition: transform .35s ease-in-out;
   transition: transform .35s ease-in-out;
}

.navbar-toggler span:nth-child(2){
	width: 20px;
}

.navbar-toggler span:nth-child(3){
	width: 15px;
}

.navbar-toggler:not(.closed) span:nth-child(1) {
    position: absolute;
	width: 25px;
    left: 0px;
    top: 5px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.navbar-toggler:not(.closed) span:nth-child(2) {
    height: 12px;
    background-color: transparent;
	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(3605deg);
    transform: rotate(360deg);
	width: 25px;
}

.navbar-toggler:not(.closed) span:nth-child(3) {
    position: absolute;
    left: 0px;
    top: 5px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
	width: 25px;
}

.dropdown-menu{
	padding: 0;
	margin-top: 19px !important;
    border-radius: 0px;
    border: none;
	border-bottom: 5px solid #A0328C;;
	-webkit-box-shadow: 0px 0px 18px 5px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 18px 5px rgb(0 0 0 / 20%);
	position: relative;
}

.dropdown-menu:after{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 5px;
	background: #A0328C;
	background: -webkit-linear-gradient(right, rgba(160,50,140,1) 0%, rgba(50,185,200,1) 100%);
	background: -o-linear-gradient(right, rgba(160,50,140,1) 0%, rgba(50,185,200,1) 100%);
	background: linear-gradient(to left, rgba(160,50,140,1) 0%, rgba(50,185,200,1) 100%);
}

.dropdown-item{
	padding: 1.25rem 1.5rem;
	text-transform: uppercase;
    font-weight: 700;
    color: #46505A;
	font-size: .85rem;
	background-color: #FFFFFF;
	border-bottom:1px solid #f0f0f0;
}

.dropdown-menu li:last-child .dropdown-item{
	border-bottom: none;
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active{
	color: rgba(0,0,0,.7);
    text-decoration: none;
    background-color: #f0f0f0;
}

.dropdown-submenu{
	right: 0;
	left: inherit !important;
	top: 0 !important;
	margin-top: 0 !important;
	transform: translateX(100%);
}

@media (min-width: 1200px) {
	.at_depth_1 .dropdown-toggle::after{
		transform: rotate(-90deg);
	}
}

@media (max-width: 1199px) {
	.dropdown-submenu{
		width: 100%;
		transform: translateX(0);
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.navbar-nav > li{
		margin: 0 .5rem;
	}
}

@media (max-width: 1199px) {
	header .navbar-light .navbar-nav > li .nav-link:before{
		content: none;
	}
	#offcanvas-collapse{
		position: fixed;
		top: 0px;
		bottom: 0;
		left: 100%;
		/*min-width: 350px;*/
		width: 100%;
		min-width: 100%;
		padding: 7.5rem 2rem 2rem 2rem;
		overflow-y: auto;
		visibility: hidden;
		background: #A0328C;
		background: -webkit-linear-gradient(right, rgba(160,50,140,1) 0%, rgba(50,185,200,1) 100%);
		background: -o-linear-gradient(right, rgba(160,50,140,1) 0%, rgba(50,185,200,1) 100%);
		background: linear-gradient(to left, rgba(160,50,140,1) 0%, rgba(50,185,200,1) 100%);
		transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
		display: block;
		z-index: 100;
	}
	#offcanvas-collapse.open{
		visibility: visible;
		transform: translateX(-100%);
	}
	#offcanvas-collapse:after{
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		width: 300px;
		height: 300px;
		background-image: url(../images/icon-logo.svg);
		background-size: contain;
		background-repeat: no-repeat;
		opacity: .2;
		transform: translate(-40px, 0);
		z-index: -1;
	}
	.navbar{
		font-size: .9rem;
	}
	.dropdown-item{
		font-size: .8rem;
		padding: 1rem 1rem;
	}
	.navbar-nav{
		text-align: center;
		font-size: 1.2rem;
	}
	.navbar-nav > li{
		margin: .5rem 0;
	}
	header.nav-down .navbar-light .navbar-nav .nav-link, header.nav-up .navbar-light .navbar-nav .nav-link, header .navbar-light .navbar-nav .nav-link{
		color: #FFFFFF !important;
	}
	.navOpen .navbar-toggler span:nth-child(1), .navOpen .navbar-toggler span:nth-child(3){
		background-color: #FFFFFF !important;
	}
	.dropdown-menu{
		border-bottom: none;
		width: 75%;
		margin: 0 auto 0 auto !important;
	}
	.dropdown-menu:after{
		content: none;
	}
	.dropdown-toggle::after{
		transform: translate(3px, 3px);
	}
	.dropdown-item{
		white-space: inherit;
		text-align: center;
	}

}

/*
@media (max-width: 575px) {
	#offcanvas-collapse{
		width: 100%;
		min-width: 100%;
	}
}
*/

.wp-pagenavi a{
	color: #A0328C;
}

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

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

section{
	padding: 3rem 0;
}

.ctnactu section{
	padding: 2rem 0;
}

section.wrapsep{
	padding: 4rem 0;
	position: relative;
}

.sep{
	padding: 6rem 0;
	position: relative;
}
.sep.image{
	background-image: url("../images/bg-sep-simple-ep.jpg");
	background-size: cover;
	background-position: center center;
}

section.wrapsep:before, section.wrapsep:after{
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 450px;
	background-image: url("../images/bg-sep-arrondi.jpg");
	background-size: cover;
	background-position: center center;
	z-index: -1;
}

section.wrapsep:before{
	top: 0;
	transform: translateY(-50%) rotate(0);
}

section.wrapsep:after{
	bottom: 0;
	transform: translateY(50%) rotate(180deg);
}

.ctnactu section.wrapsep:before, .ctnactu section.wrapsep:after{
	content: none;
}

.ctnactu section.wrapsep{
	padding: 6rem 0;
}

/*
.ctnactu section.wrapsep:before{
	height: 300px;
	transform: translateY(-10%) rotate(0);
}

.ctnactu section.wrapsep:after{
	height: 300px;
	transform: translateY(10%) rotate(180deg);
}
*/

.ctn section.resetPadd{
	padding: 0;
}

.ctn section.bggris{
	background-color: rgb(220, 225, 230);
	margin: 3rem 0;
}

.padd {
    padding: 3rem;
}

/*
.ctn section:first-child{
	padding-top: 6rem !important; 
}
.ctn section:last-child{
	padding-bottom: 6rem !important; 
}*/

/*
.ctn section.resetPadd:first-child{
	padding-top: 2rem !important; 
}
.ctn section.resetPadd:last-child{
	padding-bottom: 2rem !important; 
}
*/

@media (max-width: 991px) {
	.padd {
		padding: 2rem;
	}
}

.entete{
	padding: 11rem 5rem;
	background-image: url("../images/entete.jpg");
	background-position: bottom center;
	background-size: cover;
	color: white;
	margin-bottom: 2rem;
}

.entete .wraptitre{
	transform: translateY(55px);
}

.entete h1{
	text-align: center;
	color: white;
	text-transform: uppercase;
}

.entete .breadcrumbs{
	text-align: center;
	color: white;
}

.entete .breadcrumbs a{
	color: white;
}

@media (max-width: 991px) {
	.entete{
		padding: 8rem 1rem;
	}
}

.homeslider{
	padding: 12rem 1rem;
	background-image: url("../images/entete.jpg");
	background-position: bottom center;
	background-size: cover;
	color: white;
}

.wrapnationverte{
	width: 120px;
	height: 120px;
	position: absolute;
	bottom: -40px;
	left: 0;
}

.fiche{
	border-top-left-radius: 3rem;
	border-bottom-right-radius: 3rem;
	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%);
}

.img-translate{
	transform: translateY(3rem);
	border-top-left-radius: 3rem;
	border-bottom-right-radius: 3rem;
}

.fiche-translate{
    transform: translateY(-4rem);
}

.wrapblocstxtimg .fiche{
	border-top-left-radius: 0rem;
	border-bottom-right-radius: 0rem;
}

.wrapblocstxtimg.impaire .wrapbloc:first-child div:first-child .fiche, .wrapblocstxtimg.paire .wrapbloc:first-child div:first-child .fiche{
	border-top-left-radius: 3rem;
}

.wrapblocstxtimg.impaire .wrapbloc:last-child div:last-child .fiche{
	border-bottom-right-radius: 3rem;
}

.wrapblocstxtimg.paire .wrapbloc:last-child div:first-child .fiche{
	border-bottom-right-radius: 3rem;
}

.wrapvideo .fiche{
	border-top-left-radius: 0rem;
}

.fiche.wrapblocpictos{
	border-top-left-radius: 0rem;
}

.imgblocpictos{
	border-top-left-radius: 3rem;
}

blockquote{
	font-size: 1.2rem;
	font-style: italic;
	padding-left: 2rem;
	border-left: 5px solid #A0328C;
}

.actu .fiche{
	width: 85%;
	margin-top: -4rem;
	position: relative;
}

.fiche-actu {
	width: 90% !important;
}
.fiche-actu h3 {
	font-weight: 600;
}


.thumbnail-actu-img{
	border-top-left-radius: 3rem;
	border-bottom-right-radius: 3rem;
}

.thumbnail-actu-txt{
	transform: translate(-20%,-50%);
    width: 120%;
    top: 50%;
    z-index: 1;
}

@media (max-width: 991px) {
	.thumbnail-actu-img{
		border-bottom-right-radius: 0rem;
	}

	.thumbnail-actu-txt{
		transform: translate(0,0);
		width: 100%;
		top: 0;
		z-index: 1;
		border-top-left-radius: 0rem;
	}
}

.wrapOthersNews article{
	margin-bottom: 3rem;
}

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

.actu img{
	border-top-left-radius: 3rem;
	border-bottom-right-radius: 3rem;
}

.wrapquickaccess{
	margin-top: -9rem;
	margin-bottom: 2rem;
}

.quickaccess{
	text-decoration: none;
	text-align: center;
	padding: 3rem .5rem;
	background-color: white;
}

.quickaccess i{
	font-size: 4rem;
}

.picto-home {
	height: 80px;
	margin-bottom: 1.5rem;
}

.quickaccess:hover{
	background-color: #32B9C8;
}

.quickaccess:hover *{
	color: white !important;
}

.quickaccess:hover .picto-home{
	filter:  brightness(0) invert(1);
}

.swiper-pagination{
	position: absolute;
	top: inherit !important;
	bottom: -3rem !important;
	left: 50% !important;
	width: 100% !important;
	margin: 0;
	transform: translateX(-50%);
}

.swiper-pagination-bullet{
	border-radius: 0;
	width: 30px;
	height: 3px;
	opacity: 1;
	background: #BDBEC1;
}

.swiper-pagination-bullet-active{
	background: #46505A;
}

@media (max-width: 991px){
	.swiper-pagination-bullet{
		width: 30px;
	}
}

section.txt img{
	max-width: 100%;
	height: auto;
}

.keynumber{
	color: white;
	text-align: center;
}

.page-chiffres-cles .keynumber .chiffre {
	color: #A0328C;
}
.page-chiffres-cles .keynumber .titre {
	color: #46505A;
}

.keynumber .chiffre{
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 3.5rem;
}
.keynumber .txtchiffre{
	font-size: 1.5rem;
}

.accordion-body{
	padding: 2rem 2rem;
}

.accordion-body p:last-child{
	margin-bottom: 0;
}

.accordion-button{
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 1.25rem;
}

h4 .accordion-button {
	font-size: 1.1rem;
}

.accordion-button:not(.collapsed){
	background-color: #32B9C8;
	color: #FFF;
}

.accordion-button:focus{
	border-color: transparent;
    -moz-box-shadow: none;
	-goog-ms-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.accordion-button:not(.collapsed)::after{
	filter: grayscale(0) brightness(100);
}

.wrapblocpictos h2, .wrapblocpictos h3{
	font-weight: bold;
	font-size: 1.2rem;
}

.wrapgalerie{
	position: relative;
	z-index: 1;
}

.wrapgalerie.bg:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 45%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
	background: #A0328C;
	background: -webkit-linear-gradient(right, rgba(160,50,140,1) 0%, rgba(50,185,200,1) 100%);
	background: -o-linear-gradient(right, rgba(160,50,140,1) 0%, rgba(50,185,200,1) 100%);
	background: linear-gradient(to left, rgba(160,50,140,1) 0%, rgba(50,185,200,1) 100%);
}

.wrapgalerie .grid-item a{
	position: relative;
	display: block;
	overflow: hidden;
}
.wrapgalerie .grid-item a legend{
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	padding: 0.5rem 1rem;
	margin: 0;
    background-color: rgba(0,0,0,.8);
    color: white;
    font-size: 1rem;
	border-bottom-right-radius: 3rem;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.wrapgalerie .grid-item a:hover legend{
	bottom: 0;
}

table thead tr td, table th{
	font-weight: bold;
}

table.headRose thead tr td, table th{
	background-color: #A0328C;
	color: white;
}

table.headBleu thead tr td, table th{
	background-color: #32B9C8 !important;
	color: white !important;
}

.hide-cell {
	opacity: 0 !important;
}

.chapeau {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.chapeau img {
	width: 120px;
	flex-grow: 1;
	padding-right: 2rem;
}
.chapeau blockquote {
	flex-grow: 11;
}

.dbl-col {
	column-count: 2;
	column-gap: 2rem;
}
@media only screen and (max-width: 991px) {
	.dbl-col {
		column-count: 1;
	}
}

.ctn section ul {
	list-style-image: url("../images/puce.png");
}


.contact-info span i {
	font-size: 2rem;
	color: #32B9C8;
}

.contact-info span a {
	color: #32B9C8;
	text-decoration: none;
}

.contact-info span a:hover {
	text-decoration: underline;
}

.contact-info p {
	margin: 0 !important;
	padding: 0 !important;
}


.orga-syndicat i {
	font-size: 2rem;
}

.orga-syndicat .orga-name {
	font-size: 1rem;
	color: white !important;
	margin: 1rem;
	margin-bottom: 0.3rem;
	border-radius: 1rem;
}
.orga-syndicat .orga-desc {
	font-style: italic;
}

.orga-syndicat .bureau {
	color: #A0328C;
}

.orga-syndicat .bureau .orga-name {
	background-color: #A0328C;
}

.orga-syndicat .comite {
	color: #32B9C8;
}

.orga-syndicat .comite .orga-name {
	background-color: #32B9C8;
}

.orga-syndicat .gris-f {
	color: #46505a;
}

.orga-syndicat .gris-f .orga-name {
	background-color: #46505a;
}

.orga-syndicat .gris-m {
	color: #72777d;
}

.orga-syndicat .gris-m .orga-name {
	background-color: #72777d;
}

.orga-syndicat .gris-c {
	color: #a5b0b5;
}

.orga-syndicat .gris-c .orga-name {
	background-color: #a5b0b5;
}

.orga-syndicat .fleche-col {
	position: relative;
}

.orga-syndicat .fleche-col img {
	width: 60px;
	height: 80px;
	position: relative;
	left: 50%;
	top: -6%;
	transform: translateX(-50%);
}

.orga-syndicat .fleche {
	position: relative;
	height: 78% !important;
	width: 2px;
	left: 50%;
	top: 5%;
	transform: translateX(-50%);
	margin-bottom: 27px;
	border-radius: 1rem;
}

.orga-syndicat .fleche.gris-m {
	position: relative;
	background-color: #72777d;
}
.orga-syndicat .fleche.gris-m:after{
	position: absolute;
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f078";
	bottom: -20px;
    font-size: 2.1rem;
    left: 50%;
    transform: translateX(-50%);
}

.orga-syndicat .fleche.gris-c {
	background-color: #a5b0b5;
	background-color: #72777d;
}
.orga-syndicat .fleche.gris-c:after{
	position: absolute;
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f078";
	bottom: -20px;
    font-size: 2.1rem;
    left: 50%;
    transform: translateX(-50%);
}

.equipes .person {
	font-size: 1rem
}

.equipes .semelec-orga {
	color: #A0328C;
}

.equipes .te63-orga {
	color: #32B9C8;
}




.wpdevart_org_chart_container li .wpda_tree_item_container > div {
	min-height: auto !important;
	min-width: auto !important;
	padding: 0.75rem !important;
}


.color-legend {
	min-width: 60px;
	aspect-ratio: 2 / 1;
}



.orga-te63  .statut  {
	margin-bottom: 0;
}

.orga-te63  .nom  {
	margin-bottom: 0;
}

.orga-te63 .directeur .nom  {
	font-weight: 600;
	font-size: 1.5rem;
}

.orga-te63 .niv1 .nom {
	font-size: 1.25rem;
	font-weight: 500;
}

.orga-te63 .pole-finances {
	font-size: 1.25rem;
	font-weight: 400;
	background-color: #32B9C8;
}

.orga-te63 #pole-finances .nom {
	color: #32B9C8;
}

.orga-te63 .pole-direction {
	font-size: 1.25rem;
	font-weight: 400;
	background-color: #A0328C;
}

.orga-te63 #pole-direction .nom {
	color: #A0328C;
}

.orga-te63 .pole-transition {
	font-size: 1.25rem;
	font-weight: 400;
	background-color: #649a3e;
}

.orga-te63 #pole-transition .nom {
	color: #649a3e;
}

.orga-te63 .pole-administratif {
	font-size: 1.25rem;
	font-weight: 400;
	background-color: #46505A;
}

.orga-te63 #pole-administratif .nom {
	color: #46505A;
}

/*
.actes-accordion h2 {
	margin-top: 2rem;
	margin-bottom: 0;
}

.actes-accordion h3 {
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.actes-accordion .link-acte {
	color: #A0328C;
	margin: 0.5rem;
	font-size: 1.15rem;
	text-decoration: none;
}

.actes-accordion .link-acte:hover {
	text-decoration: underline;
}

.actes-accordion .accordion {
	margin-top: 0 !important;
}
*/

#closeSearch{
	color: #46505A;
	text-decoration: none;
}
.link-acte{
	color: #46505A;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
	padding-bottom: 0px;
	position: relative;
}
.link-acte:hover{
	color: #A0328C;
	border-bottom-color: #A0328C;
}
.link-acte:after{
	position: absolute;
	font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f178";
	color: #A0328C;
    font-size: 1rem;
	top: 50%;
    right: 0;
    transform: translate(180%, -35%);
	opacity: 0;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.link-acte:hover:after{
	transform: translate(130%, -35%);
	opacity: 1;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background-color: #A0328C;
}
.nav-pills .nav-link{
	background-color: #f1f1f1;
	padding: 1.5rem;
	border-radius: 8px;
	margin-bottom: .5rem;
	color: #A0328C;
}

#form_actes .label {
	font-size: 1.15rem
}

#form_actes input, #form_actes button, .collapse_form_btn {
	/*border-radius: 8px;
	border: solid #A0328C 2px;
	padding: 1rem 2rem;
	transition: all 0.3s ease;*/
	border-radius: 8px;
	border: none;
    background-color: #f1f1f1;
    padding: 0.7rem 1rem;
}

#form_actes input:focus {
	outline: none !important;
	border: solid #32B9C8 1px;
}

#form_actes button:not(:disabled), .collapse_form_btn {
	border: none;
	background-color: #A0328C;
	color: white;
}

#form_actes button:not(:disabled):hover, .collapse_form_btn:hover {
	background-color: #32B9C8;
}

#form_actes button:disabled, #form_actes button:disabled:hover{
	background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(19, 1, 1, 0.3)) !important;
	color: -internal-light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3)) !important;
	border-color: -internal-light-dark(rgba(118, 118, 118, 0.3), rgba(195, 195, 195, 0.3)) !important;
}

#form_actes .text-submit {
	position: relative;
	display: flex;
	align-items: center;
	width: fit-content;
}

#form_actes .text-submit .fa-loader {
	position: absolute;
	left: 110%;
}

.actes-result h3 {
	margin-top: 0;
	margin-bottom: 1rem;
}

#search-filter-form-7277 > ul, #search-filter-form-8580 > ul {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 2rem;
}
#search-filter-form-7277 h4, #search-filter-form-8580 h4 {
	font-size: 1.15rem;
}

#search-filter-form-7277 > ul > li, #search-filter-form-8580 > ul > li {
	height: 100% !important;
}

#search-filter-form-7277 .sf-field-reset, #search-filter-form-8580 .sf-field-reset {
	align-self: center;
}

#search-filter-form-7277 input, #search-filter-form-8580 input {
	/*border: solid #A0328C 2px;
	padding: 1rem 2rem;*/
	border-radius: 8px;
	border: none;
    background-color: #f1f1f1;
    padding: 0.7rem 1rem;
}

#search-filter-form-7277 input:focus, #search-filter-form-8580 input:focus {
	outline: none !important;
	border: solid #32B9C8 1px;
}

#search-filter-form-7277 .search-filter-reset, #search-filter-form-8580 .search-filter-reset {
	border: none;
	border-radius: 1rem;
	padding: .35rem .75rem !important;
  	font-size: .85rem !important;
	background-color: #A0328C;
	color: white;
	text-decoration: none;
	font-weight: 700;
}

#search-filter-form-7277 .search-filter-reset:hover, #search-filter-form-8580 .search-filter-reset:hover {
	background-color: #32B9C8;
}

#search-filter-form-7277 .sf-field-taxonomy-media_folder ul, #search-filter-form-8580 .sf-field-taxonomy-type-de-publication ul {
	padding: 0;
}

#search-filter-form-7277 .sf-field-taxonomy-media_folder ul li, #search-filter-form-8580 .sf-field-taxonomy-type-de-publication ul li {
	display: inline;
	padding-right: 1rem;
}

.tag{
	background-color: #a0a6ad;
	border-radius: 1rem;
	color: white;
	width: fit-content;
	padding: 0.15rem 0.5rem;
}

.chiffres-budget .valeur{
	font-size: 3.5rem;
	font-weight: 900;
	color: #A0328C;
}

.patrimoine ul li {
	padding: 0.5rem 0;
}

.patrimoine i{
	padding-right: 0.5rem;
	font-size: 2.5rem;
}

.docs-marches-publics a{
	text-decoration: none;
	color: #A0328C;
}

.docs-marches-publics a:hover{
	text-decoration: underline;
}

.call-buton{
	z-index: 99999;
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	text-align: center;
	font-weight: bold;
}
.call-buton.left{
	right: inherit;
	left: 2rem;
}
.call-buton .cc-calto-action-ripple{
	background: #A0328C;
	width: 4rem;
	height: 4rem;
	padding: 1rem;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	-webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
	animation: cc-calto-action-ripple 0.6s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}
.call-buton .cc-calto-action-ripple.blue{
	background: #32B9C8;
	-webkit-animation: cc-calto-action-ripple-blue 0.6s linear infinite;
	animation: cc-calto-action-ripple-blue 0.6s linear infinite;
}
.call-buton .cc-calto-action-ripple i {
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	font-size: 2.2rem;
}
.call-buton .cc-calto-action-ripple:hover i {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
  
@-webkit-keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(160, 50, 140, 0.2), 0 0 0 0 rgba(160, 50, 140, 0.2), 0 0 0 5px rgba(160, 50, 140, 0.2), 0 0 0 10px rgba(160, 50, 140, 0.2);
	  box-shadow: 0 4px 10px rgba(160, 50, 140, 0.2), 0 0 0 0 rgba(160, 50, 140, 0.2), 0 0 0 5px rgba(160, 50, 140, 0.2), 0 0 0 10px rgba(160, 50, 140, 0.2);
	}
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(160, 50, 140, 0.2), 0 0 0 5px rgba(160, 50, 140, 0.2), 0 0 0 10px rgba(160, 50, 140, 0.2), 0 0 0 20px rgba(160, 50, 140, 0);
	  box-shadow: 0 4px 10px rgba(160, 50, 140, 0.2), 0 0 0 5px rgba(160, 50, 140, 0.2), 0 0 0 10px rgba(160, 50, 140, 0.2), 0 0 0 20px rgba(160, 50, 140, 0);
	}
}
  
@keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(160, 50, 140, 0.2), 0 0 0 0 rgba(160, 50, 140, 0.2), 0 0 0 5px rgba(160, 50, 140, 0.2), 0 0 0 10px rgba(160, 50, 140, 0.2);
	  box-shadow: 0 4px 10px rgba(160, 50, 140, 0.2), 0 0 0 0 rgba(160, 50, 140, 0.2), 0 0 0 5px rgba(160, 50, 140, 0.2), 0 0 0 10px rgba(160, 50, 140, 0.2);
	}
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(160, 50, 140, 0.2), 0 0 0 5px rgba(160, 50, 140, 0.2), 0 0 0 10px rgba(160, 50, 140, 0.2), 0 0 0 20px rgba(160, 50, 140, 0);
	  box-shadow: 0 4px 10px rgba(160, 50, 140, 0.2), 0 0 0 5px rgba(160, 50, 140, 0.2), 0 0 0 10px rgba(160, 50, 140, 0.2), 0 0 0 20px rgba(160, 50, 140, 0);
	}
}

@-webkit-keyframes cc-calto-action-ripple-blue {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(160, 50, 140, 0.2), 0 0 0 0 rgba(160, 50, 140, 0.2), 0 0 0 5px rgba(160, 50, 140, 0.2), 0 0 0 10px rgba(160, 50, 140, 0.2);
	  box-shadow: 0 4px 10px rgba(160, 50, 140, 0.2), 0 0 0 0 rgba(160, 50, 140, 0.2), 0 0 0 5px rgba(160, 50, 140, 0.2), 0 0 0 10px rgba(160, 50, 140, 0.2);
	}
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(160, 50, 140, 0.2), 0 0 0 5px rgba(160, 50, 140, 0.2), 0 0 0 10px rgba(160, 50, 140, 0.2), 0 0 0 20px rgba(160, 50, 140, 0);
	  box-shadow: 0 4px 10px rgba(160, 50, 140, 0.2), 0 0 0 5px rgba(160, 50, 140, 0.2), 0 0 0 10px rgba(160, 50, 140, 0.2), 0 0 0 20px rgba(160, 50, 140, 0);
	}
}
  
@keyframes cc-calto-action-ripple-blue {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(50, 185, 200, 0.2), 0 0 0 0 rgba(50, 185, 200, 0.2), 0 0 0 5px rgba(50, 185, 200, 0.2), 0 0 0 10px rgba(50, 185, 200, 0.2);
	  box-shadow: 0 4px 10px rgba(50, 185, 200, 0.2), 0 0 0 0 rgba(50, 185, 200, 0.2), 0 0 0 5px rgba(50, 185, 200, 0.2), 0 0 0 10px rgba(50, 185, 200, 0.2);
	}
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(50, 185, 200, 0.2), 0 0 0 5px rgba(50, 185, 200, 0.2), 0 0 0 10px rgba(50, 185, 200, 0.2), 0 0 0 20px rgba(50, 185, 200, 0);
	  box-shadow: 0 4px 10px rgba(50, 185, 200, 0.2), 0 0 0 5px rgba(50, 185, 200, 0.2), 0 0 0 10px rgba(50, 185, 200, 0.2), 0 0 0 20px rgba(50, 185, 200, 0);
	}
}

span.num{
	color: #A0328C;
	margin-top: 1rem;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
span.num.blue{
	color: #32B9C8;
}