
#section_5 {
    background: #F9F9F9;
    height: auto !important;
    /*    max-height: 175vh !important;*/
    
}

#section_5 .head_txt {
    height: 300px;
    
    padding: 0 10%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: end;

    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    color: #24242480;
    line-height: 52px;
    /* identical to box height, or 130% */

    letter-spacing: 0.2px;
    text-transform: uppercase;

}
#section_5 .head_txt_2 {
    height: auto;
    margin: 20px 0 100px 0;
    padding: 0 10%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 52px;
    /* identical to box height, or 130% */

    letter-spacing: 0.2px;
    text-transform: uppercase;

    font-size: 30px;
    color: #24242480;
}

.head_txt #active_tarif, .head_txt_2 #active_tarif_price{
    margin-left: 20px;
    font-size: 40px;
    color: #242424;
}

#section_5 .burger_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#section_5 .burger_box .question {
    width: 85%;

    display: flex;
    flex-direction: column;


    margin-bottom: 5vh;
    background-color: #fff;

    transition: 0.5s;
    border-radius: 10px;
}

#section_5 .burger_box .question .window {
    width: 100%;
    height: 80px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
}

#section_5 .burger_box .question .window input{
    width: 30px;
    height: 30px;
    margin-left: 4%;
}


/*---------------Hover------------*/
#section_5 .burger_box .question:hover {
    box-shadow: 0px 0px 14px 0px #929CAA4D;
}

#section_5 .burger_box .question .window:hover {
    box-shadow: 0px 0px 14px 0px #929CAA4D;
    cursor: pointer;
}

/*---------------active------------*/

#section_5 .burger_box .question_active {
    box-shadow: 0px 0px 8px -8px #00000040;
}

.rotate_btn {
    transform: rotate(90deg);
    transition: 0.3s;
}

/*---------------active------------*/

#section_5 .burger_box .question .question_txt {
    width: 76%;
    padding: 0 0 0 6%;


    height: 30px;

    font-family: 'Karla', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 36px;
    color: #888888;
    overflow: hidden;
}
#section_5 .burger_box .question .question_txt .active{
    color: #008800;
}

#section_5 .burger_box .question .question_btn {
    width: 200px;
    height: 70%;
    margin-right: 4%;

    display: flex;
    align-items: center;
    justify-content: space-between;


}

#section_5 .burger_box .question .question_btn .icon_box img{
    width: 9px;
    margin-left: 1px;
    filter: grayscale(1) brightness(2);
}


#section_5 .burger_box .question .question_btn .icon_box , .radio_box{
    height: 40px;
    width: 40px;
    background-color: #D4D4D4;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid transparent;
    transition: 0.3s;
}

.radio_box{
    margin-left: 4%;
    background-color: transparent;
    border-radius: 0;
}

.radio_box img{
    width: 40px;
    transition: 0.3s;
    filter: grayscale(100%);
}

.radio_box img:hover{
    width: 30px;
    transition: 0.3s;
}
.radio_box #q3_checkbox:hover{
    width: 40px;
    animation-name: ohh_no;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    transition: 0.3s;
}

.radio_box .ohh_no:hover{
    width: 40px;
    animation-name: ohh_no;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    transition: 0.3s;
}

@keyframes ohh_no{
    0%{
        transform: rotate(0deg);
    }
    25%{
        transform: rotate(-30deg);
    }
    50%{
        transform: rotate(0deg);
    }
    75%{
        transform: rotate(30deg);
    }
    100%{
        transform: rotate(0deg);
    }
}

.active_value{
    filter: none !important;
}

#section_5 .burger_box .question .question_btn .icon_box:hover{
    background-color: #6a6a6a;
}

/*---------------active------------*/
#section_5 .burger_box .question .question_btn .icon_active {
    background-color: transparent;
    border: 2px solid #00cc00;
    transition: 0.3s;
}
#section_5 .burger_box .question .question_btn .icon_active:hover{
    background-color: #00cc0050;
}
#section_5 .burger_box .question .question_btn .icon_active img{
    transition: 0.3s;
    filter: none;
}
/*---------------active------------*/

.off {
    display: none;
}


#section_5 .burger_box .question .question_btn .learmore {
    height: 100%;
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#section_5 .burger_box .question .question_btn .learmore p {
    font-family: 'Karla', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #242424;
}




/*------------ ansver_text -------------*/

.ansver_text {
    width: 100%;
    padding: 10px 0 10px 6%;
}

.ansver_text p {
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #242424;
    margin: 15px 0;
    padding: 0 10vw 0 4vw;
}
