@import "/css/animations.css";
.headerHP {	
	width: 100%;
	height: fit-content;
	overflow: hidden;	
	position: relative;
	padding-bottom: 3rem;
}
.headerHP .theBigBlurPictureHP,
.headerHP .theBigPictureHP {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;	
	min-height: 100vh;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}
.headerHP .theBigBlurPictureHP {
	filter: blur(20px);
	transform: scale(1.1);
	z-index: -1;
}

.headerHP :is(h1,h2) {
	font-family: Oranienbaum;
}
.headerHP h1 {
	color: var(--color-identity);
	/* font-family: birch-std, serif; */
	font-size: 3.5rem;
	font-weight: 400;
	margin: 0;
	text-align: center;
	opacity: 0;
	transform: translateY(-30px);
	animation: fadeAppear .5s .4s forwards;
}
.headerHP h2 {
	font-size: 2.2rem;
	color: var(--color-identity);
	font-weight: 500;
	margin-bottom: 0.5rem;
	opacity: 0;
	transform: translateY(-30px);
	animation: fadeAppear .5s .5s forwards;

}
.headerHP h2 span{
	display: block;
	text-align: center;
	margin-bottom: .5rem;
}
.headerHP h2 :last-child{
	font-size: 2.1rem;

}

.headerHP .header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.headerHP .header .logo {
	position:relative;
	width: 45%;
	margin-top: 11rem;
	margin-bottom: 3rem;
	opacity: 0;
	transform: translateY(-30px);
	animation: fadeAppear .5s .3s forwards;

}
.headerHP .header .logo :first-child {
	filter: invert(1);
	width: 100%;

}

.headerHP .header .logo :last-child {
	position: absolute;
    top: 0;
    right: 18%;
    width: 60px;
}

.headerHP .header .altitude {
	color:  var(--color-text-light);
	font-weight: 700;
	font-size: 2rem;
	margin-top: 3rem;
	margin-bottom: 3rem;
	opacity: 0;
	transform: translateY(-30px);
	animation: fadeAppear .5s .6s forwards;
}
.headerHP .header .buttonBase {
	opacity: 0;
	transform: translateY(-30px);
	animation: fadeAppear .5s .7s forwards;
} 
.headerHP .promo {	
	width: 100%;
	margin-top: 7rem;
}
.headerHP .promo .promoContainer {
	display: flex;
	justify-content: center;
	gap: 5rem;
	margin-bottom: 3rem;
}
.headerHP .promo .promoBlock{
	flex: 1;
	background-color: var(--color-background-promo);
	color: var(--color-text-light);
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;	
	padding: 2rem;
	padding-top: 5rem;
}

	.headerHP .promo .promoBlock-middle {
		max-width: 40%;
	}
.headerHP .promo .promoBlock .promoBlock-category{
	
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 1.4rem;
    text-transform: uppercase;
    background-color: var(--color-identity);
    border-radius: 50%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 800;
	width: 100px;
	height: 100px;

}
.headerHP .promo .promoBlock .promoBlock-category > span{
	display: block;
	margin-bottom: .3rem;
}

.headerHP .promo .promoBlock-previous {
	font-size: 2rem;
	font-weight: 600;
	
}

.headerHP .promo .promoBlock-left .promoBlock-previous {
	position: relative;
}

.headerHP .promo .promoBlock-reduce {
	font-size: 4rem;
	font-weight: 900;	
	color: var(--color-identity);
}

.headerHP .promo .promoBlock-info {
	font-size: 2rem;
	font-weight: 500;	
}
.headerHP .promo .promoBlock-left .promoBlock-info {
	font-style: italic;
}


.headerHP .promo p {
	display: flex;
	justify-content: flex-start;
	gap: .5rem;
}
.headerHP .promo .ttc{
	font-size: .5em;
}
.headerHP .promo .promoBlock-left .promoBlock-previous:after {
	content: "";
	background-color: var(--color-button-primary);
	height: 4px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}


.arbouzBtn {
	padding: 1em 2em;
	width: fit-content;
	text-transform: uppercase;
	color: white;
	font-size: 1.8em;
	cursor: pointer;
	transition: 0.5s ease;
	border: 2px var(--color-1) solid;
	position: relative;
	z-index: 1;
	background: #000;
	overflow: hidden;
}
.arbouzBtn::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: -35%;
	background: var(--color-1);
	clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
	bottom: 0;
	z-index: -1;
	transition: 0.5s ease;
}
.arbouzBtn:hover::after {
	right: 100%;
}
.headerHP .arbouzBtn {
	font-size: 2.5em;
	padding: 1.3em;
	box-shadow: 0 0 16px #000a;
}
.headContent {
	z-index: 5;
	/* height: 100vh; */
	/* display: flex; */
	/* justify-content: center; */
}
.headContent .site_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.btleHead {
	height: 73vh;
	filter: drop-shadow(0 0 8px #fffa);
}
/* NEWSLETTER */
/* NEWSLETTER */
/* NEWSLETTER */

.blocNewsletter > p {
	text-align: center;
	font-size: 2em;
}
.newsletterFields {
	display: flex;
	justify-content: center;
	max-width: 1000px;
	margin: 2em auto 4em;
}
.newsletterFields input {
	flex: 1;
	border: 0;
	border-bottom: 1px solid #000;
	margin-right: 1em;
}
.newsletterFields input,
.newsletterFields input::placeholder {
	font-size: 1.4em;
}

.bandeauArticle {
	background-image: url("/images/wallpapers/bacground_photo_vignes.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.bandeauVivreHeureux {
	background-color: var(--color-secondary);
	display: flex;
	padding-top: 4rem;
	padding-bottom: 4rem;
	position: relative;
}
.bandeauVivreHeureux img {
	width: 45%;
	object-fit: cover;
	-webkit-box-shadow: 15px 15px 0px -2px var(--color-identity); 
	box-shadow: 15px 15px 0px -2px var(--color-identity);
}
.bandeauVivreHeureux .citation {
	width: fit-content;
	margin-left: auto;
}
.bandeauVivreHeureux .citation span:first-child {
	color: var(--color-identity);
}
.bandeauVivreHeureux .citation span:last-child {
	text-transform: uppercase;
}


.explications {
	background-image: url("/images/wallpapers/background_fleurs_arbousiers2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.explications > div > div {
	display: flex;
	gap: 2rem;
	align-items: center;
	margin-bottom: 2rem;
}
.explications > div > div img {
	width: 130px;
	height: auto;
}

.explications > div > div .articleBlock header,
.contactezNous .articleBlock header{
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	gap:1rem;
	margin-bottom: 0;
}

.explications > div > div .articleBlock header h3,
.contactezNous .articleBlock header h3{
	margin-left: 0;
	padding-left: 0;
	margin-right: 0;
	
}
.explications > div > div .articleBlock header p,
.contactezNous .articleBlock header p{
	margin-left: 0;
	margin-right: 0;
	
}

.contactezNous {
	background-color: var(--color-secondary);
	width: 100%;
	padding-top: 3rem;
	padding-bottom: 3rem;	
}
.contactezNous .articleBlock {
	display: flex;
	gap: 2rem;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.contactezNous button {
	margin: 0;
}
@media all and (max-width: 1800px) {
	.site_container .site_container {
		margin: 0;
		width: 100%;
	}
}

@media all and (max-width: 1300px) {
	.blocNewsletter > p {
		font-size: 1.4em;
	}
	
	.blocNewsletter {
		margin: 3em 0;
	}
	.bandeauVivreHeureux {
		flex-direction: column;
	}
	.bandeauVivreHeureux img {
		width: 70%;
		max-height: 80%;
		object-fit: cover;
		margin-bottom: 2rem;
		top: 0;
		opacity: 0.2;
	}
	.headerHP h1 {
		color: var(--color-text-light);
		text-shadow: 0px 0px 4px var(--color-secondary);
	}
	.headerHP h2 {
		
		color: var(--color-text-light);
		text-shadow: 0px 0px 4px var(--color-secondary);
	
	}
}

@media all and (max-width: 1050px) {
	.newsletterFields {
		flex-wrap: wrap;
	}
	.newsletterFields .arbouzBtn {
		margin: auto;
	}
	.newsletterFields input {
		flex: unset;
		width: 90%;
		margin: 1em 5%;
		padding: 10px 0;
	}
	.headContent .site_container {
		flex-direction: column;
	}
	.btleHead {
		height: 65vh;
	}

	
	.headerHP {
		height: auto;
		overflow: unset;
		padding-bottom: 2em;
	}
	.headerHP .header .logo :last-child {		
		right: 11%;
    	top: -16%;
		
	}.headerHP .header .logo {
		width: 60%;
		margin-top: 4rem;

		
	}
	.headContent .site_container {
		height: auto;
	}
}
@media all and (max-width: 900px) {
.explications > div > div {
	flex-direction: column;
	justify-content: center;
}
}

@media all and (max-width: 500px) {
	.headerHP .header .logo :last-child {
		
		right: 10%;
		width: 40px;
	
		
	}
	.headerHP .header .logo {
		width: 90%;
		
	}
}

