.article:nth-child(odd) {
    background-color: #eee;
}

.article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 40vh;
    padding-top: 4vh;
    padding-bottom: 4vh;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    width: 100vw;
}

.cover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    padding: 0;
    min-height: calc(90vh - 60px);
    background: url(../img/cover.jpg);
    background-size: cover;
}

.cover .logo {
    margin-top: 40px;
    margin-bottom: 40px;
}

.logo > img {
    max-width: 50vw;
}

@media (min-width: 767px) {
    .logo > img {
        max-width: 20vw;
    }
}

.cover p {
    color: white;
    font-weight: bold;
    font-size: large;
    text-align: center;
}

.cover .btn {
    color: #fff;
    background-color: #FFA000;
    border-color: #FFA000;
    border-radius: 3px;
    font-weight: bold;
    font-size: large;
    padding: 20px 40px;
    margin-bottom: 40px;
}

.cover .btn:hover {
    background-color: rgb(36, 41, 116)!important;
    border-color: rgb(36, 41, 116);
}

#content {
    margin-top: 0;
}

.article h1 {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media (min-width: 767px) {
    .article .list-services {
        width: 80%;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .article .list-services:not(:first-child) {
        display: flex;
        justify-content: center;
    }

    #about , #stats {
        width: 100vw;
        padding-left: 20vw;
        padding-right: 20vw;
    }

    #about > ul {
        padding-right: 10vw;
    }

    #about > ul > li:hover {
        color: black!important;
    }

    #about > p {
        width: 60vw;
    }
}

.article .list-services .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    max-width: 360px;
}

.article .list-services .item .fa-stack {
    margin-bottom: 20px;
}

.article .list-services .item h4 {
    font-size: 1em;
    line-height: 1.5;
    color: #333;
}

@media (max-width: 767px) {
    .article .list-services .item {
        margin: 20px 10px;
        max-width: 100%;
    }
    .company .row {
        margin: 0;
    }

    .company#content {
        margin-top: 20px;
    }
}

.article .list-services h4 {
    text-align: center;
    font-size: 1em;
}

.article .list-services .fa-circle {
    color: #FFA000;
}

#map {
    height: 33vh;
}

#services > .row {
    margin: 15px!important;
}

.stats-intro {
    max-width: 70vw;
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.05em;
    color: #555;
    line-height: 1.6;
}

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

.counter-item .picto-stats {
    font-size: 6em;
    color: rgba(255, 160, 0, 0.3);
    display: block;
    margin-bottom: -30px;
}

.counter-item .counter {
    font-size: 3em;
    font-weight: bold;
    color: rgb(36, 41, 116);
    display: block;
    margin-bottom: 6px;
}

.qualiopi-badge {
    margin-top: 50px;
    text-align: center;
}

.qualiopi-badge a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    color: #333;
    text-decoration: none;
    max-width: 500px;
}

.qualiopi-badge img {
    margin-bottom: 10px;
}

.qualiopi-badge p {
    font-weight: bold;
    margin: 0 0 8px 0;
}

.qualiopi-text {
    font-size: 0.9em;
    color: #666;
    line-height: 1.5;
    font-weight: normal;
}


