@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');

/* HEADER */

body  {
	font-family: 'Rubik', sans-serif;
}
.header {
	width: 100%;
-webkit-box-shadow: 0px 5px 16px -5px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 5px 16px -5px rgba(0,0,0,0.25);
box-shadow: 0px 5px 16px -5px rgba(0,0,0,0.25);}

.header .row {
	width: 100%;
	
}


.navbar{
	z-index: 2;
}
.drapeau {
	display: inline-block;
	
}
.header .session {
	
	text-align: end;
}


.header li a {
	font-family: 'Rubik', sans-serif !important;
	font-weight: 400 !important;
	color: #334b57 !important;
	font-size: 19px !important;
}

.header li a:hover {
	color: #42c4df !important;
}


.header .btn-login {
	width: 145px;
	font-size: 14px;
	border : 2px solid #334b57;
	border-radius: 8px !important;
	background-color: white;
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	color: #334b57;
	margin: 7px;
	text-transform: uppercase;
}

.header .btn-login:hover, .header .btn-signin:hover {
	background-color: #334b57;
	color: white;
	border : 2px solid #334b57;
}

.header .btn-signin {
	width: 180px;
	font-size: 14px;
	border : 2px solid #344a56;
	border-radius: 8px;
	background-color: #fcc418;
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	color: #344a56;
	margin: 7px;
}


.header .bouton_fr
{
    width : 40px;
    height : 40px;
    display : block; /*Très important, sinon les dimensions ne sont pas prises en compte*/
    background : url("../images/drapeau_fr.jpg") no-repeat;
}

.header .bouton_fr:hover
{
    width : 40px;
    height : 40px;
    display : block; /*Très important, sinon les dimensions ne sont pas prises en compte*/
    background : url("../images/drapeau_fr_off.gif") no-repeat;
}

/* FIN HEADER */


/* nav back_home */


.nav_back_home {
	font-size: 18px;
	background-color:  #344a56 ;
	font-family: 'Rubik', sans-serif !important;
	font-weight: 500 !important;
	color: white;
}

.nav_back_home .navbar-nav {
    flex-direction: unset;
}

.nav_back_home .menu_application {
	padding-left: 10px;
	
}



.nav_back_home .logo_wec {
	width: auto;
}

.nav_back_home li a {
		color: white !important;
}

.nav_back_home li a:hover {
	color: #42c4df !important;
}

.nav_back_home .nav_client {
	border: 2px white solid;
    border-radius: 6px;
	    padding: 2px;

}

.nav_back_home .nav_client li a {
font-size: 35px;

}

.nav_back_home .navbar-nav .dropdown-menu {
	background-color:  white !important;
	border : 1px solid #42c4df !important;
	border-radius: none;
}

.nav_back_home .menu_application:hover  {
	cursor: pointer!important;
}
    
.nav_back_home .disabled a {
	cursor: none !important;
}
    

.nav_back_home .dropdown-menu a {
	color : #42c4df !important;
	font-size: 17px !important;
	}



.nav_back_home .dropdown-menu a:hover {
	background-color : #42c4df !important;
	color : white !important;
	}

.nav_back_home .lien_cart a {
	color: white;
	text-decoration: none;
}

.nav_back_home .solde_compte {
	color:  #fcc418;
	font-size: 20px;
	font-weight: 700;
	padding-top: 15px;
line-height: 21px;
	position: relative;
	padding-left: 55px;
}

.nav_back_home .solde_compte a {
	color:  white;
	text-decoration: underline;
	font-size: 16px;
	font-weight: 400;	
	display: contents;
}



.nav_back_home .picto_coins {
	position: absolute;
	left: 0;
    top: 0;
}
 

.nav_back_home .session {
	padding-top: 15px;
	text-align: end;
}

#english{
	filter: grayscale(100%);
	opacity: 50%;
}
/* fin nav back_home */