/*
Theme Name: Siparex
Theme URI: http://www.omahabeach.fr/
Author: OmahaBeach
Author URI: http://www.omahabeach.fr/
Description: Bonjour ! Je suis le thème "parent" <code>Omaha Office</code>. Je suis codé par l'agence OmahaBeach et parmis mes préoccupations, il y a le référencement, la facilité d'utilisation et l'adaptabilité :)
Version: 3.0 / Responsive
License: © OmahaBeach
Text Domain: modele
Domain Path: /languages/
*/

/*********************************************************************************/

/* Global																		*/

/*********************************************************************************/
::selection {
	background: #e3000b;
	color: #FFF;
}
::-moz-selection {
	background: #e3000b;
	color: #FFF;
}
a.post-edit-link{
	background: #B4CD58;
	color: #FFF !important;
	text-decoration: none !important;
	display: block;
	padding: 0px 9px;
	text-align: center;
	position: fixed;
	z-index: 9999999999;
	bottom: 0%;
	right: -68px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	border: 2px solid #B4CD58;
	-moz-transition: right 150ms linear;
	-webkit-transition: right 150ms linear;
	-o-transition: right 150ms linear;
	-ms-transition: right 150ms linear;
	transition: right 150ms linear;
	cursor: pointer;
}
.post-edit-link:before {
	content: '\f040';
	font-family: 'FontAwesome', sans-serif;
	margin-right: 15px;
	font-size: 14px;
}
.post-edit-link:hover {
	color: #ffffff;
	background: #333333;
	border-color: #B4CD58;
	right: 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.clear:after {
	clear:both;
	display: block;
	content: '';
}
body {
	background: #FFFFFF;
	color: #565655;
	font-family: 'Helvetica', sans-serif;
	/*-webkit-font-smoothing: (subpixel-antialiased|antialiased|none);*/
	font-size: 16px;
	line-height: 1.714em;
	font-weight: normal;
	margin:0;
}
.inner {
	width: 100%;
	max-width: 1110px;
	margin: auto;
	padding: 0 30px;
}
.row{
	margin: 0 -2em;
}
.row:after{
	content: '';
	clear: both;
	display: block;
}
input, textarea, select {
	font-size: 1em;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 400;
	clear:both;
	margin: 0;
	line-height: 1.25em;
	color: #333333;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
	color: inherit;
	text-decoration: none;
	border-bottom-color: transparent;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
.h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong {
	font-weight: bold;
}
h1, .h1 {
	font-weight: 300;
	font-size: 2.1em;
	text-align: left;
	margin-bottom: 1.5em;
	color: #e3000b;
	font-family: 'Arial', sans-serif;
}
h2, .h2 {
	font-size: 1.375em;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 1em;
	margin-top: 1em;
}
h2.gris,
.h2.gris {
	color: #868786 !important;
}
h3, .h3 {
	font-size: 1.125em;
	margin-bottom: 1.5em;
	color: #565655;
	text-align: left;
}
h3.h2{
	font-size: 1.286em;
	font-weight: 600;
}
/* autres */
em, i {
	font-style: italic;
}
a {
	color: #e3000b;
	text-decoration: none;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out,;
	transition: all 0.35s ease-in-out;
}
a:hover {
	color: #e3000b;
	text-decoration: underline;
}
sub {
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
}
sup {
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}
blockquote {
	border-left: solid 0.5em #ddd;
	padding: 1em 0 1em 2em;
	font-style: italic;
}
p, ul, ol, dl, table {
	margin-bottom: 1em;
}
header {
	margin: 0 0 1em 0;
}
header .byline {
	margin-bottom: 2em;
}
footer {
	margin: 0;
}
hr {
	position: relative;
	display: block;
	border: 0;
	top: 4.5em;
	margin-bottom: 9em;
	height: 6px;
	border-top: solid 1px rgba(128, 128, 128, 0.2);
	border-bottom: solid 1px rgba(128, 128, 128, 0.2);
	clear: both;
}
hr:before, hr:after {
	content:'';
	position: absolute;
	top: -8px;
	display: block;
	width: 1px;
	height: 21px;
	background: rgba(128, 128, 128, 0.2);
}
hr:before {
	left: -1px;
}
hr:after {
	right: -1px;
}
img {
	max-width: 100%;
	height: auto;
}
a img {
	border: 0;
}
.emphase{
	font-size: 1em;
	color: #565655;
	font-weight: 300;
	line-height: 1.5em;
	background: #e1e1e1;
	padding: 10px 20px;
}
/*********************************************************************************/

/* FORMULAIRE																		*/

/*********************************************************************************/
form {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: solid 1px #e2e6e7;
	padding: 10%;
}
/* page protégée par mot de passe */
.post-password-required form.mdp {
	padding: 2%;
}
form label {
	display: block;
	color: #606a67;
	font-size: 0.765em;
	line-height: 1.5em;
}
form input[type="text"], form input[type="password"], form input[type="email"], form input[type="search"], form select, form textarea {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	border: solid 1px #e2e6e7;
	font-size: 0.9em;
	color: #777777;
	padding: .5em 1em;
	width: 100%;
	margin-bottom: 2em;
}
form textarea {
	min-height: 9em;
}
form ::-webkit-input-placeholder {
	color: #555 !important;
}
form :-moz-placeholder {
	color: #555 !important;
}
form ::-moz-placeholder {
	color: #555 !important;
}
form :-ms-input-placeholder {
	color: #555 !important;
}
form ::-moz-focus-inner {
	border: 0;
}
form p{
	margin-bottom: .5em;
	clear: both;
}
form fieldset{
	float: left;
	width: 50%;
	max-width: 300px;
	padding-right: 60px;
}
form legend{
	font-weight: 600;
	font-size: 1.118em;
	color: #606a67;
	margin-bottom: 1em;
}
form input[type="submit"]{
	margin: 1em 0;
	width: 100%;
	background: none;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out,;
	transition: all 0.35s ease-in-out;
}
form input.hidden{
	display: none;
	visibility: hidden;
}
form .hide{
	display: none;
}
/*********************************************************************************/

/* TABLEAU																		*/

/*********************************************************************************/
table {
	width: 100%;
}
table {
	width: 100%;
}
table tbody tr:nth-child(2n+2) {
	background: #f4f4f4;
}
table td {
	padding: 0.5em 1em 0.5em 1em;
}
table th {
	text-align: left;
	font-weight: 400;
	padding: 0.5em 1em 0.5em 1em;
}
table thead {
	background: #444;
	color: #fff;
}
table tfoot {
	background: #eee;
}
table tbody {
}
/*********************************************************************************/

/* BOUTONS																		*/

/*********************************************************************************/
.bouton{
	outline: none;
	font-size: 1em;
	font-weight: normal;
	color: #e3000b;
	border: 3px solid #e3000b;
	display: inline-block;
	padding: 1em 1.313em;
	max-width: 100%;
}
.bouton:hover{
	background: #e3000b;
	color: #FFF;
	cursor: pointer;
	text-decoration: underline;
}
.bouton.bordure{
	border: 1px solid #e2e6e7;
	background: none;
	color: #e3000b;
}
.bouton.inverse{
	color: #FFF;
}
/*********************************************************************************/
/* Header																		*/
/*********************************************************************************/
#header {
	position: relative;
	background-color: #fff;
	margin: 0;
}
#header a {
	text-decoration: none;
}
#header:after {
	content: '';
	display: block;
	width: 1067px;
	height: 26px;
	background: url('img/ombre_header.png') no-repeat center;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -533px;
	z-index: 100000;
}

#logo{
	float: left;
	margin: 1.2em 0;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
#logo img {
	display: block;
}
#logo p {
	padding-top: 5px;
	text-transform: uppercase;
	margin-bottom: -10px;
}
#logo:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/*********************************************************************************/

/* Navigation principale														   */

/*********************************************************************************/
 .menu {
	margin: 0;
	padding: 0;
}
.main-navigation {
	position: relative;
	float: right;
	clear: right;
	margin: 0;
	font-size: 0.750em;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 2em;
}
.main-navigation > ul {
	line-height: 0px;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: auto;
	float: left;
}
.main-navigation > ul + ul {
	float: right;
	margin-left: 10px;
}
.main-navigation > ul > li {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
}
.main-navigation > ul > li > a {
	padding: 0.85em;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.main-navigation > ul > li:last-child > a{
	padding-right: 0;
}
.main-navigation > ul > li.current-menu-item > a,
.main-navigation > ul > li.current-page-ancestor > a {
	color: #e3000b;
}
.main-navigation > ul > li:hover > a {
	color: #e3000b;
	text-decoration: underline;
}
.main-navigation > ul > li > a, .main-navigation > ul > li > span {
	display: block;
	text-decoration: none;
	border: 0;
	outline: 0;
	line-height: 2em;
	color: #000000;
}
.main-navigation > ul > li > ul {
	display: none;
	margin-top:0;
	border-top: 6px solid #E0E0E0;
}
.main-navigation > ul > li:hover > ul {
	display: block;
}
.main-navigation > ul > li > ul > li {
	color: #5b5b5b;
	display:block;
	border: 0;
	padding:0;
	margin:0;
}
.sub-menu {
	background: rgba(255, 255, 255, 0.975);
	padding: 1em 1.25em 1em 1.25em;
	line-height: 1em;
	height: auto;
	text-align: left;
	border-radius: 0.5em;
	box-shadow: 0 0.15em 0.25em 0 rgba(0, 0, 0, 0.25);
	min-width: 12em;
	position: absolute;
	left:50%;
	width: 300px;
	margin-left: -150px;
	box-sizing: border-box;
}
.sub-menu li {
}
.sub-menu li {
}
.sub-menu li:hover {
	color: #ef8376;
}
.sub-menu li a, .sub-menu li span {
	display: block;
	border: 0;
	padding: 0.5em 0 0.5em 0;
	-moz-transition: color 0.35s ease-in-out;
	-webkit-transition: color 0.35s ease-in-out;
	-o-transition: color 0.35s ease-in-out;
	-ms-transition: color 0.35s ease-in-out;
	transition: color 0.35s ease-in-out;
}
.sub-menu {
	margin-top: 1em;
	font-size: 0.9em;
}
.sub-menu:before {
	content:'';
	position: absolute;
	left: 50%;
	top: -16px;
	margin-left: -0.75em;
	border-bottom: solid 0.75em #E0E0E0;
	border-left: solid 0.75em rgba(64, 64, 64, 0);
	border-right: solid 0.75em rgba(64, 64, 64, 0);
}
/*********************************************************************************/

/* Navigation secondaire														*/

/*********************************************************************************/
.second-navigation {
	display: block;
	margin:0 0 2em 0;
	font-size: .929em;
	color: #999999;
	background: #f5f5f5;
}
.second-navigation ul li {
	float: left;
}
.second-navigation a{
	padding: 1em 2em;
	display: inline-block;
	border-left: 1px solid #e2e6e7;
}
.second-navigation li:first-child a{
	border-left: 1px solid #e2e6e7;
}
.second-navigation li:last-child a{
	border-right: 1px solid #e2e6e7;
}
#menu-menu-topbar-gauche{
	float: left;
}
#menu-menu-topbar-droite{
	float: right;
}
.second-navigation i{
	margin-right: 1em;
}
/*********************************************************************************/

/* Navigation footer														*/

/*********************************************************************************/
.footer-navigation {
	padding: 30px 0;
	position: relative;
}
.footer-navigation:after {
	content: '';
	background: url('img/ombre.png') no-repeat left top;
	width: 1067px;
	height: 26px;
	display: block;
	position: absolute;
	bottom: -20px;
}
.footer-navigation ul {
	text-align: center;
	font-weight: bold;
}
.footer-navigation ul li {
	display: inline-block;
	padding: 0 20px;
	font-size: 0.750em;
}
.footer-navigation ul li a {
	color: #565655;
}
.footer-navigation ul li a:hover {
	text-decoration: none;
	color: #e3000b;
}
/*********************************************************************************/

/* Rechercher														*/

/*********************************************************************************/
.search-form{
}
.second-navigation .search-form{
	float: left;
	width: 150px;
}
.search-form input[type=submit]{
	display: none;
}

/*********************************************************************************/

/* Footer																		*/

/*********************************************************************************/
 #footer {
	position: relative;
	overflow: hidden;
	background: #FFFFFF;
	color: #565655;
	clear:both;
	margin-top: -2em;
    padding-bottom: 3em;
}
#footer .retour {
	margin-bottom: 1em;
}
#breadcrumbs {
	background: #777;
	padding: 2em 0;
	margin-bottom: 2em;
}
#breadcrumbs i {
	margin: 0 1em;
}
.breadcrumb_last{
	opacity: .5;
}
/*********************************************************************************/

/* Wrapper																	   */

/*********************************************************************************/
 body.open {
	overflow: hidden;
	height:100%;
	width:100%;
}
#page {
	background: #fff;
	margin: auto;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	z-index: 99;
	position: relative;
	height:100%;
	width:100%;
}
.open #page {
	overflow:hidden;
	-webkit-box-shadow: 0 0 16px 0 #000;
	-moz-box-shadow: 0 0 16px 0 #000;
	box-shadow: 0 0 16px 0 #000;
}
.open #page {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}
#main {
	background: #FFF;
}
/*********************************************************************************/

/* Menu mobile																		*/

/*********************************************************************************/
 #menu_mobile {
	position: fixed;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 300px;
	height: 100%;
	background: #828282;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 1;
	overflow:auto;
	font-weight: bold;
}
 #menu_mobile:before {
 	content: '';
 	display: block;
 	background: url('/wp-content/uploads/logo_xange.svg') no-repeat left top;
 	width: 110px;
 	height: 62px;
 	position: relative;
 	top: 0;
 	left: 0;
 	text-align: center;
 	margin: 20px auto;
 	background-size: contain;
 }
.open #menu_mobile {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
#menu_mobile_bouton {
	display:none;
	position: fixed;
	z-index: 1000;
	padding: 5px 10px 2px;
	right: 20px;
	top: 17px;
	cursor:pointer;
	border: 2px solid #e3000b;
	color: #e3000b;
	font-weight: bold;
	opacity: .3;
}
#menu_mobile_bouton:hover {
	background: #e3000b;
	color: #FFFFFF;
	opacity: 1;
}
#menu_mobile a {
	color: #FFF;
	padding: .2em .5em;
}
#menu_mobile ul{
	list-style: none;
}
#menu_mobile ul li ul{
	font-size: .8em;
}
#menu_mobile > *{
	margin: 0;
	padding: 2em 1em;
}
#menu_mobile > ul:first-child{
	font-size: 1.1em;
	padding: 0;
}
#menu_mobile > ul:first-child li {
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #565655;
}
#menu_mobile > ul:first-child > li:first-child{
	border-top: 1px solid #565655;
}
#menu_mobile > ul:first-child li a {
	display: block;
	padding: 10px 30px 6px;
}
#menu_mobile ul li a:hover {
	text-decoration: none;
}
#menu_mobile > ul:first-child li a:after {
	font-family: 'FontAwesome', sans-serif;
	content: "\f105";
	margin-left: 10px;
	color: #e3000b;
	float: right;
}
#menu_mobile > #menu-menu-fonds li {
	text-align: center;
	background: #e3000b;
	color: #FFFFFF;
}
#menu_mobile > #menu-menu-fonds li a {
	display: block;
	padding: 20px;
	margin-bottom: 10px;
}
#menu_mobile input[type="submit"]{
	display: none;
}
/*********************************************************************************/

/* Bloc actu																	  */

/*********************************************************************************/
.bloc_actu{
	clear: both;
	max-width: 700px;
	margin: auto;
	position: relative;
}
.bloc_actu .inner{
	padding: 0 10px;
}
.bloc_actu .inner article{
	width: 33%;
	max-width: 300px;
	float: left;
	padding: 0 53px 0 13px;
}
.bloc_actu .inner article a{
	font-weight: bold;
}
.bloc_actu .inner article img{
	border-radius: 2px;
	-webkit-box-shadow: 0px 2px 10px -5px #000;
	box-shadow: 0px 2px 10px -5px #000;
}
.bloc_actu .bx-controls {
	position: absolute;
	width: 100%;
	bottom: 66%;
}
.bloc_actu .bx-controls .bx-prev, .bloc_actu .bx-controls .bx-next {
	position: absolute;
	color: #70706f;
}
.bloc_actu .bx-controls i, .bloc_actu .bx-controls i {
	font-size: 3em;
}
.bloc_actu .bx-controls .bx-prev:hover i:before, .bloc_actu .bx-controls .bx-next:hover i:before {
	color: #e3000b;
}
.bloc_actu .bx-controls .bx-prev:hover i:after, .bloc_actu .bx-controls .bx-next:hover i:after {
	border-color: #e3000b;
}
.bloc_actu .bx-controls .bx-prev i:after {
	left: -20px;
}
.bloc_actu .bx-controls .bx-next i:after {
	left: -25px;
}
.bloc_actu .bx-controls .bx-prev {
	left: -8%;
}
.bloc_actu .bx-controls .bx-next {
	right: 10%;
}

.bloc_actu ul,
.bloc_actu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.bloc_actu li:before {
	display: none !important;
}

.bloc_actu li {
    padding: 10px;
}
/*********************************************************************************/

/* Bloc relatif																	  */

/*********************************************************************************/
.bloc_relatif{
	clear: both;
}
.bloc_relatif .inner{
	padding: 0 10px;
}
.bloc_relatif .inner article{
	width: 25%;
	float: left;
	padding: 10px;
}
.bloc_relatif .inner article a{
	font-weight: bold;
}
.bloc_relatif .inner article img{
	border-radius: 2px;
	-webkit-box-shadow: 0px 2px 10px -5px #000;
	box-shadow: 0px 2px 10px -5px #000;
}
/*********************************************************************************/

/* Paragraphes																	  */

/*********************************************************************************/
div[class^='bloc'],div[class*='bloc']{
	margin-bottom: 2em;
}
.bloc_para {
	clear:both;
}
.bloc_para:after {
	content:'';
	clear: both;
	display: block;
}
.bloc_para .retour {
	clear: both;
}
.bloc_para .para {
	float:left;
	padding:1em 2em;
}
.bloc_para .para p, .bloc_para .para ul {
	margin-bottom: 0;
}
.centrer,
.centrer h1,
.centrer h2,
.centrer h3,
.centrer p {
	text-align: center;
}
.centrer .para{
	margin: auto;
}
.b100 {width:100%;float:none;}
.b95 {width:95%;}
.b90 {width:90%;}
.b85 {width:85%;}
.b80 {width:80%;}
.b75 {width:75%;}
.b70 {width:70%;}
.b66 {width:66.6666%;}
.b65 {width:65%;}
.b60 {width:60%;}
.b55 {width:55%;}
.b50 {width:50%;}
.b45 {width:45%;}
.b40 {width:40%;}
.b35 {width:35%;}
.b33 {width:33.3333%;}
.b30 {width:30%;}
.b25 {width:25%;}
.b20 {width:20%;}
.b15 {width:15%;}
.b10 {width:10%;}
.b05 {width:5%;}

/*alignement texte*/
 .bloc_para.tg, .bloc_para.tg p {
	text-align: left;
}
.bloc_para.tc, .bloc_para.tc p {
	text-align: center;
}
.bloc_para.td, .bloc_para.td p {
	text-align: right;
}
/*position image*/
 .bloc_para .bloc_image {
	display: block;
}
.bloc_para .bloc_image img {
	opacity: 1;
	-webkit-transition: all .6s ease-out .5s;
	-moz-transition: all .6s ease-out .5s;
	-o-transition: all .6s ease-out .5s;
	transition: all .6s ease-out .5s;
	position: relative;
	top: 0;
}
.bloc_para .bloc_image img.cache {
	opacity: 0;
	top:5px;
}
.bloc_para .bloc_image a {
	border: 0;
}
.bloc_para.image_gauche .bloc_image {
	float:left;
	width:30%;
	max-width:200px;
	min-width: 100px;
	margin:0 4% 4% 0;
}
.bloc_para.ig .inner > div h2, .bloc_para.ig .inner > div h3, .bloc_para.ig .inner > div h4 {
	clear:none;
	margin-top: 0;
}
.bloc_para.ih .bloc_image {
}
.bloc_para.id .bloc_image {
	float:right;
	width:30%;
	max-width:200px;
	min-width: 100px;
	margin:0 0 4% 4%;
}
.bloc_para.id .inner > div h2, .bloc_para.id .inner > div h3, .bloc_para.id .inner > div h4 {
	clear:none;
	margin-top: 0;
}

/*format de bloc*/
.bloc_para.f2{
	background: #32B49A;
	color: #FFF;
}
.bloc_para.f3{
	background: #E2F8F4;
}

/*********************************************************************************/

/* Colonne																	  */

/*********************************************************************************/
#secondary{
	width: 27%;
	float: right;
	background: #ebebeb;
	padding: 30px;
}
#secondary .widget{
	position: relative;
}
#secondary .widget ul{
	list-style: none;
}
#secondary .widget ul li{
	border-bottom: 1px solid #898989;
	padding: 10px 10px 10px 0;
}
#secondary .widget ul li a {
	color: #565655;
}
#secondary .widget ul li a:after {
	font-family: 'FontAwesome', sans-serif;
	content: "\f105";
	margin-left: 10px;
	color: #e3000b;
	float: right;
	margin-top: -3px;
}
#secondary .widget ul li a:hover {
	color: #e3000b;
	text-decoration: none;
}
#secondary .widget ul li .post-date, #secondary .widget ul li .wpp-date{
	color: #DBDBDB;
	font-size: .9em;
	display: block;
}
#secondary .widget .widget-title{
	margin-bottom: 1em;
	font-weight: 600;
}
/*********************************************************************************/

/* Archives	et page blog																  */

/*********************************************************************************/
.tax-types_fonds h1 {
	text-align: center;
	position: relative;
}
.single-fonds .retour_fonds {
	background: #e3000b;
	color: #FFFFFF;
	padding: 7px 20px 2px;
	margin-bottom: 1em;
	font-weight: normal;
	line-height: normal;
	border: 2px solid #e3000b;
}
.single-fonds .retour_fonds i {
	margin-right: 5px;
}
.single-fonds .retour_fonds:hover {
	background: 0;
	color: #e3000b;
	text-decoration: none;
}
.blog .post:after, .archive .post:after, .search .post:after{
	content: '';
	display: block;
	clear: both;
}
.single article.post, .archive section.list, .blog section.list{
	float: left;
	width: 71.1702128%;
}
.blog .image, .archive .image, .search .image{
	display: block;
	margin: 0 0 30px;
}
.post .date{
	float: left;
	width: 82px;
	text-align: center;
	color: #fff;
	padding: 8px 0 5px 0px;
	background: #eef0f2;
}
.post .date span{
	font-size: 29px;
	font-weight: bold;
	display: block;
	line-height: 29px;
}
.post .contenu{
	width: 100%;
}
.post .contenu div p {
	color: #000000;
}
.post .contenu h2 a:hover {
	color: #e3000b;
}
.post .contenu .readmore {
	color: #ffffff;
	background-color: #e3000b;
	border: 2px solid #e3000b;
	padding: 9px 20px 6px;
	display: block;
	max-width: 154px;
	text-decoration: none;
}
.post .contenu .readmore:hover {
	background: transparent;
	color: #e3000b;
}
.post .contenu .readmore i {
	margin-left: 20px;
}
.blog .post, .archive .post, .search .post {
	margin-bottom:3em;
	padding-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 2px solid #e3000b;
}
.blog .post header h2, .archive .post header h2, .search .post header h2 {
	padding-bottom: .5em;
	margin: 0;
}
/* archive fonds */
.bloc_para.liste_fonds {
	padding-bottom: 2em;
}

.bloc_para.liste_fonds article,
.bloc_para.liste_fonds a {
	float: none;
	display: block;
	clear: both;
	width: 100%;
}
.bloc_para.liste_fonds a {
	display: block;
	border-bottom: 2px solid #ececec;
	position: relative;
	padding-right: 30px;
	font-weight: 600;
	font-size: 1.1em;
	padding: 17px 20px 10px;
	line-height: 1em;
	max-width: 700px;
	margin: auto;
}
.bloc_para.liste_fonds a span {
	display: block;
	font-size: 0.765em;
	font-weight: normal;
	text-transform: none;
	color: #666666;
    margin-top: 6px;
}
.bloc_para.liste_fonds a i {
	position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -7px;
}
.bloc_para.liste_fonds a:hover {
	text-decoration: none;
	border-bottom-color: #e3000b;
    background: #ececec;
}
.bloc_para.filtre_fonds {
	margin-top: 2em;
	border-bottom: 1px solid #ececec;
	padding-bottom: 2em;
}
.bloc_para.filtre_fonds ul,
.bloc_para.filtre_fonds li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.bloc_para.filtre_fonds li {
	display: inline-block;
	font-size: 0.875em;
	/*margin: 0 5px;*/
}
.bloc_para.filtre_fonds li:first-child {
	font-weight: bold;
}
/*.bloc_para.filtre_fonds a {
	display: block;
	padding: 8px 5px 5px;
	line-height: 1em;
	color: #333333;
}*/
.bloc_para.filtre_fonds a {
	background: #e3000b;
	color: #ffffff !important;
	padding: 10px 40px 5px !important;
	line-height: normal;
	border: 2px solid #e3000b;
}
/*.bloc_para.filtre_fonds a.is-checked {
	color: #e3000b;
	font-weight: bold;
	cursor: not-allowed;
}*/
.bloc_para.filtre_fonds a.is-checked {
	background: #ffffff;
	color: #e3000b !important;
	cursor: not-allowed;
}
.bloc_para.filtre_fonds a.is-checked:hover {
	text-decoration: none;
}

.bloc_para.filtre_fonds #searchform {
	padding: 0;
	border: 0;
}

.bloc_para.filtre_fonds #searchform input[type="text"] {
	border: 2px solid #868786;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: url(img/bg_loupe.png) no-repeat left center;
	padding: 10px 10px 10px 50px;
	background-position-x: 12px;
	background-size: 1.5em;
	color: #000000;
	font-size: 1em;
	max-width: 450px;
	margin-bottom: 0;
	margin-top: 1.5em;
}

/*pagination*/
.paging-navigation {
	clear: both;
	display: block;
	margin: 2em 0 5em;
}
 .pagination {
	list-style: none;
	padding: 0;
	margin: auto;
	display: block;
	text-align: center;
}
.pagination li {
	display: inline-block;
	margin: 0 5px;
}
.pagination li a {
	display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #e3000b;
    border: 2px solid #e3000b;
}
.pagination li a:hover,
.pagination li.active a {
	color: #ffffff;
	background: #e3000b;
}

.pagination li.page_suivante a,
.pagination li.page_precedente a {
	line-height: normal;
	width: auto;
	height: auto;
	background: 0;
	text-transform: uppercase;
	font-size: .8em;
	border: none;
	color: #565655;
}
.pagination li.page_suivante a:hover,
.pagination li.page_precedente a:hover {
	text-decoration: underline;
	color: #e3000b;
}
/*********************************************************************************/

/* Articles																	  */

/*********************************************************************************/
.single #main {
	margin-top: 1.5em;
}
.single .header > div{
	width: 100%;
	margin: .5em 0;
	padding-bottom: .5em;
}
.single .post .date{
	margin-top: 1.5em;
}
.post h1 {
	text-align: left;
	margin-bottom: 0.343em;
}
.post h2, .post h3, .post h4, .post h5, .post h6 {
	clear: none;
}
.post .content {
	clear: both;
	border-top: 1px solid #c2c2c2;
	padding: 1.5em 0 0;
}
.post p img, .post .gallery img {
	border-radius: 2px;
	-webkit-box-shadow: 0px 2px 10px -5px #000;
	box-shadow: 0px 2px 10px -5px #000;
	width: auto;
}
.wp-caption-text {
	text-align: center;
	font-style: italic;
	font-size: 1em;
}
.type-post ul li,
.type-page ul li{
	list-style: none;
}
.type-post ul li:before,
.type-page ul li:before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #565655;
	border-radius: 100%;
	margin-right: 7px;
    position: relative;
    top: -2px;
}
.type-post ul li ul,
.type-page ul li ul{
	margin-bottom: .25em;
}
.type-post ul li ul li,
.type-page ul li ul li{
	list-style-type: disc;
}
.type-post ul li ul li:before,
.type-page ul li ul li:before{
	content: none;
}
.type-post ul li ul li:last-child,
.type-page ul li ul li:last-child{
	padding-bottom: 0;
}
/* Alignment */
 .alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	max-width: 50%;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	max-width: 50%;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 20px auto;
}
.centrer{
	text-align: center;
}
.droite{
	text-align: right;
}
/*social*/
.post .social{
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	clear: both;
	overflow: hidden;
	min-height: 34px;
	list-style: none;
	padding: 20px 0;
	margin: 40px 0 0 0;
}
.post .social li{
	float: left;
	line-height: 21px;
	width: 20%;
	list-style: none;
}
.post .social li a i {
	-webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.post .social li a:hover i{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.post .social .partager {
	width: 40%;
	font-weight: bold;
}
.post .social li:before{
	content: none;
}
/*auteur*/
.post > aside {
	float: left;
	width: 20%;
	padding: 0 2%;
}
.post > aside {
	font-size:.8em;
	text-align: center;
}
.post > aside ul, .post > aside ul li {
	list-style: none;
}
.posted-on {
	display:block;
	border-top: 1px solid #F0F4F4;
	margin-top:1.5em;
	padding-top: 1.1em;
}
.author {
	position: relative;
	background: #f6f6f6;
	padding: 15px 20px;
}
.author .author-avatar {
	width: 120px;
	position: relative;
	float: left;
}
.author .avatar {
	width: 100%;
	height: auto;
	border-radius: 100px;
	border: 5px solid #F0F4F4;
}
.author > ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	width: 75%;
}
.author li {
}
.author li[itemprop=name] {
	font-style: normal;
	font-size: 1.2em;
	font-weight: 700;
}
.author li[itemprop=telephone] {
	margin-bottom: 0;
}
.author li[itemprop=description] {
	clear: both;
}
.author li.nom {
	float: left;
	width: 50%;
	font-weight: bold;
	line-height: 2em;
}
.author li.rezo_social {
	float: right;
	width: 50%;
	text-align: right;
}
.author li.rezo_social ul {
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
}
.author li.rezo_social ul li {
	display: inline;
	font-size: 1.5em;
}
.author li.rezo_social ul li a {
}
.author li.rezo_social ul li a.icone span {
	display: none;
}

/*********************************************************************************/

/* CONTACT																	  */

/*********************************************************************************/
.wpcf7-not-valid-tip, .screen-reader-response{
	display: none;
}
.wpcf7-form-control-wrap{
	display: block !important;
}
.wpcf7-not-valid{
	border-color: #FFBAA1;
	background: #FFEDED;
}


/*********************************************************************************/

/* ARGUMENTS																	  */

/*********************************************************************************/
.bloc_arg .h1{
	margin-bottom: 0;
}
.bloc_arg img{
	margin-bottom: 1em;
}
.bloc_arg .bloc_para{
	margin-bottom: 0;
}
/*********************************************************************************/

/* INTERPELLE																	  */

/*********************************************************************************/
.bloc_int{
	background: #f5f5f5;
	color: #FFF;
	padding: 3.5em 0;
	vertical-align: middle;
}
.bloc_int span{
	color: #333333;
	font-size: 1.571em;
	text-transform: uppercase;
	font-weight: 600;
	margin-right: 1em;
	display: inline-block;
	margin-top: .5em;
}

/*********************************************************************************/

/* HAUT DE PAGE																	  */

/*********************************************************************************/
.bloc_hdp {
	padding: 60px 0;
	position: relative;
	background: #ebebeb;
}
.bloc_hdp .degrade {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url('img/degrade.png') repeat-y left;
}
.bloc_hdp:before {
	content: '';
	background: url('img/ombre.png') no-repeat left top;
	width: 1067px;
	height: 26px;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -533px;
	z-index: 1;
}
.bloc_hdp.avec_image{
	background: 50% 50% no-repeat #ebebeb;
	background-size: cover;
	color: #FFF;
	/*padding: 58px 0;*/
}
.bloc_hdp.avec_image:after {
	content: '';
	background: -moz-linear-gradient(left, #bb0022 55%, #bb0022 50%,rgba(0,0,0,0.02) 90%,rgba(0,0,0,0) 91%);
	background: -webkit-linear-gradient(left, #bb0022 55%, #bb0022 50%,rgba(0,0,0,0.02) 90%,rgba(0,0,0,0) 91%);
	background: linear-gradient(to right, #bb0022 55%, #bb0022 50%,rgba(0,0,0,0.02) 90%,rgba(0,0,0,0) 91%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#00000000',GradientType=1 );
	width: 90%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
}
.bloc_hdp.avec_image .inner:after {
	content: '';
	display: block;
	clear: both;
}
.bloc_hdp.avec_image .para {
	float: left;
	text-align: left;
	position: relative;
	z-index: 100;
	width: 45%;
	padding: 1em;
}
.bloc_hdp h1 {
	text-align: center;
	margin-bottom: 0;
}
.bloc_hdp.avec_image h1 {
	color: #fff;
	margin-bottom: 1em;
	text-align: left;
}
.bloc_hdp.avec_image .inner .para h1:only-child {
	margin: 0;
}
.home .bloc_hdp.avec_image h1 {
	margin-bottom: 0.5em;
	border-left: 1px solid #fff;
	padding-left: 0.5em;
}
.home .bloc_hdp.avec_image p {
	color: #d8d8d8;
	padding-left: 1em;
}
.bloc_hdp.avec_image h1:after{
	content: none;
}
.bloc_hdp .bouton{
	margin: 2em 0;
}
.bloc_hdp.avec_image p{
	color: #565655;
	line-height: 1.313em;
	margin-bottom: 0;
	text-align: left;
}

/*********************************************************************************/

/* BLOC MENU															  */

/*********************************************************************************/
.bloc_menu {
	margin-bottom: 3em !important;
}
.bloc_menu h2 {
	color: #e3000b;
	text-align: center;
}
.bloc_menu ul {
	position: relative;
}
.bloc_menu ul li {
	list-style-type: none;
	margin: 5px 10px;
	position: relative;
	display: inline-block;
}
.bloc_menu ul li:before {
	display: none;
}
.bloc_menu ul li a {
	color: #e3000b;
	/*border: 3px solid #e3000b;*/
	box-shadow: 0px 0px 10px 3px #dadada;
	padding: 18px 40px 16px;
	display: inline-block;
    line-height: normal;
    vertical-align: middle;
}
.bloc_menu ul li a:hover {
	background: #e3000b;
	color: #FFFFFF;
	text-decoration: none;
}
.bloc_menu ul li ul:before {
	display: none;
}
.bloc_menu ul li:hover ul {
	display: block;
}
.bloc_menu ul li ul {
	display: none;
	margin: 0;
	padding: 0;
	top: 0;
	z-index: 1;
	position: absolute;
	border-radius: 0;
	left: 0;
    height: 100%;
}
.bloc_menu ul li ul li {
	width: 100%;
	margin: 0;
}
.bloc_menu ul li ul li a {
	color: #FFFFFF;
	text-align: center;
	display: block;
	border: none;
	font-size: 0.9em;
	float: none !important;
	line-height: normal;
	padding: 10px 20px 5px;
	background: #8e0620;
	background: -moz-linear-gradient(top,  #8e0620 0%, #e3000b 30%);
	background: -webkit-linear-gradient(top,  #8e0620 0%,#e3000b 30%);
	background: linear-gradient(to bottom,  #8e0620 0%,#e3000b 30%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e0620', endColorstr='#e3000b',GradientType=0 );
}
.bloc_menu ul li ul li a:hover {
	color: #FFFFFF;
	background: #8e0620;
	background: -moz-linear-gradient(top,  #8e0620 0%, #8e0620 30%);
	background: -webkit-linear-gradient(top,  #8e0620 0%,#8e0620 30%);
	background: linear-gradient(to bottom,  #8e0620 0%,#8e0620 30%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e0620', endColorstr='#8e0620',GradientType=0 );
}

.bloc_menu .menu_commercialisateur,
.bloc_menu .menu_particulier {
	height: 300px;
	overflow: auto;
	position: absolute;
	width: 100%;
	display: none;
	z-index: 100;
}
.bloc_menu li:hover .menu_commercialisateur,
.bloc_menu li:hover .menu_particulier {
	display: block;
}

.bloc_menu .menu_commercialisateur{
	bottom: 59px;
}
.bloc_menu .menu_commercialisateur ul {
	padding-bottom: 100px;
	background: #910621;
}
.bloc_menu .menu_particulier {
	bottom: 40px;
	left: -4px;
	right: -4px;
	width: auto;
}
.bloc_menu li > div ul {
	background: #910621;
}
.bloc_menu li > div ul li:last-child {
	padding-bottom: 60px;
	background: #910621;
}
/*.bloc_menu .comm:after {
	content: '';
	position: absolute;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(129,174,221,0) 6%, rgba(193,0,46,1) 100%);
	background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(129,174,221,0) 6%,rgba(193,0,46,1) 100%);
	background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(129,174,221,0) 6%,rgba(193,0,46,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#e3000b',GradientType=0 );
	width: 100%;
	height: 50%;
	display: none;
	bottom: 59px;
	z-index: 101;
	height: 60px;
}
.bloc_menu .comm:hover:after {
	display: block;
}*/
/*********************************************************************************/

/* PARAGAPHE ET PHOTO																  */

/*********************************************************************************/
.bloc_pp img{
	display: block;
	margin-bottom: 2em;
	border-radius: 3px;
	box-shadow: 0 0 13px rgba(0,0,0,.2);
}
.bloc_pp img.demi{
	width: 46.6%;
	float: left;
}
.bloc_pp .pp_photos img:nth-child(3) {
	float: right;
}
.bloc_pp.pp_droite .pp_photos{
	float: right;
}
/*********************************************************************************/

/* paragraphe_fond_colore																  */

/*********************************************************************************/
.bloc_pfc{
	background: #f2f2f2;
}
.bloc_pfc .pp_photos{
	padding: 0;
}

.bloc_pfc .pp_photos .image{
	margin-left: -50%;
	max-width: 150%;
	height: 400px;
	background: no-repeat 100% 0;
	background-size:cover;
}
.bloc_pfc .para > ul:after{
	clear: both;
	display: block;
	content: '';
}
.bloc_pfc .para > ul > li{
	width: 50%;
	float: left;
}
.bloc_pfc .para > ul > li:nth-child(2n+1){
	clear: both;
}
/*********************************************************************************/

/* CHIFFRES CLES															  */

/*********************************************************************************/
.bloc_cc{
	background: #f5f5f5;
	padding: 3em 0 2em 0;
	margin: -2em 0;
}
.bloc_cc .gc{
	color: #777777;
	font-size:3.143em ;
	font-weight: 300;
	margin-bottom: -.2em;
	line-height: normal;
}
.bloc_cc .label{
	color: #333333;
	text-transform: uppercase;
	font-size: 1.286em;
	font-weight: 600;
}
/*********************************************************************************/

/* CITATIONS															  */

/*********************************************************************************/
.bloc_cit{
	background: 50% 50% no-repeat #999999;
	background-size: cover;
	margin: 0;
	color: #FFF;
	padding: 100px 0;
}
.bloc_cit .texte{
	font-size: 2.214em;
	font-weight: 300;
	line-height: normal;
}
.bloc_cit .dixit{
	font-size: 1.286em;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 1em;
}
.type-page .bloc_cit a{
	color: #FFF;
	text-decoration: none;
}
.bloc_cit .inner{
	position: relative;
}
.bloc_cit .bx-next{
	position: absolute;
	right: 0;
	top: 48%;
	font-size: 3em;
}
.bloc_cit .bx-prev{
	position: absolute;
	left: 0;
	top: 48%;
	font-size: 3em;
}
/*********************************************************************************/

/* TELECHARGEMENT															  */

/*********************************************************************************/
.bloc_telechargement .formulaire_telechargement{
	display: none;
}
.bloc_telechargement .bloc_para .para:nth-child(3n+1){
	clear: left;
}
.bloc_telechargement img{

}
.bloc_telechargement .para > div {
	margin-bottom: 3em;
	border: 1px solid #e2e6e7;
	display: block;
	margin-bottom: 1em;
	border-radius: 3px;
	padding: 2em;
}
.bloc_telechargement .para ul:after{
	clear: both;
	display: block;
	content: '';
}
.bloc_telechargement .para ul > li{
	width: 40%;
	margin-right: 10%;
	float: left;
	line-height: normal;
}
/*********************************************************************************/

/* Bloc actualités															  */

/*********************************************************************************/
.actualites {
	background: #e1e1e1;
	position: relative;
	padding: 50px 0;
}
.actualites:before {
	content: '';
	background: url('img/ombre.png') no-repeat left top;
	width: 1067px;
	height: 26px;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -533px;
}
.actualites h2 {
	color: #565655;
	font-size: 1.5em;
	margin-bottom: 1.7em;
	text-align: center;
}
.actualites article {
	position: relative;
}
.actualites article:before {
	content: '';
	background: #898989;
	width: 1px;
	height: 150px;
	top: 0;
	left: 0;
	position: absolute;
}
.actualites article a {
	text-decoration: none;
	display: block;
	padding-left: 10px;
}
.actualites article a:hover * {
	color: #e3000b;
}
.actualites article h3 {
	margin-bottom: 5px;
	font-weight: 600;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out,;
	transition: all 0.2s ease-in-out;
}
.actualites article a p {
	font-size: 0.875em;
	line-height: 1.6em;
	font-weight: normal;
	color: #565655;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/*********************************************************************************/

/* ACCUEIL															  */

/*********************************************************************************/
.home .bloc_int{
	margin-top: -2em;
}
.home #bloc_1 .para_1 {
	padding-left: 10%;
}
.home #bloc_1 .para_2 {
	padding-right: 10%;
}
.page-id-1346 #bloc_1 .para_1 i {
	color: #e3000b;
	margin-right: 10px;
}

.ui-autocomplete {
    padding: 20px 0;
    z-index: 1000;
    display: block;
    max-width: 450px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    border: 2px solid #868786;
    border-top: 0;
    border-bottom: 0;
    margin-top: 10px;
}
.ui-autocomplete li {
	list-style-type: none;
	padding: 3px 30px 0;
	margin-bottom: 10px;
	color: #000000;
	cursor: pointer;
	line-height: normal;
	font-size: .9em;
}
.ui-autocomplete li:last-child {
	margin-bottom: 0;
}
.ui-autocomplete li:hover,
.ui-autocomplete li.ui-state-focus {
	background: #E1E1E1;
}
.ui-helper-hidden-accessible {
	display: none;
}

/*********************************************************************************/

/* PAGE FONDS																	  */

/*********************************************************************************/
.sur_titre {
	background: #ebebeb;
	line-height: normal;
	padding: 70px 0 60px;
}
.sur_titre p,
.sur_titre h1 {
	margin: 0;
	font-size: 3.125em;
	color: #e3000b;
	font-weight: 300;
	font-family: 'Arial', sans-serif;
}
.sur_titre strong {
	margin-bottom: 1em;
	display: block;
	font-size: .8em;
}

.single-fonds header a[rel="prev"],
.single-fonds header a[rel="next"] {
	color: #70706f;
	position: absolute;
	top: 100%;
	margin-top: 3em;
}
.single-fonds header a[rel="prev"] {
	left: -80px;
}
.single-fonds header a[rel="next"] {
	right: -80px;
}

.single-fonds header a[rel="prev"] i,
.single-fonds header a[rel="next"] i {
	font-size: 3em;
	color: #b4002b;
}
.single-fonds header a[rel="prev"] i:after,
.single-fonds header a[rel="next"] i:after {
	content: '';
	border: 1px solid #b4002b;
	width: 63px;
	height: 63px;
	border-radius: 100%;
	position: absolute;
	top: -6px;
	left: 0;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out,;
	transition: all 0.35s ease-in-out;
}
.single-fonds header a[rel="prev"]:hover i:before,
.single-fonds header a[rel="next"]:hover i:before {
	color: #70706f;
}
.single-fonds header a[rel="prev"]:hover i:after,
.single-fonds header a[rel="next"]:hover i:after {
	border-color: #70706f;
}
.single-fonds header a[rel="prev"] i:after {
	left: -20px;
}
.single-fonds header a[rel="next"] i:after {
	left: -25px;
}

.single-fonds header {
	margin-top: 1em;
	position: relative;
}
.single-fonds .fonds {
	float: right;
	background: #e3000b;
	border-right: 1px solid #8C0021;
	color: #FFFFFF;
	padding: 7px 30px 2px;
	margin-bottom: 1em;
	font-weight: normal;
}
.single-fonds h1 {
	margin-top: 1.143em;
	margin-bottom: 1em;
	text-transform: uppercase;
}
.single-fonds h2 {
	font-weight: 600;
	color: #e3000b;
	text-transform: none;
}
.single-fonds .contenu {
	margin-bottom: 40px;
}
.single-fonds .caracteristiques {
	border-top: 2px solid #e3000b;
}
.single-fonds .caracteristiques h2 {
	margin-top: 15px;
}
.single-fonds .caracteristiques ul {
	margin-bottom: 2em;
}
.single-fonds ul span {
	width: 25%;
}
.single-fonds ul div {
	width: 75%;
}
.single-fonds .bloc_para ul li {
	list-style-type: none;
	color: #000000;
	border-bottom: 1px solid #c2c2c2;
	margin-bottom: 5px;
	line-height: normal;
}
.single-fonds .bloc_para  ul li span {
	color: #565655;
	display: block;
	float: left;
	padding-right: 5%;
}
.single-fonds .bloc_para  ul li div {
	float: right;
	font-size: 1.063em;
	line-height: 1.412em;
}
.single-fonds .mentions {
	font-size: 0.750em;
}
.single-fonds .mentions p{
	line-height: normal;
	margin-bottom: 5px;
}
.single-fonds .mentions ul li {
	border-bottom: 0;
	color: #565655;
}
.single-fonds .mentions ul li:before {
	content: '';
	width: 5px;
	height: 1px;
	background: #565655;
	display: inline-block;
	margin-right: 7px;
	position: relative;
	top: -3px;
}
.single-fonds .informations ul span {
	width: 45%;
}
.single-fonds .informations ul div {
	width: 55%;
}
.single-fonds .informations {
	padding-top: 2.5em;
}
.single-fonds .telechargement {
	margin-top: 2.5em;
}
.single-fonds .telechargement a {
	color: #000000;
	position: relative;
    width: 50%;
    float: left;
}
.single-fonds .telechargement a:hover {
	color: #e3000b;
}
.single-fonds .telechargement a:before {
	content: '';
	background: url('img/icn_pdf.png') no-repeat left top;
	width: 37px;
	height: 37px;
	position: relative;
	display: inline-block;
	top: 10px;
	margin-right: 10px;
}
/*VIDEOS*/
.single-fonds .informations + .videos {
	margin-top: -2em;
}
.single-fonds .videos {
	margin-bottom: 2em;
	background: #ebebeb;
	padding: 50px 0;
}
.single-fonds .videos .video {
	margin-bottom: 2em;
}
.single-fonds .videos .video iframe {
	display: block;
	max-width: 100%;
	margin: auto auto 20px;
}
/*********************************************************************************/

/* MENU FONDS															  */

/*********************************************************************************/
.navigation-fonds h2 {
	font-weight: 600;
	font-size: 1.125em;
}

.popup {
	position: fixed;
	top: 50%;
	margin-top: -108px;
	left: 50%;
	width: 100%;
	max-width: 513px;
	z-index: 100000;
}
.popup > .inner {
	padding: 0;
}
.popup > div > div {
	box-shadow: 0 0 47px 10px rgba(0, 0, 0, .29);
	padding: 30px;
	max-height: 500px;
	overflow: auto;
	background: #bc002d;
	border: 2px solid #ffffff;
	color: #ffffff;
	line-height: 1em;
	font-size: .9em;
	font-weight: bold;
}
.popup .close {
	padding: 0;
	background: 0;
	float: none;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
    border: 0;
}
.popup .close img {
	display: block;
}
.popup .close:hover {
	opacity: .5;
}
.popup .bouton {
	display: block;
	color: #ffffff;
}
.popup .bouton:hover {
	text-decoration: underline;
}
.popup .bouton.entrer {
	background: #2EA02E;
	border-color: #2EA02E;
}
.popup .bouton.quitter {
	background: #e3000b;
	border-color: #e3000b;
}
#login_form {
	background: #bc002d;
	border: 2px solid #ffffff;
	box-shadow: 0 0 47px 10px rgba(0, 0, 0, .29);
	width: 100%;
	max-width: 513px;
    margin: 4em auto 10em;
}
.popup #login_form {
	margin: 0 auto;
}

#login_form form {
	border: 0;
	padding: 0;
}

#login_form .titre,
#login_form .sous_titre {
	display: block;
	font-size: 1.250em;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: .3px;
	padding: 30px 30px 25px;
}
#login_form .sous_titre {
	padding-top: 0;
}

#login_form img {
	display: block;
	margin: auto;
}

#login_form input:not(#wp-submit) {
	-moz-box-shadow: inset 4px 4px 6px 0px rgba(0, 0, 0, .3);
	-webkit-box-shadow: inset 4px 4px 6px 0px rgba(0, 0, 0, .3);
	-o-box-shadow: inset 4px 4px 6px 0px rgba(0, 0, 0, .3);
	box-shadow: inset 4px 4px 6px 0px rgba(0, 0, 0, .3);
	filter:progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, .3), Direction=134, Strength=5);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0;
	margin: 0;
	color: #9c9c9c;
	font-size: 0.688em;
}
#login_form #wp-submit {
	font-size: 0.875em;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
	margin: 0;
	padding: 4px;
	cursor: pointer;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#login_form #wp-submit:hover {
	background: #565655;
}

#login_form #connexion {
	padding: 0 30px;
}
#login_form #connexion:after {
	content: '';
	display: block;
	clear: both;
}
#login_form #connexion p {
	margin-bottom: 0;
}
#login_form #connexion .login-username,
#login_form #connexion .login-password,
#login_form #connexion .login-submit {
	width: 40%;
	float: left;
	clear: none;
}
#login_form #connexion .login-username {
	margin-right: 2%;
}
#login_form #connexion .login-password {
	margin-left: 2%;
}
#login_form #connexion .login-submit {
	width: 14%;
	margin-left: 2%;
}

#login_form #connexion .login-remember {
	display: none;
}

#login_form .lostpassword {
    margin: 0.7em 0;
}
#login_form .lostpassword a {
	float: none;
	padding: 0;
	border: 0;
	color: #ffffff;
	font-size: 0.625em;
}

#login_form .lostpassword + p,
#login_form .lostpassword + p strong {
	line-height: 1em;
	display: block;
}
#login_form .lostpassword + p strong {
	line-height: normal;
	font-size: .75em;
	margin: 0 2em;
	color: #ffffff;
}

.revel_particulier ul {
	margin: 0;
}
.revel_particulier.bloc_menu > ul > li:after {
	content: '';
	position: absolute;
	background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(129,174,221,0) 6%, rgba(193,0,46,1) 100%);
	background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(129,174,221,0) 6%,rgba(193,0,46,1) 100%);
	background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(129,174,221,0) 6%,rgba(193,0,46,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#e3000b',GradientType=0 );
	height: 60px;
	display: none;
	bottom: 40px;
	z-index: 101;
	left: -4px;
	right: -4px;
}
.revel_particulier.bloc_menu > ul > li:hover:after {
	display: block;
}
.revel_particulier.bloc_menu ul li ul a {
	background: #e3000b;
	background: -moz-linear-gradient(top,  #e3000b 70%, #8e0620 100%);
	background: -webkit-linear-gradient(top,  #e3000b 70%,#8e0620 100%);
	background: linear-gradient(to bottom,  #e3000b 70%,#8e0620 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3000b', endColorstr='#8e0620',GradientType=0 );
}
.revel_particulier > ul > li {
	background: #e3000b;
	color: #ffffff !important;
	padding: 12px 68px 7px !important;
	line-height: normal;
	border: 4px solid #e3000b;
}
.revel_particulier > ul > li:hover {
	background: #ffffff !important;
	color: #e3000b !important;
}

.revel_particulier form {
	padding: 0;
	border: 0;
}
.revel_particulier form input[type="text"] {
	border: 2px solid #868786;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: url('img/bg_loupe.png') no-repeat left center;
	padding: 15px 15px 15px 70px;
	background-position-x: 12px;
	color: #000000;
	font-size: 1.125em;
	max-width: 450px;
}

.particulier, .commercialisateur {
    min-width: 500px;
}

ul[data-filter-group="type_fonds"] {
    font-size: 1.2em;
}

li.bold {
    font-weight: bold;
}

/* Lexique */
.lexique > .inner {
	position: relative;
}

.accordion {
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	font-size: 1em;
	font-weight: bold;
	transition: 0.4s;
}

.accordion:not(:first-child) {
	border-top: 1px solid #d4d4d4;
}

.accordion:after {
	position: absolute;
	content: '\f107';
	font-family: 'FontAwesome', sans-serif;
	right: 3em;
}

.active, .accordion:hover {
	background-color: #ebebeb;
}

.accordion-panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

/*********************************************************************************/

/* MEDIA QUERIES GEANT															  */

/*********************************************************************************/
@media screen and (max-width: 1300px) {
	/* single fonds */
	.single-fonds header a[rel="prev"] {
		left: 0;
	}
	.single-fonds header a[rel="next"] {
		right: 0;
	}
	.single-fonds .contenu {
		padding: 0 70px;
	}
}

@media screen and (min-width: 1100px) {
	/*BLOC ACTUALITÉS */
	.bloc_actu {
		max-width: 900px;
	}
	.bloc_actu .inner article {
		max-width: 300px;
	}
}
/*********************************************************************************/

/* MEDIA QUERIES MOYEN															  */

/*********************************************************************************/
@media screen and (max-width: 900px) {
    /* Menu */
    .main-navigation, .second-navigation, .footer-navigation {
    	display:none;
    }

    #header {
    	padding: 14px 0 9px;
    }

    #menu_mobile_bouton {
    	display:block;
    }
    /*HAUT DE PAGE */
    .bloc_hdp.avec_image {
    	padding: 30px 0;
    }
    .bloc_hdp.avec_image h1 {
    	font-size: 1.8em;
    	margin-bottom: .8em;
    }
    /*HOME */
    .home #bloc_1 .para_1 {
    	padding-left: 5%;
    }
    .home #bloc_1 .para_2 {
    	padding-right: 5%;
    }
    /*BLOC MENU */
    .bloc_menu ul li a {
    	max-width: 300px;
    }
    .popup a {
    	max-width: none !important;
    }
    /*BLOC ACTUALITÉS */
    .bloc_actu .inner article {
    	padding: 0 30px 0 13px;
    }
    .bloc_actu .bx-controls .bx-next {
    	right: -5%;
    }
    .bloc_actu .bx-controls .bx-prev {
    	left: -5%;
    }

    /* fonds */
    .single-fonds header a[rel="prev"] i {
    	font-size: 2em;
    }
    .single-fonds header a[rel="next"] i {
    	font-size: 2em;
    }
    .single-fonds header a[rel="prev"] i:after,
    .single-fonds header a[rel="next"] i:after {
    	width: 50px;
        height: 50px;
    }
    .single-fonds header a[rel="prev"] i:after {
    	left: -18px;
    	width: 50px;
    	height: 50px;
    	top: -8px;
    }
    .single-fonds header a[rel="next"] i:after {
    	left: -21px;
    	width: 50px;
    	height: 50px;
    	top: -8px;
    }

    .sur_titre {
    	font-size: 1em;
    }
    .sur_titre p, .sur_titre h1 {
    	font-size: 2em;
    }

    .bloc_para.liste_fonds a {
    	margin: 0;
    }
}
/*********************************************************************************/

/* MEDIA QUERIES PETIT															  */

/*********************************************************************************/
@media screen and (max-width: 680px) {
	/* Global */
	body {
	}
	body, input, textarea, select {
	}
	#logo {
		margin: 10px 0;
		max-width:50%;
	}
	/* Menu */
	/*.main-navigation, .second-navigation, .footer-navigation {
		display:none;
	}

	#header {
		padding: 14px 0 9px;
	}

	#menu_mobile_bouton {
		display:block;
	}*/
	/*#HOME */
	.home #bloc_1 .b50.para_1 {
		margin-bottom: 1em;
	}
	.home #bloc_1 .para_1 {
		padding-left: 0;
	}
	.home #bloc_1 .para_2 {
		padding-right: 0;
	}
	.home #bloc_1 .para_1, .home #bloc_1 .para_2 {
		padding: 1em 2em;
	}
	/*#HAUT DE PAGE */
	.bloc_hdp.avec_image:after {
		background: #e30009;
		width: 100%;
		opacity: .8;
	}
	.bloc_hdp.avec_image .para {
		width: 100%;
		margin-bottom: 0;
	}
	.bloc_hdp.avec_image h1 {
		font-size: 1.5em;
	}
	/*#BLOC MENU */
	.navigation-fonds ul li a {
		display: block;
	}
	.bloc_menu ul {
		margin-left:0;
	}
	.bloc_menu ul li {
		width: 100%;
		float: none;
		max-width: 100%;
		margin: 10px auto;
		padding: 0 5%;
	}
	.bloc_menu ul li a {
		max-width: 100%;
	}
	.bloc_menu ul > li:first-child a {
		margin-left: 0;
	}
	/*bloc actu*/
	.bloc_actu .inner article {
		max-width: 100%;
	}
	.bloc_actu .bx-controls {
		bottom: 0;
	}
	.bloc_actu .bx-controls .bx-next {
		right: 0;
	}
	.bloc_actu .bx-controls .bx-prev {
		left: 0;
	}
	.bloc_actu .bx-controls i:after, .bloc_actu .bx-controls i:after {
		display: none;
	}
	.actualites article:before {
		height: 95px;
	}
	.bloc_actu .inner article, .bloc_relatif .inner article {
		width: 100%;
		float: none;
		margin-bottom: 20px;
		padding: 0 0 0 10px;
	}
	.bloc_actu .inner article img, .bloc_relatif .inner article img {
		float: left;
		width: 165px;
		margin-right: 10px;
	}
	.actualites article:before {
		height: 75px;
	}
	/* SINGLE ET ARCHIVE */
	.archive #main, .single #main, .search #main, .blog #main {
		width: 100%;
		float: none;
	}
	#secondary{
		display: none;
	}
	.post .contenu{
		float: none;
		width: 100%;
	}
	.single .header>div {
		float: none;
		width: 100%;
	}
	.post .date{
		display: none;
	}
	/* Paragraphes */
	.bloc_para .inner > div {
		float:none;
		padding:0;
	}
	.bloc_para .inner > div .texte {
		width: 100%;
	}
	.bloc_para.b1 .inner > div, .bloc_para.b2 .inner > div, .bloc_para.b3 .inner > div, .bloc_para.b4 .inner > div, .bloc_para.b4 .inner > div {
		width:100%;
		float:none;
		margin-bottom: 4em;
	}
	.para.b100,
	.para.b95,
	.para.b90,
	.para.b85,
	.para.b80,
	.para.b75,
	.para.b70,
	.para.b66,
	.para.b65,
	.para.b60,
	.para.b55,
	.para.b50,
	.para.b45,
	.para.b40,
	.para.b35,
	.para.b33,
	.para.b30,
	.para.b25,
	.para.b20,
	.para.b15,
	.para.b10,
	.para.b05 {
		width:100%;
		float: none;
		margin-bottom: 4em;
	}
	/* Articles */
	.post > aside {
		display:none;
	}
	.post .content {
		float: none;
		width: 100%;
		padding:0;
	}
	/* Bloc auteur */
	.author>ul {
		float: none;
		width: 100%;
	}
	/* accueil */
	.revel_particulier {
		padding: 0 30px;
	}
	/* fonds */
	.single-fonds header a[rel="prev"],
	.single-fonds header a[rel="next"] {
		display: none;
	}
	.single-fonds .contenu {
		padding: 0;
	}
	.single-fonds .videos .video {
		width: 100%;
		float: none;
		padding-right: 0;
		text-align: center;
	}
	.sur_titre p{
		font-size: 1em;
		padding: 30px 0 20px;
	}
	.sur_titre strong {
		font-size: .6em;
	}
	#login_form {
		padding: 0;
	}
	.popup,
	.popup > div > div {
		max-height: 300px;
		top: auto;
		bottom: 0;
	}

	.bloc_menu ul li {
		padding: 0;
	}

	.single-fonds ul span {
	    width: 100%;
	}

	.single-fonds ul div {
	    width: 100%;
	}

	.single-fonds .informations ul span {
	    width: 100%;
	}

	.single-fonds .informations ul div {
	    width: 100%;
	}

	.particulier, .commercialisateur {
	    min-width: auto;
	}

	.navigation-fonds {
	    padding: 0 30px;
	}
}
.cli-bar-btn_container {
	display: grid;
	column-gap: 1rem;
}
