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


.et_pb_section.et_pb_section_2.class-overflow.et_section_regular {
    overflow: visible !important;
    z-index: 11;
}
header#main-header {
    background-image: linear-gradient(to right, #2d2d2d, #5b5b5b) !important;
}

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

/*.color-titre h1, .color-titre h2, .color-titre h3 {
    color: #0c1c69 !important;
}*/

.class-height .dsm-content {
    font-size: 15px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
    text-shadow: 0 0 15px #ffffff;
}
/*********range slider*************/
@media only screen and (min-width: 1810px){
.et_pb_row.et_pb_row_1.range-with {
    max-width: 1435px;
}
}
@media only screen and (min-width: 1810px){
.et_pb_section.et_pb_section_2.class-overflow.et_section_regular {
    overflow: visible !important;
    z-index: 11;
    position: absolute;
    top: 459px;
    width: 100%;
    background: transparent !important;
}
}
@media only screen and (max-width: 1809px)  and (min-width: 1346px) {
.et_pb_section.et_pb_section_2.class-overflow.et_section_regular {
    overflow: visible !important;
    z-index: 11;
    position: absolute;
    top: 436px;
    width: 100%;
    background: transparent !important;
}
}

@media only screen and (max-width: 1347px) and (min-width: 1239px) {
.et_pb_section.et_pb_section_2.class-overflow.et_section_regular {
    overflow: visible !important;
    z-index: 11;
    position: absolute;
    top: 497px;
    width: 100%;
    background: transparent !important;
}
}
/********************/
@media only screen and (min-width: 981px){
.hlaf {
    display: flex;
    align-content: center;
    align-items: center;
}

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

.reverse {
	display:flex;
    flex-direction: column-reverse;
}
}
/*******font size*********/

.color-titre h2 {
    font-size: 34px;
    line-height: 39px;
	    font-weight: 600;

}

.titre-h3 h3 {
    font-size: 29px;
    font-weight: 600;
    line-height: 36px;
}

.font-h3 h3 {
    font-size: 22px;
    font-weight: 600;
}

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

/*******respfont size*********/
@media only screen and (max-width: 767px){

.color-titre h2 {
    font-size: 23px;
    line-height: 33px;
	    font-weight: 600;

}

.titre-h3 h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
}

.font-h3 h3 {
    font-size: 22px;
    font-weight: 600;
}
}

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

.font-h3 .et_pb_button_module_wrapper {
    margin-top: 15px;
}


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

.fixed-phone {
    position: fixed;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    background-color: #0c1c69;
    border-radius: 8px 0px 0px 8px !important;
    width: 70px;
    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;
}
}

/********btn menu**********/
/*#et-top-navigation {
    float: none !important;
    display: flex;
    justify-content: center;
}*/

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-357 a {
    background: #e5b657;
    padding-bottom: 0 !important;
    padding: 15px 21px !important;
    border-radius: 8px;
}
@media (min-width:980px) {
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-357 a {
    margin-top: -16px;
	
	}
}
.et_mobile_menu{
    border-top: 3px solid #e5b657 !important;	
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-357 {
   /* right: -89%;*/
}


.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
    color: #e5b657 !important;
}
.et_fixed_nav #main-header {
    position: fixed !important;
}

 #top-menu li.active.current-menu-item>a{
    color: #fff !important;
}


@media (max-width:1200px) and (min-width:980px) {

.clas-respo .et_pb_column.et_pb_column_1_4 {
    width: 45% !important;
    margin: 22px !important;
}
}

@media (max-width: 980px) {
    .et_pb_column.et_pb_column_empty {
        display: block !important;
        padding: 45% !important;
    }
}