@import url("../fonts/Enriqueta/stylesheet.css");
@import url("../fonts/SourceSansPro/stylesheet.css");
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot');
	src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
		font-weight: normal;
		font-style: normal;
}
@font-face {
	font-family: 'icomoon2';
	src: url('../fonts/icomoon2.eot');
	src: url('../fonts/icomoon.eot2?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon2.woff') format('woff'),
		url('../fonts/icomoon2.ttf') format('truetype'),
		url('../fonts/icomoon2.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Windows Chrome ugly fix http://stackoverflow.com/questions/13674808/chrome-svg-font-rendering-breaks-layout/14345363#14345363 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'icomoon';
		src: url('../fonts/icomoon.svg#icomoon') format('svg');
	};
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

/* balises */

body {
	background: #fff;
	font-family: 'enriquetaregular';
	color: #000;
	font-family: Enriqueta;
	font-size: 0.75em;
	font-weight: 400;
}

a {
	color: rgb(27, 163, 186);
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: rgb(27, 163, 186);
}

a:hover img, a:focus img {
	opacity:0.7;
}
aside { 
	width :232px;
	padding:8px;
	top: 280px;
	left: 120px;
	background-color:rgb(244, 243, 240);
	text-align:left;
	float:left;
	margin-left:5%;
	margin-right:3%;
}
.actu{ 
	line-height:1em;
	font-family: Palatino;
	font-size: 0.9em;
}
aside ul{
	list-style-type: none;
	list-style-position: outside;
	padding-left:0;
}
time {
	font-family: Enriqueta;
	font-size: 13px;
	font-weight: 400;
	color:rgb(0,0,0)
}

header button {
	display: inline-block;
	background: none;
	margin:7px 0 0 -35%;
	color: #fff;
	border:none;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}

section {
	padding: 1em 2em 5em;
	text-align: center;
	font-size: 1.5em;
}

section p {
	max-width: 750px;
	margin: 0 auto;
	padding: 1.125em 0;
}

section button {
	border: none;
	outline: none;
}

footer {
	height: 23px;
	background-color: rgb(21, 57, 122);
	padding:4px 0 0 0;
	font-family: "Source Sans Pro";
	font-size: 0.925em;
	font-weight: 400;
	clear:both;
}
footer a{
	color:#fff;
}
/* id */

#reseaux {
	position:absolute;
	top: 20px;
	left:70%;
	padding:2px;
}
#reseaux img {
	margin:0 5px;
}
#actu {
	width:80%;
	margin:0 0 0 7%;
	color: rgb(66,66,66)
}
#actu img {
	float:left;
	margin-right:5px;
}
#actu h3 {
	font-size:1.5em;
	line-height:1em;
	margin:0 0;
}
#actu a {
	position: relative;
	display: inline-block;
	outline: none;
	color:rgb(32,67,127);
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
}

#actu a::before,
#actu a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#actu a::after {
	content:">>>  ";
}
.link-slideright a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(149,165,166,0.4);
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: scaleY(0.618) translateX(-100%);
	transform: scaleY(0.618) translateX(-100%);
}

.link-slideright a:hover::before,
.link-slideright a:focus::before {
	-webkit-transform: scaleY(0.618) translateX(0);
	transform: scaleY(0.618) translateX(0);
}

/* classes */
.container {
	margin : 0 auto;
	text-align:center;
	max-width:1280px;
	position:relative;
}
.main {
	padding :0 0 0 243px;
	min-width: 25.2em;
	text-align:left;
}
.main p{
	
}

.interieur{
	min-height:30em;
	padding :0 0 0 10px;
}
.interieur p{
	text-align:justify;
	margin: 0 0 0 20%;
}

.qui {
	background-color: rgba(204,204,204,1);
	background-image: url(../img/lyseom-quih.jpg);
	background-repeat: no-repeat;	
	background-size:cover ;
	text-align:left;
	padding: 5em 0 0 25%;
	clear:both;
}
.navhome{
	width: 252px;
	top: 280px;
	left:420px;
	background-color:rgb(244, 243, 240);
	margin:0 0 5% 2%;
	padding:8px;
	text-align:left;
	float:right;
}
.navhome ul li {
	list-style-type: none;
	font-family: 'icomoon2';}
.navhome ul li a:before {
	font-size:0.60em;
	margin-right:0.4em;
   content: "\e600"; /* on affiche une chaîne de caractère */
}

.navhome a{
	color: rgb(27, 163, 186);
}

.lys-header {
	margin: 0 auto;
	padding: 0 0;
	text-align: center;
}

.lys-header h1 {
	background-image: url(../img/lyseom-bandeauh.jpg);
	margin:0;
	background-repeat: no-repeat;
	height:382px;
	text-indent:-9000px;
}
.inter  h1{
	background-image: url(../img/lyseom-bandeau.jpg);
	margin:0;
	background-repeat: no-repeat;
	height:202px;
	text-indent:-9000px;
}
.titreinter {
	text-align:center;
	margin: 0 0 0 5%;
}
.titreinter h2{
	text-align:center;
	font-family: "Source Sans Pro";
	font-size: 2.37em;
	font-weight: 400;
	color: rgb(24, 65, 141);
	line-height:1.5em;
	margin:0;
}

.lys-header nav {
	background-image: url(../img/fond-menu.jpg);
	margin: 0;
	background-repeat: no-repeat;
	height: 43px;
}

.icon-menu {
	position: relative;
	top: 3px;
	line-height: 0;
	font-size: 1.6em;
}
.icon-menu {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-menu:before {
	content: "\f0c9";
}

.nav .navtoogle i{
	z-index:-1;
}
.demi {
	width:45%;
	float:left;
	padding:5px;
}
.gauche {

	margin:0 0 0 10%;
}
.bleu{
	color:rgb(32,67,127);
	font-weight:bold;
}

.cache {visibility:hidden;}


/*formulaire*/
#monForm label {
	display: block;
	width: 43%;
	float: left;
	padding-right: 1%;
	text-align: left;
	letter-spacing: 1px;
}

#monForm label:hover
{
	font-weight: bold;
}

#monForm .form_label_nostyle
{
	background: none;
}
/* Input */
#monForm input, #monForm select
{
	margin-left: 1%;
	width: 56%;
	border: #CCC 1px solid;
}

#monForm input:hover, #monForm input:focus
{
	border: #999 1px solid;
	background-color: #e2e2e2;
}
#monForm input[required] {
  border-right: 4px solid gray;		
}
#monForm input:invalid {
  border-right: 4px solid gray;		
}

/* notification */
.ns-box {
	position: fixed;
	background: rgba(27,172,199,0.8);
	padding: 22px;
	line-height: 1.4;
	z-index: 1000;
	pointer-events: none;
	color: rgba(250,251,255,0.95);
	font-size: 120%;
}

.ns-box.ns-show {
	pointer-events: auto;
}

.ns-box a {
	color: inherit;
	opacity: 0.7;
	font-weight: 700;
}

.ns-box a:hover,
.ns-box a:focus {
	opacity: 1;
}

.ns-box p {
	margin: 0;
}

.ns-box.ns-show,
.ns-box.ns-visible {
	pointer-events: auto;
}

.ns-close {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 4px;
	top: 4px;
	overflow: hidden;
	text-indent: 100%;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ns-close:hover, 
.ns-close:focus {
	outline: none;
}

.ns-close::before,
.ns-close::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 60%;
	top: 50%;
	left: 50%;
	background-color: #CCCCCC;
}

.ns-close:hover::before,
.ns-close:hover::after {
	background: #fff;
}

.ns-close::before {
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
}

.ns-close::after {
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
}

.notification-shape {
	position: absolute;
	z-index: 2;
}

.notification-shape svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
[class^="ns-effect-"].ns-other.ns-hide,
[class*=" ns-effect-"].ns-other.ns-hide {
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
}

/* Individual Effects */

/* Expand SVG corner */
.ns-effect-cornerexpand {
	width: 400px;
	min-height: 200px;
	text-align: center;
	position: relative;
	z-index: 100;
	background-color: rgba(0,0,153,0.8);
}

.shape-box {
	top: 0;
	left: 0;
	width: 400px;
	min-height: 200px;
}

.shape-box path {
	fill: rgba(27,172,199,0.8);
}

.ns-effect-cornerexpand .icon {
	color: #FFFFFF;
	background: #fff;
	display: block;
	width: 4em;
	height: 4em;
	line-height: 5.3;
	margin: 0.5em auto 1.25em;
	border-radius: 50%;
}

.ns-effect-cornerexpand .ns-close {
	top: 15px;
	right: 15px;
}

.ns-effect-cornerexpand .ns-close::before,
.ns-effect-cornerexpand .ns-close::after {
    background: rgba(27,172,199,0.8);
}

.ns-effect-cornerexpand .ns-close:hover::before,
.ns-effect-cornerexpand .ns-close:hover::after {
    background: #fff;
}

.ns-effect-cornerexpand a {
	color: #CCCCCC;
	opacity: 0.8;
}

.ns-effect-cornerexpand a:hover,
.ns-effect-cornerexpand a:focus {
	color: #fff;
}

.ns-effect-cornerexpand.ns-show,
.ns-effect-cornerexpand.ns-hide {
	-webkit-animation-name: animScale;
	animation-name: animScale;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}

.ns-effect-cornerexpand.ns-show {
	opacity: 0;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

@-webkit-keyframes animScale {
	0% { opacity: 0; -webkit-transform: scale3d(0.4,0.4,1); }
	100% { opacity: 1; -webkit-transform: scale3d(1,1,1); }
}

@keyframes animScale {
	0% { opacity: 0; -webkit-transform: scale3d(0.4,0.4,1); transform: scale3d(0.4,0.4,1); }
	100% { opacity: 1; -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
}


/* notification fin */

@media (max-width: 68em) {
	aside {
	position:absolute	;
	}
	.navhome {
	position:absolute	;
	}
	

	/* Unhiding the styled menu link */
	.nav .navtoogle i{
		z-index:1;
		margin: 0;
		display: inline-block;
	}
	
	/* Animating the height of the navigation when the button is clicked */
	
	/* When JavaScript is disabled, we hide the menu */
	.no-js .nav ul {
		max-height: 30em;
		overflow: hidden;
	}
	
	/* When JavaScript is enabled, we hide the menu */
	.js .nav ul {
		max-height: 0em;
		overflow: hidden;
	}
	
	/* Displaying the menu when the user has clicked on the button*/
	.js .nav .active + ul {		
		max-height: 30em;
		overflow: hidden;
		-webkit-transition: max-height .4s;
		-moz-transition: max-height .4s;
		-o-transition: max-height .4s;
		-ms-transition: max-height .4s;
		transition: max-height .4s;
	}

	/* Adapting the layout of the menu for smaller screens : icon on the left and text on the right*/
	
	.nav li span {
		display: inline-block;
		height: 100%;
	}

	.nav a {
		padding: 0.5em;		
	}
	.main {
	
	padding: 5em 0 0 13%;
	}
	.qui {
	
	padding: 6em 0 0 13%;
	min-width :300px;
	background-position:40%;
	
	}
}