
@import "CSS/st_reset.less";
@import "CSS/st_form.less";
@import "CSS/st_grille.less";
@import "CSS/st_helper.less";
@import "CSS/st_print.less";
@import "CSS/st_typo.less";
@import "CSS/st_variables.less";
@import "CSS/st_print.less";

/* =============================================================================
   LAYOUT CSS SITE ECCOLEAUGRAINES 
   ===========================================================================*/

/*--- ========= ---*/
@media only screen {
/* SMALL ici les instructions pour tous les écrans */

/*------------- =============== -----------*/ 
/*-------------structure GENERALE----------*/
/*------------- =============== -----------*/

body{
	font-family: 'Poppins', sans-serif; 
	background: #fff;
	color: @dark;
}
#global{
	line-height: 1.4em;
	min-height: 100%;
	position: relative;
}
.title{
	
}
a{
	color: @blue;
	cursor: pointer;	
}
a:hover, a:focus{
	text-decoration: none;
}
main{
	width: 80%;
	margin: 0 10%;
}
.green{background-color: @green;
}
.blue{background-color: @blue;
}
.pink{background-color: @pink;
}
.grey{background-color: @grey;
}
.light{background-color: @light;
}
.lightgreen{background-color: @lightgreen;
}
.serif{
	font-family: 'Charmonman', serif; 
}
.big{
	font-size: 1.3em;
	line-height: 1.5em;
}
.no-smartphone{
	display: none;
}
.bloc{
	margin: 10px 0;
}
.small-12{
	margin-bottom: 20px;
}
h2.spip{
	padding-left: 20px;
}
.button{
	font-weight: bold;
	color: @green;
	padding: 10px 15px;
	text-align: center;
	background: #fff;
	border: 1px solid @grey;
}

/*------------- =============== -----------*/
/*-------------structure Menu  ------------*/
/*------------- =============== -----------*/
.mini_logo img{
	height: 40px;
	vertical-align: inherit;
}
nav{
	position: fixed;
	width: 100%;
	height: auto;
	margin: 0 auto; /* Will not center vertically and won't work in IE6/7. */
	left: 0;
	right: 0;
	z-index: 9999;
}
.push-top{
	padding-top: 120px;
}
/*Strip the ul of padding and list styling*/
.menu{
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.menu,.ssmenu {
    list-style-type:none;
    margin:0;
    padding:20px;
    background: #fff;
    position: absolute;
    /*Create a horizontal list with spacing*/
	li {
	    display:inline-block;
	    margin-right: 1px;
	}
	/*Style for menu links*/
	li a {
	    display:block;
	    min-width:140px;
	    height: 50px;
	    text-align: center;
	    line-height: 50px;
	    text-decoration: none;
	    color: #000;
	}
}
.menu li a{
		font-family: 'Amatic SC', cursive;	
	    font-size: 2.1em;
	    padding: 0 15px;
	}
.ssmenu li a{
		font-family: 'Poppins', sans-serif; 
	    font-size: 1em;
	    height: 40px;
	    line-height: 40px;
	    background: #f3f3f3;
	    color: #2f3036;
	}

/*Hover state for dropdown links*/
li:hover .ssmenu a:hover {
    background: #19c589;
    color: #fff;
}
/*Hide dropdown links until they are needed*/
.ssmenu {
    display: none;
	/*Make dropdown links vertical*/
    li {
	    display: block;
	    float: none;
		/*Prevent text wrapping*/
	    a {
		    width: auto;
		    min-width: 100px;
		    padding: 0 20px;
		}
	}
}
/*Display the dropdown on hover*/
.menu li a:hover + .hide,.ssmenu li a:hover + .hide, .hide:hover {
    display: block !important;
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-size: 2.1em;
    text-decoration: none;
    color: #fff;
    background: @green;
    text-align: center;
    padding: 10px 0;
    display: none !important;
}
/*Hide checkbox*/
nav input[type=checkbox]{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
nav input[type=checkbox]:checked ~ .menu{
    display: block;
}
nav input[type=checkbox]:checked ~ .menu .title{
    display: none;
}
/*------------- =============== -----------*/
/*-------------structure ENTETE  ------------*/
/*------------- =============== -----------*/

.slogan{
	color: #1e474e;
	font-size: 0.9rem;
	position: relative;
	top: -30px;
	line-height: 0.9em;
}
.logo{
	max-width: 578px;
	width: 85%;
}
.link{
	cursor: pointer;
	display: inline-block;
	padding: 5px 15px;
	margin: 0 5px;
	font-size: 2em;
}
/*------------- =============== -----------*/
/*-------------structure CONTENU-----------*/
/*------------- =============== -----------*/
.photo_accueil{
	max-height: 360px;
}
.row_odd th, .row_odd td{
	background: #dbf1f5 !important;
}
.row_even th, .row_even td{
	background:#e7f3f5 !important;	
}
td{
	border: 10px solid #fff;
}
.spip_documents{
	margin: 0 15px 0 0 !important;
}
.bloc{
	height: 100%;
	font-size: 1.2em;
}
.citation{
	padding: 30px;
	font-size: 1.6em;
	line-height: 1.42em;
	color: #fff;
	border-radius: 17px 0px 0px 0px;
	-moz-border-radius: 17px 0px 0px 0px;
	-webkit-border-radius: 17px 0px 0px 0px;
}
blockquote{
	font-family: 'Charmonman', serif;
	padding: 30px;
	font-size: 1.6em;
	line-height: 1.42em;
	color: #fff;
	font-style: normal !important;
	display: block;
	background: @green !important;
	border-radius: 17px 0px 0px 0px;
	-moz-border-radius: 17px 0px 0px 0px;
	-webkit-border-radius: 17px 0px 0px 0px;
	p{
		margin: 0;
	}
}
.signature{
	font-family: 'Poppins', sans-serif; 
	font-size: 0.5em;
	color: @dark;
	text-align: right;
	display: inherit;
	margin: -10px 0 -20px 0;
}
.container_video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin: 0 0 20px 0;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.photo_1{
	background:@neutre url("../IMG/photo_1.jpg") no-repeat  center center;
	background-size: cover;
	-moz-background-size: cover;  /* Firefox 3.6 */
}
.photo_2{
	background:@neutre url("../IMG/photo_2.jpg") no-repeat  center center;
	background-size: cover;
	-moz-background-size: cover;  /* Firefox 3.6 */
}
.bloc h2{
	color: #fff;
	font-size: 1.9em;
	padding: 10px 0 0 0;
}
.blocssmenu{
	padding: 0 20px 20px 20px;
	li{
		display: block;
		a.bloc{
		display:block;
		background: #fff;
		color: @dark;
		font-size: 1em;
		text-decoration: none;
		padding: 5px 10px;
		margin: 2px 0;
		position: relative;
		}
		a.bloc:hover{
		background: @yellow;
		}
	}
}
.button{
	display: block;
	background: @green;
	padding: 10px 20px;
	text-transform: uppercase;
	width: 85%;
	margin-bottom: 1em;
}
#documents{
	background: #e7f3f5;
	padding: 0 30px;
}
/*------------- =============== -----------*/
/*-------------structure PIED--------------*/
/*------------- =============== -----------*/
footer{
	background: #f3f3f3;
	border-top: 1px solid #ccc;
	min-height: 250px;
	margin: 30px 0 0 0;
	padding: 30px 0 0 0;
	color: #666;
}
.logo_partner{
	height: 135px;
	margin: 0 auto;
}
.explications p{
	font-style: italic;
	font-size: 0.8em;
	line-height: 1.1em;
}

}/*--- @media all---*/

/*Responsive Styles*/
@media screen and (max-width : 990px){
    /*Make dropdown links appear inline*/
    .menu , .ssmenu{
        position: static;
    }
    .menu{
	    display: none;
    }
    .ssmenu{
	    display: block !important;
    }
    /*Create vertical spacing*/
    .menu li,.ssmenu li {
        margin-bottom: 1px;
    }
    /*Make all menu links full width*/
    .menu li,.ssmenu li,.menu li a,.ssmenu li a{
        width: 100%;
    }
    /*Display 'show menu' link*/
    .show-menu {
        display:block !important;
        padding: 10px;
        width: 100%;
        text-align: center;
    }
}


/*------- =============== ---------*/
@media screen and (min-width:481px) { 
/* sous MEDIUM ici les instructions pour écrans de plus de 481px de large. (smartphone paysage ) */ 
	.logo{
		max-width: 578px;
		width: 66%;
	}
	.slogan{
		font-size: 1rem;
	}
}/*--- @media 481px---*/

/*------- =============== ---------*/
@media screen and (min-width:991px) { 
/* LARGE ici les instructions pour écrans de plus de 991 de large. (tablette paysage et - ) */
	.no-smartphone{
		display: block;
	}	
	.small-12{
		margin-bottom: 0;
	}
	.bloc{
		margin: 0;
	}
	.space_top{
	margin-top: @space;
	}
	.space_right{
		margin-right: @space;
	}
	.space_bottom{
		margin-bottom: @space;
	}
	.space_left{
		margin-left: @space;
	}
	.blocssmenu{
		padding: 0 0 20px 20px;
		li{
			a.bloc{
			display:inline-block;
			padding: 5px 10px;
			margin: 1px 0;
			transition-property: margin;
			-webkit-transition-property: margin;
			transition-duration: .2s;
			transition-timing-function: ease-out;
			}
			a.bloc:hover{
			margin: 1px 0 1px 20px;
			}
		}
	}
	.border-side{
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
	}
	footer{
		font-size: 0.9em;
		h4{
			font-size: 1.4em;
		}
		.col{
			padding: 0 30px !important;
		}
	}
	.menu{
	width: 100%;
	border-bottom: 1px solid #ccc;
	}
	.logo{
		max-width: 578px;
		width: 35%;
	}
	.slogan{
		font-size: 1.15rem;
	}	
	.bloc h2{
	font-size: 2.3em;
	}
}/*--- @
}/*--- @media 991---*/

/*------- =============== ---------*/
@media screen and (min-width:1200px) { 
/* XLARGE ici les instructions pour écrans de plus de 1200 de large. (bureau grand ecran et + ) */
	.slogan{
		font-size: 1.3rem;
		top: -25px;
	}	
	.bloc h2{
	font-size: 2.6em;
	}
	
} /*--- @media 1200---*/

/*------- =============== ---------*/
@media screen and (min-width:1441px) { 
/* XXLARGE ici les instructions pour écrans de plus de 1441 de large.  */ 
	.slogan{
		font-size: 1.5rem;
		top: -15px;
	}	
	
}/*--- @media 1441---*/

/*------- =============== ---------*/
@media screen and (min-width:1681px) { 
/* plus que XXLARGE ici les instructions pour écrans de plus de 1681 de large.  */
	
}/*--- @media 1681---*/
