/*
Theme Name: Web Hebdo
Theme URI: http://lecourrierzoneweb.com/webhebdo
Author: Zone Web
Author URI: http://lecourrierzoneweb.com/
Description: Publier vos hebdomadaires sur le web.
Version: 1.0
Text Domain: webhebdo
*/
/* OWL */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
 background: #0064A3;
}
.owl-theme .owl-nav [class*=owl-]:hover {
 background: #0064A3;
}

/* Équipe */
#post-105 img{
 margin-bottom: 10px;
 box-shadow: 3px 3px 3px #888888;
}
#post-105 h3{
 padding-bottom: 4px;
 margin-top: 50px;
 border-bottom: 3px double #0064A3;
}
#post-105 td{
 font-size: 1.2em;
}

/* Kit média */
#post-122 a{
 color: #0064A3;
}

/* Plan du site */
#post-124 a{
 color: #0064A3;
}
#post-124 li{
 margin: 10px;
}

/* ÉLÉMENTS DE BASE */
html {
	-webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    min-height: 100%;
    width: 100%;
    font-family: 'Fira Sans Condensed', sans-serif;
    color: #414141;
    font-size: 14px;
    min-width: 320px;
    line-height: 1.28571em;
}
	/* Optimisation pour mobile */
	@media (max-width: 640px){
		html {
			font-size: 28px;
		}
	}
	@media (max-width: 480px){
		html {
			font-size: 21px;
		}
	}
	@media (max-width: 320px){
		html {
			font-size: 14px;
		}
	}

body {
	position:relative;
	display: block;
	margin: 0px;
	padding: 0px;
	min-height: 100%;
    width: 100%;
}
h1, h2, h3, h4, h5{
	font-weight: 500;
}
img {
    vertical-align: middle;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    -ms-interpolation-mode: bicubic;
}
ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
input[type=text], select, textarea {
    border: 1px solid #c4c4c4;
    background: #fff;
    display: block;
    width: 75%;
    -moz-border-radius: .21429em;
    -webkit-border-radius: .21429em;
    border-radius: .21429em;
    margin: .5em 0;
    font-size: 0.95em;
	font-style: italic;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .23077em .69231em;
}
button, input {
    line-height: normal;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

.btn-special a{
background-color:#0064A3;
padding:5px 10px;
color:#ffffff!important;
border-radius:5px;
}


/* Utilitaires */
.clearfix{
	zoom:1;
}
	.clearfix:after {
    content: "";
    display: table;
    clear: both;
	}
	
.helper-valign {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.breadcrumb {
	color: #414141;
	padding: 5px 0px;
	border-bottom: 1px solid #EDEDED;
}
.breadcrumb a{
	color: #414141;
	text-decoration: none;
}
.breadcrumb a:hover{
	color: #ee2d24;
}
.breadcrumb span{
	color: #BDBDBD;
}

.mainDivider {
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    height: .14286em;
    margin: 5.07463% 0;
}
.mainDivider img {
    display: block;
    margin: -2.53731% auto 0;
    max-width: 5.22%;
    background: #fff;
    padding: 0 1.19403%;
}
	/* Optimisation pour mobile */
	@media (max-width: 640px){
		.mainDivider {
			margin: 10.55195% -2.11039%;
			height: .14286em;
			border-width: .07143em;
		}
		.mainDivider img {
			max-width: 10.9375%;
			padding: 0 4.0625%;
			margin-top: -5.46875%;
		}
	}

/* Mise en page */
#container {
}
.wrapper {
	position:relative;
	margin: 0 auto;
	padding: 0 .71429em;
	max-width: 1365px;
	height: 100%;
}
.right{
    float: right;
}

/* Publicité */
.content_banner{
	display: none;
    margin: 1.95313% auto;
    border: 1px solid #E6E6E6;
    width: 728px;
}
	@media (max-width: 1024px){
		.content_banner.t {
			display: block;
			width: 728px;
		}
	}
	@media (max-width: 640px){
		.content_banner.t {
			display: none;
		}
		.content_banner.m {
			display: block;
			border: none;
			width: 300px;
		}
	}
	@media (max-width: 326px){
		.content_banner{
			position: relative;
			left: -6px;
		}
	}


/* Header */
#header .wrapper{
	background: url(images/header-accueil.jpg) no-repeat center center;

}
#header {
	position: relative;
    z-index: 3;
	padding-bottom: 4px;
	background-color: #0064A3;
	
	border-bottom: .64286em solid #6e6e6e; 
}
#header:before {
    content: ""; 
    display: block; 
    position: absolute; 
    left: 0; 
    bottom: 0; 
    width: 100%; 
    height: 4px;                          
    background: #fff;
}

#header #logo {
	left: 0;
    top: 0;
	position: absolute;
	height: 100%;
	width: 22.49084%;
	text-align:center;
	white-space: nowrap;
}

#header #logo img {
    vertical-align: middle;
    max-width: 78.50163%;
    margin-top: 6.4%;
}
#header .right {
    width: 71.42857%;
    padding: 1.68498% 2.78388% 1.75824% 0;
}
#header .txt {
    font-size: 1.3em;
    line-height: 1.25em;
    color: #fff;
    text-align: right;
    margin-bottom: 1.6055%;
}
#header .caption {
    display: inline;
    font-family: 'Fira Sans Condensed', sans-serif;
	font-weight:400;
}
#header .time {
	display: inline;
    font-family: 'Fira Sans Condensed', sans-serif;
	font-weight:500;
}

#header .time:before {
  content: " - ";
}

#header .time .temp {
  font-size: 1.5em;
}
#header .time .temp a{color:inherit;text-decoration:none;}
#header .time .temp a:hover{color:#414141;}

  #header .time .temp:before {
	content: " | ";
	font-size: .66667em;
	padding: 0 .1875em 0 .4375em;
  }

  #header .time .temp:empty {
	display: none;
  }
#leaderboard {
	clear: both;
	float: right;
	height: 90px;
	width: 729px;
}

	/* Optimisation responsive */
	@media (min-width: 1025px){
		.toggleMenuMobile {
			display: none!important;
		}
	}
	@media all and (max-width:1024px) {
		#leaderboard {
			display: none;
		}
		
		#header {
			border-top: 1px solid #be241d;
		}

		#header .wrapper {
		  padding: 1.66016% 1.95313% 1.36719%;
		  -moz-background-size: 75.87891% auto;
		  -webkit-background-size: 75.87891% auto;
		  background-size: 75.87891% auto;
		  background-position: right 70%;
		}

		#header #logo {
		  position: relative;
		  float: left;
		  top: auto;
		  left: auto;
		  width: 18.12749%;
		  padding-left: 7.86853%;
		}

		  #header #logo:after, #header #logo:before {
			display: none;
		  }

		  #header #logo img {
			max-width: 100%;
			margin-top: 2%;
		  }

		#header .right {
		  padding: 0;
		  width: 71.21514%;
		}

		#header .txt {
		  margin: 0;
		  line-height: 1.6875em;
		}

		#header .caption, #header .time {
		  display: block;
		}

		  #header .time:before {
			content: "";
		  }

		  #header .time .temp {
			font-size: 1em;
		  }

			#header .time .temp:before {
			  content: " | ";
			  font-size: 1em;
			  padding: 0;
			}
			
		.toggleMenuMobile {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 7.12891%;
			min-width:70px;
			cursor: pointer;
			z-index: 2;
			-moz-transition: opacity .25s ease-in-out;
			-o-transition: opacity .25s ease-in-out;
			-webkit-transition: opacity .25s ease-in-out;
			-ms-transition: opacity .25s ease-in-out;
			transition: opacity .25s ease-in-out;
			background-color:#0064A3;
		}
		.hamburger {
			  vertical-align: middle;
		}
	  
	}

	@media all and (max-width: 900px){
		#header #logo {
			width: 24.52055%;
			padding-left: 10.54795%;
		}
		#header .right {
			width: 62%;
		}
		#header .toggleMenuMobile {
			width: 9.45205%;
		}
	}

	@media all and (max-width: 640px){
		#header .right {
			display: none;
		}
		#header #logo {
			float: none;
			display: inline-block;
			padding: 0 0 0 3%;
			margin: 3% 0 3% 70px;
			width: 46.875%;
		}
		#header .wrapper {
			padding: 0;
			background: none!important;
			white-space: nowrap;
			overflow: hidden;
		}
	}
	
/* Footer */
.footer {
    background: #0064A3;
    border-top: .75em solid #0b78bd;
    text-align: center;
    font-size: 0.96714em;
}
.menuFooter {
    padding-top: 1.68498%;
}
	@media (max-width: 640px){
		.menuFooter {
			display: none;
		}
	}
	@media (max-width: 900px){
		.menuFooter {
			padding-top: 3.33333%;
		}
	}
	@media (max-width: 1024px){
		.menuFooter {
			padding-top: 2.63333%;
		}
	}
.menuFooter ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.menuFooter li {
    margin: 0 .58333em;
    padding: 0;
    display: inline;
}
.menuFooter a {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}
.footer .infos {
    color: #eee;
    padding: .29304% 0 1.53846%;

}
.footer .copyrights:after {
    content: "|";
    padding: 0 1em;
}
.footer .infos a {
    color: #eee;
    text-decoration: none;
    border-bottom: 1px solid #fbb2b1;
}
	@media (max-width: 640px){
		.footer .infos {
			padding: 5% 0 4.375%;
		}
		.footer .copyrights {
			color: #fff;
		}.footer .copyrights:after {
			display: none;
		}
		.footer .createdBy {
			display: block;
		}
	}


/* Content */
#content .wrapper {
	max-width: 1305px;
	padding: 0 2.14286em;
	padding-top: 1.2em;
	overflow: hidden;
}
	/* Optimisation pour mobile */
	@media (max-width: 1024px){
		#content .wrapper {
			padding: 0 1.85547%;
			/* position: static; */
		}
	}
#content > .wrapper:before {
    content: "";
    position: absolute;
    background: url(images/ombre.png) repeat-y top right;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    top: -25%;
    left: 22%;
    height: 150%;
    width: .28571em;
}
	@media (max-width: 1024px){
		#content > .wrapper:before {
			display: none;
		}
}
/* Sidebar*/
.navSidebar {
    float: left;
    width: 19.18649%!important;
    left: auto!important;
    top: 1em!important;
    max-width: 247px;
}
	/* Optimisation pour mobile */
	@media (max-width: 1300px){
		.navSidebar {
			max-width: 225px;
		}
	}
	@media (max-width: 1200px){
		.navSidebar {
			max-width: 200px;
		}
	}
	@media (max-width: 1150px){
		.navSidebar {
			max-width: 175px;
		}
	}
	@media (min-width: 1025px){
		.navSidebar {
			display: block!important;
		}
	}
	@media (max-width: 1024px){
		.navSidebar {
			position: absolute!important;
			z-index: 3;
			max-width: none;
			background: #fff;
			top: 0!important;
			left: 0!important;
			width: 33.72396%!important;
			height: 100%;
			display: none;
			max-height: 100%;
			overflow-y: scroll;
			-webkit-box-shadow: 0.3em 0px 0.15em -0.1em #838383;
			-moz-box-shadow: 0.3em 0px 0.15em -0.10em #838383;
			box-shadow: 0.3em 0px 0.15em -0.1em #838383;
		}
	}
	@media (max-height: 555px) and (min-width: 1024px){
		.navSidebar {
			max-height: 100%;
			overflow: scroll;
			padding-right: 1%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
	}
	@media (max-width: 640px){
		.navSidebar {
			width: 100%!important;
			height: auto;
			border-bottom: .07143em solid #c4c4c4;
		}
	}

/* Recherche (search.php) */
.search-results .search-results-header{
	border-bottom: 4px double #EDEDED;
	margin-bottom: 20px;
}
.search-results .search-results-header h1{
	margin-bottom: 10px;
	color: #ee2d24;
}

/* Formulaire de recherche (searchform.php) */
.navSidebar .search input[type=text] {
    float: left;
    width: 76.70683%;
    margin: 0;
}
.navSidebar .search input[type=image] {
    cursor: pointer;
    float: right;
    border: 1px solid #c4c4c4;
    border-radius: .21429em;
    height: 1.07143em;
    background: #fff;
    padding: .28571em 5.22088%;
}
	 /* Optimisation pour mobile */
	 @media (max-width: 1024px){
		.navSidebar .search {
			padding: 3.90625% 4.6875%;
			border-bottom: 1px solid #c4c4c4;
			background: url(data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJo…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
			background: -moz-linear-gradient(top,#fefefe 0,#ebebeb 100%);
			background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fefefe),color-stop(100%,#ebebeb));
			background: -webkit-linear-gradient(top,#fefefe 0,#ebebeb 100%);
			background: -o-linear-gradient(top,#fefefe 0,#ebebeb 100%);
			background: -ms-linear-gradient(top,#fefefe 0,#ebebeb 100%);
			background: linear-gradient(to bottom,#fefefe 0,#ebebeb 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#ebebeb', GradientType=0);
		}
		.navSidebar .search input[type=text] {
			padding-top: .42308em;
			padding-bottom: .42308em;
			width: 78%;
		}
		.navSidebar .search  input[type=image] {
			height: 1.14286em;
			padding: .42857em 5.26316%;
		}
	}

/* Main Menu */
.menuMain{
	margin-top: 1.2em;
}
.menuMain ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.menuMain li {
    padding: 3.03644% 0;
    margin: 0;
}
.menuMain a {
    display: block;
    font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 500;
    text-decoration: none;
    font-size: 1.2em;
	letter-spacing: 0.05em;
    position: relative;
    color: #414141;
    padding-left: .93333em;
}
.menuMain li.current-menu-item a {
    color: #0064A3;
}
	.menuMain li.current-menu-item a:before {
		position: absolute;
		content: "";
		background: url(images/point-rouge.png) no-repeat center;
		-moz-background-size: 100% 100%;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
		width: .46667em;
		height: .46667em;
		top: 0;
		margin-top: 2%;
		left: 1px;
}
	/* Optimisation pour mobile */
	@media (max-width: 1024px){
		.menuMain {
			margin: 1.4% 3.57143% 0 3.57143%;
		}
		.menuMain li {
			margin: 0;
			padding: 0;
		}
		.menuMain li a {
			padding-top: 4.5%;
			padding-bottom: 4.5%;
		}
			.menuMain li.selected a:before {
				margin-top: 6%;
			}
		.menuMain li.current-menu-item a:before {
			margin-top: 6%;
		}

}
.menuUnderMain ul {
    margin: 0;
	padding: 0;
	list-style-type: none;
}
.menuUnderMain ul li {
	padding: 0;
	margin: 4.04858% 0;
}
.menuUnderMain ul li a{
	display: block;
    font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
    text-decoration: none;
    font-size: 0,8em;
	letter-spacing: 0.05em;
    position: relative;
    color: #414141;
    padding-left: 1.1em;

}
.menuUnderMain li.current-menu-item a {
    color: #0064A3;
}
	/* Optimisation pour mobile */
	@media (max-width: 1024px){
		.menuUnderMain {
			border-top: 1px solid #c4c4c4;
			padding: 0 3.96825%;
			margin: 0;
		}
		.menuUnderMain li {
			margin: 3% 0;
		}
	}
	@media (max-width: 640px){
		.menuUnderMain {
			border-top-width: .07143em;
		}
	}

/* Lien BANQ */
.lien-banq {
    padding-left: 1.07692em;
}
	/* Optimisation pour mobile */
	@media (max-width: 1024px){
		.lien-banq {
			display: block;
			padding-left: 1.27692em;
			margin-left: 3.96825%;
			margin-bottom: 20px;
		}
	}

/* Colonnes */
.wrapperCol {
    float: right;
    width: 76.97621%;
}
.leftCol {
    float: left;
    width: 66%;
	padding-bottom: 40px;
}
.rightCol {
    float: right;
    width: 300px;
}
	/* Optimisation pour les mobiles */
	@media (max-width: 1300px){
		.leftCol {
			width: 62%;
		}
	}
	@media (max-width: 1150px){
		.leftCol {
			width: 57%;
		}
	}
	@media (max-width: 1024px){
		.wrapperCol {
			float: none;
			width: auto;
			padding: 1.2em 0;
		}
		.leftCol {
			width: 64%;
		}
	}
	@media (max-width: 900px){
		.wrapperCol {
			padding: 1.21622% 4.45946% 0;
		}
		.leftCol, .rightCol {
			float: none;
			width: auto;
		}
	}
	@media (max-width: 640px){
		.wrapperCol {
			padding: 0.5em 0;
		}
		.rightCol {
		padding: 3.57143% 1.2987% 0;
	}
	}
/* rightCol content */
.sideBox {
    margin-bottom: 5.66667%;
}
.sideBox div.title {
    background: #6997a8;
    -moz-border-radius: .42857em .42857em 0 0;
    -webkit-border-radius: .42857em .42857em 0 0;
    border-radius: .42857em .42857em 0 0;
    padding: 5.33333% 6.33333% 3.66667%;
}
.sideBox div.title a {
    float: right;
    display: block;
    max-width: 25%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
	line-height: 1.5em;
}
.sideBox div.title a img {
    max-height: 1.42857em;
}
.sideBox div.title .txt {
    text-transform: uppercase;
    font-size: 1.28571em;
    color: #fff;
    line-height: 1.15em;
    max-width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sideBox .wrapContent {
    border-left: 1px solid #dfdcd6;
    border-right: 1px solid #dfdcd6;
    border-bottom: 1px solid #dfdcd6;
    position: relative;
    background: #fbfbfb;
    -moz-border-radius: 0 0 .42857em .42857em;
    -webkit-border-radius: 0 0 .42857em .42857em;
    border-radius: 0 0 .42857em .42857em;
}
.sideBox .wrapContent:after {
    position: absolute;
    content: "";
    border: 1px solid #dfdcd6;
    border-top: 0;
    background: #fbfbfb;
    -moz-border-radius: 0 0 .42857em .42857em;
    -webkit-border-radius: 0 0 .42857em .42857em;
    border-radius: 0 0 .42857em .42857em;
    height: .14286em;
    bottom: -.34em;
    width: 92.33333%;
    left: 50%;
    margin-left: -46.16%;
}
.sideBox .content {
    padding: 3.33333% 6.66667%;
    color: #3a3a3a;
}

/* Widget */
.sidebar .widget {
    margin-bottom: 5.66667%;
}
.sidebar .widget div.widget-title {
    background: #6e6e6e;
    -moz-border-radius: .42857em .42857em 0 0;
    -webkit-border-radius: .42857em .42857em 0 0;
    border-radius: .42857em .42857em 0 0;
    padding: 5.33333% 6.33333% 3.66667%;
}
.sidebar .widget div.widget-title a {
    float: right;
    display: block;
    max-width: 25%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
	line-height: 1.5em;
}
.sidebar .widget div.widget-title a img {
    max-height: 1.42857em;
}
.sidebar .widget div.widget-title .txt {
    text-transform: uppercase;
    font-size: 1.28571em;
    color: #fff;
    line-height: 1.15em;
    max-width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar .widget .wrapContent {
    border-left: 1px solid #dfdcd6;
    border-right: 1px solid #dfdcd6;
    border-bottom: 1px solid #dfdcd6;
    position: relative;
    background: #fbfbfb;
    -moz-border-radius: 0 0 .42857em .42857em;
    -webkit-border-radius: 0 0 .42857em .42857em;
    border-radius: 0 0 .42857em .42857em;
}
.sidebar .widget .wrapContent:after {
    position: absolute;
    content: "";
    border: 1px solid #dfdcd6;
    border-top: 0;
    background: #fbfbfb;
    -moz-border-radius: 0 0 .42857em .42857em;
    -webkit-border-radius: 0 0 .42857em .42857em;
    border-radius: 0 0 .42857em .42857em;
    height: .14286em;
    bottom: -.34em;
    width: 92.33333%;
    left: 50%;
    margin-left: -46.16%;
}
.sidebar .widget .content {
    padding: 3.33333% 6.66667%;
    color: #3a3a3a;
}
.sidebar .widget ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.sidebar .widget ul li {
	padding: 5px 0px;
}
.sidebar .widget ul li a{
	color: #414141;
	text-decoration: none;
    font-family: 'Fira Sans Condensed', sans-serif;
}
.sidebar .widget ul li a:hover{
	color: #ee2d24;
}


/* Accueil */
.nouvellePrimaire{
	width: auto;
    display: block;
    margin: 0;
    font-size: 1em;
	vertical-align: top;
	min-width: 140px;
}
.nouvellePrimaire .img{
	display: block;
	border: 1px solid silver;
	padding: .44776%;
	margin-bottom: 1.34328%;
	-moz-border-radius: .14286em;
	-webkit-border-radius: .14286em;
	border-radius: .14286em;
	overflow: hidden;
	position: relative;
}
.nouvellePrimaire .img a img{
	width:100%;
}
.nouvellePrimaire .img a:hover img{
    opacity: .75;
}
.nouvellePrimaire .date{
    text-transform: uppercase;
    color: #b9b9b9;
    font-size: 1.12857em;
	font-weight: 500;
    margin-bottom: 2.23881%;
	letter-spacing: 0.05em;
}
.nouvellePrimaire .titles {
    margin: 0;
    font-size: 1em;
}
.nouvellePrimaire .titles a {
    display: block;
    text-decoration: none;
    margin-bottom: 1.04478%;
}
.nouvellePrimaire .titles a .title1 {
    display: block;
    text-transform: uppercase;
    font-size: 1.14286em;
    color: #0e0e0e;
    line-height: 1.15em;
	letter-spacing: 0.05em;
}
.nouvellePrimaire .titles a .title2 {
    font-size: 2em;
    display: block;
    color: #6e6e6e;
    line-height: 1em;
	letter-spacing: 0.05em;
}
.nouvellePrimaire .titles a:hover .title2 {
    color: #0064A3;
}
.nouvellePrimaire .author {
    color: #b9b9b9;
    font-size: .92857em;
    text-transform: uppercase;
    margin-bottom: 2.08955%;
}
.nouvellePrimaire .author a{
    text-decoration: none;
    color: #272727;
	font-weight: 500; 
}
.nouvellePrimaire .desc {
    line-height: 1.42857em;
	font-size: 1.1em;
}
.nouvelleSection {
    position: relative;
}
.nouvelleSection + .nouvelleSection {
	padding-top: 4.28358%;
    margin-top: 2.23881%;
}
.nouvelleSection + .nouvelleSection:before {
    content: "";
    position: absolute;
    height: 0;
    padding-top: .29851%;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    top: 0;
    left: 0;
    width: 100%;
}
	@media (max-width: 640px){
		.nouvelleSection + .nouvelleSection {
			padding-top: 7.78358%;
		}
		.nouvelleSection + .nouvelleSection:before{
			border-width: .07143em;
			padding-top: .64935%;
			left: -2.11039%;
			width: auto;
			right: -2.11039%;
		}
	}
}
	@media (max-width: 900px){
		.nouvelleSection + .nouvelleSection {
			padding-top: 3.28358%;
			margin-top: 2.23881%;
		}
		.nouvelleSection + .nouvelleSection:before{
			content: "";
			position: absolute;
			height: 0;
			padding-top: .29851%;
			border-top: 1px solid #c4c4c4;
			border-bottom: 1px solid #c4c4c4;
			top: 0;
			left: 0;
			width: 100%;
		}
	}
.nouvelleSection .top {
    margin-bottom: 2.38806%;
}
	@media (max-width: 640px){
		.nouvelleSection .top {
			margin-bottom: 5.80205%;
		}
	}
.nouvelleSection .top h3 {
    float: left;
    max-width: 75%;
    margin: -1.19403% 0 0;
    font-size: 1.87143em;
}
	@media (max-width: 640px){
		.nouvelleSection .top h3 {
			max-width: 48%;
			line-height: 1.15em;
		}
	}
.nouvelleSection .top h3 a {
    text-decoration: none;
	color: #0064A3;
}
.nouvelleSection .top .allNews {
    float: right;
    text-align: right;
    display: block;
    font-size: .85714em;
    text-decoration: none;
    border-bottom: 1px solid #6997A8;
    line-height: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 25%;
    color: #6e6e6e;
}
	 @media (max-width: 640px){
		.nouvelleSection .top .allNews {
			max-width: 48%;
			font-size: .85714em;
		}
	}
.nouvelleSection .bottom .nouvelleSecondaire {
    float: left;
    width: 42.38806%;
}
	/* Optimisation pour mobile */
	@media (max-width: 640px){
		.nouvelleSection .bottom .nouvelleSecondaire {
			float: none;
			width: auto;
		}
	}
.nouvelleSection .bottom .nouvelleSecondaire .img {
    border: 1px solid silver;
    -moz-border-radius: .14286em;
    -webkit-border-radius: .14286em;
    border-radius: .14286em;
    padding: .70671%;
    display: block;
    position: relative;
    overflow: hidden;
    max-height: 13em;
}

.nouvelleSection .bottom .nouvelleSecondaire .img:hover{
    opacity: .75;
}
.nouvelleSection .bottom .nouvelleSecondaire .date {
    text-transform: uppercase;
    font-size: 1em;
	font-weight: 500;
    color: #b9b9b9;
    margin: 1.06007% .70671% 3.18021%;
}
.nouvelleSection .bottom .nouvelleSecondaire .titles {
    display: block;
    text-decoration: none;
	font-weight: 500;
    margin: 0 .70671%;
}
.nouvelleSection .bottom .nouvelleSecondaire .titles .title1 {
    display: block;
    text-transform: uppercase;
    color: #0e0e0e;
    font-size: .95714em;
}
.nouvelleSection .bottom .nouvelleSecondaire .titles .title2 {
    color: #6997a8;
    font-size: 1.38571em;
    line-height: 1.15em;
}
.nouvelleSection .bottom .nouvelleSecondaire .titles:hover .title2 {
    color: #ee2d24;
}

.nouvelleSection .bottom .nouvelleTertiaire {
    float: right;
    width: 52.23881%;
}
	/* Optimisation pour mobile */
	@media (max-width: 640px){
		.nouvelleSection .bottom .nouvelleTertiaire {
			float: none;
			width: auto;
			padding-top: 3.75427%;
		}
	}

.nouvelleSection .bottom .nouvelleTertiaire .titles {
    display: block;
    text-decoration: none;
    padding-left: 3.71429%;
    background: url(images/point-bleu.png) no-repeat left .45em;
    -moz-background-size: .45em auto;
    -webkit-background-size: .45em auto;
    background-size: .45em auto;
    padding-bottom: 5.71429%;
}
	@media (max-width: 640px){
	.nouvelleSection .bottom .nouvelleTertiaire .titles {
		margin: 6.82594% 0;
		padding-left: 4.26621%;
		-moz-background-size: .5em auto;
		-webkit-background-size: .5em auto;
		background-size: .5em auto;
		padding-bottom: 0;
		background-position: left .42857em;
	}
	}
.nouvelleSection .bottom .nouvelleTertiaire .titles .title1 {
    display: block;
    font-size: .95714em;
	font-weight: 500;
    text-transform: uppercase;
    color: #3a3a3a;
    margin-bottom: .57143%;
}
.nouvelleSection .bottom .nouvelleTertiaire .titles .title2 {
    display: block;
    font-size: 1.24286em;
    color: #3a3a3a;
    line-height: 1.1875em;
}
.nouvelleSection .bottom .nouvelleTertiaire .titles:hover .title2 {
    color: #ee2d24;
}


	
.nouvelleSection.actualites {
    margin-top: -1.38806%;
}
.nouvelleSection.actualites h3 a {
    color: #E30613;
}
.nouvelleSection.actualites .bottom .nouvelleTertiaire .titles {
    background-image: url(images/point-rouge.png);
}
.nouvelleSection.actualites .bottom .nouvelleSecondaire .titles .title2 {
    color: #6e6e6e;
}
.nouvelleSection.actualites .bottom .nouvelleSecondaire .titles:hover .title2 {
    color: #E30613;
}
.nouvelleSection.actualites .bottom .nouvelleTertiaire .titles:hover .title2 {
    color: #E30613;
}

.nouvelleSection.affaires h3 a {
    color: #0064A3;
}
.nouvelleSection.affaires .bottom .nouvelleTertiaire .titles {
    background-image: url(images/point-vert.png);
}
.nouvelleSection.affaires .bottom .nouvelleSecondaire .titles .title2 {
    color: #295696;
}
.nouvelleSection.affaires .bottom .nouvelleSecondaire .titles:hover .title2 {
    color: #0064A3;
}
.nouvelleSection.affaires .bottom .nouvelleTertiaire .titles:hover .title2 {
    color: #0064A3;
}

.nouvelleSection.sports h3 a {
    color: #76B837;
}
.nouvelleSection.sports .bottom .nouvelleTertiaire .titles {
    background-image: url(images/point-vert.png);
}
.nouvelleSection.sports .bottom .nouvelleSecondaire .titles .title2 {
    color: #6e6e6e;
}
.nouvelleSection.sports .bottom .nouvelleSecondaire .titles:hover .title2 {
    color: #76B837;
}
.nouvelleSection.sports .bottom .nouvelleTertiaire .titles:hover .title2 {
    color: #76B837;
}

.nouvelleSection.culture h3 a {
    color: #F18700;
}
.nouvelleSection.culture .bottom .nouvelleTertiaire .titles {
    background-image: url(images/point-orange.png);
}
.nouvelleSection.culture .bottom .nouvelleSecondaire .titles .title2 {
    color: #6e6e6e;
}
.nouvelleSection.culture .bottom .nouvelleSecondaire .titles:hover .title2 {
    color: #F18700;
}
.nouvelleSection.culture .bottom .nouvelleTertiaire .titles:hover .title2 {
    color: #F18700;
}

.nouvelleSection.cahier .bottom .owl-carousel .item img {
    -moz-border-radius: .21429em;
    -webkit-border-radius: .21429em;
    border-radius: .21429em;
}
.nouvelleSection.cahier .bottom .owl-carousel .item a {
	display: block;
	text-decoration: none;
}
.nouvelleSection.cahier .bottom .owl-carousel .item .date {
    text-align: center;
    font-size: 1.05714em;
	font-weight: 500;
    line-height: 1.15em;
    color: #3a3a3a;
    text-transform: uppercase;
    margin: 6.85714% 0 3.42857%;
}
.nouvelleSection.cahier .bottom .owl-carousel .item .title {
    text-align: center;
	color: #414141;
    font-size: .98714em;
    line-height: 1.15em;
}

/* Pages */
.pages h1, .pages h2, .pages h3{
	color: #0064A3;
}
.pages {
 font-size: 1.195em;
}

/* Category */
.category .category-header{
	border-bottom: 4px double #EDEDED;
	margin-bottom: 20px;
}
.category .category-header h1{
	margin-bottom: 10px;
	color: #0064A3 !important;
} 
.category .category-content {
	float: none;
	width: auto;
	margin-bottom: 20px;
}
.category-item {
	display: block;
	width: auto;
	margin-bottom: 4.75%;
}
	@media (max-width: 640px){
		.category-item {
			border-bottom: 2px solid #EDEDED;
			padding-bottom: 10px;
		}
	}
.category-item a {
	display: block;
	text-decoration: none;
}
.category-item .image {
	float: left;
    display: block;
    width: 22.23881%;
}
	@media (max-width: 640px){
		.category-item .image {
			display: none;
		}
	}
.category-item .image img {
	
	border: 1px solid silver;
    -moz-border-radius: .21429rem;
    -webkit-border-radius: .21429rem;
    border-radius: .21429rem;
    padding: 1.34228%;
    max-width: 96%;
    font-size: 0;
    color: transparent;
}
.category-item .text {
	float: right;
    display: block;
    width: 75.8209%;
	padding-top: 3px;
}
	@media (max-width: 640px){
		.category-item .text {
			float: none;
			width: auto;
		}
	}
.category-item .text .date {
    font-size: 1.1057em;
	font-weight: 500;
    display: block;
    color: #b9b9b9;
    text-transform: uppercase;
    margin: -.78278% 0 1.56556%;
}

.category-item .text .exergue {
    display: block;
    text-transform: uppercase;
    font-size: 1.05em;
	font-weight: 500;
    color: #0e0e0e;
    line-height: 1.15em;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}
.category-item .text .title {
    font-size: 1.5em;
	font-weight: 700;
    display: block;
    color: #6e6e6e;
    line-height: 1em;
	letter-spacing: 0.05em;
}
.pagination .pagination-previous {
	float: left;
}
.pagination .pagination-next {
	float: right;
}
.pagination .pagination-previous a, .pagination .pagination-next a {
	padding: 8px;
	border-radius: 5px;
	background-color: #0064A3;
	color: #FFFFFF;
	text-decoration: none;
}

/* Articles (single.php) */
.article .article-header .date {
    font-size: 1.1057em;
	font-weight: 500;
    display: block;
    color: #b9b9b9;
    text-transform: uppercase;
    margin: 2.16556% 0 1.59%;
	
}
.article .article-header .exergue {
    display: block;
    text-transform: uppercase;
    font-size: 1.25em;
	font-weight: 500;
    color: #0e0e0e;
    line-height: 1.15em;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}
.article .article-header .title {
    font-size: 2.1565em;
	font-weight: 700;
    display: block;
    color: #6e6e6e;
    line-height: 1.15em;
	letter-spacing: 0.05em;
}
.article .article-header .author {
    color: #c4c4c4;
    margin: 2.16556% 0 1.59%;
}
.article-image-item p {
	background-color: #efefef;
	margin: 0px;
	padding: 10px;
}
.article .article-chapeau {
	font-weight: 500;
	font-size: 1.1em;
}
.article .article-texte {
	font-size: 1.095em;
}
.article .article-author .left{
	float: left;
	width: 16%;
}
.article .article-author .left img {
    border-radius: 50%;
}
.article .article-author .right{
	float: right;
	width: 78%;
}
.article .article-author .right .name{
	font-size: 1.34286em;
	font-weight: 500;
}
.article .article-author .right .email a{
	color: #414141;
	text-decoration: none;
}
.article .article-author .right .email a:hover{
	color: #0064A3;
}
.article .article-author .right .link a{
	display: block;
	margin-top: 15px;
	color: #0064A3;
}

/* Authors (author.php) */
.author .author-header {
	margin-top: 38px;
}
.author .author-header .left{
	float: left;
	width: 16%;
}
.author .author-header .left img {
    border-radius: 50%;
}
.author .author-header .right{
	float: right;
	width: 78%;
}
.author .author-header .right .name{
	margin-bottom: 8px;
	color: #0064A3;
	font-size: 1.84286em;
	font-weight: 500;
}
.author .author-header .right .email a{
	color: #414141;
	text-decoration: none;
}
.author .author-header .right .email a:hover{
	color: #0064A3;
}

/* Cahiers (archive-cahiers_speciaux.php) */
.cahiers .cahiers-header{
	border-bottom: 4px double #EDEDED;
	margin-bottom: 20px;
}
.cahiers .cahiers-header h1{
	margin-bottom: 10px;
	color: #0064A3;
}
.cahiers .cahiers-container .cahier-item {
	margin: 0 4.3% 4.3% 0;
    width: 19.5%;
    display: inline-block;
    vertical-align: top;
    min-width: 0;
}
	@media (max-width: 640px){
		.cahiers .cahiers-container .cahier-item {
			margin: 0 5% 10% 5%;
			width: 39%;
			text-align: center;
		}	
	}
.cahiers .cahiers-container .cahier-item img {
    -moz-border-radius: .21429em;
    -webkit-border-radius: .21429em;
    border-radius: .21429em;
}
.cahiers .cahiers-container .cahier-item a {
	display: block;
	text-decoration: none;
}
.cahiers .cahiers-container .cahier-item .date {
    text-align: center;
    font-size: 1.05714em;
    line-height: 1.15em;
    color: #3a3a3a;
    text-transform: uppercase;
}
.cahiers .cahiers-container .cahier-item .title {
    text-align: center;
	color: #ee2d24;
	font-weight: 500;
    font-size: 1.08714em;
    line-height: 1.15em;
    margin: 6.85714% 0 3.42857%;
}


/* Caricatures (archive-caricatures.php) */
.caricatures .caricatures-header{
	border-bottom: 4px double #EDEDED;
	margin-bottom: 20px;
}
.caricatures .caricatures-header h1{
	margin-bottom: 10px;
	color: #ee2d24;
}
.caricatures .caricatures-container .caricatures-item {
	margin: 0 2.3% 4.3% 0;
    width: 22.7%;
    display: inline-block;
    vertical-align: top;
    min-width: 0;
}
.caricatures .caricatures-container .caricatures-item:nth-child(4n) {
    margin-right: 0;
}
	@media (max-width: 640px){
		.caricatures .caricatures-container .caricatures-item {
			margin: 0 5% 10% 5%;
			width: 39%;
			text-align: center;
		}	
	}
.caricatures .caricatures-container .caricatures-item img {
    -moz-border-radius: .21429em;
    -webkit-border-radius: .21429em;
    border-radius: .21429em;
}
.caricatures .caricatures-container .caricatures-item a {
	display: block;
	text-decoration: none;
}
.caricatures .caricatures-container .caricatures-item .date {
    text-align: center;
	color: #ee2d24;
	font-weight: 500;
    font-size: 1.38714em;
    line-height: 1.15em;
    margin: 6.85714% 0 3.42857%;
}

/* Nécrologie (archive-necrologie.php) */
.necrologie .necrologie-header{
	border-bottom: 4px double #EDEDED;
	margin-bottom: 20px;
}
.necrologie .necrologie-header h1{
	margin-bottom: 10px;
	color: #0064A3;
}
.necrologie-sizer, .necrologie-item {
    width: 23%;
   padding: 1%; 
    float: left;
}
	@media (max-width: 640px){
		.necrologie-sizer, .necrologie-item {
			width: auto;
		}	
	}
    
.necrologie-sponsors {
  display: flex;
}

.necrologie-sponsors-left {
  flex: 1;
  padding: 1rem;
  align-self: center;
}

.necrologie-sponsors-right {
  flex: 1;
  padding: 1rem;
  align-self: center;
}

#videoAds {
  display: none;
}

#videoAdsAlert {
    position: relative;
}
#videoAdsAlertText {
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 9px;
    padding-top: 10px;
    padding-bottom: 2px;
}
#videoAdsAlertText span{
    display: inline-block;
    vertical-align: baseline;
    color: #999;
    letter-spacing: .6px;
}

#videoContainer {
  position: relative;
  width: 320px;
  height: 180px;
}

#videoContent, #adContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 320px;
  height: 180px;
}

#contentElement {
  width: 320px;
  height: 180px;
  overflow: hidden;
}

#toggleSound{
 display: table;
 margin: 10px auto;
 padding: 10px 20px!important;
 color: #fff!important;
 background-color: #d9251d;
 border-radius: 20px;
 padding: 5px;
 font-weight: bold!important;
}

#playButton {
  display: none;
  margin-top:10px;
  vertical-align: top;
  width: 350px;
  height: 60px;
  padding: 0;
  font-size: 22px;
  font-family: sans-serif;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #2c3e50;
  border: 0;
  border-bottom: 2px solid #22303f;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #22303f;
  box-shadow: inset 0 -2px #22303f;
}