@charset "UTF-8";
/*! 
Theme Name:Com des freres 2.0
Version:1.0.16
Author:Com des freres
Description: Custom theme 
Author URI: https://www.flashpubcommunication.fr
License: Com des freres
License URI: Com des freres
Tags:
Text Domain:  Com des freres 2.0

Tested up to: 6.1
Requires PHP: 7.1
Requires at least: 5.8

*/
/*Fonts family*/
@font-face {
	font-family: 'TT Chocolates Light';
	src:
		local('TT Chocolates Light'),
		url('assets/font/TTChocolates-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'TT Chocolates Regular';
	src:
		local('TT Chocolates Regular'),
		url('assets/font/TTChocolates-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'TT Chocolates Italic';
	src:
		local('TT Chocolates Italic'),
		url('assets/font/TTChocolates-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'TT Chocolates Bold';
	src:
		local('TT Chocolates Bold'),
		url('assets/font/TTChocolates-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'TT Chocolates Bold Italic';
	font-display: swap;
	src:
		local('TT Chocolates Bold Italic'),
		url('assets/font/TTChocolates-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Belleza Regular';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src:
		local('Belleza Regular'),
		url('assets/font/Belleza-Regular.woff') format('woff');
}

/* Variables pour les couleurs */
:root {
	--white: #fff;
	--gray: #eae5e2;
	--beige: #e1d8cc;
	--green: #3d4f4a;
	--gold: #c1a779;
	--warm-dark: #2e2c2c;
	--cold-dark: #353233;
}


html {
	overflow-x: hidden !important;
}
body {
	font-family: 'Belleza Regular', sans-serif;
	overflow-x: hidden;
	/* background-color: #1a1a1a; */
	background-color: var(--white);
}
p {
	font-size: 18px;
}
@media (max-width: 768px) {
	p {
		font-size: 16px;
	}
}
.header {
	display: flex;
	justify-content: center;
}
.nav-link:hover {
	background-color: var(--hover-color);
	box-shadow: 3px 4px 20px -4px rgba(78, 169, 54, 0.5);
}
.navbar {
	position: fixed;
	top: 0;
	padding: 0;
	width: 100%;
	z-index: 1000;
}
.navbar .container-nav {
	background: var(--white) !important;
	width: 100%;
	padding: 10px 100px;
	transition:
		background 0.4s ease,
		box-shadow 0.4s ease;
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.navbar .container-nav a {
	text-decoration: none !important;
	color: var(--cold-dark) !important;
	transition: color 0.4s ease;
}
.navbar .container-nav .link-contact a {
	color: var(--white) !important;
}
/* Gestion des logos */
.navbar .logo-dark {
	display: block;
}
.navbar .logo-light {
	display: none;
}

/* Effet transparent uniquement sur Desktop (> 768px) quand non scrollé */
@media (min-width: 769px) {
	.navbar:not(.scrolled) .container-nav {
		background: transparent !important;
		box-shadow: none;
	}
	/* .navbar:not(.scrolled) .container-nav a {
		color: var(--white) !important;
	} */
	.navbar:not(.scrolled) .logo-dark {
		display: block;
	}
	/* .navbar:not(.scrolled) .logo-light { display: block; } */
	.navbar:not(.scrolled) .navbar-toggler {
		background-color: rgba(255, 255, 255, 0.8) !important;
	}
}
#menu-item-156 {
	color: #000 !important;
	background-color: #fff;
}
#menu-item-156 span,
#menu-item-156 i {
	color: #000 !important;
}
.navbar-toggler[aria-expanded='true'] ~ .navbar-collapse .nav-link {
	margin-bottom: 2rem;
}
.nav-link {
	text-align: center;
}
/* 
#menu-item-155 {
	background-color: #4ea936 !important;
	box-shadow: 3px 4px 20px -4px rgba(78, 169, 54, 0.5);
}

#menu-item-155:hover {
	background-color: #43912d !important;
} */

.nav-link a {
	text-decoration: none !important;
	color: var(--text-light-color) !important;
	text-align: center;
}

.navbar-nav {
	display: flex;
	gap: 20px;
	margin: 0 0 0 auto;
	align-items: center;
}
.navbar-toggler:focus {
	box-shadow: none !important;
}
.navbar-foot {
	padding: 1rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1em;
}
.btn-connect-hote,
.btn-connect-presta {
	border: 1px solid #fff;
}

/* Styles pour les titres */
h1,
h1 span {
	font-family: 'Belleza Regular', sans-serif !important;
	font-size: 55px !important;
	font-weight: 900;
}

.h3 {
	font-family: inherit;
	color: var(--primary-color);
}

h2 {
	font-family: 'Belleza Regular', sans-serif;
	padding: 2rem 0;
	font-size: 40px;
}

.h3 {
	font-family: 'Belleza Regular', sans-serif;
	font-size: 30px;
	color: var(--gold);
}

.h4 {
	background-color: var(--green);
	position: relative;
	text-align: center;
	font-size: 2rem;
	box-shadow: 3px 4px 20px -4px rgba(78, 169, 54, 0.5);
}
@media screen and (max-width: 992px) {
	.navbar .container-nav {
		padding: 10px;
	}
	.fs-5 {
		font-size: 16px !important;
	}
	.navbar .container-nav ul li a {
		font-size: 20px !important;
	}
	h1,
	h1 span {
		font-size: 40px !important;
	}
	h2 {
		font-size: 30px !important;
	}
	h3 {
		font-size: 22px !important;
	}

	.topPage #text p {
		font-size: 15px !important;
	}
	.topPage .suptitle {
		font-size: 20px !important;
	}

	.navbar-brand img {
		width: 200px;
	}
	.navbar > .container {
		padding: 15px;
	}
	.tab-link {
		font-size: 14px !important;
	}
}
.collapse.show {
	background-color: var(--white);
	transition: background-color ease-in 0.5s;
}
.btn {
	background-color: var(--gold);
	color: #fff;
	padding: 15px 60px;
	font-size: 20px;
	border-radius: 0;
}
/* main*/
.topPage .bloc {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 7rem;
}
.topPage .suptitle {
	font-size: 20px !important;
	color: var(--gold);
	text-transform: uppercase;
	font-family: 'TT Chocolates Bold', sans-serif;
}
.topPage .container {
	padding-bottom: 0 !important;
	margin: 0;
}
.topPage h1::after {
	content: '';
	display: block;
	width: 80px;
	height: 5px;
	background-color: var(--gold);
	margin-top: 10px;
}
/* end main */

/*accompagnement*/
.accompagnement {
	background-color: var(--green);
	position: relative;
	padding: 50px 0;
	overflow: hidden;
}
.accompagnement h2 {
	position: relative;
	z-index: 1;
	color: var(--white);
}
.accompagnement h2::after {
	content: '';
	display: block;
	width: 80px;
	height: 5px;
	background-color: var(--gold);
	margin: 20px auto auto;
}
.accompagnement h3 {
	color: var(--gold);
}
.accompagnement .descriptif {
	font-size: 18px;
	font-family: 'TT Chocolat Regular', sans-serif;
}
.accompagnement a {
	display: flex;
	width: fit-content;
	justify-content: center;
	z-index: 1;
	position: relative;
}
@media (min-width: 992px) {
	.accompagnement .acc-2 {
		border-left: 2px solid var(--gold);
		border-right: 2px solid var(--gold);
	}
}

.acc-1,
.acc-2,
.acc-3 {
	min-width: 30%;
	padding: 0 30px;
}

.accompagnement .descriptif {
	color: #fff;
}
.line-1 {
	position: absolute;
	bottom: 0;
	left: 0;
}
.line-2 {
	position: absolute;
	top: 0;
	right: 0;
}
@media (max-width: 992px) {
	.line-1 {
		position: absolute;
		bottom: -45px;
		left: 0;
	}
	.line-2 {
		position: absolute;
		top: -45px;
		right: 0;
	}
}
/* end accompagnement */

/*hote*/
.hote,
.prestataire {
	position: relative;
	background-color: var(--white);
}
.hote h2 {
	color: var(--warm-dark);
}
.hote h2::after {
	content: '';
	display: block;
	width: 80px;
	height: 5px;
	background-color: var(--gold);
	margin-top: 10px;
}
.a-propos img,
.hote img,
.prestataire img {
}
.a-propos p,
.prestataire p {
	color: #fff;
}

.hote-btn {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 50px;
	margin-bottom: 50px;
	z-index: 2;
	position: relative;
}
/*end hote*/

/*approche*/
.approche {
	background: linear-gradient(180deg, rgba(234, 229, 226, 0.2) 0%, var(--gray) 100%);
	position: relative;
}
.approche h2 {
	color: var(--warm-dark);
}
.approche h2::after {
	content: '';
	display: block;
	width: 80px;
	height: 5px;
	background-color: var(--gold);
	margin-top: 10px;
}
.liste-approches {
	display: flex;
	flex-wrap: balance;
	gap: 20px;
	position: relative;
	z-index: 1;
	justify-content: center;
}
.approche-bloc img {
	height: fit-content;
	max-width: 60px;
}
.approche-bloc {
	background-color: var(--white);
	padding: 20px;
	gap: 20px;
	align-items: center;
	display: flex;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	max-width: 350px;
	position:relative;
}
.approche-bloc .number {
	    font-size: 60px;
    color: #b3996f;
    opacity: 0.2;
    position: absolute;
    left: 5px;
    top: -20px;
}
.content-approche p {
	margin: 0;
}
.line-3 {
	position: absolute;
	bottom: 0;
	right: 0;
}
/*end approche*/

/* Styles pour les articles */
.art {
	font-family: 'TT Chocolat Regular', sans-serif;
}

.art img {
	width: 50%;
}

#art2 img {
	width: 48%;
}

/* Styles pour les boutons */
.link-contact {
	padding: 10px 30px;
	font-size: 20px;
	box-shadow: 3px 4px 20px -4px var(--green) 0.5;
	border-radius: 0;
	transition: all 0.3s ease;
}

.btn {
	padding: 15px 60px;
	font-size: 20px;
	background-color: var(--gold);
	color: #fff;
	box-shadow: 3px 4px 20px -4px var(--green) 0.5;
	border-radius: 0;
	transition: all 0.3s ease;
}
.b-gold {
	background-color: var(--gold) !important;
	color: #fff;
}
.b-green {
	background-color: var(--green) !important;
	color: #fff;
}
.b-auto {
	margin: auto;
}

.b-green:hover {
	background-color: var(--warm-dark) !important;
	color: #fff;
}
.b-gold:hover {
	background-color: var(--warm-dark) !important;
	color: #fff;
}
.link-contact:hover a {
	background-color: var(--warm-dark) !important;
	color: #fff !important;
}
/* Styles pour le pied de page */
#footer {
	position: relative;
	bottom: 0;
	text-align: center;
	width: 100%;
	padding: 1rem 0;
}
#footer .container {
	flex-wrap: wrap;
	justify-content: center;
}
#footer .nav-link {
	margin: 10px 0;
	padding: 5px 10px;
	width: fit-content;
}
#footer ul li {
	list-style: none;
	text-align: left;
}
#footer a {
	text-decoration: none !important;
	color: var(--warm-dark) !important;
	font-family: 'TT Chocolat Regular', sans-serif;
	font-size: 18px;
}
/* Styles pour le texte */
#text {
	top: 1rem;
	margin-top: 25px !important;
	font-family: 'TT Chocolat Regular', sans-serif;
}

/* Styles pour le conteneur principal */
main {
	padding-bottom: 2rem;
}

/* Section spécifique */

.img-panel {
}
#myBtn {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 3rem; /* Place the button at the bottom of the page */
	right: 3rem; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: var(--green); /* Set a background color */
	color: white; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 1rem; /* Some padding */
	font-size: 18px; /* Increase font size */
	box-shadow: 3px 4px 20px -4px var(--green) 0.5;
}

#myBtn:hover {
	background-color: var(--green);
}
.mention {
	font-size: smaller;
}
/*témoignages*/
.temoignages h2{
	text-align: center;
	margin-bottom: 2rem;
}
.temoignages .container {
	height: fit-content;
}
.swiper-wrapper {
	align-items: center;
}
.swiper {
	height: fit-content !important;
}
/*end temoignages*/
/*contact*/

.contact {
	position: relative;
}

.contact .contact-img {
	position: relative;
	bottom: 250px;
	left: 10%;
	width: 80%;
	height: 100%;
	object-fit: cover;
	opacity: 0.1;
	z-index: 0;
}
@media (max-width: 992px) {
	.contact .contact-img {
		position: relative;
		bottom: 40px;
		left: 10%;
		width: 80%;
		height: 100%;
		object-fit: cover;
		opacity: 0.1;
		z-index: 0;
	}
}
@media (max-width: 768px) {
	.contact .contact-img {
		width: 150%;
	}
}
.contact .form-container {
	display: flex;
	align-items: baseline;
	justify-content: space-around;
	flex-wrap: wrap;
}
.coordonnees {
	width: fit-content;
}
.coordonnees p {
	font-size: 18px;
	color: var(--warm-dark);
}

.contact h2 {
	color: var(--warm-dark);
	/* max-width: 400px; */
	max-width: 1135px;
	width: 100%;
}

.contact h2::after {
	content: '';
	display: block;
	width: 80px;
	height: 5px;
	background-color: var(--gold);
	margin-top: 10px;
}
.contact a.mail,
.contact a.tel {
	color: var(--warm-dark) !important;
}
.contact form p {
	color: var(--warm-dark) !important;
}
.contact .vp {
	display: flex;
	flex-direction: column;
}
.contact .mail,
.contact .tel {
	margin-block: 1rem !important;
	text-decoration: none;
	color: white;
	font-size: 20px;
}
.contact .vp p {
	margin: 0;
}
.contact_action {
	margin-top: 10px;
}
.contact_action p {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 0;
}
.wpcf7-spinner {
	color: var(--gold);
}
.contact_name {
	display: flex;
	align-items: center;
	gap: 20px;
}
.wpcf7-form {
	margin: 15px;
	font-family: 'TT Chocolat Regular', sans-serif;
	width: -webkit-fill-available;
	padding: 20px 20px 12px 20px;
	display: flex;
	flex-direction: column;
}
.wpcf7-form label {
	width: 100%;
}

.wpcf7 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

input.wpcf7-text,
input.wpcf7-mail,
textarea.wpcf7-form-control.wpcf7-textarea {
	font-size: 18px;
	padding: 5px 10px;
	width: 100%;
	outline: none;
	background: var(--GRAY, #eae5e2);
	color: #000000;
	border: 1px solid #eee;

	transition: 0.3s ease;
	margin-top: 0;
	box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}
.wpcf7-form-control-wrap textarea {
	max-height: 120px !important;
}
.wpcf7-submit {
	background-color: var(--gold);
	color: #ffffff;
	padding: 10px 10px;
	border: none;
	cursor: pointer;
	width: 100%;

	margin-top: 0;
}
.wpcf7 .wpcf7-submit:disabled {
	background-color: gray;
}
.wpcf7-submit:hover {
	background-color: var(--green) !important;
}

.wpcf7-reset {
	background-color: transparent;
	color: #000000;
	padding: 5px;
	border: none;
	width: 100%;
	cursor: pointer;
	margin-top: 0;
}
.wpcf7-form-control:focus {
	color: #092800;
}

.wpcf7-form-control::placeholder {
	color: #dddddd;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-bottom: 2px solid var(--green) !important;
	width: fit-content !important;
	text-align: center !important;
	color: var(--green) !important;
	margin-inline: auto !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
}
.wpcf7 form .wpcf7-response-output {
	border-bottom: 2px solid !important;
	width: fit-content !important;
	text-align: center !important;
	margin-inline: auto !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
}
.wpcf7-radio {
	cursor: pointer;
	box-shadow: none;
	margin-right: 1rem;
}
.pdc-link {
	color: var(--green);
	text-decoration: none;
}
.container {
	padding-top: 2rem;
	padding-bottom: 2rem;
	position: relative;
	z-index: 2;
}
.app_container {
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
}
@media (max-width: 768px) {
	.a-propos .app_container {
		flex-direction: column-reverse;
	}
	.hote-btn {
		justify-content: center;
	}
}
.prestataire {
	padding-bottom: 100px;
}
.prestataire .app_container {
	padding: 20px;
	background: #262626;

	align-items: center;
}
.hote .app_container {
	align-items: center;
}
.section-title {
	position: relative;
	background-image: linear-gradient(to bottom, rgb(34 46 42 / 50%), rgba(61, 79, 74, 0)), url(assets/image/bg.jpeg);
	padding-bottom: 5rem !important;
	padding-top: 5rem;
	background-size: cover;
}
.section-title p {
	color: white;
}
.box-container {
	display: flex;
	justify-content: center;
	gap: 15px;
	z-index: 1;
	position: relative;
}
@media (max-width: 992px) {
	.box-container,
	.app_container {
		flex-wrap: wrap;
	}
	.box i {
		font-size: 35px !important;
	}
}

.box {
	max-width: 432px;
	background-color: rgb(255, 255, 255);
	transition: background-color 0.5s ease;

	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.box .h3 {
	color: var(--gold);
}
.box.active .p p {
	color: white !important;
}
.box i {
	font-size: 50px;
	color: var(--gold);
	margin: 30px;
}
.box.active i {
	color: #fff;
}
.box .element {
	padding: 20px 30px;
	height: 100%;
	justify-content: space-between;
}
#form {
	font-size: larger;
}

.area {
	margin-top: 1rem;
}

.panel-hidden2 {
	transition:
		transform 0.3s ease,
		opacity 0.3s ease;
}

.panel-hidden2:hover {
	-ms-transform: scale(1.1); /* IE 9 */
	-webkit-transform: scale(1.1); /* Safari 3-8 */
	transform: scale(1.1);
	/*z-index: 10; */
}
.presta {
	background-color: var(--green);
	color: #fff;
}
.presta h2{
	text-align: center;
}
.presta .description {
text-align: center;
	margin-bottom: 2rem;
}
.tabs {
	width: 100%;
	overflow: hidden;
}

.tabs .description {
	font-size: 20px;
}
.tabs .description p {
	color: #fff;
}
#btn-decou {
	margin-bottom: 5rem;
	margin-top: 20px;
	padding: 15px 60px;
	font-size: 20px;
}
.tab-header {
	display: flex;
	position: relative;
	border-bottom: 1px solid var(--white);
}
@media screen and (max-width: 768px) {
	.tab-header {
		overflow-x: scroll;
		overflow-y: hidden;
	}
}
.tab-header .tab-link {
	flex: 1;
	padding: 16px;
	text-align: center;
	background-color: transparent;
	color: var(--white);
	font-size: 25px;
	font-family: 'Bardow Semi Condensed SemiBold', sans-serif !important;
	border: none;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.tab-header .tab-link:hover {
	color: var(--gold);
}

.tab-header .tab-link.active {
	color: var(--gold);
}

.tab-header .tab-indicator {
	position: absolute;
	bottom: -3.3px;
	left: 0;
	width: 0;
	height: 5px;
	background-color: var(--gold);

	transition:
		left 0.3s ease,
		width 0.3s ease;
}

.tab-content {
	padding: 40px 0;
	font-size: 20px;
}
.tab-content h3 {
	font-size: 36px;
	font-family: 'TT Chocolates Bold';
}
.tab-pane {
	display: none;
}

.tab-pane.active {
	display: flex;
	flex-wrap: wrap;
	color: var(--white);
	justify-content: space-evenly;
	animation: tabFadeIn 0.5s ease-out forwards;
}

@keyframes tabFadeIn {
	from {
		opacity: 0;
		transform: translateY(15px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.container:hover .panel-hidden2:not(:hover) {
	opacity: 0.5; /* Réduisez l'opacité des autres panels */
	-ms-transform: scale(0.9); /* IE 9 */
	-webkit-transform: scale(0.9); /* Safari 3-8 */
	transform: scale(0.9);
}

/*Section des forfaits*/
.forfait {
	background-color: var(--beige);
}
.forfait-container {
	display: flex;
	justify-content: space-between;
	align-items: normal;
}
.details_forfait {
	border: 1px solid var(--white);

	margin: 10px;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;

	gap: 20px;
}
@media (max-width: 992px) and (min-width: 768px) {
	.details_forfait {
		min-width: 432px;
	}
}
.details_forfait:hover {
	background: rgb(105 105 105 / 48%);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.swiper {
	width: 240px;
	height: 320px;
	width: 100%;
	min-width: 320px;
	background-color: transparent;
}

.swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.details_forfait h3 {
	font-family: 'TT Chocolates Bold';
	font-size: 30px;
	color: #fff;
}

.details_forfait h4 {
	font-family: 'TT Chocolates Bold';
	font-size: 25px;
	color: var(--green) !important;
}
.details_forfait p {
	color: #fff;
}
@media (max-width: 992px) {
	.forfait-container {
		flex-wrap: wrap;
		justify-content: center;
	}
	.details_forfait img {
		max-width: 80px;
	}
}
/*CARD*/

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1080px) {
}

@media screen and (max-width: 769px) {
	ul {
		text-align: center;
	}
	.navbar-nav {
		display: flex;
		margin: 20px auto 0 auto !important;
		width: fit-content;
		align-items: center;
	}
	.navbar-nav .nav-link {
		padding: 10px;
		margin: 0 !important;
	}
	#menu-item-155 {
		margin-bottom: 10px;
	}
	.panel-hidden {
		overflow: hidden;
	}
	.panel-hidden2 {
		overflow: hidden;
	}
	#art2 {
		display: flex;
	}
	.item1 {
		order: 2; /* Place l'élément en dernière position */
	}
	.item2 {
		order: 1; /* Place l'élément en deuxième position */
	}
}

@media screen and (max-width: 425px) {
	.navbar-brand {
		max-width: 70%;
	}
}

/*Style page légale*/
.topLegal {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 1rem;
	height: 30vh;
	display: flex;
	align-items: center;
}
.legale,
.legale a,
#cmplz-document a {
	color: white !important;
}
#cmplz-document {
	margin: auto;
	color: white !important;
}
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose,
#cmplz-document .cmplz-dropdown .cookies-per-purpose {
	color: black;
}
.focus-in-expand {
	-webkit-animation: focus-in-expand 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation: focus-in-expand 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/*404*/
.error-404 {
	height: 80vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
	gap: 30px;
}
.error-404 .element {
	display: flex;
	gap: 30px;
	flex-direction: column;
}
.error-404 .element h1 {
	color: white !important;
}
@-webkit-keyframes focus-in-expand {
	0% {
		letter-spacing: -0.5em;
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0;
	}
	100% {
		-webkit-filter: blur(0);
		filter: blur(0);
		opacity: 1;
	}
}
@keyframes focus-in-expand {
	0% {
		letter-spacing: -0.5em;
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0;
	}
	100% {
		-webkit-filter: blur(0);
		filter: blur(0);
		opacity: 1;
	}
}

.copyright {
	background-color: var(--warm-dark);
}

.picto_isa {
	position: absolute;
	bottom: 10%;
	left: -65%;
	width: 100%;
	opacity: 0.2;
	z-index: 0;
	min-width: 350px;
}

@media (max-width: 1600px) {
	.picto_isa {
		position: absolute;
		bottom: -50px !important;
		left: 0;
		width: 100%;
		opacity: 0.2;
		z-index: 0;
		min-width: 350px;
	}
}
@media (min-width: 769px) {
	.img-box {
		/* max-width: 230% !important; */
		max-width: 100% !important;
	}
}
.navbar-toggler {
	border: none !important;
	background-color: white !important;
}
.picto_isa {
	position: absolute;
	bottom: -50px !important;
	left: 0;
	width: 100%;
	opacity: 0.2;
	z-index: 0;
	min-width: 350px;
}

@media (min-width: 769px) {
	.img-box {
		/* max-width: 230% !important; */
		max-width: 100% !important;
	}
}
.navbar-toggler {
	border: none !important;
	background-color: white !important;
}
