
html{
    width: 100%;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    width: calc(100% - 40px);
    background-color: #050406;
    margin: 0;
    padding: 0;
    color: white;
}

body{
	width: 100%;
}

@font-face {
	font-family: "Garamond";
	src: url('font/Adobe Garamond Pro Regular.ttf');
}

.barre_bottom{
    height: 20px;
    position: fixed;
    bottom: 0;
    margin-left: -15px;
    background-color: white;
    width: 100%;
    z-index: 100;
}

.barre_top{
    height: 20px;
    position: fixed;
    top: 0;
    margin-left: -15px;
    background-color: white;
    width: 100%;
    z-index: 100;
}

.barre_right{
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background-color: white;
    width: 20px;
    z-index: 100;
}

.barre_left{
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: white;
    width: 20px;
    z-index: 100;
}

.indic{
    height: 5px;
    width: 50px;
    background-color: #ae508f;
    position: fixed;
    top: 65px;
    right: 176px;
    z-index: -80;
}


/* menu page accueil */

.onglet2{
	display: none;
}


/*--------VIDEO--------*/

video{
    position: fixed;
    top: 20px;
    left: 20px;
    max-height: 100%;
    max-width: 100%;
    z-index: -100;
    opacity: 10%;
}



/*----------------
PAGE ACCUEIL
------------------*/

.index{
	overflow-y: hidden;
}

/*--------ONGLETS---------*/

.onglet, .onglet2{
    text-align: right;
    position: fixed;
    right: 60px;
    top: 40px;
}

.onglet a, .onglet2 a{
    text-decoration: none;
    color: white;
    font-weight: 200;
    letter-spacing: 2px;
    font-size: 18px;
}

.onglet a:first-child, .onglet2 a:first-child{
    margin-right: 10px;
}

.onglet a:last-child, .onglet2 a:last-child{
    margin-left: 10px;
    top: 3px;
}



/*----------LOGO----------*/

.logo{
    text-align: center;
    margin-top: 45vh; /* poussé de la moitié de hauteur de viewport */
  transform: translateY(-50%);  
}

.logo img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    margin-bottom: 0;
}

.logo h1{
    display: inline-block;
    font-size: 80px;
    margin: 0 auto;
}

.baka{
    font-weight: 200;
    margin-right: -2px;
}

.lab{
    color: #ae508f;
    font-weight: 800;
    margin-left: 0;
}

.logo h2{
    color: #ae508f;
    font-weight: 400;
    font-size: 25px;
    margin-top: -15px;
}


/*---------MENU----------*/

.menu{
    position: fixed;
    bottom: 50px;
    width: 75%;
    position: fixed;
    left: 50%;
    margin-left: -37.2%;
}

.menu ul{
    text-align: center;
    padding-left: 0;
}

.menu li{
    display: inline-block;
    margin: 0 auto;
    font-weight: 200;
}

.menu li:first-child{
    margin-right: 20px;
}

.menu li:last-child{
    margin-left: 20px;
}

.menu a{
    text-decoration: none;
    color: white;
}








/*-----------
PAGE EDITO
------------*/

/*------RETOUR-------*/

.fermer{
    text-align: center;
    height: 60px;
    margin-top: 60px;
}

.fermer img{
    height: 60px;
}


/*--------EDITO--------*/

.edito{
    width: 60%;
    margin: 20px auto;
    font-family: "Garamond";
    font-size: 22px;
    letter-spacing: 1px;
    border-bottom: solid 1px #ae508f; 
}

.edito h2{
    color: #ae508f;
    font-size: 70px;
    margin-bottom: 0;
}

.edito p:last-child{
    margin-bottom: 50px;
}


/*--------STEPS--------*/

.steps{
    text-align: center;
    letter-spacing: 2px;
    margin: 80px 50px;
}

.steps div{
    margin-bottom: 50px;
}

.steps h2{
    font-size: 40px;
    margin: 0;
}

.steps p{
    font-weight: 200;
}

.steps img{
    height: 45px;
}

.steps div:last-child img{
    height: 40px;
    margin-bottom: 10px;
}

/*------RETOUR 2------*/

.fermer2{
    text-align: center;
    height: 60px;
    margin-top: 70px;
    margin-bottom: 60px;
}

.fermer2 img{
    height: 60px;
}









/*----------------
PAGE CONTACT
------------------*/

.conteneur{
    vertical-align: middle;
    height: 100%;
}

/*-------CONTACT------*/

.contact{
    margin-top: 70px;
	margin-left: 20px;
}

.contact a{
    display: block;
    text-align: center;
    width: 350px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ae508f;
    padding-top: 30px;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 2px;
    color: white;
    text-decoration: none;
}

.contact a:last-child{
    border: solid 1px #ae508f;
    background-color: transparent;
}


/*--------PARTENAIRES--------*/

.partenaires{
    text-align: center;
    margin: 90px 0;
}

.partenaires p{
    font-weight: 200;
    letter-spacing: 1px; 
}

.partenaires img{
    width: 130px;
    margin: 20px 10px;
    vertical-align: middle;
}


/*--------ADRESSE--------*/

.adresse{
    text-align: center;
    font-weight: 200;
    letter-spacing: 1px;
	margin-bottom: 50px;
}

.adresse p{
    margin: 8px 0;
}
















/*--------------
ANIMATION
-------------*/


.link {
	outline: none;
	text-decoration: none;
	position: relative;
	font-size: 30px;
	line-height: 1;
	color: white;
	display: inline-block;
}

/* Animation sparkle */

.link--sparkle {
	text-transform: uppercase;
	font-weight: 300;
	overflow: hidden;
	line-height: 1;
	color: white;
}

.link--sparkle:hover {
	color: white;
}

.link--sparkle::after {
	content: '';
	position: absolute;
	height: 5px;
	width: 100%;
	top: 50%;
	margin-top: -3px;
	right: 0;
	background: #ae508f;
	transform: translate3d(-100%,0,0);
	transition: transform 0.3s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.link--sparkle:hover::after {
	transform: translate3d(100%,0,0);
}

.link--sparkle::before {
	content: attr(data-letters);
	position: absolute;
	z-index: 2;
	overflow: hidden;
	color: #ae508f;
	white-space: nowrap;
	width: 0%;
	transition: width 0.3s 0.2s;
}

.link--sparkle:hover::before {
	width: 100%;
}


/* Animation menu */

.link--menu {
	font-weight: 200;
	-webkit-transition: color 0.5s 0.25s;
	transition: color 0.5s 0.25s;
	overflow: hidden;
}

.link--menu:hover {
	-webkit-transition: none;
	transition: none;
	color: transparent;
}

.link--menu::before {
	content: '';
	width: 100%;
	height: 6px;
	margin: -3px 0 0 0;
	background: #ae508f;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.link--menu:hover::before {
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

.link--menu span {
	position: absolute;
	height: 50%;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}

.link--menu span::before {
	content: attr(data-letters);
	color: red;
	position: absolute;
	left: 0;
	width: 100%;
	color: #ae508f;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.link--menu span:nth-child(2) {
	top: 50%;
}

.link--menu span:first-child::before {
	top: 0;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.link--menu span:nth-child(2)::before {
	bottom: 0;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}

.link--menu:hover span::before {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
	transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}


/* Animation bouton booking */

.contact .booking{
    border: solid 1px #ae508f;
    transition-duration: 0.2s;
}

.contact .booking:hover{
    border: solid 1px white;
}


.contact .partners:hover{
    border-color: white;
    transition-duration: 0.2s;
}










/*--------------
RESPONSIVE
-------------*/



@media screen and (max-width: 900px) {
    
    html { 
        background: /*url("img/crane.png")*/ #050406  no-repeat center center fixed;
        /*background-size: 180%;*/
    }
	
	.logo img{
		width: 30%;
	}
    
    
    .logo h1{
        font-size: 70px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .logo h2{
        font-size: 22px;
        margin-top: -5px;
    }
    
  .edito {
    width: 80%;
	  font-size: 24px;
  }
	
	.onglet{
		display: none;
	}
	
	.onglet2{
		display: block;
	}
	
	video{
		display: none;
	}
    
}


@media screen and (max-width: 370px) {
    .logo h1{
        font-size: 40px;
    }
    
    .logo h2{
        font-size: 20px;
        margin-top: -5px;
    }
}












