/* 
Theme Name: EOBOSS
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://creav2.com
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


/* Icones haut */

.bandhaut svg {
	background-color:#202020;
	color:#fdbc0f!important;
	fill:#fdbc0f!important;
	border-radius:50%;
	padding:5px;
}

/* Menu haut */


.menuhaut li.menu-item-33 {
	background-color:#fdbc0f;
	border-radius:20px;
	padding: 0 0 5px 0;
}

.menuhaut li.menu-item-33:hover {
	background-color:#202020;
}

.menuhaut li.menu-item-33:hover a {
	color:#fdbc0f!important;
}

.acchome i {
	font-style:normal;
	color:#fdbc0f;
}


.blocdefile {
  width: 300px;          /* largeur visible */
  overflow: hidden;      /* cache ce qui dépasse */
  border: 0px solid #000;
}
.blocdefile i {
	font-style:normal;
	color:#fdbc0f;
}

.blocdefile span {
  display: inline-block;
  white-space: nowrap;   /* empêche le retour à la ligne */
  animation: scroll 20s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(100%); /* part de la droite */
  }
  100% {
    transform: translateX(-100%); /* sort à gauche */
  }
}
