@import url('reset.css');
/* CSS Document */
/* CSS reset */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body, html {
	min-height:100%; /* to keep page Y long enough to hide safari bar */
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
	/*-------- IMPORTANT For when you use a background img index page -------*/
	background-repeat:no-repeat;
	background-position: center center;
    background-size:cover;
	
	-webkit-touch-callout: none; /* Safari */
    -webkit-tap-highlight-color: transparent; /* Safari */
    -moz-user-select: -moz-none; /* Firefox */
    -webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
    -ms-user-select: none;
    user-select: none; /* supported by Chrome and Opera */
}

a{
	text-decoration: none;
}


/* --------------------------------------------------------------------------------------------*/
/* ------------------------------------------- HEADER -----------------------------------------*/


.header {
	position:fixed;	
	width:100%;		
	height: 60px;
	z-index:5000;
}

.inside-frame{
	position:fixed;
	width:100%;
	height: 60px;
	height:auto;
	text-align:center;
	background-color: white;
	z-index:10000;
}
.name1, .name0 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	-webkit-letter-spacing: 3px;
	-moz-letter-spacing: 3px;
	-o-letter-spacing: 3px;
	-ms-letter-spacing: 3px;
	line-height: 25px;
    font-size: 20px;
	-webkit-font-smoothing: antialiased;
}
.name0 span {
	font-size: 40px;
}
.name1 span {
	font-size: 30px;
}

/* --------------------------------------------------------------------------------------------*/
/* ------------------------------------------- MENU ------------------------------------------*/



ul {
    list-style-type: none;
	margin: 0 auto;
    width: 100%;
	line-height : 60px;
	height: auto;
}

li a {
    font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	-webkit-letter-spacing: 3px;
	-moz-letter-spacing: 3px;
	-o-letter-spacing: 3px;
	-ms-letter-spacing: 3px;
    font-size: 15px;
	font-weight: bolder;	
	color: #FFFFFF;
	text-transform: uppercase;	
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;	
	display: block;
	width:100%;
}


li {
    text-align: center;
}
.menu-item {
    text-align: center;
    border-bottom: 1px solid #555;
}


.end {
	position: relative;
	height:1px;
	width:300px;
	background-color: #000;
	margin: 0 auto;
}

/* --------------------------------------------------------------------------------------------*/
/* ------------------------------------------- SUBMENU ------------------------------------------*/


li label {
    font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	-webkit-letter-spacing: 3px;
	-moz-letter-spacing: 3px;
	-o-letter-spacing: 3px;
	-ms-letter-spacing: 3px;
    font-size: 15px;
	font-weight: bolder;	
	color: #FFFFFF;
	text-transform: uppercase;	
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;	
	display: block;
	width:100%;
}



.toggle{
	
	z-index:8000;
	
}
.toggle:after {
	content: '\002B';
	color: white;
	font-weight: bold;
	float: center;
	margin-left: 5px;
	z-index:8000;
}

.submenu {	
	width: 95%;
	overflow: hidden;
	max-height: 0;
	padding-top: 0;
	margin: 0 auto;  	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}

/* ------------------------------------------------*/
/* ----------- SUBMENU ButtonPhoto ---------------*/

#submenuP-toggle {
	display: none;
	z-index:8000;
}
#submenuP-toggle:checked ~ .submenu {
	max-height: 800px;
	padding-top: 0px;
}
/*#submenu-toggle:checked ~ .toggle {
	background-color: white;
	color:black;
}*/
#submenuP-toggle:checked ~ .toggle:after {
	content: "\2212";
	/*color: black;*/
}

/* ------------------------------------------------*/
/* ----------- SUBMENU ButtonAi ---------------*/

#submenuA-toggle {
	display: none;
	z-index:8000;
}
#submenuA-toggle:checked ~ .submenu {
	max-height: 800px;
	padding-top: 0px;
}
#submenuA-toggle:checked ~ .toggle:after {
	content: "\2212";
	/*color: black;*/
}


.topselect {
	display:flex; /* super IMPORTANT pour les divs soient lune a cote de lautre */
	
}
.projectsselect {
	display:flex; /* super IMPORTANT pour les divs soient lune a cote de lautre */
}

.submenulink {
  /*flex: 1;*/
	width: 50%;
    padding: 10px;	
	margin: 0 auto;
}
.submenulink li a{
	letter-spacing: 1px;
	-webkit-letter-spacing: 1px;
	-moz-letter-spacing: 1px;
	-o-letter-spacing: 1px;
	-ms-letter-spacing: 1px;
    font-size: 10px;
	line-height: 40px;	
	text-align: center;	
	
}

.submenulinkprojects {
  /*flex: 1;*/
	width: 50%;
    padding: 10px;
}
.submenulinkprojects li a{
	letter-spacing: 1px;
	-webkit-letter-spacing: 1px;
	-moz-letter-spacing: 1px;
	-o-letter-spacing: 1px;
	-ms-letter-spacing: 1px;
    font-size: 10px;
	line-height: 40px;	
	text-align: center;
}


.left li a{
	text-align: right;
    border-right: 1px solid #555;
	
}
.right li a{
	text-align: left;
    border-left: 1px solid #555;
	
}



/*---------------------------------------*/
/* keep button active on relevant page */

.current_page {
	background-color: #999;
}

/*-------------- PANELS -------------------------------- */
/*----------------------------------------------------- */

.panel {
	position:absolute;
	top:0px;
	left:0;
	width:100%;
	z-index: 0;
	overflow-x: hidden;
	
	opacity:1;
	height:auto; /* to adapt the scrolling depending on long or short page */

	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
		
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  /* CSS for iPad Pro 12.9-inch in portrait */
	.panel{	width:90%; left:5%;}
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  /* CSS for iPad Pro 12.9-inch in landscape */
	.panel{	width:80%; left:10%;}
}

.panel2 {
	position:absolute;
	top:0px;
	left:0;
	width:100%;
	z-index: 0;
	overflow-x: hidden;
	
	opacity:1;
	height:auto; /* to adapt the scrolling depending on long or short page */

	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
		
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  /* CSS for iPad Pro 12.9-inch in portrait */
	.panel2{	width:60%; left:20%;}
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  /* CSS for iPad Pro 12.9-inch in landscape */
	.panel2{	width:50%; left:25%;}
}
.spacer60 {
	position:relative;
	height:60px;
}

.spacer20 {
	position:relative;
	height:20px;
}
.spacer30 {
	position:relative;
	height:30px;
}
.spacer40 {
	position:relative;
	height:40px;
}
.spacer10 {
	position:relative;
	height:10px;
}

.separator1 {
	position: relative;
	height:1px;
	width:100%;
	background-color: #000;
}

.separator2 {
	position: relative;
	left:40%;
	height:1px;
	width:20%;
	background-color: #000;
}


/*-------------- TEXTS -------------------------------- */
/*----------------------------------------------------- */

.title1 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	-webkit-letter-spacing: 3px;
	-moz-letter-spacing: 3px;
	-o-letter-spacing: 3px;
	-ms-letter-spacing: 3px;
    font-size: 20px;
	line-height:20px;
}

.title2 {
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	-webkit-letter-spacing: 3px;
	-moz-letter-spacing: 3px;
	-o-letter-spacing: 3px;
	-ms-letter-spacing: 3px;
    font-size: 15px;
	line-height:15px;
}

.text2 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif; /* font marche par tjr sur tout les browsers et ca creer des variation de size letter*/
    letter-spacing: 1px;
    font-size: 12px;
	-webkit-letter-spacing: 1px;
	-moz-letter-spacing: 1px;
	-o-letter-spacing: 1px;
	-ms-letter-spacing: 1px;
}


/*-----------------------------------------------------------------------------------*/
/*------------------------------------  FOOTER  -------------------------------------*/


.text1 {
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
    font-size: 10px;
	text-transform: uppercase;
	z-index: -10;
}
@media only screen and (max-height: 800px)
{
	.text1 { 
		font-size: 8px;
	}
}

.footer {
	position:fixed;
	text-align:left;
	bottom: 20px;
	left: 10px;
	z-index:200000;
}
.footer p {
	width: 200px;
}


