/* A propos Header */
.apropos-header-laptop {
    background-image: url(img/apropos/coverLaptopAboutUbuntu.webp) !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.apropos-header-mobile {
    background-image: url(img/apropos/coverMobileAboutUbuntu.webp) !important;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    #mobileArea{
         display: block;
         background-image: url(img/home/coverMobile.webp);
         background-size: contain !important;
         background-repeat: no-repeat;
         height: 50VH;
         margin-top: 17VH;
 }

 #carouselArea{
     display: none !important;
 }

 .center-img{
    display: grid;
    place-items: center;
 }
 
 #presentation{
     margin-top:-11VH !important;
 }
}

#presentation,#creation-saha,#qualite-saha{
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.li-o{
    list-style-type: none;
}
