@media (max-width: 768px) {

    body{
        margin: 0px;
    }
    
    .mainPage{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: center;
        width: auto;
        background: #FFFFFF;
        margin: auto;
        padding: 0;
        gap: 25px;
    }

    .police {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        color: #FF6C54;
    }

    .inputRadioCenter {
        display: flex;
        align-items: center;
    }

    .imgIB {
        width: 16px;
        height: 16px;
    }

    .imgIFBM20 {
        margin-bottom: 20px;
      }

    .sPolice {
        font-size: 24px;
    }

    .titre {
        line-height: 33px;
    }

    .texte {
        color: #5f5f5f;
    }

    .chiffre {
        color: #FF6C54;
        font-weight: bold;
    }

    .texteBasique {
        line-height: 22px;
        font-size: 14px;
    }

    #texteSMargin {
        margin: 0px;
    }

    #img1 {
        margin-top: 5px;
    }

    .btnTexte {
        color: #FFFFFF;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
    }

    .texteEval {
        font-size: 14px;
        line-height: 22px;
    }

    .texteFont16px {
        font-size: 16px;
    }

    .lineHeightIndice {
        line-height: 5px;
    }

    .petitTexte {
        font-size: 12px;
        line-height: 16px;
    }
    
    .fontWeight {
        font-weight: 400;
    }

    .divButton {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }
    
    .divTitre {
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .accueil {
        font-size: 28px;
        line-height: 34px;
    }

    .divContenuSP, .divContenuDC, .divContenuEval, .divContenuPMax, .divContenuDQ, .divContenuResultat {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 40px 17px 40px 19px;
        gap: 35px;
    }

    .divItems {
        width: auto;
        background: #FFFFFF;
        box-shadow: -1px 0px 25px rgba(95, 95, 95, 0.1);
        border-radius: 3px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .divAccueil {
        width: auto;
        padding-left: 16px;
        padding-right: 16px;
    }

    .divRadioCenter {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 10px 25px;
        gap: 40px;
    }

    .divRadio {
        display: flex;
        flex-direction: row;
        justify-content: normal;
        padding: 10px 0px;
        gap: 40px;
    }

    .btnContinuer {
        border-width: 0px;
        border-radius: 3px;
        padding: 16px 24px 16px 24px;
        background-color: #FF6C54;
    }
    
    .divDC, .divAF, .divEval, .divEnfants, .divPMax, .textePE, .messageInfoDC, .divC, .divDQ, .texteDQI, .divDQIC, .divResultats {
        display: none;
    }

    /**/
    .inputForm {
        width: 100%;
        padding: 12px 8px;
        box-sizing: border-box;
        border: 0.4px solid #5F5F5F;
        border-radius: 2px;
    }
    
    .divMessageInfo {
        display: flex;
        flex-direction: row;
        padding: 15px 18px;
        gap: 15px;
        background: rgba(255, 108, 84, 0.05);
        border-radius: 3px;
    }
    
    .divPE {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .divPEAC {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: space-between;
    }
    .divPEC {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: baseline;
    }
    
    .divGlobalPEC{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
    .divDQI {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .inputFormPE {
    }
    .infobulle {
        display: flex;
        position: relative;  
        cursor: help;
        align-items: center;
    }

    #img2 {
        display: flex;
    }

    .infobulle {
        display: flex;
        align-items: center;  
        position: relative;
        cursor: help;
    }
    
    .infobulle::before {
        content: attr(aria-label);  
        position: absolute;
        top: 35px;
        transform: translateX(-94%);  
        z-index: 1; 
        background-color:#FF6C54;
        border-radius: 3px;
        padding:15px;
        width:300px;
        gap: 10px;
    }

    .infobullePI::before {
        transform: translateX(-60%);  
        width:300px;
    }
    
    .infobulleG::before {
        content: attr(aria-label);  
        position: absolute;
        top: 50px;
        left: -200px;
        transform: translateX(-34%);  
        z-index: 1; 
        background-color:#FF6C54;
        border-radius: 3px;
        padding:15px;
        width:300px;
        gap: 10px;
    }
    
    .infobulleB::after {
        content: none;
    }
    
    .infobulle::before,
    .infobulle::after,
    .infobulleG::before,
    .infobulleG::after {
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s ease-in-out;
    }
    
    .infobulle:hover::before,
    .infobulle:hover::after,
    .infobulleG:hover::before,
    .infobulleG:hover::after {
        opacity: 1;
        visibility: visible;
    }

    .texteInfoBulle {
        font-size: 14px;
        line-height: 26px;
        color: #FFFFFF;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }

    .texteIBM {
        display: flex;
        gap: 1px;
    }

    .PER {
        font-size: 15px;
        line-height: 26px;
        display: flex;
        align-items: baseline;
        gap: 10px;
        justify-content: start;
}
    .inputPER {
        display: flex;
        flex-direction: row;
        align-items: center;
        box-sizing: border-box;
        padding: 12px 8px;
        border: 0.4px solid #5F5F5F;
        border-radius: 2px;
        width: 328px;
    }

    .textePERS {
        line-height: 30px;
        display: contents;
        width: 356px;
    }

    .texte12PXCenter {
        font-size: 12px;
        text-align: center;
    }

    .texte12PX {
        font-size: 12px;
    }

    .ligneEco {
        display: flex;
        gap: 10px;
        align-items: center;
        margin-left: 0%;
    }

    .divMessageInfo p {
        margin-block: 0px;
    }

    .divContenuResultat .titre {
        display: flex;
        justify-content: center;
    }

    .texteEco {
        display: flex;
        align-items: center;
        text-align: center;
        color: #00d5a7;
        font-size: 24px;
        line-height: 34px;
}
    .resultat {
        display: flex;
    }

    .progress {
        width: auto;
      }

    .rangeEconomie {
    width: auto;
    }

    #inputRangeEconomie::-webkit-slider-thumb {
        appearance: none;
        background: #00D5A7;
        width: 0px;
    }
    
    #inputRangeEconomie::-moz-range-thumb {
        appearance: none;
        background: #00D5A7;
        width: 0px;
    }

    .progress::-webkit-slider-thumb {
        appearance: none;
        background: #FF6C54;
        cursor: pointer;
        width: 0px;
        position: relative;
    }
    
    .progress::-moz-range-thumb {
        appearance: none;
        background: #FF6C54;
        cursor: pointer;
        border: 1px solid #FF6C54;
        width: 0px;
    }
      .tableH {
        text-align: center;
        width: 95px;
    }

    .tableCell {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .thead {
        display: flex;
        gap: 0px;
        padding-bottom: 0px;
        width: -webkit-fill-available;
        width: -moz-available;
    }

    
    .table {
        display: flex;
        flex-direction: row;
        gap: 0px;
        width: -webkit-fill-available;
    }

    .texteCaseTable {
        font-weight: 300;
    }
    
    .tableH2 {
        display: table-cell;
        width: 51%;
    }
    
    .tableCellLast {
    border-left: 2px solid #FF6C54;
    border-right: 2px solid #FF6C54;
    padding-top: 15px;
    align-items: center;
    display: grid;
}

.tableCellHeader {
    border-top: 2px solid #FF6C54;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding-top: 0px;
}

.tableCellMontant {
    display: grid;
    align-items: center;
}

.texteHeaderItalic {
    padding-left: 0px;
}

.underLigne {
    text-decoration-line: underline;
    text-decoration-thickness: 15px;
    text-decoration-skip-ink: none;
    text-decoration-color: rgba(255, 108, 84, 0.25);
    text-underline-offset: -7px;
  }

.texteUnderTable{
  margin: 0px;
  padding-left: 5px;
}

.divBtnEnd {
    flex-direction: column;
    gap: 30px;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.btnWhite {
    width: fit-content;
    border-width: 0px;
    border-radius: 3px;
    padding: 16px 24px 16px 24px;
    margin-left: 51px;
    margin-right: 47px;
    background-color: #FFFFFF;
    border: 1.35px solid #FF6C54;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.btnTexteOrange {
    color: #FF6C54;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.btnExit {
    width: fit-content;
    border: 1px solid #FF6C54;
    margin-left: 51px;
    margin-right: 47px;
    justify-content: center;
    align-items: center;
}

.scrollUp {
    height: 32px;
    width: 32px;
}

.goTop {
    display: flex;
    margin-top: 35px;
    padding-right: 16px;
    flex-direction: column;
    align-items: flex-end;
}

.texteGraphique {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.textGreen {
    color: #00D5A7;
  }

.divTable {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 35px;
}

  a {
    text-decoration: none;
  }

  .input-icon {
    position: relative;
  }

  .input-icon > i {
    position: absolute;
    display: block;
    transform: translate(0, -50%);
    top: 50%;
    pointer-events: none;
    width: 40px;
    text-align: center;
    font-style: normal;
  }

  .input-icon-right > i {
  right: 0;
}

  .input-icon > input {
    padding-left: 10px;
    padding-right: 25px;
  }

  .flecheDroiteGraph {
    transform: translate3d(50px, 10px, 10px);
}

.texteGraph {
    background-image: url("../img/texte_graph_mobile.svg");
    transform: translate3d(10px, 18px, 10px);
    height: 45px;
}

.divFlecheGaucheGraph {
    transform: translate3d(-30px, 0px, 10px);
}

    .flecheGaucheGraph{
        transform: translate3d(10px, 20px, 10px);
    }   

    .texteGraphGauche {
        transform: translate3d(-10px, 18px, 10px);
    }

    .texteInputLast {
        transform: translate(-280px, -150%) !important;
    }
}


@media (max-width: 425px) {
    .texteInputLast {
        transform: translate(-25px, -160%) !important;
    }

}

@media (max-width: 375px) {
    .texteInputLast {
        transform: translate(0px, -160%) !important;
    }
}

@media (max-width: 330px) {

    .mainPage {
        padding-left: 16px;
        padding-left: 0px;
    }
    .divAccueil {
        width: 298px;
        padding: none;
    }
    .divResultats {
        width: 330px;
    }
    .divItems {
        padding: 0px;
    }
    .inputRadioCenter {
        margin-bottom: 20px;
    }
    .texteInputLast {
        transform: translate(0px, -226%) !important;
    }
}

