.toggle{
	display: none; 
}
.invisible {
  transition: opacity 0.9s ease;
  opacity: 0.0;
}

.visible {
  transition: opacity 0.9s ease;
  opacity: 1.0;
}


#canvas {margin-left:90px;}
.wow:first-child {
      visibility: hidden;
    }
.style41 {font-size: 24px}


#barre-1 {
	position:fixed;
	bottom:0;
	height:20px;
	width:100%;
	background:#222;
	border-top:4px solid #eee;
	z-index: 88;

	font-size: 15px;
}
#barre-1 .progression {background:#fff; width:0%; height:100%; transition:width 0.3s;}
/* #barre-1 .pourcentage {position:absolute; top:0; font-size:1em; line-height:1em; text-align:center; width:100%; color:#aaa;}*/


.prixtable{font-size:14px;letter-spacing:2px;
	-webkit-box-shadow: -1px 0px 18px 2px rgba(50, 50, 50, 0.56);
	-moz-box-shadow:    -1px 0px 18px 2px rgba(50, 50, 50, 0.56);
	box-shadow:         -1px 0px 18px 2px rgba(50, 50, 50, 0.56);}
table td {}
table th {	}

  .lazyload {
        opacity: 0;
    }
.lazyload1 {        opacity: 0;
}
#animagence1 {     
}	
#animagence2 {     
}
.style45 {font-size: 60px}
.style48 {font-size: 56px}
.style49 {font-size: 18px}
.style50 {font-size: 9px}



/**
 * Animations
 */

.fromTopIn
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(0,0);
	opacity: 1.0;
}

.fromTopOut
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(0,-10px);
	opacity: 0.0;
}

.fromBottomIn
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(0,0);
	opacity: 1.0;
}

.fromBottomOut
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(0,10px);
	opacity: 0.0;
}

.fromLeftIn
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(0,0);
	opacity: 1.0;
}

.fromLeftOut
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(-10px,0);
	opacity: 0.0;
}

.fromRightIn
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(0,0);
	opacity: 1.0;
}

.fromRightOut
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(10px, 0);
	opacity: 0.0;
}

.scaleUpIn
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: scale(1.0,1.0);
	opacity: 1.0;
}

.scaleUpOut
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: scale(1.3,1.3);
	opacity: 0.0;
}

.scaleDownIn
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: scale(1.0,1.0);
	opacity: 1.0;
}

.scaleDownOut
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: scale(0.7,0.7);
	opacity: 0.0;
}


.block1
{
	background: #111;
}
a
{
	color: #d7e7f3;
	text-decoration: none;
	font-weight: 500;
	
	transition: color 0.25s ease;
}
#nr {	position: relative;
height: auto;

	background-color:  #000000;
}
a:hover
{
	color: #fff;
}

h1
{
	font-size: 24px;
	font-weight: 200;
	letter-spacing: 1px;
	text-transform: none;
	line-height: normal;


	
	-webkit-font-smoothing: subpixel-antialiased;
	color: #CCCCCC;
}

h2
{
	font-weight: 300;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #779dba;

	
	-webkit-font-smoothing: subpixel-antialiased;
}

h3
{
	font-size: 4em;
	font-weight: 200;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: normal;
	
	-webkit-font-smoothing: subpixel-antialiased;
}


div.block
{
	position: relative;
	padding: 20% 15% 15% 15%;
	margin-top: 0px;
	top: 0px;
	margin: 0px;
	bottom: 0px;
}
div.block h1 {
	color: #ffffff;
}
div.block h2 {
	color: #ffffff;
}
div.block svg
{
	position: absolute;
	bottom: 50px;
	width: 30px;
	
	animation: chevronAnimation 4s ease-in-out 0s infinite;
}

div.block:nth-child(1n)
{
 
background: #222;
}

div.block:nth-child(2n)
{
 background: #111;
}

div.block svg path
{
	fill: #333;
}

div.block:nth-child(3n)
{
height: 400px;
background: #222;
}


/**
 * Simple keyframes animation for the chevron on the first slide
 */
@keyframes chevronAnimation {
	0% {
		transform: translate(0,0) scale(1.0,1.0);
	}
	50% {
		transform: translate(0,5px) scale(0.8,0.8);
	}
	100% {
		transform: translate(0,0) scale(1.0,1.0);
	}
}

/**
 * Responsiveness
 */
@media screen and (max-width: 1024px)
{	
	body
	{
		font-size: 18px;
		line-height: 27px;
	}
}

@media screen and (max-width: 800px)
{	
	h1 span
	{
		display: block;
	}
	
	div.block
	{
	
	}
}

@media screen and (max-width: 420px)
{	
	body
	{
		font-size: 12px;
		line-height: 18px;
	}
}

@media screen and (max-width: 360px)
{	
	h1
	{
		font-size: 3em;
	}
	h3
	{
		font-size: 3em;
	}}
