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

/*Fiche produit lire plus*/

details{
  display:inline;
}
details {
  position:relative;
}
details summary {
    display: block;
    cursor: pointer;
    color: white;
    font-size: 18px !important;
    font-weight: bold;
}
details summary:focus {
  outline:none;
}
details[open] {
  display:block;
  padding-bottom:25px;
  padding-top:10px;
  animation: open .2s linear;
}
details[open] summary {
  position:absolute;
  bottom: 0;
  left:0;
}
details[open] #close {
    position: relative;
    top: 12px;
	
}
details #open{padding-left:5px;text-align:middle;}
details #open:after{
    display: inline-block;
    position:relative;
    top: -3px;
    padding-left: 8px;
    content: "\00bb";
    transform: rotate(90deg);
}
details[open] #open{display:none;}
details #close{display:none;}
details[open] #close{display:block;}
::-webkit-details-marker {display: none;}
@keyframes open {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*Fin lire plus*/

.et_pb_module.dsm_flipbox_child.dsm_flipbox_child_0.et_pb_bg_layout_light.dsm_flipbox_icon_position_top {
    border-radius: 13px;
    background: #ffffff;
}
span.dsm_flipbox_child_image_wrap img {
    width: 58%;
    top: 15px;
    position: relative;
}

.et_pb_module.dsm_flipbox_child{
    border-radius: 13px;
    background: #ffffff;
    padding: 30px 29px 37px 29px;
}

@media (max-width: 991px) {
  .inverse {
      display: flex;
      flex-direction: column-reverse;
  }
}

@media (min-width: 1024px) {
  .center-text-image {
      display: flex;
      align-items: center;
  }
}

.menu-button a {
  background: #4b2e1b; 
  color: #f7f2ea !important;
  padding: 12px 28px !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: inline-flex;          
  align-items: center;   
  border-radius: 8px;
  justify-content: center;       
  height: 100%;                  
  line-height: 1.4;     
  font-family: 'Quicksand'; 
}

@media (min-width: 981px) {
    .et_header_style_left .et-fixed-header #et-top-navigation {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

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

.et_mobile_menu {
	border-top: 3px solid #f7f2ea;
}

.et-fixed-header #top-menu .menu-button a {
    color : #f7f2ea !important;
}