body {
	/*background:yellow;*/
}

header {
	background:none !important;	
}

.menu-desktop ul li.level-1>a {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 700;
    position: relative;
}
.menu-desktop ul li.level-1>a:hover {
    color:#D9DDE8 !important;
}
.menu-desktop ul li.level-1>a::after {
	position: absolute;
	content: '';
	height: 3px;
	width: 0px;
	background: #D9DDE8;
	opacity: 0;
	transition: width 0.3s ease-in-out;
	top: -8px;
	left: 0;
	border-radius: 4px;
}

.menu-desktop ul li ul li a:hover {
    color: #fff;
	background:#1e2547 !important;
    display: block;
    font-size: 1.6rem;
    letter-spacing: normal;
    padding: 1rem 2rem;
    text-align: left;
    text-transform: none;
    transition: all .3s ease-in-out;
}

.hero__wrapper .hero__banner p.date {
    color: #D9DDE8 !important;
    font-size: 3.6rem;
    font-weight: 800;
}


.btn:before {    
    background: #D9DDE8 !important; 
	color:#000;   
}
.btn:after{    
    background: #293F91 !important;    
}

h1, h2, h3, div.h1, div.h2, div.h3 {
	color:#293F91 !important
}
.hero_texte h2 {
	color:#fff !important;  
}

.titrepage__container .h1 {
	color:#D9DDE8 !important	
}

.partenaires__slider .glide__bullets .glide__bullet--active {
    background-color: #D9DDE8;
}

.card:hover {
	background: #1e2547;
}

  