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



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



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


@media (min-width: 980px) {
    .et_pb_menu .et_mobile_nav_menu {
        float: none;
        margin: 0 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 980px) {
    .et_mobile_nav_menu {
        display: block;
        margin-top: -1px;
    }
}

@media (min-width: 980px) {
    .et_pb_menu .et_pb_menu__menu {
        display: none;
    }
}


.et_pb_row.et_pb_row_0_tb_header.half.et_pb_row--with-menu {
    display: flex;
    align-items: center;
}

.has_et_pb_sticky .class-logo {
    width: 100px !important;
    transition: width 2s;
}

.et_mobile_menu{
border-top: 3px solid #fff !important;
}

.class-li li {
    list-style: none !important;
    margin-left: -9px;
}

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


.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before{
    color: #ffffff !important;	
}



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

p.sous-titre {
    color: #999999;
    letter-spacing: 4px;
}

p.classp {
    color: #151837;
    font-style: italic;
}

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

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



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

.fixed-phone2 {
    position: fixed;
    right: 0;
    top:55%;
    transform: translateY(-50%);
    background-color: #151837;
    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: white;
	padding: 15px 0px 15px 20px;
  text-decoration: none;
  font-size: 16px;
}
.phone-icon {
  font-size: 20px;
  margin-right: 10px;
  transform: rotate(90deg);
}
.phone-number2 {
  display: none;
  font-size: 16px;
  color: white;
  white-space: nowrap;
}

.fixed-phone2:hover .phone-number {
  display: inline;
}
.fixed-phone2:hover .phone-icon {
  margin-right: 15px;
}
@media (max-width:767px) {
.fixed-phone {
    width: 50px;
}
.fixed-phone2 a {
    padding: 10px 0px 10px 10px;
}
}

.fixed-phone2 .et_pb_social_media_follow_network_0_tb_footer.et_pb_social_icon a.icon {
    border-radius: 0;
}


/****************/
p.slider-titre {
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 16px !important;
    letter-spacing: 6px;
    text-transform: uppercase !important;
    color: #bebebe !important;
}


/*************/
@media (min-width:768px) {
.class-h1 h1 {
    font-size: 58px !important;
}


.font-h2 h1 , .font-h2 h2 {
    font-size: 45px;
    padding-bottom: 20px;
}
.class-h3-acc h3 {
    font-size: 32px;
    padding: 10px 0px;
}
.class-h3-acc h3 {
    font-size: 30px;
}
	}

@media (max-width:767px) {
.class-h1 h1 {
    font-size: 58px !important;
}


.font-h2 h1 , .font-h2 h2 {
    font-size: 35px;
    padding-bottom: 20px;
}
	.class-h3-acc h3 {
    font-size: 28px;
    padding: 10px 0px;
}

.class-h3-acc h3 {
    font-size: 28px;
}
	h3.et_pb_toggle_title {
    line-height: 26px !important;
}
	p.slider-titre{
	    letter-spacing: 2px !important;	
	}
	}



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






.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.current_page_item a {
    color: #9c9a9a !important;
}

@media (min-width:981px) {

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

@media (max-width:980px) {

.reverse {
    display: flex;
    flex-direction: column-reverse;
}
	
	.class-padd-espace .et_pb_column {
    padding-bottom: 0px;
    padding-top: 0px !important;
}
}