


 @media screen and (max-width: 768px) {
	 /* page blog article */
	 	.post-art {
		width:100%!important;}
		
		.title_article_alaune a {
			font-size:1.5rem!important;
		}
		.titre-article h1 {
		font-size: 1.4375rem!important;}
		.alaune {
    background-attachment: scroll!important;
	height:300px!important;
		}
 }



  /*********
 
BLOG
 ******/
 
 /* categorie partie */
 .bttns ul {list-style: none;margin:auto}
 .bttns li{display:inline;}
 
 /*Article en une de la page blog (voir fichier function.php)*/
.alaune {
background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;	
height:500px;
width:100%;
max-width:100%;
margin: auto;
}

.category_article_alaune {
	 padding-top: 220px;
    padding-bottom: 20px;
	padding-left: 15px;
	text-align: center;
}
.category_article_alaune a {
font-weight:600;
font-style: normal;
color: black;
text-transform: uppercase;
letter-spacing: .2em;
font-size: .875rem;
width: 100%;
text-align:center;
}

.title_article_alaune {
    padding-bottom: 15px;
padding-left: 15px;
padding-right:15px;
text-align:center;
}
.title_article_alaune a {
    font-weight: 800;
    font-size: 2.5rem;
    letter-spacing: 0.5px;
    text-align: center;
	text-decoration:none!important;
}

/* .title_article_alaune a { */
/* font-weight: 800; */
/* line-height: 35px; */
/* font-style: normal; */
/* font-size: 250%; */
/* letter-spacing: 0.5px; */
/* text-align:center; */
/* } */

.date_article_alaune {
    position: relative;
    z-index: 2;
    text-align: center;
    color: black;
    font-style: italic;
}
 
 /*Voir fichier Function.php Pour les articles en dessous des bttns category */
.imgpost img {
    position: absolute;
    margin: auto; 
    min-height: 100%;
    min-width: 100%;
	z-index: 0;
}

	.imgpost {
		height: 300px;
		width:100%;
		overflow: hidden;
		position: relative;
		}
		
.post-art {
		height: 480px;
		width:48%;
		float:left;
		margin:10px 1%;
		background-color:#f0f0f0;
		}
		
.post-art:hover img {
		  -moz-transform: scale(1.1);
		  -webkit-transform: scale(1.1);
		  transform: scale(1.02);
		transition-duration:1s;
		}
		
.category_article {
    padding-top: 15px;
    padding-bottom: 20px;
padding-left: 15px;
}

.category_article a {
font-weight:600;
font-style: normal;
color: #006242;
text-transform: uppercase;
letter-spacing: .2em;
font-size: .75rem;
width: 100%;
}

.title_article {
    padding-bottom: 15px;
padding-left: 15px;
padding-right:15px;
}

.title_article a {
font-weight: 600;
font-size: 1.2rem;
    letter-spacing: 0.5px;
	text-decoration:none!important;
}


.date_article {
    position: relative;
    z-index: 2;
    text-align: center;
    background-color: #c19966;
    width: 150px;
    margin: -28px auto 0px auto;
    color: white;
    font-style: italic;
    border-radius: 15px 15px 0px 0px;
	
}

/****article***/

.titre-article h1{
	font-size:3.4375rem;
	line-height: 3.4375rem;
    font-weight: 800;
	
}

.category-article a {

    font-weight: 600;
    font-style: normal;
    color: #006242;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 1rem;
}
 .titre-article {
    padding: 3% 5%;
    width: 80%;
    Text-align: center;
    margin-top: -30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: auto;
 background: #f0f0f0;}
 
 .bttns{margin-top: 10px;}
 
 .entry-title{display:none}
 