@charset "UTF-8";

*{
	margin: 0;
}

@media screen and (min-width: 460px) and (max-width: 750px) {

#scrollUp {
	width: 5%;
}

/* N° de téléphone */
.telephone {
	width: 30%;
	margin-top: 15px;
	margin-bottom: 30px;
	margin-right: 120px;
}	

/* Header + Navigation */	
header {
	width: 120%;
	height: 230px;
	/*background-attachment: fixed;*/
	background-size: contain;
	background-repeat: no-repeat;
	border-bottom: 5px solid rgba(0,103,178,1); /* bleu lsep */
}
	
	/*  DEBUT NAVIGATION  */
	
button img {
		max-height: 100%;
	}	

#open {
	
	z-index: 1;
	display: block;
	position: fixed;
	height: 40px;
	left: 10px;
	top: 10px;
	background-color: transparent;
	border: none;
	}
	
#close {
	display: block;
	position: fixed;
	height: 40px;
	left: 10px;
	top: 15px;
	margin-bottom: 100px;
	background-color: transparent;
	border: none;
	}

	
header nav.open {
		transform: translateX(0px);
	}

header nav {
	
	z-index: 1;
	position: fixed;
	margin-top: -200px;
				
	background-color: rgba(80,80,80,1);
	width: 60%;
	height: 100%;
	left: 0px;
	transform:translateX(-550px);
	transition: transform 0.20s ease-in-out;
}

header nav ul {
	/*background-color: yellow;*/
	
	width: 100%;
	height: 50%;
	
	position: absolute;
	left: 0px;
	padding-left: 0px;
	margin-top: 60px;
}
	
	
header nav ul li {
	/*background-color: red;*/
	
	display: block;
	flex-direction: row;
	
	width: 100%;
	height: 40px;
	text-align: center;
	
	float: none;
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	/*border: none;*/
	}

header nav ul li a {
	/*background-color: aqua;*/
	
	font-weight: 400;
	font-size: 1.8em;
	margin-top: 80px;
	
	padding-left: 20px;
	padding-right: 20px;
	}

header nav ul li a:hover {
	/*line-height: 10px;*/
	background-color: rgba(180,180,180,1);
	color: rgba(0,103,178,1);
	text-decoration: none;
}	
	/*  FIN NAVIGATION  */


.slogan {
	
	width: 60%;

	margin-left: 12.5%;
	margin-right: 0;
	margin-top: 20%;
	min-height: 40px;
	
	font-size: 20px;
	letter-spacing: 2px;
}

/* Hero Section */
*#hero {
	max-width: 100%;
	height: 530px;
	
	background-position: center;
	
	padding-top: 0px;
	padding-bottom: 0px;
	
	margin-bottom: 130px;
}
	
.tagline {
	margin-top: 0%;
	margin-bottom: 100px;
	
	width: 82%;
	height: 120px;
	
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 1px;
}

.tagline h1 {
	/*background-color: red;*/
	
	margin-top: 10px;
}


.laize {
	font-size: 17px;
	font-weight: 500;
	
	margin-left: 50px;
	margin-right: 50px;
	margin-top: -140px;
	
	line-height: 16px;
	letter-spacing: 0px;
}

/*  DEBUT SLIDER  */

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

.slides {
	
    display: block;
    margin-top: -20px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
	
    /*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: 36%;
    height: 36%;
	
	border-top-right-radius: 50px 50px;
	border-bottom-right-radius: 50px 50px;
	border-bottom-left-radius: 50px 50px;
	
	/*box-shadow: 6px 6px 11px rgba(0,103,178,0.6);*/
	
}

.nav label {
    width: 20px;
    height: 20px;
	margin-top: 10%;
	
	opacity: 0.5;

    font-size: 25pt;
    text-align: center;
    line-height: 13px;
    
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}

.nav .prev {
	left: 15px;
}

.nav .next {
	right: 690px;
}

.nav-dots {
	display: none;
	/*width: 50%;
	left: -6%;
	bottom: 325px;
	height: 11px;*/
}

.nav-dots .nav-dot {
	display: none;
	/*top: -5px;
	width: 5px;
	height: 5px;*/
}
/*  FIN DU SLIDER  */

	
	
/*  Section à propos  */

.about {
	height: 1775px;
	/*padding-left: 25px;*/
	/*padding-right: 25px;*/
	padding-top: 0px;
	margin-top: -280px;
	/*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;*/
	
	margin-top: 7%;
	
	/*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: 100%;
	/*font-family: 'Teko', sans-serif;*/
	/*font-weight: 200;*/
	font-size: 20px;
	/*text-align: justify;*/
	line-height: 24px;
	/*float: left;*/
	
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	
	/*color: rgba(255,255,255,1);*/  /*gris*/
}

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

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

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

/*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: 46px;
	/*text-align: center;
	word-spacing: 5px;*/
	line-height: 46px;
	
	padding-left: 3%;
	padding-right: 3%;
	
	margin-top: 2%;
	/*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);
	
	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;
	border-radius: 100px;
}*/
	
.thumbnail {
	width: 50%;
	/*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);
	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: rgba(0,240,255,0.8);
	background-image: none;
	
	/*width: 100%;*/
	height: 880px;
	/*background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -10px;
	padding-top: 5px;*/
}

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

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

.communication_description {
	/*font-family: 'Teko', sans-serif;
	font-weight: 300;*/
	font-size: 20px;
	/*color: rgba(0,0,0,1);
	text-align: left;*/
	
	padding-left: 1%;
	margin-top: -60px;
	/*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: 96%;
	height: 90px;
	
	margin-left: 2%;
	margin-top: -6%;
	
	/*border-left: 2px solid rgba(255,255,255,1);*/
}

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

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

.supports {
	/*width: 150px;*/
	/*background-color: red;*/
	/*text-align: center;
	float: left;
	margin-top: 0px;*/
	margin-left: 10%;
	/*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;
}*/

/*.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 {
	
	/*width: 100%;
	height: 105px;
	
	margin-left: 0;*/
	margin-top: 102%;
	
	/*border-left: 2px solid rgba(255,255,255,1);*/
}

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

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

.lien_fichier:hover {
	/*font-family: 'Teko', sans-serif;*/
	font-weight: 500;
	font-size: 20px;
	/*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);*/
	width: 100%;
	background-position: center;
	background-size: 180%;

	/*padding-bottom: 35px;*/
}
	
.entreprise {
	/*background-color: red;*/
	
	width: 85%;
	/*text-align: center;
	margin-left: 0;
	margin-right: 0;
	margin-top: 30px;
	float: left;*/
}

footer .entreprise p {
	width: 100%;
	line-height: 35px;
	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_column {
	/*background-color: red;*/
	
	width: 90%;
	/*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: 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: 0;
	margin-right: 0;
}

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

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

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

/*#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);
}*/

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

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

	
/*  Animation footer  */

/*canvas {
	display: block;
}*/
	
.waves {
	/*position: fixed;
	left: 0;
	right: 0;
	bottom: 0;*/
	height: 60%;
	/*z-index: -100;*/
}
/* Fin animation footer */
	
.hero_footer{
	/*background-color: rgba(255,135,0,0.6);*/
	width: 90%;
	font-size: 30px;
	line-height: 40px;
}
}
}