* {
    margin: 0;
    padding: 0;
}


body {
    background-color: black;
    font-family: Arial, sans-serif;
    font-size: 17px;
    color: white;
    line-height: 1.6;
    font-weight: bold;
}


#opacity-head{
    opacity: 0.5;
    position: relative;
    background-color: black;
    width: 100%;
    height: 70vh;
    top: 0px;
}


#showcase {
    background-image: url("../img/support_copie.png");
    height: 70vh;
    background-position: center;
    background-size: cover;
    
}

#showcase-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    position: relative;
    top: -415px;
    left: -20%;
}

#connect{
    position: relative;
    top: 200px;
    left: -2%;
}

@media (max-width: 1200px) {
    #showcase-content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 0 20px;
        position: relative;
        top: -815px;
        left: -13%;
    }

    #connect{
        position: relative;
        top: 200px;
        left: 20%;
    }
}

@media (max-width: 992px) {
    #showcase-content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 0 20px;
        position: relative;
        top: -455px;
        left: -10%;
    }

    #connect{
        position: relative;
        top: 200px;
        left: 20%;
    }   
}

@media (max-width: 768px) {

    #opacity-head{
        opacity: 0.8;
        position: relative;
        background-color: black;
        width: 100%;
        height: 70vh;
        top: 0px;
    }

    #showcase-content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 0 20px;
        position: relative;
        top: -250px;
        left: 3%;
    }

    #connect{
        position: relative;
        top: 0;
        left: 0;
    }
}

@media (max-width: 576px) {
    #opacity-head{
        opacity: 0.8;
        position: relative;
        background-color: black;
        width: 100%;
        height: 70vh;
        top: 0px;
    }

    #showcase-content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 0 20px;
        position: relative;
        top: -400px;
        left: -3%;
    }

    #connect{
        position: relative;
        top: 0;
        left: 0;
    }
}



h1{
    color: white;
    font-weight: 100;
    font-size: 50px;
}

.button{
    background-color: #114780
}

.costum-flex{
    
    background-color: #114780;
    color: white;
}

.costum-flex #head-contact{
    display: flex;
    flex-direction: row;
    padding: 0 10px;

}


#head-contact .icons {
    padding: 10px;
}


#services div h1{
    color: #aaa;
    font-size: 1.2rem;
}
#services div span{
    color: white;
    font-size: 2.3rem;
}
#services div p{
    text-align: justify;
}

.bg-infos{
    background-color: #114780;
}

#advantages-image{
    background-image: url("../img/support4.png");
    background-repeat: no-repeat;
    height: 40vh;
}

#bt-infos {
    background: #114780;
    border: 1px solid white;
    border-radius: 3px;
}


.errorList{
    font-size: 1.3rem;
    position: relative;
    top: -460px;
    left: -1%;
}





