@charset "utf-8";
/* CSS Document */



html {
  height: 100%;
}

body {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgba(0,0,0,1);
}

#wrapper
{
	height: 100%;
	position: relative;
}

body .wrapper #wowslider-container1
{
	height: 100% !important;
}

.contenu
{
	width: 100%;
	height: 100%;
	
	overflow: auto;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 90;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-position: center center;
}


#outils
{
	width: 200px;
	width: 280px;
	height: 100%;
	background-color: rgba(0,0,0,0.65); 
	/* padding: 84px 40px 0; */
	
	/* plus de padding horizontal.... pris en compte dans chaque élément pour que le pied puisse s'esprimer sur toute la largeur quand il passe en static */
	padding: 0;
	top: 0;
	left: 0;
	left: -240px;
	position: absolute;
	z-index: 300;
}

#outils #contenuOutils
{
	width: 100%;
	height: 100%;

	top: 0;
	left: 0;
	position: absolute;
}


/* tous les contenus, les sections, avec un padding GD de 40 px*/
.bord40
{
	padding: 0 40px;
}

#outils #masquer-voir
{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
		  
	background-image: url(../images/all/voir_masquer.png);
	background-repeat: no-repeat;
	background-position: 14px 14px;
	
	width: 40px;
	top: 0;
	right: 0;
	position: absolute;
}
	
#outils .pasMobile
{
	height: 40px;
}

#outils .mobile
{
	height: 100%;
}


#outils #masquer-voir a
{
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	outline: none;
}


/* les espaces au dessus du logo et autour de freelance */
#outils #cale1
{
	height: 9.13%;
}
#outils #cale2
{
	height: 8.66%;
}
#outils #cale3
{
	height: 7.58%;
}
#outils #cale4
{
	height: 3.2%;
	display: none;
}

/* le logo du haut */
#outils #logoVK
{
	font-family:"Arial Black", Gadget, sans-serif;
	color: rgba(255,255,255,1);
	text-align: center;
	margin-left: -18px;
	/* cursor: pointer; */
}

#outils #logoVK #logo_haut
{
	height: 54px;
	line-height: 54px;
	line-height: 52px;
	font-size: 72px;
	letter-spacing: 8px;
	vertical-align: bottom;
}

#outils #logoVK #logo_bas
{
	height: 18px;
	line-height: 18px;
	font-size: 20px;
	letter-spacing: 1.7px;
	vertical-align: top;
	margin-left: -5px;
}

/* houzz photopresta */

#badges
{
	height: 48px;
}

.badges_plateformes
{
	height: 48px;
	width: 142px;
	float: left;
	background-repeat: no-repeat;
}

#bouton_houzz
{
	width: 142px;
	background-image: url(../images/all/bouton_houzz.png);
}

#bouton_label_photo
{
	width: 48px;
	margin-left: 10px;
	background-image: url(../images/all/bouton_label-photographie.png);
}


#bouton_photopresta
{
	width: 48px;
	margin-left: 10px;
	background-image: url(../images/all/bouton_photopresta.png);
	display: none;
}


.badges_plateformes img
{
	opacity: 0;

	-webkit-transition: 500ms ease;
	   -moz-transition: 500ms ease;
	    -ms-transition: 500ms ease;
	     -o-transition: 500ms ease;
			transition: 500ms ease;
}

.badges_plateformes:hover img
{
	opacity: 1;
}




/* boutons reseaux sociaux */
#outils #reseaux
{
	margin: 10px 0;
}

#outils #reseaux #boutons_reseaux
{
	margin-top: 10px;
}

#outils #reseaux #boutons_reseaux img
{
	vertical-align: bottom;
}

#outils #reseaux #boutons_reseaux a:nth-child(n+2)
{
	margin-left: 10px;
}

/* le pied de la zone de gauche */
#outils .pied
{
	width: 100%;
	text-align: center;
	
	/* top: 780px; */
	bottom: 25px;

	left: 0;
	position: absolute;
}

/* le pied de page se bloque verticalement en fonction de la hauteur de la fenetre */
@media screen and (max-height: 970px)
{
	#outils .pied00000
	{
		bottom: none;
		top: 780px;
	}
	#outils .pied
	{
		position: static;
	}
	#outils #cale4
	{
		display: block;
	}
}

.pied #infos
{
	font-size: 12px;
}

.pied #infos #created
{
	letter-spacing: 1px;
}

.pied #infos #copy
{
	margin-top: 20px;
	letter-spacing: 0.3px;
}

/* le menu */
.menu
{
	font-family: Michroma, sans-serif;
	font-size: 14px;
	width: 200px;
	/* margin-top: 70px; */
}

.menu ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.menu ul a, .entete .fixe
{
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	font-weight: bold;
	display: block;
	border: none;
	outline: none;
}

.menu .espacesMots
{
	word-spacing: 6px;	
}

.menu ul a:hover, .entete .fixe:hover
{
	color: rgba(255, 255, 255, 1);
}

.menu > ul > li
{
	border-bottom: dashed 1px #666;
}

/* le "+" après les elements qui ont un sous menu */
.menu .defile .plusMoins
{
	padding-left: 10px;
}


.menu > ul > li > a
{
	padding: 8px 0px;
	display: block;
	text-transform: uppercase;
}

.menu > ul > li > a:hover
{
	background-color: rgba(102,102,102,0.35);;
}

.menu ul ul a
{
	font-size: 88%;
	padding: 2px 0;
	text-transform: capitalize;
}

.menu ul ul a::before
{
	content: '-';
	padding-right: 7px;
}

.menu .sous_menu
{
	display: none;
}



/* disparition des elements du pied de page en fonction de la hauteur de la fenetre
@media screen and (max-height: 830px)
{
	.pied #reseaux
	{
		display: none;
	}
}

@media screen and (max-height: 800px)
{
	.pied #email
	{
		display: none;
	}
}

@media screen and (max-height: 720px)
{
	.pied #copy
	{
		display: none;
	}
}
 */

.finFloat
{
	clear: both;
}

/* -------------- le cube logo ---------------------- */

#logoVK
{
	position: relative;
}

#logo_haut, #logo_bas
{
	color: transparent;
}



#container_cube
{
	width: 120px;
	height: 120px;
	
	top: -24px;
	left: 40px;
	position: absolute;			
	
	-webkit-perspective: 550px;
	-webkit-perspective: 550; /* For compatibility with iPhone 3.0, we leave off the units here */
	   -moz-perspective: 550px;
	    -ms-perspective: 550px;
	     -o-perspective: 550px;
			perspective: 550px;


	-webkit-perspective-origin: 50% 50%;
	   -moz-perspective-origin: 50% 50%;
	    -ms-perspective-origin: 50% 50%;
	     -o-perspective-origin: 50% 50%;
	        perspective-origin: 50% 50%;
}

#stage
{
	width: 100%;
	height: 100%;

	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	    -ms-transform-style: preserve-3d;
	     -o-transform-style: preserve-3d;
			transform-style: preserve-3d;

	-webkit-transform: scale3d(0.8, 0.8, 0.8) rotateX(-15deg);
	   -moz-transform: scale3d(0.8, 0.8, 0.8) rotateX(-15deg);
	    -ms-transform: scale3d(0.8, 0.8, 0.8) rotateX(-15deg);
	     -o-transform: scale3d(0.8, 0.8, 0.8) rotateX(-15deg);
			transform: scale3d(0.8, 0.8, 0.8) rotateX(-15deg);
}
    
#le_cube
{
	position: relative;
	height: 100px;
	width: 100px;
	padding-top: 4px; 
	margin: auto;
	
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	    -ms-transform-style: preserve-3d;
	     -o-transform-style: preserve-3d;
			transform-style: preserve-3d;
}
    
.face_cube
{
	position: absolute;
	height: 100%;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 1);
	border: 2px solid rgba(255, 255, 255, 0.7);
	
	-webkit-border-radius: 12px;
	   -moz-border-radius: 12px;
	    -ms-border-radius: 12px;
	     -o-border-radius: 12px;
			border-radius: 12px;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
			box-sizing: border-box;
	
	text-align: center;
	font-family: Times, serif;
	font-size: 60px;
	color: rgba(0, 0, 0, 1);
	background-color: rgba(255, 255, 255, 0.6);
	background-color: rgba(189, 204, 0, 0.6);
	background-color: rgba(0, 0, 0, 0.6);
}

#le_cube.backfaces .face_cube
{
	-webkit-backface-visibility: visible;
	   -moz-backface-visibility: visible;
	    -ms-backface-visibility: visible;
	     -o-backface-visibility: visible;
			backface-visibility: visible;
}
    
/* correction de l'espace situé sous la grande image en HTML 5 */
.face_cube img
{
	vertical-align: bottom;
}
	

/* ---------- animation du cube ---------- */
	
#le_cube
{
	-webkit-animation: spin 16s infinite linear;
	   -moz-animation: spin 16s infinite linear;
	    -ms-animation: spin 16s infinite linear;
	     -o-animation: spin 16s infinite linear;
			animation: spin 16s infinite linear;
}

#le_cube:hover
{
	-webkit-animation-play-state: paused;
	   -moz-animation-play-state: paused;
	    -ms-animation-play-state: paused;
	     -o-animation-play-state: paused;
			animation-play-state: paused;
}


@-webkit-keyframes spin
{
	from { -webkit-transform: rotateY(0); }
	to   { -webkit-transform: rotateY(-360deg); }
}

@-moz-keyframes spin
{
	from { -moz-transform: rotateY(0); }
	to   { -moz-transform: rotateY(-360deg); }
}

@-ms-keyframes spin
{
	from { -ms-transform: rotateY(0); }
	to   { -ms-transform: rotateY(-360deg); }
}

@-o-keyframes spin
{
	from { -o-transform: rotateY(0); }
	to   { -o-transform: rotateY(-360deg); }
}

@keyframes spin
{
	from { transform: rotateY(0); }
	to   { transform: rotateY(-360deg); }
}


/* ---------- cube styles ------------- */
.cube > .face_cube
{
	opacity: 0.85;
}

.cube > .one
{
	-webkit-transform: rotateX(90deg) translateZ(50px);
	   -moz-transform: rotateX(90deg) translateZ(50px);
	    -ms-transform: rotateX(90deg) translateZ(50px);
	     -o-transform: rotateX(90deg) translateZ(50px);
			transform: rotateX(90deg) translateZ(50px);
}

.cube > .two
{
	-webkit-transform: translateZ(50px);
	   -moz-transform: translateZ(50px);
	    -ms-transform: translateZ(50px);
	     -o-transform: translateZ(50px);
			transform: translateZ(50px);
}

.cube > .three
{
	-webkit-transform: rotateY(90deg) translateZ(50px);
	   -moz-transform: rotateY(90deg) translateZ(50px);
	    -ms-transform: rotateY(90deg) translateZ(50px);
	     -o-transform: rotateY(90deg) translateZ(50px);
			transform: rotateY(90deg) translateZ(50px);
}

.cube > .four
{
	-webkit-transform: rotateY(180deg) translateZ(50px);
	   -moz-transform: rotateY(180deg) translateZ(50px);
	    -ms-transform: rotateY(180deg) translateZ(50px);
	     -o-transform: rotateY(180deg) translateZ(50px);
			transform: rotateY(180deg) translateZ(50px);
}

.cube > .five
{
	-webkit-transform: rotateY(-90deg) translateZ(50px);
	   -moz-transform: rotateY(-90deg) translateZ(50px);
	    -ms-transform: rotateY(-90deg) translateZ(50px);
	     -o-transform: rotateY(-90deg) translateZ(50px);
			transform: rotateY(-90deg) translateZ(50px);
}

.cube > .six
{
	-webkit-transform: rotateX(-90deg) rotate(180deg) translateZ(50px);
	   -moz-transform: rotateX(-90deg) rotate(180deg) translateZ(50px);
	    -ms-transform: rotateX(-90deg) rotate(180deg) translateZ(50px);
	     -o-transform: rotateX(-90deg) rotate(180deg) translateZ(50px);
			transform: rotateX(-90deg) rotate(180deg) translateZ(50px);
}
