/*
 Theme Name: Divi-child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
/* Page contact titre rgpd */
.et_pb_contact_field_options_wrapper, .et-pb-contact-message {
    color: #fff!important;
}

/* Page contact message apreq envoie email */
.et-pb-contact-message p {
    font-size: 25px!important;
    padding-top: 3vw!important;
    padding-bottom: 3vw!important;
}

/* Masquer recaptcha Google sur formulaire */
.grecaptcha-badge { visibility: hidden!important; }

/* Page mission changer les puces */
.entry-content ul {
    list-style-type: none;
    padding: 0 0 0 1em;
  }
  .et_pb_blurb_description ul li::marker {
    font-family: 'ETmodules';
    content: "\52";
    color: #C3C2C4;
    float: left;
}

/* Page mission diminuer bouton carrousel sur tel */
@media only screen and (max-width:500px) {
    .slick-arrow::before {
        font-size: 20px!important;
    }  
    .slick-arrow {
        height: 20px!important;
        width: 20px!important;
    }
}

/* Page qui inverser colonne de la persone aligné à droite */
@media only screen and (min-width:500px) {
#inverse .et_pb_blurb_content {
    display: flex;
    flex-direction: row-reverse;
}
#inverse .et_pb_main_blurb_image {
    margin-right: 190px;
}
#inverse .et_pb_blurb_container {
    padding-left: 0px;
    padding-right: 15px;
}
}

/* espacer les pages du menu */
.et_pb_menu .et-menu > li {
    padding-left: 20px;
    padding-right: 11px;
  }