#content {
    background-color: #eee;
}

h1 {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 30px;
}

.subtitle {
    margin-bottom: 20px;
    color: #777;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    text-align: center;
}

h2 {
    font-weight: bold;
    margin-left: 10vw;
}

.page {
    padding-bottom: 3vh;
}

.type-product {
    margin-left: 2vw;
}

.img-product {
    width: 100%;
    height: 180px;
}


.product-text {
    margin-top: 1vh;
    min-height: 6vh;
    color: #2c3e50;
    text-align: justify;
    padding-left: 1vw;
    padding-right: 1vw;
}
.article:nth-child(2n+1) {
  background-color: #eee;
}
.product-section {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    min-height: 20vh;
    margin: 0 auto;
    width: 100%;
}

.product {
    background-color: white;
    margin: 10px;
}

.product h4 {
    color: black;
    font-weight: bold;
    text-align: center;
}

.product p {
    color: #777;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    text-align: justify;
}


.product:hover {
    -webkit-filter: contrast(1.5);
    filter: contrast(1.5);
}

#stats {
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 3vh;
    padding-bottom: 3vh;
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
}

#stats h1 {
    margin-bottom: 20px;
}

.stats-intro {
    max-width: 80%;
    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;
}