* {
    text-decoration: none;
    list-style-type: none;
    box-sizing: border-box;

}

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


}

.container {
    padding-bottom: 100px;
    padding-top: 100px;
}

#about {
    text-align: center;
    font-family: 'gudea', serif;
    font-weight: 300;
    font-size: 30px;
    text-transform: uppercase;
}


#about a {
    color: black;
    text-align: center;
    position: absolute;
    z-index: 999;
    top: -25px;
    padding-left: 50px;
    color: #001fe4;

}

#arobase {
    text-align: center;
    font-family: 'gudea', serif;
    font-weight: 300;
    font-size: 40px;
    text-transform: uppercase;
}

#arobase a {
    color: black;
    text-align: center;
    position: absolute;
    z-index: 999;
    top: 300px;
    padding-left: 180px;
    color: #001fe4;

}

#index a {
    text-align: right;
    font-family: 'gudea', serif;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    position: fixed;
    z-index: 999;
    right: -10px;
    top: 40%;
    color: #001fe4;
    -webkit-transform: rotate(90deg);
}


#navigation ul {
    list-style-type: none;
    padding-bottom: 20px;
    padding-top: 120px;
}

#navigation li {
    display: block;
    text-align: right;
    text-transform: uppercase;

}

#navigation a {
    color: black;
    font-family: 'bitter', sans-serif;
    font-weight: 100;
    font-size: 80px;
    text-align: left;

}

#navigation {
    display: block;
}


#titrage h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 150px;
    text-align: center;
    font-family: 'bitter', sans-serif;
    font-weight: 100;
    justify-content: center; 
    
}


h3 {
    font-family: 'sligoil', sans-serif;
    font-weight: 100;
    line-height: 1;
    text-align: center;
    font-size: 18px;
    color: #001fe4;
}

h2 {
    font-family: 'bitter', sans-serif;
    font-weight: 100;
    line-height: 1;
    text-align: center;
    font-size: 80px;
    color: #001fe4;
    
}

.bottom {
    top:600px;
    position: absolute;
}


img {
    width: 400px;
}



.Acte1 p {
     font-family: 'sligoil', sans-serif;
    font-weight: 100;
    line-height: 1.1;
    font-size: 18px;
    color: black;  
     text-align: left;
}

.Acte1 h2 {
    text-transform: uppercase;
    font-family: 'gudea', serif;
    font-size: 30px;
    font-weight: 300;
    justify-content: center;
    color: #001fe4;
    
   
}

.Acte1 img {
    height: 300px;
    width: 300px;
}

.textee1 p {
      font-family: 'sligoil', sans-serif;
    font-weight: 100;
    line-height: 1.1;
    font-size: 16px;
    position: absolute;
    top: -900px;
    margin-left: 20px; 
     color: #001fe4;
    z-index: 0;
    text-align: right;
    left: 500px;
}

#side {
    font-family: 'bitter', sans-serif;
    font-weight: 100;
    line-height: 1.4;
    font-size: 12px;
    color: #001fe4;
    text-align: justify;
    text-transform: uppercase;
}




