@charset "UTF-8";

*{
	margin: 0;
}

@media screen and (min-width: 751px) and (max-width: 1024px){
	
/* N° de téléphone */
.telephone {
	width: 30%;
	/*height: auto;
	margin-top: 30px;
	margin-left: auto;
	margin-right: 70px;*/
}


/* Header + Navigation */
header {
	width: 100%;
	height: 300px;
	/*background-image: url("img/lsep4.png");*/
	background-size: cover;
	/*border-bottom: 10px solid rgba(0,103,178,1);*/
}

/*  DEBUT NAVIGATION  */

header nav {
	/*background-color: blue;*/
	/*z-index: 3;*/
	
	/*display: block;*/
	/*margin-left: auto;*/
	margin-right: auto;
	margin-top: 6%;
	/*list-style-type: none;*/
	
	width: 100%;
	/*height: 50px;*/
	
	/*position: relative;*/
	padding-top: 0px;
}

header nav ul {
	
	/*background-color: green;*/
	
	display: block;
	list-style-type: none;
}

header nav ul li {
	
	/*background-color: yellow;*/
	
	/*width: 200px;*/
	height: 60px;

	/*float: left;*/
}

header nav ul li a {
	
	background-color: rgba(255,255,255,0.8);
	
	/*font-family: 'Teko', sans-serif;
	font-weight: 300;*/
	font-size: 36px;
	/*text-align: center;*/
	
	color: rgba(0,103,178,1);
	/*text-decoration: none;*/
	
	/*width: 200px;*/
	
	/*margin-left: 5px;
	margin-right: 5px;
			
	padding-left: 15px;
	padding-right: 15px;*/
	
	border-left: 2px solid rgba(255,135,0,1);
	border-right: 2px solid rgba(255,135,0,1);
	
	border-top-right-radius: 30px 30px;
	border-bottom-right-radius: 30px 30px;
	border-bottom-left-radius: 30px 30px;
}

header nav ul li a:hover {
	/*color: rgba(0,0,0, 1);*/
	
	background-color: rgba(180,180,180,0.7);
	
	/*border-left: 2px solid rgba(255,135,0,1);
	border-right: 2px solid rgba(255,135,0,1);*/
}
/*  FIN NAVIGATION  */


/*.slogan p{
	position: relative;
	display: table-cell;
    vertical-align: middle;
	margin: auto;
}*/

.slogan {
	/*display: flex;*/
	width: 55%;
	
	margin-left: 40%;
	/*margin-right: auto;*/
	margin-top: 7.5%;
	/*min-height: 50px;*/
	
	/*background-color: rgba(0,0,0,0.5);
	border-left: 3px solid rgba(255,255,255,1);
	border-right: 3px solid rgba(255,255,255,1);
	border-top-right-radius: 30px 30px;
	border-bottom-right-radius: 30px 30px;
	border-bottom-left-radius: 30px 30px;*/


	/*font-family: 'Teko', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	color: rgba(255,255,255,1);
	letter-spacing: 5px;
	box-shadow: 3px 3px 8px black;*/
}


/* Hero Section */
#hero {
	/*background-image: url(img/spiral.svg);*/
	max-width: 100%;
	height: 750px;
	background-position: center;
	/*background-attachment: fixed;*/
	/*background-size: cover;
	background-repeat: no-repeat;*/
	padding-top: 0px;
	padding-bottom: 0px;
}

.tagline {
	/*display: flex;*/
	
	margin-top: 0;
	/*margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;*/
	
	width: 86%;
	height: 230px;
	
	/*background-color: rgba(155,155,155,0.6);
	
	border-left: 4px solid rgba(255,255,255,1);
	border-right: 4px solid rgba(255,255,255,1);
	border-top-right-radius: 150px 150px;
	border-bottom-right-radius: 150px 150px;
	border-bottom-left-radius: 150px 150px;
	
	font-family: 'Teko', sans-serif;
	font-size: 50px;
	line-height: 70px;
	text-align: center;
	
	color: rgba(255,255,255,1);*/
	letter-spacing: 0;
	/*text-shadow: -3px 3px 3px rgba(0,0,0,1);*/

}

.tagline h1 {
	/*background-color: red;*/
	
	/*position: relative;
	font-weight: 400;
	height: 150px;*/
	margin-left: 6%;
	/*margin-right: auto;*/
	margin-top: 15px;
}


.laize {
	/*font-family: 'Teko', sans-serif;
	font-size: 30px;
	font-weight: 300;
	text-align: center;*/
	line-height: 30px;
	
	margin-top: -135px;
	/*margin-bottom: 70px;*/
	padding-left: 10%;
	padding-right: 10%;
	
	margin-left: 5%;
	margin-right: 5%;
	
	/*color: rgba(255,135,0,1);*/
	letter-spacing: 1.5px;
}


/*  DEBUT SLIDER  */

/*@import url(https://fonts.googleapis.com/css?family=Varela+Round);*/

.slides {
    /*padding: 0;
	
    width: 1070px;
    height: 500px;
    display: block;
    margin-top: 20px;
	margin-bottom: 20px;*/
	margin-left: 7%;
	/*margin-right: auto;
	
    position: relative;*/
}

/*.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}*/

/*.slides input {display: none;}*/

/*.slide-container {display: block;}*/

/*.slide {
    top: 0;
    opacity: 0;
    width: 1070px;
    height: 500px;
    display: block;
    position: absolute;

    transform: scale(0);

    transition: all .7s ease-in-out;
}*/

.slide img {
    width: 80%;
    height: 80%;
	
	border-top-right-radius: 100px 100px;
	border-bottom-right-radius: 100px 100px;
	border-bottom-left-radius: 100px 100px;
	
	/*border-left: 4px solid rgba(255,255,255,1);
	border-right: 4px solid rgba(255,255,255,1);
	
	box-shadow: 10px 10px 15px rgba(0,103,178,0.6);*/
	
	
}

.nav label {
   /* width: 45px;
    height: 45px;*/
	margin-top: 16%;
    /*display: none;
    position: absolute;*/

	opacity: 0.5;
    /*z-index: 10;
    cursor: pointer;

    transition: opacity .2s;

    color: rgba(255,255,255,1);
    font-size: 50pt;
    text-align: center;
    line-height: 32px;
    font-family: "Varela Round", sans-serif;
    background-color: rgba(80,80,80,0.5);
    text-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	
	border-top-right-radius: 25px 25px;
	border-bottom-right-radius: 25px 25px;
	border-bottom-left-radius: 25px 25px;*/
}

/*.nav label:hover {
	opacity: 1;
	background-color: rgba(255,135,0,1);
}*/

/*.slide:hover + .nav label {
	opacity: 0.5;
}*/

/*.nav .prev {
	left: 10px;
}*/

.nav .next {
	right: 220px;
}

/*input:checked + .slide-container  .slide {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1s ease-in-out;
}*/

/*input:checked + .slide-container .nav label { 
	display: block;
}*/

.nav-dots {
	/*width: 100%;*/
	left: -10%;
	bottom: 110px;
	/*height: 11px;
	display: block;
	position: absolute;
	text-align: center;*/
}

/*.nav-dots .nav-dot {
	top: -5px;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(255,135,0,1);
}*/

/*.nav-dots .nav-dot:hover {
	cursor: pointer;
	background-color: rgba(0,0,0,0.5);
}*/

/*input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6,
input#img-7:checked ~ .nav-dots label#img-dot-7,
input#img-8:checked ~ .nav-dots label#img-dot-8 {
	background: rgba(0,0,0,0.8);
}*/
	
/*  FIN DU SLIDER  */


/*  Section à propos  */

.about {
	height: 800px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 25px;
	/*display: inline-block;
	background-color: rgba(220,220,220,0.2);*/
}


.text_column h1 {
	/*font-family: 'Teko', sans-serif;*/
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	/*text-align: center;
	color: #0067b2;*/
	
	padding-top: 10px;
	padding-bottom: 10px;
	
	/*border-top: 3px solid rgba(0,103,178,1);
	border-bottom: 3px solid rgba(0,103,178,1);
	border-top-right-radius: 60px 60px;
	border-bottom-right-radius: 60px 60px;
	border-bottom-left-radius: 60px 60px;
	background: linear-gradient(to top, rgba(180,180,180,1)0%,rgba(245,245,245,1)40%);
	
	box-shadow: 5px 5px 15px #AFAFAF;*/
}

/*.text_column h2 {
	background-color: red;
	
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	color: rgba(255,135,0,1);
	
	margin-top: -2px;
	margin-bottom: -20px;
}*/

.text_column {
	width: 30%;
	/*font-family: 'Teko', sans-serif;*/
	font-weight: 300;
	font-size: 20px;
	/*text-align: justify;*/
	line-height: 30px;
	/*float: left;*/
	margin-left: 5px;
	padding-left: 10px;
	padding-right: 10px;
	/*color: rgba(255,255,255,1);*/
}

/*.text_column p {
	margin-top: 20px;
}*/

/*.text_column a {
	color: rgba(255,255,255,1);
}*/

/*.text_column a:hover {
	color: rgba(255,135,0,1);
	font-weight: 700;
}*/

/*.fiche_zund {
	font-family: 'Teko', sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-decoration: none;
	line-height: 60px;
	color: rgba(0,103,178,1);
}*/

/*.fiche_zund:hover {
	color: rgba(255,135,0,1);
}*/

/*a {
	text-decoration: none;
}*/

/*.textures {
	width: 100%;
	border: 3px solid rgba(0,103,178,1);
	border-top-right-radius: 40px 40px;
	border-bottom-right-radius: 40px 40px;
	border-bottom-left-radius: 40px 40px;
	
	box-shadow: 5px 5px 15px;
}*/

/*.zund {
	width: 100%;
	
	margin-top: 10px;
	
	border: 3px solid rgba(0,103,178,1);
	border-top-right-radius: 60px 60px;
	border-bottom-right-radius: 60px 60px;
	border-bottom-left-radius: 60px 60px;
	
	box-shadow: 5px 5px 15px;
}*/


/* Titre "Equipe" */

.titre_equipe {
	/*font-family: 'Teko', sans-serif;
	font-weight: 700;
	font-size: 72px;
	text-align: center;
	word-spacing: 5px;*/
	line-height: 65px;

	margin-top: 2%;
	margin-left: 150px;
	margin-right: 150px;
	color: rgba(255,255,255,1);
}

/*.degrade {
	color: rgba(255,255,255,1);
	background: linear-gradient(to right, rgba(255,255,255,1),rgba(255,135,0,1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}*/

/*.degrade2 {
	color: rgba(255,255,255,1);
	background: linear-gradient(to left, rgba(255,255,255,1),rgba(255,135,0,1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}*/

/* Stats Gallery */

.equipe {
	width: 60%;
	/*height: auto;
	margin-top: 0px;
	
	border-top-right-radius: 50% 50%;
	border-bottom-right-radius: 50% 50%;
	border-bottom-left-radius: 50% 50%;
	border: 3px solid rgba(0,103,178,1);
	
	box-shadow: 10px 10px 15px rgba(0,103,178,0.6);
	
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
	-webkit-transition: all 0.5s ease;
  	transition: all 0.5s ease;
	
	overflow: hidden;*/
}

/*.equipe:hover{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	
	border-radius: 50%;
  	-webkit-transform: rotate(360deg);
  	transform: rotate(360deg);
}*/

/*.stats {
	color: #717070;
	margin-bottom: 5px;
}*/

/*.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}*/

.thumbnail {
	width: 30%;
	/*text-align: center;
	float: left;
	margin-top: 35px;*/
	margin-left: 2%;
	margin-right: 0;
}

/*.gallery .thumbnail h4 {
	font-family: 'Teko', sans-serif;
	font-weight: 300;
	font-size: 30px;
	color: rgba(0,103,178,1);
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}*/

/*.gallery .thumbnail h3 {
	font-family: 'Teko', sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 28px;
	color: rgba(255,135,0,1);
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}*/

/*.gallery .thumbnail p a{
	font-family: 'Teko', sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 44px;
	letter-spacing: 2px;
	margin: 0px;
	color: rgba(255,255,255,1);
}*/

/*.gallery .thumbnail p a:hover {
	color: rgba(255,135,0,1);
}*/


/* Parallax Section */

.banner {
	/*background-color: coral;*/
	/*background-image: url(img/fond_matiere3.png);*/
	
	/*width: 100%;
	height: 700px;
	background-attachment: fixed;*/
	background-size: 160%;
	background-position: center;
	/*background-repeat: no-repeat;
	margin-top: -10px;
	padding-top: 5px;*/
}

/*   MODULE COMMUNICATION  */
.module_communication {
	/*background-color: aqua;*/
	
	width: 90%;
	height: 105px;
	
	margin-left: 7%;
	
	/*border-left: 2px solid rgba(255,255,255,1);*/
}

.titre_communication {
	/*background-color: red;*/
	
	/*font-family: 'Teko', sans-serif;
	font-weight: 700;*/
	font-size: 40px;
	/*color: rgba(0,0,0,1);
	text-align: left;*/
	
	/*height: 100px;
	
	padding-left: 20px;
	margin-top: 50px;
	padding-top: 0px;*/
}

.communication_description {
	/*font-family: 'Teko', sans-serif;
	font-weight: 300;*/
	font-size: 30px;
	/*color: rgba(0,0,0,1);
	text-align: left;*/
	
	/*padding-left: 20px;*/
	margin-top: -40px;
	/*float: left;*/
	line-height: 20px;
}

/*.communication {
	color: rgba(255,135,0,1);
	text-shadow: -3px 3px 3px rgba(0,0,0,1);
}*/
	
/*   MODULE SUPPORTS  */
.module_supports {
	/*background-color: aqua;*/
	
	width: 90%;
	/*height: 250px;*/
	
	margin-left: 7%;
	
	/*border-left: 2px solid rgba(255,255,255,1);*/
}

.titre_supports {
	/*background-color: red;*/
	
	/*font-family: 'Teko', sans-serif;
	font-weight: 700;*/
	font-size: 40px;
	/*color: rgba(0,0,0,1);
	text-align: left;*/
	
	/*height: 100px;
	
	padding-left: 20px;
	margin-top: 50px;
	padding-top: 0px;*/
}

.supports_description {
	/*font-family: 'Teko', sans-serif;
	font-weight: 300;*/
	font-size: 30px;
	/*color: rgba(0,0,0,1);
	text-align: left;*/
	
	/*padding-left: 20px;*/
	margin-top: -40px;
	/*float: left;*/
	line-height: 20px;
}

.supports {
	/*background-color: red;*/
	width: 145px;
	/*text-align: center;
	float: left;
	margin-top: 0px;*/
	margin-left: 0.25%;
	margin-right: 0.25%;
}

/*.image_supports {
	width: 100px;
	height: 100px;
	border-top-right-radius: 50% 50%;
	border-bottom-right-radius: 50% 50%;
	border-bottom-left-radius: 50% 50%;
	border: 4px solid rgba(255,135,0,1);
	
	box-shadow: 5px 5px 8px rgba(0,103,178,0.8);
	
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
	-webkit-transition: all 0.5s ease;
  	transition: all 0.5s ease;
}*/

/*.image_supports:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transform: rotate(360deg);
  	transform: rotate(360deg);
	
	border-radius: 100%;
}*/


/*.texte_supports {
	font-family: 'Teko', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: rgba(0,0,0,1);
}*/

/*.texte_supports:hover {
	color: rgba(255,135,0,1);
}*/


/*   MODULE FICHIERS  */
.module_fichier {
	/*background-color: aqua;*/
	
	width: 90%;
	height: 120px;
	
	margin-left: -0.2%;
	margin-top: 22%;
	
	/*border-left: 2px solid rgba(255,255,255,1);*/
}

.titre_fichier {
	/*background-color: red;*/
	
	/*font-family: 'Teko', sans-serif;
	font-weight: 700;*/
	font-size: 40px;
	/*color: rgba(0,0,0,1);
	text-align: left;*/
	
	/*height: 100px;
	
	padding-left: 20px;
	margin-top: 50px;
	padding-top: 0px;*/
}

/*.fichier {
	color: rgba(255,135,0,1);
	text-shadow: -3px 3px 3px rgba(0,0,0,1);
}*/

.fichier_description {
	/*font-family: 'Teko', sans-serif;
	font-weight: 300;*/
	font-size: 30px;
	/*color: rgba(0,0,0,1);
	text-align: left;
	
	padding-left: 20px;*/
	margin-top: -40px;
	/*float: left;*/
	line-height: 24px;
}

.lien_fichier {
	/*font-family: 'Teko', sans-serif;*/
	font-weight: 400;
	font-size: 30px;
	/*color: rgba(255,255,255,1);*/
}

.lien_fichier:hover {
	/*font-family: 'Teko', sans-serif;
	font-weight: 500;*/
	font-size: 30px;
	/*color: rgba(255,135,0,1);*/
}

/* More info */
footer {
	/*background-image: url(img/spiral.svg);*/
	/*background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: rgba(0,103,178,0.3);*/
	background-position: center;

	padding-bottom: 35px;
}

.footer_column {
	/*background-color: red;*/
	
	width: 45%;
	/*text-align: center;*/
	margin-left: 2.5%;
	margin-right: 2%;
	/*margin-top: 30px;
	float: left;*/
}

/*footer .footer_column h3 {
	font-family: 'Teko', sans-serif;
	font-weight: 300;
	font-size: 40px;
	color: rgba(255,255,255,1);
	text-align: center;
}*/

footer .footer_column p {
	width: 100%;
	/*font-family: 'Teko', sans-serif;
	font-weight: 300;
	font-size: 20px;
	text-align: justify;
	line-height: 30px;
	color: rgba(255,255,255,1);
	margin-top: 20px;*/
	margin-left: 0px;
	margin-right: 0px;
}

/*footer .footer_column a{
	color: rgba(255,255,255,1);
}*/

/*footer .footer_column a:hover {
	color: rgba(255,135,0,1);
}*/

.carte {
	/*width: 400px;
	height: 300px;*/
	max-width: 100%;
	max-height: 100%;
}

#video {
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

/*#lirelasuite1 {
	display:none;
	text-decoration: none;
	list-style-type: none;
	color: rgba(255,255,255,1);
}*/

/*#lirelasuite2 {
	display:none;
	text-decoration: none;
	list-style-type: none;
	color: rgba(255,255,255,1);
}*/

.footer_banner {
	padding-top: 30px;
	padding-bottom: 30px;
}

/*  Animation footer  */

/*canvas {
	display: block;
}*/

/*.waves {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 112%;
	z-index: -100;
}*/
	
/* Fin animation footer */
	

.hero_footer{
	/*background-color: rgba(255,135,0,0.6);*/
	
	width: 77%;
	
	/*font-family: 'Teko', sans-serif;
	font-weight: 300;
	font-size: 35px;
	line-height: 35px;
	color: rgba(255,255,255,1);
	text-align: center;
	letter-spacing: 0px;*/
	
	/*margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;*/
	
	/*padding-top: 15px;
	padding-bottom: 15px;*/
	
	/*border-left: 3px solid rgba(255,135,0,1);
	border-right: 3px solid rgba(255,135,0,1);*/
	
	/*border-top-right-radius: 50px 50px;
	border-bottom-right-radius: 50px 50px;
	border-bottom-left-radius: 50px 50px;*/
}

/*.button {
	width: 220px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	
	font-family: 'Teko', sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	
	background-color: rgba(255,255,255,0.7);
	border: 3px solid rgba(255,255,255,1);
	border-top-right-radius: 50px 50px;
	border-bottom-right-radius: 50px 50px;
	border-bottom-left-radius: 50px 50px;
	color: rgba(0,103,178,1);
	transition: all 0.3s linear;
}*/
	
/*.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
}*/

/*.copyright {
	font-family: 'Teko', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #1d1d1b;
	color: #FFFFFF;
	letter-spacing: 2px;
	border-top-width: 2px;
	list-style-type: none;
}*/

/*.mentions {
	font-family: 'Teko', sans-serif;
	font-weight: 400;
	color: #FFFFFF;
	font-size: 20px;
	text-decoration: none;
	list-style-type: none;
}*/

/*.mentions:hover {
	color: rgba(0,103,178,1);
}*/

/*footer {
	display: inline-block;
}*/
	
/*.hidden {
	display: none;
}*/
	
}