/*
 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
------------------------------------------------------- */

p.clsfk {
    font-family: 'Inter Tight' !important;
    font-weight: 700;
    font-size: 75px;
    padding-bottom: 37px;
}

img#logo {
    margin-top: 15px;
}

.et-fixed-header img#logo {
    margin-top: 0px !important;
}

/* Override the problematic padding */
.et_header_style_left #et-top-navigation nav > ul > li > a,
.et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 10px !important; /* Reduce padding to align properly */
    line-height: 1.5 !important; /* Ensure text is vertically centered */
}

/* Specific styling for the button in the menu */
li.button a {
    display: inline-block;
    padding: 10px 20px !important;
    background-color: #ca9c5e;
    color: #fcfcfc !important;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0px;
    font-weight: bold;
    transition: all 0.3s ease;
    vertical-align: middle;
}

.et_mobile_menu {
    background: #0b1517;
	border-top: 3px solid #ca9c5e;
}

.mobile_menu_bar:before {
    color: #c99b5e;
}

div#page-container .et-fixed-header li.button a {
    color: #000000 !important;
}


@media only screen and (max-width: 768px) {
    .box {
        display: flex;
        flex-direction: column-reverse;
    }
}


@media only screen and (max-width: 980px) {

	.et_header_style_left #et-top-navigation .mobile_menu_bar {
    padding-bottom: 0px !important;
}
}

div#page-container {
    padding-top: 0px !important;
}

header#main-header {
    background: #00000000;
}

.et-fixed-header {
    background: #000000c9 !important;
}

#main-header {

    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0%);
    box-shadow: 0 1px 0 rgb(0 0 0 / 0%);
}

@media (min-width: 981px) {
    .et_header_style_left .et-fixed-header #et-top-navigation {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}
/* Conteneur du formulaire */
#wpcf7-f299-p11-o1 {
  background: #0b1517 url('URL-DE-VOTRE-IMAGE.jpg') center center/cover no-repeat;
  color: #ffffff;
  padding: 40px;
  border-radius: 10px;
}

/* Champs de formulaire */
#wpcf7-f299-p11-o1 .wpcf7-form-control {
  width: 100%;
  padding: 12px 15px;
  margin: 10px 0;
  border: 1px solid #ca9c5e;
  border-radius: 6px;
  background-color: transparent;
  color: white;
  font-size: 16px;
}

/* Placeholder couleur (facultatif) */
#wpcf7-f299-p11-o1 input::placeholder,
#wpcf7-f299-p11-o1 textarea::placeholder {
  color: #cccccc;
}

/* Labels */
#wpcf7-f299-p11-o1 label {
  font-weight: 500;
  display: block;
  margin-top: 15px;
  color: #ffffff;
}

/* Bouton d'envoi */
#wpcf7-f299-p11-o1 .wpcf7-submit {
  background-color: #ca9c5e;
  color: #0b1517;
  border: none;
  padding: 14px 28px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#wpcf7-f299-p11-o1 .wpcf7-submit:hover {
  background-color: #b78a50;
}

/* Réponse après soumission */
#wpcf7-f299-p11-o1 .wpcf7-response-output {
  margin-top: 20px;
  color: #ca9c5e;
  font-weight: 600;
}




div#wpcf7-f299-p11-o1 br {
    display: none;
	}