/*css spécifique au site ERLIS */

/* --- COULEURS --- */
:root {
	--coul-secondaire-site: 147, 64, 94; /* #93405E */
	--coul-secondaire-site-darker: 117, 51, 75; /* #75334B */
	--marges-home-page: 20px;
}

/*Responsive*/
@media screen and (max-width: 760px){
	#menus-container #searchform {
	  display: none;
	}
	#mobile-dropdown #mobile-menu-search {
  		display: block;
	}
	iframe.canalu{
		height: 62vw;
	}
}
@media screen and (max-width: 420px){
	body.default-breakpoint .oceanwp-mobile-menu-icon{
		margin-right: 0px;
	}
	#header-container-logged{
		padding-left: 0px;
	}
	#site-header{
		padding-right: 0px;
	}
	#logo-container img{
		max-height: 68px;
	}
}