/*
 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.sous-titres {
    font-family: Open Sans, Arial, sans-serif;
    font-size: 22px;
    color: #73aff6 !important;
    letter-spacing: 4px;
}

.class-icon .dsm-pricelist-price {
    display: none !important;
}

.class-icon .dsm-pricelist-separator {
    display: none !important;
}

.class-icon .dsm-pricelist-image {
    max-width: 85px !important;
}

/***************/
.class-icon .et_pb_module_inner {
    display: flex;
    align-items: center;
}

.titre-h1 h1 {
    font-size: 39px;
    letter-spacing: 2px;
}

.class-h2 h2 , .class-h2 h1 {
    font-size: 36px;
    line-height: 50px;
}

.h3-class h3 {
    font-size: 24px;
    line-height: 32px;
}

/***************lire plus**************/
 details{
  display:inline;
}
details {
  position:relative;
}
details summary {
	color: #A7A7A7;
    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 #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);
  }
}
/*Fin lire plus*/

/****************/
.fixed-phone {
    position: fixed;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    background-color: #73aff6;
    border-radius: 100px 0px 0px 100px;
    width: 60px;
    transition: width 0.3s ease, background-color 0.5s ease;
    overflow: hidden;
    z-index: 2;
    white-space: nowrap;
	box-shadow: 0 0 20px 0px hsl(0deg 0% 100% / 44%);
}
.fixed-phone a {
  display: flex;
  align-items: center;
  color: #fff;
	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: #fff;
  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;
}
}



/***********/





span.sous-titre-gris {
    font-family: Open Sans, Arial, sans-serif;
    font-size: 16px;
    color: #A1ADB3 !important;
    letter-spacing: 4px;
}


.hover .et_pb_column:hover {
    background: #f8f8f8;
}


.et_fixed_nav #main-header {
    position: fixed !important;
}

@media (max-width:980px) {

.et_pb_section.titre-h1 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
}