/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1763134830
Updated: 2025-11-14 16:40:23

*/

/******************************
* formulaire de contacts
******************************/
.meschamps {
    width: 100%;
    margin-bottom: 10px !important;
  	color: black;
  	background-color: white;
}
.col1, .col2 {
  	color: black !important;
    display: block;
    float: left;
    width: 50%;
    padding-top: 10px;
}
.col12 {
  	color: black !important;
    display: block;
    float: left;
    width: 100%;
    padding-top: 10px;
}
.contactbyform {
    width: 100%;
    background: black;
    height: 50px;
    color: white;
    font-size: 18px;
    font-weight: 700;
}

.logo_container a {
    color: white;
    font-size: 2em;
    font-weight: 700;
}
#top-menu .btn {
    background-color: #B6644D;
    padding: 10px 25px;
    color: white !important;
}
ul#top-menu li a {
    padding-bottom: 10px !important;
}
/* === Forcer 2 colonnes en tablette sur une row Divi === */

@media (max-width: 980px) and (min-width: 768px) {  
    .custom-2-cols-tablette .et_pb_column {
        width: 50% !important;
        float: left !important;
        margin-left: 0 !important;
    }
}

/* Mobile reste automatiquement en 1 colonne */