.ast-primary-header-bar {
    background-color: #1d1d1b;
}

.ast-header-break-point .ast-mobile-header-wrap .ast-flex.stack-on-mobile{
    background: #1D1D1B;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .menu-toggle .mobile-menu-toggle-icon .ast-mobile-svg{
    fill: white;
    background: transparent;
    width: 30px;
    height: 30px;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .menu-toggle.toggled .mobile-menu-toggle-icon .ast-mobile-svg{
    fill: white;
    background: #006ebc;
    width: 30px;
    height: 30px;
}

@media all and (max-width: 921px){
    .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .menu-link{
        color: white;
        font-family: 'ROPA SANS';
        font-size: 1.5em;
    }
    .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item.current-menu-item > .menu-link {
        color: #006ebc;
        background: none;
    }
}

.item-question .question{
    -webkit-box-shadow: 0px 5px 5px 1px #cccccc; 
    box-shadow: 0px 5px 5px 1px #cccccc;
    border-radius: 15px;
    background: white;
    padding: 10px;
    transition: all 0.5s ease;
    position: relative;
}

.item-question .question:hover:not(:focus){
    -webkit-box-shadow: 0px 5px 30px 1px #cccccc; 
    box-shadow: 0px 5px 30px 1px #cccccc;
    border-radius: 15px;
    transform: translateY(-10px); 
    transition: all 0.5s ease;
}

.item-question .question.repondu{
    border: 1px solid #006ebc;
}

.item-question .question.repondu img{
    filter: grayscale(1);
    opacity: 0.5;
}
.item-question .question .edit-question{
    display: none;
}
.item-question .question.repondu .edit-question{
    display: block;
    color: #0072cf;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    background: rgba(255,255,255,0.8);
}

@media all and (max-width:768px){
    .item-question .question.repondu .edit-question{
        font-size: 12px;
    }
}

.sub-header{
    padding: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-header img{
    max-width: 300px;
}

@media all and (max-width:768px){
    .sub-header img{
        max-width: 200px;
    }
}

.site-content{
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%), url('/wp-content/uploads/2023/03/Mur_Briques-1080x816-1-scaled.jpg') repeat center center;
    background-size: contain;
}


.site-content .ast-container{
    background: #f7f7f7;
    padding: 2em;
    border-radius: 30px;
    /* border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; */
    margin-bottom: 2em;
}

.question-single-page .btn.btn-home{
    background: #00345F;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    border-radius: 30px;
    padding: 5px 30px;
    margin-bottom: 1em;
    font-weight: 600;
}

.question-single-page .logo-partenaire img{
    max-width: 200px;
    -webkit-box-shadow: 0px 5px 5px 1px #cccccc; 
    box-shadow: 0px 5px 5px 1px #cccccc;
    border-radius: 15px;
    background: white;
}

.question-single-page h1{
    font-size: 2em;
    font-family: "Roboto", sans-serif;
    margin-top: 15px;
    margin-bottom: 15px;
}

.question-single-page .form-check{
    padding-left: 0;
    cursor:pointer;
}

label > * {
    display: block;
    pointer-events: none;
}

.question-single-page .question-input{
    display: none;
}

.question-single-page .question-label{
    display: block;
    margin-bottom: 2em;
    background: white;
    padding: 1em;
    border-radius: 50px;
    -webkit-box-shadow: 0px 5px 5px 1px #cccccc; 
    box-shadow: 0px 5px 5px 1px #cccccc;
    transition: all 0.5s ease;
    cursor: pointer;
}

.question-single-page .question-label:hover:not(:focus){
    transition: all 0.5s ease;
    -webkit-box-shadow: 0px 5px 20px 5px #cccccc; 
    box-shadow: 0px 5px 20px 5px #cccccc;
    cursor: pointer;
}

.question-single-page .question-label .index{
    background: #006ebc;
    color: white;
    width: 40px;
    height: 40px;
    text-align: center;
    font-weight: bold;
    border-radius: 30px;
    font-size: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.question-single-page .question-input:checked + .question-label {
    background: #006ebc;
    color: #FFF;
}

.question-single-page .question-input:checked + .question-label .index{
    background: #FFF;
    color: #006ebc;
}

.question-single-page .question-btn{
    margin: auto;
    display: block;
    background: #0072cf;
    border-color: #0072cf;
    font-size: 1em;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-radius: 15px;
    font-weight: bold;

}

.question-single-page .questions-restantes{
    color: #006ebc;
    border: 1px solid #006ebc;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 1.5em;
    width: auto;
    margin: auto;
    margin-top: 1em;
    border-radius: 15px;
    background-color: white;
    font-weight: 200;
}

.phrase-validation{
    text-align: center;
    color: #000;
    font-size: 25px;
    font-weight: normal;
    font-family: "Roboto", sans-serif;;
}

#astra-footer-menu{
    padding-left: 0;
}

.container-inscription{
    text-align: center;
}

.container-inscription h1{
    font-size: 3em;
    font-weight: bold;
    color: #006fba;
}

.container-inscription .subtitle{
    font-size: 1.5em;
}

.container-inscription .arrow-form{
    width: 50px;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.container-inscription input[type='text'], .container-inscription input[type='email']{
    border-radius: 15px;
    -webkit-box-shadow: 0px 2px 3px 1px #cccccc; 
    box-shadow:0px 2px 3px 1px #cccccc;
    max-width: 350px;
    margin: 1em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.container-inscription .blue{
    color: #006ebc;
    font-size: 1.2em;
}

.container-inscription form{
    max-width: 650px;
    margin: auto;
}

.container-inscription .infos a{
    color: #006ebc;
}

.container-inscription .error{
    color: red;
}

.container-inscription .btn-inscription{
    margin: auto;
    display: block;
    background: #006ebc;
    border-color: #006ebc;
    font-size: 1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-radius: 15px;
    font-weight: bold;
    margin-top: 2em;
}

.container-inscription .form-rgpd{
    display: flex;
    align-items: center;
}

.container-inscription .form-rgpd label{
    text-align: left;
    padding-left: 15px;
    font-size: 0.7em;

}

.container-inscription .form-rgpd input{
    border-radius: 0;
    border-color: #000;
    /* width: 30px;
    height: 30px; */
}

.container-inscription #inscription-form, .container-inscription #connexion-form{
    margin-bottom: 1em;
}

@media all and (max-width:798px){
    .container-inscription .form-rgpd input{
        width: 30px;
        height: 30px;
    }
}

#rules-accordion .rules{
    border-radius: 15px;
    padding: 15px;
    -webkit-box-shadow: 0px 5px 5px 1px #cccccc;
    box-shadow: 0px 5px 5px 1px #cccccc;
    font-family: "Roboto", Sans-serif;
}


#rules-accordion .rules button{
   font-size: 1em;
   font-family: "Roboto", Sans-serif;
}

.site-header-primary-section-right.site-header-section.ast-flex.ast-grid-right-section{
    display: none;
}

.entry-content .next-question{
    text-align: center;
}

.entry-content .next-question a{
    background: #006ebc;
    color: white;
    text-decoration: none;
    padding: 20px 40px;
    border-radius: 15px;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Ropa Sans';
    transition: all 0.5s ease;
}

.entry-content .next-question a:hover:not(:focus){
    background: #fff;
    color: #006ebc;
    transition: all 0.5s ease;
    border: 1px solid #006ebc;
}

header{
    display: none;
}

.site-footer-section-1 .footer-widget-area figure img{
    max-width: 200px;
    margin-bottom: 1em;
}

.remaining-question{
    font-family: "Roboto", Sans-serif;
    color: #0072cf;
}

.ast-page-builder-template .site-content > .ast-container{
    padding-top: 2em;
    padding-bottom: 2em;
}
