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

.class-h1 h1 {
    color: white;
    font-size: 42px;
    font-weight: 600;
}

p.sous-titre {
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 18px;
}


.class-h2 h1, .class-h2 h2 {
    font-size: 36px !important;
    color: #000000;
    line-height: 47px !important;
    font-weight: 600 !important;
}
.class-h2-cont h2{
    font-size: 47px !important;
    line-height: 47px !important;
    font-weight: 600 !important;
    color: #ff0000;
}

.class-h3 h3 {
    font-size: 30px;
    color: white;
    line-height: 33px;
    font-weight: 600;
}


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

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



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



.class-h3-font h3.dsm-title.et_pb_module_header {
    font-size: 27px !important;
    line-height: 37px !important;
}


.et_pb_section.index-1.et_section_regular.section_has_divider.et_pb_bottom_divider .et_pb_row {
    z-index: -5 !important;
}

.et_pb_section.et_pb_section_0.index-1.et_section_regular.section_has_divider.et_pb_bottom_divider {
    overflow: visible !important;
    z-index: 1 !important;
}

@media (min-width: 981px) {

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

.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
    color: #ff0000  !important;
}

@media (max-width: 980px) {
.et_fixed_nav #main-header {
    position: fixed !important;
}
	.reverse {
    display: flex;
    flex-direction: column-reverse;
}
}

.et_mobile_menu {

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