/*
Theme Name: Villa J
Description: A brand new theme for Villa J
Author: Marion Doubeck
Version: 1.0.0
*/

/*
* GENERALITES
*/
@font-face {
    font-family: 'Lato';
    src: url('./assets/fonts/Lato/Lato-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('./assets/fonts/Lato/Lato-ThinItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('./assets/fonts/Lato/Lato-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('./assets/fonts/Lato/Lato-LightItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('./assets/fonts/Lato/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('./assets/fonts/Lato/Lato-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('./assets/fonts/Lato/Lato-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('./assets/fonts/Lato/Lato-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('./assets/fonts/Lato/Lato-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('./assets/fonts/Lato/Lato-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'Abel';
    src: url('./assets/fonts/Abel/Abel-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
  --orange: #E46B2D;
  --bleu: #467e8d;
  --jaune: #fec43f;
  --rose: #cf4768;
  --turquoise: #71c3bf;

}

body{
	font-family: 'Lato', sans-serif;
	margin: 0;
	font-size: 16px;
	line-height: 27px;
	letter-spacing: 0;
	font-weight: 400;
}

a{
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
.page-content .wp-block-media-text a, .page-content p a, .page-content .wp-block-list a{
	color:var(--turquoise);
}
.page-content .wp-block-media-text a:hover, .page-content p a:hover, .wp-block-list a:hover{
	text-decoration: underline;
}
.wp-block-pullquote{
	color: var(--turquoise);
	font-family: 'Abel', sans-serif;
    font-size: 40px;
    margin: 0 100px;
    padding: 100px 0;
	@media screen and (min-width: 0px) and (max-width: 999px) {
		font-size: 30px;
   		margin: 0 20px;
    	padding: 50px 0;
	}

}

button, .button, .bouton{
	text-transform: uppercase;
	font-family: 'Abel', sans-serif;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0;
	background-color: #fff;
	border-radius: 5px;
	padding: 12px 30px;
	border: none;
}
.d-flex{
	display: flex;
	@media screen and (min-width: 0px) and (max-width: 999px) {
		flex-direction: column;
	}
}
.flex-column{
	flex-direction: column;
}
.justify-around{
	justify-content: space-around;
}
.justify-between{
	justify-content: space-between;
}
.justify-center{
	justify-content: center;
}
.align-center{
	align-items: center;
}
.container{
	max-width: 1100px;
	margin: 0 auto;
	@media screen and (min-width: 0px) and (max-width: 999px) {
		padding: 20px;
	}
}
main .container{
	padding-bottom:100px;
	@media screen and (min-width: 0px) and (max-width: 999px) {
	}
}
.bold{
	font-weight: bold;
}
main{
}
.bouton-blanc,.bouton-orange, .wp-block-button, .bouton-orange-trait, .bouton-bleu-trait, .bouton-jaune,.bouton-jaune-trait{
	border-radius: 5px;
	font-family: 'Abel', sans-serif;
	font-size: 16px;
	line-height: 21px;
	margin-top: 12px;
	margin-bottom: 12px;
	padding:inherit;
	transition: all 0.1s ease-in-out;
}
.bouton-blanc a,.bouton-orange a, .wp-block-button a,.bouton-orange-trait a,.bouton-bleu-trait a,.bouton-jaune a,.bouton-jaune-trait a{
	padding: 12px 30px;
	display: block;
}
.bouton-blanc{
	color: var(--orange);
	background-color: #fff;
}
.bouton-orange{
	color: white;
	background-color: var(--orange);
}
.bouton-jaune{
	color: white;
	background-color: var(--jaune);
}
.bouton-jaune-trait{
	border:1px solid var(--jaune);
	background:none;
	color:white;
}
.bouton-jaune-trait:hover{
	background: var(--jaune);
}
.bouton-orange-trait{
	color: var(--orange);
	background-color: white;
	border:1px solid var(--orange);
}
.bouton-orange-trait:hover{
	color: white;
	background-color: var(--orange);
}
.bouton-bleu-trait{
	color: var(--bleu);
	background-color: white;
	border:1px solid var(--bleu);
}
.bouton-bleu-trait:hover{
	color: white;
	background-color: var(--bleu);
}
.wp-block-button a{
	border-radius: 5px;
	background-color: var(--bleu);
}
ul{
	margin-left: 0;
}
li{
margin-left: 0;
}
h2{
	font-family: 'Abel',sans-serif;
	font-size: 37px;
	line-height: 47px;
	color: var(--bleu);
}
h3{
	font-family: 'Abel',sans-serif;
	font-size: 28px;
	line-height: 35px;
	color: black;
}
h3, p, ul{
	/*padding-left: 0.8rem;
	padding-right: 0.8rem;*/
}
.hidden{
	display: none !important;
}
@media screen and (min-width: 1000px) and (max-width: 999999px) {
	.mobile{
		display: none;
	}
}
@media screen and (min-width: 0px) and (max-width: 999px) {
	.desktop{
		display: none;
	}
}
/*
* HEADER
*/
@media screen and (min-width: 1000px) and (max-width: 999999px) {
	.top-menu.mobile{
		display: none;
	}
	header{
		position: fixed !important;
		top: 0;
		left: 0;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.3);
		/*background-color: rgb(70, 126, 141, 0.9);*/
		z-index: 5;
		font-family: 'Abel', sans-serif;
		color: white;
		/*color: #fff;*/
		font-size: 18px;
		font-weight: 700;
		transition: all .2s ease-out;
	}
	header .header-home{
		color: var(--bleu);
	}
	header .container{
		
		height: 80px;
		text-transform: uppercase;
		align-items: center;
	}
	header.scrolled .container {
		height: 50px;
	}

	header.scrolled {
		background-color: rgb(70, 126, 141, 0.9);
		color: #fff;
	}
	header.scrolled a{
		color: #fff;
	}

	header .container a{
		height: 59px; 

	}

	header .logo img{
		height: 48px;
		width: auto;
		transition: all .2s ease-out;
		padding-top: 0;
	}
	header.scrolled .logo img{
		filter: grayscale(100%) brightness(300%);
		height: 35px;
		width: auto;
		padding-top: 5px;
	}

	#top-menu-list{
		display: flex;
		list-style-type: none;
		column-gap: 38px;
		align-items:center;
	}
	header .menu-multilingue-container ul{
		display:inline-flex;
	}
	header .menu-multilingue-container ul li{
		list-style-type: none;
		margin-left:10px;
	}
	header .menu-multilingue-container a{
		border: 1px solid white;
		aspect-ratio: 1;
		height: 42px;
		width:auto;
	}
	header .menu-multilingue-container a:hover{
		background-color:var(--orange);
		border: 1px solid var(--orange);
		color:white;
	}
	header .menu-multilingue-container span{
		margin:auto;
	}
	header .header-home .menu-multilingue-container a{
		border: 1px solid var(--bleu);
	    transition: all 0.1s ease-in-out;
	}
	header .header-home .menu-multilingue-container a:hover{
		border: 1px solid var(--orange);
	}
	header .scrolled .menu-multilingue-container a{
		border: 1px solid white;
	}
}
@media screen and (min-width: 0px) and (max-width: 999px) {
	.top-menu.desktop{
		display: none;
	}
	header .container{
		height: 100vh;
		width: 100vw;
		background-color: var(--bleu);
	}
	header .masked{
		height: 0;
		margin: 0;
		padding: 0;
	}
	header .logo{
		margin-left: 31px;
		margin-top: 37px;
		z-index:1;
	}
	header .header-home .logo svg path{
		fill: var(--bleu)!important;
	}
	header .logo svg path{
		fill: white;
	}
	header .displayed .logo svg path{
		fill: white!important;
	}
	header .logo svg path{
		fill: white;
	}
	header{
		position: relative;
	}
	header nav ul{
		position: absolute;
		top: 200px;
		left: 30px;
		list-style-type: none;
		color: white;
		font-size: 32px;
		line-height: 40px;
		font-family: 'Abel',sans-serif;
	}
	header nav ul li{
		margin: 15px 0;
	}
	header #fermer{
		position: absolute;
		top: 45px;
		right: 24px;
		height: 28px;
		width: auto;
		z-index: 10;
	}
	header #burger{
		position: absolute;
		top: 45px;
		right: 24px;
		height: 28px;
		width: auto;
		z-index: 10;
		filter: grayscale(100%) brightness(300%);
	}
	header .header-home #burger{
		filter: none;
	}
	header nav{
		z-index: 9;
	}
	#header-mobile-container{
		padding-top: 0;
		padding-left: 0;
	}
	header .menu-multilingue-container{
		position: absolute;
		top: 22px;
		right: 85px;
		z-index:2;
	}
	
	header .menu-multilingue-container ul li{
		list-style-type: none;
	}
	header .menu-multilingue-container a{
		border: 1px solid white;
		color:white;
		aspect-ratio: 1;
		height: 42px;
		width:auto;
	}
	header .menu-multilingue-container span{
		margin:auto;
	}
	header .header-home .menu-multilingue-container a{
		border: 1px solid var(--bleu);
		color:var(--bleu);
	}
	header .displayed .menu-multilingue-container a{
		border: 1px solid white;
		color:white;
	}

	
	

}

/*
*FOOTER
*/
footer{
	background-color: var(--bleu);
	color: #fff;
	margin: 0;
	padding: 0;
	@media screen and (min-width: 1000px) and (max-width: 999999px) {
		position: relative;
	}
}
footer .footer-container{
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}
footer .title{
	font-family: 'Abel',sans-serif;
	font-size: 31px;
	line-height: 39px;
	font-weight: normal;
	margin-bottom: 0;
}
footer p{
	margin: 0;
	padding: 0;
}
footer ul{
	display: flex;
	list-style-type: none;
	padding:0;
}
footer .line1{
	display: flex;
	width: 100%;
	@media screen and (min-width: 0px) and (max-width: 999px) {
		flex-direction: column;
	}
}
footer .line1 .column{
	@media screen and (min-width: 1000px) and (max-width: 999999px) {
		align-items: center;
	}
	@media screen and (min-width: 0px) and (max-width: 999px) {
		width: 100%;
	}
}
footer .line1 .column:nth-child(1){
	align-items: flex-start;
	text-align: left;
	@media screen and (min-width: 1000px) and (max-width: 999999px) {
		padding-left: 101px;
		width: calc((100% - 592px) /2);
		gap: 59px;
	}
}
footer .line1 .column:nth-child(1) img{
	margin-top: 51px;
}
body > footer > div > div.line1 > div:nth-child(1) > img{
	display: none;
}
footer .line1 .column:nth-child(1) h4{
	margin-bottom: 0;
}
footer .line1 .column:nth-child(1) p img,footer .line1 .column:nth-child(1) div img{
	margin-top: 0;
}
footer .line1 .column:nth-child(1) p{
	font-size: 21px;
	line-height: 25px;
}
footer .tel{
	margin-top: 22px;
	font-family: 'Abel',sans-serif;
	font-size: 25px;
	line-height: 31px;
	margin-left: -3px;
	display:flex;
	@media screen and (min-width: 0px) and (max-width: 999px) {
		border-radius: 5px;
		background-color: var(--jaune);
		width: 259px !important;
		height: 55px;
	}
}
footer .mail{
	font-family: 'Abel',sans-serif;
	font-size: 19px;
	line-height: 25px;
	margin-left: -3px;
	display:flex;
	@media screen and (min-width: 0px) and (max-width: 999px) {
		display: none;
	}
}
footer .tel img{
	margin-right: 10px;
	padding: 0;
}
footer .mail img{
	margin-right: 12px;
	padding: 9px 5px;
}
footer .line1 .column:nth-child(2){
	@media screen and (min-width: 1000px) and (max-width: 999999px) {
		padding-bottom: 100px;
		width: calc((100% - 592px) /2);
	}
	@media screen and (min-width: 0px) and (max-width: 999px) {
		width: 100%;
		justify-content: center;
		align-items: center;inp
	}
}
footer .plan{
	display: flex;
	text-align: center;
}
footer .plan img{
	@media screen and (min-width: 1000px) and (max-width: 999999px) {
		height: 353px;
		width: 592px;
	}
	@media screen and (min-width: 0px) and (max-width: 999px) {
		width: 80%;
		height: auto;
		border: solid 1px white;
		margin: 0 auto;
	}
}
footer .line2{
	@media screen and (min-width: 1000px) and (max-width: 999999px) {
		position: absolute;
		bottom: 24px;
		left: 100px;
	}
	@media screen and (min-width: 0px) and (max-width: 999px) {
		margin: 40px auto;
	}
}

footer .line2 ul li{
	display: flex;
}
footer .line2 ul{
	@media screen and (min-width: 1000px) and (max-width: 999999px) {
		margin: 0;
		padding: 0;
	}
	@media screen and (min-width: 0px) and (max-width: 999px) {
		flex-direction: column;
		text-align: center;
		justify-content: center;
		align-items: center;
	}
}
@media screen and (min-width: 1000px) and (max-width: 999999px) {
	footer .line2 ul li::after{
		content:"";
		display: block;
		width: 4px;
		height: 4px;
		border-radius: 100%;
		background-color: var(--jaune);
		margin: auto 10px;
		font-size: 12px;
		line-height: 15px;
	}
	footer .line2 ul li:last-child::after{
		width: 0;
		height: 0;
		display: none;
	}
}
@media screen and (min-width: 0px) and (max-width: 999px) {
	footer .line1 .column div{
		width: 100%;
		justify-content: center;
		align-items: center;
	}
}
/*
* HOME PAGE
*/
.hero, .cadre{
	width: 100%;
	position: relative;
}
.hero{
	height: 100vh;
}
.cadre{
	min-height: 750px;
}

.cadre-1, .cadre-3{
	@media screen and (min-width: 0px) and (max-width: 999px) {
		display: flex;
    	align-items: center;
	}
}
.cadre-espaces{
	@media screen and (min-width: 1000px) and (max-width: 999999px) {
		/*height: 2450px;*/
	}
	@media screen and (min-width: 0px) and (max-width: 999px) {
		/*height: auto;*/
	}
	background-image: url('assets/img/villaJ-pattern-texture-jaune-500px.jpg');
	background-repeat: repeat;
}
.cadre-espaces.show-all{
	@media screen and (min-width: 0px) and (max-width: 999px) {
		height: 3800px;
	}
}

.hero .bgImg, .cadre .bgImg{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;

}
.hero .logo{
	@media screen and (min-width: 1000px) and (max-width: 999999px) {
		position: absolute;
		z-index: 2;
		top: 50%;
		left: 240px;
		height: 315px;
	}
	@media screen and (min-width: 0px) and (max-width: 999px) {
		display: none;
	}
}
.hero .fleche{
	position: absolute;
	@media screen and (min-width: 1000px) and (max-width: 999999px) {
		bottom: 30px;
		right: 30px;
	}
	@media screen and (min-width: 0px) and (max-width: 999px) {
		height: 46px;
		width: 42px;
		bottom: 34px;
		right: 26px;
	}
	
}
.hero ul{
	@media screen and (min-width: 1000px) and (max-width: 999999px) {
		position: absolute;
		z-index: 2;
		top: 50%;
		left: 415px;
		list-style: none;
		margin-top: 15px;
	}
	@media screen and (min-width: 0px) and (max-width: 999px) {
		position: absolute;
		z-index: 2;
		list-style: none;
		bottom: 130px;
		left: 30px;
	}
}
.hero ul li{
	font-family: 'Abel',sans-serif;
	font-size: 33px;
	line-height: 42px;
	color: var(--bleu);
	margin: 7px 0;
	@media screen and (min-width: 0px) and (max-width: 999px) {
		font-size: 28px;
		line-height: 35px;
	}
}
.hero ul li:last-child{
	margin-top: 17px;
	color: var(--orange);
	@media screen and (min-width: 1000px) and (max-width: 999999px) {
		font-size: 40px;
	}
	@media screen and (min-width: 0px) and (max-width: 999px) {
		font-size: 33px;
		line-height: 42px;
	}
}
.cadre .cadre-content{
	text-align: center;
	padding: 20px;
	margin: 0 auto;
	@media screen and (min-width: 0px) and (max-width: 999px) {
		padding-bottom: 97px;
	}
}
.cadre-espaces .cadre-content{
	top: 50px;
}
.cadre .titre{
	font-family: 'Abel', sans-serif;
	margin: 0;
	text-transform: uppercase;
	z-index: 2;
	position: relative;
	@media screen and (min-width: 1000px) and (max-width: 999999px) {
		font-size: 98px;
		line-height: 103px;
		letter-spacing: 4px;
		margin-top: 200px;
	}
	@media screen and (min-width: 0px) and (max-width: 999px) {
		font-size: 62px;
		line-height: 79px;
		letter-spacing: 0px;
		margin-top: 80px;
		padding: 0;
	}
}
.cadre-espaces .titre{
	color: var(--bleu);
	@media screen and (min-width: 1000px) and (max-width: 999999px) {
		font-size: 60px;
		line-height: 77px;
		margin-bottom: 40px;
		margin-top: 80px;
	}
	@media screen and (min-width: 0px) and (max-width: 999px) {
		font-size: 40px;
		line-height: 51px;
		margin-top: 40px;
		margin-bottom: 20px;
		padding: 0;
	}
}

.cadre .description{
	margin: 10px auto;
	color: white;
	z-index: 2;
	position: relative;
	@media screen and (min-width: 1000px) and (max-width: 999999px) {
		max-width: 670px;
		letter-spacing: 0.5px;
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 60px;
	}
	@media screen and (min-width: 0px) and (max-width: 999px) {
		letter-spacing: 0;
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 48px;
		padding: 0;
	}

}
.cadre-espaces .description{
	font-size: 20px;
	line-height: 26px;
	color: black;
	margin-bottom: 15px;
	font-weight:bold;
	@media screen and (min-width: 1000px) and (max-width: 999999px) {
		width: 806px;
		max-width: 806px;
	}
	@media screen and (min-width: 0px) and (max-width: 999px) {
		padding: 0;
		margin: 0;
		width: 100%;
		font-size:17px;
		line-height:22px;
	}
}
.cadre-espaces .cadre-espace:nth-child(4),.cadre-espace:nth-child(5),.cadre-espace:nth-child(6){
	@media screen and (min-width: 0px) and (max-width: 999px) {
		display: none;
	}
}
.cadre-espaces .cadre-espace:nth-child(4).show,.cadre-espace:nth-child(5).show,.cadre-espace:nth-child(6).show{
	@media screen and (min-width: 0px) and (max-width: 999px) {
		display: block;
	}
}
#derouler-espaces{
	@media screen and (min-width: 1000px) and (max-width: 999999px) {
		display: none;
	}
	@media screen and (min-width: 0px) and (max-width: 999px) {
		display: block;
		background-color: var(--bleu);
		color: #fff;
		margin: 0 auto;
		margin-top: 30px;
		z-index: 5;
	}
}

.cadre .button{
	position: relative;
	z-index: 2;
	@media screen and (min-width: 1000px) and (max-width: 999999px) {
		padding: 17px 42px;
		font-size: 20px;
		line-height: 26px;
	}
}
.encadre-contact{
	background-color: var(--orange);
	color: white;
	font-family: 'Abel', sans-serif;
	margin: 75px auto;
	padding: 24px 34px;
    box-shadow: rgba(0, 0, 0, 0.16) 4px 12px 12px;
	@media screen and (min-width: 1000px) and (max-width: 999999px) {
		width: 469px;
	}
	@media screen and (min-width: 0px) and (max-width: 999px) {
		width: 70%;
	}
}
.encadre-contact p{
	font-size:22px;
}
.encadre-contact p b{
	font-size:35px;
	display:block;
	color:#ffcc57;
	margin-bottom:15px;
}
.encadre-contact button{
	padding:0;
}
.cadre-1 .titre{
	color: var(--orange);
}
.cadre-1 .button{
	color: var(--orange);
    transition: all 0.1s ease-in-out;

}
.cadre-1 .button:hover{
	color: white;
	background-color:var(--orange);
}
.cadre-3 .titre{
	color: var(--rose);
}
.cadre-3 .button{
	color: var(--rose);
    transition: all 0.1s ease-in-out;
}
.cadre-3 .button:hover{
	color: white;
	background-color:var(--rose);
}
.pattern-background-image{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url('assets/img/pattern-4b.png');
	background-repeat: repeat;
	z-index: 1;
	opacity: 0.4;
}
.cadre::before{
	content: "";
	position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color:rgba(3, 10, 14, 0.5);
}
.cadre-espaces::before{
	background-color: transparent;
	z-index: -5;
}

/*
* Message d'information
*/

.message-info{
    background-color: rgb(228, 107, 45, 0.6);
    color: white;
	padding:8px 15px;
	display:flex;
	align-items: center;
    font-weight: bold;
    letter-spacing: 0.5px;
	line-height:18px;
	
	@media screen and (min-width: 0px) and (max-width: 999px) {
		padding:15px 20px;
		text-align:left;
		left:0;
		bottom:0;
		width:calc(100% - 40px);
		z-index:999;
	}
}
.message-info img{
	height:35px;
	width:auto;
	margin-right:5px;
}

.message-info-page{
	margin-bottom: 50px;
    background-color: rgb(228, 107, 45, 0.1);
	color:var(--orange);
}

.message-info-home{
	position:absolute;
	bottom:50px;
	left:50px;
}

/*
* Page standard
*/

.page-title{
	padding-top:150px;
	padding-bottom:20px;
	margin-bottom:100px;
		@media screen and (min-width: 0px) and (max-width: 999px) {
		padding-top:90px;
	}
}

.espace{
	width: 100%;
	min-height: 200px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background-color: var(--jaune);
	background-image: url('assets/img/villaJ-pattern-texture-jaune-500px.jpg');
	background-repeat:repeat;

	@media screen and (min-width: 0px) and (max-width: 999px) {
		margin: 0 auto;
		height: inherit;
		padding: 20px 20px 20px 20px;
        width: calc(100% - 40px);
	}
}
.page-title .title{
	font-size: 4.3rem;
	text-transform: uppercase;
	max-width: 1100px;
    line-height: 5rem;
	text-align: center;
	margin-top:0;
	color: rgb(255, 255, 255);
	font-family: 'Abel', sans-serif;
	margin:auto;

	@media screen and (min-width: 0px) and (max-width: 999px) {
		font-size: 45px;
		line-height: 52px;
		margin: 0 auto;
		text-align: center;
		margin-top: 40px;
		margin-bottom:20px;
	}
}
.page-title .breadcrumbs{
	text-transform: none;
	padding: 20px 0;
	margin:auto;
	max-width: 1100px;
	color:rgb(255,255,255,0.6);
	text-align: center;
	letter-spacing:2px;
	@media screen and (min-width: 0px) and (max-width: 999px) {
		font-size: 14px;
	}

}
.page-title .breadcrumbs a{
	color:white;
}
.page-title .breadcrumbs a:hover{
	text-decoration: underline;
}
.surtitre{
	font-family: 'Abel',sans-serif;
	font-size: 32px;
	line-height: 64px;
	color: var(--orange);
	text-transform: uppercase;
	text-align: center;
	@media screen and (min-width: 0px) and (max-width: 999px) {
		font-size: 26px;
	}
}

/*
*Pages spécifiques
*/
.esprit, .contact{
	/*background-color: var(--orange);*/
}
.coworking{
	/*background-color: var(--jaune);*/
}
.location{
	/*background-color: var(--turquoise);*/
}
.erreur{
	background-color: var(--rose);
}
.taxonomie, .event{
	background-color: var(--rose);
}
.erreur-button{
	cursor: pointer;
	color: rgb(255, 255, 255);
	border-radius: 5px;
	text-transform: uppercase;
	padding: 10px 41px;
	width: fit-content;
	background-color: var(--rose);
	border: solid 1px var(--rose);
}
.erreur-button:hover{
	color: var(--rose);
	background-color: #fff;
}

/*
* Archive évènements
*/
#archive-evenements .page-title{
	background-color: var(--rose);
}
#archive-evenements .intro{
	margin-bottom: 30px;
	font-size: 20px;
    font-weight: bold;
}
.tous-les-evenements{
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
}

/*
* cadre évènement
*/
.cadre-evenement, .cadre-evenement-taxo{
	@media screen and (min-width: 1000px) and (max-width: 999999px) {
		width: 32%;
	}
	@media screen and (min-width: 0px) and (max-width: 999px) {
		width: calc(100vw - 20px);
		padding-left: 10px;
		padding-right: 10px;
	}
	height: 377px;
	margin-bottom: 3rem;
	position: relative;
}
.cadre-evenement-taxo{
	height: 520px;
}
.debut-contenu{
	/*height: 162px;*/
	text-overflow: ellipsis;
}
.debut-contenu p{
	margin: 0;
}
.cadre-evenement a, .cadre-evenement-taxo a{
	margin: 0;
	padding: 0;
}
.cadre-evenement .type-evenement{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	color: white;
	font-weight: bold;
	font-size: 0.75rem;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	background-color: var(--rose);
	padding: 8px 16px;
}
.cadre-evenement img, .cadre-evenement-taxo img{
	width: 100%;
	height: 225px;
	object-fit: cover;
	transition: all 0.5s ease-out;
}
.cadre-evenement img.default, .cadre-evenement-taxo img.default{
	width: 100%;
	height: 225px;
	object-fit: contain;
	background-color: var(--jaune);
	transition: all 0.5s ease-out;
}
.cadre-evenement img.gray{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}
.cadre-evenement img.gray:hover{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}
.cadre-evenement h3, .cadre-evenement-taxo h3{
	color: #50788f;
	font-size: 1.4rem;
	line-height: 2rem;
	margin-top: 15px;
	margin-bottom: 0;
	font-family: 'Abel', sans-serif;
	text-transform: uppercase;
	padding-left:0;
}
.cadre-evenement .sous-titre-evenement{
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.cadre-evenement .type-evenement{
	color: white;
    padding: 3px 10px;
}
.lire-la-suite{
	position: absolute;
	bottom: 5px;
	color: var(--turquoise);
}
.date-event{
	text-align: center;
    color: var(--jaune);
    margin: 25px 0;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

/*
* Page de contact
*/
.everest-forms-submit-button{
	background-color: var(--orange) !important;
	border-radius: 5px !important;
	color: white !important;
	width: 162px !important;
	height: 44px !important;
	transition: all 0.2s ease-out !important;
	text-transform: uppercase;
	font-family: 'Abel', sans-serif;
	letter-spacing: 5px;
	border: solid 1px var(--orange) !important;
}
.everest-forms-submit-button:hover{
	background-color: #fff !important;
	color: var(--orange) !important;
}
.telecharger .wp-block-button__link{
	text-transform: uppercase;
	color: white;
	font-family: 'Abel', sans-serif;
	letter-spacing: 5px;
	border: solid 1px var(--turquoise);
	border-radius: 5px !important;
	background-color: var(--turquoise) !important;
}
.telecharger  .wp-block-button__link:hover{
	background-color: white !important;
	color: var(--turquoise);
}

/*
*CADRES ESPACES
*/
.tous-espaces{
	height: fit-content;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	@media screen and (min-width: 1000px) and (max-width: 999999px) {
		padding: 20px;
	}
	@media screen and (min-width: 0px) and (max-width: 999px) {
		flex-direction: column;
		padding: 0;
	}
}
.cadre-espace{
	position: relative;
	height: 441px;
	@media screen and (min-width: 1000px) and (max-width: 999999px) {
		margin-top: 30px;
		margin-bottom: 30px;
		max-width: 536px;
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	@media screen and (min-width: 0px) and (max-width: 999px) {
		width: 100%;
		max-width: calc(100vw - 20px) !important;
		margin: 30px auto;
	}
}
@media screen and (min-width: 1000px) and (max-width: 999999px) {
	.cadre-espace:nth-child(2n){
		margin-right: 0;
	}
}
.cadre-espace .thumbnail{
	width: 100%;
	height: 361px;
	object-fit: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.cadre-espace .hover-background{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 361px;
	width: 100%;
	z-index: 2;
	background-color: transparent;
	transition: all 0.1s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cadre-espace:hover .hover-background{
	background-color: rgba(254, 196, 63, 0.8);
}
.cadre-espaces .cadre-espace:hover .hover-background, .egalement .cadre-espace:hover .hover-background, .liste-espaces .cadre-espace:hover .hover-background{
	background-color: rgb(70, 126, 141, 0.8);
}
.cadre-espace .hover-background img{
	opacity: 0;
	transition: all 0.1s ease-in-out;
}
.cadre-espace:hover .hover-background img{
	opacity: 1;
}
.cadre-espace .icone{
	height: 20px;
	width: auto;
}
.cadre-espace .icone.icone-personne{
	/*height: 28px;
	width: auto;
	transform: translateY(-8px);*/
}
.cadre-espace .to-blue{
	filter: brightness(0) saturate(100%) invert(42%) sepia(50%) saturate(333%) hue-rotate(146deg) brightness(97%) contrast(97%);
}
.etiquette-espace{
	position: absolute;
	background-color: #fff;
	z-index: 3;
	box-shadow: 4px 12px 12px #00000029;
	top: 0;
	@media screen and (min-width: 1000px) and (max-width: 999999px) {
		left: 64px;
		width: 348px;
		padding: 0 30px;
		min-height: 160px;
	}
	@media screen and (min-width: 0px) and (max-width: 999px) {
		left: 18px;
		right: 18px;
		padding: 10px;
		text-align: center;
	}
}
.nom-espace{
	font-family: 'Abel', sans-serif;
	font-size: 30px;
	line-height: 38px;
	color: var(--bleu);
	@media screen and (min-width: 1000px) and (max-width: 999999px) {
		margin-top: 19px;
	}
	text-align: center;
}
.description-espace{
	text-align: center;
	line-height:24px;
	@media screen and (min-width: 0px) and (max-width: 999px) {
		padding:10px 5px;
		line-height:23px;
		display:none;
	}
}
.cadre-espace .icones-espace{
	display: flex;
	margin-top: 15px;

	@media screen and (min-width: 1000px) and (max-width: 999999px) {
		gap: 0px 20px;
		margin-bottom: 10px;
	}
	flex-wrap: wrap;
	justify-content: center;
	@media screen and (min-width: 0px) and (max-width: 999px) {
		gap: 0px 20px;
	}
}
.cadre-espace .infos{
	font-size: 13px;
	display: flex;
    align-items: center;
	font-weight:bold;
}
.cadre-espace .infos img{
	margin-right: 10px;
	height:30px;
	width:auto;
	@media screen and (min-width: 0px) and (max-width: 999px) {
		margin-right:5px;
		height:25px;
	}
}

/*
*SINGLE ESPACE
*/
.event .surtitre{
	color: var(--jaune);
}
.espace .surtitre{
	color: var(--orange);
}
.espace .page-title{
	margin-bottom:30px;
	@media screen and (min-width: 0px) and (max-width: 999px) {
		margin-bottom:0px;
	}
}
.espace .title{
	margin-top: 15px;
	margin-bottom: 50px;
	font-weight: normal;
	line-height:2rem;
	color:var(--bleu);
	@media screen and (min-width: 0px) and (max-width: 999px) {
		margin-top:0;
		margin-bottom:30px;
		line-height:3rem;

	}
}
.espace .description-courte-espace{
	color: black;
	font-family: 'Lato';
	font-weight: bold;
	font-size: 21px;
	line-height: 23px;
	text-align: center;
	@media screen and (min-width: 0px) and (max-width: 999px) {
		margin-bottom:20px;
		font-size: 19px;

	}
}
.espace .colonnes{
	gap: 20px;
}
.espace-gauche{
	flex-basis: calc(66.66% - 10px);
	height: fit-content;
}
.espace-gauche img{
	margin-bottom: 15px;
}
.espace-droit{
	flex-basis:calc(38% - 10px - 30px - 30px);
}
.espace-gauche img{
	width: 100%;
	object-fit: cover;
}
.bloc-pratique{
	background-color: #fff;
	box-shadow: 4px 12px 12px #00000029;
	height: fit-content;
	padding: 40px 30px 40px 30px;
	/*flex-basis: calc(33.33% - 10px - 30px - 30px);*/
}
.bloc-pratique h2{
	color: var(--orange);
}
.bloc-tarifs{
	background-color: var(--orange);
	box-shadow: 4px 12px 12px #00000029;
	height: fit-content;
	padding: 40px 30px 40px 30px;
	flex-basis: calc(33.33% - 10px - 30px - 30px);
	margin-top:20px;
}
.bloc-tarifs h2{
	color: white;
	margin-top:0;
	font-size:30px!important;
}
.bloc-tarifs-items{
	color:white;
	font-size:20px;
}
.tarif-item{
	margin-bottom:5px;
}
.tarif-item::before{
	content:"➔";
	color:var(--jaune);
	padding-right:5px;
}
.tarif-item b{
	
}
.tarif-item sup{
	font-size:12px;
}
.tarif-duree{
	font-weight:bold;
}
.tarif-ttc{
	font-size:15px;
	color:#ffc3a5;
	display:block;
}
.tarif-complement{
	font-size: 16px;
    line-height: 22px;
    margin: 20px 0;
}
.espace-droit h2{
	font-family: 'Abel',sans-serif;
	font-size: 22px;
	line-height: 28px;
}
.espace-droit .infos{
	border-bottom: solid 2px var(--orange) ;
	padding-bottom: 20px;
	display:flex;
	align-items: center;
}
.espace-droit .infos .item-infos{
	display:flex;
	align-items: center;
}
.espace-droit .infos .item-infos img{
	height:50px;
	width:auto;
	@media screen and (min-width: 0px) and (max-width: 999px) {
		height:35px;
	}
}
.espace-droit .infos img:nth-child(1){
	/*transform: translateY(-15px);
	margin-right: 10px;*/
}
.espace-droit .infos img:nth-child(2){
	/*transform: translateY(-8px);
	margin-right: 10px;
	margin-left: 30px;*/
}
.espace-droit .infos .item-infos span{
	padding-right:10px;
	font-weight: bold;
}
.espace-droit .capacite{
	width: 100%;
	justify-content: space-between;
	gap: 10px;
}
.espace-droit .capacite p{
	margin: 0;
}
.espace-droit .capacite img{
	height: 36px;
	width: auto;
}
.espace-droit .services .d-flex,.espace-droit .pratique .d-flex{
	margin-bottom: 20px;
}
.espace-droit .item-service, .espace-droit .item-pratique{
	display:flex;
    align-items: center;
	line-height: 22px;
    margin-bottom: 8px;
}
.espace-droit .services img, .espace-droit .pratique img{
	height: 35px;
	width: auto;
	margin-top: 3px;
	margin-right: 10px;
}
.espace-droit .services .puce,.espace-droit .pratique .puce{
	height: 12px;
	width: 12px;
	border: solid 2px var(--bleu);
	border-radius: 100%;
	margin-top: 7px;
	margin-right: 10px;
}
.egalement h2{
	font-family: 'Abel',sans-serif;
	font-size: 49px;
	line-height: 62px;
	text-align: center;
	color: var(--bleu);
	margin-bottom: 10px;
    margin-top: 70px;
	@media screen and (min-width: 0px) and (max-width: 999px) {
		font-size:42px;
		line-height:49px;
	}
}

.egalement .d-flex{
	justify-content: center;
}

/*
*BLOC GUTEMBERG VIGNETTES ESPACE
*/
.type_d_espace_a_inserer{
	@media screen and (min-width: 1000px) and (max-width: 999999px) {
		width: 1088px;
	}
	@media screen and (min-width: 0px) and (max-width: 999px) {
		width: 100%;
	}
}
.type_d_espace_a_inserer .etiquette-espace{
	border: solid 1px var(--bleu);
}
h2.gutenberg-vignettes-espace{
	margin-top: 100px;
	margin-bottom: 35px;
	color:white;
	font-family: 'Abel',sans-serif;
	font-size: 49px;
	line-height: 62px;
	text-align: center;
	text-transform: none;
}


/*
MODULE LISTE ESPACES
*/

.liste-espaces{
   /* background-color: var(--jaune);*/
    padding: 30px 0 80px 0;
	@media screen and (min-width: 0px) and (max-width: 999px) {
		padding:20px;
	}
}
.liste-espaces h2{
    margin-top: 60px;
    margin-bottom: 0px;
}
.liste-espaces .type_d_espace_a_inserer{
	margin:auto;
}
.liste-espaces .etiquette-espace{
	border:none;
}
.liste-espaces-location{
   /* background-color: var(--turquoise);*/
}
.liste-espaces-location h2{
	color:white;	
}

/*
FORMULAIRES
*/

input, select{
	height:50px!important;
}
input[type=checkbox]{
	height:20px!important;
}
.evf-field-checkbox ul li{
	align-items: center;
}
.evf-frontend-row{
	margin-bottom:20px;
}

/*
ACCESS
*/
.wp-block-columns{
	align-items:flex-start!important;
}
.bloc-acces{
    flex-basis: 25%!important;
    border: 1px solid var(--orange);
    padding: 0rem 2rem;
}
.bloc-acces h2{
    color:var(--orange);
}
.bloc-acces h3{
    color:var(--bleu);
	margin-bottom:10px;
}
.bloc-acces p{
    margin:10px 0;
}