/*
	Theme Name: Divi-child
	Description: Divi Enfant, theme enfant de Divi
	Author: A New Story Julie
	Author URI: https://anewstory.fr
	Template: Divi
	Version: 1.0.0
	*/

#top-menu .current-menu-item a::before {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 1.0;
}

#top-menu li a:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    background: #ffffff;
    width: 100%;
    height: 4px;
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    opacity: 0;
    transition: 0.3s ease;
}

#top-menu-nav>ul>li>a:hover {
    opacity: .7;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#top-menu li a:hover:before {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 1;
}

.lien_footer a {
    color: #FFFFFF;
}

#footer-bottom {
    background-color: #2E2E2E;
}

.lien_rge a {
    color: #8D2828;
}

#nf-field-13-wrap .nf-field-label {
	padding-left: 10px!important;
}