﻿body {
    background-color: grey;
    margin: 0px;
    overflow-x: hidden;
    background-image: url(../pics/BG_pro.jpg);
    background-size: cover;
    position: absolute;
    height: 1080px;
    width: 100%;
    
}

.page2 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    height: 650px;
    width: 1000px;
    top: 15px;
    background-color: white;
    background-image: url(../pics/liege.jpg);
    background-size: cover;
    box-shadow: 8px 8px 8px black;
    border: ridge 25px #48260c;
    padding-top: 20px;
    padding-left: 40px;
}

.dropdown {
    display: inline-block;
}

    .dropdown ul li {
        list-style-type: disc;
        text-align : left;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: grey;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    border-radius: 15px;
    z-index: 1;
    top: 150px;
    left: 900px;
    color: white;
    width: 400px;
    
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content-start {
    display: none;
    position: absolute;
    background-color: grey;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    border-radius: 15px;
    z-index: 1;
    top: 0px;
    left: -600px;
    color: white;
    width: 400px;
}

.dropdown:hover .dropdown-content-start {
    display: block;
}


.dropdown-content-evo {
    display: none;
    position: absolute;
    background-color: grey;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    border-radius: 15px;
    z-index: 1;
    top: 0px;
    left: 500px;
    color: white;
    width:400px;
}

.dropdown:hover .dropdown-content-evo {
    display: block;
}


.dropdown-content-cash {
    display: none;
    position: absolute;
    background-color: grey;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    border-radius: 15px;
    z-index: 2;
    top: 0px;
    left: -600px;
    color: white;
    width: 400px;
}

.dropdown:hover .dropdown-content-cash {
    display: block;
}



.sas {
    top: -55px;
    height: 250px;
    width: 350px;
    background-image: url(../pics/postit.png);
    background-size: cover;
    text-align: center;
}

    .sas h2 {

        padding-top: 35px;

    }

    .sas a img {

        height : 100px;
        width : 150px;

    }

.start {
    height: 250px;
    width: 350px;
    background-image: url(../pics/postit.png);
    background-size: cover;
    text-align: center;
    position:relative;
    top : 00px ;
    left : 200px;
}

    .start h2 {
        padding-top: 35px;
    }

    .start a img {
        height: 100px;
        width: 300px;
    }

.evolution {
    height: 250px;
    width: 350px;
    background-image: url(../pics/postit.png);
    background-size: cover;
    text-align: center;
    position: relative;
    top: 100px;
    left: 100px;
}

    .evolution h2 {
        padding-top: 35px;
    }

    .evolution a img {
        height: 90px;
        width: 250px;
    }

.cash {
    height: 250px;
    width: 350px;
    background-image: url(../pics/postit.png);
    background-size: cover;
    text-align: center;
    position: relative;
    top: 100px;
    left: 200px;
}

    .cash h2 {
        padding-top: 35px;
    }

    .cash a img {
        height: 90px;
        width: 100px;
    }
