/*
	Theme Name: Jolifish Blank
	Theme URI: https://www.jolifish.fr/
	Description: Jolifish Blank WordPress Theme
	Version: 1
	Author: Jolifish
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
:root {
	/* button  */
	--backgroundbutton: #000;
	--couleurtextebutton: #FFF;
	--borderradiusbutton: 10px;
	--couleurborderbutton: #000;
	--couleurtextebuttonhover: #000;
	--backgroundbuttonhover: #FFF;
	--couleurborderbuttonhover: #000;
	--paddingbutton: 10px 30px;

	/* header */
	--backgroundheader: #FFF;
	--couleurtitremenuhover: #000;
	--couleurtitremenu: #000;

	/* general */
	--couleurh1: #000;
	--fontsizeh1: 49px;
	--couleurh2: #000;
	--fontsizeh2: 49px;
	--couleurh3: #000;
	--fontsizeh3: 30px;
	--couleurh4: #000;
	--fontsizeh4: 24px;
	--couleurhref: #000;
	--couleurhrefhover: #000;
	--couleurstrong: #000;
	--couleurp: #000;
	--fontsizep: 20px;
	--couleurhrefblog: #000;
	--couleurblog: #000;

	/* font */
	--font: 'montserrat';
	--fonttitre: 'montserrat';

	/* footer */
	--couleurh4footer: #FFF;
	--couleurparagraphefooter: #FFF;
	--backgroundfooter: #567ac7;
	--couleurhreffooter: #FFF;
	--couleurhrefhoverfooter: #FFF;

}

*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'montserrat', sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}

img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
	font-family:'amaranth-bold';
	src:url('fonts/Amaranth-Bold.ttf');
}

@font-face {
	font-family:'montserrat';
	src:url('fonts/Montserrat-VariableFont_wght.ttf');
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/


.header {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
    background: var(--backgroundheader);
}

.header-wrapper {
    padding: 10px 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 99;
}

.header .logo img{
	height: 71px;
}

.header nav{
	display: flex;
}

.header nav ul{
	display: flex;
	font-size: 17px;
	list-style: none;
}

.header nav ul li {
    margin: 0 20px;
}

.header nav ul li a {
    font-size: 14px;
    transition: 0.3s;
    color: var(--couleurtitremenu);
    font-weight: 500;
}

.header nav ul li a:hover{
	color: var(--couleurtitremenuhover);
	transition: 0.3s;
}

.header nav .close{
	font-size: 41px;
	position: absolute;
	top: 3%;
	right: 3%;
	justify-content: center;
	align-items: center;
	display: none;
}

.header .menu-responsive{
	font-size: 41px;
	justify-content: center;
	align-items: center;
	display: none;
}

.header .show{
	left: 0;
}


.header nav ul li ul li {
    padding: 5px 0;
}

.header nav ul li ul {
    display: flex;
    flex-direction: column;
    font-size: 17px;
    list-style: none;
    padding: 0;
    position: absolute;
    background: #FFF;
    padding: 10px;
    visibility: hidden;
}

.header nav ul li ul li {
    padding: 5px 0;
}

.header .current_page_item a{
   font-weight: 700;
}
.header nav ul li.menu-item-has-children a {
    transition: 0.3s;
    padding-left: 10px;
}

.header nav ul li.menu-item-has-children ul li a {
    transition: 0s;
    padding-left: 0px;

}
.header nav ul li.menu-item-has-children:hover ul {
    visibility: visible;
}


.header .current_page_item ul li a {
    font-weight: 500;
}

@media only screen and (max-width:997px){
	.header nav ul{
		flex-direction: column;
		padding: 0;
		align-items: center;
	}

	.header nav{
		flex-direction: column;
		position: fixed;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		background: var(--backgroundheader);
		opacity: 1;
		font-size: inherit;
		left: -100%;
		top: 0;
		transition: 0.3s;
	}

	.header nav ul li a {
		font-size: 17px;
		margin: 17px 0;
		color: #000;
	}

	
	.header nav ul li {
		margin: 3px 0px;
	}

	.logo-section .content .title h2{
		font-size: 31px;
	}

	.header .menu-responsive{
		display: flex;
		cursor: pointer;
	}

	.header nav .close{
		display: flex;
		cursor: pointer;
	}

	.header nav ul li ul {
		font-size: 10px;
		position: relative;
		background: #FFF;
		padding: 10px;
		visibility: visible;
	}

	.header nav ul {
		flex-direction: column;
		padding: 0;
		align-items: start;
	}

	.header nav ul li {
		margin: 3px 0px;
	}

}


/*------------------------------------*\
    CONFIG
\*------------------------------------*/


h1{
	font-size: var(--fontsizeh1);
	color: var(--couleurh1);
	font-family: var(--fonttitre);
}

strong{
	color: var(--couleurstrong);
}

h2{
	font-size: var(--fontsizeh2);
	color: var(--couleurh2);
	font-family: var(--fonttitre);
}

p{
	font-size: var(--fontsizep);
	color: var(--couleurp);
}

li{
	font-size: var(--fontsizep);
	color: var(--couleurp);
	text-align: left;
}

h3{
	font-size: var(--fontsizeh3);
	color: var(--couleurh3);
	font-family: var(--fonttitre);
}

h4{
	font-size: var(--fontsizeh4);
	color: var(--couleurh4);
	font-family: var(--fonttitre);
}

a{
	color: var(--couleurhref);
	transition: 0.3s;
}

a:hover{
	color: var(--couleurhrefhover);
	transition: 0.3s;
}
.page p a {
    color: #ff0078;
    transition: 0.3s;
}
.page p a:hover {
    color: #000;
    transition: 0.3s;
}
.page .nf-field a {
    color: #ff0078;
    transition: 0.3s;
}
.page .nf-field a:hover {
    color: #000;
    transition: 0.3s;
}
.button {
    display: flex;
    border: 1px solid var(--couleurborderbutton);
    border-radius: var(--borderradiusbutton);
    background: var(--backgroundbutton);
    transition: 0.3s;
    height: fit-content;
    color: var(--couleurtextebutton);
    font-weight: 700;
    opacity: 1;
    width: fit-content;
    font-size: 17px;
    text-decoration: transparent;
    padding: var(--paddingbutton);
}

.header nav ul .button-header a {
    border: 1px solid #fc2e8b;
    border-radius: var(--borderradiusbutton);
    background: #fc2e8b;
    transition: 0.3s;
    height: fit-content;
    color: var(--couleurtextebutton);
    font-weight: 500;
    opacity: 1;
    font-size: 17px;
    text-decoration: transparent;
    padding: 9px 40px;
}

.button:hover{
	background: var(--backgroundbuttonhover);
	color: var(--couleurtextebuttonhover);
	transition: 0.3s;
	border: 1px solid var(--couleurborderbuttonhover);
}
.page .wp-block-button__link {
	border: 1px solid var(--couleurborderbutton);
	border-radius: var(--borderradiusbutton);
	background: var(--backgroundbutton);
	transition: 0.3s;
	font-family: 'amaranth-bold';
	height: fit-content;
	color: var(--couleurtextebutton);
	font-weight: 700;
	opacity: 1;
	font-size: 17px;
	text-decoration: transparent;
	padding: var(--paddingbutton);
}

.page .wp-block-button__link:hover{
	background: var(--backgroundbuttonhover);
	color: var(--couleurtextebuttonhover);
	transition: 0.3s;
	border: 1px solid var(--couleurborderbuttonhover);
}

.header nav ul .button-header a:hover {
    background: var(--backgroundbuttonhover);
    color: #fc2e8b;
    transition: 0.3s;
    border: 1px solid #fc2e8b;
}

#button {
	display: inline-block;
	background-color: var(--backgroundbutton);
	width: 50px;
	border: 1px solid var(--backgroundbutton); 
	height: 50px;
	text-align: center;
	border-radius: var(--borderradiusbutton);
	text-decoration: transparent;
	position: fixed;
	bottom: 99px;
	right: 30px;
	transition: background-color .3s, 
	  opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

#button::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: var(--couleurtextebutton);
}

#button:hover {
	cursor: pointer;
	background-color: #FFF;
}

#button:hover::after {
	color: var(--couleurtextebuttonhover);
}

#button:active {
	background-color: #555;
}
  
#button.show {
	opacity: 1;
	visibility: visible;
}

@media only screen and (max-width:997px){
	.button{
		font-size: 13px;
	}

	h2{
		font-size: 31px;
	}
	h3 {
		font-size: 24px;
	}

}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

.footer{
	background: var(--backgroundfooter);
	position: relative;
}

.footer .content {
    display: flex;
    justify-content: space-between;
    padding: 33px 0;
}

.footer .content h4 {
    font-weight: 700;
    font-size: 17px;
    color: var(--couleurh4footer);
    margin-bottom: 0;
}

.footer .content p {
    font-size: 14px;
    color: var(--couleurparagraphefooter);
}

.footer .copyright {
    font-size: 14px;
    text-align: center;
    padding: 17px 0;
    margin: 0;
    color: var(--couleurparagraphefooter);
}

.footer .mentions{
	bottom: 30px;
	position: absolute;
	right: 17px;
	font-size: 17px;
}
.footer .zone4 .contact {
    color: #FFF;
    background: #fc2e8b;
    padding: 5px 39px;
    border-radius: 20px;
    border: 1px solid #fc2e8b;
}
.footer .zone4 .contact:hover {
    background: #FFF;
    color: #fc2e8b;
}

.footer p a{
	color: var(--couleurhreffooter);
	transition: 0.3s;
}

.footer p a:hover{
	color: var(--couleurhrefhoverfooter);
	transition: 0.3s;
}


.footer .socials {
    display: flex;
    align-items: center;
}

.footer .socials a svg{
	margin-right: 10px;
	fill: #FFF;
}


.footer .socials a svg g{
	margin-right: 10px;
	fill: #FFF;
}

.footer .socials a:hover svg{
	fill: #ffb800;
}


.footer .socials a:hover svg g{
	fill: #ffb800;
}

.footer p a:hover {
	color: #ffb800;
	transition: 0.3s;
}

@media only screen and (max-width:997px){
	.footer .socials {
		justify-content: center;
	}
	.footer .content{
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.footer .content .logo{
		align-items: center;
	}
	.footer .social{
		align-items: center;
	}
	
}



/*------------------------------------*\
    FRONT PAGE
\*------------------------------------*/


.home .header nav ul li a{
	transition: 0.3s;
	
}

.home .header nav ul li a:hover{
	transition: 0.3s;
}

.hero-section{
    width: 100%;
	height: 100vh;
} 

.hero-section .content{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-section .content .content-text{
    width: 49%;
    text-align: left;
}

.hero-section .content .content-text h1{
    color: var(--couleurh1);
}

.hero-section .content .content-image{
    width: 49%;
}

.hero-section .content .content-image img{
    object-fit: contain;
}

.hero-section .content .content-image video{
    object-fit: contain;
    height: fit-content;
}

.hero-section .image{
	width: 100%;
	height: 100%;
}

.hero-section .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-section video{
	width: 100%;
	height: 100vh;
    object-fit: cover;
}

.hero-section .overlay{
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
	width: 100%;
	height: 100%;
	z-index: 1;
}

.hero-section .content-hero {
    position: absolute;
    padding-top: 90px;
    bottom: 0;
    z-index: 2;
    width: 47%;
    height: 100%;
    max-width: 1400px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.hero-section .content-hero h2{
	margin-top: 31px;
}


.hero-section .content-hero h1 {
    padding: 0;
    margin: 0px;
    width: fit-content;
    font-size: 91px;
    color: #FFF;
}

.hero-section .content-hero h1 span{
}

.hero-section a {
    background: #fc2e8b;
    border: 1px solid #fc2e8b;
    padding: 10px 39px;
    color: #FFF;
    margin-top: 40px;
}

.hero-section a:hover {
    background: #FFF;
    color: #fc2e8b;
    transition: 0.3s;
    border: 1px solid #fc2e8b;
}

.buttons-hero{
	display: flex;
	justify-content: center;
	align-items: center;
}


@media only screen and (max-width:997px){
    .hero-section .content{
    width: 100%;
    height: fit-content;
    padding-top: 117px;
    flex-direction: column;
    }

    .hero-section .content .content-text{
        width: 95%;
        text-align: center;
    }

    .hero-section .content-hero h1 {
		padding: 0;
		margin: 0px;
		width: fit-content;
		font-size: 59px;
		color: #FFF;
	}

    .hero-section .content .content-image{
        width: 95%;
        padding-top: 47px;
    }

	.hero-section .content-hero {
		width: 95%;
		margin: auto;
	}

	.hero-section a {
		font-size: 20px;
	}

}






/*------------------------------------*\
    SINGLE PAGE
\*------------------------------------*/

.single .single-content{
	display: flex;
	justify-content: center;
	padding-top: 51px;
}

.single .single-content .content a{
	color: var(--couleurhrefblog);
}

.single .single-content .content a:hover{
	transition: 0.3s;
	opacity: 0.7;
}

.single .single-content article{
	border-radius: 17px;
	padding: 20px;
	box-shadow: 0 3px 6px #c0c0c0;
}

.single .single-content article .image{
	height: 299px;
	width: 100%;
	position: relative;
}

.single .single-content article .image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 17px;
}

.single .category ul{
	width: 100%;
	list-style: none;
	position: absolute;
	top: 0;
	display: flex;
	flex-wrap: wrap;
}

.single .category ul li{
	margin: 3px;
	margin-bottom: 17px;
}

.single .category ul li a{
	border: 1px solid var(--couleurborderbutton);
	background: var(--backgroundbutton);
	width: fit-content;
	padding: 7px;
	font-size: 13px;
	transition: 0.3s;
	opacity: 1;
	color: var(--couleurtextebutton);
	border-radius: 7px;
}

.single .category ul li a:hover{
	color: var(--couleurtextebuttonhover);
	background: var(--backgroundbuttonhover);
}


.single .single-content article .infos{
	display: flex;
	margin-top: 10px;
	color: var(--couleurblog);
	font-weight: 700;
	margin: 17px 0;
}

.single .single-content article .infos .date{
	display: flex;
	flex-wrap: wrap;
	font-size: 17px;
}
.single .date-jour{
	margin-right: 10px;
}

.single .eta{
	margin-right: 10px;
}

.single .auteur{
	margin-left: 10px;
}

.single .timer svg{
	height: 20px;
	width: 31px;
}

.single .timer{
	margin-left: 4px;
}

.single .single-content .autres-articles{
	width: 100%;
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
}

.single .single-content .autres-articles .content-left{
	width: 45%;
	height: 250px;
	display: flex;
	justify-content: center;
	position: relative;
}

.single .single-content .autres-articles .content-right{
	width: 45%;
	height: 250px;
	position: relative;
}

.single .single-content .autres-articles .image{
	width: 100%;
	height: 100%;
}

.single .single-content .autres-articles .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 17px;
}

.single .single-content .autres-articles .title{
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	border-radius: 17px;
	transition: 0.3s;
	font-size: 20px;
	color: #FFF;
	opacity: 1;
	text-align: center;
}

.single .single-content .autres-articles .title:hover{
	background: rgba(0, 0, 0, 0.53);
	transition: 0.3s;
}


.single .single-content .autres-articles .content-left svg{
	width: 41px;
	height: 41px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #FFF;
	border-radius: 49%;
	padding: 7px;
	opacity: 1;
	background: var(--couleurblog);
}

.single .single-content .autres-articles .content-right svg{
	width: 41px;
	height: 41px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	border-radius: 49%;
	color: #FFF;
	padding: 7px;
	opacity: 1;
	background: var(--couleurblog);
}

.single .single-content .commentaires{
	width: 100%;
	margin: 20px auto;
	box-shadow: 0 3px 6px #c0c0c0;
	padding: 20px;
	font-size: 17px;
	border-radius: 17px;
}

.single .single-content .commentaires input{
	padding: 7px;
	width: 100%;
}

.single .single-content .commentaires h3{
	text-align: center;
}

.single .single-content .autres-articles .content-left a{
	width: 100%;
}

.single .single-content .autres-articles .content-right a{
	width: 100%;
}

.single .single-content .commentaires h2{
	font-size: 24px;
	text-align: center;
}

.single .single-content .commentaires input{
	padding: 10px;
	border-radius: 17px;
	border: 1px solid var(--couleurblog);
}

.single .single-content .commentaires textarea{
	padding: 10px;
	width: 100%;
	border-radius: 17px;
	border: 1px solid var(--couleurblog);
}

.single .single-content .commentaires label{
	opacity: 0;
	font-size: 0;
}

.single .single-content .commentaires .comment-form-cookies-consent label{
	opacity: 1;
	font-size: initial;
}

.single .single-content .commentaires  input[type="submit"]{
	width: fit-content;
	border: 1px solid var(--couleurborderbutton);
	background: var(--backgroundbutton);
	color: var(--couleurtextebutton);
	transition: 0.3s;
}

.single .single-content .commentaires input[type="submit"]:hover{
	background: var(--backgroundbuttonhover);
	transition: 0.3s;
	color: var(--couleurtextebuttonhover);
}

.single .single-content .commentaires .comment-form-cookies-consent input{
	width: fit-content;
}


.single .single-content .sidebar{
	height: fit-content;
	min-width: 350px;
	border-radius: 17px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 39px;
}

.single .sidebar .articles{
	width: 100%;
	padding: 20px;
	border-radius: 17px;
	box-shadow: 0 3px 6px #c0c0c0;
	margin-top: 10px;
}

.single .sidebar .articles .titre{
	font-size: 24px;
	padding: 17px;
}

.single .sidebar .articles .list-articles{
	width: 100%;
}

.single .single-content .sidebar .articles .list-articles .article a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.single .single-content .sidebar .articles .list-articles .article .image{
	width: 71px;
	height: 71px;
}

.single .single-content .sidebar .articles .list-articles .article .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 49%;
}

.single .single-content .sidebar .articles .list-articles .article .titre{
	font-size: 15px;
	min-width: 231px;
	color: var(--couleurhrefblog);
	max-width: 237px;
	padding: 17px 0;
	padding-left: 17px;
}

.single .single-content .sidebar .articles .list-articles .article a:hover{
	opacity: 0.7;
}

@media only screen and (max-width:997px) {
	.single .single-content{
		flex-direction: column;
	}

	.single .single-content .sidebar{
		margin-left: 0;
		margin-bottom: 17px;
	}

	.single .single-content .autres-articles{
		flex-direction: column;
	}

	.single .single-content .autres-articles .content-left{
		width: 100%;
		margin-bottom: 20px;
	}

	.single .single-content .autres-articles .content-right{
		width: 100%;
	}
}

/*------------------------------------*\
    ARCHIVE PAGE
\*------------------------------------*/


.page-index .index-h1{
	font-size: 49px;
	text-align: center;
}

.page-index article{
	width: 100%;
	max-width: 999px;
	margin: auto;
	box-shadow: 0 3px 6px #c0c0c0;
	border-radius: 17px;
	height: 409px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 71px;
	opacity: 1;
	padding: 17px;
}

.page-index article .content-left{
	width: 47%;
	height: 100%;
}

.page-index article .content-right{
	width: 47%;
}

.page-index article .content-left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
	transition: 0.3s;
}

.page-index article .content-right h2{
	font-size: 31px;
}

.page-index{
	position: initial;
}

.page-index article .content-right .date{
	font-size: 17px;
	color: var(--couleurblog);
	font-weight: 700;
}

.page-index article .content-right p{
	font-size: 17px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-weight: 300;
}

.page-index article .content-right .view-article{
	border: 1px solid var(--couleurborderbutton);
	border-radius: var(--borderradiusbutton);
	background: var(--backgroundbutton);
	padding: 10px 30px;
	font-size: 17px;
	font-weight: 700;
	transition: 0.3s;
	opacity: 1;
	margin-top: 17px;
	color: var(--couleurtextebutton);
}

.page-index article .content-right .view-article:hover{
	background: var(--backgroundbuttonhover);
	color: var(--couleurtextebuttonhover);
	transition: 0.3s;
	border: 1px solid var(--couleurborderbuttonhover);
}

.page-index article .content-left img:hover{
	opacity: 0.7;
	transition: 0.3s;
}


@media only screen and (max-width:997px) {

	.page-index article{
		flex-direction: column;
		height: fit-content;
	}

	.page-index article .content-left{
		width: 100%;
	}

	.page-index article .content-right{
		width: 100%;
	}
}




/*------------------------------------*\
    PAGE
\*------------------------------------*/


.page .nf-form-content button, .page .nf-form-content input[type=button], .page .nf-form-content input[type=submit] {
    background: var(--backgroundbutton);
    font-weight: 700;
    display: flex;
    border-radius: var(--borderradiusbutton);
    color: var(--couleurtextebutton);
    border: 1px solid var(--backgroundbutton);
    transition: 0.3s;
    padding: 17px 39px;
    justify-content: center;
    align-items: center;
    padding: 10px 39px;
}

.page .nf-form-content button:hover, .page .nf-form-content input[type=button]:hover, .page .nf-form-content input[type=submit]:hover{
	background: var(--backgroundbuttonhover);
	transition: 0.3s;
	color: var(--couleurtextebuttonhover);
	opacity: 1;
}


.page .nf-form-content .list-select-wrap .nf-field-element>div, .page .nf-form-content input:not([type=button]), .page .nf-form-content textarea{
	border-radius: var(--borderradiusbutton);
	
}


