/* unsemantic mobil- */
@media screen and (max-width: 767px) {
	
	/* ENTETE */
	
	#top-rs a{
		margin: 0px 25px;
	}
	.logo .logo-entete{
		max-width:80%;
	}
	.wcas-search-form-container{
		padding-top:0px;
		padding-bottom:25px;
	}
	
	/* ENTETE SLIDER */
	
	.entete-sliders{
		height:100px;
	}
	
	.entete-sliders a{
		height:100px;
		background-size: cover; /* version standardisée */
	}
	
	/* FOOTER */
	
	footer#footer{
		text-align: center;
		padding:10px 0px;
	}
	
	/* CONTENT */
	
	.entete-ialu h1{
		font-size:3em;
	}
	
	.entete-ialu h2{
		font-size:1.5em;
	}
	
	
	.loop-post{
		height:420px;
		border-bottom:none;
	}
	
	.titre-s1{
		font-size: 1em;
		font-weight: bold;
		
	}
	.loop-post .title{
		height: auto;
	}
	.loop-post .excerpt {
		display: none;
	}
	
	.loop-post .date{
		position: relative;
		left:auto;
		border: auto;
		padding:13px 0px;
	}
	.loop-post .btn-s1 {
		position: relative;
		bottom: 20px;
		right: auto; 
		width: 100%;
		text-align: center;
	}
	
	.colonne_testimonial{
		width:100%;
		height:auto;
	}
	
	.content-section-testimonial .excerpt iframe{
		width:100%;
		height:450px;	
	}
	
	
}
/* unsemantic tablet- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}
/* unsemantic screen */
@media screen and (min-width: 1025px) {
	
}