/* Large Desktop
==================================================================================================== */
@media (min-width: 1200px) {
.rangee {
	width: 85%;
	max-width: 1280px;
}
.rangee.fullwidth, .rangee.full {
	width: 100%;
}

}

/*  Très Large Desktop
==================================================================================================== */
@media (min-width: 1400px) {
.rangee {
	width: 85%;
	max-width: 1280px;
}
.rangee.fullwidth, .rangee.full {
	width: 100%;
}

}


/*  #Mobile et tablette portrait
==================================================================================================== */

@media (max-width: 979px) {

.only-mobile {display: block;}
#mobile-header{
	position: fixed;
	z-index: 99999;
	display:block;
	height:60px;
	width:100%;
	top:0;
	left:0;
	width: 100%;
	background:#fff;
}
#mobile-header #responsive-logo {
	width: 180px;
	margin-top: 10px;
	margin-left: -90px;
	position: absolute;
	left: 50%;
}
#mobile-header #responsive-logo img{
	width: 100%;
	height: auto;
}
header, .pas-mobile,#back-to-top, #top {
	display: none;
}
#main {
	padding-top: 60px;
}

/* GRILLE
-------------------------------------------------------------- */

.rangee, .rangee.largeur-courte {
	width: 90%;
	max-width: auto;
}
.fullwidth {
	width: 100%;
}
.col10, .col20, .col30, .col40, .col48, .col50, .col60, .col70, .col80, .col90, .col25,.col33, .col45, .col55, .col75, .col65,.col35, section .col50.deux-tiers:first-of-type,section .col50.un-tiers:last-of-type,section .col50.deux-tiers:last-of-type, section .col50.un-tiers:first-of-type {
	flex-basis:100%;
	width: 100%;
}
.ecart-normal, .ecart-large, .colpadleft, .colpadright,.ecart-full .aucun-ecart:first-of-type,.ecart-full .aucun-ecart:last-of-type  {
	padding: 0 !important;
}
footer {
	text-align: center;
}
.decalage {
	top: 0;
	margin-bottom: 0px;
}

}

/* #Tablet (Portrait)
==================================================================================================== */

@media (min-width: 768px) and (max-width: 979px) {

}
