.formulaire{
    background-color: var(--color1);
    padding: 5vw 0 0 0;
    border-radius: 45px 45px 0 0;
    position: relative;
}

/*
.formulaire::after {
    content: "";
    background: black;
    width: 100%;
    height: 20%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
*/

section.recettes{
	    background: white;
    border-radius: 45px 45px 0 0;
    position: relative;
/*	    padding-bottom: 35vw;*/
}


section{
	position: relative;
}

/*
section.recettes.parrallax-sections.parallax-1-screens{
	height: 200vh;
}
*/





.formulaire .row{
	display: flex;
    flex-wrap: nowrap;
    padding: 0 10vw;
}
.formulaire .colonne_01{
    width: 30%;
}

.formulaire .colonne_02{
    width: 70%;
	padding-left: 10vw;
}

#gform_submit_button_1{
	background-color: black;
}

#gform_fields_1 textarea,
#gform_fields_1 input{
	    background: transparent;
    border: 1px solid white;
    color: white;
}

.header img{
	height: 80vh;
    width: 100%;
    object-fit: cover;
	filter: brightness(0.7);
}

section.intro .row {
    display: flex;
    flex-wrap: wrap;
    padding: 5vw 10vw;
}

section.intro {

    background-color: var(--color1);
    position: relative;
    border-radius: 45px 45px 0 0;
    top: -45px;
    padding-bottom: 45px;	
}

section.intro .colonne_01{
	width: 50%;
}

section.intro .colonne_02{
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 5vw;
}

.intro::after {
    display: block;
    content: "";
    position: absolute;
    right: 10vw;
    top: 35vw;
    width: 100px;
    height: 200px;
    background-image: url(../img/svg/stars.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

footer{
	border-radius: 45px 45px 0 0;
	    position: relative;
}

footer::after {
    content: "";
    background: var(--color1);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.intro .colonne_01 img{
	    height: 100%;
    object-fit: cover;
    width: 100%;
	border-radius: 30px;
}





div.blog{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	gap:0 4%; /*Vertical gap on flexbox bugged in firefox */
}
.blog > h2{
	flex-basis: 100%;
	text-align: center;
	font-weight: bold;
	color:var(--color2);
	margin-bottom: 12vh;
}
.blog .first{
	flex-basis: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	gap:8%;
}
.blog .first .content{
	flex-basis: 46%;
	min-width:350px;
	flex-grow: 1;
	margin-bottom: 8vh;
}
.blog .first > a{
	flex-basis: 46%;
	min-width:350px;
	flex-grow: 1;
	margin-bottom: 8vh;
}
.blog .first .content h3{
	font-weight:100;
}
.blog .article h3 a{
	color:inherit;
}
.blog .first .content h3 a{
	color:var(--color2);
}
.blog .first .content h3 a:hover{
	text-decoration: underline;
}
span.date{
	text-transform: uppercase;
	display: block;
	position: relative;
	font-weight: bold;
}
.post-more{
	text-transform: uppercase;
	color:var(--color2);
	font-weight:bold;
}
hr{
	width: 100%;
	flex-basis:100%;
	border:0;
	border-top:1px solid var(--color2);
	margin-bottom: 6vh;
}
.blog > h4{
	flex-basis: 100%;
	margin-bottom: 6vh;
    color: var(--color2);
}
.blog > h4 a{
	text-transform: uppercase;
	float: right;
	color:var(--color2);
}
.blog .article{
	flex-basis: 30%;
	margin-bottom: 4vh;
}


.modele_archive .blog .article{
	flex-basis: 30%;
	margin-bottom: 4vh;
}
.blog .article > a{
	margin-bottom: 2vh;
	display: block;
	font-weight: normal;
}
.blog .article > a:hover{
	text-decoration: underline;
}
.blog .article h5 a{
	color:var(--color2);
	font-weight: normal;
	text-transform: uppercase;
}
.blog .article h5{
/*	margin-top: 4vh;*/
}
.pagination{
	flex-basis: 100%;
}
nav.pagination{
    width: 100%;
    text-align: center;
    margin-top: 3vw;
}

.intro_recette{
    padding: 5vw 10vw 0;
    position: relative;
    border-radius: 45px;
    top: -90px;
    background: white;
	    display: flex;
	align-items: center;
}

.intro_recette h2{
	margin: 0;
}
.intro_recette .boite_animation{
    display: flex;
    
}
.intro_recette .boite_animation .animation_contenu{
    width: 18vw;
}



.intro_recette .colonne_01{
	width: 50%;
}

.intro_recette .colonne_02{
	width: 50%;
}

.page-numbers.current{
	color: var(--vert);
}

.page-numbers:active{
	color: var(--vert);
}

.page-numbers{
	color: black;
}


@media screen and (max-width:1079px){
	.blog .article{
		flex-basis: 30.6666%;
	}
}
@media screen and (max-width:970px){
	.blog .first .content{
		min-width:100%;
	}
	.blog .first > a{
		min-width:100%;
	}
}
@media screen and (max-width:740px){
	.blog .first .content{
		order:2;
	}
	.blog .first > a{
		order:1;
	}
	.blog .article{
		flex-basis: 100%;
	padding-bottom: 5vw;	
	}
}
main .page-header .header_bg{
	height:40vh;
}
main .page-header .header_bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.modele_archive .page-header-text {
	width: 75%;
}
.modele_archive .page-header-text h1 {
    word-break:normal;
}
.modele_archive .desc{
	padding:6vh 10%;
}
.modele_archive .desc h1{
	max-width:70vw; 
	color:var(--color2);
	margin-bottom: 0;
} 
.articles{
	padding: 0vw 10vw 5vw;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;	
}
.articles .sidebar{
	flex-basis: 100%;
	
}
.articles .sidebar ul{
	padding:20px 0;
	background-color: var(--color3);
	margin:0;
	list-style: none;
}

.article a img{
	    aspect-ratio: 1 / 1;
    object-fit: cover;
	border-radius: 25px;
}

.articles .sidebar li a{
	color:var(--color2);
	padding: 15px 25px;
	background-color: var(--color3);
	display: block;
	transition: background-color 0.4s ease-in-out;
}
.articles .sidebar li a:hover{
	background-color: var(--color2);
	color:white;
}
.articles form{
	margin-bottom: 8px;
	position: relative;
}
.articles input[type="submit"]{
	width: 26px;
	height: 26px;
	position: absolute;
	left: 10px;
	top: 10px;
	background-image: url(../img/loupe.png);
	background-size: contain;
	background-position: center center;
	background-color: transparent;
	border:none;
	text-indent: -1000px;
}
.articles input#s{
	background-color: var(--color2);
	padding: 15px 10px 15px 50px;
	border:none;
	width: 100%;
}
.articles input#s::placeholder{
}

.recette_blog{
	    background: black;
    padding: 5vw 10vw;
	border-radius: 45px 45px 0 0;
/*	padding-bottom: 20vw;*/
}

.recette_blog .blog h5 a{
	color: white;
}
.recette_blog .blog p{
	color: white;
}
.recette_blog .blog a{
	color: white;
}

.intro_recette_blog{
	padding-bottom: 5vw;
}

.animation_cta{
	width: 25vw;

}

.intro_recette_blog .colonne_01{
	    width: 100%;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.formulaire{
	position: relative;
}

/*
.formulaire::after {
    content: "";
    background: black;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
*/

@media screen and (max-width:1750px){
	.articles .blog .article {
		flex-basis: 30%;
	}
}


@media screen and (max-width:1400px){
/*
	.intro.parrallax-sections.parallax-1-screens{
		padding-bottom: 35vw;
	}
	
	.recette_blog.parrallax-sections.parallax-1-screens{
		padding-bottom: 35vw
	}
*/
}

@media screen and (max-width:1250px){
	.articles .blog .article {
/*		flex-basis: 48%;*/
	}
}

section.formulaire.parrallax-sections.parallax-1-screens::before {
    content: "test";
    background: black;
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
}


@media screen and (max-width:1200px){
	.formulaire .row{
    	flex-wrap: wrap;
	}
	
	.formulaire .colonne_01{
		width: 100%;
	}	
	.formulaire .colonne_02{
		width: 100%;
		padding: 0;
	}	
	

.formulaire .row{

    padding: 0 10vw 5vw;
}	
}

@media screen and (min-width:1024px){
/*
	section.formulaire.parrallax-sections.parallax-1-screens{
		height: 200vh;
	}

	.recettes.parrallax-sections > div.container,
	.recette_blog.parrallax-sections > div.container {
		position: sticky;
		top: 0px;
	}
*/
	

}


@media screen and (max-width:1024px){
/*
    .recette_blog.parrallax-sections.parallax-1-screens {
        padding-bottom: 5vw;
    }	
	
		.intro.parrallax-sections.parallax-1-screens {
        padding-bottom: 5vw;
			        padding-top: 0;
    }
*/
	
	.intro_recette .colonne_01 {
		width: 100%;
	}	
	
	.intro_recette .boite_animation {
		display: flex;
		justify-content: end;
	}
	
	section.recettes{
		padding-bottom: 0;
	}
}

.recettes .articles .sidebar{
	display: none;
}

@media screen and (max-width:960px){
	.articles .sidebar, .articles .blog{
/*
		flex-basis: 100%;
		margin: 6vh 10vw 6vh 10vw;
		padding: 0;
*/
	}
	.articles{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}


@media screen and (max-width:860px){
		section.intro .row {
		display: flex;
		flex-wrap: wrap;
		padding: 5vw;
		flex-direction: column-reverse;
	}
	
/*
	.intro.parrallax-sections.parallax-1-screens {
        padding-bottom: 10vw;
	}
*/
	
	section.intro .colonne_02 {
		width: 100%;
	}	
	
	section.intro .colonne_01 {
		width: 100%;
	}	
}


@media screen and (max-width:760px){
	.articles .blog .article {
        flex-basis: 100%;
        padding-bottom: 5vw;
    }
	
	.blog .article h5{
		text-align: center;
	}
	
	.modele_archive .blog .article{
		width: 100%;
		flex-basis: 100%;
	}
}
