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

body{
	height: 100%;
	overflow: hidden;
}

#alpha{
	height: 100%;
}

#les-images{
	display:block;
	overflow: scroll;
	position: fixed;
	width: calc(100% - 265px);
	left: 0px;
	z-index: 100;
	height: 100%;
	overflow-x: hidden;
	padding-left: 0px;
}

#anim-faim{
	text-align: center;
	width: 100%;
	height: 655px;
	padding: 0px;
}


#premiere{
	position: fixed;
	width: calc(100% - 270px);
	left: 0px;
	z-index: 0;
	top:0px;
	margin-top: 0px;
	padding-left: 0px;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background:none;

}
::-webkit-scrollbar-thumb {
    background: black;
}


#axel{
	position: fixed;
	right: 0px;
	width: 270px;
	height: 100%;
	text-align: center;
	top: 0px;
	background-color: white;
	z-index: 1;
	color: black;
}

#contact{
	position: fixed;
	z-index:10000;
	bottom: 0px;
	right: 0px;
	width: 270px;
	text-align: center;
}

.titre{
	position:  absolute;
	text-transform: uppercase;
	font-size: 39px;
}

#axel1{
	top: 50px;
	left: 20px;
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
}

#axel2{
	bottom: 100px;
	right: 20px;
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
}


#les-textes{
	display: inline-block;
	overflow: hidden;
	position: fixed;
	height: 100%;
	width: 250px;
	right: 0px;
	padding: 5px;
	z-index: 1;
	padding-left: 10px;
	padding-right: 15px;
	color: black;
	font-size: 14px;
}

img{
	margin:0;
	border:none;
}

a{
	color: black;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
}

.sup>a{
	cursor: default;
}

p>a{
	border-bottom: 1pt solid black;
}

h2{
	font-size: small;
	font-family: 'Montserrat', sans-serif;
}

#adresse{
	display: inline-block;
	width: 70%;
	font-size: 60px;
	margin-left:30px;
	height: 100%;
	margin-top:0px;
	position: absolute;
}
.sub{
	margin-bottom:1200px;
	padding-top: 180px;
}

.sub h2{
	text-transform: uppercase;
}

#adresse a{
	font-size: 30px;
}

.sup{
	padding-bottom:0px;

}

li{
	list-style: none;
}

p{
	color:black;
	font-family: 'Montserrat', sans-serif;
	font-size:small;
	line-height: 125%;
	letter-spacing: 0.2pt;
	text-shadow: 2px 0 0 white, -2px 0 0 white, 0 2px 0 white, 0 -2px 0 white, 2px 2px white, -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white;
}

#langue{
	position: fixed;
	right: 10px;
	z-index:10000;
	top: 10px;
}

#contact-cache{
	position: fixed;
	left:10%;
	top:10%;
	width: 80%;
	height: 80%;
	background-color: white;
	z-index: 1000000;
	border: 5px solid black;
}

#close{
	position: absolute;
	right: 10px;
	top: 10px;
}

#blog{
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#experiences{
	width:22%;
	overflow: scroll;
	display: inline-block;
	position: absolute;
	height: 100%;
	right: 30px;
	padding-right: 5px;
	top: 0px;
	overflow-x: hidden;
}

/* Slide-show */

.cycle-slideshow{
	height: 80%;
	background-color: white;
	background-image: url(fond-carre.svg);
	background-position:left top;
	margin-top: 0px;
}

.cycle-slideshow img {
	height: auto;
    max-height: 100%;
    max-width: 100%;
    }

.cycle-prev, .cycle-next {
    position: absolute;
    top: 0;
    width: 30%;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 200;
    height: 100%;
    cursor: pointer;
}

.cycle-prev {
    left: 0;
    background: url(prev.svg) 10% 50% no-repeat;
}

.cycle-next {
    right: 0;
    background: url(next.svg) 90% 50% no-repeat;
}

.cycle-prev:hover, .cycle-next:hover {
opacity: 1;
}
