@font-face {
    font-family: 'type';
    src: url('../font/Typewriter/cmunbtl-webfont.woff2') format('woff2'),
        url('../font/Typewriter/cmunbtl-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'hermeneus';
    src: url('../font/Hermeneus/hermeneusone-regular-webfont.woff2') format('woff2'),
        url('../font/Hermeneus/hermeneusone-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
    margin: 0;
    padding: 0;
    width: 100%; height: 100%;

}

::selection {
    text-shadow:none;
    background:rgba(35, 229, 221, 0.72);
}


a{ 
    color: #fffac6; text-decoration: none 
}  
a:hover{ 
    color: #fffac6; text-decoration: none 
}  
a:visited{ 
    color: #fffac6; text-decoration: none 
}

video {
    z-index: 200;
    position: absolute;
    width: 100%;
    height: 100vh;
    background: black;
    -moz-animation: cssAnimation 0.5s ease-in 11s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0.5s ease-in 11s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0.5s ease-in 11s forwards;
    /* Opera */
    animation: cssAnimation 0.5s ease-in 11s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes cssAnimation {
    to {
        overflow:hidden;
        opacity: 0;
        display: none;
        height: 0;
    }
}

@-webkit-keyframes cssAnimation {
    to {
        visibility:hidden;
        opacity: 0;
        display: none;
        height: 0;
    }
}

html{
    height: 100vh;
    background: url("../imgs/Feuille.jpg") no-repeat;
    background-size: cover;
    background-position-x: center;
    background-attachment: fixed;
}

#global{
    width:100%;
}

.clear{
    clear: both;
}


#Home{
    width: 100%;
    height: 100vh;
}

#buttonContact{
    position: fixed;
    width: 100%;    
    z-index: 100;
}

#buttonContact p{
    text-align: center;
    font-family :'type';
    color: #fffac6;
}

#Accueil{
    position: fixed;
    margin-top: 0px;
    z-index: 100;

}

#Accueil p{
    margin: 15px 50px 50px 30px;
    font-family :'type';
    color: #fffac6;
}

#Fleche {
    text-align: center;
    top: 90vh;
    position: fixed;
    width: 100%;
}

#Fond {
}


#Center{
    margin: 0 auto 0 auto;
    width: 351px;
    height: 380px;
    border: 3px solid white;
    top: 25vh;
    position: relative;
}

#PotatoChips{
    width: 100%;
    height: 100px;
    border-bottom: 3px solid white;
    font-family : 'hermeneus';
    letter-spacing : 4px;
}

#PotatoChips p{
    margin: 0 auto 0 auto;
    width: 61%;
    font-size: 24px;
    color: #fffac6;
    position: relative;
    top: 36px;
}

#FindUs{
    width: 84px;
    height: 195px;
    border-right: 3px solid white;
    position: relative;
    float: left;
    font-family :'type';
    letter-spacing : 1px;
}

#FindUs p{
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    font-size: 20px;
    color:  #fffac6;
    position: relative;
    top: 60px;

}

#Pecks{
    width: 176px;
    height: 195px;
    position: relative;
    background: url("../imgs/Logo.png") no-repeat center;
    background-size: cover;
    float: left;
}

#Logo{
    width: 100%;
    height: 100%;
}

#Logo img{
    width: 100%;
    color: #fffac6;
}

#Belgium{
    width: 84px;
    height: 195px;
    border-left: 3px solid white;
    position: relative;
    float: left;
    font-family :'type';
    letter-spacing : 1px;
}

#Belgium p{
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    font-size: 20px;
    color: #fffac6;
    position: relative;
    top: 65px;
}

#GetToKnowUs{
    width: 100%;
    height: 84px;
    border-top: 3px solid white;
    position: relative;
    font-family :'type';
    letter-spacing : 1px;
}


#GetToKnowUs p{
    margin: 0 auto 0 auto;
    width: 46%;
    font-size: 20px;
    color: #fffac6;
    position: relative;
    top: 26px;
}

#PaquetMauve{
    width: 45%;
    margin: 0 auto 0 auto;
    position: relative;
    top: 33vh;
}

#PaquetMauve img{
    width: 100%;

}

#PaquetRouge{
    width: 45%;
    margin: 0 auto 0 auto;
    position: relative;
    top: 33vh;

}

#PaquetRouge img{
    width: 100%;

}

#PaquetVert{
    width: 45%;
    margin: 0 auto 0 auto;
    position: relative;
    top: 33vh;

}

#PaquetVert img{
    width: 100%;

}


#Page1{
    width: 100%;
    height: 100vh;
    position: relative;
}

.bloc{
    height: 100%;
    float: left;
    width: 33.3333333333333333%;
}

div#bloc1 {
    background: rgba(134, 40, 141, 1.00);
}

div#bloc2 {
    background: rgba(248,21,83, 1.00);
}

div#bloc3 {
    background: rgba(69, 196, 190, 1.00);
}

div#bloca1 {
    background: rgba(69, 196, 190, 0.75);
    position: relative;
}

div#bloca3 {
    background: rgba(248,21,83,0.75);
    position: relative;
}

div#bloca5 {
    background: rgba(134, 40, 141, 0.75);
    position: relative;
}

div#bloca2 {
    background: rgba(225,243,241,0.95);
    position: relative;
}

div#bloca4 {
    background: rgba(255, 232, 228, 0.95);
    position: relative;
}

div#bloca6 {
    background: rgba(235,226,240,0.95);
    position: relative;
}


#Page2{
    width: 100%;
    height: 100vh;
}

.bloca{
    height: 100%;
    width: 50%;
    float:left;
}

#PaquetVertG{
    width: 50%;
    margin: 0 auto 0 auto;
    position: relative;
    top: 110px;

}

#bloca2 img{
    width: 100%;
}

#Page3{
    width: 100%;
    height: 100vh;
}

#PaquetRougeG{
    width: 50%;
    margin: 0 auto 0 auto;
    position: relative;
    top: 100px;

}

#bloca4 img{
    width: 100%;
}

#Page4{
    width: 100%;
    height: 100vh;
}

#PaquetMauveG{
    width: 50%;
    margin: 0 auto 0 auto;
    position: relative;
    top: 110px;

}

#bloca6 img{
    width: 100%;
}

.title {
    font-family : 'type';
    color: #fffac6;
    font-size: 22px;
    letter-spacing : 3px;

}

.texte {
    font-family : 'type';
    letter-spacing : 0 px;
    color: #fffac6;
    font-size: 14px;
}

#ImbrasiaBelina{
    width: 60%;
    margin: 0 auto 0 auto;
    position: relative;
    top: 90px;
    color: #f81553;
}

#OmphisaFuscidentalis{
    width: 60%;
    margin: 0 auto 0 auto;
    position: relative;
    top: 90px;
}

#ComadiaRedtchenbacheri{
    width: 60%;
    margin: 0 auto 0 auto;
    position: relative;
    top: 90px;
}

#Page6 {
    width: 100%;
    height: 100vh;
    position: relative;
}

#bloca7 img{
    width: 100%;
}

#PeckWilliam{
    width: 50%;
    margin: 0 auto 0 auto;
    position: relative;
    top: 19vh;
}

#History{
    width: 60%;
    margin: 0 auto 0 auto;
    position: relative;
    top: 210px;
    top: 30vh;
}

#Page7{
    width: 100%;
    height: 100vh;
    text-align: center;
    position: relative;
}

#Infos {
    margin: 0 auto 0 auto;
    width: 250px;
    border: 0px solid white;
    position: relative;
    top: 25vh;
} 

#Find{
    width: 100%;
    height: 88px;
    border-bottom: 2px solid white;
    font-family : 'Type';
    letter-spacing : 3px;
}

#Find p{
    margin: 0 auto 0 auto;
    width: 72%;
    font-size: 27px;
    color: #fffac6;
    position: relative;
    top: 35px;
}

#Adress p{
    margin: 0 auto 0 auto;
    width: 72%;
    font-size: 14px;
    color: white;
    font-family : 'Type';
    position: relative;
    top: 25px;
    letter-spacing : 1px;
}

#Contact {
    margin: 0 auto 0 auto;
    width: 250px;
    border: 0px solid white;
    position: relative;
    top: 40vh;
}  

#Ctc{
    width: 100%;
    height: 88px;
    border-bottom: 2px solid white;
    font-family : 'Type';
    letter-spacing : 3px;
}

#Ctc p{
    margin: 0 auto 0 auto;
    width: 72%;
    font-size: 27px;
    color: #fffac6;
    position: relative;
    top: 35px;
}

#Mail p{
    margin: 0 auto 0 auto;
    width: 72%;
    font-size: 14px;
    color: white;
    font-family : 'Type';
    position: relative;
    top: 25px;
    letter-spacing : 2px;
}