/*
 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_module.et_pb_text.max-height-text.et_pb_text_align_left {
    min-height: 413px;
}
.upper-titre .et_pb_text_inner {
	font-family: 'Alata', Helvetica, Arial, Lucida, sans-serif;
    color: #f4467c;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}
ul.footer-menu {
    list-style: none;
}
ul.footer-menu li a {
    margin-left: -15px;
    text-decoration: none;
}
.middle .et_pb_column{
    margin: auto;
}
.et_mobile_menu {
	border-top: 0px solid #2ea3f2 !important;
}
.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
    color: #d287d1 !important;
}

@media(max-width:981px){
.size-pages-titre-header-mobile .et_pb_text_inner {
        font-size: 42px;
        line-height: 56px !important;
        text-align: left;
	}
	.reverse {
    flex-direction: column-reverse;
	display:flex;	
}
h1 {
    font-size: 45px !important;
    line-height: 1.2em;
}
	h2 {
    font-size: 40px !important;
    line-height: 1.2em;
}
	.et_pb_module.et_pb_text.width-text-respo.et_pb_text_align_center.et_pb_bg_layout_light {
    width: 100% !important;
}
	.upper-titre .et_pb_text_inner {
     margin-top:18px;
}
}

/*****fixed tel ****/
.fixed-button {
    top: 45%;
}
.fixed-button {
	position: fixed;
    top: 50%;
    right: 0px;
    color: #fff;
    text-decoration: none;
    z-index: 9;
    border-radius: 3px 0 0 3px;
	transition: opacity 1s ease;
	display: flex;
    align-items: stretch;
}
.fixed-button:hover .phone-number {
    opacity: 1;
}
.icon-phone {
    background: #f794fd;
    padding: 20px;
}
.phone-number {
    opacity: 0;
    font-size: 16px;
    margin-left: 10px;
    background: #f794fd;
    padding: 14px 20px;
    transition: all 0.3s cubic-bezier(0.4,0,1,1);
}
.fixed-button:hover .phone-number {
  display: inline;
}
/*** End ***/
@media (max-width: 980px) {
    .et_pb_column .et_pb_module {
        margin-bottom: 15px !important;
    }
	.et_pb_button {
    letter-spacing: 2px !important;
}
.et_pb_column.cl1 {
    margin-bottom: 0px !important;
}
}