/**
 * Theme Name: Mouvements
 * Theme URI: http://mouvements.info/
 * Author: Hédi Chaibi (code) & Corrine Veron-Durand (design)
 * Author URI: http://hedichaibi.com/
 * Description: A wordpress theme for mouvements.info website.
 * Version: 1.0.2
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: red, black, white
 * Text Domain: mouvements
 */

/*******************************************************************************
	SOMMAIRE
*******************************************************************************

	1- TYPOGRAPIE
	2- GENERAL
		2.1- Les bouttons
	3- HEADER
		3.1- Le logo img + texte
		3.2- La recherche
		3.3- Le menu
	4- ACCUEIL
		4.1- Les articles en page d'accueil
		4.2- La sidebar en page d'accueil
		4.3- Le slider en page d'accueil


*/

/*******************************************************************************
	1- TYPOGRAPIE
*******************************************************************************/

* {font-family: 'Roboto', sans-serif;}

h1, h2, h3, h4, h5 {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	color: #000;
}

h1 {font-size: 34px;}
h2 {font-size: 30px;}
h3 {font-size: 22px;}
h4 {}
h5 {}

p {font-size: 18px;}


/*******************************************************************************
	2- GENERAL
*******************************************************************************/

/* wordpress classes */
.sticky,
.gallery-caption,
.bypostauthor {} /* required tags on theme check */
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	display: block;
	clear: both;
	margin: 0 auto;
}

img.alignleft {
	margin: 5px 20px 10px 0;
}
img.alignright {
	margin: 5px 0 10px 20px;
}
img.aligncenter {
	margin: 5px auto 1.7em;
}

/* medias */
.wp-caption {
	max-width: 100%;
	border: 0px solid #eee;
	margin-bottom: 1em;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1em;
}
.wp-caption img {
	display: block;
	margin: 5px auto 0;
	max-width: 98%;
	height: auto;
}
.wp-caption-text {
	text-align: center;
	font-size: 80%;
}
.wp-caption .wp-caption-text {
	font-size: 14px !important;
	font-weight: 700 !important;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px !important;

}

/* fix images size height auto on posts */
img.size-full {
	width: 100% !important;
	height: auto !important;
}

/* 404 */
.quatrecentquatre {
	font-size: 276px;
	line-height: 100%;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	color: #e22825;
	-webkit-transition: color 6s;
            transition: color 6s;
}

.not-found {
	font-size: 76px;
	line-height: 100%;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	color: #e22825;
	-webkit-transition: color 6s;
            transition: color 6s;
}

.quatrecentquatre:hover,
.not-found:hover {
	color: #000;
	-webkit-transition: color 6s;
            transition: color 6s;
}

.not-found-back-home a {
	color: #000;
	font-family: 'Roboto Slab', serif;
	-webkit-transition: color .25s;
            transition: color .25s;
}

.not-found-back-home a:hover {
	color: #e22825;
	-webkit-transition: color .25s;
            transition: color .25s;
}

.not-found-page {margin-bottom: 60px;}



/*.mouvements-preload {display: none;}*/

.fadeOnLoad {display: none;}

#content {margin-top: 30px; clear: both;}


img {max-width: 100%;}

.center {text-align: center}
.left {text-align: left;}
.right {text-align: right;}
.center-button {text-align: center;}


.no-results h3 {margin-top: 0;}
.no-results p {font-weight: 300;}
.no-results a {color: #e22b25; text-decoration: underline; -webkit-transition: color .3s; transition: color .3s;}
.no-results a:hover {color: #000; text-decoration: underline; -webkit-transition: color .3s; transition: color .3s;}

/* infos sous le menu */
.single .navbar {margin-bottom: 0;}
.sub-menu-infos {line-height: 50px; height: 50px;}
.page .navbar {margin-bottom: 0;}
.category .navbar {margin-bottom: 0;}
.page .breadcrumb {line-height: 50px;}
.category .custom-breadcrumb {padding-bottom: 8px;}

/* Breadcrumb */
.breadcrumb {background: none; text-transform: lowercase; padding-left: 0; padding-top: 0; margin: 0;}
.breadcrumb>li+li:before {content: ""; color: #000; text-decoration: none;}
.breadcrumb li {text-decoration: underline;}
.breadcrumb li a {color: #000;}
.breadcrumb .active {color: #e22b25; text-decoration: none; margin-left: -8px;}
.breadcrumb>li.active:before {content: "";}

.custom-breadcrumb {padding-left: 0; padding-top: 0; margin: 0; line-height: 50px;}
.custom-breadcrumb li {display: inline}
.custom-breadcrumb li a {color: #000; text-decoration: underline;}
.custom-breadcrumb .active {color: #e22b25;}

/* subscripts and superscripts */
sup, sub {
	position: relative;
	height: 0;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
	text-decoration: none;
	display: inline-block;
	margin-left: 1px;
}
sub {top: .5ex;}
sup {bottom: 1ex;}

.popover-close {
	border-radius: 100%;
	text-align: center;
	float: right;
	width: 30px;
	height: 30px;
	line-height: 27px;
	background: #e22825;
	color: #fff;
	font-size: 19px;
	font-weight: normal;
	margin-right: -13px;
	margin-top: -13px;
	-webkit-transition: background-color .25s;
	        transition: background-color .25s;
}

.popover-close:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: background-color .25s;
	        transition: background-color .25s;
}

.popover-content {
	font-weight: 300;
	color: #000;
	font-size: 16px;
	line-height: 26px;
	padding: 25px;
}



/* 2.1- Les bouttons
-----------------------------------------------*/
.button-link:hover {text-decoration: none;}

.btn-mouvements-1 {
	border: 0;
	border-bottom: 4px solid #a42e29;
	padding: 8px 25px;
	background: #e22b25;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

.btn-mouvements-1:hover {
	border-bottom: 2px solid #a42e29;
	margin-top: 2px;
	color: #fff;
}

.btn-mouvements-1:active,
.btn-mouvements-1:focus {
	border-bottom: 0;
	margin-top: 4px;
	color: #fff;
}

.btn-mouvements-2 {
	border: 0;
	border-bottom: 4px solid #910706;
	padding: 8px 25px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

.btn-mouvements-2:hover {
	border-bottom: 2px solid #910706;
	margin-top: 2px;
	color: #fff;
}

.btn-mouvements-2:active,
.btn-mouvements-2:focus {
	border-bottom: 0;
	margin-top: 4px;
	color: #fff;
}

.btn-mouvements-3 {
	border: 0;
	border-bottom: 4px solid #e22b25;
	padding: 8px 25px;
	padding-top: 12px;
	background: #e22b25;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-transition: all .3s;
            transition: all .3s;
}

.btn-mouvements-3:hover,
.btn-mouvements-3:active,
.btn-mouvements-3:focus {
	background: #fff;
	border-bottom: 4px solid #fff;
	color: #000;
	-webkit-transition: all .3s;
            transition: all .3s;
}


.btn-mouvements-tags {
	border: 0;
	padding: 5px 15px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	margin-right: 3px;
	-webkit-transition: all .3s;
            transition: all .3s;
}


.btn-mouvements-tags:hover {
	color: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: all .3s;
            transition: all .3s;
}

.btn-mouvements-tags.violet {background: #7a4b95;}
.btn-mouvements-tags.red {background: #e22825;}
.btn-mouvements-tags.green {background: #57ab9c;}
.btn-mouvements-tags.blue {background: #499fb2;}





/*******************************************************************************
	3- HEADER
*******************************************************************************/

/* 3.1- Le logo img + texte
-----------------------------------------------*/
#site-title {
	margin-top: 7px;
	margin-bottom: 10px;
}

#site-title a:hover{
	text-decoration: none;
}

.site-title-text {
	display: inline;
	margin-top: 0;
	text-transform: lowercase;
	color: #1d1d1b;
	font-size: 36px;
	letter-spacing: 1px;
}

.site-slogan {
	display: inline;
	margin-left: 5px;
	text-transform: lowercase;
	color: #838383;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 17px;
	letter-spacing: 1px;
}

/* 3.2- La recherche
-----------------------------------------------*/
#main-search {
	margin-top: 55px;
}

#secondary-search {
	margin-bottom: 15px;
}

#main-search .input-group input,
#secondary-search .input-group input {
	border: 0;
	box-shadow: none;
	background: #eeedea;
	color: #565353;
}

#main-search .input-group-btn button,
#secondary-search .input-group-btn button {
	background: #e22e25;
	color: #fff;
	border-color: #e22e25;
	border-left: 0;
	margin-left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all .3s;
            transition: all .3s;
}

#main-search .input-group-btn button:hover,
#main-search .input-group-btn button:active,
#main-search .input-group-btn button:focus,
#secondary-search .input-group-btn button:hover,
#secondary-search .input-group-btn button:active,
#secondary-search .input-group-btn button:focus {
	background: #000;
	border-color: #000;
	-webkit-transition: all .3s;
            transition: all .3s;

}



/* 3.3- Le menu
-----------------------------------------------*/
#main-nav {
	background: #e22e25;
	border-radius: 0;
	border: 0;
	-webkit-box-shadow: inset 0px 10px 10px -1px rgba(100,0,0,0.1), inset 0px -10px 10px -5px rgba(100,0,0,0.1);
	   -moz-box-shadow: inset 0px 10px 10px -1px rgba(100,0,0,0.1), inset 0px -10px 10px -5px rgba(100,0,0,0.1);
	        box-shadow: inset 0px 10px 10px -1px rgba(100,0,0,0.1), inset 0px -10px 10px -5px rgba(100,0,0,0.1);

}

#main-nav .nav li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;
	letter-spacing: 1px;
	-webkit-transition: all .25s;
	        transition: all .25s;
}

#main-nav .nav li a:hover {
	background-color: #e73a30;
	-webkit-transition: all .25s;
	        transition: all .25s;
}

#main-nav .nav .active a:hover {
	background-color: #000;
}

#main-nav .nav .current,
#main-nav .nav .active a {background: #000;}

#main-nav .navbar-collapse {padding-left: 0;}

#main-nav li:first-child a {padding-bottom: 14px;}

.navbar-default .navbar-toggle {border-color: #fff; -webkit-transition: all .3s; transition: all .3s;}
.navbar-default .navbar-toggle .icon-bar {color: #fff; background: #fff;}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:active {background-color: #000; border-color: #000; -webkit-transition: all .3s; transition: all .3s;}


/*******************************************************************************
	4- ACCUEIL
*******************************************************************************/
.home-left {
	border-right: 1px solid #ece8df;
	padding-right: 30px;
	padding-bottom: 50px;
}


/* 4.1- Les articles en page d'accueil
-----------------------------------------------*/
.home-category-title {
	margin-top: 0;
	margin-bottom: 15px;
	color: #cc342e;
}

.home-post-block {
	height: 310px;
	padding: 10px;
	padding-bottom: 0;
	margin-bottom: 30px;
	background: #eeedea;
	border: 10px solid #eeedea;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: background .3s;
            transition: background .3s;
}

.home-post-block header {
	margin-bottom: 10px;
}

.home-post-block .post-meta {
	color: #e22825;
	font-weight: 700;
}

.home-post-block .post-meta .category {
	text-transform: uppercase;
	font-size: 20px;
	-webkit-transition: color .3s;
    transition: color .3s;
}

.home-post-block .post-meta .date {
	font-size: 16px;
	-webkit-transition: color .3s;
            transition: color .3s;
}

.home-post-block .post-meta .date:hover {
	-webkit-transition: color .3s;
            transition: color .3s;
}

.home-post-block .post-title {
	margin: 5px 0;
	-webkit-transition: color .3s;
    transition: color .3s;
}

.home-post-block .author {
	font-size: 16px;
	color: #6c6757;
}

.home-post-block .post-excerpt {
	color: #222;
	font-weight: 300;
}

.home-post-link:hover {
	text-decoration: none;
}

.home-post-link:hover .home-post-block {
	background: #fff;
	border: 10px solid #eeedea;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: background .3s;
            transition: background .3s;
}

.home-post-link:hover .home-post-block .post-meta {
	color: #010000;
}

.home-post-link:hover .home-post-block .post-title {
	color: #cc342e;
}

.triangle-on-home-posts {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 50px 50px 0;
	border-color: transparent #e22825 transparent transparent;
	position: absolute;
	right: 15px;
	top: 0;
	-webkit-transition: border .3s;
            transition: border .3s;
}

.home-post-link:hover .triangle-on-home-posts {
	border-color: transparent #000 transparent transparent;
	-webkit-transition: border .3s;
            transition: border .3s;
}

.plus-on-triangle {
	position: absolute;
	right: -42px;
	top: 0;
	font-size: 22px;
	color: #fff;
}



/* 4.2- La sidebar en page d'accueil
-----------------------------------------------*/

.home-sidebar > li {
	list-style: none;
	padding-left: 15px;
	padding-right: 0;
	margin-bottom: 45px;
}

.home-revue-block .la-revue-container {
	padding-top: 15px;
	padding-bottom: 20px;
	background: #eeece7;
}

.la-revue-container img {
	z-index: 1;
}

.home-revue-block .la-revue {
	width: 200px;
	display: block;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.26);
	   -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.26);
	        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.26);
}

.home-revue-block .numero-revue {
	z-index: 3;
	letter-spacing: 0px;
	word-spacing: 0px;
}

.la-revue-triangle {
	display: inline-block;
	width: 2px;
	height: 0;
	border-style: solid;
	border-width: 0 0 50px 20px;
	border-color: transparent transparent #000000 transparent;
	float: right;
	margin-top: -30px;
	position: absolute;
	right: 180px;
	box-sizing: content-box;
	margin-right: -3px;
}

.la-revue-numero {
	display: inline-block;
	height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	background: #000;
	color: #fff;
	font-size: 24px;
	line-height: 50px;
	margin-top: -30px;
	position: absolute;
	right: 15px;
}

.home-revue-block .revue-title {
	font-size: 24px;
	color: #cc342e;
	margin-top: 25px;
}

.home-revue-block .la-revue-details {
	font-size: 18px;
	color: #000;
	margin-bottom: 20px;
}

.home-revue-block .revue-lire {
	padding-right: 7px;
}

.home-revue-block .revue-commander {
	padding-left: 7px;
}

.home-sidebar-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.home-sidebar hr {
	margin-top: 0;
	border-color: #000;
	border-top-width: 4px;
}



.event-header {
	padding: 0px 30px;
	background: #eeece7;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}

.event-header .numero-jour {
	font-size: 94px;
	font-family: 'Roboto Slab', serif;
	float: left;
}

.event-header .event-date-other {
	font-size: 19px;
	font-family: 'Roboto Slab', serif;
	float: left;
	margin-left: 12px;
	margin-top: 30px;
	line-height: 25px;
}


.event-content {
	background: #e22825;
	padding: 20px 30px;
	font-size: 16px;
	color: #000;
	font-weight: 700;
}

.event-content h3 {
	margin-top: 0;
	margin-bottom: 20px;
	color: #fff;
	font-size: 24px;
}

.event-content p {
	margin-bottom: 15px;
}

.button-evenements .btn-link {
	color: #000;
	font-size: 16px;
	text-decoration: underline;
	-webkit-transition: color .2s;
            transition: color .2s;
}

.button-evenements .btn-link:hover {
	color: #eeece7;
	-webkit-transition: color .2s;
            transition: color .2s;
}

.center-button {text-align: center;}

.video-a-la-une .home-sidebar-content {
	position: relative;
}

.video-a-la-une article img {
	width: 100%;
	height: auto;
	position: relative;

}










.video-a-la-une article .ex1.video-image-on-sidebar {
    position: relative;
    display: inline-block;
	width: 100%;
}

.video-a-la-une article .video-image-on-sidebar a {
    display: inline-block;
    position: relative;
    width: 100%;
}



/* Gets rid of the extra white space that follows an inline element*/
.video-a-la-une article .video-image-on-sidebar img {
    vertical-align: bottom;
}

/* Creates the play arrow motif */
.video-a-la-une article .video-image-on-sidebar .play {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    right: 50%;
    margin: -28px;
    background: #e22825;
    -webkit-transition: all .3s;
            transition: all .3s;
}
.video-a-la-une article .video-image-on-sidebar .play span {
    position: absolute;
    background-image: url('images/slider-next.png');
    background-repeat: no-repeat;
    background-position: 56% 50%;
    background-size: 14px 22px;
    width: 100%;
    height: 100%;
}

.video-a-la-une .video-home-post-link:hover .play {
    background: #000;
    -webkit-transition: all .3s;
            transition: all .3s;
}

.video-a-la-une .video-home-post-link:hover {
	text-decoration: none;
}

.video-a-la-une .video-on-sidebar-content {
	background: #eeece7;
	padding: 20px 30px;
}

.video-a-la-une .video-date {
	color: #e22825;
	font-size: 16px;
}

.video-a-la-une .video-title {
	color: #000;
	font-size: 24px;
	line-height: 30px;
	margin-top: 7px;
	margin-bottom: 5px;
}


.video-a-la-une .triangle-on-home-video {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 50px 50px 0;
	border-color: transparent #e22825 transparent transparent;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: border .3s;
            transition: border .3s;
}

.video-a-la-une .plus-on-triangle {
	position: absolute;
	right: -42px;
	top: 0;
	font-size: 22px;
	color: #fff;
}























.nos-partenaires ul {
	padding-left: 0;
}

.nos-partenaires li {
	list-style: none;
}

.nos-partenaires li a {
	color: #d2292a;
	text-decoration: underline;
	font-size: 18px;
}

.nos-partenaires li a:hover {
	color: #000;
	text-decoration: underline;
}



/* 4.2- Le slider en page d'accueil
-----------------------------------------------*/
.fixe-home {
	display: block;
	height: 20px;
	width: 100%;
}


.flexslider {
	border: 0;
	margin-bottom: 80px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

.flex-control-nav li a {
	background: #e22825;
	-webkit-transition: all .3s;
            transition: all .3s;
}

.flex-control-nav li a.flex-active {
	background: #000;
}

.flex-direction-nav li a {
	opacity: 1;
	filter: alpha(opacity=100);
}

.flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-prev  {
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}

.flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-next  {
	right: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}

.flex-direction-nav a:before,
.flex-direction-nav a.flex-next:before {content: '';}

.flex-direction-nav a {
	content: '';
	background-image: url('images/slider-prev.png') !important;
	background-repeat:no-repeat;
	background-position: 42% 50%;
	background-color: #e22825;
    background-size: 14px 22px;
}
.flex-direction-nav a.flex-next {
	background-image: url('images/slider-next.png')  !important;
	background-position: 58% 50%;
}

.flex-direction-nav a:hover {
	background-color: #000;
}

.carousel-caption {
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.8);
	text-align: left;
	padding: 0;
}

.slider-caption-content {
	padding: 12px 50px 15px 50px;
}

.slider-caption-content .category {
	font-size: 18px;
	color: #d2292a;
	text-transform: uppercase;
}

.slider-caption-content .slider-post-title {
	font-size: 30px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 5px;
}

.slider-caption-content .slider-post-meta {
	font-size: 14px;
	color: #9a9898;
}

.slider-caption-content p {
	font-size: 18px;
	color: #9a9898;
	margin-bottom: 0;
}

.flexslider .slides img {height: auto !important;}




/*******************************************************************************
	DOSSIERS
*******************************************************************************/
.dossiers-page .dossier-block {
	height: 90px;
	line-height: 90px;
	background: #eeedea;
	text-align: center;
	margin-bottom: 30px;
}

.dossiers-page .dossier-title {
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	margin: 0;
	padding: 0 10px;
	vertical-align:middle;
	display:inline-block;
	line-height:normal; /* on rétablit le line-height */
	-webkit-transition: all .3s;
            transition: all .3s;
}

.triangle-on-dossier-blocks {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 30px 30px 0;
	border-color: transparent #599b67 transparent transparent;
	position: absolute;
	right: 15px;
	top: 0;
	-webkit-transition: border .3s;
            transition: border .3s;
}

.dossiers-page .dossier-block-link:hover .dossier-block {
	background: #599b67;
	-webkit-transition: all .3s;
            transition: all .3s;
}

.dossiers-page .dossier-block-link:hover .dossier-title {
	color: #fff;
	-webkit-transition: all .3s;
            transition: all .3s;
}



/*******************************************************************************
	RECHERCHE
*******************************************************************************/
.panel-heading {
	margin-top: 10px;
}

.panel,
.panel-default,
.panel-heading,
.panel-default>.panel-heading {
	border: 0;
	background-color: #e22825;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}

.panel-title a {
	width: 100%;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-decoration: none;
}

.panel-arrow-down {
	float: right;
	width: 15px;
	line-height: 20px;
}

.panel-body {
	background: #eeedea;
	border: 1px solid #e22825;
}

#dossier-search {
	margin-bottom: 15px;
}

#dossier-search .input-group input {
	border: 0;
	box-shadow: none;
	background: #eeedea;
	color: #565353;
}

#dossier-search .input-group-btn button {
	background: #e22e25;
	color: #fff;
	border-color: #e22e25;
	border-left: 0;
	margin-left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all .3s;
            transition: all .3s;
}

#dossier-search .input-group-btn button:hover,
#dossier-search .input-group-btn button:active,
#dossier-search .input-group-btn button:focus {
	background: #000;
	border-color: #000;
	-webkit-transition: all .3s;
            transition: all .3s;

}

.panel-body label,
.panel-body select,
.panel-body option {
	font-weight: 300;
	font-size: 16px;
	color: #000;
}


.tri-dossier-heading {
	background: #7a4b95;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 0 20px 0;
}



.liste-dossiers-page .home-post-block {
	padding: 20px;
	height: auto;
}

.liste-dossiers-page .post-title {
	font-size: 30px;
}

.liste-dossiers-page .post-thumbnail-image {
	float: left;
	width: 290px;
	height: auto;
}

.liste-dossiers-page .post-heading,
.liste-dossiers-page .post-excerpt {
	margin-left: 0;
}

.liste-dossiers-page .has-post-thumbnail .post-heading,
.liste-dossiers-page .has-post-thumbnail .post-excerpt,
.liste-dossiers-page .has-post-thumbnail .post-tags {
	margin-left: 320px;
}

.liste-dossiers-page .has-post-thumbnail.post-block-edito .post-heading,
.liste-dossiers-page .has-post-thumbnail.post-block-edito .post-excerpt,
.liste-dossiers-page .has-post-thumbnail.post-block-edito .post-tags {
	margin-left: 220px;
}

.liste-dossiers-page .post-tags .btn-mouvements-tags{margin-top: 6px;}

.liste-dossiers-page .post-excerpt {
	font-size: 16px;
	margin-bottom: 11px;
}

.liste-dossiers-page .home-post-link:hover .home-post-block {
	padding: 20px;
}



.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background: #f0f0e7;
	border-color: #dadada;
	color: #000;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	color: #000;
	cursor: default;
}

.pagination li a {
	color: #000;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}

.pagination li a:hover {
	color: #000;
}


.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}

.pagination .upagicurrent,
.pagination .current {
	background-color: rgba(240,240,229,0.81);
	color: #000;
}

.pagination .prev,
.pagination .next {
	display: none;
}

[class*='cmf-check-'] label {
	width: 100%;
}

[class*='cmf-check-'] label input {
	margin-right: 8px;
}

[class*='tax-check-'] label {
	width: 100%;
}

[class*='tax-check-'] label input {
	margin-right: 8px;
}


.page-article-heading-title {
	font-size: 20px;
}



/*******************************************************************************
	NUMEROS
*******************************************************************************/




/*******************************************************************************
	ARTICLE
*******************************************************************************/
.the-post {background: #fff;}

.panel-on-posts {
	box-shadow: none;
	border-bottom: 1px solid #000;
}

.panel-on-posts .panel-heading {
	background-color: #fff;
	border-top: 1px solid #000;
	border-bottom: 0px solid #000;
}

.panel-on-posts .panel-title a {
	color: #000;
}

.panel-on-posts .panel-arrow-down img {
	-webkit-filter: invert(100%);
	   -moz-filter: invert(100%);
	    -ms-filter: invert(100%);
	     -o-filter: invert(100%);
	        filter: invert(100%);
}

.panel-on-posts .panel-body {
	background: #fff;
}

.post-thumbnail-caption {
	font-weight: 700;
	font-size: 14px;
	text-align: right;
	padding-top: 5px;
	margin-top: -25px;
}


/* 24 juillet */

.panel-group .panel+.panel {
	margin-top: 0;
	margin-bottom: 0;
}

.panel-heading {
	margin-top: -1px;;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top-color: #000;
	border-left-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
}

.edito .panel-arrow-down,
.post-page .panel-arrow-down {
	float: left;
	margin-right: 8px;
}

.edito .panel-heading,
.post-page .panel-heading {
	padding-left: 2px;
}


.edito .panel-title a,
.post-page .panel-title a {
	font-weight: 700;
	font-size: 21px;
}

.dossiers-associes {
	border-bottom-color: #fff;
}

.dossiers-associes .panel-heading {
	border-bottom: 1px solid #000;
}

.dossiers-associes .collapse .panel-body,
.dossiers-associes .collapsing .panel-body {
	margin-top: -1px;
}

.dossiers-associes button {
	margin-bottom: 7px;
}

.dossiers-associes .panel-body {
	padding: 20px 0px 0px 0px;
}

.auteurs .panel-body {
	padding-left: 0;
	padding-right: 0;
	padding-top: 9px;
}

.auteurs .co-author-wrap {
	background: #eeedea;
	padding: 20px;
	margin-bottom: 1px;
}

.auteurs .co-author-wrap h5 {
	font-size: 18px;
	margin: 0;
	-webkit-transition: color .2s;
            transition: color .2s;
}

.auteurs .co-author-wrap:hover h5 {
	color: #cc342e;
	-webkit-transition: color .2s;
            transition: color .2s;
}

.auteurs .co-author-bio {
	color: #333;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 0;
}


/* end: 24 juillet */


/* 25 juillet */

.sommaire .panel-body {
	padding-left: 0;
	padding-right: 0;
	padding-top: 9px;
}

.sommaire #toclist {
	padding-left: 0;
}

.sommaire #toclist li {
	list-style: none;
	background: #eeedea;
	padding: 20px;
	margin-bottom: 1px;
}

.sommaire #toclist li a {
	color: #000;
	font-size: 16px;
}

.sommaire #toclist li a:hover {
	text-decoration: none;
	color: #cc342e;
	-webkit-transition: color .2s;
            transition: color .2s;
}

.annexe-bottom {
	margin-bottom: 110px;
}

.annexe-bottom .panel-body p {
	margin-bottom: 0;
	color: #222;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
}

.annexe-bottom .panel-body p a,
.annexe-bottom .panel-body a {
	color: #cc342e;
	text-decoration: underline;
	word-break: break-all;
	-webkit-transition: color .2s;
            transition: color .2s;
}

.annexe-bottom .panel-body p a:hover,
.annexe-bottom .panel-body a:hover {
	color: #000;
	-webkit-transition: color .2s;
            transition: color .2s;
}


/* end: 25 juillet */




.post-title-top-separator {
	display: block;
	width: 124px;
	height: 12px;
	background: #cc342e;
}

.post-page .post-title {
	font-size: 55px;
	color: #cc342e;
	margin-top: 13px;
	margin-bottom: 10px;
}

.post-page .post-subtitle {
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 24px;
	color: #222;
	font-family: 'Roboto', sans-serif;
}

.post-page .post-author {
	font-size: 18px;
	color: #6c6757;
	margin: 0;
}

.post-page .featured-image {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 25px;
}

.post-page .post-content {
	margin-top: 30px;
	margin-bottom: 70px;
}

.post-page .post-content p {
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 50px;
	color: #222;
}

.post-page .post-content .chapeau {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 50px;
	color: #222;
}

.post-page .post-content a {
	color: #e22825;
	text-decoration: underline;
	font-weight: normal;
	-webkit-transition: color .2s;
            transition: color .2s;
}

.post-page .post-content a:hover {
	color: #000;
	-webkit-transition: color .2s;
            transition: color .2s;
}

.post-page .post-anchor-top-separator {
	display: block;
	width: 124px;
	height: 12px;
	background: #000;
}

.post-page .post-anchor h3 {
	font-size: 33px;
	margin-top : 25px;
	margin-bottom: 35px;
}







.post-page .annexe-title {
	font-size: 30px;
	color: #cc342e;
	margin-bottom: 50px;
}

.wp-post-image {
	width: 100%;
	height: auto;
}


.post-share-links {
	margin-bottom: 30px;
}

.post-share-block {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 7px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	-webkit-transition: all .3s;
            transition: all .3s;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

.post-share-block:hover {
	opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transition: all .3s;
            transition: all .3s;
}

.block-facebook {background: #4863bb;}
.block-twitter {background: #4cade7;}
.block-google-plus {background: #dd4b39;}
.block-rss {background: #f9bf4b;}

.post-share-block i {
	line-height: 42px;
}


/* Metas et breadcrumb pour les articles
-----------------------------------------------*/
.post-meta-sous-menu {
	display: block;
	font-size: 22px;
	font-weight: bold;
	text-align: right;
	height: 100%;
	float: right;
	text-align: right;
}

.date-sous-menu-container,
.type-darticle-sous-menu-container {
	display: inline-block;
}

.date-sous-menu-container {
	float: right;
	z-index: -1;
	text-align: right;
	margin-right: 3px;
}


.date-sous-menu {
	font-family: 'Roboto Slab', serif;
	height: 100%;
	color: #000;
	background: #e1dfd7;
	padding: 0 20px 0 20px;
	z-index: -1;
}

.date-sous-menu .triangle-sous-menu {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 50px 0;
	border-color: transparent #e1dfd7 transparent transparent;
	float: left;
	margin-left: -28px;
	z-index: -1;
}

.date-sous-menu .triangle-sous-menu-2 {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 50px 0;
	border-color: #e1dfd7 transparent #e1dfd7 #e1dfd7;
	float: right;
	z-index: -1;
	margin-right: -28px;
}

.type-darticle-sous-menu-container {
	z-index: 2;
	float: right;
}

.type-darticle-sous-menu {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	color: #fff;
	background: #000;
	height: 100%;
	padding: 0 34px 0 30px;
	z-index: 2;
}

.type-darticle-sous-menu .triangle-sous-menu {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 50px 0;
	border-color: transparent #000000 transparent transparent;
	float: left;
	margin-left: -38px;
	z-index: 2;
}



/* related-posts
-----------------------------------------------*/
.tab-panel-container {
	padding-top: 35px;
	padding-bottom: 5px;
}

.related-posts-red-background {
	width: 100%;
	min-height: 410px;
	background: #cc342e;
	max-height: 410px !important;
	overflow-y: hidden;
}


.related-posts .nav-tabs>li {
	background: #c3beae;
	margin-right: 5px;
}

.related-posts .nav-tabs>li.active {
	background: #cc342e;
}

.related-posts .nav-tabs>li a {
	background: none;
	border: 0;
	color: #000;
	font-size: 25px;
	font-weight: 700;
	font-family: 'Roboto Slab', serif;
	-webkit-transition: color .25s;
            transition: color .25s;
}

.related-posts .nav-tabs>li.active a {
	background: none;
	border: 0;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
}

.related-posts .nav-tabs>li a:hover {
	background: none;
	border: 0;
	color: #fff;
	-webkit-transition: color .25s;
            transition: color .25s;
}

.related-posts .tab-content {
	background: #cc342e;
}

.related-posts-block {
	background: #fff;
	padding: 20px;
	margin: 15px;
	height: 310px;
}

.related-posts-block-2 {
	background: #fff;
	padding: 20px;
	margin: 15px;
	height: 310px;
}

.related-posts-link {
	width: 100%;
	height: 100%;
	display: block;
}

.related-posts-link:hover {
	text-decoration: none;
}

.related-posts-type-article {
	font-size: 20px;
	color: #cc342e;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: color .3s;
	        transition: color .3s;
}

.related-posts-title {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 20px;
	-webkit-transition: color .3s;
	        transition: color .3s;
}

.related-posts-excerpt {
	font-size: 18px;
	font-weight: 300;
	color: #222;
}


.related-posts .triangle-on-home-posts {
	border-color: transparent #000 transparent transparent;
	margin-right: -15px;
}

.related-posts-block:hover .related-posts-type-article {
	color: #000;
	-webkit-transition: color .3s;
	        transition: color .3s;
}

.related-posts-block:hover .related-posts-title {
	color: #cc342e;
	-webkit-transition: color .3s;
	        transition: color .3s;
}





.slick-carousel .slick-prev:before,
.slick-carousel .slick-next:before {
	content: "";
}

.slick-carousel .slick-prev {
	width: 40px;
	height: 40px;
	content: '';
	background-image: url('images/slider-prev.png') !important;
	background-repeat:no-repeat;
	background-position: 42% 50%;
	background-color: #000;
    background-size: 14px 22px;
    -webkit-transition: background-color .25s;
            transition: background-color .25s;
}

.slick-carousel .slick-next {
	width: 40px;
	height: 40px;
	content: '';
	background-image: url('images/slider-next.png')  !important;
	background-repeat:no-repeat;
	background-position: 42% 50%;
	background-color: #000;
    background-size: 14px 22px;
    -webkit-transition: background-color .25s;
            transition: background-color .25s;
}

.slick-carousel .slick-prev:hover,
.slick-carousel .slick-next:hover {
	background-color: #3d3d3d;
	-webkit-transition: background-color .25s;
            transition: background-color .25s;
}







.slick-carousel-2 .slick-prev:before,
.slick-carousel-2 .slick-next:before {
	content: "";
}

.slick-carousel-2 .slick-prev {
	width: 40px;
	height: 40px;
	content: '';
	background-image: url('images/slider-prev.png') !important;
	background-repeat:no-repeat;
	background-position: 42% 50%;
	background-color: #000;
    background-size: 14px 22px;
    -webkit-transition: background-color .25s;
            transition: background-color .25s;
}

.slick-carousel-2 .slick-next {
	width: 40px;
	height: 40px;
	content: '';
	background-image: url('images/slider-next.png')  !important;
	background-repeat:no-repeat;
	background-position: 42% 50%;
	background-color: #000;
    background-size: 14px 22px;
    -webkit-transition: background-color .25s;
            transition: background-color .25s;
}

.slick-carousel-2 .slick-prev:hover,
.slick-carousel-2 .slick-next:hover {
	background-color: #3d3d3d;
	-webkit-transition: background-color .25s;
            transition: background-color .25s;
}






.slick-prev { left: -25px; }

.slick-next { right: -25px; }

.slick-track {}

.tab-pane {width: 99.99%}




/* popover */
.popover {
	border: 0;
	background: #e1dfd7;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
}

.pop:hover {
	cursor: pointer;
}

.popover.bottom>.arrow {border-bottom-color: #e1dfd7 !important;}
.popover.bottom>.arrow:after {border-bottom-color: #e1dfd7 !important;}

.popover.left>.arrow {border-left-color: #e1dfd7 !important;}
.popover.left>.arrow:after {border-left-color: #e1dfd7 !important;}

.popover.top>.arrow {border-top-color: #e1dfd7 !important;}
.popover.top>.arrow:after {border-top-color: #e1dfd7 !important;}

.popover.right>.arrow {border-right-color: #e1dfd7 !important;}
.popover.right>.arrow:after {border-right-color: #e1dfd7 !important;}


/* EDITO-PAGE
-----------------------------------------------*/
.edito .the-content p {
	/*font-weight: 700;*/
}


.edito .cairn-bottom {
	background: #eeedea;
	padding: 35px;
	margin-bottom: 120px;
	margin-top: 40px;
}

.edito .cairn-bottom .commander-text {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	margin: 0;
}

.edito .cairn-bottom .revue-commander {
	margin-top: 20px;
}

.edito-on-search-thumbnail-image {
	float: left;
	width: 190px;
	height: auto;
}

.liste-editos-page .has-post-thumbnail .post-heading,
.liste-editos-page .has-post-thumbnail .post-excerpt,
.liste-editos-page .has-post-thumbnail .post-tags {
	margin-left: 220px;
}

.liste-editos-page .post-block-no-edito.has-post-thumbnail .post-heading,
.liste-editos-page .post-block-no-edito.has-post-thumbnail .post-excerpt,
.liste-editos-page .post-block-no-edito.has-post-thumbnail .post-tags {
	margin-left: 320px;
}

.liste-editos-page .home-post-block {
	height: auto;
}

.liste-editos-page .post-title {
	font-size: 30px;
}

.cairn-logo {margin-bottom: 15px;}





/* VIDEO-PAGE
-----------------------------------------------*/
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 25px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





/* Mise en forme de la page resultat de recherche
-----------------------------------------------*/
.page-article-heading {
		display: block;
		height: 50px;
		line-height: 50px;
		text-align: center;
		margin-bottom: 20px;
		font-size: 24px;
		color: #fff;
}

.page-article-heading-title {
		display: block;
		width: 100%;
		height: 100%;
		background: #000;
}

.page .home-post-block {
	margin-bottom: 20px;
}

.page .panel-group .panel,
.category .panel-group .panel,
.search .panel-group .panel {
	margin-bottom: 10px;
}

#articles-results {
	width: 100%;
	min-height: 900px !important;
}

/*******************************************************************************
	PAGE
*******************************************************************************/

/* Page contact
-----------------------------------------------*/
.page-template-page-contact-php .post-title {
	font-size: 55px;
	color: #cc342e;
	margin-top: 13px;
	margin-bottom: 10px;
}

.page-template-page-contact-php #content p {
	font-size: 20px;
}

.page-template-page-contact-php .post-content {
	margin-bottom: 40px;
}

.page-template-page-contact-php .wpcf7 * {
	font-size: 18px;
}

.page-template-page-contact-php #content input {
	border: 0;
	background: #eeedea;
	margin-top: 5px;
	width: 100%;
	height: 30px;
	padding-left: 6px;
}

.page-template-page-contact-php textarea {
	border: 0;
	background: #eeedea;
	margin-top: 5px;
	width: 100%;
	padding-left: 6px;
}

.page-template-page-contact-php .wpcf7-form-control-wrap {
	width: 100%;
}

.page-template-page-contact-php .wpcf7-not-valid-tip {
	font-size: 16px;
}

.page-template-page-contact-php #content .wpcf7-submit {
	border: 0;
	border-bottom: 4px solid #a42e29;
	padding: 8px 15px;
	margin-top: 25px;
	background: #e22b25;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 20px;
	line-height: 20px;
	display: block;
	box-sizing: content-box;
	width: 75px;
}

.page-template-page-contact-php #content .wpcf7-submit:hover {
	border-bottom: 2px solid #a42e29;
	margin-top: 27px !important;
	color: #fff;
}


.page-template-page-contact-php .post-share-links {
	text-align: right;
}

.cairn-contact-block {
	background: #eeedea;
	padding: 25px;
	margin-bottom: 60px;
}

.logo-cairn-contact {
	text-align: center;
	margin-bottom: 40px;
}

.cairn-contact-text {
	color: #000;
	font-size: 31px;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	margin-left: 60px;
	margin-bottom: 40px;
}

.cairn-contact-text a {
	color: #cc342e;
	-webkit-transition: color .25s;
            transition: color .25s;
}

.cairn-contact-text a:hover {
	color: #444;
	text-decoration: none;
	-webkit-transition: color .25s;
            transition: color .25s;
}

.contact-cairn-commander {
	margin-left: 60px;
	margin-bottom: 20px;
}



/* Page qui-sommes-nous
-----------------------------------------------*/
.page-template-page-qui-sommes-nous-php .post-title {
	font-size: 55px;
	color: #cc342e;
	margin-top: 13px;
	margin-bottom: 10px;
}

.page-template-page-qui-sommes-nous-php #content p {
	margin-bottom: 50px;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
}

.page-template-page-qui-sommes-nous-php p a {
	color: #cc342e;
	font-weight: normal;
}

.page-template-page-qui-sommes-nous-php p a:hover {
	color: #000;
}

.page-template-page-qui-sommes-nous-php .post-anchor-top-separator {
	display: block;
	width: 124px;
	height: 12px;
	background: #000;
}

.page-template-page-qui-sommes-nous-php .post-anchor h3 {
	font-size: 33px;
	margin-top : 25px;
	margin-bottom: 35px;
}


.page-template-page-qui-sommes-nous-php .home-sidebar-title {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.page-template-page-qui-sommes-nous-php hr {
	color: #000;
	border-top: 1px solid #000;
	margin: 0;
}

.page-template-page-qui-sommes-nous-php .nos-partenaires {
	margin-bottom: 40px;
}

.page-template-page-qui-sommes-nous-php .nos-partenaires header {
	margin-bottom: 20px;
}

.page-template-page-qui-sommes-nous-php .post-content,
.page-template-page-qui-sommes-nous-php .nos-partenaires {
	margin-bottom: 60px;
}


/* Page evenements
-----------------------------------------------*/
.page-template-page-evenements-php .cairn-contact-text {
	font-size: 22px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.page-template-page-evenements-php .contact-cairn-commander {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.page-template-page-evenements-php #articles-results {
	min-height: 0 !important;
}


/* Page plan du site
-----------------------------------------------*/
.page-plan a {
	color: #cc342e;
	font-weight: normal;
}

.page-plan a:hover {
	color: #000;
}


/* Page defaut
-----------------------------------------------*/
.page-page .post-title {
	font-size: 55px;
	color: #cc342e;
	margin-top: 13px;
	margin-bottom: 10px;
}

.page-page .post-heading {
	margin-bottom: 40px;
}

.page-page .post-content {
	margin-bottom: 40px;
}

.page-page #content p {
	margin-bottom: 50px;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
}

.page-page p a {
	color: #cc342e;
	font-weight: normal;
}

.page-page p a:hover {
	color: #000;
}

.page-page .post-anchor-top-separator {
	display: block;
	width: 124px;
	height: 12px;
	background: #000;
}

.page-page .post-anchor h3 {
	font-size: 33px;
	margin-top : 25px;
	margin-bottom: 35px;
}




/*******************************************************************************
	FOOTER
*******************************************************************************/

/* Le triple footer
-----------------------------------------------*/
#main-footer {

}

#footer-triple-container {
	color: #fff;
	background: #000;
}

.light-black {
	background: #222;
}

.footer-triangle {
	width: 0;
    height: 0;
    border-top: 150px solid #000;
    border-right: 30px solid #222;
}

.footer-triangle-inv {
	width: 0;
    height: 0;
    border-top: 150px solid #222;
    border-right: 30px solid #000;
}

#footer-triple-container h3 {
	color: #fff;
}

#footer-triple-container small {
	font-size: 13px;
	color: #a9a8a8;
}

#footer-triple-container small a {
	color: #e22825;
	text-decoration: underline;
}

#footer-triple-container small a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-social i {
	margin-right: 17px;
	color: #fff;
	font-size: 40px;
	-webkit-transition: all .3s;
            transition: all .3s;
}

.footer-social i:hover {
	color: #e22825;
	-webkit-transition: all .3s;
            transition: all .3s;
}

.footer-newsletter {
	height: 150px;
	padding-left: 70px;
	padding-right: 60px;
}

.footer-newsletter .input-group input {
	border: 0;
	box-shadow: none;
	background: #eeedea;
	color: #565353;
}

.footer-newsletter .input-group-btn button {
	background: #e22e25;
	color: #fff;
	border-color: #e22e25;
	border-left: 0;
	margin-left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all .3s;
            transition: all .3s;
}

.footer-newsletter .input-group-btn button:hover,
.footer-newsletter .input-group-btn button:active,
.footer-newsletter .input-group-btn button:focus {
	background: #3e3e3e;
	border-color: #3e3e3e;
	-webkit-transition: all .3s;
            transition: all .3s;
}

.footer-to-contact {
	margin-top: 55px;
	margin-left: 20px;
}


/* newsletter MailPoet */
#mc_embed_signup .mailchimp-email-input {
	-webkit-border-top-left-radius: 3px;
	    -moz-border-radius-topleft: 3px;
	        border-top-left-radius: 3px;

	-webkit-border-bottom-left-radius: 3px;
	    -moz-border-radius-bottomleft: 3px;
	        border-bottom-left-radius: 3px;
}

#mc_embed_signup .input-group {
	margin-top: 20px;
}

.widget_wysija input[name="wysija[user][email]"] {
	border: 0;
	box-shadow: none;
	background: #eeedea;
	color: #565353;
}

.widget_wysija_cont .wysija-submit {
	margin-top: 0;
	padding: 7px 12px;
}

.footer-newsletter .input-group input.wysija-submit {
	background: #e22e25;
	color: #fff;
	border-color: #e22e25;
	border-left: 0;
	margin-left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all .3s;
            transition: all .3s;
}

.footer-newsletter .input-group input.wysija-submit:hover {
	background: #3e3e3e;
	border-color: #3e3e3e;
	-webkit-transition: all .3s;
            transition: all .3s;
}

.footer-newsletter .notice-msg,
.footer-newsletter .updated a.shownotices {
	display: none;
}


/* - Le footer navigation menu
-----------------------------------------------*/
#footer-nav-container {
	width: 100%;
	background: #3e3e3e;
}

.footer-nav ul {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 0;
}

.footer-nav li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	margin-right: 35px;
}

.footer-nav li a {
	line-height: 30px;
	color: #dddada;
	-webkit-transition: color .3s;
	        transition: color .3s;
}

.footer-nav li a:hover {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color .3s;
	        transition: color .3s;
}



#copyright p {
	font-size: 16px;
	color: #dddada;
	margin-top: 25px;
	margin-bottom: 25px;
}



#scrollUp {
	bottom: 15px;
	right: 15px;
	padding: 9px 8px 12px 8px;
	background: #e22825;
	color: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: all .3s;
            transition: all .3s;
}

#scrollUp:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all .3s;
            transition: all .3s;
}

.to-top {
	width: 25px;
}




/* Mobile Search
-----------------------------------------------*/
/* Search icon by IcoMoon, made with http://icomoon.io/app/ */
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon/icomoon.eot');
	src:url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon/icomoon.woff') format('woff'),
		url('fonts/icomoon/icomoon.ttf') format('truetype'),
		url('fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.sb-search {
	position: relative;
	margin-top: 0;
	width: 0%;
	min-width: 60px;
	height: 80px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: rgba(255, 255, 255, .9);
	width: 100%;
	height: 80px;
	margin: 0;
	z-index: 10;
	padding: 20px 65px 20px 20px;
	font-family: inherit;
	font-size: 20px;
	color: #2c3e50;
}

.sb-search-input::-webkit-input-placeholder {
	color: #e22e25;
}

.sb-search-input:-moz-placeholder {
	color: #e22e25;
}

.sb-search-input::-moz-placeholder {
	color: #e22e25;
}

.sb-search-input:-ms-input-placeholder {
	color: #e22e25;
}

.sb-icon-search,
.sb-search-submit  {
	width: 60px;
	height: 80px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 80px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.mobile-search-container {
	overflow: hidden;
}

.sb-icon-search {
	color: #e22825;
	background: #fff;
	z-index: 90;
	font-size: 22px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	border-left: 2px solid #e22e25;
}

.mobile-search-container {

}

.sb-icon-search:before {
	content: "\e000";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background-color: #e22825;
	color: #fff;
	z-index: 11;
	-webkit-transition: background-color .25s;
            transition: background-color .25s;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}







/* Mobile Nav
-----------------------------------------------*/
/*! responsive-nav.js 1.0.32 by @viljamis */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.mobile-search-container .nav-toggle.active i{
	background: #e22825;
	color: #fff;
}

.mobile-search-container i.fa-bars {
	color: #e22e25;
	font-size: 22px;
	line-height: 80px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 2px solid #e22e25;
}

#mobile-nav ul {
	text-align: center;
	background: #fff;
}

#mobile-nav .menu-item-769 {padding-top: 10px;}

@media screen and (min-width: 992px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}



.nav-toggle {
	overflow: hidden;
}

.nav-collapse ul li:last-child {
	padding-bottom: 10px;
}

.nav-collapse ul li {
	background: #e22825;
}

.nav-collapse ul li a {
	display: block;
	color: #fff;
	padding: 7px;
	text-transform: uppercase;
	-webkit-transition: color .15s;
            transition: color .15s;
}

.nav-collapse ul li a:hover {
	color: #000;
	text-decoration: none;
	-webkit-transition: color .15s;
            transition: color .15s;
}



/* FIX OLD SITE (SPIP classes)
-----------------------------------------------*/
.post-page .post-content .chapeau {
	font-weight: bold;
}





/*******************************************************************************
	MEDIA QUERIES - FONTS
*******************************************************************************/
/* Extra small devices (phones, less than 768px) */
@media (max-width:767px) {

	/* main-search */
	#main-search {margin: 20px auto;}

	/* logo */
	.site-title-text {font-size: 24px; line-height: 26px; letter-spacing: 0; margin-left: 5px;}
	.site-slogan {font-size: 18px; letter-spacing: 0; margin-left: 5px;}

	/* menu */
	.navbar-default .navbar-toggle {border-color: #fff; -webkit-transition: all .3s; transition: all .3s;}
	.navbar-default .navbar-toggle .icon-bar {color: #fff; background: #fff;}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:active {background-color: #000; border-color: #000; -webkit-transition: all .3s; transition: all .3s;}
	#main-nav .nav li a {padding-left: 30px; padding-right: 30px; font-size: 14px; text-align: center;}
	.navbar-nav>li>a {line-height: 18px;}

	/* slider */
	.home #content {margin-top: 10px; clear: both !important;}
	.flexslider .slider-post-meta {color: #fff;}
	.flexslider .carousel-caption {background: rgba(0,0,0,0.5);}
	.flexslider .slider-caption-content p {color: #dadada;}

	/* sidebar */
	.home-sidebar > li {padding-left: 0;}
	.home-left {padding-right: 15px; border: none; padding-bottom: 0;}
	.home-sidebar {padding-left: 15px;}

	/* les dossiers/articles */
	.home-post-block {margin-bottom: 20px;}

	/* les numéros/revue */
	.edito-on-search-thumbnail-image {width: 33%;}
	.liste-editos-page .has-post-thumbnail .post-heading,
	.liste-editos-page .has-post-thumbnail .post-excerpt,
	.liste-editos-page .has-post-thumbnail .post-tags {margin-left: 38%;}

	/* les articles en page d'accueil */
	.home-post-block {height: auto;}
	.home-post-link:hover .home-post-block {padding-bottom: 0;}

	/* home */
	.home-revue-mobile {margin-bottom: 40px;}

	/* liste des articles avec recherche */
	.liste-dossiers-page .post-thumbnail-image {width: 33%; height: auto;}
	.liste-dossiers-page .has-post-thumbnail .post-heading,
	.liste-dossiers-page .has-post-thumbnail .post-excerpt,
	.liste-dossiers-page .has-post-thumbnail .post-tags {margin-left: 38%;}
	.liste-dossiers-page .has-post-thumbnail.post-block-edito .post-heading,
	.liste-dossiers-page .has-post-thumbnail.post-block-edito .post-excerpt,
	.liste-dossiers-page .has-post-thumbnail.post-block-edito .post-tags {margin-left: 38%;}
	.liste-editos-page .post-block-no-edito.has-post-thumbnail .post-heading,
	.liste-editos-page .post-block-no-edito.has-post-thumbnail .post-excerpt,
	.liste-editos-page .post-block-no-edito.has-post-thumbnail .post-tags {margin-left: 38%;}
	.liste-dossiers-page .has-post-thumbnail .post-heading {margin-top: 15px;}
	.liste-dossiers-page .post-excerpt p {margin-bottom: 10px; font-size: 15px;}

	.hidden-but-xxs {display: none;}
	.hidden-but-xs {display: block;}
	.hidden-but-sm {display: block;}

	/* liste des evenements */
	.page-template-page-evenements-php .cairn-contact-text {font-size: 18px;}

	/* single */
	.single .breadcrumb {font-size: 12px; line-height: 28px;}
	.single .breadcrumb li {list-style-position : inside;}
	.post-meta-sous-menu {float: left; width: 100%; margin-top: 10px;}
	.date-sous-menu-container {float: left; margin-right: 0;}
	.date-sous-menu {line-height: 40px; font-size: 17px; padding-left: 10px; padding-right: 10px;}
	.type-darticle-sous-menu-container {float: left;}
	.type-darticle-sous-menu {height: 40px; line-height: 40px; font-size: 17px; padding-left: 10px; padding-right: 10px;}
	.post-page .post-title {font-size: 32px;}
	.post-page .post-subtitle {font-size: 20px;}
	.post-page .post-author {font-size: 16px;}
	.post-page .featured-image {margin-top: 20px;}
	.post-thumbnail-caption {font-size: 12px;}
	.post-share-links {margin-top: 10px;}
	.post-page .post-content p,
	.page-template-page-qui-sommes-nous-php #content .post-content p {font-size: 16px; line-height: 26px;}
	.post-page .post-content .chapeau {font-size: 16px; line-height: 26px; margin-bottom: 35px;}
	.post-page .post-content a {font-weight: normal;}
	.post-page .post-anchor h3 {font-size: 30px; line-height: 41px; margin-top: 20px; margin-bottom: 30px;}
	.post-page .annexe-title {font-size: 27px; margin-bottom: 35px;}

	.edito .panel-title a, .post-page .panel-title a {font-size: 17px;}
	.annexe-bottom .panel-body p {font-size: 16px;}

	/* related posts */
	.related-posts .nav-tabs>li {margin-right: 3px;}
	.related-posts .nav-tabs>li a, .related-posts .nav-tabs>li.active a {font-size: 17px;}
	.related-posts-date {font-size: 16px; text-transform: lowercase;}
	.related-posts-excerpt {font-size: 16px;}

	.slick-carousel .slick-prev {width: 30px; height: 30px; left: -15px;}
	.slick-carousel .slick-next {width: 30px; height: 30px; right: -15px;}

	/* page: defaut */
	.page-page .post-share-links {text-align: left;}
	.page-page .post-title {font-size: 32px; margin-top: 0;}
	.page-page .post-content p {font-size: 16px; line-height: 26px;}
	.page-page .post-anchor h3 {font-size: 30px; line-height: 41px; margin-top: 20px; margin-bottom: 30px;}
	.page-page#content {margin-top: 0 !important;}

	/* page: contact */
	.cairn-contact-text {width: 80%; margin-left: auto; margin-right: auto; text-align: center;}
	.contact-cairn-commander {text-align: center; margin-left: auto; margin-right: auto;}
	.page-template-page-contact-php .post-share-links {text-align: left;}
	.page-template-page-contact-php .post-title {font-size: 32px; margin-top: 0;}
	.page-template-page-contact-php .post-content p {font-size: 16px; line-height: 26px;}
	.page-template-page-contact-php .post-anchor h3 {font-size: 30px; line-height: 41px; margin-top: 20px; margin-bottom: 30px;}
	.page-template-page-contact-php #content {margin-top: 0;}

	/* page: qui sommes nous-? */
	.page-template-page-qui-sommes-nous-php .post-title {font-size: 32px;}
	.page-template-page-qui-sommes-nous-php .post-content p {font-size: 16px; line-height: 26px;}
	.page-template-page-qui-sommes-nous-php .post-anchor h3 {font-size: 30px; line-height: 41px; margin-top: 20px; margin-bottom: 30px;}
	.page-template-page-qui-sommes-nous-php #content {margin-top: 0;}

	/* footer */
	#main-footer h3 {font-size: 24px;}
	#main-footer .footer-social i {font-size: 24px; margin-right: 2px;}
	#main-footer .footer-newsletter input {margin-top: 0;}
	#main-footer .footer-newsletter p {font-size: 12px;}
	#main-footer .footer-newsletter .input-group {width: 80%; margin-left: auto; margin-right: auto;}
	#main-footer .footer-to-contact {margin-left: 0;}
	#main-footer .footer-to-contact .btn {padding-left: 5px; padding-right: 5px; font-size: 12px; width: 50%;}
	#main-footer .footer-to-contact {margin-top: 30px; margin-bottom: 25px;}
	#main-footer .footer-social,
	#main-footer .footer-newsletter,
	#main-footer .footer-to-contact,
	#main-footer .footer-triangle,
	#main-footer .footer-triangle-inv {height: auto; text-align: center; background: #000; padding-left: 15px; padding-right: 15px;}
	#footer-nav-container .footer-nav li {margin-right: 10px;}

	/* 404 */
	.quatrecentquatre {font-size: 150px;}
	.not-found {font-size: 38px;}

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {

	/* navbar collapse */
	.navbar-header {float: none;}
	.navbar-toggle {display: block;}
	.navbar-collapse {border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);}
	.navbar-collapse.collapse {display: none!important;}
	.navbar-nav {float: none!important; margin: 7.5px -15px;}
	.navbar-nav>li {float: none;}
	.navbar-nav>li>a {padding-top: 10px; padding-bottom: 10px;}
	.navbar-collapse.collapse.in { display: block!important;}
	.collapsing {overflow: hidden!important;}
	#main-nav .nav li a {padding-left: 10px; padding-right: 10px; margin-left: 15px; text-align: center;}

	/* logo */
	.site-title-text {font-size: 24px; line-height: 26px; letter-spacing: 0; margin-left: 5px;}
	.site-slogan {font-size: 15px; letter-spacing: 0}

	/* main-search */
	#main-search {margin-top: 45px;}

	/* slider */
	.home #content {margin-top: 10px; clear: both !important;}

	/* breadcrumb + type + date */
	.post-meta-sous-menu {font-size: 18px;}
	.type-darticle-sous-menu {padding-left: 10px; padding-right: 10px;}
	.type-darticle-sous-menu .triangle-sous-menu {margin-left: -18px;}
	.date-sous-menu {padding-left: 5px; padding-right: 5px;}
	.date-sous-menu .triangle-sous-menu {margin-left: -13px;}
	.date-sous-menu .triangle-sous-menu-2 {margin-right: -13px;}

	/* home */
	.home-revue-mobile {margin-bottom: 50px;}


	/* sidebar */
	.home-sidebar > li {padding-left: 0;}
	.home-left {padding-right: 15px; border: none; padding-bottom: 0;}
	.home-sidebar {padding-left: 15px;}

	.hidden-but-xxs {display: none;}
	.hidden-but-xs {display: none;}
	.hidden-but-sm {display: block;}
	.for-small-screens {display: block;}

	/* single */
	.post-share-links.for-small-screens {margin-top: 20px;}

	/* page: contact */
	.cairn-contact-text {width: 80%; margin-left: auto; margin-right: auto; text-align: center;}
	.contact-cairn-commander {text-align: center; margin-left: auto; margin-right: auto;}
	.page-template-page-contact-php .post-share-links {text-align: left;}

	/* footer */
	#main-footer h3 {font-size: 20px;}
	#main-footer .footer-social i {font-size: 24px; margin-right: 2px;}
	#main-footer .footer-newsletter input {margin-top: 0;}
	#main-footer .footer-newsletter p {font-size: 12px;}
	#main-footer .footer-to-contact {margin-left: 0;}
	#main-footer .footer-to-contact .btn {padding-left: 5px; padding-right: 5px; font-size: 12px;}
	#footer-nav-container .footer-nav li {margin-right: 15px;}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {

	/* navbar */
	#main-nav .nav li a {font-size: 16px; padding-left: 10px; padding-right: 15px;}

	/* header */
	#main-search {margin-top: 63px;}
	.site-title-text {margin-left: 10px;}

	/* sidebar */
	.home-revue-block .revue-lire {padding-right: 15px; margin-bottom: 7px;}
	.home-revue-block .revue-commander {padding-left: 15px;}

	/* footer */
	#main-footer .footer-social,
	#main-footer .footer-newsletter,
	#main-footer .footer-to-contact,
	#main-footer .footer-triangle,
	#main-footer .footer-triangle-inv {height: auto;}
	#main-footer .footer-newsletter {padding-bottom: 22px;}
	#main-footer .footer-triangle {border-top: 170px solid #000;}
	#main-footer .footer-triangle-inv {border-top: 170px solid #222;}

	/* single */
	.edito .panel-title a, .post-page .panel-title a {font-size: 17px;}


	.hidden-but-xxs {display: none;}
	.hidden-but-xs {display: none;}
	.for-small-screens {display: none;}


}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	/* single: limit words number on large screens */
	.single .the-post, .annexe-bottom {padding-left: 50px;}

	/* header */
	#main-search {margin-top: 74px;}
	.site-title-text {margin-left: 20px;}

	.hidden-but-xxs {display: none;}
	.hidden-but-xs {display: none;}
	.hidden-but-sm {display: none;}
	.for-small-screens {display: none;}
}


/* Extra extra small devices portait (iphones, less than 480px) */
@media (max-width:480px){

    /* logo */
	/*.site-title-text {font-size: 22px; letter-spacing: 0; margin-left: 5px;}*/
	.site-slogan {font-size: 13px; letter-spacing: 0; margin-left: 2px;}

	/* slider */
	.home #content {margin-top: 0;}
	.flexslider .category {font-size: 14px;}
	.flexslider .slider-post-title {font-size: 22px; margin-bottom: 3px;}
	.flexslider p {font-size: 15px; line-height: 22px; display: none;}
	.flexslider .slider-post-meta {color: #fff;}
	.flexslider .carousel-caption {background: rgba(0,0,0,0.3); height: 100%;}

	/* paragraphes */
	.post-excerpt p,
	.post-page .post-content p,
	.annexe-bottom .panel-body p,
	.page-template-page-qui-sommes-nous-php #content .post-content p {font-size: 15px; line-height: 24px; margin-bottom: 35px;}
	.post-page .post-content .chapeau {font-size: 15px; line-height: 24px; margin-bottom: 35px;}
	.annexe-bottom .panel-body p {margin-bottom: 15px;}

	/* les articles en page d'accueil */
	.home-post-block .post-excerpt p {margin-bottom: 15px;}

	/* titres et posts*/
	.post-page .post-title {font-size: 28px; line-height: 32px; margin-top: 10px;}
	.post-page .post-subtitle {font-size: 18px;}
	.post-page .post-author {font-size: 15px;}
	.post-title-top-separator {height: 8px;}
	.post-page .post-anchor-top-separator {height: 6px; width: 70px;}
	.post-page .post-content {margin-top: 20px;}
	.post-page .post-anchor h3 {font-size: 20px; line-height: 26px; margin-top: 10px; margin-bottom: 15px;}

	.edito .panel-title a, .post-page .panel-title a {font-size: 16px;}
	.edito .panel-arrow-down, .post-page .panel-arrow-down {margin-top: -2px;}
	.sommaire #toclist li a {font-size: 13px;}
	.auteurs .co-author-wrap h5 {font-size: 15px;}
	.auteurs .co-author-bio {font-size: 13px;}

	.post-page .annexe-title {font-size: 19px; margin-bottom: 20px;}

	/* liste des dossiers (categories) */
	.dossiers-page .dossier-block {margin-bottom: 20px;}

	/* liste des articles avec recherche */
	.liste-dossiers-page .home-post-block {border: 0;}
	.liste-dossiers-page .post-thumbnail-image {width: 30%; height: auto;}
	.liste-dossiers-page .has-post-thumbnail .post-heading,
	.liste-dossiers-page .has-post-thumbnail .post-excerpt,
	.liste-dossiers-page .has-post-thumbnail .post-tags {margin-left: 35%;}
	.liste-dossiers-page .has-post-thumbnail.post-block-edito .post-heading,
	.liste-dossiers-page .has-post-thumbnail.post-block-edito .post-excerpt,
	.liste-dossiers-page .has-post-thumbnail.post-block-edito .post-tags {margin-left: 35%;}
	.liste-editos-page .post-block-no-edito.has-post-thumbnail .post-heading,
	.liste-editos-page .post-block-no-edito.has-post-thumbnail .post-excerpt,
	.liste-editos-page .post-block-no-edito.has-post-thumbnail .post-tags {margin-left: 35%;}
	.liste-dossiers-page .has-post-thumbnail .post-heading {margin-top: 15px;}
	.liste-dossiers-page .post-excerpt p {margin-bottom: 10px;}

	.liste-dossiers-page .home-post-block header {margin-bottom: 0;}
	.liste-dossiers-page .has-post-thumbnail header {margin-top: -15px;}
	.liste-dossiers-page .post-title {font-size: 18px;}
	.liste-dossiers-page .home-post-block .post-meta .date,
	.liste-dossiers-page .home-post-block .post-meta .category,
	.liste-dossiers-page .home-post-block .author{font-size: 14px; line-height: 16px;}

	.liste-dossiers-page .triangle-on-home-posts {border-width: 0 40px 40px 0;}
	.liste-dossiers-page .plus-on-triangle {right: -35px;font-size: 19px;}

	.page-article-heading {height: auto;}
	.page-article-heading-title {font-size: 18px; height: auto; line-height: 24px; padding: 10px; margin-bottom: 20px;}


	.hidden-but-xxs {display: block;}
	.hidden-but-xs {display: block;}
	.hidden-but-sm {display: none;}
	.hidden-xxs {display: none;}
	.for-small-screens {display: block;}

	/* les numéros/revue */
	.edito-on-search-thumbnail-image {width: 30%;}
	.liste-editos-page .has-post-thumbnail .post-heading,
	.liste-editos-page .has-post-thumbnail .post-excerpt,
	.liste-editos-page .has-post-thumbnail .post-tags {margin-left: 35%;}

	/* liste des evenements */
	.page-template-page-evenements-php .home-post-link:hover .home-post-block {padding: 10px;}

	/* breacrumb : hide on xxs small devices */
	.breadcrumb {display: none;}


	/* single */
	.post-share-links {margin-top: 10px;}
	.post-share-block {width: 30px; height: 30px; font-size: 15px; margin-right: 4px;}
	.post-share-block i {line-height: 31px;}
	.single .post-page {margin-top: 0 !important;}

	/* single images (wp classes) */
	.wp-caption {width: 100% !important; height: auto !important;}
	.wp-caption img {width: 100% !important; height: auto !important;}
	.wp-caption .wp-caption-text {font-size: 12px !important; margin: 0 !important;}
	.alignleft,
	.alignright,
	.aligncenter {display: block; clear: both; margin: 0 auto; width: 100% !important; height: auto !important;}

	/* page: defaut */

	/* page: qui sommes nous-? */
	.page-template-page-qui-sommes-nous-php .post-title {font-size: 28px; line-height: 32px; margin-top: 10px;}
	.page-template-page-qui-sommes-nous-php .post-content p {font-size: 15px; line-height: 24px; margin-bottom: 35px;}
	.page-template-page-qui-sommes-nous-php .nos-partenaires li a {font-size: 15px; line-height: 24px;}
	.page-template-page-qui-sommes-nous-php .post-anchor h3 {font-size: 20px; line-height: 26px; margin-top: 10px; margin-bottom: 15px;}
	.page-template-page-qui-sommes-nous-php .post-anchor-top-separator {height: 6px; width: 70px;}

	/* related posts */
	.related-posts .nav-tabs>li {margin-right: 2px;}
	.related-posts .nav>li>a {padding-left: 10px; padding-right: 8px;}
	.related-posts .nav-tabs>li a, .related-posts .nav-tabs>li.active a {font-size: 14px}

	/* 404 */
	.quatrecentquatre {font-size: 120px;}
	.not-found {font-size: 38px;}

}








/* AJAX LOADER
-----------------------------------------------*/
.loadie {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #e22825;
	width: 0;
	height: 4px;
	-webkit-transition: width 0.5s ease-out;
	z-index: 9999;
}





/* a verifier et effacer */
.search-expanded .nav-toggle {
	width: 0;
	height: 0;
	visibility: hidden;
}





/* FIX */
.clearfix-mobile-header {
	display: block;
	width: 100%;
	height: 20px;
	background: #e22825;
	position: absolute;
	top: 80px;
	left: 0;
}

.for-small-screens #site-title {
	float: left;
	position: absolute;
	left: 15px;
	top: 5px;
	width: 150px;
	min-height: 80px;
	margin-bottom: 0;
}

.mobile-search-container {
	float: right;
	width: 100%;
	min-height: 80px;
}

// 2016-08-28
@media (max-width: 767px) {
    .home #content {
        clear: both !important;
    }
}
.mouvements-preload .container:first-child {clear: both}
