/*Theme Name: Topadev
Description: Theme enfant Topadev
Author: Topadev - Adgence de communication 93
Author URI: https://www.topadev.com/
Template: Divi
Version: 0.1.0
*/

*::selection{
	background:#000000;
	color:#ffffff;
}

/*Soulignement des liens*/

.menu-item div p a{
	position: relative;
    cursor: pointer;
	 padding: 20px 0 6px 0 !important;
}

.menu-item div p a:hover:before {
    transform: scaleX(1) translateZ(0);
    transform-origin: left;
}

.menu-item div p a:before {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 1.5px;
    background-color: #e0850d;
    transform: scaleX(0) translateZ(0);
    left: 0;
    transform-origin: right;
	transition: transform .6s cubic-bezier(.86,0,.07,1);
}

.btn-menu-lien a{
	
	display:inline-block !important;
	
	border:2px solid #FFAA00;
	padding: 12px 15px 2px 15px;
	border-radius:0px;
	background:#111111;
	color:#FFAA00;
	
}

.btn-menu-lien a:hover{
	background:#FFAA00;
	opacity:1;
}

.et_pb_menu .et_pb_menu__menu>nav>ul>li{
	align-items:flex-end !important;
}


.soulign a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff; 
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.soulign a:hover::after {
  width: 100%;
}