﻿#headerPresentation {
    background-image: url('/img/en tete wordart copy.webp');
    background-repeat: no-repeat;
    background-size: cover;
    position: center;
    margin-top: -30px;
    background-position-y: -200px;
    margin-left: -20px;
    border-bottom: 20px rgb(29, 133, 172) solid;
    align-content: center;
    background-position: center;
}

@media (max-width: 500px){
    #headerPresentation {
        margin-top: -60px;
        margin-right: -20px;
        background-position-x: -200px;
        border-bottom: 10px rgb(29, 133, 172) solid;
    }
}

#headerArea {
    align-items: center;
}

.headerElement{
    font-size: 40px;
    text-align:center;
}

.paragraphTitle {
    font-weight: 700;
    margin-top: 10%;
    color: rgb(46, 199, 201);
}

.paragraphText {
    padding: 10%;
    position: center;
    text-align: center;
    font-size: 18px;
}

.footerDiv {
    background-color: rgb(29, 133, 172);
    background-repeat: no-repeat;
    background-size: cover;
}

.footerTitle {
    margin-top: 5%;
    color: white;
}

.footerText {
    padding-top: 10px;
    padding-bottom: 5%;
    color: white;
}

body {
    min-height: 75rem;
}

#bulb {
    padding-top: 50px !important;
    width: 30% !important;
}