/**
 * Theme Name: devenez-pilote
 * Description: A Divi Child theme with custom modifications. Do not remove the original!
 * Version: 0.1
 * Author: devenez-pilote
 * Template: Divi
 * Text Domain: Divi
 */

/*

.locked a::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0,0,448,512'%3E%3Cpath d='M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z' fill='rgb(197,197,197)'%3E%3C/path%3E%3C/svg%3E");
	position: absolute;
	right: 0;
}
.locked a:hover::after, .access-granted .current_page_item a:hover::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0,0,576,512'%3E%3Cpath d='M423.5 0C339.5.3 272 69.5 272 153.5V224H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48h-48v-71.1c0-39.6 31.7-72.5 71.3-72.9 40-.4 72.7 32.1 72.7 72v80c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24v-80C576 68 507.5-.3 423.5 0z' fill='rgb(255,176,26)'%3E%3C/path%3E%3C/svg%3E");
}
.access-granted .current_page_item a::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0,0,576,512'%3E%3Cpath d='M423.5 0C339.5.3 272 69.5 272 153.5V224H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48h-48v-71.1c0-39.6 31.7-72.5 71.3-72.9 40-.4 72.7 32.1 72.7 72v80c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24v-80C576 68 507.5-.3 423.5 0z' fill='rgb(197,197,197)'%3E%3C/path%3E%3C/svg%3E");
} */

p:not(.notjustify){text-align: justify!important;}

.wp-block-column:first-child {padding-left:0;}
.wp-block-column:last-child {padding-right:0;}
.wp-block-column {padding-left: 20px;padding-right: 20px;}


/*Strat boutton quiz in the middle
.wpProQuiz_button {
position: relative;
display: block!important;
margin: auto!important;
}*/


/*Réponses des quizs en colonne*/
.wpProQuiz_questionList{display: flex;justify-content: space-between;}
.wpProQuiz_questionListItem{display: contents;}

@media only screen and (max-width: 1200px) {
.wpProQuiz_questionList{flex-wrap: wrap;display: contents;flex-direction: row;}
}
@media (max-width: 960px){
.wpProQuiz_button.wpProQuiz_QuestionButton {
padding: 1em!important;text-align: center!important; margin-top: 5px!important;}
}
@media (max-width: 640px){
.wpProQuiz_button.wpProQuiz_QuestionButton {
text-align: center!important;}
}

/*supprimer le bouton radia*/
input[type="radio"]:checked {display: none;}
input[type="radio"]:not(:checked) {display: none;}

/* ajouter une ligne au survol des éléments du menu 

#top-menu .current-menu-item a::before {
-webkit-transform: translateY(15px);
transform: translateY(15px);
opacity: 1.0;
}

#top-menu li a:hover:before {
-webkit-transform: translateY(15px);
transform: translateY(15px);
opacity: 1;
}

#top-menu li a:before {
content: '';
position: absolute;
top: 3px;
left: 0;
background: #666666; 
width: 100%;
height: 2px;
-webkit-transform: translateY(24px);
transform: translateY(24px);
opacity: 0;
transition: 0.3s ease;
}
*/

.dc-modal {
    visibility: hidden;
    /* Pour centrer verticalement le contenu de la modale */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dc-modal.visible, .dc-close.visible {
    visibility: visible;
}

.dc-trigger {
    cursor: pointer;
}

.dc-close {
    display: none;
    font-family: "ETmodules";
    font-size: 70px;
    color: white;
    z-index: 250000;
    position: fixed;
    top: 5%;
    right: 2%;
    cursor: pointer;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label {border-color: aliceblue;}

