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

 details{
  display:inline;
}
details {
  position:relative;
}
details summary {
 color: #d1af89;
    display: block;
    cursor: pointer;
    font-size: 16px !important;
    font-weight: 500;
 padding-top: 10px;
}
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: 10px;
}
details #open{padding-left:5px;text-align:center;}
/*details #open:after{
 display: inline-block;
    position: relative;
    top: 1px;
    margin-left: 8px;
    content: '\e867';
    font-family: "mfn-icons";
}*/
details #open.arrow_carrot-right:after {
    font-family: 'ETmodules';
    display: inline-block;
    position: relative;
    top: 1px;
    margin-left: 8px;
    content: "\35";
}
details #close.arrow_carrot-right:after {
    font-family: 'ETmodules';
    display: inline-block;
    position: relative;
    top: 1px;
    margin-left: 8px;
    content: "\35";
    transform: rotate(-90deg);
}
 details #close:after {
    display: inline-block;
    position: relative;
    top: 0px;
    margin-left: 10px;
    content: '\e867';
    font-family: "mfn-icons";
    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);
  }
}
@media (max-width: 991px){
.inverse {
 display: flex;
  flex-direction: column-reverse;
 }
}
.display{
	display:none;
}
.fixed-button {
    top: 45%;
}
.fixed-button {
	position: fixed;
    top: 50%;
    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: #cab6a1;
    padding: 20px;
}
.phone-number {
    opacity: 0;
    font-size: 16px;
    margin-left: 10px;
    background: #cab6a1bf;
    padding: 14px 20px;
    transition: all 0.3s cubic-bezier(0.4,0,1,1);
}
.fixed-button:hover .phone-number {
  display: inline;
}
.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:#cab6a1;
  font-size: 18px;
}

h1, h2, h3, h4, h5, h6 , a.et_pb_button.et_pb_more_button {
	font-family: 'Cormorant Garamond', serif !important;
	font-weight:bold;
}
body{
		font-family:  "DM Sans", sans-serif !important;
}

.et_pb_text P {
    font-size: 16px;
}

.et_pb_slide_content p {
    font-size: 32px;
    color: #cab6a1;
}
.title p {
	font-size: 35px !important;}

.et_pb_slide_0, .et_pb_slide_1 {
	background-color: rgb(0 0 0 / 58%) !important;}
span.et_pb_background_mask {
    display: none !important;
}