@charset "UTF-8";
/* CSS Document */
/* ©pascale moise v1 septembre 2025 */
/*     pascalemoise.com       */


body.newsletter img.parallax-img {
	aspect-ratio:auto;
	top: -10%;
}
body.newsletter main {
	margin-top: -5vw;
}


body.newsletter main ul {
	  display: flex;
	  flex-wrap: wrap;      
	  list-style: none;
	  padding: 0;
	  margin: 0;
	 align-items: stretch;
	 gap: 30px;
}
body.newsletter main  ul li {
	flex: 0 0 calc((100% - 90px) / 4);
	background: #000;
	border-radius:3vw;
	padding: 3vw 1vw;
	display: flex;              
	align-items: center;
	justify-content: center;
	cursor: pointer;
	aspect-ratio:1/1;
}
body.newsletter main ul li a {
	color: #fff;
	text-decoration: none;
}
@media (max-width: 800px) {
	body.newsletter main  ul li {
		flex: 0 0 calc((100% - 60px) / 3);
	}
}
@media (max-width: 600px) {
	body.newsletter main  ul li {
		flex: 0 0 calc((100% - 30px) / 2);
	}
}
.overlay iframe {
  width: 660px;
  max-width: 90vw;
  padding: 3vw 0;
  height: 98vh;
  border: none;
}
main div.contact {
	background: var(--gris);
	padding: 2vw 3vw 0 3vw;
	border-radius: 3vw;
	margin-bottom: 3vw;
}

