/*
 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
------------------------------------------------------- */
.cls-sign {
    font-size: 50%;
    color: #c5a36d;
}
#top-menu a {
    color: #fff;
	font-weight: 400;
}
#top-menu li.current-menu-item>a {
    color: #c4b24e;
}
.mobile_menu_bar:before {
    color: #fff;
}
.et_mobile_menu {
    border-top: 3px solid #fff;
}
.cls-hide {
    display: none !important;
}
.et_mobile_menu li a {
    color: #fff;
}
.cls-flex-bloc .et_pb_column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}





/***********fixed Tel************/
.btn1{
    top: 40%;
}
.fixed-button {
	position: fixed;
    right: 0px;
    color: #fff;
    text-decoration: none;
    z-index: 9;
    border-radius: 3px 0 0 3px;
	transition: opacity 1s ease;
	display: flex;
    align-items: stretch;
}
.fixed-button:hover .phone-number {
    opacity: 1;
}
.icon-phone {
    background: #c6a36d;
    padding: 20px;
	width: 55px;
}
.phone-number {
    opacity: 0;
    font-size: 16px;
    margin-left: 10px;
    background: #c6a36d;
    padding: 14px 20px;
    transition: all 0.3s cubic-bezier(0.4,0,1,1);
}
.fixed-button:hover .phone-number {
  display: inline;
}
@media only screen and (max-width: 767px){
.phone-number {
    padding: 10px 20px;
}
.icon-phone {
    padding: 15px;
}
}
/*****************liste**************/
.cls-liste ul {
  list-style-type: none;
  padding-left: 0;
}
.cls-liste li {
    display: flex;
	margin-bottom: 10px;
}
.cls-liste  li::before {
  content: "\f00c";
  font-family: 'FontAwesome';
  margin-right: 10px;
}
.cls-liste li::before {
  color: #c7a56d;
  font-size: 18px;
}
/***************lire plus**************/
 details{
  display:inline;
}
details {
  position:relative;
	top: 10px;
}
details summary {
	color: #333;
    display: block;
    cursor: pointer;
    font-size: 16px !important;
    font-weight: 600;
}
.cls-lire summary {
    color: #fff;
}
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***********/
