nav 
{
	color: #fff;
	background-color: #35a77a !important;
	height: auto;
	box-shadow: none;
}

.small_nav_part 
{
	height: 10em;
	display: flex;
	align-items: center;
	padding: 0 !important;
	text-transform: uppercase;
}

.big_nav_part 
{
	height: 10em;
	display: flex;
	align-items: center;
	padding: 0 !important;
}

.sidenav li>a 
{
	padding: 0;
}

.menu_icon 
{
	font-size: 3em !important;
	padding-top: 0.05em;
	margin: 0 !important;
}

.menu_text 
{
	font-size: 2em;
}

.col.header_div
{
	text-align: center;
	font-size: 2em;
	transition: 0.35s;
	display: flex;
	justify-content: center;
}

.col.header_div:hover 
{
	transition: 0.35s;
	transform: scale(1.1);
	filter: brightness(1.2);
}
.active_page:hover 
{
	transform: scale(0.95) !important;
}

.dropdown-content 
{
	min-width: fit-content;
	position: fixed;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
}

.dropdown-content li>a, .dropdown-content li>span 
{
	color: #000000;
}

.img_retour 
{
    height: -webkit-fill-available;
}
.img_logo_project 
{
    margin-top: 1.5em;
    height: 7em;
}

.nav_row 
{
	margin-bottom: 0;
}

.logo_part 
{
	display: flex;
	justify-content: center;
	padding: 1em;
	background-color: #35a77a;
}

.flag 
{
	width: 40px;
	height: 24px;
	margin-right: 10px;
	display: inline-block;
	background-size: cover;
	border: 1px solid #ddd;
}

.flag_row 
{
	display: flex !important;
	align-items: center !important;
	gap: 1em;
	padding-top: 1em !important;
}

.header_lang 
{
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 0.5em;
    margin-left: -0.5em;
    font-size: 1.4em;
    flex-direction: row;
    align-items: center;
}

.flag_size 
{
    display: flex;
}

.active_page 
{
	color: #ffffff;
	background-color: #952321;
	transform: scale(0.85);
	font-size: 2.3em !important;
	border-radius: 0.4em;
}

.page-footer
{
    padding-top: 0px;
    background-color: #ffffff;
}

.footer-copyright 
{
    display: flex;
    flex-direction: column;
    background-color: #fff !important;
    color: #575757 !important;
    font-style: italic;
}

.footer_container h5 
{
    color: #575757 !important;
    font-size: 0.8rem;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    margin-left: 1em;
    margin-right: 1em;
}

@media screen and (min-width : 100px) and (max-width : 600px) 
{
	.col.header_div 
	{
		font-size: 1em;
	}
	.active_page 
	{
		font-size: 1.05em !important;
	}
	.img_logo_project 
	{
		width: auto;
		height: 6em;
		margin-top: 0.5em;
	}
	.header_lang
	{
		display: flex;
		flex-direction: column;
		gap: 0em;
		margin-left: 0;
	}
	.flag_size, .lang_size, .sidenav-trigger
	{
		height: 30px !important;
		display: flex;
		align-items: center;
	}
	.small_nav_part 
	{
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-top: 1em !important;
		height: 7em;
	}
	.big_nav_part 
	{
		height: 7em;
	}
	.container 
	{
		width: 100%;
	}
	.flag_header 
	{
		width: 3em;
		height: auto;
	}
	.menu_icon 
	{
		font-size: 2em !important;
		padding-top: 0.05em;
	}
	.menu_text 
	{
		font-size: 1.5em;
	}
}

@media screen and (min-width : 601px) and (max-width : 992px) 
{
	.col.header_div 
	{
		font-size: 1.5em;
	}
	.active_page 
	{
		font-size: 1.5em !important;
	}
	.img_logo_project 
	{
		width: auto;
		height: 6em;
		margin-top: 0.5em;
	}
	.header_lang
	{
		display: flex;
		flex-direction: column;
		gap: 0em;
		margin-left: 0;
	}
	.flag_size, .lang_size, .sidenav-trigger
	{
		height: 30px !important;
		display: flex;
		align-items: center;
	}
	.small_nav_part 
	{
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-top: 1em !important;
		height: 7em;
	}
	.big_nav_part 
	{
		height: 7em;
	}
	.container 
	{
		width: 100%;
	}
	.flag_header 
	{
		width: 3em;
		height: auto;
	}
	.menu_icon 
	{
		font-size: 2em !important;
		padding-top: 0.05em;
	}
	.menu_text 
	{
		font-size: 1.5em;
	}
}


@media only screen and (min-width: 993px) 
{
	nav a.sidenav-trigger
	{
		display: block;
	}
}
