/*
Theme Name: Conférence Permanente des Organismes de Formation
Author: JD² - Jonathan Durand
Author URI: https://wwww.jdcarre.fr
Description: Theme développé par JD²
Version: 1
Requires at least: 6.6.2
Requires PHP: 8.0
Tested up to: 8.3.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: cpof
/*

/************************************************************************************************************/
/****************************************BODY****************************************************************/
/************************************************************************************************************/
html{
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	text-rendering: optimizeLegibility;
}
html.sr .load-hidden,
html.sr .reveal-right,
html.sr .reveal-left,
html.sr .reveal-bottom,
html.sr .reveal-top,
html.sr .reveal-fade {
 visibility:hidden
}
body{
	font-family: "futura-pt", sans-serif;
	text-rendering: optimizeLegibility;
	font-weight:normal!important;
	font-weight:400;
	word-wrap:normal;
	line-height:1.6;
	height:auto;
	color:#000000;
	font-size: 18px;
	background-color: #f2f2f2;
}
:root {
    font-size: 16px;
}
/*************FONTS*************/
.futura{
	font-family: "futura-pt", sans-serif;
	text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("css/webfonts/fa-sharp-solid-900.woff2");
}

.fontAwesome{
	font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("css/webfonts/fa-sharp-solid-900.woff2");
}
/************************************************************************************************************/
/****************************************COULEURS************************************************************/
/************************************************************************************************************/
.noir{
	color:#000000;
}
.blanc{
	color:#ffffff;
}
.gris{
	color:#605f5f;
}
.grisclair{
	color:#f2f2f2;
}
.jaune{
	color:#f2cb05
}
.bleu{
	color:#030a8c
}
.bleupale{
	color: #6699cc
}
.turquoise{
	color:#1bafbf;
}
.orange, .content-page.orange > p{
	color:#f8ab17;
}
.orangepale, .content-page .orangepale > p{
	color:#ffcc66 !important;
}

/*************BCK*************/
.bck-noir{
	background-color: #000000;
}
.bck-blanc{
	background-color: #ffffff;
}
.bck-gris{
	background-color:#605f5f;
}
.bck-grisclair{
	background-color:#f2f2f2;
}
.bck-jaune{
	background-color:#f2cb05;
}
.bck-jaunepale{
	background-color:#ffcc66;
}
.bck-bleu{
	background-color:#030a8c;
}
.bck-bleupale{
	background-color: #6699cc;
}
.bck-turquoise{
	background-color:#1bafbf;
}
.bck-turquoisepale{
	background-color:#6cd4df;
}
.bck-orange{
	background-color:#f8ab17;
}
.bck-orangepale{
	background-color:#ffcc66;
}
/************************************************************************************************************/
/*******************************************Border et HR **********************************************************/
/************************************************************************************************************/

hr.thin-50{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px #605f5f solid;
}

hr.sidebar.orange{
	border-top: 3px #f8ab17 solid;
}
/************************************************************************************************************/
/*******************************************LIENS************************************************************/
/************************************************************************************************************/

a{
	text-decoration: none;
	color:#030a8c;
	-webkit-transition:color .20s linear;
	-moz-transition:color .20s linear;
	-o-transition:color .20s linear;
	transition:color .20s linear;
}
a:hover{
	text-decoration: underline;
	color:#030a8c;
	-webkit-transition:color .20s linear;
	-moz-transition:color .20s linear;
	-o-transition:color .20s linear;
	transition:color .20s linear;
}
.btn-min{
	min-width: 200px;
}
.btn-icone{

}

.btn-link.nounderline{
	text-decoration: none;
}
.btn.blanc.focus, .btn.blanc:focus, .btn.blanc:hover, .btn.blanc:active{
	color:#ffffff;
}
.btn-link:focus-visible,.btn-link:active{
	border:0px solid transparent !important;
}

a.blanc,a.blanc:focus{
	text-decoration: none;
	color:#ffffff;
}
a.blanc.opaque:hover,a.blanc.opaque:active{
	text-decoration:none;
}
a.hvr-underline-from-left.blanc:hover,a.hvr-underline-from-left.blanc:active{
	text-decoration: none;
	color:#ffffff;
}
.blanc a,.blanc a:focus{
	text-decoration: none;
	color:#ffffff;
	-webkit-transition:color .20s linear;
	-moz-transition:color .20s linear;
	-o-transition:color .20s linear;
	transition:color .20s linear;
}
.blanc a:hover,.blanc a:active{
	text-decoration: underline;
	color:#ffffff;
	-webkit-transition:color .20s linear;
	-moz-transition:color .20s linear;
	-o-transition:color .20s linear;
	transition:color .20s linear;
}

a.hvr-underline-from-left {margin-top:0px; display: inline-block;  vertical-align: middle;  -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0);  position: relative;  overflow: hidden;}
a.hvr-underline-from-left:before {
	content: "";  position: absolute;  z-index: -1;  left:0;right:0;  bottom: 0;
-webkit-transform: translateY(2px);
transform: translateY(2x);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: linear;
transition-timing-function: linear;
height: 2px;}
a.hvr-underline-from-left,
.hvr-underline-from-left a,
.hvr-underline-from-left > li a{text-decoration: none}

a.hvr-underline-from-left:hover:before, a.hvr-underline-from-left:focus:before, a.hvr-underline-from-left:active:before {
transform: translateY(0);}
.hvr-underline-from-left li a:hover:before,.hvr-underline-from-left a:hover:before {transform: translateY(0);}

.hvr-underline-from-left li a,.hvr-underline-from-left a {margin-top:0px; display: inline-block;  vertical-align: middle;  -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0);  position: relative;  overflow: hidden;}

.hvr-underline-from-left li a:before,
.hvr-underline-from-left a:before {
content: "";  position: absolute;  z-index: -1;  left:0;right:0;  bottom: 0;
-webkit-transform: translateY(2px);
transform: translateY(2x);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: linear;
transition-timing-function: linear;
height: 2px;}

.hvr-underline-from-left.blanc li a:before,.hvr-underline-from-left li.blanc a:before,.hvr-underline-from-left.blanc a:before{background: #FFFFFF}
a.hvr-underline-from-left.blanc:before{background: #FFFFFF}
a.hvr-underline-from-left.blanc:hover{color:#FFFFFF}

.hvr-underline-from-left.gris li a:before,.hvr-underline-from-left li.gris a:before,.hvr-underline-from-left.gris a:before{background: #605f5f}
a.hvr-underline-from-left.gris:before{background: #605f5f}
a.hvr-underline-from-left.gris:hover{color:#605f5f}

.hvr-underline-from-left.noir li a:before,.hvr-underline-from-left li.noir a:before,.hvr-underline-from-left.noir a:before{background: #000000}
a.hvr-underline-from-left.noir:before{background:#000000}
a.hvr-underline-from-left.noir:hover{color:#000000}

.hvr-underline-from-left.turquoise li a:before,.hvr-underline-from-left li.turquoise a:before,.hvr-underline-from-left.turquoise a:before{background: #1bafbf}
a.hvr-underline-from-left.turquoise:before{background:#1bafbf}
a.hvr-underline-from-left.turquoise:hover{color:#1bafbf}
.hvr-underline-from-left.turquoise li.orange a:before{background: #f8ab17}

a.hvr-thin:before,.hvr-underline-from-left.hvr-thin li a:before,.hvr-underline-from-left.hvr-thin a:before{
	height: 1px
}
a.hvr-big:before,.hvr-underline-from-left.hvr-big.hvr-big li a:before,.hvr-underline-from-left.hvr-big a:before{
	height: 4px
}

/************************************************************************************************************/
/*******************************************BOUTON************************************************************/
/************************************************************************************************************/
.btn{
	padding-left:20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-family: "futura-pt", sans-serif;
}
.btn-light{
	padding-left:10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.btn-noir{
	background-color: rgba(0,0,0,1);
	background-image:none;
	background-repeat: repeat-x;
	border: 1px solid #000000;
	color: #FFFFFF !important;
}
.btn-noir:hover,.btn-noir:focus,.btn-noir:focus, .btn-noir:active, .btn-noir.active, .btn-noir.disabled, .btn-noir[disabled] {
	background-color: rgba(0,0,0,1);
	color: #fdc300 !important;
	text-decoration: none;
	border: 1px solid #000000;
	background-image:none;
	background-repeat: repeat-x;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -ms-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  text-decoration: none;
}
.btn-orange{
	background-color: #f8ab17;
	background-image:none;
	background-repeat: repeat-x;
	border: 1px solid #f8ab17;
	color: #FFFFFF !important;
}
.btn-orange:hover,.btn-orange:focus,.btn-orange:focus, .btn-orange:active, .btn-orange.active, .btn-orange.disabled, .btn-orange[disabled] {
	color: #030a8c !important;
	background-color: #f8ab17;
	text-decoration: none;
	border: 1px solid #030a8c;
	background-image:none;
	background-repeat: repeat-x;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
			-webkit-transition: all .1s linear;
			-moz-transition: all .1s linear;
			-ms-transition: all .1s linear;
			-o-transition: all .1s linear;
			transition: all .1s linear;
	text-decoration: none;
}
.btn-lire-orangepale{
	color: #ffcc66 !important;
}
.btn-lire-orangepale > span{
	color: #1bafbf !important;
}
.btn-lire-orangepale:hover> span,.btn-lire-orangepale:focus> span,.btn-lire-orangepale:focus> span, .btn-lire-orangepale:active> span, .btn-lire-orangepale.active> span, .btn-lire-orangepale.disabled> span, .btn-lire-orangepale[disabled]> span {
	color: #ffcc66 !important;
}
.btn-lire-orangepale:hover,.btn-lire-orangepale:focus,.btn-lire-orangepale:focus, .btn-lire-orangepale:active, .btn-lire-orangepale.active, .btn-lire-orangepale.disabled, .btn-lire-orangepale[disabled] {
	color: #1bafbf !important;
}
.btn-lire-bleupale{
	color: #6699cc !important;
}
.btn-lire-bleupale > span{
	color: #1bafbf !important;
}
.btn-lire-bleupale:hover> span,.btn-lire-bleupale:focus> span,.btn-lire-bleupale:focus> span, .btn-lire-bleupale:active> span, .btn-lire-bleupale.active> span, .btn-lire-bleupale.disabled> span, .btn-lire-bleupale[disabled]> span {
	color: #6699cc !important;
}
.btn-lire-bleupale:hover,.btn-lire-bleupale:focus,.btn-lire-bleupale:focus, .btn-lire-bleupale:active, .btn-lire-bleupale.active, .btn-lire-bleupale.disabled, .btn-lire-bleupale[disabled] {
	color: #1bafbf !important;
}
.btn-lire-jaunepale{
	color: #ffcc66 !important;
}
.btn-lire-jaunepale > span{
	color: #1bafbf !important;
}
.btn-lire-jaunepale:hover> span,.btn-lire-jaunepale:focus> span,.btn-lire-jaunepale:focus> span, .btn-lire-jaunepale:active> span, .btn-lire-jaunepale.active> span, .btn-lire-jaunepale.disabled> span, .btn-lire-jaunepale[disabled]> span {
	color: #ffcc66 !important;
}
.btn-lire-jaunepale:hover,.btn-lire-jaunepale:focus,.btn-lire-jaunepale:focus, .btn-lire-jaunepale:active, .btn-lire-jaunepale.active, .btn-lire-jaunepale.disabled, .btn-lire-jaunepale[disabled] {
	color: #1bafbf !important;
}
.btn-lire-turquoisepale{
	color: #6cd4df !important;
}
.btn-lire-turquoisepale > span{
	color: #f2cb05 !important;
}
.btn-lire-turquoisepale:hover> span,.btn-lire-turquoisepale:focus> span,.btn-lire-turquoisepale:focus> span, .btn-lire-turquoisepale:active> span, .btn-lire-turquoisepale.active> span, .btn-lire-turquoisepale.disabled> span, .btn-lire-turquoisepale[disabled]> span {
	color: #6cd4df !important;
}
.btn-lire-turquoisepale:hover,.btn-lire-turquoisepale:focus,.btn-lire-turquoisepale:focus, .btn-lire-turquoisepale:active, .btn-lire-turquoisepale.active, .btn-lire-turquoisepale.disabled, .btn-lire-turquoisepale[disabled] {
	color: #f2cb05 !important;
}
.btn-lire-orange{
	color: #f8ab17 !important;
}
.btn-lire-orange > span{
	color: #1bafbf !important;
}
.btn-lire-orange:hover> span,.btn-lire-orange:focus> span,.btn-lire-orange:focus> span, .btn-lire-orange:active> span, .btn-lire-orange.active> span, .btn-lire-orange.disabled> span, .btn-lire-orange[disabled]> span {
	color: #f8ab17 !important;
}
.btn-lire-orange:hover,.btn-lire-orange:focus,.btn-lire-orange:focus, .btn-lire-orange:active, .btn-lire-orange.active, .btn-lire-orange.disabled, .btn-lire-orange[disabled] {
	color: #1bafbf !important;
}
.btn-lire-bleu{
	color: #030a8c !important;
}
.btn-lire-bleu > span{
	color: #1bafbf !important;
}
.btn-lire-bleu:hover> span,.btn-lire-bleu:focus> span,.btn-lire-bleu:focus> span, .btn-lire-bleu:active> span, .btn-lire-bleu.active> span, .btn-lire-bleu.disabled> span, .btn-lire-bleu[disabled]> span {
	color: #030a8c !important;
}
.btn-lire-bleu:hover,.btn-lire-bleu:focus,.btn-lire-bleu:focus, .btn-lire-bleu:active, .btn-lire-bleu.active, .btn-lire-bleu.disabled, .btn-lire-bleu[disabled] {
	color: #1bafbf !important;
}
.btn-lire-jaune{
	color: #f2cb05 !important;
}
.btn-lire-jaune > span{
	color: #1bafbf !important;
}
.btn-lire-jaune:hover> span,.btn-lire-jaune:focus> span,.btn-lire-jaune:focus> span, .btn-lire-jaune:active> span, .btn-lire-jaune.active> span, .btn-lire-jaune.disabled> span, .btn-lire-jaune[disabled]> span {
	color: #f2cb05 !important;
}
.btn-lire-jaune:hover,.btn-lire-jaune:focus,.btn-lire-jaune:focus, .btn-lire-jaune:active, .btn-lire-jaune.active, .btn-lire-jaune.disabled, .btn-lire-jaune[disabled] {
	color: #1bafbf !important;
}
.btn-lire-turquoise{
	color: #1bafbf !important;
}
.btn-lire-turquoise > span{
	color: #f2cb05 !important;
}
.btn-lire-turquoise:hover> span,.btn-lire-turquoise:focus> span,.btn-lire-turquoise:focus> span, .btn-lire-turquoise:active> span, .btn-lire-turquoise.active> span, .btn-lire-turquoise.disabled> span, .btn-lire-turquoise[disabled]> span {
	color: #1bafbf !important;
}
.btn-lire-turquoise:hover,.btn-lire-turquoise:focus,.btn-lire-turquoise:focus, .btn-lire-turquoise:active, .btn-lire-turquoise.active, .btn-lire-turquoise.disabled, .btn-lire-turquoise[disabled] {
	color: #f2cb05 !important;
}
.btn-lire{
	background-color: rgba(253,195,0,0);
	background-image:none;
	background-repeat: repeat-x;
	border: 0px solid #fdc300;
	color: #030a8c !important;
}
.btn-lire > span{
	color: #f2cb05 !important;
}
.btn-lire:hover> span,.btn-lire:focus> span,.btn-lire:focus> span, .btn-lire:active> span, .btn-lire.active> span, .btn-lire.disabled> span, .btn-lire[disabled]> span {
	color: #030a8c !important;
}
.btn-lire:hover,.btn-lire:focus,.btn-lire:focus, .btn-lire:active, .btn-lire.active, .btn-lire.disabled, .btn-lire[disabled] {
	background-color: rgba(253,195,0,0);
	color: #f2cb05 !important;
	text-decoration: none;
	border: 0px solid #030a8c;
	background-image:none;
	background-repeat: repeat-x;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
			-webkit-transition: all .1s linear;
			-moz-transition: all .1s linear;
			-ms-transition: all .1s linear;
			-o-transition: all .1s linear;
			transition: all .1s linear;
	text-decoration: none;
}
.btn-bleu{
	background-color: rgba(3,10,140,1);
	background-image:none;
	background-repeat: repeat-x;
	border: 1px solid #030a8c;
	color: #FFFFFF !important;
}
.btn-bleu:hover,.btn-bleu:focus,.btn-bleu:focus, .btn-bleu:active, .btn-bleu.active, .btn-bleu.disabled, .btn-bleu[disabled] {
	color: #f8ab17 !important;
	background-color: rgba(3,10,140,1);
	text-decoration: none;
	border: 1px solid #f8ab17;
	background-image:none;
	background-repeat: repeat-x;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
			-webkit-transition: all .1s linear;
			-moz-transition: all .1s linear;
			-ms-transition: all .1s linear;
			-o-transition: all .1s linear;
			transition: all .1s linear;
	text-decoration: none;
}
.btn-turquoise{
	background-color: #1bafbf;
	background-image:none;
	background-repeat: repeat-x;
	border: 1px solid #1bafbf;
	color: #FFFFFF !important;
}
.btn-turquoise:hover,.btn-turquoise:focus,.btn-turquoise:focus, .btn-turquoise:active, .btn-turquoise.active, .btn-turquoise.disabled, .btn-turquoise[disabled] {
	color: #f2e205 !important;
	background-color: #1bafbf;
	text-decoration: none;
	border: 1px solid #f2e205;
	background-image:none;
	background-repeat: repeat-x;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
			-webkit-transition: all .1s linear;
			-moz-transition: all .1s linear;
			-ms-transition: all .1s linear;
			-o-transition: all .1s linear;
			transition: all .1s linear;
	text-decoration: none;
}
.btn-transparent-gris {
	background-color: rgba(102,102,102,0);
	background-image:none;
	background-repeat: repeat-x;
	border: 1px solid #605f5f;
	color: #605f5f !important;
}
.btn-transparent-gris:hover,.btn-transparent-gris:focus,.btn-transparent-gris:focus, .btn-transparent-gris:active, .btn-transparent-gris.active, .btn-transparent-gris.disabled, .btn-transparent-gris[disabled] {
	background-color: rgba(102,102,102,1);
	color: rgba(255,255,255,1) !important;
	border: 1px solid #605f5f;
	background-image:none;
	background-repeat: repeat-x;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
			-webkit-transition: all .1s linear;
			-moz-transition: all .1s linear;
			-ms-transition: all .1s linear;
			-o-transition: all .1s linear;
			transition: all .1s linear;
	text-decoration: none;
}
.btn-transparent-noir {
	background-color: rgba(0,0,0,0);
	background-image:none;
	background-repeat: repeat-x;
	border: 1px solid #000000;
	color: #000000;
}
.btn-transparent-noir:hover,.btn-transparent-noir:focus,.btn-transparent-noir:focus, .btn-transparent-noir:active, .btn-transparent-noir.active, .btn-transparent-noir.disabled, .btn-transparent-noir[disabled] {
	background-color: rgba(0,0,0,1);
	color: rgba(255,255,255,1) !important;
	border: 1px solid #000000;
	background-image:none;
	background-repeat: repeat-x;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
			-webkit-transition: all .1s linear;
			-moz-transition: all .1s linear;
			-ms-transition: all .1s linear;
			-o-transition: all .1s linear;
			transition: all .1s linear;
	text-decoration: none;
}

.btn-transparent-blanc {
	background-color: rgba(255,255,255,0);
	background-image:none;
	background-repeat: repeat-x;
	border: 1px solid #ffffff;
	color: #ac8f6f; ;
}
.btn-transparent-blanc:hover,.btn-transparent-blanc:focus,.btn-transparent-blanc:focus, .btn-transparent-blanc:active, .btn-transparent-blanc.active, .btn-transparent-blanc.disabled, .btn-transparent-blanc[disabled] {
	background-color: rgba(255,255,255,1);
	color: rgba(255,255,255,1) !important;
	border: 1px solid #ffffff;
	background-image:none;
	background-repeat: repeat-x;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
			-webkit-transition: all .1s linear;
			-moz-transition: all .1s linear;
			-ms-transition: all .1s linear;
			-o-transition: all .1s linear;
			transition: all .1s linear;
	text-decoration: none;
}
.btn-transparent-jaune {
	background-color: rgba(242,203,5,0);
	background-image:none;
	background-repeat: repeat-x;
	border: 1px solid #f2cb05;
	color: #f2cb05;
}
.btn-transparent-jaune:hover,.btn-transparent-jaune:focus,.btn-transparent-jaune:focus, .btn-transparent-jaune:active, .btn-transparent-jaune.active, .btn-transparent-jaune.disabled, .btn-transparent-jaune[disabled] {
	background-color: rgba(242,203,5,1);
	color: rgba(255,255,255,1) !important;
	border: 1px solid #f2cb05;
	background-image:none;
	background-repeat: repeat-x;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
			-webkit-transition: all .1s linear;
			-moz-transition: all .1s linear;
			-ms-transition: all .1s linear;
			-o-transition: all .1s linear;
			transition: all .1s linear;
	text-decoration: none;
}
.btn-transparent-turquoise {
	background-color: rgba(27,175,191,0);
	background-image:none;
	background-repeat: repeat-x;
	border: 1px solid #1bafbf;
	color: #1bafbf;
}
.btn-transparent-turquoise:hover,.btn-transparent-turquoise:focus,.btn-transparent-turquoise:focus, .btn-transparent-turquoise:active, .btn-transparent-turquoise.active, .btn-transparent-turquoise.disabled, .btn-transparent-turquoise[disabled] {
	background-color: rgba(27,175,191,1);
	color: rgba(255,255,255,1) !important;
	border: 1px solid #1bafbf;
	background-image:none;
	background-repeat: repeat-x;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
			-webkit-transition: all .1s linear;
			-moz-transition: all .1s linear;
			-ms-transition: all .1s linear;
			-o-transition: all .1s linear;
			transition: all .1s linear;
	text-decoration: none;
}
.btn-transparent-bleu {
	background-color: rgba(3,10,140,0);
	background-image:none;
	background-repeat: repeat-x;
	border: 1px solid #030a8c;
	color: #030a8c;
}
.btn-transparent-bleu:hover,.btn-transparent-bleu:focus,.btn-transparent-bleu:focus, .btn-transparent-bleu:active, .btn-transparent-bleu.active, .btn-transparent-bleu.disabled, .btn-transparent-bleu[disabled] {
	background-color: rgba(3,10,140,1);
	color: rgba(255,255,255,1) !important;
	border: 1px solid #030a8c;
	background-image:none;
	background-repeat: repeat-x;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
			-webkit-transition: all .1s linear;
			-moz-transition: all .1s linear;
			-ms-transition: all .1s linear;
			-o-transition: all .1s linear;
			transition: all .1s linear;
	text-decoration: none;
}
.btn-transparent-orange {
	background-color: rgba(248,171,23,0);
	background-image:none;
	background-repeat: repeat-x;
	border: 1px solid #f8ab17;
	color: #f8ab17;
}
.btn-transparent-orange:hover,.btn-transparent-orange:focus,.btn-transparent-orange:focus, .btn-transparent-orange:active, .btn-transparent-orange.active, .btn-transparent-orange.disabled, .btn-transparent-orange[disabled] {
	background-color: rgba(248,171,23,1);
	color: rgba(255,255,255,1) !important;
	border: 1px solid #f8ab17;
	background-image:none;
	background-repeat: repeat-x;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
			-webkit-transition: all .1s linear;
			-moz-transition: all .1s linear;
			-ms-transition: all .1s linear;
			-o-transition: all .1s linear;
			transition: all .1s linear;
	text-decoration: none;
}

/************************************************************************************************************/
/*******************************************NAVBAR************************************************************/
/************************************************************************************************************/
/**************NAVBAR*************************/

img.logo{
	max-height:80px;
	margin-top:15px;
	-webkit-transition:all.40s linear;
	-moz-transition:all .40s linear;
	-o-transition:all .40s linear;
	transition:all .40s linear;
}
img.logofooter{
	max-height:135px;
	margin-top :15px;
	margin-bottom: 15px;
}
img.logoinlineoffcanvas{
	max-height:80px;
	margin-top:15px;
	-webkit-transition:all.40s linear;
	-moz-transition:all .40s linear;
	-o-transition:all .40s linear;
	transition:all .40s linear;
}
.offcanvas-header{
	justify-content: space-between;
}
/**************NAVBAR*************************/
.navbar-toggler{
	font-size: 24px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform: uppercase;
	margin-top:10px;
}
.navbar-brand{
	float:left;
	margin-top:-10px;
	height: auto;
	padding: 0px 0px;
	font-size: 12px;
	line-height: 14px;
	margin-right:50px;
}
.offcanvas-body{
	min-height: 50px;
}
.border-cpof-02{
	border-bottom:10px solid #1bafbf !important;
}
.border-cpof-01{
	border-bottom:10px solid #f8ab17 !important;
}
.border-cpof-footer-02{
	border-top:10px solid #1bafbf !important;
}
.border-cpof-footer-01{
	border-top:10px solid #f8ab17 !important;
}
/* enlève la couleur en background */
#navbar-navigation.navbar-default{
	background-color: transparent;
	border:none;
}
#navbar-navigation.navbar-default .navbar-collapse, #navbar-navigation.navbar-default .navbar-form{
	border:none;
}
#menu-navigation{
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	margin-top: 40px;
}
#menu-navigation > li{
	padding:5px 20px 0px 20px;
	-webkit-transition:all.20s ease-in-out;
	-moz-transition:all .20s ease-in-out;
	-o-transition:all .20s ease-in-out;
	transition:all .20s ease-in-out;
}
#menu-navigation > li > a{
	font-family: "futura-pt", sans-serif;
	color: #FFFFFF;
	font-weight: 800;
	font-size:22px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	padding:0;
	padding-bottom:5px;
	-webkit-transition:all.20s ease-in-out;
	-moz-transition:all .20s ease-in-out;
	-o-transition:all .20s ease-in-out;
	transition:all .20s ease-in-out;
}
#navbar-navigation.navbar {
  margin-bottom: 0;
  padding-top: 0;
  background-color: #030a8c;
}
#menu-navigation > li.current-menu-item > a:before{
		color:#1bafbf;
		text-decoration:none;
		transform: translateY(0);
		-webkit-transition:color .40s linear;
		-moz-transition:color .40s linear;
		-o-transition:color .40s linear;
		transition:color .40s linear;
}
#menu-navigation > li.current-menu-item > a{
	color:#1bafbf;
}
#menu-navigation > li > a:hover,
#menu-navigation > li > a:focus,
#menu-navigation > li > a:active,
#menu-navigation > li > a.active{
	text-decoration: none;
	-webkit-transition:color .20s linear;
	-moz-transition:color .20s linear;
	-o-transition:color .20s linear;
	transition:color .20s linear;
	color:#1bafbf;
}

#menu-navigation > li.orange > a,
#menu-navigation > li.orange > a:hover,
#menu-navigation > li.orange > a:active{
	text-decoration: none;
	color: #f8ab17;
	-webkit-transition:color .20s linear;
	-moz-transition:color .20s linear;
	-o-transition:color .20s linear;
	transition:color .20s linear;
}

img.menu-logo{
	max-width: 190px;
	display: inline;
}
.sub-menu li.menu-logo.menu-item{
	text-align: center;
	margin-top:15px;
}

#menu-footer > li{
	padding:0px 25px 0px 10px;
	-webkit-transition:all.20s ease-in-out;
	-moz-transition:all .20s ease-in-out;
	-o-transition:all .20s ease-in-out;
	transition:all .20s ease-in-out;
}
#menu-footer > li > a{
	color: #ffffff;
	font-size:20px;
	font-weight:300;
	text-decoration: none;
	padding:0;
	padding-bottom:3px;
	-webkit-transition:all.20s ease-in-out;
	-moz-transition:all .20s ease-in-out;
	-o-transition:all .20s ease-in-out;
	transition:all .20s ease-in-out;
}
#menu-footer > li.current-menu-item > a::before{
left: 0;right: 0;
}
#menu-footer > li > a:hover,
#menu-footer > li > a:focus,
#menu-footer > li > a:active,
#menu-footer > li > a.active{
	text-decoration: none;
	-webkit-transition:color .40s linear;
	-moz-transition:color .40s linear;
	-o-transition:color .40s linear;
	transition:color .40s linear;
	color:#ffffff;
}

#menu-mentions-legales > li{
	padding:0px 8px 5px 8px;
	-webkit-transition:all.20s ease-in-out;
	-moz-transition:all .20s ease-in-out;
	-o-transition:all .20s ease-in-out;
	transition:all .20s ease-in-out;
}
#menu-mentions-legales > li > a{
	color: #ffffff;
	font-size:12px;
	font-weight:500;
	text-decoration: none;
	padding:0;
	padding-bottom:3px;
	-webkit-transition:all.20s ease-in-out;
	-moz-transition:all .20s ease-in-out;
	-o-transition:all .20s ease-in-out;
	transition:all .20s ease-in-out;
}
#menu-mentions-legales > li.current-menu-item > a{
		color:#ffffff;
		text-decoration: underline;
}
#menu-mentions-legales > li > a:hover,
#menu-mentions-legales > li > a:focus,
#menu-mentions-legales > li > a:active,
#menu-mentions-legales > li > a.active{
	text-decoration: none;
	-webkit-transition:color .40s linear;
	-moz-transition:color .40s linear;
	-o-transition:color .40s linear;
	transition:color .40s linear;
	color:#ffffff;
}
.offcanvas.show > .offcanvas-body{
		background-image: url("img/texture_droite.png");
		background-repeat: no-repeat;
		background-position: bottom right;
		background-size: 88%;
		-webkit-transition:all .40s linear;
		-moz-transition:all .40s linear;
		-o-transition:all .40s linear;
		transition:all .40s linear;
}
.offcanvas.show > .offcanvas-body > #menu-navigation > .menu-item > .sub-menu{
    display: block;
		position:relative;
}
.btn-close.blanc{
	color:#FFFFFF !important;
}
.open > .sub-menu {
    display: block;
		position:absolute;
}
.sub-menu{
	z-index:10;
	display: none;
	text-align: left;
		background-color: rgba(255,255,255,1);
	text-decoration: none;
	padding: 10px 30px 20px 20px;
  border-bottom: 1px solid #355661;
}
.sub-menu li.menu-item{
	list-style-type: none;
	margin-bottom:5px;
  text-align: left;
}

.sub-menu li.menu-item:hover,.sub-menu li.menu-item:focus,.sub-menu li.menu-item:active{
	right: 0;
	text-decoration: none;
	-webkit-transition:color .40s linear;
	-moz-transition:color .40s linear;
	-o-transition:color .40s linear;
	transition:color .40s linear;
	color: #355661;
}
.sub-menu li.menu-item a{
	color: #355661;
}
.sub-menu li.menu-item a:focus,.sub-menu li.menu-item a:hover, .sub-menu li.menu-item a:active{
	text-decoration: none;
  color: #355661;
}

.sub-menu li.menu-item a{ display: inline-block;  vertical-align: middle;  -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0);  position: relative;  overflow: hidden;	list-style-type: none;text-decoration: none;}
.sub-menu li.menu-item a:before {  content: "";  position: absolute;  z-index: -1;  left: 51%;  right: 51%;  bottom: 0;  background: #355661;  height: 1px;  -webkit-transition-property: left, right;  transition-property: left, right;  -webkit-transition-duration: 0.3s;  transition-duration: 0.3s;  -webkit-transition-timing-function: linear; transition-timing-function: linear; }
.sub-menu li.menu-item a:hover:before, .sub-menu li.menu-item a:focus:before, .sub-menu li.menu-item a:active:before {left: 0;right: 0;}

/*************************************/
/*****SLIDER PAGE *******************/
/*************************************/
#slider-propositions .owl-stage{
	margin-bottom: 50px;
}
#slider-page{
	margin-top:-65px;
	background-repeat: no-repeat;
	background-position: center 30%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#slider-page > .slide-item-page{
	height: 30vh;
	min-height:150px;
	position: relative;
}
#slider-page > .slide-item-page > .slide-caption{
	position: relative;
	top:25%;
	width:80%;
	left:10%;
	right:10%;
}
.titre-page{
	font-family: "futura-pt", sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-size:50px;
	line-height: 65px;
	margin-bottom:18px;
	color: #355661;
	text-align: center;
}
/*************************************/
/*****SLIDER HOME *******************/
/*************************************/

.bck_slide {
  height: 60vh;
  background-image: url("img/bck_degrade_noir.png");
  background-repeat: repeat-x;
  background-position: bottom center;
  background-attachment: scroll;
}

#slider-home{
	margin-top:-10px;
}
#slider-home > .carousel-inner > .carousel-item{
  height: 45vh;
  min-height: 460px;
  background-repeat: no-repeat;
	background-position: center 20%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-inner > .carousel-item > .bck_slide > .carousel-caption {
	top:6%;
	width:100%;
	right:auto;
	left:auto;
	text-align: center;
	padding-left: 15%;
	padding-right: 15%;
}
#slider-home > .carousel-indicators > button{
	border-radius: 50px;
	width:15px;
	height: 15px;
	background-color: #6699cc;
	border: 1px solid #6699cc;
	margin-left: 5px;
	margin-right:5px;
}
#slider-home > .carousel-indicators {
  position: absolute;
  right: 20%;
  bottom: 5%;
  left: inherit;
  flex-direction: row;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  justify-content: flex-start;
}
#slider-home > .carousel-indicators > button.active {
	-webkit-transition:all .20s linear;
	-moz-transition:all .20s linear;
	-o-transition:all .20s linear;
	transition:all .20s linear;
	background-color: #030a8c;
  border: 1px solid #6699cc;
}
.carousel-caption.slider-home p{
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight:400;
	font-size:26px;
	padding: 8px 20%;
	line-height: 36px;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 2px 2px 5px #000000;
	margin-bottom:50px;
}
.carousel-caption h5 + div{
	margin-top:40px;
}
.carousel-caption h5{
	font-family: futura-pt, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 55px;
	line-height: 70px;
	color: #1bafbf;
	text-align: center;
	margin-bottom: 0px;
	display: inline-block;
	text-shadow: 2px 2px 5px #000000;
}
.carousel-caption h5 > span{
	color:#f2e205;
}
.carousel-control-next,.carousel-control-prev{
 opacity: 1;
 width:70px;
 margin-top:50px;
}

/*************************************/
/***** HOME *******************/
/*************************************/
.pojo-a11y-resize-font-130 p, .pojo-a11y-resize-font-130 h1, .pojo-a11y-resize-font-130 h2, .pojo-a11y-resize-font-130 h3,.pojo-a11y-resize-font-130 h4,.pojo-a11y-resize-font-130 h5,.pojo-a11y-resize-font-130 h6,.pojo-a11y-resize-font-130 div,.pojo-a11y-resize-font-130 ul, .pojo-a11y-resize-font-130 li,
.pojo-a11y-resize-font-140 p, .pojo-a11y-resize-font-140 h1, .pojo-a11y-resize-font-140 h2, .pojo-a11y-resize-font-140 h3,.pojo-a11y-resize-font-140 h4,.pojo-a11y-resize-font-140 h5,.pojo-a11y-resize-font-140 h6,.pojo-a11y-resize-font-140 div,.pojo-a11y-resize-font-140 ul, .pojo-a11y-resize-font-140 li,
.pojo-a11y-resize-font-150 p, .pojo-a11y-resize-font-150 h1, .pojo-a11y-resize-font-150 h2, .pojo-a11y-resize-font-150 h3,.pojo-a11y-resize-font-150 h4,.pojo-a11y-resize-font-150 h5,.pojo-a11y-resize-font-150 h6,.pojo-a11y-resize-font-150 div,.pojo-a11y-resize-font-150 ul, .pojo-a11y-resize-font-150 li,
.pojo-a11y-resize-font-160 p, .pojo-a11y-resize-font-160 h1, .pojo-a11y-resize-font-160 h2, .pojo-a11y-resize-font-160 h3,.pojo-a11y-resize-font-160 h4,.pojo-a11y-resize-font-160 h5,.pojo-a11y-resize-font-160 h6,.pojo-a11y-resize-font-160 div,.pojo-a11y-resize-font-160 ul, .pojo-a11y-resize-font-160 li,
.pojo-a11y-resize-font-170 p, .pojo-a11y-resize-font-170 h1, .pojo-a11y-resize-font-170 h2, .pojo-a11y-resize-font-170 h3,.pojo-a11y-resize-font-170 h4,.pojo-a11y-resize-font-170 h5,.pojo-a11y-resize-font-170 h6,.pojo-a11y-resize-font-170 div,.pojo-a11y-resize-font-170 ul, .pojo-a11y-resize-font-170 li,
.pojo-a11y-resize-font-180 p, .pojo-a11y-resize-font-180 h1, .pojo-a11y-resize-font-180 h2, .pojo-a11y-resize-font-180 h3,.pojo-a11y-resize-font-180 h4,.pojo-a11y-resize-font-180 h5,.pojo-a11y-resize-font-180 h6,.pojo-a11y-resize-font-180 div,.pojo-a11y-resize-font-180 ul, .pojo-a11y-resize-font-180 li,
.pojo-a11y-resize-font-190 p, .pojo-a11y-resize-font-190 h1, .pojo-a11y-resize-font-190 h2, .pojo-a11y-resize-font-190 h3,.pojo-a11y-resize-font-190 h4,.pojo-a11y-resize-font-190 h5,.pojo-a11y-resize-font-190 h6,.pojo-a11y-resize-font-190 div,.pojo-a11y-resize-font-190 ul, .pojo-a11y-resize-font-190 li,
.pojo-a11y-resize-font-200 p, .pojo-a11y-resize-font-200 h1, .pojo-a11y-resize-font-200 h2, .pojo-a11y-resize-font-200 h3,.pojo-a11y-resize-font-200 h4,.pojo-a11y-resize-font-200 h5,.pojo-a11y-resize-font-200 h6,.pojo-a11y-resize-font-200 div,.pojo-a11y-resize-font-200 ul, .pojo-a11y-resize-font-200 li{
	line-height: inherit !important;
}

/**********************************************/
/************** Pagination *******************/
/**********************************************/
.active > .page-link, .page-link.active{
	color: #FFFFFF;
	background-color: #355661;
	border-color: #355661
}
.page-link{
	color:#4b5960;
}
.page-link:hover,.page-link:focus{
	color:#4b5960;
	box-shadow :none;
}
.page-item:first-child .page-link,.page-item:last-child .page-link{
	border-radius: 0;
}

/****************************************************/
/************** Contenu des pages *******************/
/****************************************************/
/****************************************************/
img.picto_carre, .owl-carousel .owl-item img.picto_carre{
	width:80px;
	height: 80px;
	margin-right:10px;
	display: inline;
}
img.picto_carre_66{
	width:66px;
	height: 66px;
	margin-right:0px;
	display: inline;
}
img.picto_carre_petit{
	width:45px;
	height: 45px;
	margin-right:10px;
	display: inline;
}
img.picto_carre_btn{
	width:30px;
	height: 30px;
	margin-right:10px;
	display: inline;
}
img.picto_carre.agenda{
	margin-left: -5px;
	 margin-top: -25px;
	 margin-right:0px;
	 width: 60px !important;
	 height: 60px !important;
}

.bloc_titre_pixel{
	display: flex;
	flex-direction: row;
	align-items: start;
}
#parties-prenantes{
	margin-top:-30px;
}
.border-blanc{
	padding: 5px;
	border:thin solid #FFFFFF;
}
.btn-download{
	padding: 5px 20px;
	color: #FFFFFF;
	font-weight: bold;
	position: absolute;
	margin-top:15px;
  right: 0;
  bottom: 0;
}
.btn-download::after{
	content: "";
	float: inherit;
	clear: both;
}
.btn-badge-filtre {
	background-color: #1bafbf;
	background-image:none;
	background-repeat: repeat-x;
	border: 1px solid #1bafbf;
	color: #FFFFFF !important;
	padding-left:8px;
	padding-right: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.btn-badge-filtre:hover,.btn-badge-filtre:focus,.btn-badge-filtre:focus, .btn-badge-filtre:active, .btn-badge-filtre.active, .btn-badge-filtre.disabled, .btn-badge-filtre[disabled] {
	text-decoration: none;
	background-color: #1bafbf;
	background-image:none;
	background-repeat: repeat-x;
	border: 1px solid #1bafbf;
	color: #FFFFFF !important;
}
.btn-taxonomy-theme.bleu{
		color: #030a8c !important;
}
.btn-taxonomy-theme.bleu:hover,.btn-taxonomy-theme.bleu:focus,.btn-taxonomy-theme.bleu:focus, .btn-taxonomy-theme.bleu:active, .btn-taxonomy-theme.bleu.active, .btn-taxonomy-theme.bleu.disabled, .btn-taxonomy-theme.bleu[disabled] {
	border: 1px solid #030a8c;
	background-color: #030a8c;
}
.btn-taxonomy-theme.bleupale{
		color: #6699cc !important;
}
.btn-taxonomy-theme.bleupale:hover,.btn-taxonomy-theme.bleupale:focus,.btn-taxonomy-theme.bleupale:focus, .btn-taxonomy-theme.bleupale:active, .btn-taxonomy-theme.bleupale.active, .btn-taxonomy-theme.bleupale.disabled, .btn-taxonomy-theme.bleupale[disabled] {
	border: 1px solid #6699cc;
	background-color: #6699cc;
}
.btn-taxonomy-theme.orange{
		color: #f8ab17 !important;
}
.btn-taxonomy-theme.orange:hover,.btn-taxonomy-theme.orange:focus,.btn-taxonomy-theme.orange:focus, .btn-taxonomy-theme.orange:active, .btn-taxonomy-theme.orange.active, .btn-taxonomy-theme.orange.disabled, .btn-taxonomy-theme.orange[disabled] {
	border: 1px solid #f8ab17;
	background-color: #f8ab17;
}
.btn-taxonomy-theme.turquoisepale{
		color: #6cd4df !important;
}
.btn-taxonomy-theme.turquoisepale:hover,.btn-taxonomy-theme.turquoisepale:focus,.btn-taxonomy-theme.turquoisepale:focus, .btn-taxonomy-theme.turquoisepale:active, .btn-taxonomy-theme.turquoisepale.active, .btn-taxonomy-theme.turquoisepale.disabled, .btn-taxonomy-theme.turquoisepale[disabled] {
	border: 1px solid #6cd4df;
	background-color: #6cd4df;
}
.btn-taxonomy-theme.jaune{
		color: #f2cb05 !important;
}
.btn-taxonomy-theme.jaune:hover,.btn-taxonomy-theme.jaune:focus,.btn-taxonomy-theme.jaune:focus, .btn-taxonomy-theme.jaune:active, .btn-taxonomy-theme.jaune.active, .btn-taxonomy-theme.jaune.disabled, .btn-taxonomy-theme.jaune[disabled] {
	border: 1px solid #f2cb05;
	background-color: #f2cb05;
}
.btn-taxonomy-theme.jaunepale{
		color: #ffcc66 !important;
}
.btn-taxonomy-theme.jaunepale:hover,.btn-taxonomy-theme.jaunepale:focus,.btn-taxonomy-theme.jaunepale:focus, .btn-taxonomy-theme.jaunepale:active, .btn-taxonomy-theme.jaunepale.active, .btn-taxonomy-theme.jaunepale.disabled, .btn-taxonomy-theme.jaunepale[disabled] {
	border: 1px solid #ffcc66;
	background-color: #ffcc66;
}

.btn-taxonomy-theme.orangepale{
		color: #ffcc66 !important;
}
.btn-taxonomy-theme.orangepale:hover,.btn-taxonomy-theme.orangepale:focus,.btn-taxonomy-theme.orangepale:focus, .btn-taxonomy-theme.orangepale:active, .btn-taxonomy-theme.orangepale.active, .btn-taxonomy-theme.orangepale.disabled, .btn-taxonomy-theme.orangepale[disabled] {
	border: 1px solid #ffcc66;
	background-color: #ffcc66;
}
.btn-taxonomy-theme.turquoise{
		color: #1bafbf !important;
}
.btn-taxonomy-theme.turquoise:hover,.btn-taxonomy-theme.turquoise:focus,.btn-taxonomy-theme.turquoise:focus, .btn-taxonomy-theme.turquoise:active, .btn-taxonomy-theme.turquoise.active, .btn-taxonomy-theme.turquoise.disabled, .btn-taxonomy-theme.turquoise[disabled] {
	border: 1px solid #1bafbf;
	background-color: #1bafbf;
}
.btn-taxonomy-theme {
	background-image:none;
	background-repeat: repeat-x;
	border: 1px solid;
	padding-left:15px;
	padding-right: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	width:auto;
}
.btn-taxonomy-theme:hover,.btn-taxonomy-theme:focus,.btn-taxonomy-theme:focus, .btn-taxonomy-theme:active, .btn-taxonomy-theme.active, .btn-taxonomy-theme.disabled, .btn-taxonomy-theme[disabled] {
	text-decoration: none;
	background-image:none;
	background-repeat: repeat-x;
	color: #FFFFFF !important;
	-webkit-transition:all .20s linear;
	-moz-transition:all .20s linear;
	-o-transition:all .20s linear;
	transition:all .20s linear;
	cursor: pointer;
}
.checkbox.after-check label::before{
  border: 0px solid #75bc6b;
  border-radius: 0px;
	background-color:#75bc6b;
	width:0px
}
.checkbox.tag-check label{
	padding-left:0px;
	-webkit-transition:all .20s linear;
	-moz-transition:all .20s linear;
	-o-transition:all .20s linear;
	transition:all .20s linear;
}
.checkbox.tag-check label::after {
	color: #FFFFFF !important;
	font-size: 18px;
	top:-4px;
	left:-10px;
}
.checkbox.tag-check input[type="checkbox"]:checked + label{
	padding-left:30px;
	-webkit-transition:all .20s linear;
	-moz-transition:all .20s linear;
	-o-transition:all .20s linear;
	transition:all .20s linear;
}
.checkbox.tag-check input[type="checkbox"]:checked + label:::before{
	width:20px !important;
	-webkit-transition:all .20s linear;
	-moz-transition:all .20s linear;
	-o-transition:all .20s linear;
	transition:all .20s linear;
}

/****************************************************/
/**************************SIDEBAR*******************/
/****************************************************/



/****************************************************/
/*******************CONTENT PAGE*********************/
/****************************************************/


.custom-tooltip {
  --bs-tooltip-bg: #1bafbf;;
  --bs-tooltip-color: var(--bs-white);
}
.titredernieresactu{
	margin-left:18%
}
.titretoutelessactu{
	margin-right:15%
}
.titrequisommesnous{
	margin-left:5%
}
 .paragraphe-formation  > h3{
  font-weight: 700;
  color: #4f57cc;
  font-size: 20px;
  margin-left: 35px;
  background-image: url('img/trait-gris.jpg');
  background-position: center center;
  background-repeat: repeat-x;
  margin-top: 20px;
  margin-bottom: 15px;
}

.content-page > .ableufonce a,.content-page > .ableufonce a:focus{
	text-decoration: none;
	color: #355661;
	-webkit-transition:color .20s linear;
	-moz-transition:color .20s linear;
	-o-transition:color .20s linear;
	transition:color .20s linear;
}
.content-page > .ableufonce a:hover,.content-page > .ableufonce a:active{
	color: #355661;
}
.content-page a.btn:active::before, .content-page a.btn:focus::before, .content-page a.btn:hover::before,.content-page a.btn::before{
	height: 0px;
}
.content-page a.btn{
		color: inherit;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
}
.content-page a.btn.noir{
	color: #000000;
}
.content-page a.btn.gris{
	background-color:#605f5f;
}
.content-page a.btn.jaune{
	color:#f2cb05;
}
.content-page a.btn.bleu{
	color:#030a8c;
}
.content-page a.btn.turquoise{
	color:#1bafbf;
}
.content-page a.btn.orange{
	color:#f8ab17;
}
.content-page a.btn:hover{
	text-decoration:none;
}
.content-page a :hover{
	text-decoration:none;
}
.content-page a{
	text-decoration:none;
	color: #000000;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
.content-page a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0%;
  right: 0%;
  bottom: 0;
  background: #000000;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.content-page.noir a{
	color:#000000;
}
.content-page.noir a::before {
  background:#000000;
}
.content-page.blanc a{
	color:#ffffff;
}
.content-page.blanc a::before {
  background:#ffffff;
}
.content-page a:active::before, .content-page a:focus::before, .content-page a:hover::before,.content-page > p > a:active::before, .content-page > p > a:focus::before, .content-page > p > a:hover::before{left: 51%;right: 51%;}

#content .content-page > p{
	padding-left:20px;
}
#content .content-page.content-qsn > p{
	padding-left:0px;
}
.content-page > p{
	font-size: 20px;
	line-height: 26px;
	color:#000000;
}
.content-page strong{
	font-weight: 600;
}
.content-page > h2.h1-like{
	text-align: left;
	font-family: "futura-pt", sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-size: 40px;
	margin-top: 0px;
	margin-bottom:60px;
	color: #030a8c;
	font-weight: 800;
	position: relative;
	 padding-bottom: 15px;
}
.content-page > h1{
	text-align: left;
	font-family: "futura-pt", sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-size: 40px;
	margin-top: 0px;
	margin-bottom:60px;
	color: #030a8c;
	font-weight: 800;
	position: relative;
	padding-bottom: 15px;
}
.content-page > h1::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  position: absolute;
  top: 100%;
	border-top:5px solid #1bafbf;
	border-bottom:5px solid #f8ab17;
}
.content-page > h2::before, .wsp-container > h2::before {
	content: "\f219";
  font-family: 'FontAwesome';
  display: inline;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  margin-right: 10px;
  vertical-align: middle;
  color: #f8ab17;
}
.content-page > h2, .wsp-container > h2{
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-size: 26px;
	margin-top: 45px;
	margin-bottom:30px;
	font-weight: 800;
	color:#030a8c;
}



.content-page > h3{
	font-family: "futura-pt", sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-size: 28px;
	margin-top: 30px;
	margin-bottom:20px;
	color:#f8ab17;
}
.content-page.content-qsn > h3{
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom:20px;
	color:#f8ab17;
}
.content-page > h4{
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-size: 24px;
	margin-top: 15px;
	margin-bottom:20px;
	padding-left: 25px;
	color:#000000;
}
.content-page > h5{
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-size: 22px;
	color:#000000;
	margin-top: 15px;
	margin-bottom:10px;
	padding-left: 25px;
}
.content-page > h6{
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-size: 20px;
	color:#000000;
	margin-top: 15px;
	margin-bottom:10px;
	padding-left: 35px;
}
#content .content-page ul,#content .content-page ol,#content .wsp-container ul{
		padding-left: 50px;
		line-height: 26px;
		font-size: 18px;
			color:#000000;
			margin-bottom:35px;
}
.content-page > ul,.content-page > ol, .wsp-container > ul{
		padding-left: 20px;
}
.content-page > ul,.wsp-container > ul,.wsp-container > ul > li > ul{
  list-style: none;
}
.content-page > ul > li{
	margin-bottom:10px;
	margin-top:10px;
	line-height: 26px;
	font-size: 20px;
	color:#00000;
}
.content-page > ul > li > ul{
	margin-bottom:15px;
}
.menuancre-container{
	padding: 15px 30px 0px 15px;
	background-color: #fafafa;
	display: inline-block;
	width: auto;
}
.menuancre-container ul{
		padding-left: 20px;
		line-height: 28px;
		font-size: 14px;
		color:#355661;
		list-style: none;
}
.menuancre-container > ul{
		padding-left: 15px;
}
.menuancre-container ul > li::before{
	content: "\f0c8";
	font-family: 'FontAwesome';
	display: inline;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
	font-size:6px;
  margin-right: 6px;
	vertical-align: middle;
	color:#75bc6b;
}
#content .wsp-container ul > li::before{
	content: "\f219";
	font-family: 'FontAwesome';
	display: inline;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
	font-size:8px;
  margin-right: 8px;
	vertical-align: middle;
	color:#000000;
}
.content-page > ul > li::before{
	content: "\f219";
	font-family: 'FontAwesome';
	display: inline;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
	font-size:12px;
  margin-right: 10px;
	vertical-align: middle;
	color:#f2cb05;
}

.wsp-pages-list{
	column-count: 2;
}
.wsp-posts-list{
	column-count: 2;
}
.wsp-posts-list > li > ul.wsp-posts-list{
	column-count: 1;
}
.wsp-category-title{
	margin-top:20px;
	display: inline-block;
}
.wsp-post{
	margin-top:10px;
}
.card-proposition > .card-body {
  background-color: #f2f2f2;
}
.title-proposition{
	padding: 15px 15px 10px 15px;
}

.card-proposition.proposition-jaune{
	border:4px solid #f2cb05;
}
.card-proposition.proposition-jaune > .title-proposition{
	background-color: #f2cb05;
}
.card-proposition.proposition-turquoise{
	border:4px solid #1bafbf;
}
.card-proposition.proposition-turquoise > .title-proposition{
	background-color: #1bafbf;
}
.card-proposition.proposition-bleu{
	border:4px solid #030a8c;
}
.card-proposition.proposition-bleu > .title-proposition{
	background-color: #030a8c;
}
.card-proposition.proposition-orange{
	border:4px solid #f8ab17;
}
.card-proposition.proposition-orange > .title-proposition{
	background-color: #f8ab17;
}
.card-proposition.proposition-jaunepale{
	border:4px solid #ffcc66;
}
.card-proposition.proposition-jaunepale > .title-proposition{
	background-color: #ffcc66;
}
.card-proposition.proposition-turquoisepale{
	border:4px solid #6cd4df;
}
.card-proposition.proposition-turquoisepale > .title-proposition{
	background-color: #6cd4df;
}
.card-proposition.proposition-bleupale{
	border:4px solid #6699cc;
}
.card-proposition.proposition-bleupale > .title-proposition{
	background-color: #6699cc;
}
.card-proposition.proposition-orangepale{
	border:4px solid #ffcc66;
}
.card-proposition.proposition-orangepale > .title-proposition{
	background-color: #ffcc66;
}
.card-actualite.turquoise{
	border:2px solid #1bafbf;
}
.card-actualite.agenda{
	border:2px solid #030a8c;
}
.card-actualite > .card-body{
	background-color: #f2f2f2
}
.card-actualite.agenda > .card-body{
	background-color: #030a8c
}
.card-actualite.agenda > .card-body >h3{
	color:#FFFFFF !important;
}
img.card-filter{
	display: inline-block;
	width:65px;
	height: auto;
	margin:0px 15px 0px 5px;
}
img.card-certif{
	width:100px !important;
	height: auto;
	margin-right:25px;
}
.card{
	border: none;
	border-radius: 0px;
}
.card-body{
	padding: 20px 20px 35px 20px;
	border-radius: 0px;
	border: none;

}
.card-category > .card-body{
	padding: 20px 20px 0px 20px;
	border-radius: 0px;
	border: none;
}
.card-img-top{
	border-radius: 0px;
	border: none;
}
a.card .card-hover{
	 padding: 8px;
	font-size: 18px;
	line-height: 18px;
	-webkit-transition:all .20s linear;
	-moz-transition:all .20s linear;
	-o-transition:all .20s linear;
	transition:all .20s linear;
}
a.card:hover .card-hover{
	 padding: 12px;
	font-size: 22px;
		line-height: 22px;
	-webkit-transition:all .20s linear;
	-moz-transition:all .20s linear;
	-o-transition:all .20s linear;
	transition:all .20s linear;
}
.square{
	padding :5px;
	background-color: #1bafbf;
}
/************************************************************************************************************/
/*******************************************BREADCRUMBS******************************************************/
/************************************************************************************************************/
.breadcrumb{
	padding:0px 0px 0px 0px;
	margin-bottom:10px;
	margin-top:10px;
	list-style:none;
	background-color:transparent;
	border-radius:0px;
	color:#a7a9ac;

	font-weight:400;
	font-size:14px;
}
.breadcrumb a{
	color:#a7a9ac;
	margin:0px 7px;
	text-decoration: none;
}
.content-page > .breadcrumb a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right:51%;
  bottom: 0;
  background: #a7a9ac;
  height: 0px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: linear;
}
.breadcrumb_last{
	margin:0px 7px;
}
.content-page > .breadcrumb a:hover{
	opacity: 0.7;/* l'opacite que vous voulez au depart */
	border:0;
	-ms-filter: "prodig:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* Hack IE8 */
	filter: alpha(opacity = 70); /* Hack IE 5-7 */
	text-decoration:none;
	-webkit-transition:opacity .20s linear;
	-moz-transition:opacity .20s linear;
	-o-transition:opacity .20s linear;
	transition:opacity .20s linear;
}
.content-page > .breadcrumb >.active{
	color:#a7a9ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
	background-color: #75bb6b;
}
.nav-pills .nav-link{
	border-radius: 0px;
}
.nav-link {
  color: #75bb6b;
}
.nav-link:focus, .nav-link:hover{
		background-color: #75bb6b;
		color: #FFFFFF;
}
/************************************************************************************************************/
/***********************************************BACKTOP******************************************************/
/************************************************************************************************************/
.backtop{
	z-index:1500000;
	position:fixed;
	bottom:30px;
	border-radius: 50px;
	right:15px;
	color:#FFFFFF;
	font-size: 18px;
	line-height: 18px;
	background-color:#1bafbf;
	padding:14px 17px;
}
.btop{
	z-index:1500000;
	position:relative;
}
/************************************************************************************************************/
/***********************************************FOOTER*******************************************************/
/************************************************************************************************************/
footer{
	background-color:#ffffff;
}
img.licarre{
	margin-top:9px;
	width:10px;
	height:10px;
}
.nav-footer li{
	padding:0px 5px 0px 5px;
}
.nav-footer li a {
	color: #FFFFFF;
	font-size:12px;
	font-weight:400;

	padding:0;
	padding-bottom:5px;
	text-decoration:none;
}
/************************************************************************************************************/
/***********************************************MODAL********************************************************/
/************************************************************************************************************/
.modal-backdrop{
	background-color: #f2f2f2;
  opacity:1 !important;
}

.modal-dialog{
	max-width:700px;
}
.modal-transparente > .modal-dialog > .modal-content{
	background-color:transparent;
	border:0px;
	box-shadow: none;
}
.modal-transparente > .modal-dialog > .modal-content > .modal-footer{
	border:0px;
}
.modal-transparente > .modal-dialog > .modal-content > .modal-header{
	border:0px;
}
.modal{
	top:8%;
}
@media (max-width: 767px) {
	.modal{
		top:1%;
	}
}
/********************************************/
/***************OWL Home **************************/
.owl-carousel .owl-stage {
	 display: flex;
 }
.owl-carousel .owl-item > .item, .card-actualite, .card, .height100, .card-proposition{
	 width: auto;
	 height: 100%;
 }
 .owl-carousel .owl-item > .item,.owl-stage-outer{
	 padding:2px;
 }
.linkcard{
 position: absolute;
 bottom: 0px;
 right:0px;
 display: block;
}
.container-actualites{
		width:85%;
		margin-left: auto;
		margin-right: auto;
		background-image:url('img/carre_gris.png');
		background-repeat: repeat-y;
		background-size: 70% 100%;
		background-position: center center;
}
.container-actualites.sidebar{
		background-image:none;
}
#slider-actualite-3 .owl-stage{
	padding-left: 7px;
	padding-right: 7px
}
#slider-actualite > .owl-dots, #slider-propositions > .owl-dots, #slider-actualite-4 > .owl-dots{
	display: none;
}
#slider-actualite,#slider-actualite-4{
	width:95%;
	margin-left: auto;
	margin-right: auto;
	padding-right: 5px;
	padding-left: 5px;
}
#slider-actualite,#slider-actualite-4{
	padding-bottom: 65px;
}
#slider-propositions{
 padding-bottom: 35px;
}
#slider-actualite > .owl-nav,#slider-propositions > .owl-nav, #slider-actualite-4 > .owl-nav{
	position: absolute;
	  width: 94px;
	  height: 64px;
	  left: 44%;
	  padding: 0px;
	  bottom: 2%;
	  background-image: url("img/bck_rond.png");
	  background-position: center 75%;
	  background-size: 25%;
	  background-repeat: no-repeat;
}
#slider-actualite> .owl-nav > button, #slider-propositions> .owl-nav > button, #slider-actualite-4> .owl-nav > button {
  color: #1bafbf;
	font-size:68px;
	line-height: 68px;
  border-radius: 0px;
}
#slider-actualite > .owl-nav > button.owl-prev, #slider-propositions > .owl-nav > button.owl-prev, #slider-actualite-4 > .owl-nav > button.owl-prev {
  left: 0%;
  position: absolute;
}
#slider-actualite > .owl-nav > button.owl-next ,#slider-propositions > .owl-nav > button.owl-next, #slider-actualite-4 > .owl-nav > button.owl-next {
  right: 0%;
  position: absolute;
}
#slider-partenaires{
	padding-bottom: 65px;
}
#slider-partenaires > .owl-nav{
	position: absolute;
	  width: 94px;
	  height: 64px;
	  left: 40%;
	  padding: 0px;
	  bottom: 2%;
	  background-image: url("img/bck_rond.png");
	  background-position: center 75%;
	  background-size: 25%;
	  background-repeat: no-repeat;
}
#slider-partenaires> .owl-nav > button {
  color: #030a8c;
	font-size:68px;
	line-height: 68px;
  border-radius: 0px;
}
#slider-partenaires > .owl-nav > button.owl-prev {
  left: 0%;
  position: absolute;
}
#slider-partenaires > .owl-nav > button.owl-next {
  right: 0%;
  position: absolute;
}

#slider-chiffres > .owl-nav,#slider-chiffres-2 > .owl-nav{
	position: absolute;
  width: 100%;
  padding: 0px;
  top: 20%;
}
#slider-chiffres > .owl-nav > button,#slider-chiffres-2 > .owl-nav > button {
  color: #e30513;
	font-size:64px;
  border-radius: 0px;
  top: 50%;
}
#slider-chiffres > .owl-nav > button.owl-prev,#slider-chiffres-2 > .owl-nav > button.owl-prev {
  left: 8%;
  position: absolute;
}
#slider-chiffres > .owl-nav > button.owl-next,#slider-chiffres-2 > .owl-nav > button.owl-next {
  right: 8%;
  position: absolute;
}
/************************************************************************************************************/
/***********************************************FORMULAIRE***************************************************/
/************************************************************************************************************/
label{
  font-weight: 400;
}
.help-block{
  font-size:11px;
  margin:5px 0px 0px 0px;
}
.form-control{
	border-radius: 0px;
	border: 1px solid #f2cb05;
	font-size: 16px;
  background-color: #f2f2f2;
}
.form-control[disabled], fieldset[disabled] .form-control {
    cursor: default;
}
.form-group {
    margin-bottom: 25px;
}
.form-control:focus {
    color: #000000;
    background-color: #f2f2f2;
    border-color: #f2cb05;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(242,203,5,0.5);
}
/*************CHECKBOX*************/
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
}
.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	margin-left:0px;
	border: 1px solid #355661;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s linear, color 0.15s linear;
	-o-transition: border 0.15s linear, color 0.15s linear;
	transition: border 0.15s linear, color 0.15s linear;
}
.checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 19px;
      height: 19px;
      left: 0;
      top: 0;
      margin-left: 0px;
      padding-left: 5px;
      padding-top: 1px;
      font-size: 11px;
      color: #355661;
}
.checkbox input[type="checkbox"] {
    opacity: 0;
}
.checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c";
}
.checkbox span.wpcf7-list-item-label{
	padding-left:0px;
	margin-right:0px;
}
.checkbox span.wpcf7-list-item {
	display: inline-block;
	position: relative;
	padding-left: 0px;
}
.checkbox label span::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	margin-left:0px;
	border: 1px solid #355661;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s linear, color 0.15s linear;
	-o-transition: border 0.15s linear, color 0.15s linear;
	transition: border 0.15s linear, color 0.15s linear;
}
.checkbox label span::after {
	display: inline-block;
	position: absolute;
	width: 19px;
	height: 19px;
	left: 0;
	top: 0;
	margin-left: 0px;
	padding-left: 5px;
	padding-top: 1px;
	font-size: 11px;
	color: #355661;
}
.checkbox input[type="checkbox"] {
	opacity: 0;
}
.checkbox input[type="checkbox"]:checked + span::after {
	font-family: 'FontAwesome';
	content: "\f00c";
	margin-left:15px;
}

.checkbox input[type="checkbox"]:checked + span::before {
  background-color: #355661;
  border-color: #355661;
}
.checkboxlabel span::before {
  border: 2px solid #355661;
}

.has-error.checkbox-newsletter input[type="checkbox"]:checked + label::before {
  background-color: #a94442;
  border-color: #a94442;
}
.has-error.checkbox-newsletter label::before {
  border: 2px solid #a94442;
}
/************************************************/
/* Annul style Bootstrap */
.checkbox + .checkbox, .radio + .radio{
	margin-top: 10px;
	margin-left: 0;
}
.checkbox-inline, .radio-inline{
	padding-left:0px
}

/*************RADIO*************/
.radio span.wpcf7-list-item label{
	padding-left:10px;
	margin-right:30px;
}
.radio span.wpcf7-list-item {
	display: inline-block;
	position: relative;
	padding-left: 25px;
}
.radio label span::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	margin-left:0px;
	border: 1px solid #355661;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s linear, color 0.15s linear;
	-o-transition: border 0.15s linear, color 0.15s linear;
	transition: border 0.15s linear, color 0.15s linear;
}
.radio label span::after {
	display: inline-block;
	position: absolute;
	width: 19px;
	height: 19px;
	left: 0;
	top: 0;
	margin-left: 0px;
	padding-left: 5px;
	padding-top: 1px;
	font-size: 11px;
	color: #355661;
}
.radio input[type="radio"] {
	opacity: 0;
}
.radio input[type="radio"]:checked + span::after {
	font-family: 'FontAwesome';
	content: "\f00c";
}
.radio input[type="radio"]:checked + span::before {
  background-color: #355661;
  border-color: #355661;
}
.radio input[type="radio"]:checked + span::after {
  color: #fff;
}
.radio label span::before {
  border: 2px solid #355661;
}

/************************************************************************************************************/
/***********************************************CONTACT FORM wpcf7*******************************************/
/************************************************************************************************************/
div.wpcf7 {
	margin: 0;
	padding: 0;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0.5em 0.5em 0.5em;
	padding: 0.2em 1em;
	border: 0px;
	display: none;
}
input.wpcf7-not-valid,.um .um-form input.wpcf7-not-valid{
	border-color: #B94A48;
	display: block;
}
textarea.wpcf7-not-valid,.um .um-form textarea.wpcf7-not-valid{
	border-color: #B94A48;
	display: block;
}

.wpcf7 form.sent .wpcf7-response-output {
	display: block;
background-color: #DFF0D8;
    color: #468847;
    border: 1px solid #D6E9C6;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 6px 35px 6px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-align:center;
}
div.wpcf7-mail-sent-ng,.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
background-color: #F2DEDE;
    color: #B94A48;
    border: 1px solid #EED3D7;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 6px 35px 6px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-align:center;
	display: block;
}
div.wpcf7-spam-blocked {
background-color: #fce7c7;
    color: #ffa500;
    border: 1px solid #fce7c7;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 6px 35px 6px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-align:center;
	display: block;
}
div.wpcf7-validation-errors {
background-color: #F2DEDE;
    color: #B94A48;
    border: 1px solid #EED3D7;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 6px 35px 6px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-align:center;
	display: block;
}
div.wpcf7-mail-sent-ng {
background-color: #F2DEDE;
    color: #B94A48;
    border: 1px solid #EED3D7;
    border-radius: 4px;
    margin-bottom: 10px;
  	padding: 6px 35px 6px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-align:center;
	display: block;
}
span.wpcf7-form-control-wrap {
	position: relative;
}
span.wpcf7-not-valid-tip {
	color: #B94A48;
	font-size: 1em;
	display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}
span.wpcf7-list-item {
	margin-left: 0.5em;
}
.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	display: none;
}
div.wpcf7 div.ajax-error {
	display: none;
}
div.wpcf7 .placehold {
	color: #888;
}
/* Custom CF7 Loader */
div.wpcf7 .ajax-loader {
  background-image: url('img/loading.gif');
  width: 50px;
  height: 50px;
  margin-left: 10px;
}

span.wpcf7-character-count{
	font-size: 11px;
	color:#888 !important;
}
span.wpcf7-character-count::after{
	content:" caracteres restants";
}
.wpcf7 form.init.sent .wpcf7-response-output, .wpcf7 form.resetting.sent .wpcf7-response-output, .wpcf7 form.submitting.sent .wpcf7-response-output{display: block}

/*************************************************/
/**************** ACF ****************************/
/*************************************************/
.acf-notice p, ul.acf-checkbox-list li,.acf-field select{
	font-size:16px !important;
}
ul.acf-checkbox-list{
	display: flex;
}
 ul.acf-checkbox-list li{
	margin-right:30px !important;
}
.acf-field p.description > span {
	font-size:13px !important;
}
.acf-field input[type=text], .acf-field input[type=password], .acf-field input[type=date], .acf-field input[type=datetime], .acf-field input[type=datetime-local], .acf-field input[type=email], .acf-field input[type=month], .acf-field input[type=number], .acf-field input[type=search], .acf-field input[type=tel], .acf-field input[type=time], .acf-field input[type=url], .acf-field input[type=week], .acf-field textarea,.acf-field select{
	font-size: 16px !important;
	color: #454242;
	border: 1px solid #ddd;
	line-height:38px !important;
	padding: 0 12px !important;
}

.um .um-form .acorriger input[type="text"],
.um .um-form .acorriger textarea,
.select2-container .select2-choice .acorriger, .select2-drop,
.select2-container-multi .select2-choices .acorriger,
.select2-drop-active .acorriger,
.select2-drop.select2-drop-above .acorriger,.select2-container .select2-selection--single .select2-selection__rendered,{
	border: 1px solid #e34747 !important;
	padding: 8px 12px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #e9e9ed !important;
	color: #454242 !important;
	border: 1px solid #ddd !important;
	line-height: 38px !important;
  border-radius: 0px !important;
	height: 40px !important;
	padding-top: 5px !important;
}
.acorriger input{
	border-color:#e34747 !important;
}
.acorriger label{
	color:#e34747 !important;
}
.acf-field select{
	padding: 8px 12px !important;
}
.acf-field input[type=text]:focus-visible, .acf-field input[type=password]:focus-visible, .acf-field input[type=date]:focus-visible, .acf-field input[type=datetime]:focus-visible, .acf-field input[type=datetime-local]:focus-visible, .acf-field input[type=email]:focus-visible, .acf-field input[type=month]:focus-visible, .acf-field input[type=number]:focus-visible, .acf-field input[type=search]:focus-visible, .acf-field input[type=tel]:focus-visible, .acf-field input[type=time]:focus-visible, .acf-field input[type=url]:focus-visible, .acf-field input[type=week]:focus-visible, .acf-field textarea:focus-visible, .acf-field select:focus-visible{
    border: 1px solid #bbb !important;
		outline:inherit !important;
}
.acf-basic-uploader > input[type=file]{
	font-size:16px !important;
}
.acf-switch.-on{
	background: #0070bd !important;
  border-color: #0070bd !important;
}
.acf-required{
	color: #aaaaaa !important
}
.acf-field .acf-label label{
font-size: 16px !important;
    line-height: 22px !important;
    font-weight: bold !important;
    font-weight: 600;
}
.acf-field-message.aide .acf-input{
		font-size: 13px !important;
    line-height: 18px !important;
    font-weight: normal !important;
}
.acf-repeater-add-row:before{
	font-family: "FontAwesome";
	margin-right: 8px;
	margin-top: 0px !important;
	width: 14px;
	text-align: left;
	display: inline-block;
	font-size: 16px;
	position: relative;
	left: 0;
	top: 0px;
	content: "\2b" !important;
}
.acf-actions > a.acf-repeater-add-row{
	margin-top:15px;
	margin-bottom: 15px;
	padding:2px 4px;
	background-color: #f8f6f7;
	border:1px solid #f8f6f7;
}
.acf-fields>.acf-field.acf-field-message.aide > .acf-input > p{
	padding-left:25px;
}
.acf-fields>.acf-field.acf-field-message.aide > .acf-input > p:before{
	font-family: "FontAwesome";
	margin-right: 8px;
	margin-top: 0px !important;
	width: 14px;
	text-align: left;
	display: inline-block;
	font-size: 16px;
	position: absolute;
	left: 0px;
	top: 0px;
	content: "\f071" !important;
}

.acf-input h3:before{
	font-family: "FontAwesome";
	margin-right: 8px;
	margin-top: 0px !important;
	text-align: left;
	display: inline-block;
	font-size: 25px;
	content: "\f330" !important;
}
.content-page-um table.acf-table {
  border-color: #ccd0d4 !important;
	border-right:2px solid #ccd0d4 !important;
	border-bottom:2px solid #ccd0d4 !important;
}
.acf-field[data-width] + .acf-field[data-width] {
    border-left: 0 !important;
}
.acf-fields > .acf-field{
    border-top: 0 !important;
}
.acf-form-submit{
	text-align: center;
}
.acf-form-submit > .acf-button.button-primary{
	background-color: rgba(248,171,23,1);
	background-image:none;
	background-repeat: repeat-x;
	color: #FFFFFF;
	border: 1px solid #f8ab17;
	text-transform: uppercase;
	padding: 10px 20px;
	font-size: 16px;
	margin-top:50px;
	margin-bottom:60px
}
.acf-form-submit > .acf-button.button-primary:hover,.acf-form-submit > .acf-button.button-primary:focus,.acf-form-submit > .acf-button.button-primary:focus, .acf-form-submit > .acf-button.button-primary:active, .acf-form-submit > .acf-button.button-primary.active, .acf-form-submit > .acf-button.button-primary.disabled, .acf-form-submit > .acf-button.button-primary[disabled] {
	background-color: rgba(248,171,23,0);
	color: #f8ab17;
	border: 1px solid #f8ab17;
	background-image:none;
	background-repeat: repeat-x;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
			-webkit-transition: all .1s linear;
			-moz-transition: all .1s linear;
			-ms-transition: all .1s linear;
			-o-transition: all .1s linear;
			transition: all .1s linear;
	text-decoration: none;
}
.updated {
	padding: 15px 15px 8px 15px;
	font-size: 18px;
	font-weight: 600;
	background: #75bb6b !important;
	background-color: #75bb6b !important;
	text-align: center;
}
.updated > p{
	color: #FFFFFF;
	text-align: center;
}
/************************************************************************************************************/
/***********************************************DIVERS*******************************************************/
/************************************************************************************************************/
#cmplz-manage-consent .cmplz-manage-consent {
	background: #1bafbf !important;
	background-color: #1bafbf !important;
	color:#FFFFFF !important;
	bottom: 30px !important;
  border-top-left-radius: 50px !important;
  border-top-right-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  min-width: 50px !important;
  font-size: 20px !important;
  left: 15px !important;
  bottom: 15px !important;
}
#cmplz-manage-consent .cmplz-manage-consent:hover {
  animation: inherit;
	 animation-delay:inherit;
}
@media (max-width: 768px) {
  #cmplz-manage-consent .cmplz-manage-consent {
    display:block;
  }
}
.grecaptcha-badge { visibility: hidden; }

#pojo-a11y-toolbar{
	top: 50% !important;
}
.pojo-a11y-grayscale {
  filter:none !important;
}

html:has(> body.pojo-a11y-grayscale) {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
#map {
  height: 640px;
  max-height: 80%;
  max-width: 98%;
  margin: 30px auto;
}
.leaflet-container{
	font-family: "Roboto", sans-serif !important;

}
/************************************************************************************************************/
/***********************************************RESPONSIVE***************************************************/
/************************************************************************************************************/
.container-fluid-navbar{
		max-width:90%;
		margin-left: 5%;
		margin-right: 5%;
}
@media (max-width: 1638px) {
	#slider-home > .carousel-inner > .carousel-item > .carousel-caption {
		top:1%;
		width:100%;
		text-align: center;
	}
	.container-fluid-navbar{
		max-width: 95%;
		margin-right:5%;
	}
}
@media (max-width: 1400px) {
	img.logo{
		max-height:85px;
		-webkit-transition:all.40s linear;
		-moz-transition:all .40s linear;
		-o-transition:all .40s linear;
		transition:all .40s linear;
	}
	img.logofooter{
		max-height:150px;
		-webkit-transition:all.40s linear;
		-moz-transition:all .40s linear;
		-o-transition:all .40s linear;
		transition:all .40s linear;
	}
	#menu-navigation > li{
		padding:5px 15px 0px 15px;
	}
	#menu-navigation > li > a{
		font-size: 19px
	}
}
@media (max-width: 1200px) {
	.center-footer{
		width:100%;
	}
	#slider-page > .slide-item-page > .slide-caption{
		top: 42%;
	}
	.bck-card-category-2{
		background-image:none;
	}
	.bck-card-category-3{
		background-image: url("img/slash_rouge.webp");
		background-position: left bottom;
	}
	#menu-navigation > li{
		padding:5px 13px 0px 15px;
	}
	#menu-navigation > li > a{
		font-size: 17px
	}
	.carousel-inner > .carousel-item > .bck_slide > .carousel-caption{
		padding-left:8%;
		padding-right:8%
	}
	.carousel-caption.slider-home p{
		padding:8px 8%;
		margin-bottom:40px;
	}

}
@media (max-width: 1100px) {
	#slider-home > .carousel-indicators {
	  right: 5%;
	  bottom: 5%;
	  left: auto;
	}
}
@media (max-width: 1030px) {
	#menu-navigation > li{
		padding:5px 20px 0px 0px;
	}
	#menu-navigation > li > a{
		font-size: 17px
	}
}
@media (max-width: 991px) {

	.bck-card-category{
		background-image: none;
	}
	.titredernieresactu{
		text-align: center;
		margin-left:0%
	}
	.titrequisommesnous{
		text-align: center;
		margin-left:0%
	}
	.titretoutelessactu{
		text-align: center;
		margin-right:0;
	}
	.container-actualites {
	  width: 100%;
	  margin-left: auto;
	  margin-right: auto;
	  background-image:none;
	}
	.sub-menu li.menu-logo.menu-item{
		display: none;
	}
	.sub-menu{
			background-color: rgba(255,255,255,0.5);
	}
	/** Version Navbar collapse fond bleu *//
	/* #navbar-navigation.navbar{
		background-image: url("img/bck_navbar_collapse.png");
		-webkit-transition:all.40s linear;
		-moz-transition:all .40s linear;
		-o-transition:all .40s linear;
		transition:all .40s linear;
	} */
	#navbar-navigation > .container-fluid{
		justify-content:space-between;
		width: 100%;
		max-width: 991px;
	}
	#menu-navigation > li > a{
		font-size: 22px;
	}
	#menu-navigation > li {
    padding: 20px 0px 0px 0px;
  }
	#slider-home > .carousel-inner > .carousel-item > .carousel-caption {
		top:2%;
		width:100%;
		padding-left:5%;
		padding-right:5%;
		right:0%;
		left:0%;
		text-align: center;
	}
	.navbar-brand{
		margin-top:0px;
	}
	img.logo{
		max-height:55px;
	}
	.navbar-brand{
		margin-right: 0px;
	}
	.offcanvas.offcanvas-end{
		width:60%;
	}
	#navbar-navigation.navbar{
		padding-top:10px;
	}
	#menu-navigation > li > a  > br{
    display: none;
	}
		.btn-taxonomy-theme {
			width:45%;
		}
}
@media (max-width: 767px) {
	#slider-actualite > .owl-nav, #slider-propositions > .owl-nav{
		left :38%
	}
	.card-body{
		padding:10px 3% 20px 3%
	}
	.btn-taxonomy-theme {
		width:100%;
	}
	.offcanvas.offcanvas-end{
		width:80%;
	}

	#slider-home > .carousel-inner > .carousel-item > .carousel-caption{
		padding-bottom:30px;
	}
	img.card-certif{
		width:150px !important;
		height: auto;
		margin-right:auto;
		margin-bottom:10px;
		margin-top:15px;
	}
	.btn-min{
		min-width: 100%;
	}
	.btn-taxonomy-theme{
		display: block;
		text-align: center;
	}
}
@media (max-width: 576px) {
	.carousel-caption h5{
		font-size: 40px;
		line-height: 48px;
		margin-bottom:35px;
	}
	.carousel-caption.slider-home p{
		display: none;
	}
	.border-blanc.newsletter{
		display: block;
	}
	img.licarre{
		display: none;
	}
	#content .content-page > p {
	  padding-left: 0px;
	}
	#content .content-page > ul,#content .content-page > ol,#content .wsp-container > ul{
			padding-left: 20px;
	}
	.titre-page {
	  font-size: 40px;
	  line-height: 55px;
	}
	.container{
		padding-left:10px !important;
		padding-right: 10px !important;
	}
	#slider-home > .carousel-inner > .carousel-item {
	  height:inherit;
	}
	.offcanvas.offcanvas-end{
		width:100%;
	}
	#slider-page > .slide-item-page{
		height: 60vh;
	}
	#slider-page > .slide-item-page > .slide-caption {
	  top: 50%;
	}
}

@media (max-width: 380px) {
	#slider-page > .slide-item-page{
		height: 80vh;
	}
	#slider-page > .slide-item-page > .slide-caption {
	  top: 40%;
	}
}
