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






@media (min-width: 981px) {
	
	span.sous-titre {
    font-size: 18px;
    letter-spacing: 5px;
    font-weight: 500;
    color: #fee04d;
}

span.sous-titre2 {
    font-size: 18px;
    letter-spacing: 5px;
    font-weight: 500;
    color: #e09900;
} 
.class-h1 h1 {
    font-size: 51px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: 3px;
    padding-top: 16px;
}

.class-titre h1 , .class-titre h2{
    font-size: 41px;
    font-weight: 600;
    line-height: 54px;
}
	
	.class-titre2 h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 59px;
}
}

@media (max-width: 980px) {
	
	span.sous-titre {
    font-size: 18px;
    letter-spacing:4px;
    font-weight: 500;
    color: #fee04d;
}

span.sous-titre2 {
    font-size: 18px;
    letter-spacing: 4px;
    font-weight: 500;
    color: #e09900;
} 
.class-h1 h1 {
    font-size: 35px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: 3px;
    padding-top: 16px;
}

.class-titre h1 , .class-titre h2{
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
}
	
	.class-titre2 h2 {
    font-size: 29px;
    font-weight: 600;
    line-height: 41px;
}
	
	
	.et_fixed_nav #main-header {
    position: fixed !important;
}
}



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

.class-h3-text h3 {
    font-size: 30px;
    font-weight: 600;
	line-height: 38px;
    margin-bottom: -13px;
}

.class-h3 h3 {
    font-weight: 600;
    line-height: 29px;
    color: #000000;
}



/****************/
.fixed-phone {
    position: fixed;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    background-color: #E09900;
    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: #ffffff;
	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-phone.siz1.top2 {
    top: 55%;
}
.fixed-phone.siz1.top2 span.phone-icon {
    transform: none;
}


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

@media (max-width: 767px) {

.btn-classes a.et_pb_button {
    font-size: 14px !important;
    letter-spacing: 1px !important;
}
}

.mobile_menu_bar:before {
    color: #8db700 !important;
}

.et_mobile_menu {

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