/*
Theme Name: Branche du Tourisme Social et Familial
Author: JD² - Jonathan Durand
Author URI: https://wwww.jdcarre.fr
Description:
Version: 1
Requires at least: 6
Requires PHP: 8.0
Tested up to: 8.2.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: brancheTSF
*/

@font-face {
    font-family: 'Round_WEBL-Regular';
    src:    url('css/font/Round_WEBL-Regular.eot');
    src:    url('css/font/Round_WEBL-Regular.eot?#iefix') format('embedded-opentype'),
            url('css/font/Round_WEBL-Regular.woff') format('woff'),
            url('css/font/Round_WEBL-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Round_WEBL-Light';
    src:    url('css/font/Round_WEBL-Light.eot');
    src:    url('css/font/Round_WEBL-Light.eot?#iefix') format('embedded-opentype'),
            url('css/font/Round_WEBL-Light.woff') format('woff'),
            url('css/font/Round_WEBL-Light.woff2') format('woff2');
}
@font-face {
    font-family: 'Round_WEBL-Bold';
    src:    url('css/font/Round_WEBL-Bold.eot');
    src:    url('css/font/Round_WEBL-Bold.eot?#iefix') format('embedded-opentype'),
            url('css/font/Round_WEBL-Bold.woff') format('woff'),
            url('css/font/Round_WEBL-Bold.woff2') format('woff2');
}

/************************************************************************************************************/
/****************************************BODY****************************************************************/
/************************************************************************************************************/
html{
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
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: "Round_WEBL-Regular";
	word-wrap:normal;
	font-weight: normal;
	line-height:1.4;
	height:auto;
	color:#000000;
  background-color: #DB0B5B;
}
/*************FONTS*************/
.round{
  font-family: 'Round_WEBL-Regular';
}
.light{
	font-family: "Round_WEBL-Light" !important;
}
.bold{
	font-family: "Round_WEBL-Bold" !important;
}
/************************************************************************************************************/
/****************************************COULEURS************************************************************/
/************************************************************************************************************/
.noir{
	color:#000000;
}
.blanc{
	color:#ffffff;
}
.gris{
	color:#666666;
}
.grisclair{
	color:#f3f2f0;
}
.bleu{
	color:#035E7B;
}
.vert{
	color:#169873;
}
.rose{
	color:#DB0B5B;
}
.rosefonce{
	color:#B11055;
}
.orange{
  color:#F18F01;
}
/*************BCK*************/
.bck-noir{
	background-color: #454242;
}
.bck-blanc{
	background-color: #ffffff;
}
.bck-gris{
	background-color:#666666;
}
.bck-grisclair{
	background-color:#f3f2f0;
}
.bck-bleu{
	background-color:#035E7B;
}
.bck-vert{
	background-color:#169873;
}
.bck-rose{
	background-color:#DB0B5B;
}
.bck-rosefonce{
	background-color:#B11055;
}
.bck-degraderose{
	height: 440px;
	background-image: url("img/degrade_rose.png");
	background-repeat:repeat-x;
	background-position: bottom center;
	background-attachment: scroll;
}
.bck-fulldegraderose{
  background-image: url("img/degrade_rosefonce.png");
  background-repeat:repeat-x;
  background-position: bottom center;
  background-attachment: scroll;
  padding-bottom: 200px;
}
/************************************************************************************************************/
/*******************************************Border et HR **********************************************************/
/************************************************************************************************************/
.border-left-bleu{
	border-left: solid 3px #035E7B;
}
hr.thin-50{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px #666666 solid;
}
.thin-orange{
  border-top: 2px #F18F01 solid;
  border-color:#F18F01;
  opacity:1;
}
.thin-rose{
  border-top: 2px #DB0B5B solid;
  border-color:#DB0B5B;
  opacity:1;
}
/************************************************************************************************************/
/*******************************************LIENS************************************************************/
/************************************************************************************************************/

a{
	text-decoration: underline;
	color:#035E7B;
	-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:#035E7B;
	-webkit-transition:color .20s linear;
	-moz-transition:color .20s linear;
	-o-transition:color .20s linear;
	transition:color .20s linear;
}
a.hover-bck-gris:hover > div{
		background-color: #f3f2f0;
		-webkit-transition:all.40s linear;
		-moz-transition:all .40s linear;
		-o-transition:all .40s linear;
		transition:all .40s linear;
}
a.hover-bck-gris{
	color: inherit;
	text-decoration:none;
  display: block;
}

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:100%;  bottom: 0;  height: 2px;  -webkit-transition-property: left, right;  transition-property: left, right;  -webkit-transition-duration: 0.3s;  transition-duration: 0.3s;  -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;}
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 {right: 0% !important}
.hvr-underline-from-left li a:hover:before,.hvr-underline-from-left a:hover:before {right: 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:100%;  bottom: 0;height: 1px;  -webkit-transition-property: left, right;  transition-property: left, right;  -webkit-transition-duration: 0.3s;  transition-duration: 0.3s;  -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;}

.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: #666666}
a.hvr-underline-from-left.gris:before{background: #666666}
a.hvr-underline-from-left.gris:hover{color:#666666};


.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.bleu li a:before,.hvr-underline-from-left li.bleuclair a:before,.hvr-underline-from-left.bleu a:before{background: #035E7B}
a.hvr-underline-from-left.bleu:before{background:#035E7B}
a.hvr-underline-from-left.bleu:hover{color:#035E7B}

.hvr-underline-from-left.vert li a:before,.hvr-underline-from-left li.vertclair a:before,.hvr-underline-from-left.vert a:before{background: #169873}
a.hvr-underline-from-left.vert:before{background:#169873}
a.hvr-underline-from-left.vert:hover{color:#169873}

.hvr-underline-from-left.orange li a:before,.hvr-underline-from-left li.orangeclair a:before,.hvr-underline-from-left.orange a:before{background: #F18F01}
a.hvr-underline-from-left.orange:before{background:#F18F01}
a.hvr-underline-from-left.orange:hover{color:#F18F01}

.hvr-underline-from-left.rose li a:before,.hvr-underline-from-left li.rose a:before,.hvr-underline-from-left.rose a:before{background: #DB0B5B}
a.hvr-underline-from-left.rose:before{background:#DB0B5B}
a.hvr-underline-from-left.rose:hover{color:#DB0B5B}

.hvr-underline-from-left.rosefonce li a:before,.hvr-underline-from-left li.rosefonce a:before,.hvr-underline-from-left.rosefonce a:before{background: #B11055}
a.hvr-underline-from-left.rosefonce:before{background:#B11055}
a.hvr-underline-from-left.rosefonce:hover{color:#B11055}

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{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding-left:25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.btn-min{
	min-width: 200px;
}
.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;
}
.btn-vert {
	background-color: rgba(255,255,255,1);
	background-image:none;
	background-repeat: repeat-x;
	border: 1px solid #169873;
	color: #000000; !important;
}
.btn-vert:hover,.btn-vert:focus,.btn-vert:focus, .btn-vert:active, .btn-vert.active, .btn-vert.disabled, .btn-vert[disabled] {
	background-color: #169873;
	color: #FFFFFF !important;
	border: 1px solid #169873;;
	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-rosefonce {
	background-color: rgba(255,255,255,1);
	background-image:none;
	background-repeat: repeat-x;
	border: 1px solid #B11055;
	color: #000000 !important;
}
.btn-rosefonce:hover,.btn-rosefonce:focus,.btn-rosefonce:focus, .btn-rosefonce:active, .btn-rosefonce.active, .btn-rosefonce.disabled, .btn-rosefonce[disabled] {
	background-color: #B11055;
	color: #FFFFFF !important;
	border: 1px solid #B11055;;
	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(255,255,255,1);
	background-image:none;
	background-repeat: repeat-x;
	border: 1px solid #035E7B;
	color: #000000 !important;
}
.btn-bleu:hover,.btn-bleu:focus,.btn-bleu:focus, .btn-bleu:active, .btn-bleu.active, .btn-bleu.disabled, .btn-bleu[disabled] {
	background-color: #035E7B;
	color: #FFFFFF !important;
	border: 1px solid #035E7B;;
	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-noir {
	background-color: rgba(255,255,255,1);
	background-image:none;
	background-repeat: repeat-x;
	border: 1px solid #000000;
	color: #000000 !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: #FFFFFF !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-rose {
	background-color: rgba(255,255,255,1);
	background-image:none;
	background-repeat: repeat-x;
	border: 1px solid #DB0B5B;
	color: #DB0B5B !important;
}
.btn-rose:hover,.btn-rose:focus,.btn-rose:focus, .btn-rose:active, .btn-rose.active, .btn-rose.disabled, .btn-rose[disabled] {
	background-color: #DB0B5B;
	color: #FFFFFF !important;
	border: 1px solid #DB0B5B;;
	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: rgba(255,255,255,1);
	background-image:none;
	background-repeat: repeat-x;
	border: 1px solid #F18F01;
	color: #000000 !important;
}
.btn-orange:hover,.btn-orange:focus,.btn-orange:focus, .btn-orange:active, .btn-orange.active, .btn-orange.disabled, .btn-orange[disabled] {
	background-color: #F18F01;
	color: #FFFFFF !important;
	border: 1px solid #F18F01;;
	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(241,143,1,0);
	background-image:none;
	background-repeat: repeat-x;
	border: 1px solid #F18F01;
	color: #000000 !important;
}
.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(241,143,1,1);
	color: rgba(255,255,255,1) !important;
	border: 1px solid #F18F01;
	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,94,123,0);
	background-image:none;
	background-repeat: repeat-x;
	border: 1px solid #035E7B;
	color: #000000 !important;
}
.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,94,123,1);
	color: rgba(255,255,255,1) !important;
	border: 1px solid #035E7B;
	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-vert {
	background-color: rgba(22,152,115,0);
	background-image:none;
	background-repeat: repeat-x;
	border: 1px solid #169873;
	color: #000000 !important;
}
.btn-transparent-vert:hover,.btn-transparent-vert:focus,.btn-transparent-vert:focus, .btn-transparent-vert:active, .btn-transparent-vert.active, .btn-transparent-vert.disabled, .btn-transparent-vert[disabled] {
	background-color: rgba(22,152,115,1);
	color: rgba(255,255,255,1) !important;
	border: 1px solid #169873;
	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-rosefonce {
	background-color: rgba(177,16,85,0);
	background-image:none;
	background-repeat: repeat-x;
	border: 1px solid #B11055;
	color: #000000 !important;
}
.btn-transparent-rosefonce:hover,.btn-transparent-rosefonce:focus,.btn-transparent-rosefonce:focus, .btn-transparent-rosefonce:active, .btn-transparent-rosefonce.active, .btn-transparent-rosefonce.disabled, .btn-transparent-rosefonce[disabled] {
	background-color: rgba(177,16,85,1);
	color: rgba(255,255,255,1) !important;
	border: 1px solid #B11055;
	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-rose-contact{
  background-color: rgba(219,11,91,1);
  background-image:none;
  background-repeat: repeat-x;
  border: 1px solid #db0b5b;
  color: #FFFFFF !important;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 0px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;

}
.btn-transparent-rose {
	background-color: rgba(219,11,91,0);
	background-image:none;
	background-repeat: repeat-x;
	border: 1px solid #db0b5b;
	color: #000000 !important;
}
.btn-transparent-rose:hover,.btn-transparent-rose:focus,.btn-transparent-rose:focus, .btn-transparent-rose:active, .btn-transparent-rose.active, .btn-transparent-rose.disabled, .btn-transparent-rose[disabled] {
	background-color: rgba(219,11,91,1);
	color: rgba(255,255,255,1) !important;
	border: 1px solid #db0b5b;
	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-badge-filtre {
	background-color: rgba(252,230,238,1);
	background-image:none;
	background-repeat: repeat-x;
	border:1px solid #DB0B5B;
	color: #DB0B5B !important;
	padding-left:30px;
	padding-right: 30px;
	padding-top: 13px;
	padding-bottom: 8px;
}
.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: rgba(252,230,238,1);
	background-image:none;
	background-repeat: repeat-x;
	border: 1px solid #DB0B5B;
	color: #DB0B5B !important;
}
.btn-badge-filtrepost {
  background-color: rgba(255,255,255,1);
	background-image:none;
	background-repeat: repeat-x;
	border: 1px solid #DB0B5B;
	color: #000000 !important;
	padding-left:20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.btn-badge-filtrepost:hover,.btn-badge-filtrepost:focus,.btn-badge-filtrepost:focus, .btn-badge-filtrepost:active, .btn-badge-filtrepost.active, .btn-badge-filtrepost.disabled, .btn-badge-filtrepost[disabled],.btn-badge-filtrepost.clique {
  text-decoration: none;
	background-color:  rgba(219,11,91,1);
	background-image:none;
	background-repeat: repeat-x;
	border: 1px solid #DB0B5B;
	color: #FFFFFF !important;
}
.btn-badge-filtreaccords {
	background-color: rgba(255,255,255,1);
	background-image:none;
	background-repeat: repeat-x;
	border: 1px solid  #f18f01;
	color: #000000 !important;
	padding-left:20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.btn-badge-filtreaccords:hover,.btn-badge-filtreaccords:focus,.btn-badge-filtreaccords:focus, .btn-badge-filtreaccords:active, .btn-badge-filtreaccords.active, .btn-badge-filtreaccords.disabled, .btn-badge-filtreaccords[disabled], .btn-badge-filtreaccords.clique{
	text-decoration: none;
	background-color: rgba(241,143,1,1);
	background-image:none;
	background-repeat: repeat-x;
	border: 1px solid #f18f01;
	color: #FFFFFF !important;
}
.tag-check > input[type="checkbox"]:checked{

	text-decoration: none;
	background-color: rgba(241,143,1,1);
	background-image:none;
	background-repeat: repeat-x;
	border: 1px solid #f18f01;
	color: #FFFFFF !important;
}
/************************************************************************************************************/
/*******************************************NAVBAR************************************************************/
/************************************************************************************************************/
/**************NAVBAR*************************/

img.logo_brancheTSF{
	max-height:45px;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
/**************NAVBAR*************************/
.navbar-toggler{
	font-size: 24px;
	color:#035E7B;
	font-weight:bold;
	text-transform: uppercase;
}
.navbar-brand{
	height: auto;
	padding: 10px 0px 10px 10px;
	font-size: 12px;
	line-height: 14px;
  margin-right:3%;
}

#navbar-navigation.navbar{
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	background-color: #DB0B5B;
  -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;
}
.shadownavbar{
  -webkit-box-shadow: 0px 5px 13px 5px rgba(219,11,91,0.45);
  box-shadow: 0px 5px 13px 5px rgba(219,11,91,0.45);
  -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;
}
/* 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: 0px;
}
#menu-navigation > li{
	padding:0px 25px 0px 0px;
	-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{
	color: #ffffff;
	font-size:16px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	padding:0;
	padding-bottom:3px;
}
#menu-navigation > li > a:hover,
#menu-navigation > li > a:focus,
#menu-navigation > li > a:active{
	text-decoration: none;
	color: #ffffff;
}
#menu-navigation > li.current-menu-item > a,
#menu-navigation > li > a.active{
		color: #ffffff;
		text-decoration:none;
}
#menu-navigation > li.current-menu-item > a::before,#menu-navigation > li > a.active::before{
  right:0;
}
#menu-header{
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	margin-top: 0px;
  margin-left: 20px;
}
#menu-header > li{
	padding:0px 25px 0px 0px;
	-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-header > li > a{
	color: #ffffff;
	font-size:16px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	padding:0;
	padding-bottom:3px;
}
#menu-header > li.current-menu-item > a{
		color:#ffffff;
		text-decoration: none;
}

#menu-header > li > a:hover,
#menu-header > li > a:focus,
#menu-header > li > a:active,
#menu-header > li > a.active{
	text-decoration: none;
	color: #ffffff;
}
/*************************************/
/******** Footer MENU *******************/
/*************************************/

#menu-footer > li{
  padding:0px 20px 0px 0px;
	-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:12px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	padding:0;
	padding-bottom:3px;
}
#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;
	color: #ffffff;
}


/*************************************/
/******** SUB MENU *******************/
/*************************************/
.btn-close.blanc{
	color:#FFFFFF !important;
}
.rosefoncebck > .sub-menu {
  background-color: #B11055;
}
.bleubck > .sub-menu {
  background-color:#035E7B;
}
.vertbck > .sub-menu {
  background-color:#169873;
}
.open.rosefoncebck > .sub-menu {
  background-color: #B11055;
  -webkit-box-shadow: -2px 5px 17px -2px rgba(177,16,85,0.45); */
  box-shadow: -2px 5px 17px -2px rgba(177,16,85,0.45); */
}
.open.bleubck > .sub-menu {
  background-color:#035E7B;
  -webkit-box-shadow: -2px 5px 17px -2px rgba(3,94,123,0.45); */
  box-shadow: -2px 5px 17px -2px rgba(3,94,123,0.45); */
}
.open.vertbck > .sub-menu {
  background-color:#169873;
 -webkit-box-shadow: -2px 5px 17px -2px rgba(22,152,115,0.45); */
 box-shadow: -2px 5px 17px -2px rgba(22,152,115,0.45); */
}

.open > .sub-menu {
  top:65px;
  display: flex;
	z-index:0;
  -webkit-transition:all .40s linear;
  -moz-transition:all .40s linear;
  -o-transition:all .40s linear;
  transition:all .40s linear;
}
.sub-menu{
	z-index:-10;
	text-align: left;
	text-decoration: none;
  padding: 15px 30px 15px 20%;
  position: absolute;
  display: flex;
  flex-direction: row;
  top:-5px;
  left: 0px;
  width: 100%;
  -webkit-transition:all .40s linear;
  -moz-transition:all .40s linear;
  -o-transition:all .40s linear;
  transition:all .40s linear;
}

.sub-menu li.menu-item{
	list-style-type: none;
	margin-bottom:5px;
  padding: 0px 25px 0px 0px;
  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:#FFFFFF;
}
.sub-menu li.menu-item a{
	color:#FFFFFF;
}
.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:#FFFFFF;
}

.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: #FFFFFF;  height: 1px;  -webkit-transition-property: left, right;  transition-property: left, right;  -webkit-transition-duration: 0.3s;  transition-duration: 0.3s;  -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.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;}

.fa-rotate-90 > svg{
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
/****************************************/
/******* SLIDER HOME ********************/
/***************************************/
.bck_slide{
	height: 100vh;
	background-image: url("img/degrade_rose.png");
	background-repeat:repeat-x;
	background-position: bottom center;
	background-attachment: scroll;
}
#slider-home > .carousel-inner > .carousel-item{
  height: 100vh;
  min-height: 450px;
  background-repeat: no-repeat;
	background-position: bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#slider-home > .carousel-inner > .carousel-item > .bck_slide > .carousel-caption {
		top:25%;
		width:80%;
		left:10%;
		right:10%;
		text-align: center;
}
#slider-home > .carousel-indicators > button{
	width: 45px;
  height: 5px;
  border-radius: 0;
  opacity: 1;
  background-color: #FFFFFF;
  border-top: 0px solid #FFFFFF;
  border-bottom: 0px solid #FFFFFF;
	margin-bottom: 10px;
}
#slider-home > .carousel-indicators {
  position: absolute;
  right: 75px;
  top: 35%;
  left: inherit;
  flex-direction: column;
  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: #FAFAFA;
  border-top: 0px solid #FAFAFA;
  border-bottom: 0px solid #FAFAFA;
	width: 25px;
}
.carousel-caption.slider-home p{
	font-family: 'Round_WEBL-Light';
	font-style: normal;
	font-weight:300;
	font-size:40px;
	line-height: 55px;
	color: #FFFFFF;
	text-align: center;
  text-shadow: 1px 1px 0px #333333;
}
.carousel-caption.slider-home h2{
	font-family: "Round_WEBL-Regular";
	font-style: normal;
	font-weight:400;
	font-size:90px;
	line-height: 120px;
	margin-bottom:20px;
	color: #FFFFFF;
	text-align: center;
  text-shadow: 1px 1px 0px #333333;
}
.carousel-control-next,.carousel-control-prev{
 opacity: 1;
 width:40px;
 margin-top:50px;
}
#slider-partenaires .item.rectangle{
    width:190px;
}
#slider-partenaires .item.carre{
    width:90px;
}
#slider-partenaires .item {
    padding:8px;
    margin-left: auto;
    margin-right: auto;
}
#slider-partenaires .owl-stage{
  display: flex;
  align-items: center ;
  justify-content: space-around;
}
#slider-partenaires{
  max-width: 820px;
  margin-left:auto;
  margin-right: auto;
}
/**********************************************/
/************** Pagination *******************/
/**********************************************/
.active > .page-link, .page-link.active{
	color: #FFFFFF;
	background-color: #035E7B;
	border-color: #035E7B
}
.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 *******************/
/****************************************************/
/****************************************************/
#accordionAccords > .accord{
  border: 1px solid #F18F01;
  background-color: rgba(241, 143, 1, 0.1);
  padding: 15px;
  margin-bottom:15px;
}
.card-actualite{
  background-color: #FCE6EE;
  border: 1px solid #DB0B5B;
  border-radius: 0px;
  padding: 0px;
  height: 100%;
  position: relative;
}
.card-actualite > .card-body{
  padding: 10px;
  padding-bottom: 105px;
  min-height: 220px;
}
.item-actualite{
  width: 100%;
  height: 100%;
  padding: 5px;
  margin-bottom:10px;
}
.picto_actualite{
  position: absolute;
  bottom: 10px;
  left:10px;
  max-width:80px;
}
img.logogris {
  filter: brightness(0) saturate(100%) invert(62%) sepia(11%) saturate(47%) hue-rotate(21deg) brightness(92%) contrast(96%);
  -webkit-transition: all .20s linear;
  -moz-transition: all .20s linear;
  -o-transition: all .20s linear;
  transition: all .20s linear;
}
.bordrosefonce{
  margin-bottom:0px;
  padding-top:10px;
  padding-bottom:10px;
  border-top:1px solid #B11055;
}
.bordrosefoncebas{
  border-bottom:1px solid #B11055;
}
.bordvertbas{
  border-bottom:1px solid #169873;
}
.itempartenaire{
  border-bottom:1px solid #FFFFFF;
  padding-top:10px;
  padding-bottom : 10px;
}
.collapse.show > .itempartenaire:first-child {
  border-top:1px solid #B11055;
  -webkit-transition: all .20s linear;
  -moz-transition: all .20s linear;
  -o-transition: all .20s linear;
  transition: all .20s linear;
}
.collapse > .itempartenaire:last-child {
  border-bottom:none;
}
.instance {
  padding-bottom:5px;
}
.instances > .bordrosefoncebas.instance:last-child {
  border-bottom:none;
}
.metiers > .bordvertbas.metier:last-child {
  border-bottom:none;
}
.metier > p:first-child {
  margin-bottom:5px;
}
img.logoblanc {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(67deg) brightness(104%) contrast(102%);
  -webkit-transition: all .20s linear;
  -moz-transition: all .20s linear;
  -o-transition: all .20s linear;
  transition: all .20s linear;
}
.sticky-top.titre-col{
  top:85px;
  z-index: 500;
}
/****************************************************/
/****************************************************/

/*********************Chiffres clés *****************/
/****************************************************/

.chiffre_cles_item{
  align-self: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.chiffre_cles_1{
  background-image: url("img/bck_rond.png");
  background-repeat:no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: contain;
  padding: 50px;
  max-width: 230px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.chiffre_cles_3{
  background-image: url("img/bck_triangle.png");
  background-repeat:no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: contain;
  padding: 45% 20% 5% 20%;
  max-width: 321px;
  margin-top:-20px;
  margin-bottom: 60px;
}

.chiffre_cles_2{
  background-image: url("img/bck_goutte.png");
  background-repeat:no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: contain;
  padding: 30% 20% 5% 19%;
  max-width: 321px;
}
.chiffre_cles_4{
  background-image: url("img/bck_rond.png");
  background-repeat:no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: contain;
  padding: 40px 60px;
  max-width: 250px;
}

/****************************************************/
/****************************************************/
.content-page a.btn:active::before, .content-page a.btn:focus::before, .content-page a.btn:hover::before,.content-page a.btn::before{
	height: 2px
}
.content-page a.btn{
		color: inherit;
}
.content-page a.btn:hover{
	text-decoration:none;
}
.content-page a:hover{
	text-decoration:none;
}

.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 .arosefonce a{
  color:#B11055;
}
.content-page .arosefonce a a::before {
  background:#B11055;
}
.content-page .anoir a{
	color:#000000 !important;
}
.content-page .anoir a::before{
  background:#000000;
}
.content-page .ableu a{
	color:#035E7B !important;
}
.content-page .ableu a::before {
  background:#035E7B;
}
.content-page .avert a{
	color:#169873 !important;
}
.content-page .arose a{
  color:#DB0B5B !important;
}
.content-page .arose a::before {
  background:#DB0B5B;
}




.content-page a.rosefonce{
  color:#B11055;
}
.content-page a.noir{
	color:#000000;
}
.content-page a.bleu{
	color:#035E7B;
}
.content-page a.vert{
	color:#169873;
}
.content-page a.rose{
  color:#DB0B5B;
}
.content-page a{
	text-decoration:none;
	color:#DB0B5B;
	display: inline-block;
	vertical-align: top;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
}
.content-page a.btn:active::before, .content-page a.btn:focus::before, .content-page a.btn:hover::before{
	left: 0%;right: 100%;
}
.content-page a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0%;
  right: 100%;
  bottom: 0;
  background: #DB0B5B;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;

}
.content-page a:active::before, .content-page a:focus::before, .content-page a:hover::before{left: 0;right: 0;}


.content-page a.nohvr::before {
  content:none;
  background:transparent;
  height: 0px;
}

#content .content-page > p{
	padding-left:0px;
}
.content-page > p{
	font-size: 18px;
	line-height: 24px;
}
.content-page strong{
	font-weight: 600;
}

.content-page > h2.h1-like{
  text-align: left;
  font-family: 'Round_WEBL-Light';
	font-size: 34px;
  line-height: 38px;
	margin-top: 0px;
	margin-bottom:30px;
	color:#DB0B5B;
}

.content-page > h1{
	text-align: left;
  font-family: 'Round_WEBL-Light';
  font-size: 34px;
  line-height: 38px;
	margin-top: 0px;
	margin-bottom:60px;
	color:#DB0B5B;
}
.content-page > h1.orange,.content-page > h2.h1-like.orange{
  color:#F18F01 !important;
}

.content-page > h2, .wsp-container > h2{
  font-family: 'Round_WEBL-Light';
  font-size: 34px !important;
  line-height: 38px !important;
	margin-top: 30px;
	margin-bottom:20px;
	color:#DB0B5B;
}
.content-page > h2:first-child, .wsp-container > h2:first-child{
	margin-top:0px;
}
.content-page > h3{
	font-family: 'Round_WEBL-Regular';
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom:20px;
	color:#000000;
}
.content-page > h4{
	font-family: 'Round_WEBL-Regular';
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom:20px;
	padding-left: 25px;
	color:#00000;
}
.content-page > h5{
	font-family: 'Round_WEBL-Regular';
	font-style: normal;
	font-weight: normal;
  font-size: 16px;
	margin-top: 15px;
	margin-bottom:20px;
	padding-left: 25px;
	color:#00000;
}
.content-page > h6{
	font-family: 'Round_WEBL-Light';
	font-style: normal;
	font-weight: normal;
  font-size: 16px;
	margin-top: 15px;
	margin-bottom:20px;
	padding-left: 25px;
	color:#00000;
}
#content .content-page > ul,#content .content-page > ol{
		padding-left: 50px;
}
#content .wsp-container > ul{
		padding-left: 0px;
}
.content-page > ul,.content-page > ol, .wsp-container > ul, .content-page ul{
		padding-left: 0px;
    list-style-type:none;
}
.content-page > ul,.wsp-container > ul,.wsp-container > ul > li > ul{
  list-style: none;
}
.content-page ul > li{
	margin-bottom:5px;
	margin-top:5px;
	line-height: 26px;
}
.content-page ul > li > ul{
	margin-bottom:15px;
  padding-left:50px;
}
.content-page ul > li::before{
  content: "—";
	display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
	font-size:20px;
  width:25px;
  margin-left: 0px;
	line-height: 25px;
	color:#000000;
}
.wsp-pages-list{
	column-count: 3;
}
.wsp-posts-list{
	column-count: 1;
}
.wsp-posts-list > li > ul.wsp-posts-list{
	column-count: 1;
}
ul.wsp-posts-list li::before{
 content: "";
}
ul.wsp-posts-list li.wsp-post::before{
 content: "—";
 display: inline-block;
 text-rendering: auto;
 -webkit-font-smoothing: antialiased;
 font-size:20px;
 width:25px;
 margin-left: 0px;
 line-height: 25px;
 color:#000000;
}
.wsp-category-title{
	margin-top:20px;
	display: inline-block;
}
.wsp-post{
	margin-top:10px;
}
/************************************************************************************************************/
/*******************************************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:300;
	font-size:13px;
}
.breadcrumb a{
	color:#a7a9ac;
	margin:0px 7px;
	text-decoration: none;
}
#breadcrumbs a::before{
    background: #a7a9ac;
}
.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: ease-out;
}
.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;
}

#collapseSearch{
  display: none;
  margin-right:15px;
}
/************************************************************************************************************/
/***********************************************BACKTOP******************************************************/
/************************************************************************************************************/
.backtop{
	z-index:1500000;
	position:fixed;
	bottom:30px;
	right:15px;
	color:#DB0B5B;
	font-size: 22px;
	line-height: 17px;
	background-color:#FFFFFF;
	padding:10px 13px;
	border-radius: 50px 50px 50px 50px;
	-webkit-border-radius: 50px 50px 50px 50px;
	-moz-border-radius: 50px 50px 50px 50px;
}
.btop{
	z-index:1500000;
	position:relative;
}
/************************************************************************************************************/
/***********************************************FOOTER*******************************************************/
/************************************************************************************************************/
footer{
	background-color:#ffffff;
	padding: 10px 50px 10px 25px;
  margin-top: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:#035E7B;
  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%;
	}
}
/**********************************************/
/************** VIDEO JS *******************/
.video-js{
	width:100% !important;
	height: auto;
	padding-bottom: 56.25%;
}
.vjs-poster,.video-js{
	background-color: transparent !important;
}
.video-js .vjs-big-play-button{
	width:2em !important;
	background-color: rgba(43, 51, 63, 0.4) !important;
	font-size:2em !important;
}

/************************************************************************************************************/
/***********************************************FORMULAIRE***************************************************/
/************************************************************************************************************/
#searchform > .form-control{
	color: #ffffff;
	font-weight: normal;
	border-radius: 50px;
	border: 1px solid #FFFFFF;
	font-size: 16px;
  background-color: #db0b5b;
	padding:0px 15px;
	max-width: 150px;
}

#searchform >.form-control:focus {
    color: #ffffff;
		font-weight: normal;
    background-color: #db0b5b;
    border-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(31,59,110,0);
}
.form-control::placeholder{
  color: #000000;
  font-weight: 300;
  font-family: 'Round_WEBL-Light';
}
.typeahead__query > .form-control::placeholder{
    text-align: center;
}
#searchform >.form-control::placeholder{
	color: #ffffff;
	font-weight: normal;
}
#searchform >.form-control:focus{
	color: #FFFFFF !important;
}
#searchform >.form-control.searchavenant::placeholder{
	color: #000000;
	font-weight: normal;
  text-align: center;
}
label{
  font-weight: 400;
}
.help-block{
  font-size:11px;
  margin:5px 0px 0px 0px;
}
.form-control{
	border-radius: 0px;
	font-size: 16px;
	background-color: rgba(252,230,238,1);
	background-image:none;
	background-repeat: repeat-x;
	border: 1px solid #DB0B5B;
	color: #000000;
}
.form-control[disabled], fieldset[disabled] .form-control {
    cursor: default;
}
.form-group {
    margin-bottom: 25px;
}
.form-control:focus {
    background-color: rgba(252,230,238,1);
  	background-image:none;
  	background-repeat: repeat-x;
  	border: 1px solid #DB0B5B;
    color: #000000 !important;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(219,11,91,0.5);
}
.searchavenant.form-control,.searchavenant.form-control:focus{
	border-radius: 0px;
	font-size: 16px;
	background-color: #FFFFFF;
	background-image:none;
	background-repeat: repeat-x;
	border: 1px solid #000000;
	color: #000000;
}
.searchavenant.form-control:focus{
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0,0,0,0.1);
}
/*************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 #035E7B;
	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: #035E7B;
}
.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 #035E7B;
	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: #035E7B;
}
.checkbox input[type="checkbox"] {
	opacity: 0;
}


.checkbox input[type="checkbox"]:checked + span::before {
  background-color: #035E7B;
  border-color: #035E7B;
}
.checkboxlabel span::before {
  border: 2px solid #035E7B;
}

.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 #035E7B;
	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: #035E7B;
}
.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: #035E7B;
  border-color: #035E7B;
}
.radio input[type="radio"]:checked + span::after {
  color: #fff;
}
.radio label span::before {
  border: 2px solid #035E7B;
}

/************************************************************************************************************/
/***********************************************CONTACT FORM wpcf7*******************************************/
/************************************************************************************************************/
div.wpcf7 {
	margin: 0;
	padding: 0;
}
div.wpcf7-response-output {
	margin: 0.5em 0.5em 0.5em;
	padding: 0.2em 1em;
}
input.wpcf7-not-valid,.um .um-form input.wpcf7-not-valid{
	border-color: #B94A48
}
textarea.wpcf7-not-valid,.um .um-form textarea.wpcf7-not-valid{
	border-color: #B94A48
}

.wpcf7 form.sent .wpcf7-response-output {
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;
}
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;
}
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;
}
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;
}
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}


.wsp-posts-list>li:first-child>ul.wsp-posts-list, .wsp-posts-list>li:first-child>.wsp-category-title{
  display:none;
}
/************************************************************************************************************/
/***********************************************RESPONSIVE***************************************************/
/************************************************************************************************************/
@media (min-width:1600px){
  #slider-partenaires .item.rectangle{
      width:190px;
  }
  #slider-partenaires .item.carre{
      width:110px;
  }
}
@media (min-width:991px) and (max-width: 1500px) {
	#searchform > .form-control{
		max-width: 150px;
	}
	#menu-header > li{
		padding: 0px 25px 0px 0px;
	}
	img.logo_brancheTSF{
		margin-top:10px;
		margin-bottom: 10px;
		max-height:35px;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	}
  #searchform > .form-control{
    max-width: 140px
  }
  .navbar-brand{
  	height: auto;
  	padding: 5px 0px 5px 10px;
  	font-size: 12px;
  	line-height: 14px;
    margin-right:55px;
  }
  .sub-menu{
    padding: 15px 30px 15px 24%;
  }
}
@media (max-width: 1174px) {
  #menu-navigation > li{
  	padding:0px 20px 0px 0px;
  }
  .sub-menu {
    padding: 15px 30px 15px 24%;
  }
  .navbar-brand{
    margin-right:20px;
  }
  #menu-navigation > li{
  	padding:0px 12px 0px 0px;
  }
}
@media (max-width: 990px) {
  .p_blocpresentation{
    margin-left:auto;
    margin-right: auto;
  }
  .wsp-pages-list{
  	column-count: 2;
  }
  #slider-home > .carousel-indicators{
    right: 45%;
    top: auto;
    left: auto;
    bottom: 65px;
    flex-direction:row;
    -webkit-transition: all .1s linear;
  	-moz-transition: all .1s linear;
  	-ms-transition: all .1s linear;
  	-o-transition: all .1s linear;
  	transition: all .1s linear;
  }
  #searchform > .form-control{
    max-width: 60%;
    margin-left:0;
    margin-right:auto;
  }
  #slider-home > .carousel-inner > .carousel-item > .bck_slide > .carousel-caption{
    top:15%;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }
  #menu-header{
    margin-left:0px;
    padding-bottom:0px;
  }
  #menu-navigation{
    padding-top:35px;
  }
  #menu-navigation > li > a,#menu-header > li > a{
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
  }
  .open > .sub-menu {
      flex-direction: column;
      position: absolute;
      top:auto;
      left: 0px;
  	  width: 100%;
      display: flex;
      z-index:10;
  }
  .sub-menu{
    display: none;
    padding-left:35px;
  }
  .page-template-page-branche .row{
    padding-left: 15px;
    padding-right: 15px;
  }

}
@media (max-width: 768px) {
  #searchform > .form-control {
    max-width: 70%;
  }
  .wsp-pages-list{
  	column-count: 1;
  }
  .carousel-caption.slider-home h2{
    font-size: 80px;
    line-height:100px;
  }
  .chiffre_cles_item{
    margin-top:10px;
    margin-bottom: 10px;
  }
  .chiffre_cles_3{
    padding: 45% 15% 5% 15%;
    max-width: 321px;
    margin-bottom: 30px !important;
  }
  .chiffre_cles_3{
    padding: 40% 10% 10% 10%;
  }

   .chiffre_cles_2{
    padding:30% 10% 10% 10%
  }
  #slider-partenaires .item.rectangle > a > img, #slider-partenaires .item.rectangle > img{
      width:auto;
      max-height:150px;
  }
  #slider-partenaires .item.carre > a > img, #slider-partenaires .item.carre > img{
    width:auto;
    height:80px;
  }

}
@media (max-width: 550px) {
    #slider-partenaires .item.rectangle{
        width:275px
    }
    #slider-partenaires .item.carre{
      width:auto;
    }
    #slider-partenaires .item.carre > a > img, #slider-partenaires .item.carre > img{
      width:auto;
      height:100px;
    }
		.navbar-brand{
			max-width:70%;
			height: auto;
			padding: 10px 0px 10px 0px;
			-webkit-transition: all .1s linear;
			-moz-transition: all .1s linear;
			-ms-transition: all .1s linear;
			-o-transition: all .1s linear;
			transition: all .1s linear;
		}
    #slider-home > .carousel-inner > .carousel-item > .bck_slide > .carousel-caption{
      top:10%;
      -webkit-transition: all .1s linear;
      -moz-transition: all .1s linear;
      -ms-transition: all .1s linear;
      -o-transition: all .1s linear;
      transition: all .1s linear;
    }
    .chiffre_cles_2{
      padding: 60% 18% 20% 15%;
    }
    .chiffre_cles_3{
      padding: 60% 15% 20% 15%;
    }
}
@media (max-width: 310px) {
		.navbar-brand{
			max-width:50%;
			height: auto;
			padding: 10px 0px 10px 0px;
			-webkit-transition: all .1s linear;
			-moz-transition: all .1s linear;
			-ms-transition: all .1s linear;
			-o-transition: all .1s linear;
			transition: all .1s linear;
		}
    .chiffre_cles_item{
      margin-top:10px;
      margin-bottom: 10px;
      padding-left:5% !important;
      padding-right:5% !important;
    }
}

.grecaptcha-badge { visibility: hidden; }
/*************************************/
/***** POJO *******************/
/*************************************/
#pojo-a11y-toolbar{
	top: 50% !important;
}
.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;
}
.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;
}

#cmplz-manage-consent .cmplz-manage-consent {
	background: #db0b5b !important;
	background-color: #db0b5b !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: 22px !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;
  }
}
@media (max-width: 768px) {
  #cmplz-manage-consent .cmplz-manage-consent {
    display:block;
  }
}
