*{
	margin: 0;
	padding: 0;
}

/*----------- STRUCTURE ----------*/
header{
    width: 100%;
    height: 60px;
    background: #ffffff;
    position: fixed;
    box-shadow: 0px 0px 20px #686767;
    z-index: 800;
 }

section, .width65{
    float: left;
    height: 100vh;
}
section{
    width: 35%;
    background: #196DCF;
}

.width65{
    width: 65%;
    padding-top: 30vh;
    height: 70vh;
}

.bgblack{
    background-color: black;
    min-height: 100vh;
}

.container{
    width: 70%;
    margin: auto;
}

.mySlides img{
    width: 100%;
    height: 100vh;
}

 /*----------- STYLE ----------*/

.slides p,span, h1, h2, h3, header a,.center{
    font-family: 'bebasneue', sans-serif;
}

header li{
    float: left;
    list-style: none;
    width: 15%;
    margin-left: 10%;
}
header	a{
    text-decoration: none;
    font-size: 1.8em;
    line-height: 60px;
    color: black;

}
header a:hover{
    color: #FFCF21;
    transition: 0.2s;
}

.slides h1 {
    position: absolute;
    font-size: 15em;
    padding-top: 19.9%;
    padding-left: 19.5%;
    color: #fff;
    z-index:1;
}

.slides h2{
    position: absolute;
    font-size: 15em;
    padding-top: 20.5%;
    padding-left: 19%;
    color: #FFCF21; 
}

.slides p{
    position: absolute;
    font-size: 2em;
    padding-top: 34%;
    padding-left: 62%;
    color: #FFCF21;
}
.mySlides h1{
    color:#FFCF21;
    padding-left: 33%;
}
.center{
    position: absolute;
    font-size: 15em;
    padding-top: 17.5%;
    padding-left: 50%;
    color: #FFCF21;
    z-index:1;
}
article img, article p{
    float: left;
}

article img{
    width: 10%;
    margin-left: 15%;
}

article p{
    width: 50%;
    margin-left: 5%;
}
article h3{
    margin-top: 5%;
    margin-bottom: 2%;
    margin-left: 30%;
    float: left;
    width: 70%;
}
article{
    margin-left: 3%;
    padding-top: 5%;
}

.width65 p{
    width: 60%;
    margin: auto;
    font-family: 'Crimson Text', serif;
}
span{
    font-family: 'Crimson Text', serif;
    font-weight: 600;
}
section p{
    margin: 3%;
    margin-top: 20%;
    width: 35vw;
    padding-top: 25%;
    font-size: 6em;
    font-family: 'bebasneue', sans-serif;
    color: white;
}

#texte{
    transition: 0.3s;
    padding-top: 20%;
    color: white;
    padding-top: 30%;
    font-size: 1.2em;
    font-family: 'bebasneue', sans-serif;
}

.container button{
    margin-top: 8%;
    font-size: 3em;
    font-family: 'bebasneue', sans-serif;
}
#smaller {
    margin-left: 6%;
    margin-top: 126px;
}
#bigger, #smaller{
    position: absolute;
}
video{
    width: 100vw;
    height: 100vh;
}

.mySlides p{
    position: absolute;
    font-family: 'Crimson Text', serif;
    font-size: 1.5rem;
    padding-top: 35%;
    padding-left: 57.5%;
    color: #ffffff;  
    z-index: 1;
}
.slides a{
    position: absolute;
    font-size: 1.8em;
    padding-top: 38%;
    padding-left: 69.5%;
    color: #fff;
    font-family: 'bebasneue', sans-serif; 
    text-decoration: none;
}
.slides a:hover{
    color: #000;
    transition: 0.5s;
}

.traverse{
    position: absolute;
    font-size: 35em;
    padding-top: 34.8%;
    padding-left: 53%;
    font-size: 37em;
    color: #fff;
    z-index:1;
    writing-mode: vertical-lr;
    font-family: 'bebasneue', sans-serif;
}
.oq{
    position: absolute;
    font-size: 14.5em;
    padding-top: 20%;
    padding-left: 45%;
    font-size: 15em;
    color: #FFCF21;
    z-index:1;
    font-family: 'bebasneue', sans-serif;    
}
.forme{
    width: 4%;
    height: 21vh;
    background: #FFCF21;
    position: absolute;
    top: 38%;
    left: 65%;
    z-index: 6;
}
/*-----------traits------------*/

.left, .left2, .right{
    border: 1px solid #196DCF;
    height: 100%;
    position: absolute;
}
.top, .bottom{
    border: 1px solid #196DCF;
    width: 100%;
    position: absolute;
}

.left{
    left: 17.5%;

}
.left2{
    left: 27.1%;
}
.right{
    right: 15%;
}
.top{
    top: 13%;
}
.bottom{
    bottom: 15%;
}
.yellow1, .yellow2{
    border: 2px solid #FFCF21;
    height: 100%;
    position: absolute;
}
.yellow1{
    left: 50.3%;
}
.yellow2{
    right: 43.5%;
}


.whiteleft, .whiteright{
    border: 1px solid #fff;
    height: 100%;
    position: absolute;
}
.whitetop, .whitebottom{
    border: 2px solid #fff;
    width: 100%;
    position: absolute;   
}
.whiteleft{
    left: 20%;
}
.whiteright{
    right: 19.5%;
}
.whitetop{
    top: 37.5%;
}
.whitebottom{
    bottom: 40.5%;
}
/*-----------slideshow---------*/


button{
	text-decoration: none;
	border: none;
	background: none;
    outline: none;
    font-size: 100px;
    color: white;
}


.verticalslider{
    width: 100%;
    height:100vh;
    margin:auto;
    overflow: hidden;
    background: lightyellow;
}
.slides{
    width: 100%;
    height:100vh;
    background: #196DCF;
    background-size: 100%;
    position: relative;
    background-repeat: no-repeat;
    top:0;
    left:0;
    transition: 2s;}
.slides:nth-child(2){background: #196DCF;}
.slides:nth-child(3){background: #196DCF;}


.prev{
    position: absolute;
    top: 40%;
    left: 50px;
}

.next{
    position: absolute;
    top: 40%;
    right: 50px;
}

/*-------------dots-------------*/
#dot1 {
    background: url(../img/fleche.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}

#dot2 {
    background: url(../img/fleche.png);
    background-repeat: no-repeat;
    transform: rotate(180deg);
    background-size: 50%;
    background-position: center;
}

navigation ul li a {
    width: 70px;
    height: 30px;
    padding: 5px;
    margin: 10%;
    display: block;
}

navigation ul li {
    float: left;
}

navigation ul li:hover {
}
navigation ul {
    position: fixed;
    bottom: 150px;
    left: calc(106% - 200px);
    list-style-type: none;
    list-style-position: inside;
    height: 65px;
    width: 100px;
    z-index: 999;
}

/*----------- TYPO ----------*/


@font-face {
 font-family: "bebas_neue";
 src: url("../fonts/bebas-neue/BebasNeue-Regular.woff2") format("woff2");
}

@font-face{
    font-family: 'bebasneue';
    src: url('../fonts/TTF\'s/BebasNeue Regular.ttf') format('truetype');
}