/*
 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
------------------------------------------------------- */
.span-title {
    font-size: 20px;
    display: block;
    letter-spacing: 3px;
    font-weight: 700;
    color: #fbc24d;
}
.cls-algn .et_pb_column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.et_pb_button {
    padding: 10px 30px !important;
}
.cls-galery img {
    height: 650px;
    max-height: 650px;
    min-height: 650px;
    object-fit: cover;
}
.mfp-title {
    display: none !important;
}
.mobile_menu_bar:before {
    color: #1c1c1a;
}
.et_mobile_menu {
    border-top: 3px solid #f9bc3e;
}
/***********contact forme*************/

.column-one {
	width: 48%;
    margin-bottom: 10px !important;
    margin-right: 2%;
    float: left;
}
.column-full {
	width: 98%;
	display: block;
}
.ba_cf7_styler_0 .dtq-cf7 .wpcf7-form-control:not(.wpcf7-submit) {
    margin-bottom: 10px !important;
}
@media (max-width: 600px) {
.column-one {
	width: 100%;
    margin-bottom: 15px;
}
.et_pb_button {
    font-size: 15px !important;
	padding: 8px 20px !important;
}
.cls-galery img {
    height: 350px;
    max-height: 350px;
    min-height: 350px;
    object-fit: cover;
}
}
/***************lire plus**************/
 details{
  display:inline;
    position: relative;
    top: 5px;
}
details summary {
	color: #333;
    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***********/ 
.fixed-phone {
    position: fixed;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    background-color: #f9bc3e;
    border-radius: 0;
    width: 65px;
    transition: width 0.3s ease, background-color 0.5s ease;
    overflow: hidden;
    z-index: 2;
    white-space: nowrap; 
}
.fixed-phone a {
  display: flex;
  align-items: center;
  color: white;
	padding: 15px 0px 15px 20px;
  text-decoration: none;
  font-size: 16px;
}
.phone-icon {
  font-size: 20px;
  margin-right: 10px;
  transform: rotate(90deg);
}
.phone-number {
  display: none;
  font-size: 16px;
  color: white;
  white-space: nowrap; 
}
.fixed-phone:hover {
  width: 210px; 
}
.fixed-phone:hover .phone-number {
  display: inline;
}
.fixed-phone:hover .phone-icon {
  margin-right: 15px;
}
@media (max-width:767px) {
.fixed-phone {
    width: 50px;
}
.fixed-phone a {
    padding: 10px 0px 10px 10px;
}
}