.header_hidden {
    padding: 15px 20px;
    z-index: 0;
    width: 100%;
}
.page_questions_reponses {
    background-image: url('../img/nuage_bleu.png');
    background-size: 100% auto;
}

.qr_container {
    background: white;
    padding: 10px;
}

.qr_container .titre {
    font-size: 1.3rem;
    color: #06008D;
    text-transform: uppercase;
    font-family: "Roboto";
}

.qr_titre_general {
    font-size: 1.7rem;
    color: #06008D;
    text-transform: uppercase;
    font-family: "Roboto bold";
    padding: 0 0 25px !important;
    margin-bottom: 32px;
}
.titre_bleu {
    color: #06008D;
    text-transform: uppercase;
    font-family: "Roboto";
}
.qr_question {
    margin-bottom: 50px;
}
.derniere_minute {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    border-radius: 0px;
    color: #ffffff;
    background-color: #06008D;
    text-transform: uppercase;
    font-family: "Roboto bold";
    text-align: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
.activityName {
    color: #00009a !important;
    font-size: 10px !important;
    font-size: 1rem !important;
    line-height: 20px !important;
    line-height: 2rem !important;
    background: transparent !important;
    font-weight: bolder !important;
}
.marging_b_50 {
    margin-bottom: 50px;
}
.marging_b_20 {
    margin-bottom: 20px;
}
.marging_b_20.video iframe {
    max-width: 100%;
}
.font_size_small {
    font-size: small;
}
.displ_in_line{
    display: inline;
}
.acceuil {
    padding: 1rem;
    color: #6c757d;
}
.href_black{
    color: #333 !important;
}
.img_saut_50 {
    width: 25%;
}
.div_cgv {
    margin-bottom: 50px;
}
.div_cgv p {
    text-align: justify;
}
.text_right {
    text-align: right !important;
}
.href_red_bold{
    color: #ff0036 !important;
    font-weight: bolder;
}
.titre_black {
    font-size: 1rem;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Roboto";
}
.quote_details {
    background-color: #dfe1da;
}
.row_demande_devis {
    color: white !important;
    text-transform: uppercase !important;
    font-weight: bolder !important;
    background-color: #aac900 !important;
    padding: 0.3rem !important;
    font-family: "Roboto bold";
}
.row_pad_left {
    padding-left: 1rem !important;
}
.text_red {
    color: red !important;
}
.titre_pistache{
    font-family: "Roboto bold";
    color: #aac900 !important;
    font-weight: bolder !important;
    text-transform: uppercase !important;
}
.label_quote {
    font-weight: bolder !important;
    font-family: "Roboto bold";
}
.quote_marg_top {
    margin-top: 1rem;
}
.quote_padding_bottom {
    padding-bottom: 1rem;
}

@media screen and (max-width: 767px) {
    .marging_b_20.video iframe {
        max-width: 100%;
        height: 300px;
    }
}