/* --------------------------------
Primary style
-------------------------------- */
* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
* {outline: none;}

*, *::after, *::before {
    box-sizing: border-box;
}
html {
}
body {
    font-size: 15px;
    line-height: 1.6;
	font-family: 'euclid_flexlight';
    color: #000;
    background-color: #FFF;
    text-align: justify;
    font-weight: 100;
}
a {
    text-decoration: none;
}

img {
}
h2{
    padding: 0;
    margin: 0;
}
.clear{
    clear:both;
    margin-bottom: 100px;
}
.fond_opaque{
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.fond_image{
    background-image: url("../img/img-fond.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.inner {
    position: relative;
}
.content{
    max-width: 1100px;
    margin:0 auto;
}

.col-4{
    width: 45%;
    float: left;
    padding-left:15px;
    padding-right: 15px;
    display: block;
}
.col-3{
     width: 33.33%;
     float: left;
     padding-left:15px;
     padding-right: 15px;
     display: block;
 }
.col-2{
    width: 10%;
    float: left;
    padding-left:15px;
    padding-right: 15px;
    display: block;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.visible-mobile{
	display: none;
}
.invisible-mobile{
	display: block;
}
.text-right{
	text-align: right;
}
/****************************************
LOADER
*****************************************/
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    display: none;
}
#loader{
    position: fixed;
    width: 100%;
    height: 100%;
    display: table;
    background-color: #FFF;
    z-index: 10;
    opacity: 1;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
#loader .loader_inner{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.pace-done #loader{
    opacity: 0;
    z-index: -1;
}
h1 span{
    display: block;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    max-width: 50vw;
    margin: 0 auto 40px auto;
	font-family: 'caviar_dreamsregular';
	letter-spacing: 0.05em;
}
p{
    margin-bottom:10px;
    font-size: 15px;
    line-height: 1.6;
}

/****************************************
HOME
*****************************************/
#home{
    width: 100vw;
    height:100vh;
    position: relative;
    z-index: 2;
}
canvas{
    display:block;
    vertical-align:bottom;
}

#particles-js{
    width: 100%;
    height: 100%;
    background-color: #0a1926;
    z-index: 2;
    position: absolute;
}
#home .inner{
    width: 100%;
    height:100%;
    z-index: 3;
}
#home .inner img{
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width:400px;
}
.gotoBlock{
	position: absolute;
	top:auto;
	bottom:3vh;
	left:50%;
	font-size: 25px;
	color:#FFF;
	margin-left:-12px;
}

/****************************************
PART 2
*****************************************/
#part-2{
    width: 100vw;
    padding: 100px 60px;
    z-index: 2;
    position: relative;
    overflow: hidden;
    color:#FFF;
}
/****************************************
PART 3
*****************************************/
#part-3{
    width: 100vw;
    padding: 0px 60px;	
}
#part-3, #part-3 .inner{
    font-size: 100%;
    color: #71495b;
    background-color: #0a1926;
    width: 100%;
    position: relative;
    left:0;
    height:100%;
    z-index: 1;
}
#part-3 h1{
    z-index: 2;
    background-color: #0a1926;
    width: 100%;
    position: relative;
    margin: 0;
    text-align: center;
    padding: 100px 0 25px 0;
    color:#FFF;
}
#part-3 h1 span {
    max-width:100%;
}
#part-3 .bloc{
    display: table;
    width: 100%;
}
#part-3 .bloc .gauche, #part-3 .bloc .titre, #part-3 .bloc .droite{
    display: table-cell;
    vertical-align: middle;
}
#part-3 .bloc .gauche, #part-3 .bloc .droite{
    width: 45%;
    background-color: #0a1926;
    padding-top: 75px;
    padding-bottom: 30px;
}
#part-3 .bloc .titre{
    width: 10%;
}
#part-3 .bloc .gauche p, #part-3 .bloc .droite p{
    padding: 0px 15px 0 15px;
}

/****************************************
PART 4
*****************************************/
#part-4{
    width: 100vw;
    padding: 100px 0px;
    z-index: 2;
    position: relative;
    overflow: hidden;
}
#part-4 .inner .col{
    float: left;
    width: 25%;
    padding: 0 20px;
    margin-bottom: 30px;
}
#part-4 .inner .col .in{
    color:#FFF;
/*    border:1px solid #71495b;*/
}
#part-4 .inner  h1{
	color:#FFF;
}
#part-4 .inner .col .in h2{
/*    background-color: #71495b;*/
    padding: 10px;
    text-transform: uppercase;
    text-align: left;
    font-size: 18px;
    color:#FFF;
	font-family: 'caviar_dreamsregular';
	letter-spacing: 0.05em;
}
#part-4 .inner .col .in h2:after{
    content: '';
    display: block;
    margin: 10px 0;
    width: 50px;
    border-top: 3px solid #FFF;
}

#part-4 .inner .col .in ul{
    padding: 10px;
}
#part-4 .inner .col .in ul li{
    padding-bottom: 10px;
   
    text-align: left;
}


/****************************************
PART 5
*****************************************/
#part-5{
    width: 100vw;
    z-index: 2;
    position: relative;
    overflow: hidden;
    color: #FFF;
    
}

#part-5 .in_effect{
	z-index: 3;
	position:relative;
    padding: 100px 60px;
    background-color: #1c1c1c;
    color:#FFF;
}
#part-5 h2{
    text-transform: uppercase;
    font-size:18px;
    margin-bottom: 15px;
	font-family: 'caviar_dreamsregular';
	letter-spacing: 0.05em;
}
#part-5 p{
    margin-bottom: 35px;
    line-height: 1.2;
}
#part-5 .part1, #part-5 .part2{
    float: left;
    width: 50%;
}
#part-5 .part1{
    padding-right: 30px;
}
#part-5 .part2{
    padding-left: 30px;
}

/****************************************
FOOTER
*****************************************/
#footer{
	background-color: #0a1926;
    width: 100vw;
    z-index: 2;
    position: relative;
    overflow: hidden;
    color: #FFF;
    font-size: 21px;
}
#footer .inner{
    padding: 50px 60px 20px 60px;	
}
#footer img{
	max-width: 300px;
}
#footer span.icon-revendeursmobile{
	font-size: 22px;
}
#footer .titre{
	font-family: 'caviar_dreamsregular';
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
#footer a{
	color:#FFF;
}
#footer a:hover{
	color:#b2b2b2;
}
.mentions {
	background-color: #000;
	font-size: 12px;
	line-height: 13px;
	text-align: center;
	padding: 20px 0 10px 0;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 80vw;
  margin: 20px auto;
}
.white-popup h2{
	font-family: 'caviar_dreamsregular';
	letter-spacing: 0.05em;
	font-weight: bold;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-size: 18px;
}
.white-popup h3.libelle{
	text-transform: uppercase;
	font-family: 'caviar_dreamsregular';
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.white-popup p{
	font-size: 14px;
}

/****************************************
PART 6
*****************************************/
#part-6{
    width: 100vw;
    z-index: 2;
    position: relative;
    overflow: hidden;
    color: #FFF;
    background-color: #FFF;  
}
#part-6 .in_effect{
	z-index: 3;
	position:relative;
    padding: 100px 60px;
    background-color: #FFF;
    color:#0a1926;
}
#part-6 h2{
    text-transform: uppercase;
    font-size:18px;
    margin-bottom: 15px;
	font-family: 'caviar_dreamsregular';
	letter-spacing: 0.05em;
	text-align: center;
}


 .instagram{
    margin: 0 auto;
}
.instagram a{
    display: inline-block;
    padding: 5px;
    position: relative;
    width: 330px;
    height: 330px;
    overflow: hidden
}
.instagram_item img{
	position: relative;
	width: 100%;
}
.instagram_item .legende{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
    padding: 5px;
    display: none;
}
.instagram_item:hover .legende{
	display: block;
}

.instagram_item .legende table{
	position: relative;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(33, 33, 33, 0.8);
}
.instagram_item .legende table td{
	color:#FFF;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
}

@media only screen and (max-width: 1120px) {
	.instagram a{
    width: 290px;
    height: 290px;
}
}

@media only screen and (max-width: 1023px) {
	.fond_image{
		background-attachment: inherit;
	}
	.visible-mobile{
		display: block;
	}
	.invisible-mobile{
		display: none;
	}
	
	#part-3 .bloc .gauche{
		display: none;
	}
	#part-3 .bloc .gauche, #part-3 .bloc .droite{
		padding-top:0px;
	}
	#part-3 .bloc .droite{
		width: 90%
	}
	#part-4 .inner .col{
		width: 50%
	}
	.instagram a{
    width: 300px;
    height: 300px;
}
	
}
@media only screen and (max-width: 670px) {
	#home .inner img{
		width: 70vw;
	}
	h1 span{
		max-width: 100vw;
	}
	.col-4, .col-3, .col-2{
		width: 100%;
		float: none;
	}
	#part-2, #part-5 .in_effect, #footer .inner, #part-6 .in_effect{
		padding: 50px 30px;
	}
	#part-3{
		padding: 0 30px;
	}
	#part-3 .bloc .droite{
		width: 65%
	}
	#part-3 .bloc .titre{
		width: 35%
	}
	#part-4 .inner .col{
		width: 100%
	}
	#footer{
			font-size: 14px;
		text-align: center;
	}
	#footer .text-right{
		text-align: center;
	}
	.instagram a{
	    width: 260px;
		height: 260px;
	}

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