/* events */

body{
    background-image: url(../images/bordures.svg);
    background-repeat: no-repeat;
}


#img{
    background-image: url(../images/site_web_affiche.png);
    background-size: 863px;
    width: 863px;
    height: 615px;
    z-index: -1;
    right: 25vw;
    margin-left: 18vw;
    margin-bottom: 10vw;
    }
#events_date {
    background-color: white;
    width: 430px;
    height: 340px;
    z-index:1;
    text-align: center;
    position: relative;
    top: 20vh;
    left: 41vw;
    min-height: 10em;
    display: table-cell;
    vertical-align: middle;
    opacity: 80%;
    border-radius: 9px;
        }

#date {
    font-family: arial Impact, Helvetica, 'Arial Narrow Bold', sans-serif;
    font-size: 40px;
}

#nom_events {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 40px;
}

#t_events {
    font-size: 65px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
}

#fleche {
    width: 100px;
    height: auto;
}

#affiche {
    width:863px;
}

hr {
    width: 90vw;
    top: 105vh;
    margin: auto;
    border: 1px solid #000000;
    margin-left: 67px;
}