/*
Theme Name: CF2R
Author: Archanges
Author URI: http://www.archanges.com/
Description: ThÃ¨me du CF2R
Version: 1.0
Text Domain: cf2r
*/

/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #f1f1f1;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	/*outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);*/
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

.boutonRapport{
	padding: 10px;
	background-color: #FF3200;
	color:#fff;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 15px;
}



/**
 * COLORS
 *
 * bleu foncÃ© : rgb(19,33,138);
 * bleu clair : rgb(0,135,255);
 * bleu fondu : rgb(229,243,255);
 * rouge foncÃ© : rgb(200,0,0);
 * orange : rgb(255,50,0);
 * gris foncÃ© : rgb(77,77,77);
 * gris clair : rgb(235,235,235);
 *
 */

/**
 * INIT
 */

body {
	background-color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2rem;
	color: #000;
}

a {
	text-decoration: none;
	color: #000;
}

p {
	font-size: 1.4rem;
	line-height: 1.3;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
strong::selection,
em::selection,
p::selection,
li::selection,
p>span::selection {
  background: rgba(0, 135, 255,.1);
}
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
strong::-moz-selection,
em::-moz-selection,
p::-moz-selection,
li::-moz-selection,
p>span::-moz-selection  {
  background: rgba(0, 135, 255,.1);
}

p+blockquote,
blockquote+p,
p+p,
ul+p {
	margin-top: 15px;
}

p+h2,
ul+h2,
ol+h2,
blockquote+h2,
h2+h3,
h3+h3,
p+h3,
ul+h3,
ol+h3,
blockquote+h3 {
	margin-top: 30px;
}


strong {
	font-weight: bold;
}

em,
i {
	/*font-style: normal;*/
	font-style: italic;
}

.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%;
}

.relative {
	position: relative;
}

.sectionGroupInternePair{
    display: flex !important;
    flex-direction: row-reverse !important;
    overflow: hidden !important;
    
}
.sectionGroupInternePair .span_4_of_12{
    padding-right: 10px;
}
.sectionGroupInternePair img{
    width: 100% !important;
}



/**
 * HEADER
 */

#headerWrapper {
	position        : relative;
	background-color: white;
}

#headerInner {
	width     : 1024px;
	margin    : 0 auto;
	height    : 130px;
	text-align: center;
	position  : relative;
}

#logo {
	margin: 0 auto;
	margin-top: 30px;
	height: 80px;
}

#motif,
.motif {
	position: fixed;
	width   : 1000px;
	bottom  : -500px;
	right   : -500px;
}

.goNewsletter {
	cursor: pointer;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.goNewsletter:hover {
	color: rgb(255,50,0);
}

#popup-newsletter,
#popup-infos {
	position          : fixed;
	visibility        : hidden;
	-webkit-transform : translate3d(0,-100%,0);
	-ms-transform     : translate3d(0,-100%,0);
	-o-transform      : translate3d(0,-100%,0);
	transform         : translate3d(0,-100%,0);
	top               : 0;
	left              : 0;
	width             : 100%;
	height            : 100%;
	z-index           : 99999;
	background-color  : rgba(0,135,255,.8);
	-webkit-transition: .3s ease-in;
	-o-transition     : .3s ease-in;
	transition        : .3s ease-in;
}

#popup-newsletter.visible,
#popup-infos.visible {
	visibility        : visible;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform    : translate3d(0,0,0);
	-o-transform     : translate3d(0,0,0);
	transform        : translate3d(0,0,0);
}

#popup-newsletter-inner,
#popup-infos-inner {
	position                : absolute;
	opacity                 : 0;
	-webkit-transition      : .3s ease-in;
	-o-transition           : .3s ease-in;
	transition              : .3s ease-in;
	-webkit-transition-delay: .5s;
	-o-transition-delay     : .5s;
	transition-delay        : .5s;
	top                     : 25%;
	left                    : 50%;
	margin-left             : -250px;
	background-color        : white;
	padding                 : 50px;
	width                   : 500px;
	height                  : 500px;
	box-shadow              : 0 0 50px rgb(50,50,50);
}

#popup-infos-inner {
	height : auto;
}

#popup-infos-img {
	width: 100%;
	margin-top: 10px;
}

#popup-newsletter.visible #popup-newsletter-inner,
#popup-infos.visible #popup-infos-inner{
	opacity: 1;
}
#popup-newsletter-close,
#popup-infos-close {
	position   : absolute;
	top        : 10px;
	right      : 10px;
	font-size  : 2rem;
	line-height: 1;
	cursor     : pointer;
}

#popup-newsletter-content h2,
#popup-infos-content h2 {
	color         : rgb(255,50,0);
	font-weight   : bold;
	text-align    : center;
	text-transform: uppercase;
	font-size     : 4rem;
	margin-bottom : 50px;
}

#popup-infos-content h2 {
	margin-bottom : 20px;
}

#popup-infos-content p {
	text-align: center;
}

#popup-newsletter-content p {
	line-height: 1.5;
	text-align : center;
}

#popup-newsletter-form {
	margin-top: 20px;
}

#popup-newsletter-form-mail {
	width        : 100%;
	padding      : 5px 10px;
	display      : block;
	margin       : 0 0 10px;
	font-size    : 1.4rem;
	border-radius: 0;
	border       : 1px solid rgba(0,0,0,.2);
}

/*---------------------------------------------- DEBUT FORMULAIRE MAILPOET3 */
#mailpoet_form_3 .mailpoet_form .mailpoet_text{
	width: 100% !important;
	padding: 5px !important;
	text-align: center;
}
#mailpoet_form_3 .mailpoet_form .mailpoet_submit{	
	padding: 10px !important;
	color: #fff !important;
	background-color: #13218A !important;
	min-width: 150px !important;
}
/*----------------------------------------------- FIN FORMULAIRE MAILPOET3 */

.mailpoet_recaptcha_container,
.mailpoet_recaptcha_container div,
.mailpoet_recaptcha_container div iframe{
	width: 100% !important;
}

.rc-anchor-logo-landscape{
	display:none !important;
}

.popup-newsletter-checkgroup:after {
	content:"";
	display: table;
	clear: both;
}

.popup-newsletter-checkgroup input[type="checkbox"]:not(:checked),
.popup-newsletter-checkgroup input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.popup-newsletter-checkgroup input[type="checkbox"]:not(:checked) + label,
.popup-newsletter-checkgroup input[type="checkbox"]:checked + label {
	position          : relative;
	cursor            : pointer;
	display           : block;
	float             : left;
	width             : 49%;
	padding           : 10px;
	font-size         : 1.4rem;
	color             : rgba(0,0,0,.5);
	text-align        : right;
	border            : 1px solid rgba(0,0,0,.2);
	-webkit-transition: .2s ease-in;
	-o-transition     : .2s ease-in;
	transition        : .2s ease-in;
}

.popup-newsletter-checkgroup input[type="checkbox"]:not(:checked):first-of-type + label,
.popup-newsletter-checkgroup input[type="checkbox"]:checked:first-of-type + label {
	margin-right: 2%;
}

.popup-newsletter-checkgroup input[type="checkbox"]:checked + label {
	background-color: rgb(0,135,255);
	color           : white;
}

.popup-newsletter-checkgroup input[type="checkbox"]:not(:checked) + label:after,
.popup-newsletter-checkgroup input[type="checkbox"]:checked + label:after {
	content                 : '\f00c';
	position                : absolute;
	font-family             : fontAwesome;
	top                     : 7px;
	left                    : 13px;
	font-size               : 2rem;
	-webkit-transition      : .2s ease-in;
	-o-transition           : .2s ease-in;
	transition              : .2s ease-in;
	-webkit-transition-delay: .2s;
	-o-transition-delay     : .2s;
	transition-delay        : .2s;
}
.popup-newsletter-checkgroup input[type="checkbox"]:not(:checked) + label:after{
  color: rgba(0,0,0,.2);
}

.popup-newsletter-checkgroup input[type="checkbox"]:checked + label:after {
	color: white;
}

#popup-newsletter-form-submit {
	box-shadow      : none;
	outline         : none;
	border          : 0;
	margin          : 50px auto 0;
	width           : 30%;
	display         : block;
	font-size       : 1.6rem;
	color           : white;
	background-color: rgb(255,50,0);
	padding         : 10px 0;
	cursor          : pointer;
}

/**
 * MAIN MENU
 */

#menuToggle {
	display: none;
}

#subArea {
	width: 100%;
	background-color: rgb(0,135,255);
	display: none;
	height: 0;
	z-index: 998;
	position: relative;
}

.menu-main-menu-container {
	background-color: rgb(19,33,138);
	position: relative;
	z-index: 999;
}

ul#menu-main-menu {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	font-size: 0;
}

ul#menu-main-menu a {
	color: #fff;
	text-transform: uppercase;
}

ul#menu-main-menu > li {
	display: inline-block;
	text-align: center;
	font-size: 1.2rem;
}

ul#menu-main-menu > li > a {
	line-height: 42px;
	display: block;
	padding: 0 17px;
	-webkit-transition: color .4s ease-in-out, background-color .5s linear;
	-o-transition: color .4s ease-in-out, background-color .5s linear;
	transition: color .4s ease-in-out, background-color .5s linear;
}


ul#menu-main-menu > li:not(.open) > a:hover {
	color: rgb(255,50,0);
}

ul#menu-main-menu > li.open > a {
	background-color: rgb(0,135,255)
}

	/* NIVEAU 2 */
	#menu-main-menu > li > ul.sub-menu {
		display  : none;
		position : absolute;
		top      : 100%;
		left     : 0;
		font-size: 0;
		width    : 100%;
	}
	#menu-main-menu > li > ul.sub-menu > li {
		font-size: 1.1rem;
		display  : inline-block;
		position : relative;
		margin   : 10px 0;
	}
	#menu-main-menu > li > ul.sub-menu > li:after {
		content         : '';
		position        : absolute;
		top             : 0;
		right           : 0;
		width           : 1px;
		height          : 100%;
		background-color: rgba(255,255,255,.3);
	}
	#menu-main-menu > li > ul.sub-menu > li:last-of-type:after {
		display: none;
	}

	#menu-main-menu > li > ul.sub-menu > li > a {
		position: relative;
		display : block;
		padding : 30px 0 0;
	}
	#menu-main-menu > li > ul.sub-menu > li > a:after {
		content           : attr(data-number);
		position          : absolute;
		top               : 0;
		left              : 50%;
		border            : 1px solid rgb(255, 255, 255);
		border-radius     : 2rem;
		display           : block;
		width             : 2rem;
		height            : 2rem;
		line-height       : 1.8rem;
		margin-left       : -1rem;
		-webkit-transition: all .3s linear;
		-o-transition     : all .3s linear;
		transition        : all .3s linear;
	}


	ul#menu-main-menu ul.sub-menu > li > a {
		-webkit-transition: all .3s linear;
		-o-transition     : all .3s linear;
		transition        : all .3s linear;
	}

	ul#menu-main-menu ul.sub-menu > li.open > a:after,
	ul#menu-main-menu ul.sub-menu > li > a:hover:after {
		color           : rgb(0,135,255);
		background-color: white;
	}

		/* NIVEAU 3 */
		#menu-main-menu > li > ul.sub-menu > li > ul.sub-menu {
			position        : absolute;
			top             : -100%;
			left            : 0;
			padding-top     : 15px;
			padding-bottom  : 5px;
			width           : 100%;
			opacity         : 0;
			display         : none;
			background-color: rgb(0,135,255);
			z-index         : 999;
		}
		#menu-main-menu > li > ul.sub-menu > li > ul.sub-menu:before {
			content    :"\f107";
			font-family: fontawesome;
			color      : #fff;
			position   : absolute;
			top        : 0;
			left       : 50%;
			margin-left: -0.45rem;
			font-size  : 1.4rem;
		}

		#menu-main-menu > li > ul.sub-menu > li > ul.sub-menu > li {
			display: block;
			padding: 0 5px;
		}
		#menu-main-menu > li > ul.sub-menu > li > ul.sub-menu > li > a{
			display           : block;
			padding           : 5px 0;
			border-bottom     : 1px solid rgba(255,255,255,.3);
			-webkit-transition: all .6s linear;
			-o-transition     : all .6s linear;
			transition        : all .6s linear;
		}
		#menu-main-menu > li > ul.sub-menu > li > ul.sub-menu > li:last-of-type > a{
			border-bottom: 0;
		}
		#menu-main-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:hover{
			background-color: rgb(19,33,138);
		}


/**
 * HEADER MENU
 */

.menu-header-menu-container {
	position: absolute;
	top     : 0;
	right   : 0;
}

ul#menu-header-menu {}
ul#menu-header-menu > li {
	float: left;
}
ul#menu-header-menu > li > a {
	text-transform    : uppercase;
	display           : inline-block;
	padding           : 0 5px;
	border-right      : 1px solid black;
	font-size         : 1rem;
	-webkit-transition: all .3s linear;
	-o-transition     : all .3s linear;
	transition        : all .3s linear;
}
ul#menu-header-menu > li > a:hover {
	color: rgb(255,50,0);
}

ul#menu-header-menu > li:first-of-type > a {
	padding-left: 0;
}
ul#menu-header-menu > li:last-of-type > a {
	padding-right: 0;
	border       : 0 none;
}

/**
 * HEADER LEFT ZONE
 */

#headerLzone {
	position        : absolute;
	top             : 0;
	left            : 0;
	background-color: rgb(0,135,255);
}

.headerIcon {
	position      : relative;
	color         : white;
	font-weight   : 300;
	font-size     : 1rem;
	text-transform:uppercase;
	float         : left;
	padding       : 5px;
	cursor        : pointer;
}

.headerIcon:after {
	content         : "";
	position        : absolute;
	top             : 10%;
	right           : 0px;
	height          : 80%;
	width           : 1px;
	background-color: rgba(255,255,255,.2);
}

#headerLzone > .headerIcon:last-child:after {  display: none;  }

.headerIcon .fa {
	display      : block;
	width        : 100%;
	margin-bottom: 5px;
	font-size    : 2rem;
}

/*#headerSoutenir {
	padding: 5px 10px;
	background-color: rgb(19,33,138);
	background-color: rgb(200,200,200);
	cursor: text;
}*/

/**
 * SOCIAL ZONE
 */

#social {
	position: absolute;
	top: 25px;
	right: 0;
	font-size: 2rem;
}

#social .fa {
	display: inline-block;
	margin-right: 10px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
#social a:last-of-type .fa {
	margin-right: 0;
}
#social .fa:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

#social .fa-facebook {
	color:rgb( 59, 89, 152);
}
#social .fa-twitter {
	color:rgb( 0, 132, 180);
}
#social .fa-youtube-play {
	color:rgb(229, 45, 39);
}

/**
 * TRANSLATE
 */

#headerTranslate {
	position: absolute;
	top: 90px;
	right:0;
}

#headerTranslate select {
    border: 0px none;
    border-radius: 0;
    /*-webkit-appearance: none;
    -moz-appearance:none;
    appearance:none;*/
    background-color: rgb(0, 135, 255);
    color: white;
    padding: 5px;
    outline:none;
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
    margin:0;
    font-size: 1rem;
}

#headerTranslate .switcher .option,
#headerTranslate .switcher .selected a:hover{
	background-color: rgb(0, 135, 255);
}

#headerTranslate .switcher .option,
#headerTranslate .switcher .option a:hover,
#headerTranslate .switcher .selected {
	background: rgb(0, 135, 255)!important;
	border: none!important;
}
#headerTranslate .switcher .option a,
#headerTranslate .switcher .selected a {
	color: white!important;
	border: none!important;
}

/** HOME */

.home #contentInner {
	padding: 0;
	background-color: transparent;
}

.home #content .span_3_of_12 {
	background-color: rgb(235,235,235);
	height: 210px;
}
.home #content .span_6_of_12 {
	background-color: rgb(229,243,255);
	/*height: 295px;*/
}
.home #content .blue-group .span_6_of_12 {
	min-height: 295px;
}

.home .group-grey .span_12_of_12 {
	background-color: rgb(235,235,235);
}
.home #content .group-grey .span_12_of_12 h2{
	background-color: #4D4D4D;
}
.home #content .group-grey.sectionGroupInterne {
    background-color: rgb(235,235,235) !important;
}
/*.home #content .section:first-of-type .span_6_of_12:first-of-type {
	background-color: rgb(255,50,0);
}*/

.home #content .section:first-of-type .span_6_of_12.parutions {
	background-color: rgba(255,50,0,0.4);
}

.home #content .homeChapter {
	display: block;
	text-transform: uppercase;
	color: white;
	font-size: 1.4rem;
	margin: 0;
	padding: 0 10px;
	line-height: 30px;
	height: 30px;
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.home #content a .homeChapter {
	-webkit-transition: color .4s linear;
	-o-transition: color .4s linear;
	transition: color .4s linear;
}

.home #content a .homeChapter:hover {
	color: rgb(255,50,0);
}

.home #content .span_3_of_12 .homeChapter {
	background-color: rgb(77,77,77);
}

.home #content .span_6_of_12 .homeChapter {
	background-color: rgb(0,135,255);
}
.home #content .span_6_of_12#principale .homeChapter,
.home #content .span_6_of_12#principales .homeChapter {
	background-color: rgb(200,0,0);
}

/* COULEUR SECTION ACCUEIL */
.home #content .sectionNum1{
	margin-bottom: 0px !important;
}
.home #content .sectionNum1 .homeChapter {
	background-color: rgb(0,135,255);
}
.home #content .sectionGroupInterne{
	background-color: rgb(229,243,255);
}
.home #content .sectionGroupInterne img{
	padding-left: 10px;
    padding-top: 2px;
}










/*
.home #content .section:first-of-type .span_6_of_12:first-of-type .homeChapter {
	background-color: rgb(200,0,0);
}*/

.home #content .span_6_of_12#principales {
	background-color: rgba(255,50,0,0.4);
}

.home #content .colsWrapper {
	overflow: hidden;
	display: block;
	margin: 14px;
	position: relative;
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}
.home #content .colsWrapper:hover {
	background: white;
}
.home #content .colsWrapper:hover .colRight:after {
	opacity: 0;
}

.home #content .lineWrapper {
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.home #content .lineWrapper:after,
.home #content .homeSup .lineWrapper:after {
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	opacity: 1;
	width: 100%;
	background-color: rgba(77,77,77,.2);
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.home #content .span_6_of_12 > .lineWrapper:after,
.home #content .span_6_of_12 > .homeSup .lineWrapper:after {

	background-color: rgba(0,135,255,.2);
}

.home #content .span_6_of_12 > div.lineWrapper:nth-of-type(3):after,
.home #content .span_6_of_12 > .colsWrapper:last-of-type .colRight:after{
	background : none;
	content    : "\f107";
	font-family: fontawesome;
	height     : auto;
	text-align : center;
}

.home #content .lineWrapper:hover {
	background: white;
}
.home #content .lineWrapper:hover:after {
	opacity: 0;
}

.home #content .homeSup {
	max-height        : 0;
	overflow          : hidden;
	position          : relative;
	-webkit-transition: max-height 1s linear;
	-o-transition     : max-height 1s linear;
	transition        : max-height 1s linear;
}

.home #content .span_6_of_12:hover > .homeSup {
	max-height: 500px;
}

.home #content .colLeft {
	float : left;
	width : 50%;
	/*height: 75px;*/
	height: 128px;
}
.home #content .colRight {
	float       : left;
	width       : 50%;
	padding-left: 10px;
	/*height      : 75px; ENLEVER LE 31/01/2020 */
	position    : relative;
}

.home #content .colsWrapper .colRight:after {
	content           :"";
	position          : absolute;
	bottom            : 0;
	left              : 10px;
	height            : 1px;
	width             : 100%;
	opacity           : 1;
	background-color  : rgba(0,135,255,.2);
	-webkit-transition: all .4s linear;
	-o-transition     : all .4s linear;
	transition        : all .4s linear;
}
.home #content .span_3_of_12 .lineWrapper:last-of-type:after ,
.home #content .span_3_of_12 .colsWrapper:last-of-type .colRight:after,
.home #content .span_6_of_12 .homeSup:last-of-type .lineWrapper:after ,
.home #content .span_6_of_12 .homeSup:last-of-type .colsWrapper .colRight:after {
	display: none;
}

.home #content h3 {
	font-size: 1.4rem;
	line-height: 1;
	color: black;
	font-weight: 500;
	margin: 0;
	padding-left: 0;
	text-transform: none;
}
.home #content h3:before {
	content: "+";
	position: relative;
	top: 0;
	display: inline-block;
	background-color: rgb(255,50,0);
	/*background-color: rgb(0,135,255);*/
	color: rgb(255, 255, 255);
	border-radius: 7px;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	margin-right: 5px;
}
.home #content h4 {
	/*text-transform: uppercase;*/
}
.home #content h5 {
	font-style: italic;
	font-size: 1.2rem;
}

.home #content .home-press-file {
	color        : rgb(0, 135, 255);
	position     : absolute;
	bottom       : 10px;
	right        : 10px;
	border-radius: 50%;
	font-size    : 1.8rem;
}

#div__BlocAccueilDernieresAnalyses{
	text-align:center;
	/*background-color: #fefefe;
	border: 1px solid #f1f1f1;*/
	padding: 0px 10px 25px 10px;
}



.wrapper
{
	padding-bottom: 25px;
}

.divider
{
	position: relative;
	margin-top: 25px;
	height: 1px;
}

.div-transparent:before
{
	content: "";
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	height: 1px;
	background-image: linear-gradient(to right, transparent, #0F1EA0, transparent);
}

.div-dot:after
{
	content: "";
	position: absolute;
	z-index: 1;
	top: -9px;
	left: calc(50% - 9px);
	width: 18px;
	height: 18px;
	background-color: #C80000;
	border: 1px solid #0F1EA0;
	border-radius: 50%;
	box-shadow: inset 0 0 0 2px white,
					0 0 0 4px white;
}





























.home #content .span_3_of_12 h3 {
    font-weight: normal;
    text-transform: none;
    font-size: 1.2rem;
}
.home #content .span_3_of_12 h3:before {
	background-color: rgb(0,135,255);
}

/* Ã‰dito*/

.home #content #principale {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.home #content #principale:hover {
	box-shadow: 0 0 30px rgba(0,0,0,.25);
}

.home #content #principale .colLeft {
	height: 285px;
}
.home #content #principale .colRight {
	/*height: 265px; ENLEVER LE 31/01/2020 */
	margin: 10px 0;
	padding: 0 10px;
	overflow-x: hidden;
}
.home #content #principale{
	max-height: 642px !important;
}
.home #content #principale .colFull {
	padding: 15px 15px 12px 15px;
	max-height: 658px !important;
}
.home #content #principale .colFullTitre {
	margin-bottom: 10px;
	
}
.home #content #principale .colFullSousTitre {
	
}
.home #content #principale .colFullImage {
	text-align: center !important;
	padding: 15px;
}
.home #content #principale .colFullImageSrc {
	width: auto !important;
	max-height: 300px !important;
	margin: auto;
}

.home #content #principale .colFullExcerpt {
	margin-bottom: 15px;
}

.home #content #principale .colFullButton{
	padding: 10px;
	margin-bottom: 20px;
	background-color: #C80000;
	color: #fff;
}

.home #content #principale .colRight #principale-titles {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-color: none;
	padding-bottom: 5px;
}

.home #content #principale h3 {
	color: #000;
	font-weight: 500;
	font-size: 1.6rem;
	margin: 0;
}

.home #content #principale h3:before {
	display: none;
}

.home #content #principale h4 {
	font-style    : italic;
	margin-bottom : 5px;
	text-transform: none;
}
.home #content #principale .excerpt {
	color     : white;
	text-align: justify;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.home #content #principale .excerpt p{
	font-size: 1.2rem;
	line-height: 1.1;
}

/** BREADCRUMB */

.breadcrumb-container.theme1 {
	/*margin-bottom: 30px;*/
}

.breadcrumb-container.theme1  li > a {
	margin: 0;
	padding: 0 5px;
	text-transform: uppercase;
}

.breadcrumb-container.theme1  li:first-child > a {
    padding-left: 0;
}

.breadcrumb-container.theme1  li:last-child > a + .separator {
	display: none;
}

/* Breadcrumb Navxt */

.breadcrumbs {
	/*margin-bottom: 30px;*/
}

.breadcrumbs span {
	font-size: 1rem;
	color: rgb(77,77,77);
	text-transform: uppercase;
}

.breadcrumbs + h1,
.breadcrumbs + #content {
	margin-top: 30px;
}

/**
 * POSTS NAVIGATION
 */

#postsNav {
	position: relative;
	overflow: hidden;
	min-height: 71px;
}

#postsNav a {
	font-size: 6rem;
	color:rgb(235,235,235);
	display: inline-block;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

#postsNav a:hover {
	color: black;
}

#postsNav a[rel="prev"]{
	float: left;
}
#postsNav a[rel="next"]{
	float: right;
}

/** CONTENT */

#contentWrapper {
	margin: 5px 0 50px;
}

#contentInner {
	margin: 0 auto;
	width: 1024px;
	z-index: 997;
	position: relative;
	padding-right: 10px;
	background-color: rgb(255,255,255);
	/*background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 99%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 99%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 99%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); */

}

#content {
	opacity: 1;
	animation: animContent 2s linear;
}

@keyframes animContent {
	0%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

#content h1 {
	text-transform: uppercase;
	font-size: 3rem;
	margin-bottom: 30px;
	font-weight: 300;
	font-weight: 700;
}
#content h2 {
	/*font-size: 2.5rem;*/
	font-size: 2rem;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 700;
	/*font-weight: 300;*/
}
#content h3 {
	font-size: 1.6rem;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: rgb(255,50,0);
	/*font-weight: 300;*/
	position: relative;
	padding-left: 13px;
}
#content h3:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 8px;
	height: 8px;
	display: inline-block;
	background-color: rgb(255,50,0);
}

#text {

}

.text p,
#text p {
	/*font-size: 1.3rem;*/
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: justify;
	hyphens: auto;
}
.text p.wp-caption-text,
#text p.wp-caption-text {
	font-size: 1rem;
	color: rgb(150,150,150);
	padding: 5px;
}

.text ul > li,
#text ul > li,
.text ol > li,
#text ol > li  {/*
	margin-left  : 20px;
	margin-bottom: 3px;*/
	position     : relative;
	font-size    : 1.4rem;
	line-height  : 1.5;
	text-align   : justify;
	hyphens      : auto;
}
.text ul > li:before,
#text ul > li:before {
	content: "- ";
}
.text ul > li > ul,
#text ul > li > ul {
	margin-top: 0;
}

.text ol,
#text ol {
	list-style: inside numeric;
}

.text ol > li,
#text ol > li {
	line-height: 1.5;
	font-size  : 1.4rem;
}

#text img.alignleft {
	float : left;
	margin: 0 20px 10px 0;
}

#text blockquote,
.text blockquote {
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
}

/*#text blockquote:before,
.text blockquote:before {
	position: absolute;
	top: 0;
	left: 20px;
	height: 100%;
	width: 10px;
	background-color: rgba(0, 135, 255,.1);
}*/

#text blockquote p,
.text blockquote p{
	font-style: italic;
	color: rgb(100,100,100);
}

#text a,
.text a {
	color: rgb(0, 135, 255);
}

/*.text ol > li:before,
#text ol > li:before {
	content: counter(step-counter);
	margin-right: 10px;
}*/

.sideButton {
	display           : block;
	position          : relative;
	width             : 100%;
	background-color  : rgb(255,50,0);
	color             : white;
	padding           : 20px 10px;
	margin-bottom     : 10px;
	font-size         : 1.4rem;
	text-transform    : uppercase;
	text-align        : center;
}
.sideButton:before {
	font-family: fontAwesome;
	position: absolute;
	display: block;
	color: rgba(255,255,255,.2);
	font-size: 6rem;
	bottom: 0;
	right: 10px;
	line-height: 70px;
	-webkit-transition: color 1s ease-in-out;
	-o-transition     : color 1s ease-in-out;
	transition        : color 1s ease-in-out;
}
.sideButton:hover {
	/*background-color: rgb(200,0,0);*/
}
.sideButton:hover:before{
	/*background-color: rgb(200,0,0);*/
	color: rgba(255,255,255,1);
}
.sideButton:active {
	box-shadow: inset 0 3px 8px #000;
}

.sideDlButton {
	display           : block;
	position          : relative;
	width             : 100%;
	background-color  : rgb(255,50,0);
	color             : white;
	padding           : 20px 10px;
	margin-bottom     : 10px;
	font-size         : 1.4rem;
	text-transform    : uppercase;
	text-align        : center;
}
.sideDlButton:before {
	content: "\f019";
	font-family: fontAwesome;
	position: absolute;
	display: block;
	color: rgba(255,255,255,.2);
	font-size: 6rem;
	bottom: 0;
	right: 10px;
	line-height: 70px;
	-webkit-transition: color 1s ease-in-out;
	-o-transition     : color 1s ease-in-out;
	transition        : color 1s ease-in-out;
}
.sideDlButton:hover {
	/*background-color: rgb(200,0,0);*/
}
.sideDlButton:hover:before{
	/*background-color: rgb(200,0,0);*/
	color: rgba(255,255,255,1);
}
.sideDlButton:active {
	box-shadow: inset 0 3px 8px #000;
}

.localLink {
	display: inline-block;
	position: relative;
	background-color: rgb(19, 33, 138);
	color: rgb(255, 255, 255);
	padding: 20px 10px;
	margin: 20px 0;
	font-size: 1.4rem;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: background-color .5s ease-in-out;
	-o-transition: background-color .5s ease-in-out;
	transition: background-color .5s ease-in-out;
}

.localLink:hover {
	background-color: rgb(0, 135, 255);
}

.text p a,
#text p a {
	/*text-decoration: underline;
	font-weight: bold;*/
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.text p a:hover,
#text p a:hover {
	color: rgb(255,50,0);
}

.text .footnote a,
#text .footnote a {
	color: rgb(0,135,255);
	text-decoration: none;
	font-size: 1.1rem;
	font-weight: bold;
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}

.text .footnote a:hover,
#text .footnote a:hover {
	text-decoration: underline;
}

.footnotes {
	margin-top: 30px;
}
#text .footnotes ol,
.text .footnotes ol {
	list-style: inside decimal;
}
.text .footnotes ol li,
#text .footnotes ol li {
	color: rgb(100,100,100);
	line-height: 1;
	font-size: 1.2rem;
}

.text .footnotes ol li a,
#text .footnotes ol li a {
	color: rgb(0, 135, 255);
}
.text .footnotes ol li a:hover,
#text .footnotes ol li a:hover {
	text-decoration: underline;
}

.text .wp-caption,
#text .wp-caption {
	position: relative;
}
.text .wp-caption .wp-caption-text
#text .wp-caption .wp-caption-text {
	display: block;
	font-size: 1.2rem;
	font-style: italic;
	line-height: 1;
	color: rgba(0,0,0,.8);
}

.text .wp-caption.alignnone,
#text .wp-caption.alignnone {
	margin: 20px 0;
}

.page-template-template-2col #contentInner {
	padding: 0;
}

.colRightText {
	padding: 15px;
	background-color: rgb(235,235,235);
}
.colRightText p{
	/*line-height: 1;*/
	text-align: left;
}

.colRightText  .text ul > li {
	/*margin-left: 0;
	margin-bottom: 0;*/
	position: relative;
	font-size: 1.3rem;
	text-align: left;
	/*line-height: normal;*/
}

/** PDF ET PRINT */

.printfriendly a img {
    margin-right: 0;
    width:130px;
}

/** MEMBRES */

/* Archive */

/*#membresWrapper {
	overflow: hidden;
}

#membresWrapper .membre {
	display: block;
	position: relative;
	float: left;
	height: 150px;
	width: 11.1%;
	margin: 0.8%;
	background-repeat: no-repeat;
	background-position: center center;
}

#membresWrapper .membre:nth-child(8n+1) {
	margin-left: 0;
}
#membresWrapper .membre:nth-child(8n) {
	margin-right: 0;
}

#membresWrapper .membreName {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 5px;
	color: white;
	text-align: center;
	text-transform: uppercase;
	background-color: rgb(255,50,0);
	font-size: 1rem;

	-webkit-transition: padding .4s ease-in-out;
	-o-transition: padding .4s ease-in-out;
	transition: padding .4s ease-in-out;
}

#membresWrapper .membre:hover .membreName {
	height: 100%;
	background-color: rgba(255,50,0,.7);
	font-size: 2rem;
	padding: 100px 0 0;
}*/

.membre {
	overflow: hidden;
	position: relative;
}

.membre-img {
	position           : absolute;
	top                : 0;
	left               : 0;
	width              : 100%;
	height             : 100%;
	background-size    : cover;
	background-repeat  : no-repeat;
	background-position: center;
	-webkit-transition : .2s ease-in-out;
	-o-transition      : .2s ease-in-out;
	transition         : .2s ease-in-out;-webkit-transform: translateZ(0);
	-moz-transform     : translateZ(0);
	-ms-transform      : translateZ(0);
	-o-transform       : translateZ(0);
	transform          : translateZ(0);
}

.membre:hover .membre-img {
	-webkit-filter   : grayscale(100%);
	-o-filter        : grayscale(100%);
	filter           : grayscale(100%);
	-webkit-transform: scale3d(1.3,1.3,1);
	-ms-transform    : scale3d(1.3,1.3,1);
	-o-transform     : scale3d(1.3,1.3,1);
	transform        : scale3d(1.3,1.3,1);
}

.membre-nom {
	position: absolute;
	bottom  : 0;
	left    : 0;
	display : table;
	width   : 100%;
	height  : 15%;
}

.membre-nom span {
	display           : table-cell;
	vertical-align    : middle;
	padding           : 0 5px;
	color             : white;
	text-align        : center;
	text-transform    : uppercase;
	background-color  : rgba(255,50,0,.75);
	-webkit-transition: .3s ease-in-out;
	-o-transition     : .3s ease-in-out;
	transition        : .3s ease-in-out;
}

.membre:hover .membre-nom span {
	background-color  : rgba(255,50,0,1);
}


.section.group > .span_2_of_12:nth-of-type(6n+1) {
	margin-left: 0;
}

/* Single */

#membrePhoto {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 300px;
}

#membreContact {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px;
	text-transform: uppercase;
	background-color: rgb(255,50,0);
	font-size: 1.4rem;
	color: white;
	display: block;
	width: 100%;
}

#membrePresentation {

}

/** FORMATIONS */

/* Archive */

.formationWrapper {
	display: block;
	width: 100%;
	border: 1px solid rgb(0,135,255);
	padding: 40px 10px 10px;
	position: relative;
	margin-bottom: 10px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}


.formationWrapper:hover {
	background: rgb(0,135,255);
	color: white;
}

.formationDate {
	position: absolute;
	font-weight: bolder;
	text-transform: uppercase;
	top: 0px;
	left: 0px;
	background-color: rgb(0,135,255);
	color: white;
	padding: 3px;
}

.formationWrapper:hover .formationDate {
	background-color:white;
	color: rgb(0,135,255);
}

/** ANNÃ‰ES */

#anneesWrapper {
	overflow: hidden;
}

.anneeButton {
	position: relative;
	display: block;
	height: 150px;
	background-color: #ebebeb;
	float: left;
	width: 23.8%;
	margin: 0.8%;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.anneeButton:hover {
	background-color: #4d4d4d;
}
.anneeButton:hover .anneeName {
	color: white;
	top: 50%;
	margin-top: -26px;
	font-size: 5rem;
}
.anneeButton:hover .anneeLogo {
	width: 100%;
	top: 25%;
	left: 0%;
	opacity: .1;
}

#anneesWrapper .anneeButton:nth-child(4n){
	margin-right: 0;
}
#anneesWrapper .anneeButton:nth-child(4n+1){
	margin-left: 0;
}

.anneeLogo {
	position: absolute;
	width: 50%;
	top: 25%;
	left: 25%;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.anneeName {
	position: absolute;
	top: 60%;
	left: 0;
	text-align: center;
	font-size: 4rem;
	color: #4d4d4d;
	width: 100%;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

/** FILTER 1 */

#tabFilter1 {
	height: 220px;
	padding: 10px;
	background-color: #ebebeb;
	margin-bottom: 20px;
	position: relative;
}

#tabFilter1 table 						 	{ width: 100%; }
#tabFilter1 table tbody tr 				 	{ }
#tabFilter1 table tbody tr td 				{ text-align: right; width: calc(100%/3); }
#tabFilter1 table tbody tr:first-child td 	{ padding-bottom: 10px; }
#tabFilter1 table tbody tr td:last-child 	{  }


#tabFilter1 h2 {
	margin-bottom: 30px;
}

#tabFilter1 label {
	margin-right: 5px;
	color: rgba(0,0,0,.5);

}
#tabFilter1 input,#tabFilter1 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 70%!important;
	border: 0!important;
	padding: 10px!important;
	border-radius: 0!important;
	box-shadow: none!important;
	background-color: white!important;
}

#tabFilter1 button {
	position: absolute;
	bottom: 10px;
	text-transform: uppercase;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	color: white;
	cursor: pointer;
}

#tabFilter1 button#formSubmit {
	left: 10px;
	background-color: rgb(0, 135, 255);
	padding: 0 16px;
	height: 33px;
}
#tabFilter1 #formReset {
	left: 100px;
	width: 33px;
	height: 33px;
	line-height: 30px;
	background-color: rgba(0,0,0,.2);
}

/** TABLEAUX */

#tab1 {
	width: 100%;
	border-collapse: collapse;
}
#tab1 tbody tr.anneeUn:nth-child(even) td {
	background-color: rgba(250,50,0, 0.3) ;
	/*background-color: #fcfcfc;*/
}

#tab1 tbody tr.anneeDeux:nth-child(even) td {
	background-color: rgba(19,33,138, 0.3) ;
	/*background-color: #fcfcfc;*/
}
#tab1 thead tr th {
	color: white;
	background-color: rgb(255,50,0);
	padding: 10px;
	border-right: 1px solid white;
	font-weight: bold;
	font-size: 1.4rem;
}
#tab1 thead tr th:last-child {
	border-right: 0 none;
}

#tab1 tbody tr td {
	padding: 10px;
	border-right: 1px solid rgb(255,50,0);
	/*font-weight: bold;*/
}
#tab1 tbody tr:nth-child(even) td {
	background-color: rgba(255,50,0,.3);
}

#tab1 tbody tr.anneeUn:nth-child(even) td {
	background-color: rgba(250,50,0, 0.3) ;
	/*background-color: #fcfcfc;*/
}

#tab1 tbody tr.anneeDeux:nth-child(even) td {
	background-color: rgba(19,33,138, 0.3) ;
	/*background-color: #fcfcfc;*/
}

#tab1 tbody tr td a:hover {
	text-decoration: underline;
}

#tab1 tbody tr td:nth-child(1){
	width: 10%;
}
#tab1 tbody tr td:nth-child(2) {
	width: 20%;
}
#tab1 tbody tr td:nth-child(3){
	/*width: 10%;*/
	padding-right: 30px;
}
#tab1 tbody tr td:nth-child(4) {
	width: 20%;
}

#tab1 tbody tr td:nth-child(1),
#tab1 tbody tr td:nth-child(2),
#tab1 tbody tr td:nth-child(2) > a {
	/*color: rgb(255,50,0);*/
}
#tab1 tbody tr td:nth-child(3) > a {
	color: black;
	font-weight: normal;
}
#tab1 tbody tr td:last-child {
	border-right: 0 none;
}

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

#tab2 {
	width: 100%;
	border-collapse: collapse;
}

#tab2 thead tr th {
	color: white;
	background-color: #FF2E00;
	padding: 10px;
	border-right: 1px solid white;
	font-weight: bold;
	font-size: 1.4rem;
}
#tab2 thead tr th:last-child {
	border-right: 0 none;
}

#tab2 tbody tr td {
	padding: 10px;
	border-right: 1px solid rgb(255,50,0);
	/*font-weight: bold;*/
}
/*#tab2 tbody tr:nth-child(even) td {
	background-color: rgba(255,50,0,.3);
	/*background-color: #fcfcfc;*/
/*}*/

.classNomLigne{
	/*background-color: #343965 !important;*/
	background-color: rgb(52,57,101,0.8) !important;
	
	color: #fff !important;
}

#tab2 tbody tr.anneeUn:nth-child(even) td {
	background-color: rgba(250,50,0, 0.3) ;
	/*background-color: #fcfcfc;*/
}

#tab2 tbody tr.anneeDeux:nth-child(even) td {
	background-color: rgba(19,33,138, 0.3) ;
	/*background-color: #fcfcfc;*/
}

#tab2 tbody tr td a:hover {
	text-decoration: underline;
}

#tab2 tbody tr td:nth-child(1),
#tab2 tbody tr td:nth-child(2),
#tab2 tbody tr td:nth-child(3) {
	/*color: rgb(255,50,0);*/
}
#tab2 tbody tr td:nth-child(4) > a {
	color: black;
	font-weight: normal;
}
#tab2 tbody tr td:last-child {
	border-right: 0 none;
}


#tab2.tabRevues tbody tr td {
	vertical-align: top;
}
#tab2.tabRevues tbody tr td:nth-child(1) {
	width: 10%;
}

#tab2.tabRevues tbody tr td:nth-child(2) {
	position: relative;
}
/*#tab2.tabRevues tbody tr td:nth-child(2):after {
	position: absolute;
	content: '\f0d7';
	font-family: fontawesome;
	top: 7px;
	right: 50%;
	-webkit-transition: transform .2s linear;
	-o-transition: transform .2s linear;
	transition: transform .2s linear;
}*/

#tab2.tabRevues .sommaireRevue{
	max-height: 500;
	position: relative;
	overflow: hidden;
	color:black;
	-webkit-transition: max-height 1s ease-in-out;
	-o-transition: max-height 1s ease-in-out;
	transition: max-height 1s ease-in-out;
}

#tab2.tabRevues .sommaireRevue .sommaireInner {
	/*margin-top: 15px;*/
	border: 1px solid rgba(255,50,0,.2);
	padding: 5px;
}

#tab2.tabRevues .sommaireRevue legend {
	text-transform: uppercase;
	/*color: rgb(255,50,0)*/
}

/*#tab2.tabRevues tbody tr:hover > td > .sommaireRevue {
	max-height: 500px;
}*/

/*#tab2.tabRevues tbody tr:hover > td:after {
	transform: rotate(180deg);
}*/

.single-revue .sommaireRevue p{
	font-size: 1.3rem;
	font-weight: normal;
}


.single-revue .sommaireRevue{
	position: relative;
	overflow: hidden;
	color:black;
	-webkit-transition: max-height 1s ease-in-out;
	-o-transition: max-height 1s ease-in-out;
	transition: max-height 1s ease-in-out;
}

.single-revue .sommaireRevue .sommaireInner {
	/*margin-top: 15px;*/
	border: 1px solid rgba(255,50,0,.2);
	padding: 15px;
}

.single-revue .sommaireRevue legend {
	text-transform: uppercase;
	/*color: rgb(255,50,0)*/
}

.single-revue .sommaireRevue p{
	font-size: 1.3rem;
	font-weight: normal;
}


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

#tab3 {
	width: 100%;
	border-collapse: collapse;
}

#tab3 thead tr th {
	color: white;
	background-color: rgb(19, 33, 138);
	padding: 10px;
	border-right: 1px solid white;
	font-weight: bold;
	font-size: 1.4rem;
}
#tab3 thead tr th:last-child {
	border-right: 0 none;
}

#tab3 tbody tr td {
	padding: 10px;
	border-right: 1px solid rgb(0, 135, 255);
}
#tab3 tbody tr:nth-child(even) td {
	background-color: rgba(0, 135, 255,.5);
}

#tab3 tbody tr td a:hover {
	text-decoration: underline;
}

#tab3 tbody tr:nth-child(odd) td:nth-child(1),
#tab3 tbody tr:nth-child(odd) td:nth-child(2) {
	color: rgb(0, 135, 255);
}
#tab3 tbody tr:nth-child(even) td:nth-child(1),
#tab3 tbody tr:nth-child(even) td:nth-child(2) {
	color: white;
}
#tab3 tbody tr td:last-child {
	border-right: 0 none;
}
#tab3 tbody tr td:last-child a{
	font-weight: bold;
}

.prev-next-posts {
	margin-top: 30px;
	background-color: #ebebeb;
	padding: 10px;
}

.prev-next-posts:after {
	content: "";
	display: table;
	clear: both;
}

.prev-posts-link a,
.next-posts-link a {
	display: inline-block;
	line-height: 30px;
}

.prev-posts-link a {
	float: left;
}

.next-posts-link a {
	float: right;
}

/** ANALYSES */

#content.analyse #rubrique {
	font-weight: 300;
	font-size: 2rem;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#content.analyse h1 {
	color: rgb(255,50,0);
	/*font-weight: 500;*/
	margin-bottom: 5px;
	line-height: 1;
	width: 80%;
}
#content.analyse h1 + h2 {
	line-height: 1;
	/*font-weight: 500;*/
	font-size: 2rem;
}

.sidePhoto {
	width: 100%;
}

/** LIVRES */

/*#wrapperLivres {
}

#wrapperLivres:after {
	content: "";
	display: table;
	clear: both;
}
*/
.livre {
	/*display: block;
	float: left;
	width: 15%;
	margin: 1%;*/
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.livre:hover {
	background-color: rgb(0,135,255);
}

.livre:hover .livreVignette {
	opacity: .5;
}

.livre:hover .livreDate,
.livre:hover .livreAuteur,
.livre:hover .livreEditeur,
#content .livre:hover h3.livreTitre {
	color: white;
}
/*
#wrapperLivres .livre:nth-of-type(4n){
	margin-right: 0;
}
#wrapperLivres .livre:nth-of-type(4n+1){
	margin-left: 0;
}*/

.livreVignette {
	margin-bottom: 10px;
	height: 250px;
	width: 100%;
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.livreAuteur {
	font-weight: 500;
}

.livreEditeur {
	font-style: italic;
	color:rgba(0,0,0,.5);
}

#content h3.livreTitre {
	font-size: 1.4rem;
	text-transform: none;
	padding: 0 5px;
}

#content h3.livreTitre:before {
	display: none;
}

.livreTitre,
.livreDate,
.livreAuteur,
.livreEditeur {
	text-align: center;
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.livreDate {
	margin-bottom: 10px;
}


/**
 * ESPACE PRIVÃ‰
 */


 .cuar-menu-container.menu-container {
 	border-bottom: 1px solid rgb(19,33,138);
 	margin-bottom: 30px;
 	height: 35px;
 }

 .cuar-menu-container .navbar-toggle {
 	display: none;
 }

 #content .cuar-menu-container  ul {
 	list-style: none;
 	font-size: 0;
 	/*overflow: hidden;*/
 }

 #content .cuar-menu-container >  ul > li {
 	margin-left: 0;
 	float: left;
 	display: inline-block;
 	font-size: 1.1rem;
 	border-right: 1px solid rgba(255,255,255,.1);
 	position: relative;
 }

 #content .cuar-menu-container >  ul > li:last-of-type {
 	border-right: 0;
 }

 #content .cuar-menu-container  ul >  li > a {
 	display: block;
 	color: white;
 	text-transform: uppercase;
 	font-weight: normal;
 	font-size: 1.1rem;
 }
 #content .cuar-menu-container  ul >  li > a:hover {
 	text-decoration: none;
 }


 #content .cuar-menu-container >  ul > li > a {
 	padding: 10px 30px;
 	background: rgb(19,33,138);
 	-webkit-transition: all .4s ease-in-out;
 	-o-transition: all .4s ease-in-out;
 	transition: all .4s ease-in-out;
 }

 #content .cuar-menu-container > ul > li > a:hover {
 	color: rgb(255,50,0);
 }

 	#content .cuar-menu-container ul.sub-menu {
 		display: none;
 		position: absolute;
 		width: 100%;
 		top: 100%;
 		left: 0;
 		z-index: 999;

 	}
 	#content .cuar-menu-container ul.sub-menu > li {
 		margin-left: 0;
 		text-align: center;
 	}
 	#content .cuar-menu-container ul.sub-menu > li > a{

 		background: rgba(19,33,138,.7);
 		padding: 5px 0;
 		-webkit-transition: all .5s linear;
 		-o-transition: all .5s linear;
 		transition: all .5s linear;
 	}
 	#content .cuar-menu-container ul.sub-menu > li > a:hover{

 		background: rgba(19,33,138,1);
 	}


.cuar-private-file .subtitle,
.cuar-private-file .badge {
	display: none;
}

.cuar-page-content {
	float: left;
	width: 70%;
}

#content .cuar-page-content p+h3 {
	margin-top: 30px;
}

.cuar-page-sidebar {
	float: right;
	width: 20%;
}

.cuar-page-sidebar aside:last-of-type {
	display: none;
}


.cuar-private-file-list {
	overflow: hidden;
	margin-top: 30px;
}

.cuar-private-file {
	width: 49%;
	float: left;
	margin-bottom: 10px;
	background: rgb(0,135,255);
	padding: 10px;
	position: relative;
	height: 100px;
	display: block;
}
.cuar-private-file:after {
	color: white;
	content:'\f019';
	font-family: fontawesome;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 4rem;
}


.cuar-private-file .file-type{
	text-transform: uppercase;
	font-weight: 300;
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: rgba(255,255,255,.3);
	font-size: 4rem;
	line-height: 1;
}

.cuar-private-file .file-date{
	font-size: 1rem;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 5px;
	font-style: italic;
	line-height: 1;
}

.cuar-private-file .file-title {
	font-size: 2rem;
	width: 68%;
}

a.cuar-private-file {
	color: white;
	font-weight: normal;
	display: block;
}

a.cuar-private-file:hover {
	text-decoration: none;
}

.cuar-private-file-list > .cuar-private-file:nth-of-type(odd) {
	margin-right: 2%;
}

.cuar-page-sidebar {
	/*text-align: right;*/
	background: rgb(19,33,138);
	padding: 10px;
}

.cuar-page-sidebar ul {
	list-style: none;
}

.cuar-page-sidebar ul > li > ul > li:before {
	display: none;
}

#content .cuar-page-sidebar h3 {
	color: white;
	text-transform: uppercase;
	font-size: 1.4rem;
}

.cuar-page-sidebar > aside:last-of-type {
	display: none;
}

#content .cuar-page-sidebar ul > li  > a {
	text-transform: capitalize;
	font-size: 1.1rem;
	color: rgba(255,255,255,.5);
}

.cuar-field {
	overflow: hidden;
}

.cuar-field-label {
	float: left;
	font-weight: bold;
	margin-right: 30px;
}


.cuar-form {
	margin-top: 30px;
}
.cuar-form .form-group {
	margin-bottom: 10px;
}
.cuar-form .control-label {
	font-weight: bold;
}

.cuar-form .help-block {
	display: block;
	font-size: 1.1rem;
	font-style: italic;
}


#nbResults {
	margin-bottom: 20px;
}

/**
 * PAYMENT FORM
 */

#formPayment {
	margin: 30px 0
}

#formPayment #formInner {
	width: 50%;
	padding: 10px;
	background-color: rgb(0, 135, 255);
}

#formPayment  .formLine {
	padding: 10px 0;
	overflow: hidden;
}

#formPayment label {
	width: 20%;
	margin-right: 10%;
	color: white;
	text-transform: uppercase;
}
#formPayment input[type='email'],
#formPayment input[type='text'] {
	width: 70%;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 5px;
}
#formPayment input[type='number']{
	width: 20%;
}

#formPayment label,
#formPayment input {
	float: left;
	display: block;
	position: relative;
}

#formPayment .formLine#amountLine {
	position: relative;
}

#formPayment .formLine#amountLine:after {
	position: absolute;
	top: 12px;
	left: 52%;
	content:"â‚¬";
	color: white;
	font-size: 1.8rem;
}



/** WIDGET NEWSLETTER */

.widgetZone {
	/*position: absolute;
	width: 147px;
	top: 48px;
	height: 25px;
	overflow: hidden;*/
}

.widget_wysija {
	/*display: none;
	position: absolute;
	top: -25px;
	    width: 100%;*/
}

.widget_wysija p{
	/*line-height: 1;
	font-size: 1.2rem;*/
}

.wysija-input {
	width        : 100%;
	padding      : 5px 10px;
	display      : block;
	margin       : 0 0 10px;
	font-size    : 1.4rem;
	border-radius: 0;
	border       : 1px solid rgba(0,0,0,.2);
}

.widget_wysija_cont .wysija-submit {
	box-shadow      : none;
	outline         : none;
	border          : 0;
	margin          : 50px auto 0;
	width           : 30%;
	display         : block;
	font-size       : 1.6rem;
	color           : rgb(255, 255, 255);
	background-color: rgb(255,50,0);
	padding         : 10px 0;
	cursor          : pointer;
}


.wysija-checkbox-label {
	position          : relative;
	cursor            : pointer;
	display           : block;
	float             : left;
	width             : 49%;
	padding           : 10px;
	font-size         : 1.4rem;
	color             : rgba(0,0,0,.5);
	text-align        : right;
	border            : 1px solid rgba(0,0,0,.2);
	-webkit-transition: .2s ease-in;
	-o-transition     : .2s ease-in;
	transition        : .2s ease-in;
}

form.widget_wysija > .wysija-paragraph:nth-child(2) .wysija-checkbox-label {
	margin-right: 2%;
}

form.widget_wysija .wysija-paragraph label:not(.wysija-checkbox-label) {
	display: none;
}

/** SITEMAP **/

#text ul.page-list {

}
#text ul.page-list li {
	font-size: 1.8rem;
}
#text ul.page-list li:before {
	content: '';
}
#text ul.page-list li ul li{
	font-size: 1.4rem;
	margin-left: 20px;
}
#text ul.page-list li ul li ul li{
	font-size: 1.2rem;
	margin-left: 40px;
}

/** FOOTER */

footer {
	/*text-align: center;*/
	padding: 50px 0 10px 10px;
  position: fixed;
  bottom: 0;
  left: 0;
}

#copyright {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 1rem;
	display: inline-block;
	opacity: .2;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

#copyright:hover {
	opacity: 1;
}

/** GRIDS **/

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF FIVE  */
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
	width: 79.68%;
}
.span_3_of_5 {
	width: 59.36%;
}
.span_2_of_5 {
	width: 39.04%;
}
.span_1_of_5 {
	width: 18.72%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
}


/** RESPONSIVE **/

@media screen and (max-width:1024px){
	#headerInner,
	ul#menu-main-menu,
	#contentInner {
		width: 100%;
	}

	#contentInner,
	.home #contentInner,
	.page-template-template-2col #contentInner{
		padding: 0 10px;
	}

	/*ul#menu-main-menu {
		overflow: hidden;
	}*/

	ul#menu-main-menu:after {
	  content: ""; /* Important, sinon l'Ã©lÃ©ment n'est pas gÃ©nÃ©rÃ©. */
	  display: table;
	  clear: both;
	}

	ul#menu-main-menu > li {
		width: calc(100%/7);
		display: block;
		float: left;
	}
	ul#menu-main-menu > li > a {
		padding: 0;
	}
	ul#menu-main-menu > li.doubleLine > a {
		line-height: 14px;
		padding-top: 6px;
	}


	#social,
	#headerTranslate,
	.menu-header-menu-container {
		right: 10px;
	}


}



/* */


@media screen and (max-width:800px){

	#headerTranslate {
		/*left: 0;*/
		top: 51px;
		text-align: left;
	}

	#logo {
		height: 60px;
		margin-top: 50px;
	}

	ul#menu-main-menu > li > a {
		font-size: 1rem;
	}

}


@media screen and (max-width:640px){

	#menuToggle {
		display: block;
		position: absolute;
		top: 80px;
		left: 10px;
		width: 40px;
		height: 40px;
		font-size: 3rem;
		color: white;
		background: rgb(19, 33, 138);
		line-height: 40px;
		text-align: center;
		border-radius: 5px;
		cursor: pointer;
	}
	ul#menu-main-menu > li {
		width: 100%;
		float: none;
	}

	ul#menu-main-menu > li > a,
	ul#menu-main-menu > li.doubleLine > a {
		line-height: 1;
		font-size: 1.4rem;
		padding: 10px 0;
	}

	ul#menu-main-menu {
		padding: 10px 0;
	}

	#menu-main-menu > li > ul.sub-menu {
		position: relative;
		top: 0;
	}
	#menu-main-menu > li > ul.sub-menu > li {
		width: 100%!important;
		margin: 0;
	}

	#menu-main-menu > li > ul.sub-menu > li > a {
		padding: 5px 0;
	}

	#menu-main-menu > li > ul.sub-menu > li > a:after {
		display: none;
	}
	.motif,
	#tabFilter1{
		display: none;
	}

	#social {
		top: 5px;
		font-size: 1.5rem;
	}

	.headerIcon .fa {
	    display: inline-block;
	    width: auto;
	    margin-bottom: 0;
	    font-size: 1.2rem;
	    margin-right: 5px;
	}

	.menu-header-menu-container {
		left: 33%;
		top: 5px;
	}

	#social .fa {
	    margin-right: 5px;
	}

	#headerInner {
		height: auto;
		border-bottom: 1px solid rgba(0, 135, 255,.2);
	}

	#logo {
		margin: 50px 0;
	}

	#headerTranslate select {
		width: 180px;
	}

	#headerTranslate {
		top: 24px;
	}
}


@media screen and (max-width:580px){

	#headerLzone,
	.widgetZone,
	#headerTranslate {
		position: relative;
		top:unset;
		right:unset;
		left:unset;
		bottom:unset;
	}

	.menu-header-menu-container {
		top: 25px;
		left: unset;
		right: 5px;
	}

	#headerSearch {
		float: left;
	}

	#headerLzone:after {
		content:"";
		display: table;
		clear: both;
	}
	#menuToggle {
		top: 50px;
	}

}




@media screen and (max-width:440px){
	#logo {
		height: 40px;
	}
	.noslimstat {
		display: none;

	}
}

 

.div__SectionThematique{
	padding-top: 15px;
	padding-bottom: 15px;
}
.div__SectionThematiqueTitre{
	text-align:	center;
	font-size: 2.5rem !important; 
}

@media screen and (max-width:440px){
	#logo {
		height: 40px;
	}
	.noslimstat {
		display: none;

	}
}

#div__FormNewsletterPage{
	max-width: 600px; 
	height: auto; 
	margin: auto; 
	text-align:center; 
	border: 1px solid #eee;
	background-color: #fcfcfc;
	padding: 25px;
}
#div__FormNewsletterPage .mailpoet_paragraph{
	text-align:center !important; 
}
#div__FormNewsletterPage .mailpoet_text{
	max-width: 350px;
	display: inline-block !important;
}
#div__FormNewsletterPage h3{
	padding: 0px !important;
	margin-bottom: 25px !important;
}
#div__FormNewsletterPage h3:before{
	display: none !important;
	padding: 0px !important
}

#div__FormNewsletterPage .mailpoet_submit{
	border:0px;
}


#div__FormNewsletterPage .parsley-custom-error-message{
	text-align:center !important; 
}

#spu-9148 .spu-container{
	padding: 15px !important;
}

#content #text .wprt-container{
	padding-top: 30px !important;
}

.div__VignetteCategoriesLivres > div,
.div__VignetteCategoriesLivres > div p{
	text-align: center !important;
}

.div__VignetteCategoriesLivres > div h4{
	font-size: 18px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	margin-bottom: 15px;
}
.div__VignetteCategoriesLivres > div img{
	width: 64px;
	height: 64px;
	margin-bottom: 15px;
}
.div__VignetteCategoriesLivres > div a{
	display: inline-block;
	font-size: 16px !important;
	background-color: #FF3200 !important;
	color: #fff !important;
	padding: 10px 20px;
	margin-top: 15px !important;
	margin-bottom: 30px !important;
	border-radius: 2px;
}
.div__VignetteCategoriesLivres > div a:hover{
	background-color: #13218A !important;
	color: #fff !important;
}
.div__VignetteLivresAchat{
    background-color: #f0f0f0 !important;
	padding: 15px !important;
	text-align: center;
}

.div__VignetteLivresAchat a {
    display: inline-block;
    font-size: 16px !important;
    background-color: #FF3200 !important;
    color: #fff !important;
    padding: 10px 20px;
    margin-top: 15px !important;
    margin-bottom: 30px !important;
    border-radius: 2px;
}


.div__VignetteCategoriesLivres div{
	background-color: #f2f2f2 !important;
	padding-top: 15px !important;
}


.wprt-container ul li{
	font-size: 14px !important;
	line-height: 1.3 !important;
}


#wysija-2{
	display: none;
}





