/*
Theme Name: lagazette
Theme URI: http://www.am-designer.com
Description: theme pour la gazette 
Version: 1.0
Author: AM Designer
Author URI: http://www.am-designer.com
Tags:designer
*/
@charset "utf-8";
/* CSS Document */

.image-one-related {
    display: none !important;
}

.image-hc,
.rubrique-societe img, .rubrique-economie img,.img_politique_none,.img_gazetin_nosy
{
    /*display: none;*/
}

.navigation-article{
display: flex;
display: -webkit-flex;
justify-content: space-between;
}

.navigation-article a{
	color:#9e0000;
	font-weight: bold;
}


.publicite {
	background:url(../../../uploads/pub.gif) #8e0000;
	background-size: 100%;
	height: 500px;
	width: 100%;
	background-repeat: no-repeat;
}

#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should be a color other than white */
	z-index:99; /* makes sure it stays on top */
}


.la-une {
color: #9e0000;
    font-size: 1.3em;
    font-weight: bold;
}


.la-une a {
	color: #9e0000;
}

}
.footer-am {
	font-size: 10px;
}

.footer-txt{
 width: 90%;
 padding-top: 8em;
 margin: 0 auto;
 display: flex;
 display: -webkit-flex;
 color: white;
 justify-content: space-between;
 align-items: center;
 font-size: 12px;
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally on the screen */
	top:50%; /* centers the loading animation vertically on the screen */
	background-image:url(../images/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

a {
		transition: all 150ms;
}

.gras {
	font-weight: bold;
	font-size: 16px;
}

.red {
	color:#9e0000;
}

button {
	cursor: pointer;
}

.contact {
	display: flex;
	display:-webkit-flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 12px;
	justify-content: center;
	width: 100%;
}

.full-contact {
	width: 100% !important;
	    text-align: center;
	    padding-bottom: 3em;
	     padding-top: 3em;
}

.contact-standard{
	width: 20%;
	padding: 1em;
}

.contact-separator {
	height: 1px;
	width: 100%;
	background-color: grey;
}

.contact-demi-container {
	display: flex;
	display: -webkit-flex;
		flex-direction: row;
	justify-content: center;
	    text-align: center;
	    width: 100%
}

.contact-demi{
	width: 100%;
	padding: 1em;
}

.edito a {
	color:white;
	font-weight: bold;
}

.entry {
    padding-bottom: 4em;
}

.edito a:hover {
	color:white;
}

button a {
    color: white;
}

button a:hover {
    color: white;
}

.paginate-links {
    margin-top: 1em;
        display: flex;
    display: -webkit-flex;
}

span.page-numbers.current {
    /* display: block; */
    background: #9e0000;
    padding: 0.5em 1em;
    color: white;
     border-radius: 5px;
     margin-left:2px;
}

a.page-numbers {
    padding: 0.5em 1em;
    border: 1px solid #9e0000;
    border-radius: 5px;
    margin-left:2px;
    color:#9e0000;
    font-weight: bold;
}

.searchzone{
   background-color:#4f4f4f;
    border-radius:5px;
    border-style: none;
    width: 85%;
    color: white;
   
}

.search input[type="image"] {
	position: absolute;
	right:10px;
	    margin-top: 5px;
}

.lireaussi {
	font-size: 27px;
    line-height: 32px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    display: block;
}


.container-header{
	width: 100%;
	position: fixed;
	display: flex;
	display: -webkit-flex;
	background: #000000;
	color: #ffffff;
	justify-content: center;
	padding: 1rem 0;
	    z-index: 99;
}

.menudesktop {
	width:60%;
	
}

.search {
	width: 20%;
	position: relative;

	 background-color:#4f4f4f;
    border-radius:5px;
    border-style: none;
    color: white;
    padding-left: 5px;
}


.container-banner{
	/*width: 100%;*/
	max-width: 100%;
	max-height: 300px;
	height: 300px;
	background: url("../images/background-header.jpg") no-repeat;
	background-size: cover;
	display: flex;
	display: -webkit-flex;
justify-content:space-between;
	padding: 40px 60px 0px 60px;
	flex-direction: row;
}

.logo {
	padding: 50px 0;
}

.logo img{
    max-width: 60%;
}
	
.slider-info{
	width: 400px;
	height: 200px;
	background-color: black;
}

.big-container{
	width:90%;
	margin: 0 auto;
	margin-top: -150px;	
}

.flash-container{
	height: 50px;
	display: flex;
	display: -webkit-flex;
}

.titre-flash{
	background: black;
	width: 20%;
	display: flex;
	display: -webkit-flex;
	align-content: center;
	align-items: center;
	text-align: center;
	justify-content: center;
	color: white;
}

.slider-flash{
	width: 80%;
	background: #9e0000;
	/*color:#ffffff;*/
	padding:5px 10px;
	display: flex;
	display: -webkit-flex;
	align-content: center;
	align-items: center;
}

.content-container{
	display: flex;
	display: -webkit-flex;
	width: 100%;
	margin-bottom: 3em;
	background: white;
	position: relative;
}

.first-col, .second-col, .third-col {
	
	display: flex;
	display:-webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-self:flex-start;
}


.first-col{
	width: 60%;
	border-right: 1px #e1e1e1 solid; 
}

.second-col{
	width:25%;
	background:#f6f6f6;
	align-self: stretch;
	   /* border-left: 1px #e1e1e1 solid; */
     border-right: 1px #e1e1e1 solid; 
}


.third-col{
	width: 15%;
	background:#f6f6f6;
	align-self: stretch;
}

.capture_and_black_block{
	display: flex;
	display:-webkit-flex;
}

.capture {
	width:55%;
	    text-align: center;
	background:white;
}

.second-col img:not(.carics)
{
	width:20%;
	height: auto;
	max-width: 100%;
	display: block;
	float: left;
	margin-right: 20px;
}

.carics{
	width:100%;
	height: auto;
	max-width: 100%;
}

.capture img {
	max-width: 100%;
}

.black_block {
	width:45%;
	background: #232323;
	color:white;
	padding: 1.5em;
	box-sizing: border-box;
}

.black_block h2,
.edito h2
{
	color:white;
	text-transform: uppercase;
	font-size: 1.3em;
	line-height: 1.3em;
}


.article_hc{
	background: #f7f7f7;
	box-sizing: border-box;
	padding: 1.5em;
	height: 500px;
	overflow-y: hidden;
}



.article_hc_block{
	display:flex;
	display:-webkit-flex;
	flex-direction: row;
	padding-bottom: 1em;
    margin-bottom: 1em;
	border-bottom: 1px #e1e1e1 solid;
}


.article_hc_block:last-child{
	border-bottom: none;
}


.texte-hc h2{
	color:#9e0000;    
	font-size: 1.3em;
    line-height: 1.3em;
}

.texte-hc{
	box-sizing: border-box;
	padding-left: 2em;
}


.image-hc img {
	width: 80px;
	/*height: 129px;*/
	height: auto;
	border-radius: 5px;
}


.edito {
	background: #8e0000;
	color: white;
	    padding: 1.5em;
    box-sizing: border-box;
}


.infopub {
    background: #4d4d4d;
    color: white;
    padding: 1em;
    box-sizing: border-box;
    font-size: 2em;
    text-align: center;
    background-image:url(../images/back-infopub.jpg);
    background-size: cover;
    }

    .infopub p {
    	margin-bottom: 1.5em;
    }

.archives {
	
	background: #f6f6f6;
}

.archives ul{
	    padding: 1.5em;
}

.archives ul li{
	    line-height: 1.3em;
	font-size: 0.8em;
	color:#cc0001;
}

.archives ul li a{
	color:#cc0001;
}

.archives ul li a:hover{
	color:#000000;
	font-weight: bold;
}

.archives h2{
	color:#555555;    
	font-size: 1em;
    line-height: 1.3em;
	text-transform: uppercase;
	background: #ededed;
	padding: 0.5em 1.5em;
	border-bottom: 1px #e1e1e1 solid;
	margin: 0;
}

.rubrique h2,
.rubrique-economie h2,
.rubrique-societe h2
 {
	margin-bottom: 0;
	color:#555555;
	text-transform: uppercase;
    font-size: 1.1em;
    line-height: 1.3em;
	font-weight: bold;
}

.titre-rubrique {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	    background: #ededed;
    padding: 0.8em 1.5em;
    border-bottom: 1px #e1e1e1 solid;
	
}

.titre-rubrique button{
	color:white;
	background: #9e0000;
	border: none;
	border-radius: 0.2em;
	padding: 0.5em;
}

.titre-rubrique button:hover{
	background: #b71e1e;
}

.menudesktop ul {
     padding-left: 0; 
     margin-bottom: 0; 
     list-style: none; 
	float: left;
}

.menudesktop ul>li {
    float: left;
}

.menudesktop ul>li>a {
	color: white;
	text-transform: uppercase;
	padding: 0 1em;
	font-size:0.75em;	}

.rubrique_soc_econo {
	display: flex;
	display: -webkit-flex;
}

.rubrique-societe,
.rubrique-economie
{
	width: 50%;
	background: #f6f6f6;

}

.rubrique-societe img,
.rubrique-economie img{
	width: 18%;
height: auto;
display: block;
margin: 0 auto;
    margin-right: auto;
float: left;
margin-right: 20px;
}

.contenu_rubrique
{
	padding: 1em;
	background: #f6f6f6;
	/*border-left: 1px #e1e1e1 solid;
	border-right: 1px #e1e1e1 solid;*/
}

.contenu_rubrique h2{
	    color: #9e0000;
	    text-transform:none;
}

ul.meme_categorie{
	padding-top: 0.5em;
}

ul.meme_categorie li{
	    border-top: 1px #e1e1e1 solid;
	padding:0.5em 0;
}

ul.meme_categorie li a{
	color: #9e0000;
}

.footer {
	height: 10em;
	width: 100%;
	background: #9e0000;
	display:block;
	margin-top: -10em;
}

.container-header-mobile {
	display: none;
}


/**************************************************************FULL ARTICLE*/

.container-banner-full {
	background: black; position: relative; padding: 0;
	max-width: 100%;
	max-height: 250px;
	height: 250px;
	display: flex;
	display: -webkit-flex;
justify-content:space-between;
	padding: 50px 60px 0px 60px;
	flex-direction: row;
}

.logo-full {
	padding: 10px 0;
	/*margin-top: 20px; margin-left: 20px;*/
}

.logo-full img{
    max-width: 30%;
}

.full-article{
	width:70%;
	padding: 4em;
	box-sizing: border-box;
	background: #f6f6f6;
}

.full-article2{
	width:100%;
	padding: 4em;
	box-sizing: border-box;
	background: #f6f6f6;
}

.search-post-title a {
	color:#9e0000;
}

.one-result {
    margin-bottom: 2em;
}


.full-article img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.image-article-blur{
	position: absolute;
	z-index: -1;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d20000+0,000000+100 */
background: #d20000; /* Old browsers */
background: -moz-linear-gradient(45deg, #d20000 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #d20000 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #d20000 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d20000', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
width: 100%;
}


.image-article-blur img {
	width: 100%;
	  filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    opacity: 0.20;
    filter: alpha(opacity=20);
}

.related-article{
	width: 30%;
	box-sizing: border-box;
	background: #f6f6f6;
	padding: 1.5em;
	padding: 1.5em 1.5em 1.5em 0;
}

.one-related{
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	padding-bottom: 1em;
	border-bottom: 1px #e1e1e1 solid;
	margin-bottom: 1em;
}

.one-related:last-child{
	border-bottom:none;
}

.image-one-related,
.image-one-related img
{
	width: 80px;
	height: 50px !important;
	border-radius: 5px;
}

.txt-title-related{
	box-sizing: border-box;
	padding-left: 1em;
}

.txt-title-related a {
	color:#9e0000;
}

span.search-page-title{
	font-size: 1.5em;
}

header.page-header{
	padding-bottom: 1em;
}