.logoPart{
    height: auto;
    max-height: 120px;
    max-width: 200px;
}

.link-title{
    color: #3c4043;
}

#slider{
    height: 100% !important;
}

.center-text{
    text-align: center;
}

.elementPresse{
    background-color: rgb(255, 238, 232);
    border: 1px solid black;
    padding: 15px;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
}


@media (min-width:800px){
    .main{
        margin: 50px;
    }
}

.topPage {
    background-color: #fff8f5 !important;
    height: 100vh;
    padding-top: 15vh !important;
    text-align: center;
}

h1 {
    text-align: left;
    margin-left: 50px;
}

@media (max-width: 1120px) {
    .topPage {
        height: 100vh !important;
    }
}

.img-fluid {
    max-width: 90% !important;
}
