/*
 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
------------------------------------------------------- */
/*Btn de RDV slider*/
.prise1 a{
	display:block;
	width:260px;
	margin:auto;
	text-align:center;
}
#header .sub-menu li  a,
#top-menu li.current-menu-item>a,
.et-fixed-header #top-menu .sub-menu li.current-menu-item>a, .et-fixed-header #top-menu .sub-menu li.current_page_item>a{
	color:rgba(0,0,0,0.6) !important;
}
@media (max-width: 980px) {
    .et_pb_column.et_pb_column_empty {
        display: block;
        padding-bottom: 80% !important;
    }
}
@media (max-width: 980px) {
    .et-db #et-boc .et-l .et_pb_column.et_pb_column_empty {
        display: block;
        padding-bottom: 300px !important;
        margin-bottom: 0;
	}
 .reverse {
        display: flex;
        flex-direction: column-reverse;
    }
} 


 .fixed-button {
    top: 65%;
}
.fixed-button {
	position: fixed;
    top: 45%;
    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: #cc9981;
    padding: 20px;
}
.phone-number {
    opacity: 0;
    font-size: 16px;
    margin-left: 10px;
    background: #cc9981;
    padding: 14px 20px;
    transition: all 0.3s cubic-bezier(0.4,0,1,1);
}
.fixed-button:hover .phone-number {
  display: inline;
}
.mobile_menu_bar:before {
    color: #cc9981;
}
.et_mobile_menu{
	border-top: 3px solid #cc9981;
}
.object {
    animation: MoveUpDown 5s linear infinite;
    position: relative;
    left: 0;
    bottom: 0;
}
@keyframes MoveUpDown {
    0%,
    100% {
        bottom: 0px;
    }
    50% {
        bottom: 20px;
    }
}