

/* STYLE POUR ECRAN < 1200 PX */

.over-1200     { display: none!important; }
.over-b-1200   { display: none!important; }
.over-ib-1200  { display: none!important; }
.over-tb-1200  { display: none!important; }
.over-tbc-1200 { display: none!important; }
.under-1200    { display: initial!important; }
.under-b-1200  { display: block!important; }
.under-ib-1200 { display: inline-block!important; }
.under-tb-1200 { display: table!important; }
.under-tbc-1200{ display: table-cell!important; }











/**
* HOMEPAGE
*/

body.page-template-homepage #content .entry.entry-presentation .entry-inner,
body.page-template-homepage #content .entry.entry-cours .entry-inner,
body.page-template-homepage #content .entry .entry-inner {
	padding-right: 0;
	padding-left: 0;
}

body.page-template-homepage #content .entry.entry-slider .entry-inner {
	min-height: 595px;
	padding-bottom: 50px;
}














