@charset "utf-8";

html, body {
  overflow: hidden;
	background: rgb(204, 204, 204);
}

/* PRECHARGEMENT */

#chargement {
	font-size: 2em;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	width:980px;
	height:400px;
	margin-left: -490px;
	margin-top:-200px;
	}

#chargement h1
{

	color:rgb(62, 62, 62);
    font-family: 'Varela Round', sans-serif;
    font-size:2.5em;
	font-weight:normal;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}
#chargement h2
{
	color:rgb(255, 106, 68);
    font-family: 'Varela Round', sans-serif;
	font-size:1.1em;
	font-weight:normal;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

#chargement h1 span
{
	background: rgb(255, 106, 68);
	font-size:1.2em;
}

	#chargement-infos {
		text-align:right;
		white-space: nowrap;
		display: block;
		border-bottom:4px solid rgb(62, 62, 62);
		width: 0%;
	}

	#conteneur {
		visibility: hidden;
	}


/* GENERIQUE */

/* rgb(204, 204, 204) = gris ; #3e3e3e ou rgb(62, 62, 62) = noir ;  rgb(255, 106, 68) = orange */

body{
	margin: 0;
	min-width: 980px;
    padding: 0;
    font-family: 'Varela Round', sans-serif;
    font-size: 0.75em;
	color:rgb(62, 62, 62);
}

/* NAV OPEN-CLOSE */

#container {
	height: 100%;
	margin-left: 250px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-transition: all 0.3s 0.1s;
	transition: all 0.5s;
}

#container.close {
	margin-left: 0px !important;
}

/*--------------------MENU--------------------*/

#toc-activate {
	position: fixed;
	z-index: 100;
	top: 30px;
	left: 30px;
}

#toc-open {
	position: fixed;
	top: 20px;
	left: 2px;
	text-align: center;
	display: block;
	width: 44px;
	height: 36px;
	background:url(../images/open.png) no-repeat 0 0;
	z-index: 9;
}

#toc-close {
	position: fixed;
	top: 20px;
	left: 190px;
	z-index: 11;
	text-align: center;
	width: 44px;
	height: 36px;
	background:url(../images/close.png) no-repeat 0 0;
	-webkit-transition: left 0.4s, opacity 0.3s 0.2s, color 0.3s ease-in-out, background-color 0.3s ease-out;
	transition: left 0.4s, opacity 0.3s 0.2s, color 0.3s ease-out, background-color 0.3s ease-out;
}

#toc-close.close {
	left: -40px;
	opacity: 0;
}

#logo_menu {
	position: fixed;
	top: 100px;
	left: 70px;
	z-index: 22;
	-webkit-transition: left 0.4s, opacity 0.3s 0.2s, color 0.3s ease-in-out, background-color 0.3s ease-out;
	transition: left 0.4s, opacity 0.3s 0.2s, color 0.3s ease-out, background-color 0.3s ease-out;
}

#logo_menu.close {
	left: -270px;
	opacity: 0;
}


nav.close{
	left: -250px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
}

#credits {
	font-size: 1.0em;
	color: rgb(204, 204, 204);
	text-align:center;
	position: fixed;
	bottom: 30px;
	left: 18px;
	z-index: 15;
	width: 220px;
	height: 100px;
	-webkit-transition: left 0.4s, opacity 0.3s 0.2s, color 0.3s ease-in-out, background-color 0.3s ease-out;
	transition: left 0.4s, opacity 0.3s 0.2s, color 0.3s ease-out, background-color 0.3s ease-out;
}

#credits.close {
	left: -270px;
	opacity: 0;
}

*/
/* fin de  NAV OPEN-CLOSE */

/* SCROLL MOUSEWHEEL CLAVIER */
.slidescroll-enabled 
{
height: 100%;
margin: 0;
}

.slidescroll-enabled .main, .slidescroll-enabled .page 
{
position: relative;
height: 100%;
width: 100%;
}

.slidescroll-enabled .main 
{
-webkit-transform: translate3d(0, 0, 0);
-ie-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: -webkit-transform 1s ease;
-ie-transition: -ie-transform 1s ease;
transition: transform 1s ease;
top: 0;
}

.slidescroll-enabled .page 
{
position: absolute;
top: 0;
left: 0;
}

#accueil-int {
	background: rgb(204, 204, 204);
}

#presentation-int {
	background: rgb(204, 204, 204);
}

#formation-int {
	background: rgb(204, 204, 204);
}

#parcours-int {
	background: rgb(204, 204, 204);
}

#liens-int {
	background: rgb(204, 204, 204);
}

#acces-int {
	background: rgb(204, 204, 204);
}

#game-int {
	background: rgb(204, 204, 204);
}

#actus-int {
	background: rgb(204, 204, 204);
}

.slidescroll-nav 
{
	position: fixed;
	z-index: 10;
	display: inline-block;
	padding: 240px 0;
	top: 0;
	left: 0;
	width: 250px;
	height: 100%;
	background: rgb(62, 62, 62);
	overflow: hidden;
	-webkit-transition: left 0.4s;
	transition: left 0.4s;
}
.slidescroll-nav a, .slidescroll-nav span 
{
position: relative;
display: block;
}

.slidescroll-nav a 
{
text-decoration: none;
}
.slidescroll-nav span 
{
line-height: 20px;
}

.slidescroll-nav .title 
{
	display: block;
	margin: 8px 10px;
    font-family: 'Varela Round', sans-serif;
	padding: 10px 0 5px 15px;
	color: rgb(204, 204, 204);
	font-size:1.3em;
	line-height:15px;
	vertical-align:middle;
	text-align:center;
}

.slidescroll-nav .active .title 
{
	color: rgb(255, 106, 68);
	text-decoration:line-through;
	letter-spacing:1px;
}

.slidescroll-nav .index 
{
display: none;
}
/* FIN SCROLL MOUSEWHEEL CLAVIER */

/* Equivalent d'overflow:hidden mais permet le scroll clavier et molette (fonctionne uniquement sur webkit (chrome) */
::-webkit-scrollbar{ 
    display: none; 
}

a, a:visited {
    text-decoration: none;
	color:rgb(255, 106, 68);
}

a:hover
{
	text-decoration: line-through;
}

p {
    margin:0;
}
img{
	border: 0;
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

.center{
	font-size: 2.5em;
	padding: 20px 0;
	text-align:center;
}

.center img
{
margin-top:40px;
}

.bleu
{
color:rgb(255, 106, 68);
}


/* CONTENU */

#conteneur_bloc {
    position: relative;
    width: 100%;
		height: 100%;
		overflow: hidden;
}

#accueil, #presentation, #parcours, #liens, #acces, #actus, #formation, #accueil-int, #presentation-int, #parcours-int, #liens-int, #acces-int,#game-int, #actus-int, #formation-int
{
	width:100%;
	height:100%;
}

.page {
height:1080px; 
position: relative;
}

/* ACCUEIL */

#accueil{
}

#logo-conteneur
{
	position:absolute;
	width:500px;
	height:455px;
	top:50%;
	left:50%;
	margin-top:-270px;
	margin-left:-250px;
	z-index:200;
}

.lt-ie9 #logo,.no-svg #logo {
    background: url("../images/logo.jpg");
}

.lt-ie9 #logo img,.no-svg #logo img {
    opacity: 0;
    filter: alpha(opacity=0);
}

/* partie orange logo forme */
#contour{
    animation: apparition1 4s ease;
    -webkit-animation: apparition1 4s ease;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes apparition1 {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes apparition1 {
  0% {opacity: 0; }
  100% {opacity: 1; }
}

/* partie noire logo forme */
#visage{
    animation: apparition2 6s ease;
    -webkit-animation: apparition2 6s ease;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    opacity: 0;
}

@keyframes apparition2 {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes apparition2 {
  0% {opacity: 0; }
  100% {opacity: 1; }
}


/* Texte principal */
#chris_paris{
    animation: apparition3 2s ease;
    -webkit-animation: apparition3 2s ease;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-delay: 4s;
    -webkit-animation-delay: 4s;
    opacity: 0;
}

@keyframes apparition3 {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes apparition3 {
  0% {opacity: 0; }
  100% {opacity: 1; }
}


/* blocs texte orange et noir + textes formateur */
#bloc_texte{
    animation: apparition4 2s ease;
    -webkit-animation: apparition4 2s ease;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
    opacity: 0;
}

@keyframes apparition4 {
  0% { opacity: 0;}
  100% { opacity: 1;}

}

@-webkit-keyframes apparition4 {
  0% {opacity: 0;}
  100% {opacity: 1;}
}


#scrolling{
	position:absolute;
	z-index:150;
	bottom:0;
	width:157px;
	height:102px;
	left:50%;
	margin-left:-76px;
}

/* PRESENTATION */

#presentation{
    
}

#texte-int
{
	position:absolute;
	top:50%;
	margin-top:-300px;
	width:100%; 
	height:600px; 
	background:url(../images/09b.jpg) no-repeat center center; 
	-webkit-background-size:cover; 
	background-size:cover;
	text-align:center;
}

#texte-int p{
    margin-left: 20%;
	margin-top:1.3%;
    width: 60%;
    height: 86%;
    background: rgba(62, 62, 62, .97);
    padding: 15px;
    color: rgb(204, 204, 204);
    font-size: 1.4em;
    border:dashed 8px rgb(255, 106, 68);
}

.orange{
    color: rgb(255, 106, 68);  
    font-weight: bold;
    font-size: 1.3em;
}

/* FORMATIONS */

#formation{
        display: flex;
        justify-content: center;    
}

#texte-formation
{
	position:absolute;
	top:50%;
	margin-top:-300px;
	width:100%; 
	height:600px; 
	background:url(../images/10b.jpg) no-repeat center center; 
	-webkit-background-size:cover; 
	background-size:cover;
	text-align:center;
}

#texte-formation-int{
    margin-left: 20%;
    margin-top: 1.3%;
    width: 60%;
    height: 86%;
    background: rgba(62, 62, 62, .97);
    padding: 15px;
    color: rgb(204, 204, 204);
    border:dashed 8px rgb(255, 106, 68);
}

.bloc{
    height: 230px;
    background: rgba(62, 62, 62, .96);
    padding: 10px;
    color: rgb(204, 204, 204);
    font-size: 1.5em;
}

.bloc strong{
    font-size: 1.6em;
}

.bloc strong:last-child{
    color: rgb(255, 106, 68);
}

button{
    display: block;
    width: 100%;
    background: rgb(255, 106, 68);
    border: none 0;
    border-bottom:dashed 4px rgb(62, 62, 62);
    text-align: left;
    cursor: pointer;
}

#formation-int h4{
    width: 90%;
    float: left;
    margin: 0;
    line-height: 40px;
    vertical-align: middle;
    color: rgb(62, 62, 62);
}

#formation-int button .avant1:after, #formation-int button .avant2:after, #formation-int button .avant3:after, #formation-int button .avant4:after, #formation-int button .avant5:after {
    content: '+';
    display: block;
    line-height: 30px;
    vertical-align: middle;
}

#formation-int button .apres:after{
    content: '-';
}

/* LIENS */

#backg
{
	position:absolute;
	top:50%;
	margin-top:-300px;
	width:100%; 
	height:600px; 
	background:url(../images/11b.jpg) no-repeat center center; 
	-webkit-background-size:cover; 
	background-size:cover;
	text-align:center;
}

.grid{
    background: rgba(62, 62, 62, .97);
    border:dashed 8px rgb(255, 106, 68);
}

.grid ul{
    margin: 0; padding: 0;
}

#liens-int h2
{
	height: 50px;
	width: 320px;
	position: absolute;
	left:50%; margin-left: -160px;
    color: rgb(204, 204, 204);
	font-size: 2.3em;
}

.activite
{
font-size: 0.8em;
}

/* ACCES */

#acces{
}

#acces-int p
{
	position:absolute;
	z-index:201;
	height:175px;
	width:350px;
	top:15%;
	left:15%;
	text-align:center;
	font-size:1.7em;
	background:rgba(0,0,0,0.6);
	border-radius:5%;
	padding-top:10px;
}

#acces-int p span
{
	color:rgb(255, 106, 68);
}

#acces-int p a:link, #acces-int p a:visited 
{
	text-decoration:none;
	color:rgb(204,204,204);
}

#acces-int p a:hover, #acces-int p a:active 
{
	color:rgb(255, 106, 68);
}


/* CONTACT */ 

#actus{
}

#actus-bloc-image-01
{
	display: block;
	background: url(../images/Logo-2CRev-128px-TM.png) no-repeat 0 0;
	position: absolute;
	z-index: 20000;
	width:517px;
	height:128px;
	top:50%; left:50%;
	margin-left:-258px;
	margin-top:-63px;
}

#photo
{
	position:absolute;
	top:50%;
	margin-top:-300px;
	width:100%; 
	height:600px; 
	background:url(../images/06b.jpg) no-repeat center center; 
	-webkit-background-size:cover; 
	background-size:cover;
	text-align:center;
}

#actus-bloc-image-01 a
{
	display:block;
	height:100%;
	width:100%;
}

#actus-bloc-image-01 a span
{
	display:none;
}


/* SMARTPHONE */

@media only screen and (max-width: 767px) {
    
    #scrolling {
    display: none;
  }
    
    body
    {
	min-width:0px;
    }
    
 /* PRECHARGEMENT */

#chargement {
	font-size: 1em;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	width:980px;
	height:400px;
	margin-left: -490px;
	margin-top:-200px;
	}

#chargement h1
{

	color:rgb(62, 62, 62);
    font-family: 'Varela Round', sans-serif;
    font-size:1.5em;
	font-weight:normal;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}
#chargement h2
{
	color:rgb(255, 106, 68);
    font-family: 'Varela Round', sans-serif;
	font-size:0.8em;
	font-weight:normal;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

#chargement h1 span
{
	background: rgb(255, 106, 68);
	font-size:0.8em;
}

    /* PRESENTATION */

    #texte-int p{
        margin-left: 14%;
        width: 70%;
        height: 90%;
        font-size: 0.99em;
        border:dashed 6px rgb(255, 106, 68);
    }

    .orange{
        font-size: 1.1em;
    }

        /* FORMATIONS */

    #texte-formation-int{
        margin-left: 14%;
        width: 70%;
        height: 90%;
        border:dashed 6px rgb(255, 106, 68);
    }

    .bloc{
        height: 250px;
        font-size: 0.99em;
    }

    .bloc strong{
        font-size: 1.1em;
    }

        /* LIENS */

    .grid{
        background: rgba(62, 62, 62, .97);
        border:dashed 6px rgb(255, 106, 68);
    }

    #liens-int h2
    {
        height: 50px;
        width: 320px;
        position: absolute;
        left:50%; margin-left: -160px;
        color: rgb(204, 204, 204);
        font-size: 1.3em;
    }
    
    .activite
    {
    font-size: 0.4em;
    }
    
    /* CONTACT */
    
    #actus-bloc-image-01
{
	background: url(../images/Logo-2CRev-64px-TM.png) no-repeat 0 0;
	width:259px;
	height:64px;
	top:50%; left:50%;
	margin-left:-129px;
	margin-top:-32px;
}
    
}
