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 */
	width: 100%;
}
.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 .article a img{
    border-radius: 20px;
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.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;
	
}
.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;
}
.blog .article > a:hover{
	text-decoration: underline;
}
.blog .article h5 a{
	color:var(--color2);
	font-size: 18px;
	text-transform: none;
}
.blog .article h5{
    margin: 15px 0px 25px;
	font-weight: 500;
}
.pagination{
	flex-basis: 100%;
}
nav.pagination{
    width: 100%;
    text-align: center;
    margin-top: 3vw;
}

.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: 48%;
	}
}
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:var(--pad);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    flex-wrap: wrap;	
}

div.filtre{
    width: 100%;
    display: flex;
    max-width: 700px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-evenly;
    padding-bottom: 5vw;
}

div.filtre li{
	list-style: none;
}

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

.titre_filtre{
	    font-size: 25px;
}

.category-articles  div.filtre > li > a.categorie-types-articles{
	background: black;
	color: white;
}
.category-capsules  div.filtre > li > a.categorie-types-capsules{
	background: black;
	color: white;
}

.titre_page{
	text-align: center;
	padding-top: 5vw;
    font-family: var(--sec-font);	
}

.category-tutoriels  div.filtre > li > a.categorie-types-tutoriels{
	background: black;
	color: white;
}

div.filtre > li > a{
	background: white;
    border: 1px solid black;
    color: black;
    padding: 16px 30px;
    border-radius: 50px;
	transition: all 500ms cubic-bezier(0.250, 0.250, 0.550, 0.550);
	transition-timing-function: cubic-bezier(0.250, 0.250, 0.550, 0.550);
}
div.filtre > li > a:hover{
	background: black;
	color: white;
}

.article img{
    border-radius: 25px;	
}

.articles .sidebar{
	flex-basis: 280px;
	min-width: 280px;
}
.articles .sidebar ul{
	padding:20px 0;
	background-color: var(--color3);
	margin:0;
	list-style: none;
}
.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{
}
/*
@media screen and (max-width:1750px){
	.articles .blog .article {
		flex-basis: 30%;
	}
}
*/
@media screen and (max-width:1250px){
	.articles .blog .article {
		flex-basis: 48%;
	}
}
@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;
	}
}




.formulaire{
    display: flex;
    flex-wrap: wrap;
    background-color: black;	
padding: 0 5vw;	
}

.formulaire .colonne_01{
    width: 50%;
    padding: 5vw;
}


.formulaire .colonne_01 *{
	color: white;
}

.formulaire .colonne_02{
    width: 50%;
    padding: 5vw;
}

#gform_submit_button_1{
    background-color: var(--color1);
    color: white;
    padding: 20px 25px;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
    font-size: 70%;
    border-radius: 20px;	
}

.formulaire textarea,
.formulaire input{
	border-radius: 20px!important;
}

.formulaire .colonne_01 > div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding-top: 50px;

}
.formulaire .colonne_01 > div .colonne{
width: 49%;

}

@media screen and (max-width:760px){
	.blog .article a img {

		height: 200px;


	}
}

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