/*
 Theme Name:     Divi Child
 Theme URI:      http://wptheme.fr/theme-wordpress-divi/
 Description:    Theme Enfant Divi
 Author:         WPTheme.fr
 Author URI:     http://wptheme.fr/
 Template:       Divi
 Version:        2020
*/
 
 
/* =Vous pouvez personnalisez à partir d'ici. 
------------------------------------------------------- */


@media (max-width: 1466px) {
 #top-menu li, #top-menu li a {
 font-size: 14px;
 padding-right: 15px;
 }
	#logo {
max-height: 50px!important;
}
 }

.depannage-distance {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: horizontal-shaking 2s;

  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
}

@keyframes horizontal-shaking {
 0% { transform: translateX(0) }
 25% { transform: translateX(5px) }
 50% { transform: translateX(-5px) }
 75% { transform: translateX(5px) }
 100% { transform: translateX(0) }
}

.depannage-distance > a:before {
    font-family: 'ETMODULES';
    content:'\e074';  /* change icon code here */
    text-align: center;
    margin-right: 10px;
    margin-left: -10px;
    color: #ffffff; /* change icon color here */
    font-size: 1em; /* change icon size here */
    transition: all .3s ease;
}

.mon-espace > a:before {
    font-family: 'ETMODULES';
    content:'\69';  /* change icon code here */
    text-align: center;
    margin-right: 10px;
    margin-left: -10px;
    color: #ffffff; /* change icon color here */
    font-size: 1em; /* change icon size here */
    transition: all .3s ease;
}

.mes-formations > a:before {
    font-family: 'ETMODULES';
    content:'\e100';  /* change icon code here */
    text-align: center;
    margin-right: 10px;
    margin-left: -10px;
    color: #ffffff; /* change icon color here */
    font-size: 1em; /* change icon size here */
    transition: all .3s ease;
}  

.mes-formations {
	margin-left : 2rem
}

.depannage-distance {
	margin-left: 4rem;
	
}


 