@charset "utf-8";
/* CSS Document */
body{
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	}

.header-gradient{
background-color: #141415;
 box-shadow: 0px 5px 15px #555;
 position:relative;
 z-index:1000;
	}
.header-head{
width: 100%;
transition: opacity 1s;
padding: 48px 0;
position: relative;
z-index:1001;
	overflow: hidden;
}
.logo-smartphone{	
	transition: opacity 2s;
	}
#canvas{
	margin-left: 10%;
}
#animation_container{
	position: absolute;
	bottom: 0;
	height: 440px;
	width: 440px;
}
.logo-placeman{
	overflow: hidden;
	}
.intoLogo{
	text-align:left;
	margin-top:100px;	
	margin-bottom:210px;
	width: 90%;
}
.header-head h1{
	font-family: 'Raleway', sans-serif;
	font-size:5vw;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:800;
	display:inline-block;
	margin:0;
	padding:0;
	line-height:60px;
	text-align: right;
	width: 100%;
	}
.header-head h2{
	font-family: 'Raleway', sans-serif;
	font-size:3.95vw;
	color:#FFFFFF;
	font-weight:500;
	display:inline-block;
	margin:0;
	padding:0;
	line-height:60px;
	text-align: right;
	width: 100%;
	}
.header-head h2 a{
	color:#FFFFFF;
	transition-property: all;
  	transition-duration: 0.25s;
 	transition-timing-function: ease-out;
	display: inline-block;
	}
	
a:active, a:visited, a:focus, a:link{
	text-decoration:none;
	}
 .header-head h2 a:hover{
	 	color:#33ffff;
	 transform: translateY(20px);
		}
/*Test*/
.header-head h2 a:beford{}
/*Fin de test*/
/*Navigation*/
.topnav{
    background-color: #141415;
    overflow: hidden;
    position: fixed;
    z-index: 900;
    width: 100%;
    top: 0;
}
.navigation{
	float: right;
}
.navigation a{
	display: inline-block;
	padding: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
.navigation a:hover{
	background-color: #FFFFFF;
	color: #000000;
}
.topnav .icon {
	display: none;
	background-color: #141415;
}
.flex{
	display: flex;
}
.colonne01{
	flex:1;
	margin: 20px;
}
.colonne02{
	flex:2;
	margin: 20px;
}
.container{
	max-width: 1200px;
	margin: auto;
}
.center{
	text-align: center;	
}
h3{
	font-family: 'Raleway', sans-serif;
	text-transform:uppercase;
	font-size:2vw;
	font-weight: normal;
	margin: 20px 0;
}
h4.multitask{
	    font-size: 5vw;
    line-height: 5vw;
    margin: 0;
}
article.rheto{}
#professional{
	padding-top:50px;
}

#professional .colonne01 img{
	width:100%;
}
#professional h3{
	font-size: 1.5vw;
}
/*------------------ Saint-Luc ------------------------*/
#saintLuc{
	/*background-image:url(../images/saint-luc.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;*/
	padding:100px 0;
	overflow:hidden;
	}
#saintLuc h4{
	font-size: 12vw;
    line-height: 9vw;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    color: #000000;
    margin: 0;
	}
#saintLuc p, #saintLuc ul li{
	font-size:16px;
	}
#saintLuc a {	
    width: 100%;
    color: #FFFFFF;
    font-size: 22px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin: 20px auto;
    display: block;
    text-align: center;
	background-color: #3e8f9d;
	}
#saintLuc a span{
	display:block;
    padding: 20px;
	}
/*-------- buton effect -----------*/
.hvr-shutter-out-vertical span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical span:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.colVectoriel span:before{
	background:#D4E157;
	}
.colSketchBook span:before{
	background:#FFA726;
	}
.colDigitalPainting span:before{
	background:#006064;
	}
#saintLuc a span:before{
	background:#33ffff;
	}
.hvr-shutter-out-vertical:hover span, .hvr-shutter-out-vertical:focus span, .hvr-shutter-out-vertical:active span {
  color: white;
}
.hvr-shutter-out-vertical:hover span:before, .hvr-shutter-out-vertical:focus span:before, .hvr-shutter-out-vertical:active span:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/*--------------network-----------------*/
.workshop{
	margin-top:4vh;
}
.network ul{
	margin:50px 0;
	padding:0;
	text-align:center;
	display:flex;
	align-items:center;
	}
.network ul li{
	flex:1;
	list-style:none;
	margin:0 10px;
	text-align: center;
	}
.network ul li a{
	position:relative;
	display: flex;
	width:100%;
	height:15vh;
	align-items:center;
	text-align: center;
	overflow: hidden;
}
.network ul li a img{
	position: absolute;
	top:0;
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.network ul li a i.fa{
	position:relative;
	width:100%;
	height:100%;
	background: #FFF;
	font-size: 6vw;
	text-align: center;
	color: #000;
	mix-blend-mode:screen;
	line-height:15vh;
}

.network ul li a i.fa:hover{
	
	color: #FFF;
	background: #000;
}
/*---------------------- compétence ------------------------*/
#skill{
	background-color:#121212;
	text-align:center;
	color:#FFFFFF;
	position:relative;
	padding:10px 0 50px 0;
}
#skill h2{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:10vw;
	margin:80px 0 0 0
	}
#skill p{
	margin-bottom:40px;
	}
.logiciel ul{
	margin:50px 0;
	padding:0;
	text-align:center;
	display:flex;
	align-items:center;
	}

.logiciel ul li{
	flex:1;
	list-style:none;
	margin:0 10px;
	text-align: center;
}
.logiciel img{
	width:50%;
	height:auto;
	}
/* Ange et Demon*/
.demon{
	background-color: #000;
}
@media screen and (max-width: 768px) {
	
.header-head{
	opacity:0;
	}
.logo-smartphone{
	
	background:url(images/logo.svg) no-repeat right;
	width: 200px;
    height: 300px;
    position: absolute;
    top: 87px;
    left: 50%;
    margin-left: -100px;
	opacity:1;
	}
	.topnav a {display: none;}
.topnav a.icon {
    display: block;
	  position: fixed;
    right: 0;
    top: 0;
  }
	 .topnav.responsive {position: fixed;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
	.topnav.responsive .navigation{
		float: none;
	}
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
	.topnav.responsive a.logo{
		display: none;
	}
  .topnav.responsive .fa-navicon:before, .topnav.responsive .fa-reorder:before, .topnav.responsive .fa-bars:before {
	  content: "\f00d";
	  
	}
	
	.flex{
		display: block;
	}
	.network{
		overflow: hidden;
	}
	.network ul{
		display: block;
	}
	.network ul li{
		width:50%;
		float:left;
		margin:0;
	}
	.network ul li a{
		height:25vh;
	}
	.network ul li a i.fa{
		font-size: 15vw;
		line-height: 25vh;
	}
	#skill{
		overflow:hidden;
	}
	.logiciel ul {
		display: block;
	}
	.logiciel ul li{
		width: 20%;
		float:left;
		margin:0 0 20px 0;
	}
	}
