/*
Theme Name: AUBERT STUDIO
Author: Clément MARTINEZ
Author URI: http://clementmartinez.fr/
Description: Thème pour AUBERT STUDIO
Text Domain: klm2022
Version: 1.0
*/

.entete-portfolio .presta {
    font-style: italic;
}
.liste-engagements {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
}
@media screen and (max-width:1500px) {
    .liste-engagements {
        background-size: 50%;
    }
}
@media screen and (max-width:1100px) {
    .liste-engagements {
        background-image:none!important;
    }
}

body #wpfront-scroll-top-container img {
    width: auto;
    height: 30px;
}

/* brevo form */
body .sib-form {
    padding: 0;
    background-color: transparent!important;
    text-align: left!important;
}
body .sib-form * {
    font-family: "Arimo", sans-serif;
}
#sib-container {
    background-color: transparent!important;
    border: 0!important;
    padding: 0!important;
}
body .sib-form-block {
    padding:0;
}
.entry__specification {
    color:white!important;
}
#sib-form > div {
    padding: 0!important;
}
.sib-form-block__button {
    background-color: white!important;
    color: #1f1009!important;
    border-radius: 0!important;
    margin-top: 15px!important;
}
body .sib-form .input {
    border-radius: 0!important;
    border: 0!important;
    box-shadow:none!important;
    color: #1f1009!important;
}
.sib-form-message-panel__text, .sib-form-message-panel__text * {
    color: #1f1009!important;
}
.grecaptcha-badge {
    display: none!important;
}