h1,
h2,
h3,
h4,
h5,
p {
    margin-bottom: 1px !important;
}

ul {
    list-style: none;
    padding-left: 0px !important;
}

.modale,
.modale2,
.modale3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    /* cachée par défaut */
    justify-content: center;
    align-items: center;
    transition: 10s;
    z-index: 9999;
}

/* Fond noir 75% */
.overlay,
.overlay2,
.overlay3 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 75%;
}

/* Contenu */
.modal-card {
    position: relative;
    background: white;
    padding: 2rem;
    border-radius: 10px;
    display: flex;
    gap: 2rem;
    max-width: 800px;
    z-index: 10000;
}

.modal-card img {
    width: 70%;
}

.col-md-4 img {
    cursor: pointer;
}

@media (max-width: 768px) {

    #info .container {
        width: 50%;
        padding: 0rem !important;
        margin: 0px;
    }

    div.mx-auto {
        width: 90 !important;
    }

    #info .container p,
    h1,
    .fs-3 {
        font-size: 10px !important;
        width: 150px !important;
    }

    .btn-warning {
        width: 100px !important;
        height: 35px !important;
        font-size: 10px !important;
        padding: 0rem !important;
    }

    .position-relative div:first-child {
        width: 85% !important;
        height: 85% !important;
        left: 0% !important;
        top: 15% !important;
    }

    .position-relative div:nth-child(2) {
        width: 80% !important;
        height: 100% !important;
        left: 10% !important;
        top: 5% !important;
    }

    #image {
        width: 70% !important;
    }

}