/*
Theme Name: Weglio School
Theme URI: https://refonteschool.weglio.fr/
Author: Pauline Piel
Author URI: 
Description: 
Template: betheme
Version: 2.0
*/

/* MENU */

#Top_bar .menu li ul li {
    width: 300px;
}

/* BLANC */
.blanc, .blanc p, .blanc span, .blanc h1, .blanc h2, .blanc h3, .blanc h4, .blanc ul li, .blanc blockquote {
  color:#FFF;
}

/* BOUTONS */
@media only screen and (max-width: 400px) and (min-width: 280px){
    .vc_cta3_content-container .vc_cta3-actions {
        white-space: pre-wrap!important;
    }
}
    .vc_btn3.vc_btn3-style-custom {
    background-image: none;
}

/* OMBRE */
.ombre {
  box-shadow: 0 4px 17px 2px rgb(0 0 0 / 10%);
}

/* FOOTER */

.has_content .the_content_wrapper {
    margin-bottom: 0px;
}

/* FORM */
.rgpdsize span {
    font-size: 12px;
    line-height: 14px;
}

.diag {
    clip-path: polygon(0 4%, 100% 0%, 100% 96%, 0% 100%);
}