.intro{
	padding:var(--pad);
	padding-top:6vh;
	padding-bottom:6vh;
	border-bottom: 1px solid #ccc;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	column-gap: 4vw;
}
.intro h1{
	white-space: nowrap;
}
.intro p{
	text-align: left;
}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 .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 .article > div.image{
	position: relative;
	padding: 20px;
    background-color: var(--color3);
    display: block;
    margin-bottom: 20px;
}
.blog .article > div.image .hover{
    padding: 0 15%;
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,99,175,0.8);
	opacity: 0;
	transition: opacity 0.4s cubic-bezier(.2,.65,.3,1);
}
.blog .article:hover > div.image .hover{
	opacity: 1;
}
.blog .article > div.image .hover a{
	margin: 10px 0;
    display: block;
    width: 100%;
    text-align: center;
}
.blog .article div.image img{
	width: 100%;
	display: block;
	margin: 0 auto;
	aspect-ratio:1 / 1;
	object-fit: contain;
	object-position: center center;
	mix-blend-mode: multiply;
}
.blog .article{
	text-align: center;
	margin-bottom: 4vh;
	text-align: left;
}
.blog .article > a.post-more{
	display: inline-block;
}
.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%;
	flex-grow: 1;
	margin-bottom: 4vh;
	max-width: 30%;
}


.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{
	text-align: center;
}
.blog .article h5 a{
	color:var(--noir);
}
.blog .article h5{
	margin-top: 4vh;
}
.pagination{
	flex-basis: 100%;
}
nav.pagination{
    width: 100%;
    text-align: center;
    margin-top: 6vh;
	margin-bottom: 6vh;
}
.page-numbers:not(.current, .dots){
	color: var(--color4);
	padding: 15px 20px;
	background-color: var(--color1);
	margin: 0 10px;
}
.page-numbers.dots{
	padding: 15px 20px;
}
.page-numbers.current{
	color: var(--color4);
	padding: 15px 20px;
	background-color: var(--color2);
	margin: 0 10px;
}

.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{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	margin-top: 10vh;
}
.articles .sidebar{
	flex-basis: calc(380px + 8vw);
	min-width: calc(380px + 8vw);
	padding: 0px 50px 50px 8vw;
}
.articles .sidebar > div{
	margin-bottom: 7vh;
}
.articles .sidebar ul{
	padding:0;
	margin:0;
	list-style: none;
}
.articles .sidebar li a{
	position: relative;
	color:var(--noir);
	padding: 5px 25px;
	display: block;
	transition: background-color 0.4s ease-in-out;
}
.articles .sidebar li a:before{
	content:"";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius:50px;
	width: 15px;
	height: 15px;
	background-color: #fff;
	border: 1px solid #ccc;
}
.articles .sidebar li.active > a:after{
	content:"";
	display: block;
	position: absolute;
	left: 2.5px;
	top: 50%;
	transform: translateY(-50%);
	border-radius:50px;
	width: 10px;
	height: 10px;
	background-color: var(--color1);
	border: 1px solid #ccc;
}
.articles .sidebar div > ul > li > a{
	font-weight: 400;
}
.articles .sidebar div > ul > li ul li{
	padding-left: 20px;
}
.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{
}
section.cat{
	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;
	justify-content: center;
	gap:40px;
	margin-bottom: 10vh;
}
section.cat > a{
	display: block;
	flex-basis: 400px;
	transition: opacity 0.4s ease-in-out;
}
section.cat > a:hover{
	opacity:0.7;
}
section.cat > a img{
	width: 100%;
	border-radius:25px;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	object-position: center center;
	margin-bottom: 40px;
}
section.cat > a h5{
	text-align: center;
	color:var(--noir);
}
.banner.bottom{
	margin-bottom: 20px;
	position: relative;
}
.banner.bottom h1{
	color:var(--blanc);
}
.banner.bottom > div{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	padding: 10vw;
	text-align: center;
	z-index: 1;
}
.articles .sidebar li a:hover{
	background-color: transparent;
	color: var(--noir);
}
.intro img{
	width: 200px;
}
.articles .sidebar h3 {
    color: var(--color5);
}
.articles .sidebar h5 {
    font-weight: 400;
}
.articles .sidebar li a{
	color:var(--color4);
}
.blog .article > a:hover{
	text-decoration: none;
}
.blog .article .content a, 
.blog .article .content p{
	margin-top: 0;
	font-size: calc(9px + 0.4vw);
}
.blog .article .content p{
	padding: 0;
	margin: 0;
}
.blog .article .content p a{
	color:inherit;
}
.otherlinks{
	background-color: var(--color3);
	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;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	gap:5%;
	margin: 8vh 0;
	padding: 4vh 4vw;
}
.otherlinks > div{
	flex-basis: 28%;
}
.otherlinks h2{
	flex-basis: 100%;
}
.otherlinks > div img{
	width: 200px;
	mix-blend-mode: multiply;
	margin-bottom: 50px;
	margin: 0 auto 30px auto;
	display: block;
}
.otherlinks > div p{
	font-size:14px;
	line-height: 120%;
}
@media screen and (max-width:1300px){
	
}
@media screen and (min-width:1300px){
	p{
		font-size: 14px;
	}
}
.blog .article .content{
	padding: 0 20px;
}
.blog .article h5{
	text-align: left;
	margin-bottom: 0;
	margin-top: 20px;
}
@media screen and (max-width:1750px){
	.articles .blog .article {
		flex-basis: 30%;
	}
}
@media screen and (max-width:1250px){
	.otherlinks > div{
		flex-basis: 45%;
	}
	.articles .blog .article {
		flex-basis: 48%;
		max-width: 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;
	}
}

@media screen and (max-width:700px){
	.intro{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.intro > *{
		flex-basis: 100%;
	}
	.articles .sidebar, .articles .blog{
		margin: 6vh 8vw;
	}
	.otherlinks > div img{
		width: 80%;
	}
}
@media screen and (max-width:500px){
	.otherlinks > div{
		flex-basis: 100%;
	}
}