/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/*landing page*/
.txt-form{
    font-size: 11px !important;
}

input[type="text"], .wpcf7-form, .wpcf7-text, .wpcf7-select{
    color: #000 !important;
    font-size: 16px !important;
}

.wpcf7-form p {
    margin-bottom: 0.5rem !important;
}

.wpcf7-select {
    margin-bottom: 12px !important;
}

.landing-img-bloc{
    margin-right: 2%;
}

.landing-img-bloc img {
    height: 500px;
}


.on_mobile {
display: none;
}

@media screen and (max-width: 800px) {

.on_mobile {
display: block;
}

#qui-sommes-nous {
margin-bottom: 30px;
}

#photo-pdg {
text-align: center;
}

.blocs-valeurs {
padding-left: 20px;
padding-right: 20px;
}

#mentions-legales {
margin-top: -30px;
}

}

/* Puces  */
.post-content ul.arrow li::before{
    width: 16px;
    height: 16px;
    font-size: 10px;
    background-color: rgb(225, 80, 40);
}


/* Responsive */
@media screen and (max-width: 639px) {

/*landing-img-bloc, .landing-img{
    display: none !important;
}*/

.landing-title h1{
    font-size: 19px !important;
}





