body{overflow-x: hidden !important;font-family: "Nunito", sans-serif;line-height: normal}

/* SIZING */

.vh-15{
	height: 15vw;
}

.vh-25{
	height: 25vw;
}

.vh-30{
	height: 30vw;
}

.vh-35{
	height: 35vw;
}

.vh-50{
	height: 50vw;
}

.max-vh-15{
	max-height: 15vw;
}

.w-90{
	width: 90%;
}

.w-85{
	width: 85%;
}

.w-80{
	width: 80%;
}

/* FONTS */

.fs-55{
	font-size: 1.15rem;
}

.fs-65{
	font-size: 0.85rem;
}

.fs-7{
	font-size: 0.75rem;
}

/* COLORS */

.bg-bleu-trans{
	background: rgba(7,29,66,0.5);
}
.bg-bleu-fill{
	background: rgba(7,29,66,1);
}

/* LINKS */

a{text-decoration: none}

/* HEADER */

header{
	z-index: 20;
	position: absolute;
	height: 55vh;
	min-height: 300px;
	max-height: 600px;
	top:0;
}

header.stick{
	position: fixed;
	top:0;
	background: rgba(7,29,66,0.85);
	height: 8vw;
	min-height: 100px;
	max-height: 120px;
	padding: 0 !important;
	box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.25) !important;
}

header.stick .col-menu,
header.stick .col-langue{
	align-self: center !important;
}

header.stick .col-logo a{
	width: 25vw !important;
	max-width: 300px;
	min-width: 200px;
}

header.equipe,
header.interne{
	height: 20vh;
	min-height: 100px;
	max-height: 600px;
	top:0;
}


header.equipe .col-menu,
header.equipe .col-langue,
header.interne .col-menu,
header.interne .col-langue{
	align-self: center !important;
}

header.equipe .col-logo a,
header.interne .col-logo a{
	width: 20vw !important;
	max-width: 250px;
	min-width: 200px;
}


header .lang{
	font-weight: 400;
}

header .lang.active{
	border-bottom: 1px solid #fff;
	color:#ffffff;
	padding-bottom: 1px;
	font-weight: 600;
}

.stick-target{
	position: absolute;
	top: 30vh;
	padding-top: 1px;
}

.menu-burger{
	font-size: 4rem;
	transition: all 0.2s linear;
}

.menu-burger:hover{
	opacity: 0.5;
}

.menupanel ul{
	list-style: none;
}

.menupanel a{
	color: #071d42;
}

/* BREADCRUMB */

.breadcrumb-item a{
	color:#071d42;
	border-bottom:1px solid #071d42;
}

/*  BANDEAU */

.bandeau{
	position: relative;
	top:0;
	left:0;
	width: 100%;
	z-index: 10;
	background: rgba(7,29,66,0.5);
}

.bandeau.home{
	height: 60vh;
	min-height: 300px;
}

.filler-bandeau{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(7,29,66,0.6);
}

/* HOME */

.item-home{
	transition: all 0.2s linear;
}

.item-home:hover{
	transform: scale(1.15);
}

.hover-bg-trans-bleu{
	transition: all 0.4s ease;
}
.hover-bg-trans-bleu:hover{
	background: rgba(7,29,66,0.6);
}



/* INTERNE */

.bandeau.interne{
	height: 50vh;
	min-height: 200px;
	max-height: 300px;
}




@media (max-width: 750px) {
	
	.menu-burger{
		font-size: 3rem;
		transition: all 0.2s linear;
	}
	
	.vh-mob-120{
		height: 120vw !important;
	}
	header{
		z-index: 20;
		position: absolute;
		height: 35vh;
		top:0;
	}
	
	header .col-logo a{
		width: 28vw !important;
		min-width: 200px;
	}
	
	.bandeau.home{
		height: 35vh;
		min-height: 300px;
	}
}