
/* BANDEAU */
#bandeau {padding:0; position:fixed; left:0px; top:0px; width:100%; z-index:3000;-webkit-transition: all 150ms ease-out; -moz-transition: all 150ms ease-out; -ms-transition: all 150ms ease-out; -o-transition: all 150ms ease-out; transition: all 150ms ease-out;		  }
#global:not(.global-accueil).no-bandeau #bandeau {background:#050a5c;}
#bandeau .menu-wrapper {display:block !important; }
#bandeau-mobile {display:none; }
.lg {height:165px; }
.sm {height:90px; }

/* Bandeau réduit */
#bandeau.sm { background:#050a5c;}
#bandeau.sm #bandeau-conteneur { }
#bandeau.sm #bandeau-contact {}
#bandeau.sm #logo {}
#bandeau.sm #logo a, #bandeau.sm #logo a:visited {box-sizing: border-box;  height: 100%;}
#bandeau.sm #logo a img { image-rendering: initial;   max-width: 140px;}
#bandeau.sm #bandeau-elements {  margin: 3px 0 0;}
#bandeau.sm #bandeau-elements .bandeau-contact a, 
#bandeau.sm #bandeau-elements .bandeau-contact a:visited {  font-size: 15px;  padding: 2px 12px;}
#bandeau.sm #bandeau-elements .bandeau-contact i {  width: 18px; height: 18px;}
#bandeau.sm #bandeau-elements #bandeau-telephone i {  width: 16px;	height: 16px; }
#bandeau.sm #menu-conteneur {  }
#bandeau.sm #menu .menu-element  {  margin: 0 20px;}
#bandeau.sm #menu .menu-element .menu-element-contenu > a > span > span, 
#bandeau.sm #menu .menu-element .menu-element-contenu > a:visited > span > span, 
#bandeau.sm #menu .menu-element .menu-element-contenu > span > span {  font-size: 16px;}
#bandeau.sm #menu-demo {margin-left: 20px;}
#bandeau.sm #menu-demo a.bouton, #bandeau.sm #menu-demo a.bouton:visited {font-size: 15px; padding: 5px 20px; min-height: 40px;}


/* Bandeau non réduit */
#bandeau-conteneur {position: relative; z-index: 400; height:100%; width:100%; }

#bandeau-contact {position:relative; z-index:40;   height: 100%;}
#bandeau-contact > .global { position:relative; z-index:40;  height: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-wrap: wrap; flex-wrap: wrap;}

#bandeau-logo {height: 100%; width: 223px;  overflow: hidden;}
#bandeau #logo {position:relative; z-index:10;width: 100%; height:100%; display: -webkit-box;  display: -ms-flexbox;  display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
#bandeau #logo a,
#bandeau #logo a:visited { width: 100%;   display: -webkit-box;  display: -ms-flexbox;  display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#bandeau #logo a img {height:auto; max-height:100%; width:100%; max-width: 223px; filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%); }

#bandeau-droite {flex:1; display: -webkit-box;  display: -ms-flexbox;  display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
/* Elements du bandeau */
#bandeau-elements {width: 100%;  text-align: right;   margin: 20px 0 0;}
#bandeau-elements > div {display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;  -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#bandeau-elements .bandeau-contact a,
#bandeau-elements .bandeau-contact a:visited {color:#fff; text-decoration:none; padding:5px 12px; font-size: 18px; font-weight: 600; display: -webkit-box;  display: -ms-flexbox;  display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;  -webkit-transition: all 150ms ease-out; -moz-transition: all 150ms ease-out; -ms-transition: all 150ms ease-out; -o-transition: all 150ms ease-out; transition: all 150ms ease-out;		}
#bandeau-elements .bandeau-contact i {margin-right: 10px; display:block; width:22px; height:22px; filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);}

/* Telephone */
#bandeau-elements #bandeau-telephone i {width:20px;  background:url(../images/icone-telephone-o.svg) no-repeat center center; background-size:contain; }

/* Email */
#bandeau-elements #bandeau-email i {background:url(../images/icone-mail-o.svg) no-repeat center center; background-size:contain; }

#bandeau-elements .bandeau-contact a:hover {color:#00b0ff;}
#bandeau-elements .bandeau-contact a:hover i {filter: invert(53%) sepia(90%) saturate(3426%) hue-rotate(172deg) brightness(107%) contrast(103%);}

/* MENU */
/* Menu niveau 1 */
#menu-conteneur {  width: 100%;  height: 55px;  box-sizing: border-box;  clear:right; }
#menu-wrapper {height:100%; }
#menu {list-style:none; margin:0px auto; padding: 0; height:100%; }
#menu > .global{position:relative; z-index:30; height:100%;   padding: 0; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;   -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center;  }
#menu-demo {  margin-left: 30px;}
#menu-demo a.bouton,
#menu-demo a.bouton:visited {margin:0; border:1px solid #00b0ff; background:none; font-weight: 400; font-size: 16px;}
#menu-demo a.bouton:hover {background: #00b0ff;}
#menu .menu-element { display:inline-block; vertical-align:top;   height:100%; margin:0 30px; }
#menu #menu-1 {margin-left:0; }
#menu .menu-element .menu-element-contenu {height: 100%;}
#menu .menu-element .menu-element-contenu > i {  display: none;}
#menu .menu-element .menu-element-contenu > span { cursor:default; }
#menu .menu-element .menu-element-contenu > a,
#menu .menu-element .menu-element-contenu > a:visited {height:100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
#menu .menu-element .menu-element-contenu > a > span,
#menu .menu-element .menu-element-contenu > a:visited > span,
#menu .menu-element .menu-element-contenu > span {color: #fff; text-align: center; height:100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
#menu .menu-element .menu-element-contenu > a > span> span,
#menu .menu-element .menu-element-contenu > a:visited > span> span,
#menu .menu-element .menu-element-contenu > span > span { font-size:18px; position:relative; padding: 10px 0 12px; -webkit-box-sizing:border-box; box-sizing:border-box;-webkit-transition: all 150ms ease-out; -moz-transition: all 150ms ease-out; -ms-transition: all 150ms ease-out; -o-transition: all 150ms ease-out; transition: all 150ms ease-out;		 } 
#menu .menu-element.menu-grand .menu-element-contenu > a > span,
#menu .menu-element.menu-grand .menu-element-contenu > span {padding:0px 0 1px; }
#menu .menu-element .menu-element-contenu > a,
#menu .menu-element .menu-element-contenu > a:visited {text-decoration:none; }
#menu .menu-element .menu-element-contenu > a:hover {text-decoration:none; }

/** SINON **/
#menu .menu-element.selected .menu-element-contenu > span,
#menu .menu-element.selected .menu-element-contenu > a > span,
#menu .menu-element:hover .menu-element-contenu > a > span,
#menu .menu-element:hover .menu-element-contenu > span {color:#00b0ff;}

#menu .menu-element:hover .smenu-conteneur { animation : affichageSousMenu 150ms linear 250ms 1 forwards; } 
 
@keyframes affichageSousMenu {
 from {
	 visibility: hidden; 
	 opacity: 0; 
 }
 to {
	 visibility: visible; 
	 opacity: 1; 
 }
}


/* Sous menu niveau 1 */
#menu .smenu-conteneur {visibility: hidden; opacity: 0; position:absolute; left:0px; z-index:200; width:100%; min-height:20px;  border-radius: 15px; background: #4967ff;
background: -moz-linear-gradient(90deg, #18a5ff 0%, #4967ff 100%);
background: -webkit-linear-gradient(90deg, #18a5ff 0%, #4967ff 100%);
background: linear-gradient(90deg, #18a5ff 0%, #4967ff 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4967ff",endColorstr="#18a5ff",GradientType=1); }
#menu .smenu-conteneur .global {padding:0 !important; }
#menu .smenu-conteneur .smenu-scroll-up,
#menu .smenu-conteneur .smenu-scroll-down {display: none;position:relative; z-index: 10;}
#menu .smenu-conteneur .smenu-scroll-up::before {content:"\f106"; font-family: FontAwesome; font-size: 15px;  line-height: 9px; width:100%; height: 10px; display: block;  text-align: center; }
#menu .smenu-conteneur .smenu-scroll-down::after {content:"\f107"; font-family: FontAwesome; font-size: 15px;  line-height: 9px; width:100%; height: 10px; display: block;  text-align: center;}
#menu .smenu-centre { margin:0 !important; padding:50px !important; min-height: 245px; list-style:none; width:100%; text-align: left; display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; box-sizing: border-box;}
#menu .smenu-conteneur.scrollable .smenu-centre {position:relative; z-index: 10; overflow-y: auto; }
#menu .smenu-conteneur.scrollable .smenu-scroll-up,
#menu .smenu-conteneur.scrollable .smenu-scroll-down { display: block; }
#menu .smenu-centre-gauche {width: 295px; display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
#menu .smenu-centre-titre {font-weight: 600; font-size: 24px; color:#ffffff;}
#menu .smenu-centre-intro {font-size: 16px; color: #fff; font-weight: 400;  margin-top: 10px;  line-height: 20px;}
#menu .smenu-centre-menus {position:relative; z-index: 11;padding: 14px 0 14px 25px; flex:1; display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
#menu .smenu-element {width: calc(33.333% - 20px); margin: 10px;}
#menu .smenu-element > span { cursor:default; }
#menu .smenu-element > a {text-decoration:none; }
#menu .smenu-element > a > span,
#menu .smenu-element > span {color:#fff; text-align:center; padding:8px 10px; width: 100%; font-size:18px; position: relative; z-index: 2; font-weight:500; display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center;box-sizing: border-box; }
#menu .smenu-element .smenu-icone {width:45px; height: 45px;  margin-right: 13px; background:#fff; border-radius: 10px;display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: background 300ms ease 0ms; -moz-transition: background 300ms ease 0ms; -ms-transition: background 300ms ease 0ms; -o-transition: background 300ms ease 0ms; transition: background 300ms ease 0ms; }
#menu .smenu-element .smenu-icone img {width: 23px; height: 23px; display: block;}
#menu .smenu-element .smenu-nom { display: block;  height: 100%; max-width: calc(100% - 58px);  text-align: left;}
#menu .smenu-element .smenu-nom i {margin-left:5px;}
#menu .smenu-element .smenu-nom::after {content:""; display:block; opacity:0; width: 100%; height: 1px; margin-top: 2px; background: #fff; -webkit-transition: opacity 300ms ease 0ms; -moz-transition: opacity 300ms ease 0ms; -ms-transition: opacity 300ms ease 0ms; -o-transition: opacity 300ms ease 0ms; transition: opacity 300ms ease 0ms;  }

#menu .smenu-element.selected .smenu-icone,
#menu .smenu-element:hover .smenu-icone {background: #050a5c;}
#menu .smenu-element.selected .smenu-icone img,
#menu .smenu-element:hover .smenu-icone img {filter: brightness(0) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);}
#menu .smenu-element.selected .smenu-nom::after,
#menu .smenu-element:hover .smenu-nom::after {opacity:1; }


@media all and (max-width:1490px) {
	#bandeau #logo a img {max-width: 193px;}
	#menu > .global {position: initial;}
	#menu .smenu-conteneur {left: 10px; width: calc(100% - 20px);}
}
@media all and (max-width:1390px) {

	#menu .smenu-centre { padding: 20px 30px !important;}
}

@media all and (max-width:1300px) { 
	#menu-demo {margin-left: 20px;}
	#menu .menu-element {  margin: 0 20px;}

}
@media all and (max-width:1190px) { 
	#menu-demo {margin-left: 15px;}
	#menu-demo a.bouton, #menu-demo a.bouton:visited {padding: 5px 20px;}
	#bandeau.sm #menu .menu-element,
	#menu .menu-element {  margin: 0 15px;}

	#menu .menu-element .menu-element-contenu > a > span > span,
	#menu .menu-element .menu-element-contenu > a:visited > span > span, 
	#menu .menu-element .menu-element-contenu > span > span {font-size: 17px;}

	#menu .smenu-element {    width: calc(50% - 20px);}
}

@media all and (max-width: 1075px) { 
	.lg { height: 165px;}
	.sm { height: 110px;}

	#bandeau.sm #menu-conteneur {height: 40px;}
	#bandeau.sm #menu-demo a.bouton, #bandeau.sm #menu-demo a.bouton:visited {min-height: 35px;}

	#bandeau-contact > .global { padding: 0 10px; display: grid; grid-template-columns: repeat(24, [col-start] 1fr);-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}

	#bandeau-logo {grid-row:1; grid-column: col-start 1 / span 4; height: 100%;   overflow: hidden;}
	#bandeau #logo a { padding: 5px 0; }
	#bandeau #logo a img { max-width: 170px;}
	#bandeau-droite {grid-row:2; grid-column: col-start 1 / span 24;}
	#bandeau-elements {  position: absolute;  right: 0; top: 0; }
	#menu > .global {  -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly;}

	#menu .smenu-centre { padding: 15px 20px !important;}
	#menu .smenu-centre-gauche { width: 245px;}
	#menu .smenu-centre-menus {  padding: 14px 0 14px 20px;}
	#menu .smenu-element {margin: 5px;}
	#menu .smenu-element {  width: calc(50% - 10px);}
}

@media all and (max-width: 830px) {
    #bandeau.sm #menu .menu-element, #menu .menu-element {  margin: 0 12px;}
}

@media all and (max-width: 800px) {
    #bandeau.sm #menu .menu-element, #menu .menu-element {  margin: 0 9px;}
}

@media all and (max-width:780px) {

	/* Bandeau */	
	.noscroll #bandeau-contact #logo,
	.noscroll #bandeau-contact #bandeau-elements  {display:none; }
		
	#bandeau.sm #bandeau-contact #logo {display:none; }
	#bandeau.sm #bandeau-conteneur {height:auto; }
			
	#bandeau.sm #bandeau-mobile {height: 28px; width: 25px; left: 5px; top: 0px; padding: 3px 5px; }
		
	/* Si telephone et mail restent dans le bandeau en sm */
	#bandeau.sm #bandeau-contact {	position: absolute; right: 0; top: 0; width: calc(100% - 50px); height: 35px; z-index: 400; }
	#bandeau.sm #bandeau-contact #logo {display:none; }
	#bandeau.sm #bandeau-elements { top: 0px; right: 10px; z-index: 200; height: 35px; }
	#bandeau.sm #bandeau-elements .bandeau-element {height: 100%; overflow: hidden; }
	#bandeau.sm #bandeau-elements #bandeau-telephone,
	#bandeau.sm #bandeau-elements #bandeau-email {height:auto; }
		
	#bandeau {  background: #050a5c;}
	#bandeau-contact {opacity:1;  -webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out; }
	#bandeau-contact > .global {display:block;}
		
	.lg { height: 160px; }
	.sm { height: 35px; border:none; }
		
	#bandeau-logo {height: auto !important;  margin: 0 auto;}
	#bandeau #logo {float:none; padding:3px 0 0; margin:0 auto; width: 100%; max-width: 255px; -webkit-box-align: start; -ms-flex-align: start;  align-items: flex-start;}
	#bandeau #logo a img {height:auto; width:100%; margin: 0 auto; }

	#bandeau-elements {top: unset; bottom: 10px;}

 	/* bas */
	/* Menu mobile */
	#bandeau-mobile {min-width: inherit; width: 85px; height: 30px; padding: 5px; margin: 0px; position: absolute; left: 5px; bottom: 2px; z-index: 99999; cursor: pointer; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
	#bandeau-mobile.open {left: 10px; top: 0; bottom:unset; }
	#bandeau-mobile.open span,
	#bandeau.sm #bandeau-mobile span {display:none; }
	#bandeau-mobile span {color: #fff; text-transform: uppercase; font-size: 17px; }
	#bandeau-mobile .hamburger {position: relative; display: inline-block; width: 24px; height: 1px; color: #fff; font: bold 14px/.4 Helvetica; text-transform: uppercase; text-indent: -55px; background: #fff; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -o-transition: all .2s ease-out; transition: all .2s ease-out; }
	#bandeau-mobile .hamburger::before, 
	#bandeau-mobile .hamburger::after { content: ''; width: 24px; height: 1px; background: #fff; position: absolute; left: 0; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -o-transition: all .2s ease-out; transition: all .2s ease-out; }
	#bandeau-mobile .hamburger::before { top: -9px; }
	#bandeau-mobile .hamburger::after { bottom: -9px; }
	#bandeau-mobile .hamburger.active { background: #fff; left: 0px; }
	#bandeau-mobile .hamburger.active::before {background: #37342a; top: 0; -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); transform: rotateZ(45deg); }
	#bandeau-mobile .hamburger.active::after {background: #37342a; bottom: 0; -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); -o-transform: rotateZ(-45deg); transform: rotateZ(-45deg); }	

	#bandeau #menu-conteneur { padding: 0; position: fixed; z-index: 9999; top: 0; left: 0; height: 100% !important; width: calc(100% - 45px); background: #fff; -webkit-transition: transform 0.5s; -khtml-transition: transform 0.5s; -moz-transition: transform 0.5s; -ms-transition: transform 0.5s; -o-transition: transform 0.5s; transition: transform 0.5s; -webkit-transform: translateX(-100%); -khtml-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); overflow: hidden; }
	#bandeau #menu-conteneur.open {display: block; -webkit-transform: translateX(0%); -khtml-transform: translateX(0%); -moz-transform: translateX(0%); -ms-transform: translateX(0%); -o-transform: translateX(0%); transform: translateX(0%); }
	
	#bandeau #menu-wrapper {padding: 0 10px 10px; overflow-y: scroll; margin-top: 40px; height:calc(100% - 50px); }	
	#menu > .global {padding: 30px 10px 0; display:block; width:100%; box-sizing: border-box; }

	#menu-demo {margin: 25px 0;}
	#menu-demo a.bouton, #menu-demo a.bouton:visited {color:#00b0ff;}
	#menu-demo a.bouton:hover {color:#fff;}

	#menu .menu-element,
	#menu .menu-element.menu-grand {height:auto !important; margin:10px 0px 0 !important; display:block; padding:0 0 10px 5px; border-bottom:1px solid #edecec; }
	
	#menu .menu-element .menu-element-contenu {display:-webkit-box;display:-ms-flexbox;display:flex; -webkit-box-pack:start; -ms-flex-pack:start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; align-items:center;}
	#menu .menu-element .menu-element-contenu > i { cursor:pointer; display: block; color: #00b0ff; font-size: 22px;  margin-left: 20px; }
	
	#menu .menu-element .menu-element-contenu > a > span > span,
	#menu .menu-element .menu-element-contenu > a:visited > span > span,
	#menu .menu-element .menu-element-contenu > span > span,
	#menu .menu-element.menu-grand .menu-element-contenu > a > span > span, 
	#menu .menu-element.menu-grand .menu-element-contenu > span > span {padding:5px; text-align:left; color:#000; border:none; font-size:15px; }
	#menu .menu-element br {display:none; }
	
	#menu .menu-element .menu-element-contenu > a > span > span::after,
	#menu .menu-element .menu-element-contenu > span > span::after,
	#menu .menu-element.selected .menu-element-contenu > a > span > span::after,
	#menu .menu-element.selected .menu-element-contenu > span > span::after,
	#menu .menu-element:hover .menu-element-contenu > a > span > span::after,
	#menu .menu-element:hover .menu-element-contenu > span > span::after {display:none !important; }	
	
	#menu .menu-element.selected .menu-element-contenu > a > span,
	#menu .menu-element.selected .menu-element-contenu > span {font-weight:600; }
	#menu .menu-element.selected .menu-element-contenu > a > span > span,
 	#menu .menu-element.selected .menu-element-contenu > span > span {color:#00b0ff }
		
	#menu > .global #barre-menu {display:none;}
	
	#menu .menu-element:hover .smenu-conteneur { -webkit-animation-play-state:paused; -moz-animation-play-state:paused; animation-play-state:paused; }
	
	#menu .smenu-conteneur {margin-top:6px; width:100%; padding:0; visibility: visible; opacity: 1; position:relative; left:0 !important; top:0 !important; background:none; min-height: 0; display:none; border-radius: 0;}
	#menu .smenu-centre {border:none; margin:0; width:100%; padding:0 !important;   min-height: 0; }
	#menu .smenu-centre-gauche {display: none;}
	#menu .ssmenu-conteneur-images {display:none !important; }
	#menu .smenu-centre-menus {float:none; width:100%; border-radius: 0; padding:0; display: block; }
	#menu .smenu-conteneur .smenu-element{display:block; width:100%;   margin: 10px 0; }
	#menu .smenu-element .smenu-icone { width: 40px; height: 40px; box-shadow: 0 0 5px rgba(0,0,0,.2);}
	#menu .smenu-element > a > span, 
	#menu .smenu-element > span {color:#050A5C; font-size: 15px;padding: 5px 10px; min-height: 0;    text-align: left;  -webkit-box-pack: start;  -ms-flex-pack: start;  justify-content: flex-start;}

	#menu .smenu-element > a, #menu .smenu-element > a:hover {text-decoration:none; }

	#menu .smenu-element > a > span::after, #menu .smenu-element > span::after {transition:none; color:#fff; }
	
	#menu .smenu-element.selected > a > span,
	#menu .smenu-element:hover > a > span,
	#menu .smenu-element.selected > span,
	#menu .smenu-element:hover > span {background:#050A5C; color:#fff; }
	#menu .smenu-element.selected .smenu-icone, 
	#menu .smenu-element:hover .smenu-icone {background:#00b0ff;}

	#menu .ssmenu-element > a > span,
	#menu .ssmenu-element > span {padding:5px 0 10px 20px; }	
}

@media all and (max-width:440px) {	
	#bandeau-email span {display: none;}

}
@media all and (max-width:385px) {
	
	#bandeau-mobile {left: 5px; width: 80px; }
	#bandeau-mobile span {font-size: 15px; }
	
}