/* Générique */
html{
	font-size: 12px;
}


body{
	font-family: 'Roboto', Helvetica, sans-serif;
	width: 100%;
	overflow-x: hidden;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.65;
	background-color: white;
	color: rgb(68, 68, 68);
}


a{
	text-decoration: none;
}

*,
*:before,
*:after{
	box-sizing: border-box;
}


div.hr{
	border-bottom: 1px black dotted;
	margin: .3px auto 15px auto;
}

b,
strong {
	font-weight: 400;
}

sup{
	font-size: .8em;
	line-height: .8em;
	vertical-align:super;
}

em{
	font-style: italic;
}

p a{
	/* background: linear-gradient(90deg, #e63737, #212a8b);
  	background-clip: text; */
	  color: rgb(255, 58, 212);
	  transition: 1s;
}

p a:hover{
	/* background: linear-gradient(90deg, #e63737, #212a8b);
  	background-clip: text; */
  	text-decoration: underline;
}

h3{
	font-size: 1.5rem;
	font-weight: 400;
}

h4{
	font-size: 1.3rem;
}

#global{
	display: flex;
	flex-direction: column;
}


.border{
	text-align: center;
	margin: 2rem auto;
	width: 0px;
	border-radius: 5px;
}

.border a{
	left: -38px;
	position: relative;
}

.circle {
	height: 90px;
	width: 90px;
	border-radius: 100%;
	box-shadow: 0 1px 0 0 rgba(255, 192, 0, 0.25), 0 -1px 0 0 rgba(255, 64, 0, 0.25), 1px 0 0 0 rgba(255, 192, 0, 0.25), -1px 0 0 0 rgba(255, 64, 0, 0.25), 1px -1px 0 0 rgba(255, 128, 0, 0.5), -1px 1px 0 0 rgba(255, 128, 0, 0.5), 1px 1px 0 0 rgba(255, 255, 0, 0.75), -1px -1px 0 0 rgba(255, 0, 0, 0.75);
	transform: translateZ(0);
	box-shadow: 0 1px 0 0 rgba(225, 131, 194, 0.25), 0 -1px 0 0 rgba(165, 181, 222, 0.25), 1px 0 0 0 rgba(225, 131, 194, 0.25), -1px 0 0 0 rgba(165, 181, 222, 0.25), 1px -1px 0 0 rgba(195, 156, 208, 0.5), -1px 1px 0 0 rgba(195, 156, 208, 0.5), 1px 1px 0 0 rgba(255, 105, 180, 0.75), -1px -1px 0 0 rgba(135, 206, 235, 0.75);
	animation: rotateThis 1s linear infinite;
	display: block;
	transition: .5s;
}

.textBoutonCircle{
	text-align: center;
	position: relative;
	bottom: 64px;
	color: #444;
	width: 90px;
}

.border a:hover .circle{
	background: rgb(88, 88, 88);
}

.border a:hover .textBoutonCircle{
	color: #fff;
}

.bouton{
	background-color: white;
	margin: 1px;
	border-radius: 2px;
	transition: .5s;
	user-select: none;
}


.textBouton{
	color: #444;
	transition: .5s;
}

.bouton:hover{
	background: linear-gradient(90deg, #e63737, #212a8b);
	color: #fff;
}


/************ ANIMATION *************/

/* VAGUE */

.header{
	transform: scaleY(-1);
	z-index: -1;
	position: relative;
	bottom: -3844px;
  }
}

#containerWave{
	
}

.top{
	position: absolute;
	bottom: -3500px;
	background: url(../img/vaguetop.svg);
	opacity: .5;
	width: 6400px;
	height: 4000px;
}


.bot{
	bottom: 24px;
	background: url(../img/vaguetop.svg);
	position: absolute;
	opacity: .5;
	width: 6400px;
	height: 4000px;
}



.wave {
  -webkit-animation: wave 15s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
          animation: wave 15s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  -webkit-transform: translate3d(0, 0, 0);
		  transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
  -webkit-animation: wave 15s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 10s ease -1.25s infinite;
          animation: wave 15s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 15s ease -2.25s infinite;
  opacity: .4;
}

.wave:nth-of-type(3) {
  -webkit-animation: wave 15s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.5s infinite, swell 5s ease -1.25s infinite;
          animation: wave 15s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.5s infinite, swell 15s ease -3.25s infinite;
  opacity: .4;
}

.wave:nth-of-type(4) {
  -webkit-animation: wave 15s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.5s infinite, swell 20s ease -1.25s infinite;
          animation: wave 15s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.5s infinite, swell 15s ease -4.25s infinite;
  opacity: .4;
}

.wave:nth-of-type(5) {
  -webkit-animation: wave 15s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.5s infinite, swell 25s ease -1.25s infinite;
          animation: wave 15s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.5s infinite, swell 15s ease -5.25s infinite;
  opacity: .4;
}

@-webkit-keyframes wave {
  0% {
    margin-left: -50px;
  }
  100% {
    margin-left: -3200px;
  }
}

@keyframes wave {
  0% {
    margin-left: -50px;
  }
  100% {
    margin-left: -3200px;
  }
}
@-webkit-keyframes swell {
  0%, 100% {
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
}
@keyframes swell {
  0%, 100% {
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
}

@keyframes rotateThis {
	from {
	  transform: rotate(0deg) scale(1);
	}
	to {
	  transform: rotate(360deg) scale(1);
	}
  }


/* BULLE */

.bulle{
  position: absolute;
  z-index: -1;
  top: 200px;
  height: 3px;
  width: 3px;
  border-radius: 100%;
  background-color: rgba(255,255,255,0);
  margin: 10px;
  animation: morphing 3s ease-in infinite;
}

.bulle:nth-child(2){
  left: 20%;
  animation: morphing 3s ease-in -1s infinite;
}

.bulle:nth-child(3){
  left: 40%;
  animation: morphing 3s ease-in -2s infinite;
}

.bulle:nth-child(4){
  left: 50%;
  animation: morphing 3s ease-in -3s infinite;
}

.bulle:nth-child(5){
  left: 75%;
  animation: morphing 3s ease-in -5s infinite;
}

.bulle:nth-child(6){
  left: 90%;
  animation: morphing 3s ease-in -4s infinite;
}

@keyframes morphing {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    box-shadow: 15px 15px 50px rgba(0,0,0,0.2);
    transform: translateY(0px);
  }
  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    box-shadow: -10px -5px 50px rgba(0,0,0,0.2);
  }

  100% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
    transform: translateY(-220px);
    background-color: rgba(255,255,255,1);
  }
}

/* SELECTEUR */

@keyframes trait{
	0%{
		border-bottom: 1px solid white;
	
	}
	100%{
		border-bottom-width: 10px;
	}
}

/* Animation agrandissement img (galerie)*/

@-webkit-keyframes zoom {
	from {-webkit-transform:scale(0)} 
	to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
	from {transform:scale(0)} 
	to {transform:scale(1)}
  }


/************ HEADER ***************/


header{
	width: 100%;
	height: 280px;
	z-index: 10;
	overflow: hidden;
}


.header {
  position: relative;
  top: -250px;
  z-index: -2;
}


.containerHeader{
	display: flex;
}

/* Style du logo */
svg{
	width: 90px;
	border-right: .9px white dotted;
	padding-right: 10px;
	margin: 10px;
	height: 100%;
}

/* Style du titre */
h1{
	font-size: 2rem;
	color: white;
	font-weight: 300;
	padding-top: 1rem;
	cursor: default;
	user-select: none;

}

nav#mainNav{
	width: 80%;
	margin: 0 auto;
	padding-top: 30px;
}

nav#mainNav ul{
	display: flex;
	justify-content: space-around;
}

nav#mainNav ul li{
	color: #fff;
	font-size: 1.4rem;
	font-weight: 400;
	cursor: pointer;
}

nav#mainNav ul li a:visited{
	color: white;
}


#burger{
	display: none;
	color: #fff;
	font-size: 3rem;
	position: absolute;
	z-index: 99;
}

nav#responsiveNav{
	position: absolute;
	right: 22px;
	margin-right: 2rem;
}

nav#responsiveNav ul{
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 2px;
	display: none;
	position: absolute;
	top: 50px;
	right: -33px;
	width: 150px;
}

nav#responsiveNav ul li{
	color: #fff;
	font-size: 1.4rem;
	font-weight: 400;
	cursor: pointer;
	text-align: center;
	margin: 1rem;
}



/************ Main ***************/

#cv,
#galerie,
#clp,
#politique{
	margin: 90px 10% 5px 10%;
	z-index: 5;
}

.introSection{
	text-align: center;
	margin: auto;
	font-size: 1.3rem;
}

#galerie{
	visibility: hidden;
	position: fixed;
}

#galerieBook{
	margin: 1rem 0;
}

#clp{
	visibility: hidden;
	position: fixed;
}

#politique{
	visibility: hidden;
	position: fixed;
}

#cv h2,
#galerie h2,
#clp h2,
#politique h2{
	font-size: 30px;
	font-weight: 500;
	text-align: center;
}


/***** CV *****/
#containerCV{
	display: flex;
	margin-top: 6rem;
}

#selecteur{
	background: linear-gradient(90deg, #ff6060, #575fb9);
	display: flex;
	position: sticky;
	top: 0px;
	justify-content: space-around;
	color: white;
	font-size: 1.2rem;
	font-weight: 400;
	border-radius: 2px;
	box-sizing: border-box;
	cursor: default;
	user-select: none;
	opacity: .9;
	z-index: 1;
}

#curseur{
	background-color: rgba(255, 255, 255, 0);
	position: absolute;
	width: 33.33%;
	height: 2rem;
	left: 33%;
	transition: .2s;
}

.nomSelecteur{
	z-index: 5;
}

#selecteur:hover #curseur{
	background-color: rgba(255, 255, 255, .2);
}

#boutonScolaire:hover #curseur{
	left: 0%;
}

#selecteur:active #curseur{
	background-color: rgba(255, 255, 255, .5);
}




/* Gestion du text */

#textAll{
	width: 70%;
	margin: 0 5%;
}

.containerText{
	height: 400px;
	overflow-y: scroll;
}

#sport{
	display: none;
}

#personnel{
	display: none;
}

.espace{
	height: 170px;
}

.espaceTop{
	height: 100px;
}

.espaceBot{
	height: 75px;
}

.espaceSecondaire{
	height: 50px;
}

/* Gestion des dates */
.date{
	margin: auto;
}

.date h3{
	text-align: center;
	font-size: 5rem;
	cursor: default;
	user-select: none;
}

.date1{
	position: relative;
	top: -79px;
}

.date2{
	position: relative;
	top: -100px;
	opacity: 0;
}

#dateSport{
	display: none;
}

#datePersonnel{
	display: none;
}



/* Galerie */

/* Menu de triage */
#mainMenu{
	display: flex;
	justify-content: space-around;
}

#mainMenu li.option{
	flex: 0 1 auto;
    text-align: center;
	position: relative;
	cursor: pointer;
}

nav ul#mainMenu a.niveau1{
    display: block;
    text-decoration: none;
    color: #444;
	font-weight: 400;
	font-size: 1.4rem;
	transition: .2s;
    border-bottom: 2px solid transparent;
    padding: 10px 60px;
}

nav ul#mainMenu a:hover{
    color: orange;
    border-bottom: 2px solid gold;
}

.sous{
    display: none;
    box-shadow: 0px 1px 2px #CCC;
    background-color: white;
    position: absolute;
    width: 100%;
    z-index: 1000;
}

.sous a{
	display: block;
    text-decoration: none;
    color: #444;
	font-weight: 400;
	transition: .2s;
	border-bottom: 2px solid transparent;
	padding: 10px 0;
}

#sousLogiciel{	
	display: none;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	box-shadow: 0px 1px 2px #CCC;
	background-color: #fff;
	width: 100%;
	position: absolute;
	z-index: 1000;
	border-radius: 2px;
}

nav ul#mainMenu li:hover .sous{
    display: flex;
    flex-flow: column wrap;
}



/* Menu logiciel */

nav ul#mainMenu li.option:hover #sousLogiciel{
	display: flex;
	flex-wrap: wrap;
}

#sousLogiciel li{
	width: 30%;
	margin: .8rem;
	cursor: pointer;
}

#sousLogiciel li img{
	width: 70%;
	filter: grayscale(100);
}


/* Galerie */

.galerieBook{
	margin: 3rem auto 0 auto;
}

.gridSizer{
	width: 33.333%;
}

#galerieBook figure{
	width: 30%;
	overflow: hidden;
	transition: .6s;
	margin: 1rem;
	display: inline-block;
}

#galerieBook figure:hover{
	/* transform: scale(1.05); */
	z-index: 1;
}

#galerieBook figure:hover img.miniature{
	filter: blur(2px);
	transition: .6s;
}

#galerieBook figure img.miniature{
	display: block;
	width: 100%
}

.galerieFigcation{
	display: flex;
	flex-wrap: wrap;

}

.galerieFigcaption img, .galerieFigcaption iframe{
	width: 100%;
	margin-top: 2rem;
}

figcaption{
	position: absolute;
	background-color: rgba(0,0,0, .75);
	padding: 1rem 1rem;
	height: 100%;
	width: 50%;
	transition: .6s;
	left: -50%;
	bottom: 0;
	color: #fff;
	margin: auto 0;
	overflow-y: scroll;
}

figure:hover figcaption{
	left: 0;
}

/*************** Système d'agrandissement d'image ***************/


.img{
	transition: .3s;
	cursor: pointer;
}

div.galerieFigcaption img:hover{
	opacity: .7;;
}

.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
	z-index: 99;
}

/* Image */
.modal-content {
	margin: 0 auto 5% auto;
	display: block;
	width: 80%;
	max-width: 700px;
}

.modal-content {  
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}

/* Disposition des fléches */
#fleche{
	color: white;
	font-size: 4rem;
	display: flex;
	justify-content: space-between;
	position: relative;
	top: 50%;
	margin: 3%;
}

#fleche i{
	cursor: pointer;
	transition: 0.3s;
}

#fleche p:hover,
#fleche p:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}


/* The Close Button */
.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}
  
.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

/************ Section CLP ***************/


/*** Section Youtube ***/
#sectionYT, #sectionSite{
	margin: 6rem 0;
}

.stat{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin: 1rem 0;
	font-size: 1.5rem;
	font-weight: 400;
	cursor: default;
	user-select: none;
	
}

.stat i{
	color: #525cc9;
}


#galerieYT{
	display: flex;
	flex-wrap: wrap;
}

#galerieYT iframe{
	width: 45%;
	height: auto;
	margin: 1rem auto;
}

/*** Section Site Web ***/


#galerieSite{
	height: 400px;
}

.imgSite{
	height: 100%;
	transition: .6s;
	/* margin: 1rem; */
	box-shadow: 5px 4px 11px 0px rgba(0,0,0,0.33);
	overflow-y: auto;
}

.imgSite img{
	width: 100%;
	overflow: hidden;
}


#curseurSite{
	background-color: rgba(255, 255, 255, 0);
	position: absolute;
	width: 33.33%;
	height: 2rem;
	left: 33%;
	transition: .2s;
}



#selecteurSite{
	background: linear-gradient(90deg, #ff6060, #575fb9);
	display: flex;
	position: sticky;
	top: 0px;
	justify-content: space-around;
	color: white;
	font-size: 1.2rem;
	font-weight: 400;
	border-radius: 2px;
	box-sizing: border-box;
	cursor: default;
	user-select: none;
	opacity: .9;
	z-index: 1;
}

#curseurSite{
	background-color: rgba(255, 255, 255, 0);
	position: absolute;
	width: 25%;
	height: 2rem;
	left: 0%;
	transition: .2s;
}

#article, #version, #faq{
	display: none;
}

.nomSelecteur{
	z-index: 5;
	cursor: pointer;
}

#selecteurSite:hover #curseurSite{
	background-color: rgba(255, 255, 255, .2);
}

#boutonScolaire:hover #curseurSite{
	left: 0%;
}

#selecteurSite:active #curseurSite{
	background-color: rgba(255, 255, 255, .5);
}

#flecheSite{
	font-size: 4rem;
	position: relative;
	left: 92%;
	z-index: 5;
}

/************ Section Politique ***************/

.blockTextPolitique{
	margin: 3rem 0;
}




/************ Footer ***************/

footer{
	/*background: linear-gradient(45deg,#000b8c, #d50058);*/
	padding: 26rem 0 2rem 0;
	text-align: center;
	overflow: hidden;
}

.footer{
  	z-index: -1;
  	position: relative;
	bottom: -3844px;
}

.containerFooter{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}



.copyright{
	text-align: center;
	color: rgba(255,255,255,.5);
	font-size: 1.2rem;
	padding-top: 1.5rem;
	font-weight: 100;
}

.copyright a{
	cursor: pointer;
	transition: .5s;
}

.copyright a:hover{
	color: rgba(255,255,255,.8);
}


footer li{
	display: inline-block;
}

footer ul li a{
	color: rgba(255, 255, 255,.5);
	font-size: 2.4rem;
	padding: .5rem;
	transition: .5s;
}

footer ul li a:hover{
	color: rgba(255, 255, 255, .8);
}

/* Format pour phablet et tel en paysage + tablette en paysage:;
De 960 à 1280px
*/

@media screen and (max-width: 870px){

	.gridSizer{
		width: 25%;
	}

	#galerieBook figure{
		width: 45%;
	}

}


@media screen and (max-width: 700px){

	#containerCV{
		display: block;
	}

	#textAll{
		width: 100%;
		margin: 0;
	}

	.gridSizer{
		width: 25%;
	}

	#galerieBook figure{
		width: 45%;
	}

	footer{
		padding: 15rem 0 2rem 0;
	}

	.date{
		margin: 3rem auto 0 auto;
	}

	.date1{
		position: relative;
		top: -99px;
	}

	.date2{
		position: static;
	}

}

@media screen and (max-width: 590px){

	#galerieBook figure{
		width: 95%;
	}

}

@media screen and (max-width: 500px){

	#galerieYT iframe{
		width: 100%;
	}

}

@media screen and (max-width: 450px){
	
	.containerHeader{
		display: block;
	}

	svg{
		margin: 25px auto 0 auto;
		padding-bottom: 5px;
		display: block;
		border-right: transparent;
		border-bottom: 1px #fff dotted;
	}

	.containerHeader h1{
		text-align: center;
		display: none;
	}

	nav#mainNav{
		width: 100%;
		padding: 20px;
	}

	#mainMenu{
		flex-direction: column;
	}
}

@media screen and (max-width: 350px){
	
}

/* Format tablette en paysage, écran d'orginateur de petite et moyenne taille:
1280px et ++
*/

/*@media screen and (max-width: 1280px){
	body{
		background-color: yellow;
	}
}*/



