@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
body {
	background: linear-gradient(150deg,#281483 15%,#8f6ed5 70%,#d782d9 94%);
}
img {
	max-width: 100%;
}
header img {
	width: 600px;
	max-width: 80vw;
	height: auto;
}
h1 {
	font-family: 'Open Sans', 'sans serif';
	font-size: 1.5em;
    font-weight: 400;
    line-height: 1.5em;
	background-color: #281483;
    color: white;
    padding: 4px 8px;
	border-radius: 3px;
	text-transform: uppercase;
}
article {
	margin-bottom: 2rem;
}
section {
	box-shadow: 0 0 10px #333;
	background: rgba(255, 255, 255, .75);
	border-radius: 3px;
	padding-bottom: 8px;
}
#fr, #en {
	display: none;

}
.jumbotron {
	background: transparent;
	border-radius: 0;
}
.header-container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
}
.logo-container {
	background-color: rgba(255,255,255,.5);
	padding: 4px 16px;
	border-radius: 3px;
	box-shadow: 0 0 15px #333333;
}
.partners-container {
	display: flex;
    flex-direction: row;
    overflow-x: auto;
	width: 100%;
	background-color: white;
	padding: 8px;
}
@media (min-width: 1025px) {
	.partners-container {
		justify-content: center;
	}
	.header-container {
		height: 200px;
	}
}
.partners-container img {
	width: auto;
	height: 80px;
	margin: 0 15px;
}
.pictures-container {
	column-count: 1;
}
.blueimp-gallery-carousel {
	background: #111;
	border-radius: 3px;
	overflow: hidden;
}
.lang-selector {
	padding-top: 15px;
}
.lang-selector a {
	text-decoration: none;
	color: #8f6ed5;
	padding: 4px 6px;
}
.lang-selector a:hover {
	text-decoration: none;
}
.lang-selector a.lang-active {
	background-color: #8f6ed5;
	color: white;
}