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

.et-fixed-header {
    padding: 15px 0;
}
.cls-slider .et_pb_button_wrapper {
    margin-top: 20px!important;
}
.mobile_menu_bar:before {
    color: #000;
}
.et_mobile_menu {
    border-top: 3px solid #000;
}
.et_mobile_menu li a {
    color: #000;
}
.et_mobile_menu li a:hover {
    background-color: #c9b0a4;
}

.dspnn {
    display: none;
}

/*************Respo***********************/

@media (min-width: 981px) {
li.cls-btn-commande a {
    background-color: #000;
    padding: 15px 16px 15px 16px !important;
    color: #fff !important;
    text-align: center;
}

}
@media (max-width: 980px){
li.cls-btn-commande a {
    background-color: #000;
    padding: 15px 16px 15px 16px !important;
    color: #fff !important;
    text-align: center;
}
}


@media only screen and (min-width: 981px) {
    .et-fixed-header #top-menu li a {
        font-size: 20px !important;
    }
}
.et_mobile_menu li a, .nav li li a {
    font-size: 24px;
    color: #fff !important;
}

button.cmplz-btn.cmplz-manage-consent.manage-consent-1.cmplz-show {
    bottom: 0% !important;
}




/***************lire plus**************/
 details{
  display:inline;
}
details {
  position:relative;
	top: 10px;
}
details summary {
	color: #444;
    display: block;
    cursor: pointer;
    font-size: 16px !important;
    font-weight: 600;
}
details summary:focus {
  outline:none;
}
details[open] {
  display:block;
  padding-bottom:25px;
  animation: open .2s linear;
}
details[open] summary {
  position:absolute;
  bottom: 0;
  left:0;
}
details[open] #close {
    position: relative;
    top: 15px;
    padding-bottom: 10px;
	
}
details #open{
	text-align:center;
}
details #open:after{
	display: inline-block;
    position: relative;
    top: 1px;
    margin-left: 8px;
    content: '\f107';
    font-family: 'FontAwesome';
}
	details #close:after {
    display: inline-block;
    position: relative;
    top: 0px;
    margin-left: 10px;
    content: '\f107';
    font-family: 'FontAwesome';
    transform: rotate(180deg);
}
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);
  }
}
details[open] summary {
    width: 100%;
}
/**********Fin lire plus***********/
#logo {

    max-height: 90% !important;

}
@media (max-width: 980px) {
    .et_header_style_left #logo {
        max-width: 100%;
    }
	#logo {
    max-height: 100% !important;
}
}