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


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 only screen and (max-width: 980px) {
    .box {
        display: flex;
        flex-direction: column-reverse;
}
	


}

.mobile_menu_bar:before {
    color: #ffffff;
}



div#page-container .dfw-17-tabs ul.et_pb_tabs_controls {
    background-color: #0d0d0d !important;
}


div#page-container .dfw-17-tabs ul.et_pb_tabs_controls li.et_pb_tab_active {
        border-top: 3px solid #9a784c !important;
}

.et-cart-info span:before {
    margin-right: 0px;
}


#top-menu li li a {
    width: 327px;
}

.nav li ul {
    width: 346px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: #ffffff00;
    border-radius: 0px;
}

.dgwt-wcas-sf-wrapp {
    z-index: 9999 !important;
    position: fixed;
    top: 0;
    width: 21%;
}

.et-fixed-header .dgwt-wcas-sf-wrapp {
    top: -8px !important;
}

.cls-fofo input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    background-color: #ffffff00;
    border: 1px solid #bbb;
    padding: 17px;
    color: #4e4e4e;
    font-family: 'Poppins';
    font-size: 14px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
}

.cls-fofo input.wpcf7-form-control.wpcf7-submit.has-spinner.button_full_width {
    font-family: 'Poppins' !important;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 300;
    background: #9a784c;
    color: #fff;
    border: 2px solid #9a784c;
    padding: 5px 89px;
    margin-top: 9px;
}

.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
    color: #ffffff !important;
}

.et_mobile_menu {
    border-top: 3px solid #ffffff !important;
}


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

}
}

/* Base table styles (applies to all tables) */
table {
  width: 100%;
}


/* 1. Horizontal Scroll Approach */
.responsive-scroll-container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
  box-shadow: 0 0 0 1px #ddd; /* Optional: visual cue for scrollable area */
}

.responsive-scroll {
    min-width: 600px;
    margin: 0 !important;
}

/* 2. Stacked Table Approach (Rows become cards) */
@media screen and (max-width: 768px) {
  table.responsive-stack {
    width: 100%;
  }
  
  table.responsive-stack thead {
    display: none;
  }
  
  table.responsive-stack tr {
    display: block;
  }
  
  table.responsive-stack td {
    display: flex;
    border: none;
  }
  
  table.responsive-stack td:last-child {
    border-bottom: none;
  }
  
  table.responsive-stack td::before {
    content: attr(data-label);
  }
}

/* 3. Flip Table Approach (Headers on left) */
@media screen and (max-width: 768px) {
  table.responsive-flip {
    display: block;
    width: 100%;
  }
  
  table.responsive-flip thead, 
  table.responsive-flip tbody, 
  table.responsive-flip th, 
  table.responsive-flip td, 
  table.responsive-flip tr { 
    display: block; 
  }
  
  table.responsive-flip thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  
  table.responsive-flip td { 
    border: none;
    position: relative;
    padding-left: 50%;
    text-align: right;
  }
  
  table.responsive-flip td::before { 
    position: absolute;
    left: 10px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-label);
    text-align: left;
  }
}

/* 4. Hide Columns on Mobile */
@media screen and (max-width: 768px) {
  .hide-on-mobile {
    display: none;
  }
}


span#et_search_icon::before {
    padding-left: 0px;
}

.entry-content tr td {
    border-top: 1px solid #eee;
    padding: 15px 24px;
}

li.menu-item a {
    font-weight: 300 !important;
    font-size: 17px !important;
}

#top-menu a {
    color: #fff !important;

}

.nav li ul {
    background: #0d0d0d;
    border-top: 3px solid #9a784c;
}

a.et-cart-info {
    color: #fff;
}

span#et_search_icon {
    color: #fff;
}




@media screen and (max-width: 996px) {
#et_top_search {
    width: 0px;
}
}
@media screen and (max-width: 980px) {
    #et_top_search {
        margin: 0 28px 0 16px;

    }
}







/* Style moderne pour Contact Form 7 */
.wpcf7-form {
  /* max-width: 600px; */
  margin: auto;
  font-family: 'Inter', sans-serif;
  padding: 20px;
  /* background: #fff; */
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.05);
}

.wpcf7-form p {
  margin-bottom: 0;
}

.wpcf7-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  color: white;
}

/* Champs */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 1rem;
  border: 1px solid #9a784c;
  /* border-radius: 8px; */
  box-sizing: border-box;
  text-transform: none;
}

/* Majuscule sur la première lettre automatiquement */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  text-transform: none;
}

.wpcf7-form input[type="text"]::first-letter,
.wpcf7-form textarea::first-letter {
  text-transform: uppercase;
}

/* Bouton envoyer */
.wpcf7-form input[type="submit"] {
  background-color: #9a784c;
  color: #fff;
  padding: 14px 24px;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wpcf7-form input[type="submit"]:hover {
  background-color: #000000;
}

/* Spinner */
.wpcf7-spinner {
  margin-left: 10px;
}

/* Réponse */
.wpcf7-response-output {
  margin-top: 20px;
  padding: 12px 16px;
  border-radius: 8px;
}


.wpcf7-form label::first-letter {
    text-transform: capitalize;
}

.cls-fofo input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    color: white;
}


























