.general {
	background-color: #DDD;
	background-image: none;
	min-width: inherit;
}

.dernierarticle {
	margin: 0;
	padding: 0;
	background-color: #FFF; 
}

.imagedernierarticle {
	width: 100%;
	height: calc(100vh - 72px - 72px);
	overflow: hidden;
	position: relative;
}

.imagedernierarticle img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.dernierarticle a h2 {
	font-size: 2vw;
	margin:0;
	height: 72px;
	font-weight: normal;
	line-height: 72px;
	text-align: center;
	background-color: #FFF;
	font-family: Century Gothic, Futura, sans-serif;
	text-transform: none;
	letter-spacing: 2px;
	color: #000;
	transition: background 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out;
}

.dernierarticle a h2:hover {
	background-color: #BBB;
}

.article_petit img {
    max-width: none;
}

.splash {
	text-align: center;
	font-family: 'exo_2.0medium',Verdana, sans-serif;
	font-size: 64px;
	line-height: 128px;
	margin: 0 0 20px;
	padding: 0;
}

.touslesarticles {
	font-size: 20px;
/*	font-weight: bold;*/
	font-family: 'exo_2.0medium',Verdana, sans-serif;
	text-align: center;
}

.conteneur {
	display: block;
	width: 99%;
	margin: 20px 0;
	padding: 0 0.5%;
	text-align: center;
	color: #333;
}

.conteneur:nth-of-type(2) {
/*	margin-top: 10px;*/
}

.conteneur:nth-of-type(4) {
/*	margin-top: 80px;*/
}

.conteneur a {
	color: #333;
}

.titrerubrique {
	font-family: Verdana, Futura, sans-serif;
	font-family: 'exo_2.0medium',Verdana, sans-serif;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	
	text-align: center;
}

.resume_petit, .points {
	display: none;
}

.general {
/*	min-width: 866px;*/
}

.article, .affichagecommentaire {
	width: 30%;
	margin: 5px 0.66%;
	padding: 0;
	display: inline-block;
	text-align: left;
}

.article img {
    width: 100%;
    padding: 0;
    margin: 0;
    border-width: 0;
    vertical-align: middle;
}

.fond {
	background-color: #FFF;
	border: 0;
	width: 100%;
	height: 94px;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
	transition: background 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out;
    -webkit-box-shadow: 5px 5px 5px -3px rgba(51,51,51,1);
	-moz-box-shadow: 5px 5px 5px -3px rgba(51,51,51,1);
	box-shadow: 5px 5px 5px -3px rgba(51,51,51,1);
    
}

.commentaire {
	position: absolute;
	top:0; 
    left:0;
	margin: 1%;
	font-size: 10px;
}

.fond:hover, .conteneur .article .fond:hover {
	background-color:#BBB;
}

.commentaire p {
	
	line-height: 18px;
	font-size: 12px;
	
}

.introduction {
	font-weight: bold;
}

.pubhautpage, .pubbaspage {
	width: 100%;
}

.utilisateur a {
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 0;
	margin: 0;
	transition:color 0.2s;
	-moz-transition:color 0.2s; /* Firefox 4 */
	-webkit-transition:color 0.2s; /* Safari and Chrome */
	-o-transition:color 0.2s; /* Opera */
}

.utilisateur a:hover {
	color: #AAA;
	cursor: pointer;
}

.utilisateur {
	clear: none;
	font-size: 16px;
	margin: 10px;
	display: block;
	padding: 0 1%;
	text-align: center;
}

.utilisateur p {
	text-align: center;
	display: inline;
	margin: 0 30px;
	padding: 0;
	line-height: 20px;
}

.textepresentation {
	margin: 30px auto 20px;
	padding: 0;
	width: 80%;
	word-wrap: break-word;
}

.presentation {
	font-family: Century Gothic, Futura, sans-serif;
	margin: 10px auto 0;
	padding: 20px;
	text-align: left;
	letter-spacing: 2px;
	font-size: 14px;
	font-style: normal;
	border-radius: 3px 3px 0 0;
	line-height: 28px;
	color: #000;
	background:rgba(255,255,255,1);
}

.reseauxsociaux {
	padding: 0 ;
	border-radius: 0 0 3px 3px;
}

.reseauxsociaux a {
	display: inline;
	margin: 0 50px;
	padding: 0;
}

@media only screen and (max-width : 1192px) {
	.textepresentation {
		width: 100%;
	}
    .reseauxsociaux a {
    	display: inline-block;
    	padding: 0 24px;
		width: 19%;
		margin: 0 0.5%;
		padding: 0;
	}
}

@media only screen and (max-width : 1024px) {
    .imagedernierarticle {
		height: calc(100vh - 64px - 64px);
	}
}
    
@media only screen and (max-width : 1280px) {
}

@media only screen and (min-device-width : 769px) and (max-width : 1023px) {
	.commentaire p {
		line-height: normal;
	}

	.fond {
		height: 100px;
	}
}

@media only screen and (min-width : 1600px) { 
	.dernierarticle {
		background-size: auto;
	}
	.dernierarticle a h2 {
		font-size: 32px;
	}
}

@media only screen and (max-device-width : 768px), only screen and (max-device-width : 1024px) and (min-device-height: 1024px) {
	.general {
		background-color: #FFF;
	}
	.conteneur {
		width: 100%;
		padding: 0;
	}
	.titrerubrique {
		line-height: 28px;
		padding-bottom: 10px;
	}
	
	.imagedernierarticle {
		height: inherit;
	}

	.imagedernierarticle img {
		width: 100%;
		position: inherit;
		left: 50%;
		top: inherit;
		-webkit-transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
		transform: translate(-50%,0);
	}
	
	.dernierarticle a h2 {
		font-size: 14px;
		text-align: left;
		font-weight: normal;
    	padding: 0 1%;
        font-family: Impact, Futura, sans-serif;
        line-height: 21px;
        letter-spacing: 2px;
	    height: 63px;
        margin: 0;
	    overflow: hidden;
        text-transform: uppercase;
	}
	
	.textepresentation {
		margin: 0 auto 30px;
        padding: 0;
        width: 100%;
	}
	
	.audessus h2 {
		padding-top: 25%;
		background:rgba(0,0,0,0.3);
		font-weight: bold;
		line-height: 26px;
	}
	.audessus {
		background:rgba(0,0,0,0.3);
	}
	.audessus:hover {
    	opacity: inherit;
	}
	
	.fond:hover {
    	background-color: inherit;
	}
	
	.utilisateur p {
		display: block;
		margin: 10px auto;
	}
	
	.presentation {
		margin: 0 auto 20px;
        padding: 10px 2%;
		line-height: 20px;
		text-align: justify;
        background-color: #EEE;
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
	}
	.reseauxsociaux {
		width: 80%;
		border-radius: 3px;
	}
    .reseauxsociaux a {
	   width: 100%;
        display: block;
	}
	
	.article, .affichagecommentaire {
		width: 100%;
		margin: 5px 0;
	}
	
	.fond {
	   background-color: #66A2D4;
		-webkit-box-shadow: 0 5px 5px -3px rgba(51,51,51,1);
		-moz-box-shadow: 0 5px 5px -3px rgba(51,51,51,1);
		box-shadow: 0 5px 5px -3px rgba(51,51,51,1);
	}
	
}