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



/****************/
.fixed-phone {
    position: fixed;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    background-color: #30BBCE;
    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;
}
}



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



/****************/
.fixed-phone2 {
    position: fixed;
    right: 0;
    top: 54%;
    transform: translateY(-50%);
    background-color: #30BBCE;
    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-phone2 a {
  display: flex;
  align-items: center;
  color: #fff;
	padding: 15px 0px 15px 20px;
  text-decoration: none;
  font-size: 16px;
}
.calendar {
  font-size: 20px;
  margin-right: 10px;
}

.phone-number {
  display: none;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}
.fixed-phone2:hover {
  width: 240px;
}
.fixed-phone2:hover .phone-number {
  display: inline;
}
.fixed-phone2:hover .calendar {
  margin-right: 15px;
}
@media (max-width:767px) {
.fixed-phone2 {
    width: 50px;
}
.fixed-phone2 a {
    padding: 10px 0px 10px 15px;
}
}



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




span.sous-titre {
    font-family: 'Allura', handwriting;
    letter-spacing: 7px;
    font-weight: 300;
    color: #a7f4ff;
}

.et_pb_text_inner, p {
    font-weight: 400;
}


/*********min**********/
@media (min-width:767px) {


.class-h1-titre h1 {
    font-size: 48px !important;
    font-weight: 600;
}

.class-font h1 , .class-font h2 {
    font-size: 41px;
    font-weight: 600;
}
}
.h3-class h3 {
    font-size: 30px;
    font-weight: 600;
}
.class-1 .dsm-pricelist-title.et_pb_module_header {
    font-size: 30px;
    font-weight: 600;
    color: #30bbce;
}
.h4-class h4 {
    font-size: 26px;
    font-weight: 500;
    color: #000000;
}


/***********max*/
@media (max-width:767px) {


.class-h1-titre h1 {
    font-size: 48px !important;
    font-weight: 600;
}

.class-font h1 , .class-font h2 {
    font-size:32px;
    font-weight: 600;
	    line-height: 37px;
}
a.et_pb_button {
    letter-spacing: 0px !important;
    font-size: 14px !important;
}
}
/*****************/


.class-p .et_pb_slide_content p {
    font-weight: 600 !important;
}

.class-1 .et_pb_module_inner {
    display: flex;
    align-items: center;
}

.class-1 .dsm-pricelist-separator , .class-1 .dsm-pricelist-price {
    display: none;
}
/***************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] #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*/



@media only screen and (max-width: 980px){ 
.reverse {
    display: flex;
    flex-direction: column-reverse;
}
}


.mobile_menu_bar:before {
    color: #FFFADA !important;
}
.et_mobile_menu {

	border-top: 3px solid  #30bbce !important;
}

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