

@media only screen and (max-width: 1200px) {
    .fonctionnalites ul {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media only screen and (max-width: 960px) {
    body {
        font-size: 16px;
    }
    header, .footer-content {
        padding: 2em 2em .5em 2em;
        display: flex;
    }
    .footer-content {
        padding-bottom: 3em !important;
    }
    footer img {
        top: 1.8em;
    }
    section {
        padding: 1em 2em;
    }
    header {
        flex-direction: column;
    }
    .logo img {
        height: 100px;
        width: 100px;
        object-fit: contain;
    }
    .fonctionnalites ul {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 768px) {

    .blobs {
        grid-template-columns: 1fr;
    }
    .fonctionnalites ul {
        grid-template-columns: 1fr;
    }
    .fonctionnalites br {
        display: none;
    }

}
@media only screen and (max-width: 570px) {
    header {
        padding-top: 8em;
    }
    .btn {
        display: inline-block;
        margin-bottom: .5em;
    }
}
