/************************************************************************************************************/
/****************************************BODY**************************************************************/
body{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	word-wrap:normal;
	line-height:1.6;
	height:auto;
	color:#000000;
	font-smooth: always;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
	overflow-x:hidden;
}
html.sr .load-hidden {
    visibility: hidden;
}
.source{
	font-family: 'Source Sans Pro', sans-serif;
}
.lato{
	font-family: 'Lato', sans-serif;
}
/*******************COULEURS*********************/
.blanc{
	color:#ffffff;
}
.noir{
	color:#000000;
}
.gris{
	color:#666666;
}
.bck-grisclair{
	background-color:#FaFaFa;
}
.bck-blanc{
	background-color:#FFFFFF;
}
.bck-noir{
	background-color:#000000;
}
.vert{
	color:#5f652e;
}
.jaune{
	color:#ca9b3c;
}
.bck-vert{
	background-color:#5f652e;
}
.bck-jaune{
	background-color:#ca9b3c;
}
.bck-jaune-opaque {
	background-color: rgb(202, 155, 60);
	background-color: rgba(202, 155, 60, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ca9b3c, endColorstr=#ca9b3c);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ca9b3c, endColorstr=#ca9b3c)";
}
.bck-vert-opaque {
	background-color: rgb(95, 101, 46);
	background-color: rgba(95, 101, 46, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5f652e, endColorstr=#5f652e);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5f652e, endColorstr=#5f652e)";
}
.bck-citation{
		background-color: #FFFFFF;
		background-image:url("../img/bck_citation.jpg");
	  background-repeat:no-repeat;
		background-position: center center;
		background-attachment: scroll;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}
/************************************LIENS**************************************/

a:hover.opaque{
	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;
}
a.opaque img :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;
}
a.hover{
	text-decoration:underline;
	color:inherit;
}
a:active,a:focus{
	outline-style:none;
	text-decoration:none;
 	outline: none;
	color:inherit;
}
a.vert{
	color:#5f652e;
}
a.jaune{
	color:#ca9b3c;
}
.cn-text-container > a.blanc:hover{
	color:#ca9b3c;
}
a:hover{
	color:#5f652e;
}
a.nounderline, .nounderline a{
	text-decoration: none;
}
a.hvr-underline-from-center-jaune { 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-center-jaune:before {  content: "";  position: absolute;  z-index: -1;  left: 51%;  right: 51%;  bottom: 0;  background: #ca9b3c;  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-center-jaune:hover:before, a.hvr-underline-from-center-jaune:focus:before, a.hvr-underline-from-center-jaune:active:before {left: 0;right: 0;}

.hvr-underline-from-center-jaune li a { display: inline-block;  vertical-align: middle;  -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0);  position: relative;  overflow: hidden;}
.hvr-underline-from-center-jaune li a:before {  content: "";  position: absolute;  z-index: -1;  left: 51%;  right: 51%;  bottom: 0;  background: #ca9b3c;  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;}
.hvr-underline-from-center-jaune li a:hover:before, .hvr-underline-from-center-jaune li a:focus:before, .hvr-underline-from-center-jaune li a:active:before {left: 0;right: 0;}

a.hvr-underline-from-center-vert { 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-center-vert:before {  content: "";  position: absolute;  z-index: -1;  left: 51%;  right: 51%;  bottom: 0;  background: #5f652e;  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-center-vert:hover:before, a.hvr-underline-from-center-vert:focus:before, a.hvr-underline-from-center-vert:active:before {left: 0;right: 0;}

.hvr-underline-from-center-vert li a { display: inline-block;  vertical-align: middle;  -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0);  position: relative;  overflow: hidden;}
.hvr-underline-from-center-vert li a:before {  content: "";  position: absolute;  z-index: -1;  left: 51%;  right: 51%;  bottom: 0;  background: #5f652e;  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;}
.hvr-underline-from-center-vert li a:hover:before, .hvr-underline-from-center-vert li a:focus:before, .hvr-underline-from-center-vert li a:active:before {left: 0;right: 0;}

a.hvr-underline-from-center-blanc { color:#ffffff;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-center-blanc:before {  content: "";  position: absolute;  z-index: -1;  left: 51%;  right: 51%;  bottom: 0;  background: #ffffff;  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-center-blanc:hover:before, a.hvr-underline-from-center-blanc:focus:before, a.hvr-underline-from-center-blanc:active:before {left: 0;right: 0;}

.hvr-underline-from-center-blanc li a { display: inline-block;  vertical-align: middle;  -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0);  position: relative;  overflow: hidden;}
.hvr-underline-from-center-blanc li a:before {  content: "";  position: absolute;  z-index: -1;  left: 51%;  right: 51%;  bottom: 0;  background: #ffffff;  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;}
.hvr-underline-from-center-blanc li a:hover:before, .hvr-underline-from-center-blanc li a:focus:before, .hvr-underline-from-center-blanc li a:active:before {left: 0;right: 0;}

a.hvr-underline-from-center-noir { 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-center-noir:before {  content: "";  position: absolute;  z-index: -1;  left: 51%;  right: 51%;  bottom: 0;  background: #000000;  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-center-noir:hover:before, a.hvr-underline-from-center-noir:focus:before, a.hvr-underline-from-center-noir:active:before {left: 0;right: 0;}

.hvr-underline-from-center-noir li a,.hvr-underline-from-center-noir a { display: inline-block;  vertical-align: middle;  -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0);  position: relative;  overflow: hidden;}
.hvr-underline-from-center-noir li a:before,.hvr-underline-from-center-noir a:before {  content: "";  position: absolute;  z-index: -1;  left: 51%;  right: 51%;  bottom: 0;  background: #000000;  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;}
.hvr-underline-from-center-noir li a:hover:before, .hvr-underline-from-center-noir li a:focus:before, .hvr-underline-from-center-noir li a:active:before,.hvr-underline-from-center-noir a:hover:before, .hvr-underline-from-center-noir a:focus:before, .hvr-underline-from-center-noir a:active:before {left: 0;right: 0;}

.hvr-thin a:before, .hvr-thin li a:before, a.hvr-thin:before{
	height: 1px !important;
}
/*********************************************/
/**************NAVBAR*************************/
header{
	z-index: 1030;
}
.container-navigation {
    max-width: 80%;
    float: left;
}
#navbar-navigation.navbar{
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}
/* enlève la couleur en background */
#navbar-navigation.navbar-default{
	background-color:#ffffff;
	border:none;
}
#navbar-navigation.navbar-default .navbar-collapse, #navbar-navigation.navbar-default .navbar-form{
	border:none;
}
#navbar ul.navbar-nav{
	padding: 5px 0px 5px 0px;
	justify-content: center;
}
#navbar .navbar-nav > li{
	padding-left:2%;
}
@media (max-width:1000px) {
	#navbar .navbar-nav > li{
		padding-left:2%;
	}
}
#navbar .navbar-nav > li > a {
	display: inline-block;
	vertical-align: middle;
	color: #000000;
	font-size:16px;
	font-weight:600;
	text-transform: uppercase;
}

#navbar .navbar-nav > li.current-menu-item > a{
	color:#ca9b3c;
}

#navbar .navbar-nav > li > a:hover,
#navbar .navbar-nav > li > a:focus,
#navbar .navbar-nav > li > a:active,
#navbar .navbar-nav > li > a.active,
#navbar .navbar-nav > li.open > a:before{
	color:#ca9b3c;
	text-decoration: 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;
}
/************* SOUS MENU ********************/
.dropdown-toggle::after{
	display: none;
}
.open > .sub-menu {
    display: block;
		position:absolute;
}
.sub-menu{
	margin-top:0px;
	z-index:10;
	display: none;
	text-align: left;
	background-color: #ca9b3c;
	text-decoration: none;
	padding: 20px;
box-shadow: 2px 2px 5px 0px rgba(153,153,153,0.25);
-webkit-box-shadow: 2px 2px 5px 0px rgba(153,153,153,0.25);
-moz-box-shadow: 2px 2px 5px 0px rgba(153,153,153,0.25);
}
.navbar-page > li> .sub-menu{
	background-color:#ca9b3c;
}
.sub-menu li.menu-item{
	list-style-type: none;
	margin-bottom:5px;
}
.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;
}
.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;}
.sub-menu li.menu-item a:before {  content: "";  position: absolute;  z-index: -1;  left: 51%;  right: 51%;  bottom: 0;  background: #ffffff;  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;}
.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;}

.logo{
	width:250px;
	margin-left: auto;
	margin-right: 32%;
	margin-top:25px;
	margin-bottom:35px;
}
.logo-xs{
	margin-top:10px;
	max-height: 40px;
	margin-bottom:10px;
}
/**********************************************/
/************** BOUTONS *******************/
/**********************************************/
.backtop{
	position:fixed;
	bottom:15px;
	right:15px;
	color:#ffffff;
	background-color:#c99b3d;
	padding:8px 11px;
}
.btn{
	-webkit-border: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 8px 45px 10px 45px;
}
.btn:active, .btn:focus {
    background-image: none;
    outline: 0;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.btn.vert{
	color:#5f652e;
}
.btn-blanc {
	background-color: #FFFFFF;
	background-image:none;
	background-repeat: repeat-x;
	border: none;
}
.btn-blanc:hover,.btn-blanc:focus,.btn-blanc:focus, .btn-blanc:active, .btn-blanc.active, .btn-blanc.disabled, .btn-blanc[disabled] {
	background-color: rgba(255,255,255,0.8);
	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-icone-vert-blanc > i,.btn-icone-vert-blanc:visited> i{
	color:#FFFFFF ;
	background-color:#5f652e;
	border:4px solid transparent;
	-webkit-border: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 5px 12px;
	margin:2.6px 3.6px;
}
.btn-icone-vert-blanc:hover> i,.btn-icone-vert-blanc:focus> i, .btn-icone-vert-blanc.disabled> i {
	color:#5f652e; ;
	background-color: transparent; /* Old browsers */
	padding: 10px 8px !important;
	margin:0px;
	border:2px solid #5f652e;;
	-webkit-transition:background-color .20s linear,color .20s linear;
	-moz-transition:background-color .20s linear,color .20s linear;
	-o-transition:background-color .20s linear,color .20s linear;
	transition:background-color .20s linear,color .20s linear;
}
.btn-icone-vert-blanc:active> i,.btn-icone-vert-blanc:visited> i, .btn-icone-vert-blanc.active> i{
	padding: 5px 12px;
}

.btn-icone-vert-blanc:hover> i:before{
  z-index: -1;
	background-color:inherit;
	-webkit-border: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 5px 10px;
	-webkit-transition:background-color .20s linear,color .20s linear;
	-moz-transition:background-color .20s linear,color .20s linear;
	-o-transition:background-color .20s linear,color .20s linear;
	transition:background-color .20s linear,color .20s linear;
}
.btn-icone-bleu-blanc:hover> i.fa-chevron-right:before,.btn-icone-vert-blanc:hover> i.fa-chevron-right:before{
 	content: "\f054";
}
.tooltip-inner {
  background-color: #5f652e !important;
  /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
  color: #fff;
	text-transform: uppercase;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #5f652e;
}
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
    border-right-color: #5f652e;
}
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    border-left-color: #5f652e;
}
.tooltip.show {
  opacity: 1;
}
.btn-vert-jaune {
	background-color: #5f652e;
	background-image:none;
	background-repeat: repeat-x;
}
.btn-vert-jaune:hover,.btn-vert-jaune:focus,.btn-vert-jaune:focus, .btn-vert-jaune:active, .btn-vert-jaune.active, .btn-vert-jaune.disabled, .btn-vert-jaune[disabled] {
	background-color: #c99b3d; /* Old browsers */
	-webkit-transition:all .40s linear;
	-moz-transition:all .40s linear;
	-o-transition:all .40s linear;
	transition:all .40s linear;
}
.btn-jaune-vert {
	background-color: #c99b3d;
	background-image:none;
	background-repeat: repeat-x;
}
.btn-jaune-vert:hover,.btn-jaune-vert:focus,.btn-jaune-vert:focus, .btn-jaune-vert:active, .btn-jaune-vert.active, .btn-jaune-vert.disabled, .btn-jaune-vert[disabled] {
	background-color: #5f652e; /* Old browsers */
	-webkit-transition:all .40s linear;
	-moz-transition:all .40s linear;
	-o-transition:all .40s linear;
	transition:all .40s linear;
}

.btn-jaune-border {
	background-color: #c99b3d;
	background-image:none;
	background-repeat: repeat-x;
	border:1px solid #c99b3d;
}
.btn-jaune-border:hover,.btn-jaune-border:focus,.btn-jaune-border:focus, .btn-jaune-border:active, .btn-jaune-border.active, .btn-jaune-border.disabled, .btn-jaune-border[disabled] {
	background-color: rgba(201, 155, 61, 0);
	-webkit-transition:all .40s linear;
	-moz-transition:all .40s linear;
	-o-transition:all .40s linear;
	transition:all .40s linear;
}
.btn-fixed > .d-flex > .btn {
    border-top-left-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 30px;
		margin-bottom:15px;
		padding:10px 15px 10px 20px;
}
.btn-fixed{
	position:fixed;
	bottom:20%;
	right:0;
	display: none;
}
.btn-barre img{
	width:30px;
}
.btn-barre {
	background-color: #eeeeee;
	background-image:none;
	background-repeat: repeat-x;
}
.btn-barre:hover,.btn-barre:focus,.btn-barre:focus, .btn-barre:active, .btn-barre.active, .btn-barre.disabled, .btn-barre[disabled] {
	background-color: #c99b3d;
	background-image:none;
	background-repeat: repeat-x;
}

/**********************************************/
/************** BREADCRUMB *******************/
/**********************************************/
/*********************************************/
.breadcrumb{
	padding:0px 0px 0px 0px;
	margin-bottom:40px;
	list-style:none;
	background-color:transparent;
	border-radius:0px;
	color:#cccccc;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:14px;
}
.breadcrumb a{
	color:#cccccc;
	margin:0px 7px;
}
.breadcrumb_last{
	margin:0px 7px;
}
.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;
}
.breadcrumb>.active{
	color:#cccccc;
}
/************************************************/
/************************************************/
/**************** Formulaire REcherche***************************/
#search-form > .form-group{
	width:68%;
}
#search-form > .form-group > .form-control{
	width:100%;
}
.btn-thematiques{
	width:95%;
}
#headerSearch > #search-form > .form-group > .form-control{
	border-radius: 25px;
	border:0px solid transparent;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #ca9b3c;
	text-align: left;
	height: 38px;
	padding: 10px 15px;
}

#headerSearch input::placeholder {
  color: white;
}
#search-form > .form-group > .form-control, .btn-thematiques{
	border-radius: 25px;
	border:0px solid transparent;
	font-size: 14px;
	color: #5f652e;
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: left;
	height: 38px;
	padding: 10px 15px;
}
.btn-thematiques{
	margin-top:17px;
}
.btn-thematiques.dropdown-toggle::after {
    display: inline-block;
    float:right;
    vertical-align:inherit;
		font-family: 'FontAwesome';
		border: 0px solid transparent;
    content: "\f078";
		color: #5f652e;
		font-size:16px;
}
.show > .btn-thematiques{
	border-radius: 25px 25px 0px 0px ;
}
#search-form > .form-group > .form-control:focus,#search-form > .form-group > .form-control:hover, #search-form > .form-group > .form-control:active, .select-thematiques > .form-control:focus{
	box-shadow:none;
}
.menu-thematiques{
	border:0px solid #FFFFFF;
	margin-top:-5px;
	width: 95.1%;
	border-radius: 0px 0px 25px 25px;
}
.menu-thematiques > .dropdown-item:focus, .menu-thematiques > .dropdown-item:hover , .menu-thematiques > .dropdown-item:active{
    color: #ffffff;
    text-decoration: none;
    background-color: #5f652e;
}
#search-form > .btn-icone-vert-blanc{
	padding: 8px 15px 10px 15px;
}
#search-form > .btn-icone-vert-blanc > svg{
	color:#212529;
}
a.blanc:not([href]):not([tabindex]):focus, a.blanc:not([href]):not([tabindex]):hover {
  color:  #ffffff !important;
}
a.blanc:not([href]):not([tabindex]) {
  color: #ffffff !important;
}
/**********************************************/
/**************BLOCS*******************/
/**********************************************/
.bloc_map{

}
#slider-citation {
    width: 100%;
    height: 100%;
}
#slider-citation  > .carousel-inner{
	height: 200px;
	padding: 20px;
}
.box-rounded{
	border-radius: 25px;
}
.citation {
    padding-top: 3%;
}
.puce-verte{
		color:#5f652e;
		display: flex;
		align-items: center;
}
.puce-verte::before{
   content: '';
   display: flex;
   width: 28px;
   height:28px;
   -moz-border-radius: 14px;
   -webkit-border-radius: 14px;
   border-radius: 14px;
   background-color: #5f652e;
	 margin-right:10px;
}
/**********************************************/
/**************FORMATION *******************/
/**********************************************/
.accessibilite {
    -webkit-border: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 15px 5px 15px;
}
.temoignage{
	font-size: 14px;
}
.temoignages h2{
	color: #5f652e;
	font-size: 26px;
	font-weight: 900;
	margin-top: 45px;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
}
.card-a:hover > .card, .card-a:focus > .card, .card-a:active > .card{
	border:thin solid rgba(153,153,153,0.4);
	border-radius: 10px;
	background-color: rgba(153,153,153,0.1);
	-webkit-transition:all .50s linear;
	-moz-transition:all .50s linear;
	-o-transition:all .50s linear;
	transition:all .50s linear;
}
.card{
	padding: 5px;
	border-radius: 0px;
	border:thin solid rgba(153,153,153,0);
}
.bloc-img-card{
	background-color:#c99c3e ;
	border:#FFFFFF 2px solid;
	border-radius: 10px;
	box-shadow: 2px 2px 5px 0px rgba(153,153,153,0.75);
	-webkit-box-shadow: 2px 2px 5px 0px rgba(153,153,153,0.75);
	-moz-box-shadow: 2px 2px 5px 0px rgba(153,153,153,0.75);
}
.bloc-card{
	padding:5px 5px 5px 15px;
}
.content > ul, .content > ol, .content > ul > li > ul, .content > ol > li > ol {
    list-style: none;
    padding-left: 20px;
}
.content > ul > li::before, .content > ol > li::before {
    content: "•";
    color: #5f652e;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
hr.blanc {
    border-top: 2px solid #FFFFFF;
    width: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}
hr.vert {
    border-top: 2px solid #5f652e;
    width: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}
hr.jaune {
    border-top: 2px solid #c99c3e;
    width: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}
hr.dotted40{
	border-top:1px dotted #cccccc;
	width:40%;
}
/**********************************************/
/**************CONTENU Formation *******************/
/**********************************************/
img.megaphone{
	position: absolute;
	right: -30px;
	top:-45px;
}
.sidebar-formation{
	background-color:#c99c3e ;
	border:#FFFFFF 2px solid;
	border-radius: 10px;
	box-shadow: 2px 2px 5px 0px rgba(153,153,153,0.75);
	-webkit-box-shadow: 2px 2px 5px 0px rgba(153,153,153,0.75);
	-moz-box-shadow: 2px 2px 5px 0px rgba(153,153,153,0.75);
	padding-top:40px;
}
.body-sidebar-formation{
	padding-left: 35px;
	padding-right:35px;
}
.footer-sidebar-formation{
	border-radius: 0px 0px 10px 10px;
	padding-left: 35px;
	padding-right:35px;
	padding-top:10px;
	padding-bottom:20px;
	background-color: #5f652e;
}
.body-sidebar-formation >h4{
	font-size: 15px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight: bold;
}
.body-sidebar-formation > p,.body-sidebar-formation > div > p{
	padding-left:10px;
	font-size: 14px;
	line-height: 20px;
}
.visuel-formation{
	position: relative;
	overflow: hidden;
}
img.degrade{
	position: absolute;
	bottom: 30px;
	right: 0;

}
.plusformation{
	margin-left: 55px;
	padding-left: 15px;
	line-height: 18px;
	border-left:5px solid #5f652e;
}
.plusformation h3{
	font-size: 20px;
	line-height: 20px;
}
.paragraphe-formation h2{
	color: #5f652e;
	font-size: 26px;
	font-weight: 900;
	margin-top: 45px;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
}

.content-formation{
	padding-left: 45px;
	line-height: 20px;
}
.content-formation > h1{
	font-size: 20px;
		font-weight: bold;
		color:#000000;
}
.content-formation > h2{
	font-size: 20px;
		font-weight: bold;
		color:#000000;
}
.content-formation > h3{
	font-size: 18px;
		font-weight: bold;
		color:#000000;
}
.content-formation > h4{
	font-size: 16px;
		font-weight: normal;
		color:#000000;
}
.content-formation > h5{
	font-size: 16px;
	font-weight: normal;
	color:#5f652e;
}
.content-formation > .bleu{
	color:#5f652e !important;
}
.content-formation > a{
	color:#5f652e !important;
}
.content-formation > a { display: inline-block;  vertical-align: middle;  -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0);  position: relative;  overflow: hidden;}
.content-formation > li a:before {  content: "";  position: absolute;  z-index: -1;  left: 51%;  right: 51%;  bottom: 0;  background: #5f652e;  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;}
.content-formation > li a:hover:before, .content-formation > li a:focus:before, .content-formation > li a:active:before {left: 0;right: 0;}

.content-formation > ul, .content-formation > ol,.content-formation > ul > li > ul, .content-formation > ol > li > ol{
	list-style: none;
	padding-left: 20px;
}
.content-formation > ul > li:before, .content-formation > ol> li:before {
	content: "•";
	color: #5f652e;
  display: inline-block;
	width: 1em;
  margin-left: -1em
}
.content-formation > ul > li > ul > li:before, .content-formation > ol> li > ol> li:before {
	content: "•";
	color: #000000;
  display: inline-block;
	width: 1em;
  margin-left: -1em
}
/**********************************************/
/**************CONTENU PAGE *******************/
/**********************************************/
.content-page{
	font-size:15px;
	padding-left: 3%;
}
.menu-page{

}
h1.title-page{
		color:#5f652e;
		font-size: 26px;
		font-weight: 900;
		margin-bottom: 25px;
		display: flex;
		align-items: center;
}
h1.title-page::before{
   content: '';
   display: flex;
   width: 28px;
   height:28px;
   -moz-border-radius: 14px;
   -webkit-border-radius: 14px;
   border-radius: 14px;
   background-color: #5f652e;
	 margin-right:10px;
}
.content-page h2{
	font-size:18px;
	margin-top:35px;
	margin-bottom:20px;
	color:  #ca9b3c;
	font-weight: 600;
}
.content-page h2.vert{
	color:  #5f652e !important;
}
.content-page h3{
	font-size:16px;
	margin-top:20px;
	margin-bottom:15px;
	color:  #ca9b3c;
	font-weight: 400;
}
.content-page h4{
	font-size:16px;
	color:  #000000;
	font-weight: 400;
}
.content-page h2.likeh1{
	color:#5f652e;
	font-size: 26px;
	font-weight: 900;
}
.content-page a.btn,.content-page a.btn{
	color: #5f652e;
	padding: 15px 25px;
	border-bottom: none;
	border-radius: 10px;
}
.content-page a.btn.blanc{
	color: #FFFFFF !important;
}
.content-page a:hover{
	text-decoration: none;
	color: #5f652e;
}
.content-page a.btn:hover, .content-page a.btn:focus, .content-page a.btn:focus, .content-page a.btn:active{
	color:  #FFFFFF;
}
.content-page a.btn:before{display: none;}
.content-page a.btn:before{display: none;}

.content-page a{ display: inline-block;  vertical-align: middle;  -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0);  position: relative;  overflow: hidden;	color:  #5f652e; margin-top:-3px;}

.content-page a:before {  content: "";  position: absolute;  z-index: -1;  left: 51%;  right: 51%;  bottom: 0;  background: #5f652e;  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;}
.content-page a:hover:before, .content-page a:focus:before, .content-page a:active:before {left: 0;right: 0;}

.content-page a.opaque:before{
	height:0px;
	text-decoration: none;
}
.content-page > p{
	padding-left:5%;
}
.content-page >  ul,.content-page >  ol, .content-page >  ol> li > ol,.content-page >  ul > li > ul > li{
	list-style: none;
	padding-left:8%;
}
.content-page >  ul > li:before, .content-page >  ol> li:before {
	content: "•";
	color: #ca9b3c;
  display: inline-block;
	width: 1em;
  margin-left: -1em
}
.content-page >  ul > li > ul > li:before, .content-page >  ol> li > ol> li:before {
	content: "•";
	color: #5f652e;
  display: inline-block;
	width: 1em;
  margin-left: -1em
}
img.picto_sidebar{
	max-width:25px;
}
/**********************************************/
/************** FOOTER *******************/
/**********************************************/
footer{
	padding:65px 0px 5px 0px;
}

.nav-footer{
  list-style-type: none;
	padding-left:0px;
}
.nav-footer li{
	padding:0px;
	background-color: #c99c3e;
	margin:0px 15px 8px 15px;
}
.nav-footer li a {
	color: #FFFFFF;
	padding:0;
	font-size:14px;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.nav-footer li 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;
}
/**********************************************/
/************** BARRE COOKIE *******************/
/**********************************************/
#cookie-notice .button.cn-button {
	font-family: 'Source Sans Pro', sans-serif;
	background-color:#c99c3e;
	color: #ffffff;
	background-image:none;
	background-repeat: repeat-x;
	box-shadow: none;
	text-shadow: none;
	border:1px solid #c99c3e;
	border-width: 1px;
	margin-bottom: 20px;
	padding: 20px;
	font-size: 14px;
	border-radius: 0px;
}
.cn-revoke-cookie{
		border:1px solid #c99c3e !important;
		background: #c99c3e !important;
		border-radius: 0px !important;
}
#cookie-notice .button.cn-button:hover,#cookie-notice .button.cn-button:focus,#cookie-notice .button.cn-button:active , .cn-button.cn-button:hover, .cn-button.cn-button:focus,.cn-button.cn-button:active{
	background: #5f652e;
	background-color: #5f652e;
	border:1px solid #ffffff;
	color: #ffffff;
	-webkit-transition:color .40s linear, background-color .40s linear;
	-moz-transition:color .40s linear, background-color .40s linear;
	-o-transition:color .40s linear, background-color .40s linear;
	transition:color .40s linear, background-color .40s linear;
	text-decoration: none;
}
span#cn-notice-text{
	display:block;
	width:70%;
	float:left;
	text-align: left;
	padding-left:15px;
	padding-bottom:15px;
}
a.cn-accept-cookie{
	display:block;
	width:10%;
	float:left;
}
#cn-notice-buttons{
	margin-top:20px
}
/*********************************/
/**************MODAL**************/
/*********************************/
.close{
	text-shadow:none;
	color:#5f652e;
	font-size:17px;
	opacity: 1;
}
.close:hover{

}
.modal{
	top:10% !important;
}
.modal-dialog {
    margin: 0px auto;
    width: 90%;
    background-color: transparent;
    max-width: 700px;
    height: auto;
}
@media (max-width:650px) {
	.modal{
		top:10% !important;
		padding-right: 0px !important;
	}
	.modal-dialog {
	    width: 100%;
			padding:10px;
	}
}
.modal-content {
    background-color:rgba(255, 255, 255, 1);
    border-radius: 0;
    border:none;
}
.modal-header {
    border-bottom: none;
    padding-left: 10px;
		padding-bottom: 0px;
    padding-right: 10px;
		background-color: transparent;
    border-radius: 0;
    border: none;
}
.modal-body {
	margin-top:0px;
  padding: 0px 0px 15px 0px;
  font-size: 14px;
}
.modal-footer {
	border:none;
	padding:0px;
	margin:0px;
  border-radius: 0;
	background-color:transparent
}
.modal-backdrop {
	background-color:#FFFFFF !important ;
	opacity:1 !important;
	-ms-filter: "prodig:DXImageTransform.Microsoft.Alpha(Opacity=1)"; /* Hack IE8 */
	filter: alpha(opacity = 1); /* Hack IE 5-7 */
}


/*******************************************************************************/
/**************************TABLEPRESS*******************************************/
/*******************************************************************************/
.tablepress{
	width:100%;
	margin-top:30px;
	margin-bottom:60px !important;
}
.tablepress td{
	padding:8px 15px;
}
.tablepress th{
	padding:12px 15px;
}
.tablepress-table-name{
	text-align: center;
	padding:0px 20px;
}
#tablepress-1 > tbody >.row-1 td, #tablepress-2 > tbody >.row-1 td{
	font-weight: bold;
	color: #FFFFFF;
	padding-left:15px;
	background-color: #43c5c3;
}
#tablepress-1 > tbody >.row-6 td, #tablepress-2 > tbody >.row-6 td,#tablepress-4 > tbody >.row-1 td{
	font-weight: bold;
	color: #FFFFFF;
	padding-left:15px;
	background-color: #b7ba49;
}
#tablepress-1 > tbody >.row-11 td, #tablepress-2 > tbody >.row-11 td,#tablepress-5 > tbody >.row-1 td{
	font-weight: bold;
	color: #FFFFFF;
	padding-left:15px;
	background-color: #f16d0b;
}
#tablepress-1 > tbody >.row-16 td,#tablepress-2 > tbody >.row-16 td, #tablepress-3 > tbody >.row-1 td{
	font-weight: bold;
	color: #FFFFFF;
	padding-left:15px;
	background-color: #800080;
}
#tablepress-1 > tbody >.row-5 td, #tablepress-1 > tbody >.row-10 td, #tablepress-1 > tbody >.row-15 td,#tablepress-2 > tbody >.row-5 td, #tablepress-2 > tbody >.row-10 td, #tablepress-2 > tbody >.row-15 td{
	background-color: #ffffff;
}
#search-form{
	margin-top:13px;
}
#tablepress-12{
	margin-top:30px;
}
#tablepress-12 > thead > .row-1 > th, #tablepress-12 > tbody > tr > .column-1{
	background-color:#c99c3e;
	color:#ffffff;
	font-weight:bold;
}
#tablepress-12 > thead > .row-1 > th{
	text-align: center;
}

/************************************************************************************************************/
/***********************************************FORMULAIRE***************************************************/
/************************************************************************************************************/
label{
  font-weight: 400;
}
.help-block{
  font-size:11px;
  margin:5px 0px 0px 0px;
}
.form-control{
	border-radius: 3px;
	border: 1px solid #c99c3e;
	font-size: 16px;
}
.form-control[disabled], fieldset[disabled] .form-control {
    cursor: default;
}
.form-group {
    margin-bottom: 25px;
}
.form-control:focus {
    color: #4b5960;
    background-color: #fff;
    border-color: #646732;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(100,103,50,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 #4b5960;
	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: #555555;
}
.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 #4b5960;
	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: #555555;
}
.checkbox input[type="checkbox"] {
	opacity: 0;
}

.checkbox input[type="checkbox"]:checked + span::after {
	font-family: 'FontAwesome';
	content: "\f00c";
  color: #fff;
}

.checkbox input[type="checkbox"]:checked + span::before {
  background-color: #c99c3e;
  border-color: #c99c3e;
}
.checkboxlabel span::before {
  border: 2px solid #c99c3e;
}

.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:0px;
	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 #cccccc;
	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: #555555;
}
.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: #c99c3e;
  border-color: #c99c3e;
}
.radio input[type="radio"]:checked + span::after {
  color: #fff;
}
.radio label span::before {
  border: 2px solid #c99c3e;
}

/************************************************************************************************************/
/***********************************************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}
/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/
/**********************************RESPONSIVE***********************************/
@media (max-width:992px) {
	.logo{
		margin-right: auto;
	}
}
@media (max-width:767.98px) {
	body{
		margin-top:75px;
	}
	header{
		border-bottom: #fafafa solid thin;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
	}
	.container{
		max-width: 100%;
	}
	.title-page.title-formation:before{
		display: none;
	}
}
@media (max-width:576px) {
	body{
		margin-top:100px;
	}
	#slider-citation  > .carousel-inner{
		height: 350px;
		padding: 10px 5px;
	}
	.box-rounded{
		border-radius: 25px;
	}
	.citation {
	    padding-top: 5%;
	}
	#search-form > .form-group{
		width:70%;
		margin-top:17px;
	}
	#search-form > .btn-icone-noir-blanc{
		margin-top:-5px;
	}
	.btn.btn-icone-vert-blanc{
		padding:8px 5px 10px 5px;
	}
	.btn.btn-icone-vert-blanc > span.m_right{
		margin-right:0px !important;
		margin-bottom:10px;
	}
}

@media (max-width: 400px) {
	body{
		margin-top:100px;
	}
	.hidden400{
		display:none!important;
	}
	.visible400{
		display:block!important;
	}
	.visible768{
		display:none!important;
	}
	.max-width80{
		max-width:95% !important
	}
	#search-form > .form-group{
		width:100%;
		margin-top:17px;
	}
	#search-form > .btn-icone-noir-blanc{
		margin-top:-5px;
		margin-left: auto;
		margin-right: auto;
	}
}
.grecaptcha-badge, .grecaptcha-logo{
	display: none;
}
