@import url(//db.onlinewebfonts.com/c/5b4016f5e0cfa7fb7dc84d0a55197038?family=Trajan);

@font-face {font-family: "Trajan"; src: url("//db.onlinewebfonts.com/t/5b4016f5e0cfa7fb7dc84d0a55197038.eot"); src: url("//db.onlinewebfonts.com/t/5b4016f5e0cfa7fb7dc84d0a55197038.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/5b4016f5e0cfa7fb7dc84d0a55197038.woff2") 
format("woff2"), url("//db.onlinewebfonts.com/t/5b4016f5e0cfa7fb7dc84d0a55197038.woff")
format("woff"), url("//db.onlinewebfonts.com/t/5b4016f5e0cfa7fb7dc84d0a55197038.ttf")
format("truetype"), url("//db.onlinewebfonts.com/t/5b4016f5e0cfa7fb7dc84d0a55197038.svg#Trajan") format("svg"); }
/** AntroVectra **/

@font-face {
font-family: 'Antro Vectra Regular';
font-style: normal;
font-weight: normal;
src: local('Antro Vectra Regular'), url('Antrovectra-DOLWD.woff') format('woff');
}


@font-face {
font-family: 'Antro Vectra Bolder';
font-style: normal;
font-weight: normal;
src: local('Antro Vectra Bolder'), url('AntrovectraBolder-ALGPp.woff') format('woff');
}


@font-face {
font-family: 'Trajan Pro Bold';
font-style: normal;
font-weight: normal;
src: url('../Polices/TrajanPro-Bold.woff') format('woff');
}


#section1
{
    background-image: url('../Images/section1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 900px;
    font-family: 'Antro Vectra Regular', sans-serif;
    font-size: 40px;
    color: white;
    text-align: center;
    border-bottom: 1px solid white;
}

#section1 h1
{
    font-size: 45px;
    font-weight: bold;
    padding-top: 450px;
}

#fond
{
    background-color: rgba(0,0,0,0.6);
    height: 800px;
}

#section2
{
    background-image: url('../Images/Section4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 900px;
    font-family: "Courier New", sans-serif;
    color: white;
    text-align :center;
    font-size: 30px;
    padding: 50px 50px 50px 50px;
    border-bottom: 1px solid white;
}

#section2 h2
{
    padding-top: 40px;
    text-decoration: underline;
    font-size: 40px;
    margin-bottom: 25px;
}

#section2 h3
{
    font-size: 40px;
    color: #c9a946;
}

#section3
{
    background-image: url('../Images/section3.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 3000px;
    text-align: center;
    overflow-x: hidden;
}

#aristote
{
    font-family: 'Antro Vectra Regular', sans-serif;
    font-size: 40px;
    text-align: center;
    padding-top: 50px;
    color: white;
}

#section3 img
{
    width: 80%;
    margin-bottom: 50px;
}

#buttonBack
{
    font-size: 32px;
    font-family: 'Trajan Pro Bold', sans-serif;
    text-decoration: none;
    margin-top: 80px;
    margin-bottom: 40px;
    color: white;
}

#back
{
    text-align: center;
    padding-top: 400px;
}


@media screen and (max-width: 768px)
{
    #section2 p
    {
        font-size: 14px;
    }
    
    #section1
    {
        font-size: 26px;
    }
}