.toolbox-body{
    background-color: #f2f2f2;
}
@media only screen and (min-width: 768px) {
    .toolbox-container{
        height: 79vh;
    }
}

@media only screen and (min-width: 768px) {
    .toolbox-body{
        height: 80vh;
        background-color: #ffffff;
    }
}

@media only screen and (min-width: 768px) {
    .toolbox-row{
        display: flex;
        height: 100%;
    }
}

.display{
    display: none;
}
#arrow-up ,#arrow-down {
    margin-left: 15px;
}
.question-arrow{
    display: none;
}

.question-arrow a{
    color: #5b626b;
    font-weight: bold;
}
.question-div{
    margin-bottom: 1.5rem;
}

@media only screen and (max-width: 768px) {
    .question-arrow{
        display: block;
        height: 50px;
    }
    .question-div{
        margin-bottom: 15px;
    }
}

.questions{
    height: 100%;  
    position: sticky; 
    margin-bottom:20px;
    padding-top: 10px;
    top: 0; 
    overflow-y: auto;
}

@media only screen and (max-width: 768px) {
    .questions{
        height: 40px;  
        /* position: sticky; 
        top: 0;  */
        overflow-y: hidden;
    }
}

@media only screen and (min-width: 768px) {
    .responses{
        height: 100%; 
        overflow-y: auto;
    }
}

.forfait{
    width: 50%;
}

@media only screen and (min-width: 768px) {
    .width45{
        width:45%;
        font-size:16px;
    }
    .width33{
        width:33%;
        font-size:15px;
    }
    .width25{
        width:25%;
        font-size:14px;
    }   
}

@media only screen and (max-width: 576px) {
    .forfait{
        width: 80%;
    }
    
}
.forfait-libelle-court{
    background: #a5b478; 
    min-height:85px; 
    color: white;
}
.forfait-name{
    background: #c2d589; 
    min-height:126px;
}
.forfait-description{
    background: #e7f1c3; 
    min-height:331px;
}
.forfait-commercial-name{
    background: #eef4d9; 
    min-height:142px;
}
.forfait-engagement{
    background: #a687af; 
    min-height:90px; 
    color: white;
}

.question-height{
    height: auto;
    background-color: white;
}

.content-question table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
}
.content-question th,.content-question td {
    padding: 8px;
    text-align: left;
}
.content-question th {
    background-color: #f2f2f2;
}
.content-question td {
    word-break: break-word;
}

/* Styles pour les petits écrans */
@media (max-width: 800px) {
    .content-question div:first-child{
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; /* Pour le défilement fluide sur iOS */
    }
    .content-question table {
        min-width: 800px; /* Largeur minimale pour que le tableau soit lisible */
    }
}



