@charset "UTF-8";

*{
	margin: 0;
}

#scrollUp {
	width: 3%;
	height: auto;
	position: fixed;
	bottom : 20px;
	right: -100px;
	opacity: 1;
}

#open, #close {
	display: none;
}


body {
	background-color: rgba(0,0,0,1);
	margin: 0px;
	/*font-style: normal;
	font-weight: 200;*/
}

/* Container */
.container {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	height: 1000px;
	/*background-color: #f3ead8; beige*/
}

/* N° de téléphone */
.telephone {
	width: 20%;
	height: auto;
	margin-top: 30px;
	margin-left: auto;
	margin-right: 70px;
}


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

/*  DEBUT NAVIGATION  */

header nav {
	z-index: 3;
	
	display: block;
	margin-left: auto;
	margin-right: 0;
	margin-top: -13%;
	list-style-type: none;
	
	width: 800px;
	height: 50px;
	
	position: relative;
	padding-top: 10px;
}

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;
	
	margin-left: 20px;
}

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

header nav ul li a:hover {
	color: rgba(0,0,0, 1);
	
	background-color: rgba(180,180,180,0.5);
	
	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: 35%;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 19%;
	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: 600px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 150px;
	padding-bottom: 150px;
}

.tagline {
	display: flex;
	
	margin-top: -9.88%;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	
	width: 70%;
	height: 230px;
	
	background-color: rgba(155,155,155,0.7);
	
	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: 2px;
	text-shadow: -3px 3px 3px rgba(0,0,0,1);

}

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


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


/*  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: auto;
	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: 100%;
    height: 100%;
	
	border-top-right-radius: 150px 150px;
	border-bottom-right-radius: 150px 150px;
	border-bottom-left-radius: 150px 150px;
	
	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: 20%;
    display: none;
    position: absolute;

	opacity: 0;
    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); /*orange */
}

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

.nav .prev {
	left: 10px;
}

.nav .next {
	right: 10px;
}

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%;
	bottom: 9px;
	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); /*Orange*/
}

.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: 880px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-color: rgba(220,220,220,0.2);
}


.text_column h1 {
	font-family: 'Teko', sans-serif;
	font-weight: 500;
	font-size: 27px;
	line-height: 32px;
	text-align: center;
	color: #0067b2;
	
	padding-top: 20px;
	padding-bottom: 20px;
	
	border-top: 3px solid rgba(0,103,178,1);  /* bleu lsep */
	border-bottom: 3px solid rgba(0,103,178,1);  /* bleu lsep */
	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: 29%;
	font-family: 'Teko', sans-serif;
	font-weight: 200;
	font-size: 24px;
	text-align: justify;
	line-height: 36px;
	float: left;
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: rgba(255,255,255,1);  /*gris*/
}

.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);  /*orange lsep */
	font-weight: 700;
}

.fiche_detaillee {
	color: rgba(255,135,0,1);
	font-weight: 400;
}

.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);   /*bleu lsep */
}

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

a {
	text-decoration: none;
}

.textures {
	/*background-color: red;*/
	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%;
	
	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;
	
	margin-top: 0;
	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: 70%;
	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);  /*bleu lsep */
	
	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%;  /* on arrondit l'image */
  	-webkit-transform: rotate(360deg); /* rotation de l'image */
  	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: 16.6%;
	text-align: center;
	float: left;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
}

.gallery .thumbnail h4 {
	font-family: 'Teko', sans-serif;
	font-weight: 300;
	font-size: 30px;
	color: rgba(0,103,178,1);  /*  Bleu lsep  */
	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); /*orange*/
	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); /*orange*/
}


/* Parallax Section */

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

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

.titre_communication {
	/*background-color: red;*/
	
	font-family: 'Teko', sans-serif;
	font-weight: 700;
	font-size: 48px;
	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: 36px;
	color: rgba(0,0,0,1);
	text-align: left;
	
	padding-left: 20px;
	margin-top: -30px;
	float: left;
	line-height: 23px;
}

.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: 65%;
	height: 250px;
	
	margin-left: 15%;
	
	border-left: 2px solid rgba(255,255,255,1);
}

.titre_supports {
	/*background-color: red;*/
	
	font-family: 'Teko', sans-serif;
	font-weight: 700;
	font-size: 48px;
	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: 36px;
	color: rgba(0,0,0,1);
	text-align: left;
	
	padding-left: 20px;
	margin-top: -30px;
	float: left;
	line-height: 23px;
}

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

.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;
	
	/*overflow: hidden;*/
}

.image_supports:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transform: rotate(360deg); /* rotation de l'image */
  	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: 100%;
	height: 105px;
	
	margin-left: 0;
	margin-top: 200px;
	
	border-left: 2px solid rgba(255,255,255,1);
}

.titre_fichier {
	/*background-color: red;*/
	
	font-family: 'Teko', sans-serif;
	font-weight: 700;
	font-size: 48px;
	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: 36px;
	color: rgba(0,0,0,1);
	text-align: left;
	
	padding-left: 20px;
	margin-top: -30px;
	float: left;
	line-height: 23px;
}

.lien_fichier {
	font-family: 'Teko', sans-serif;
	font-weight: 400;
	font-size: 36px;
	color: rgba(0,103,178,1);
}

.lien_fichier:hover {
	font-family: 'Teko', sans-serif;
	font-weight: 500;
	font-size: 36px;
	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); /* Bleu lsep */

	padding-bottom: 35px;
}

.entreprise {
	/*background-color: red;*/
	
	width: 40%;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 30px;
	float: left;
}

footer .entreprise h3 {
	font-family: 'Teko', sans-serif;
	font-weight: 300;
	font-size: 50px;
	color: rgba(255,135,0,1);
	text-align: center;
	letter-spacing: 1.5px;
}

footer .entreprise p {
	width: 100%;
	font-family: 'Teko', sans-serif;
	font-weight: 300;
	font-size: 20px;
	text-align: left;
	line-height: 49px;
	letter-spacing: 1.3px;
	color: rgba(255,255,255,1);
	margin-top: 0px;
	margin-left: 5%;
	margin-right: 0;
	border-top: 1px solid rgba(255,255,255,1);
}

footer .entreprise a{
	color: rgba(255,255,255,1);
}

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


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

footer .footer_column h3 {
	font-family: 'Teko', sans-serif;
	font-weight: 300;
	font-size: 50px;
	color: rgba(255,135,0,1);
	text-align: center;
	letter-spacing: 1.5px;
}

footer .footer_column p {
	width: auto;
	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: 80px;
	margin-right: 80px;
}

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

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

.carte {
	width: 600px;
	height: 470px;
	/*max-width: 600px;
	max-height: 400px;*/
}

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

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

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

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

/*  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: 45%;
	
	font-family: 'Teko', sans-serif;
	font-weight: 300;
	font-size: 35px;
	line-height: 35px;
	color: rgba(255,255,255,1);
	text-align: center;
	
	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: rgba(0,0,0,1);
	color: #FFFFFF;
	letter-spacing: 2px;
	border-top-width: 2px;
	list-style-type: none;
}

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

.rgpd:hover {
	color: rgba(0,103,178,1);
}

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