
/* Vue 'form' */


#myProgress {
    width: 80%;
    margin-bottom: 1em;
    margin: auto;
    background-color: #E7E6E6;
  }
  
  #myBar {
    width: 24%;
    height: 30px;
    background-color:#D63668;
  }



/* Vue 'NOS EXPERTS S'OCCUPENT DE TOUT' */
.img {
   border-radius: 26px;
}

.VAC{
    align-items: center;
}

/* Vue 'NOS PARTENAIRES' */

.partners{
    width: 100%;
    margin-top: 2em;
}

.img-partners{
    width: 196px !important;
    height: 85px !important;
}

/* Vue 'COMMENT CONNAÎTRE LE MONTANT DE VOS AIDES POUR L’INSTALLATION DE VOTRE POMPE À CHALEUR ?' */

.profits{
    margin-right: 1em;
}

.TAC{
    text-align: center;
    width: 90%;
    margin: auto;
}

/* COOKIE */

.cc-container{
    width: 100% !important;
}
.cc-box{
    width: 100% !important;
    margin: inherit !important;
    padding-top: 0px !important;
    padding-bottom: 5px !important;
}
.cc-title{
    display: none;
}
.cc-description{
    display: none !important;
}
.cc-buttons{
    float: inherit !important;
    text-align: center;
    margin-top: 3px !important;
}

@media (max-width: 600px ){
    .cc-buttons{
        text-align: center !important;
    }
}



