/* --- COULEURS --- */
:root {

	--coul-secondaire-site: 11, 70, 135; 		/* bleu #0b4687*/
	--coul-secondaire-site-darker: 27, 54, 85; 		/* bleu #1b3655*/
	--coul-tertaire-site: 180, 34, 108; 	/* bordeau #b4226c */
	--coul-tertaire-site-darker: 97, 7, 53; 	/* marron #610735 */
}
#logo-container{
	white-space: pre;
}
#logo-container img{
	max-height: 83px;
	padding-bottom : 8px;
}
#logo-container::after{
	content: 'UNITÉ DE RECHERCHE \a INTERDISCIPLINAIRE \a POUR LA PRÉVENTION \a & LE TRAITEMENT DES CANCERS \a ';
	font-family: 'Raleway';
	font-feature-settings: "lnum";
	font-weight: bold;
	letter-spacing: 0.1rem;
	line-height: 1.5;
	font-size: 0.9em;
	position: relative;
	padding-left: 15px;
}
/*Corrige le problème du dernier mega menu qui sort de l'écran */
#site-navigation-wrap .dropdown-menu li:nth-child(2) ul.sub-menu{
	left: -142px;
}

/*	RESPONSIVE	*/
@media screen and (max-width: 880px){
	#menus-container #searchform{
		display: none;
	}
	#mobile-dropdown #mobile-menu-search{
		display: block;
	}
}
@media screen and (max-width: 700px){
	#logo-container::after{
		display: none;
	}
}
@media screen and (max-width: 420px){
	#logo-container img{
		max-height: 70px;
	}
}