/*
 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.clas-sous-titre {
    font-size: 16px !important;
    letter-spacing: 8px;
    color: #ebdf02;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
}

span.text-s {
    font-size: 16px !important;
    letter-spacing: 4px;
    color: #cec400;
}

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

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

.class-titlleh1 h1 {
    font-size: 43px;
    padding-top: 20px;
    color: white;
    letter-spacing: 2px;
}

.class-fonts h1 , .class-fonts h2 {
    font-size: 33px;
    line-height: 42px;
    font-weight: 600;
    padding-top: 11px;
}
.class-titre h3 {
    color: white;
    font-size: 21px;
}



@media only screen and (min-width:981px){ 

.half {
    display: flex;
    align-items: center;
}
}

.et_pb_number_counter .percent p {
    font-size: 48px !important;
    font-weight: 600 !important;
}

@media only screen and (max-width:980px){ 

.reverse {
    display: flex;
    flex-direction: column-reverse;
}
	.et_pb_section.et_pb_section_0.class-titlleh1 {
    padding: 50px 0px !important;
}
}


/***************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: #ebdf02;
    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: #122b7c;
	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: #122b7c;
  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;
}
}



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



button#c-p-bn, button#c-s-bn {
    border-radius: 50px !important;
}



.class-check li {
    background: url(/wp-content/uploads/2025/05/coche-2.png) no-repeat left 3px;
    padding: 0 0 15px 49px;
    list-style-type: none;
    background-size: 35px;
}
.class-check {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


.mobile_menu_bar:before{
    color: #ebdf02 !important;
}

.et_mobile_menu {

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



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

.class-h4 h4 {
    font-size: 20px;
    line-height: 29px;
}