h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6{
    font-weight: 600 !important;
}

.hq-section[class*=bg-]{
    padding: 50px 0;
}

.hq-section.bg-dark-blue .breadcrumb-bloc h1{
    font-size: 5.2rem!important;
}

.hq-bloc-intro h2{
    font-size: 3.5rem;
}

.hq-section.bg-dark-blue .breadcrumb-bloc h1 span{
    font-weight: 600;
    font-size: 2.5rem;
}

.hq-section.bg-dark-blue strong{
    font-weight: 700;
}

.hq-section.bg-dark-blue{
    background-color: #0c0553;
}

.hq-section.bg-dark-blue .hq-section.bg-white{
    background-color: #ffffff;
    margin: 30px 0;
    padding: 20px;
}

.hq-section.bg-dark-blue .hq-section.bg-white *{
    color: #48433f;
}

.hq-section.bg-dark-blue .hq-section.bg-white a{
    color: #17649f;
}

.hq-section.main-header{
    padding: 0 0 10px 0;
}

.hq-bloc-intro p{
    font-size: 5.2rem !important;
    line-height: 5.6rem;
    color: white !important;
}

.row.box-dark-blue{
    background-color: #0c0553;
    color: #fff;
    padding: 30px 20px;
}

.border-left{
    border-left: 1px solid #dcdcdc;
    padding-left: 25px;
}

.hq-mega-collapse{
    margin: 0;
}

.box-dark-blue p.big-text{
    font-size: 2rem;
}

div[class*=hq-collapse]:not(.etape)>h2 a{
    font-size: 2.5rem;
    display: flex;
    align-items: center;
}

div[class*=hq-collapse]:not(.etape)>h2 a::after{
    top: inherit;
}

#bloc-OSE.hq-section.bg-dark-blue, .bg-dark-blue{
    background-color: #0c0553;
}

.tabs.hq-collapse .tab__label:not(.open) a{
    color: #48433f !important;
}

.avantages-icones figure img{
    max-width: 130px;
}

.expert-contact{
    background: -webkit-gradient( linear,  left top, left bottom,  from(rgba(0,0,0,0.4)),  to(rgba(0,0,0,0.7)) ), url(/themes/affaires/images/programmes-outils/experts.jpg);
    background: -o-linear-gradient( rgba(0,0,0,0.4) 0%,  rgba(0,0,0,0.7) 100% ), url(/themes/affaires/images/programmes-outils/experts.jpg);
    background: linear-gradient( rgba(0,0,0,0.4) 0%,  rgba(0,0,0,0.7) 100% ), url(/themes/affaires/images/programmes-outils/experts.jpg);
    background-position: center;
    background-size: cover;
    padding: 70px;
}

.expert-contact div{
    text-align: center;
}

.expert-contact .h2,
.expert-contact h2{
    color: white!important;
    margin: 0;
}

.hq-solutions #hq-aff-aide-info .aide-separation:first-child {
    border-top: none;
}

#hq-aff-aide-info .button{
    width: 100%;
    text-align: center;
    padding: 15px;
}

.hq-section .tabs .tab__content{
    padding: 20px;
}

.tabs.hq-collapse .tab__label a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}

.tabs.hq-collapse .tab__label a:after{
    top: auto;
}

.icon-circle {
    position: relative;
    height: 180px;
    width: 180px;
    padding: 50px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
}

.middle-line {
    margin: 20px auto 40px;
    border-bottom: 2px solid rgba(255,255,255,.2);
    width: 350px;
}


.hq-tableau {
    background-color: #fff;
}

.hq-tableau,
th,
td {
    border: 1px solid #d5d5d5 !important;
}

.tableau-titre {
    font-weight: bold !important;
    padding-bottom: 24px !important;
}

.tableau-bg-gris {
    background-color: #EDF1F5 !important;
}

.tableau-bg-bleu {
    background-color: #CFE3FA !important;
}

.hq-tableau th,
.hq-tableau td,
.hq-tableau strong{
    color: #48433f !important;
}

.bg-dark-blue-affaire {
    background-color: #003365 !important;
}

.img-rond {
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    max-width: 300px;
}

@media screen and (max-width: 767px){
    .hq-section.bg-dark-blue .breadcrumb-bloc h1{
        font-size: 2rem!important;
    }

    .hq-bloc-intro p{
        font-size: 4rem !important;
    }

    .avantages-icones figure,
    .differents-volet-img{
        display: none;
    }

    #hq-aff-aide-info{
        text-align: center;
    }

    #hq-aff-aide-info .button{
        width: 80%;
    }
}

@media screen and (min-width: 912px){
    .hq-panneau figure{
        max-width: 200px;
        margin-inline: auto;
    }
}
@media screen and (min-width: 767px){

    /* Patch car aucun tableau apparait à 767px */
    .show-for-medium {
        display: block !important;
    }
}


.color-fix {
    color: #48433f !important;
}


