@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Alice');

@viewport {
   width: device-width;
   zoom: 1;
}

.clear{
	clear:both;
	width:100%;
}

body{
	font-family: 'Raleway', sans-serif;
}

body .enveloppeSlides{
	margin:1% 5% 2%;
	padding:2%;
	background-color:rgba(255, 255, 255, 0.9);
	border-radius:50px;
}

body nav#menuPrincipal{
	margin:0% 5% 1%;
	padding:2%;
	background-color:rgba(255, 255, 255, 0.9);
	border-radius:50px;
	float:left;
	width: 86%;
}

body nav#menuPrincipal span{
	cursor:pointer;
	transition-duration:0.3s;
	width: 24.5%;
	display: inline-block;
	text-align: center;
	text-transform:lowercase;
	font-weight:bold;
	font-size: 1.5em;
	vertical-align: middle;
}

.onMeVoit{
	display:block;
}
.onMeVoitPlus{
	display:none;
}

#logo{
    font-size: 3em;
    display: inline-block;
    line-height: 0.4em;
    text-align: left;
    cursor: none;
    color: #fff;
    font-family: 'Alice', serif;
   /* border: 1px solid #fff;
    padding: 27px 17px;
    border-radius: 150px;
    margin: -36px 0 10px -14px;
    text-align: center;*/
	margin-top:-5px;
}
#logo b{
	font-weight:bold;
}

body nav#menuPrincipal span:hover,
body nav#menuPrincipal span.active{
	transition-duration:0.3s;
	animation: color-text-change 6s linear infinite alternate both;
}

.slideHome#slideContact form#superFormContact span{
	display:inline-block;
}

.slideHome#slideContact form#superFormContact span,
.slideHome#slideContact form#superFormContact div{
	width:100%;
}

@keyframes color-text-change{
  0%{
	color: #4DD4B1;

  }
  33.3333%{
	color: #59BAEA;

  }
  66.6666%{
	color: #96D6EA;

  }
  100%{
	color: #8482D3;
  }
}

.slideHome h2{
	font-size:2.2em;
}

.slideHome h3{
	font-size:1.7em;
	margin-left: 1%;
}

.slideHome h4{
	font-size:1.2em;
	margin-left: 2%;
}

.slideHome a,
.ui-widget.ui-widget-content a{
	text-decoration:none;
	animation: color-text-change 6s linear infinite alternate both;
	font-weight:bold;
	transition-duration:0.3;
}

.slideHome a:hover{
	color:#2D78F7;
	animation:none;
	transition-duration:0.3;
}

form#superFormContact{
	margin:0 5%;
}
form#superFormContact span{
	margin:10px 0;
}
form#superFormContact .g-recaptcha{
	margin-top:20px;
}

form#superFormContact span label,
form#superFormContact div label{
	width:100%;
	display:block;
	margin:5px 0;
}
form#superFormContact span input,
form#superFormContact div textarea{
	padding: 8px 15px;
	border-radius: 5px;
	width: 30%;
	min-width: 300px;
	border: solid 1px #aeaeae;
	color: #7a7a7a;
}
form#superFormContact div textarea{
	min-height: 100px;

}
form#superFormContact input[type=button]{
	border-radius: 5px;
	color: #fff;
	padding: 10px 46px;
	font-weight: bold;
	animation: color-bg-change 4s linear infinite alternate both;
	box-shadow: 4px 4px 5px 0px #ababab;
	transition-duration:0.4s;
	cursor:pointer;
	border: none;
	font-size: 1em;
	margin-top: 20px;
	font-family: 'Raleway', sans-serif;
}

form#superFormContact input[type=button]:hover{
	background: #fff;
	animation: color-text-change 6s linear infinite alternate both;
	transition-duration:0.4s;
	
}

.erreureFormulaire{
	transition-duration:0.4s;
	background: #F9C5C1;
	color: #F00 !important;
}

#slideCV{
	position:relative;
}

#slideCV #XP > div,
#slideCV #formation > div{
	display:inline-block;
	margin: 8px 0;
	width:100%;
}

#slideCV div span.date,
#slideCV div span.ou{
	display: inline-block;
	text-align: right;
	margin-right: 2%;
	vertical-align: top;
}

#slideCV #XP div span.date,
#slideCV #XP div span.ou{
	min-width: 200px;
}

#slideCV #formation div span.date,
#slideCV #formation div span.ou{
	min-width: 120px;

}
#slideCV #XP div span.quoi{
	display: inline-block;
	width: calc(97% - 203px);
}
#slideCV #formation div span.quoi{
	display: inline-block;
	width: calc(97% - 120px);
}

#slideCV div span.quoi b{
	
}
#slideCV div span.quoi i{
	
}

#slideCV #langues > div{
	margin-left:2%;
}

#slideCV #langues div span{
	font-size:2em;
	margin: 1%;
}

#slideCV #langues div#anglais span b,
#slideCV #langues div#espagnol span b{
	color:#bbb;
	text-shadow: 3px 3px 3px #cfcfcf;
}

#slideCV #langues div#anglais span b:nth-child(-n+5),
#slideCV #langues div#espagnol span b:nth-child(-n+6){
	color:#FFD335;
}

#slideCV #devPerso > p{
	margin:2%;
}

#slideCV #Informatique{
	display:block;
	width:100%;
}

#slideCV #Informatique figure{
	display:block;
	float:left;
	width:20%;
	padding:0 2%;
	margin: 10px 0;
}

#slideCV #Informatique img{
	margin:0 auto;
	display: block;
	width: 50%;
}

#slideCV #Informatique figure figcaption{
	display:inline-block;
	width:100%;
	text-align:center;
	
}

#slideCV a#CVpdf{
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	text-decoration: none;
	font-size: 1.2em;
	border-radius: 5px;
	color: #fff;
	padding: 15px 45px;
	font-weight: bold;
	animation: color-bg-change 4s linear infinite alternate both;
	box-shadow: 4px 4px 5px 0px #ababab;
	transition-duration:0.4s;
}

#slideCV a#CVpdf:hover{
	background: #fff;
	animation: color-text-change 6s linear infinite alternate both;
	transition-duration:0.4s;
}

#slideProjets figure iframe::scrollbar {
    width: 1em;
	color:red;
}

#slideProjets figure iframe::-webkit-scrollbar {
    width: 1em;
	color:red;
}

#slideProjets figure iframe::-webkit-scrollbar-thumb {
	background-color:red;
}

#slideProjets figure{
	float:left;
	width: 29%;
	margin: 10px 2%;
}

#slideProjets figure iframe{
	border: none;
	border-radius: 5px;
	display: block;
	box-shadow: 4px 4px 5px 0px #ababab;
	width: 100%;
	height: 400px;
}

#slideProjets figure figcaption{
	text-align:center;
	margin-top: 10px;
	font-size: 1.5em;
}

#slideBonjour canvas.superSnake {
	border-radius:5px;
	border: 2px solid rgb(151, 149, 149);
	box-shadow: 4px 4px 5px 0px #ababab;
}

a.definir{
	cursor:help;
}

.slideHome #introSite h1{
	text-align: center;
	font-size: 1.5em;
}

.slideHome #parlonsPognon{
	text-align: center;
    padding: 1px 0;
    display: block;
    animation: color-bg-change 6s linear infinite alternate both;
    color: #fff;
    margin: 50px 0;
    border-radius: 5px;
    font-weight: 200;

}

.slideHome .blockProd{
	width: 33.3%;
	display: block;
	float: left;
	height: 550px;
}

.slideHome .blockProd h3{
	text-align:center;
}

.slideHome .blockProd ul{
	margin-left: 15%;
	line-height: 1.3em;
}

.slideHome .blockProd ul li ul{
	margin-left: 0%;
}

.slideHome .blockProd svg{
	width: 40%;
	margin: 0 auto;
	display: block;
}

@keyframes color-svg-change{
  0%{
	stroke: #4DD4B1;

  }
  33.3333%{
	stroke: #59BAEA;

  }
  66.6666%{
	stroke: #96D6EA;

  }
  100%{
	stroke: #8482D3;
  }
}

.slideHome .blockProd svg g path,
.slideHome .blockProd svg g line,
.slideHome .blockProd svg g polyline,
.slideHome .blockProd svg g rect,
.slideHome .blockProd svg g circle,
.slideHome .blockProd svg g polygon{

	animation: color-svg-change 6s linear infinite alternate both;
}

@keyframes color-svg-fill-change{
  0%{
	fill: #4DD4B1;

  }
  33.3333%{
	fill: #59BAEA;

  }
  66.6666%{
	fill: #96D6EA;

  }
  100%{
	fill: #8482D3;
  }
}

.slideHome .blockProd svg g path#putainDeMineDeCrayon{
	animation: color-svg-fill-change 6s linear infinite alternate both;
}

/* ----------------------------------------------
 * Generated by Animista on 2017-11-10 23:29:58
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation color-change-3x
 * ----------------------------------------
 */
.color-change-3x{
	animation: color-bg-change 6s linear infinite alternate both;
}
 

@keyframes color-bg-change{
  0%{
	background: #4DD4B1;

  }
  33.3333%{
	background: #59BAEA;

  }
  66.6666%{
	background: #96D6EA;

  }
  100%{
	background: #8482D3;
  }
}

.remettreTexteDroit{
	transform: rotateX(-180deg);
}


.flip-horizontal-bottom {
	animation: flip-horizontal-bottom 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

@keyframes flip-horizontal-bottom {
  0% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
  }
}

.flip-horizontal-top {
	animation: flip-horizontal-top 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

@keyframes flip-horizontal-top {
  0% {
    transform: rotateX(-180deg);
  }
  100% {
    transform: rotateX(0);
  }
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    box-shadow: 4px 4px 5px 0px #ababab;
    text-align: center;
}

span#copyleft{
	display: block;
	transform: rotate(180deg);
	float: right;
	width: 100%;
	font-weight: bold;
	font-size: 1.5em;
	opacity: 0.6;
	margin-right: -1%;
	animation: color-text-change 6s linear infinite alternate both;
	cursor:pointer;
}

.ui-widget-header {
	color:#fff;
	font-size: 1.2em;
	animation: color-bg-change 6s linear infinite alternate both;
	border:none;
}

#popUpMerci{
	/*background:blue;
	color:#fff;*/
}

@media only screen and (max-width: 1200px){
	.slideHome .blockProd{
		width: 50%;
		height: 600px;
	}
}

@media only screen and (max-width: 800px){
	/*#slideCV #XP div span.date, 
	#slideCV #XP div span.ou{
		width: 20%;
	}
	#slideCV div span.quoi{
		width: 77%;
	}
	#slideCV #formation div span.date, 
	#slideCV #formation div span.ou {
		width: 13%;
	}*/
}

@media only screen and (max-width: 900px){
	#slideProjets figure {
		width: 46%;
	}
}

@media only screen and (max-width: 730px){
	body nav#menuPrincipal span{
		width: 49.5%;
		margin: 5px 0;
	}
}

@media only screen and (max-width: 700px){
	.slideHome .blockProd ul{
		margin-left: 0;
	}
	#slideCV #XP div span.date, 
	#slideCV #XP div span.ou,
	#slideCV #formation div span.date,
	#slideCV #formation div span.ou	{
		min-width:100%;
		text-align:left;
	}
	#slideCV #XP div span.quoi,
	#slideCV #formation div span.quoi{
		width: 100%;
	}
	#slideCV #Informatique figure {
		width: 29%;
	}
}

@media only screen and (max-width: 580px){
	#slideCV a#CVpdf {
		position: relative;
		top: 0;
		right: 0;
		text-align: center;
	}
	#slideProjets figure {
		width: 97%;
	}
}

@media only screen and (max-width: 500px){
	.slideHome .blockProd{
		width: 100%;
		height: auto;
	}
	body nav#menuPrincipal span{
		width: 48.5%;
	}
	#slideCV #Informatique figure {
		width: 45%;
	}
}

@media only screen and (max-width: 380px){
	body nav#menuPrincipal span{
		width: 100%;
	}
}