html,
body {
	overflow-x: hidden;
}

#mobile-menu-toggle,
.mobile-menu {
	display: none;
}

.spacer {
	height: 5vw;
}

.newsletter_container {
	margin-left: 12.2vw;
	margin-right: 12.2vw;
}

img {
	max-width: 100%;
	padding-bottom: 1vw;
}

h4 {
	color: rgb(255,123,31);
	font-family: 'Branding', sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 3vw;
	padding-bottom: 2vw;
}

h5 {
	color: rgb(146,221,58);
	font-family: 'Branding', sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 3vw;
}

h6 {
	color: black;
	font-family: 'Branding', sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 1.7vw;
	padding-top: 2.5vw;
	padding-bottom: 1vw;
}

p {
	font-family: 'Poppins';
	font-size: 1.2vw;
	line-height: 2.35vw;
	/*width: 42vw;*/
	margin: 0 auto;
}
table, th, td {
	color: #89786e;
	border: 1px solid #89786e;
}
th {
	color: white;
	background-color: #81ab1e;
}
th, td {
	padding: 8px;
	width: 25%;
	font-size: 0.8em;
	vertical-align: text-top;
}

.pdf {
	position: relative;
	top: -9vw;
	left: 75vw;
	color: rgb(19, 55, 51);
	width: 7vw;
}

.credit_photo {
	padding-bottom: 1vw;
}

.newsletter_button {
	display: inline-block;
	background-color: rgb(146,221,58);
	color: white;
	font-family: 'Branding', sans-serif;
	font-size: 1.7vw;
	padding: 10px 20px;
	border-radius: 10px;
	text-decoration: none;
}

.newsletter_image_smal {
	max-width: 300px;
}

.publications_01_image_titre {
	width: 100vw;
	height: 60vw;
	background-color: rgb(19, 55, 51);
	margin-top: -5.5vw;
	position: relative;
	z-index: -1;
}

.publications_01_bottom-left-text {
	position: absolute;
	top: 20vw;
	left: 1vw;
	color: white;
}

.publications_01_bottom-left-text p {
	font-family: 'FinalSix';
	font-size: 8.33vw;
	font-weight: bold;
	margin: 0;
	line-height: 1.2;
	padding-left: 7vw;
}

.publications_01_thin-text {
	font-weight: 100;
	font-size: 3.5vw;
	opacity: 0.9;
	display: inline-block;
	transform: translateY(-100%);
}

.publications_01_container_transition {
	width: 100%;
	position: relative;
	top: -5vw;
	background-color: white;
	/* Couleur de fond par défaut */
}

.publications_01_masked-div {
	position: absolute;
	/* Position en arrière-plan */
	top: -4vw;
	left: 0;
	width: 100%;
	height: 20vw;
	/* Hauteur de l'effet d'ellipse */
	background-color: white;
	clip-path: ellipse(100% 100% at 50% 100%);
	/* Effet de l'ellipse */
	z-index: 1;
	/* Derrière le contenu */
}

.publications_02_symbol-text {
	position: relative;
	top: 4.25vw;
	margin-top: 10vw;
	/*padding-bottom: 10vw;*/
	z-index: 1;
	font-family: 'FinalSix';
	font-size: 2vw;
	text-transform: uppercase;
}

.publications_02_ellipse-large {
	position: absolute;
	height: 16.5vw;
	left: 4vw;
	top: -3vw;
	padding-left: 20vw;
}

.publications_02_titre {
	position: relative;
	font-size: 3.5vw;
	font-weight: bold;
	color: rgb(19,55,51);
	padding-left: 32vw;
	/*padding-top: 2.5vw;*/
}

.publications_02_texte {
	font-family: 'Poppins';
	font-size: 1.2vw;
	line-height: 2.35vw;
	width: 42vw;
	margin: 0 auto;
	color: white;
	/* Centre le texte horizontalement */
	/*text-align: center; /* Centre le texte dans la boîte */
	padding-bottom: 8.5vw;
	padding-top: 4.8vw;
}

.publications_02_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 19.3vw;
	padding-top: 6.3vw;
	padding-right: 19vw;
}

.publications_02_container img {
	position: relative;
	width: 22.8vw;
}

.publications_02_texte_section {
	font-family: 'Poppins', sans-serif;
	font-size: 1.25vw;
	line-height: 2.35vw;
	color: black;
	width: 31.2vw;
}

.publications_02_titre_section {
	color: rgb(19, 55, 51);
	font-family: 'Branding', sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 3.3vw;
	letter-spacing: 0.05vw;
	line-height: 3.3vw;
	padding-bottom: 3vw;
}
