@media (max-width: 479px) {
    .sep-sec {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }
    #features article {
        margin-bottom: 40px !important;
    }
    .title-container {
        font-size: 40px !important;
    }
    .title-header {
        padding-top: 100px !important;
    }
    #features .container header{
        padding-top: 0px !important;
    }
    #features section {
        margin: 10px;
    }
    .background_header{
        padding-bottom: 0 !important;
    }
    .title-header{
        padding-top: 60px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    #features .title h2 {
        margin-top: 24px !important;
    }
}

@media (max-width: 991px) {
    #features .container header h2 {
        margin-left: 0px !important;
        margin-bottom: 30px !important;
    }  
}

@media (min-width: 480px) {
    #features .container {
        max-width: unset !important;
        width: 95% !important;
    }
    .sep-sec {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .title-container {
        font-size: 50px !important;
    }
    #features article {
        margin-bottom: 40px !important;
    }
    #features .title h2 {
        margin-top: 15px !important;
    }
}

@media (min-width: 576px) {
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    #features .container {
        max-width: 750px !important;
        width: 750px !important;
    }
    .sep-sec {
      padding-bottom: 45px !important;
      padding-top: 20px !important;
    }
    .title-container {
        font-size: 74px !important;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #features .title h2 {
        margin-top: 15px !important;
        font-size: 18px !important;
    }
}

@media (min-width: 992px) {
    #features .container {
        max-width: 970px !important;
        width: 970px !important;
    }
  .sep-sec {
      padding-bottom: 45px !important;
      padding-top: 30px !important;
  }
  .title-container {
     font-size: 50px !important;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 1200px) {
    #features .container {
        max-width: 1170px !important;
        width: 1170px !important;
    }
    .title-container {
        font-size: 72px !important;
    }
    .sep-sec {
        padding-bottom: 45px !important;
        padding-top: 60px !important;
    }
    #features .title h2 {
        font-size: 24px !important;
        margin-top: 10px !important;
    }
}

@media (min-width: 1400px) {
    #features .container {
        max-width: 1380px !important;
        width: 1380px !important;
    }
}

@media (min-width: 1700px) {
    #features .container {
        max-width: 1422px !important;
        width: 1422px !important;
    }
}

#features section .flex {
    display: flex;
    flex-wrap: wrap;
}

.background_header {
    background-color: #F5F7F8;
    width: 100vw;
    padding-top: 0px;
    position: relative;
    z-index: 1;
    padding-bottom: 5px;
}

.title-header {
    text-align: center;
    padding-top: 70px;
}

.title-container {
    font-size: 72px;
    color: white;
    background: transparent linear-gradient(83deg, #15A0DA 0%, #36D0DC 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(7deg, #15A0DA 0%, #36D0DC 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(7deg, #15A0DA 0%, #36D0DC 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    background-clip: text;
    display: block;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

#features .title h2 {
    color: #3F4960;
    font-size: 26px;
    font-weight: 300;
    line-height: 43px;
    margin-top: 0;
}

.container{
    margin: auto;
}

#features .container header {
    color: #000;
    margin-bottom: 10px;
}

#features section header {
    font-weight: 700;
}

#features section {
    position: relative;
    margin-top: 60px;
    color: #3F4960;
    font-weight: 300;
    font-size: 17px;
    background-color: white;
    padding: 20px;
    border-radius: 20px;
    line-height: 20px;
}

#features section p {
    position: relative;
    color: #3F4960;
    font-weight: 400;
    font-size: 16px;
    background-color: white;
    border-radius: 20px;
    line-height: 30px;
}

#features .label {
    color: #FFF;
    font-size: 12px;
    border-radius: 13px;
    padding: 5px 12px;
    font-weight: 400;
    position: relative;
    margin-right: 10px;
}

#features .label.label-CLASSIC {
    background: #15A0DA;
}

#features .label.label-SHOP {
    background: #F15F79;
}

#features .label.label-GRAY, #features .label.label-GREY, #features .label.label-GRIS {
    background: #3F4960;
}

#features .label.label-ORANGE {
    background: #FEB62E;
}

.sep-sec {
    padding-top: 60px;
    padding-bottom: 60px;
}

#features .container header h2 {
    margin-left: 15px;
    margin-bottom: 30px;
}

#features h3 {
    font-weight: 700;
    color: #3F4960;
    margin-bottom: 5px;
    line-height: 24px;
}

h3.span {
    margin-left: 10px;
}
/* Sommaire des neuf sous-pages du Feature Index. Elles repondaient 200 mais
   aucun lien du site n'y menait : ni sitemap, ni contenu de page. */
.ficats {
    margin: 0 0 56px;
    padding: 0;
}

.ficats-title {
    font-size: 22px;
    line-height: 30px;
    color: #3F4960;
    margin: 0 0 20px;
}

.ficats-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ficats-listitem {
    margin: 0;
}

.ficats-link {
    display: inline-block;
    padding: 10px 18px;
    border: 1px solid #DDE3E7;
    border-radius: 24px;
    background-color: #FFF;
    color: #3F4960;
    text-decoration: none;
}

.ficats-link:hover,
.ficats-link:focus {
    border-color: #3F4960;
    color: #000;
}

.ficats-back {
    display: inline-block;
    margin-top: 20px;
    color: #3F4960;
}

/* Appel a l'action en fin de contenu. */
.ficta {
    margin: 48px 0 0;
    text-align: center;
}

.ficta-title {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 24px;
}

.ficta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}
