/* Grille */

/* Couleur discontinue */

/* / Couleur discontinue */

/* BLEU */

/* GRIS FONCÉ */

/* BLEU NORME */

/* Recherche */

/* MENU PRINCIPAL */

/* BREAKPOINT */

/* HEADING */

/*Collapse */

/* TABLEAU */

/* FOOTER */

/* CARROUSEL NAV */

/* Bandeau bleu se connecter */

#hq-outer-wrapper {
    overflow: hidden;
  }


#thermopompe .bien-se-renseigner_liens {
    list-style-image: none;
}

#thermopompe .thumb-list img {
    max-height: 111px;
}

#thermopompe .button.alt {
    background-color: #17649f !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}

#thermopompe .button.alt:active,
#thermopompe .button.alt:focus,
#thermopompe .button.alt:hover {
    background-color: #fff !important;
    border: 1px solid #17649f !important;
    color: #17649f !important;
}

.banner-bloc {
    padding: 24px 0 50px 0;
}

.banner-bloc .h1 {
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
}

.bg-banner {
    background: #0F096C;
    background: linear-gradient(90deg, #0F096C 0%, #1224B8 100%);
}


.img-container {
    position: relative;
    max-width: 250px;
    height: 200px;
    margin: 0 auto;
}

.img {
    position: absolute;
    width: 120px;
    height: 120px;
}

.img-left {
    left: 0;
    top: 0
}

.img-right {
    right: 0;
    bottom: 0;
}


@media screen and (min-width: 480px) {
    .img-container {
        max-width: 450px;
        height: 300px;

    }

    .img {
        width: 208px;
        height: 208px;
    }
}

@media screen and (min-width: 768px) {
    .banner-bloc .h1 {
        max-width: 350px;
        font-size: 4rem;
        line-height: 5rem;
    }

    .banner-bloc {
        padding: 35px 0;
    }

    .img-container {
        margin: 0 0 0 auto;
    }

    footer#hq-main-footer {
        margin-top: 40px;
    }

}

.bg-bleu-20 {
    background-color: #b7d6f7;
}

.coins-arrondis {
    border-radius: 16px;
}

.margintop-80{
    margin-top: 80px;
}

.marginbottom-80{
    margin-bottom: 80px;
}

.section-pensez-plus{
    padding: 36px;

    @media(max-width: 768px) {
        padding: 16px;
        margin-left:10px;
        margin-right:10px;
    }
}

.section-tableaux{
    display: flex;
    align-self: stretch;

    @media (max-width: 768px) {
        flex-direction: column;
        gap: 32px;
    }
}

.section-thermopompe {
    display: flex;
    flex-direction: column;
}

.section-title{
    display: flex;
    height: 80px;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px 8px 0 0;
    background: #E7F1FC;
}

.section-content{
    display: flex;
    padding: 32px 32px 0 32px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    background: #FFF;

    @media (max-width: 768px) {
        padding: 16px 16px 0 16px;
    }
}

.section-resultat{
    display: flex;
    flex-direction: column;
    padding: 0 32px 32px 32px;
    gap: 20px;
    align-self: stretch;
    background: #FFF;
    flex:1;
    border-radius: 0 0 8px 8px;
    @media (max-width: 768px) {
        padding: 0 16px 16px 16px;
    }
}

.separateur{
    height:1px;
    background-color: rgba(0, 0, 0, 0.20);
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
}

.style-mobile{
    text-align: center;
}

.style-mobile img {
    max-width: 100%;
    width: 100%;
    height: auto;
}