.container {
    font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Arial,sans-serif !important;
}
.no-header-container {
    min-height: 200px !important;
}
.container.main-container {
    padding-bottom: 20px;
}
.main-content {
    min-height: 900px;
    position: relative;
    margin-bottom: 0px !important;
    padding-bottom: 100px;
}
.content-header-container {
    background: linear-gradient(180deg, rgba(220,78,41,.10), transparent);
    border-bottom: 1px solid #eaecef;
    margin-top: 160px;
    height: auto;
    max-height: 430px;
}
.content-header-container .container {
    margin-top: 0px;
}
.content-header {
    padding-top: 40px;
}
.content-title {
    font-weight: 700;
    font-size: clamp(28px,3.5vw,42px);
}
.lead {
    color: #2b2b2b;
    margin: 0 0 14px;
    line-height: 1.2em;
}
.lead label {
    font-weight: 400;
    height: 34px;
    font-size: 14px;
    line-height: 1.5em;
}
strong {
    font-weight: 600;
}
a {
    text-decoration: none;
}
.how-to-link:hover {
   color: #DC4E28 !important;
   text-decoration: underline;
}
.content-header-card {
    background: #fff;
    border: 1px solid #eaecef;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}
.content-header-card label {
    font-weight: 700;
}
.content-header-card p {
    margin-bottom: 0px;
}
.content-header .btn-rounded-orange-fill, .header-btn-cta {
    color: #fff;
    border-radius: 10px !important;
    padding: 12px 16px;
    font-weight: 700;
    font-size: 16px;
}
.how-to-link, .how-to-text {
    vertical-align: top;
    line-height: 3em;
}
.how-to-text  {
    color: grey;
}
.content-header-legend {
    font-size: 14px;
}
.content-header-img {
    max-width: 450px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
}

/* CONTENT CARD */
.content-card {
    background: #fff;
    border: 1px solid #eaecef;
    border-radius: 12px;
    padding: 30px;
    padding-top: 0px;
    margin-bottom: 20px;
}
.content-card h2 {
    color: #0f0c6c;
    font-size: 24px;
    font-weight: 700;
    margin-top: 30px;
}
.content-list-item {
    line-height: 2.2em;
}
.content-list-item a {
    
}
ol {
    line-height: 1.6em;
}

.search-freq-item {
    background: #fff;
    border: 1px solid #eaecef;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 13px;
    margin-top: 10px;
    display: inline-block;
}
.btn-faq-item {
    border: 1px solid #eaecef;
    border-radius: 10px;
    padding: 12px;
    background: #fff;
    margin: 10px 0;
    width: 100%;
    text-align:left;
    font-size: 14px;
    font-weight: 600;
}
.btn-faq-item div {
    font-weight: 400;
}

.liens-utiles-paragraph {
    font-size: 14px;
}
.liens-utiles-paragraph i {
    font-size: 4px;
    line-height: 0.8em;
    vertical-align: middle;
}

/* NAVBAR FIL D'ARIANE */
#main-navbar {
    background-color: #fff;
}
.ariane-container-mobile {
    display: none;
}
.ariane-container {
    padding-left: 450px;
    padding-top: 15px;
    font-size: 14px;
}
.ariane-container .ariane-link, .ariane-container-mobile .ariane-link {
    color: #6b7280;
    text-decoration: none;
}
.ariane-container .ariane-link:hover {
    text-decoration: underline !important;
}
/* COMPARATIF TYPES VEHICULES */
#comparatif-table-container {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
}
.content-table {
    width: 100%;
    border: 1px solid #eaecef;
    border-collapse: separate;
    border-radius: 10px;
    border-spacing: 0;
    font-size: 14px;
}
.content-table tbody tr:nth-child(odd) {
    background-color: #fafafa;
}
.content-table th, .content-table td {
    /*border-bottom: 1px solid #eaecef;*/
}
.content-table td {
    border-top: 1px solid #eaecef;
}
.content-table b {
    font-weight: 700;
}
.content-table thead th {
    height: 45px;
    padding: 12px;
}
.content-table tbody td {
    min-height: 45px;
    padding: 12px;
}
.color-grey {
    color: #8a8f98;
}
.content-table-legend {
    color: #6b7280;
    font-size: 13px;
}
.recommandation-card {
    background: #fff;
    border: 1px solid #eaecef;
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 15px;
    height: 160px;
}
h3 {
    color: #0f0c6c;
    margin: 10px 0 6px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0px;
}
.recommandation-card-item {
    font-size: 14px;
    margin-bottom: 6px;
}

/* PAGES VILLES */
.btn-rounded-orange {
    background: #fff;
    color: #dc4e29;
    border: 1px solid #dc4e29;
}
.avis-client-container {
    background: #fff;
    border: 1px solid #e9ecf3;
    border-radius: 12px;
    padding: 18px;
    border-color: #fde7e0;
}
/* FAQ */
h2.faq-subtitle {
    font-weight: 600;
    font-size: 24px;
}
.faq-page-container .btn-faq-item {
    font-size: 16px;
}
.note {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}

/* RESPONSIVE ------------------------------------------------------------------ */

@media screen and (max-width: 1399px) {
    #comparatif-table-container {
        width: 100%;
        overflow: hidden;
        overflow-x: scroll;
    }
}
    
@media screen and (max-width: 991px) {
    
    .footer-text .dropdown-toggle {
        padding-left: 0px;
    }
    
    .footer-text .navbar-nav {
        margin: 0px;
    }
    
    .content-header-container {
        margin-top: 150px;
    }
    .content-header-container {
        max-height: 100%;
    }
    
    
    /* FIL D'ARIANE' */
    .ariane-container {
        display: none !important;
    }
    .ariane-container-mobile {
        display: block;
        background-color: #fff;
        width: 100%;
        height: auto;
        padding: 10px;
        font-size: 12px;
        line-height: 1.5em;
    }
    
}

@media screen and (max-width: 767px) {
    
    .content-header-container {
        margin-top: 150px;
    }
    .content-header-container {
        max-height: 100%;
    }
    
    
    /* FIL D'ARIANE' */
    .ariane-container {
        display: none !important;
    }
    .ariane-container-mobile {
        display: block;
        background-color: #fff;
        width: 100%;
        height: auto;
        padding: 10px;
        font-size: 12px;
        line-height: 1.5em;
    }
    
}

@media screen and (max-width: 480px) {
    
    
    
}

@media screen and (max-width: 411px) {
    
    
    
}

@media screen and (max-width: 375px) {
    
    
    
}

@media screen and (max-width: 360px) {
    
    
    
}