/*
Theme Name: Happy Guily
Description: Spécialiste de l'animation enfants, notre agence événementielle crée des moments inoubliables pour vos animations anniversaires, arbres de Noël, mariages...
Version: 1.0
*/

html {
	box-sizing: border-box;
	margin-top: 0 !important;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	background-color: #FAFAFA;
	color: #2B2B2B;
	font-size: 15px;
}

strong,
b {
	font-weight: bold;
}

/* h1 {
	font-size: 46px;
	line-height: 56px;
} */

h2 {
	font-size: 32px;
	line-height: 43px;
	letter-spacing: 0.5px;
}

h3 {
	font-size: 26px;
	font-weight: bold;
}

h4 {
	font-size: 20px;
	font-weight: bold;
}

h5 {
	font-size: 19px;
}

h6 {
	font-size: 18px;
}

.color-titre {
	color: #b49880;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.slogan {
	font-size: 19px;
	line-height: 26px;
}

.text-limite {
	align-items: center;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.height-100 {
	min-height: 100vh;
}

.margin-bottom-0 {
	margin-bottom: 0;
}

a {
	color: #469af4;
	text-decoration: none;
}

a:hover {
	outline: none;
	text-decoration: none;
}

.background-size-cover {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.background-size-contain {
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.border-10 {
	border-radius: 10px;
}

.row-right {
	justify-content: flex-end;
}

.row-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.row-justify-verticaly-content {
	align-items: center;
}

.row-inverse-colunm {
	flex-direction: row-reverse;
}

.display_flex {
	display: flex;
}

.justify-right {
	justify-content: flex-end;
}

.full_width_container {
	max-width: 100% !important;
}

.container-100 {
	max-width: 100%;
}

.text-center {
	text-align: center;
}

.text-uppercase {
	text-transform: uppercase;
}

.block-center-horizontale-verticale {
	position: absolute !important;
	transform: translateY(-50%);
	top: 50%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
}

.background-bleu {
	background-color: #213847;
}

.color-text-bleu {
	color: #6ad4f9;
}

.border-site {
	border-radius: 20px;
}

section {
	position: relative;
	overflow: hidden;
}


.raduis10 {
	border-radius: 10px;
}

.filter-head-page-in {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}


header {
	position: relative;
}

/* .section-banners-page {
	background: linear-gradient(135deg, #1c1a1a 0%, #131212 100%);
} */

.section-banners-page .fond-banners-page {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 0;
	opacity: 0.5;
}

.section-banners-page .inner-page {
	padding: 80px 20px;
	text-align: center;
	z-index: 2;
	position: relative;
	background: #445e531c;
}

.block-page-default {
	min-height: 70vh;
	padding-top: 2rem;
	background: linear-gradient(to bottom, #f0fbfe90 0%, #ede5e5 100%);
}

.block-page-default::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.logo-page {
	width: auto;
	height: 50px;
	margin-bottom: 2rem;
}

.container-page-default {
	position: relative;
	z-index: 2;
}


/* =========================================================
           1. CLASSES GÉNÉRIQUES (UTILITAIRES DE COULEURS)
========================================================= */

.btn-custom {
	font-family: 'Caveat', cursive;
	font-size: 1.6rem;
	color: #d83d6a;
	/* Par défaut */
	background-color: white;
	border: 2px solid #d83d6a;
	/* Par défaut */
	border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
	padding: 5px 28px;
	font-weight: 700;
	transition: all 0.15s ease-out;
	box-shadow: 5px 5px 0px 0px #d83d6a;
	/* Par défaut */
	text-decoration: none;
	display: inline-block;
	white-space: nowrap;
}

.btn-custom:hover {
	background-color: white;
	color: #d83d6a;
	transform: translate(3px, 3px);
	box-shadow: 2px 2px 0px 0px #d83d6a;
}

.btn-custom:active {
	transform: translate(5px, 5px);
	box-shadow: 0px 0px 0px 0px #d83d6a;
}


/* --- TITRES --- */
.section-title {
	font-weight: 800;
	font-size: 2.8rem;
	line-height: 1.2;
}

.handwritten-3d {
	font-size: 4.4rem;
}

/* --- BOUTONS --- */
.btn-pink {
	color: #d83d6a !important;
	border-color: #d83d6a !important;
	box-shadow: 5px 5px 0px 0px #d83d6a !important;
}

.btn-pink:hover {
	color: #d83d6a !important;
	box-shadow: 2px 2px 0px 0px #d83d6a !important;
}

.btn-pink:active {
	box-shadow: 0px 0px 0px 0px #d83d6a !important;
}

.btn-blue {
	color: #5ca8c5 !important;
	border-color: #5ca8c5 !important;
	box-shadow: 5px 5px 0px 0px #5ca8c5 !important;
}

.btn-blue:hover {
	color: #5ca8c5 !important;
	box-shadow: 2px 2px 0px 0px #5ca8c5 !important;
}

.btn-blue:active {
	box-shadow: 0px 0px 0px 0px #5ca8c5 !important;
}

.btn-green {
	color: #76b772 !important;
	border-color: #76b772 !important;
	box-shadow: 5px 5px 0px 0px #76b772 !important;
}

.btn-green:hover {
	color: #76b772 !important;
	box-shadow: 2px 2px 0px 0px #76b772 !important;
}

.btn-green:active {
	box-shadow: 0px 0px 0px 0px #76b772 !important;
}

.btn-yellow {
	color: #f4c344 !important;
	border-color: #f4c344 !important;
	box-shadow: 5px 5px 0px 0px #f4c344 !important;
}

.btn-yellow:hover {
	color: #f4c344 !important;
	box-shadow: 2px 2px 0px 0px #f4c344 !important;
}

.btn-yellow:active {
	box-shadow: 0px 0px 0px 0px #f4c344 !important;
}

.btn-purple {
	color: #7B61FF !important;
	border-color: #7B61FF !important;
	box-shadow: 5px 5px 0px 0px #7B61FF !important;
}

.btn-purple:hover {
	color: #7B61FF !important;
	box-shadow: 2px 2px 0px 0px #7B61FF !important;
}

.btn-purple:active {
	box-shadow: 0px 0px 0px 0px #7B61FF !important;
}

/* Violet spécifique (bannière) */
.btn-purple-dark {
	color: #93689a !important;
	border-color: #93689a !important;
	box-shadow: 5px 5px 0px 0px #93689a !important;
}

.btn-purple-dark:hover {
	color: #93689a !important;
	box-shadow: 8px 8px 0px 0px #93689a !important;
	transform: translate(-3px, -3px);
}

.btn-purple-dark:active {
	box-shadow: 0px 0px 0px 0px #93689a !important;
}

/* --- TITRES 3D --- */

.logo-style-font,
.handwritten-3d {
	font-family: 'Caveat', cursive;
	letter-spacing: 2px;
	line-height: 0.8;
	color: #FFFFFF !important;
	font-size: 4rem;
}

.text-3d-pink {
	-webkit-text-stroke: 1.5px #d83d6a !important;
	text-shadow: 4px 4px 0px #d83d6a !important;
}

.text-3d-blue {
	-webkit-text-stroke: 1.5px #3b74a8 !important;
	text-shadow: 4px 4px 0px #3b74a8 !important;
	display: inline-block;
}

.head-section-prestations .text-3d-blue {
	-webkit-text-stroke: 1.5px #4685bf !important;
    text-shadow: 4px 4px 0px #39536B !important;
}

.text-3d-green {
	-webkit-text-stroke: 1.5px #628f60 !important;
    text-shadow: 4px 4px 0px #49794b !important;
}

/* --- ICÔNES 3D --- */
.icon-box {
	width: 48px;
	height: 48px;
	background: #FFFFFF;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3rem;
	flex-shrink: 0;
	border: 1.5px solid transparent;
}

.icon-box-pink {
	border-color: #d83d6a !important;
	box-shadow: 3px 3px 0px #d83d6a;
	color: #d83d6a;
}

.icon-box-blue {
	border-color: #5ca8c5 !important;
	box-shadow: 3px 3px 0px #5ca8c5;
	color: #5ca8c5;
}

.icon-box-green {
	border-color: #76b772 !important;
	box-shadow: 3px 3px 0px #76b772;
	color: #76b772;
}

.icon-box-yellow {
	border-color: #f4c344 !important;
	box-shadow: 3px 3px 0px #f4c344;
	color: #f4c344;
}


@media screen and (max-width: 1399px) {
	.section-title {
		font-size: 2.4rem;
    	line-height: 1.2;
	}

	.logo-style-font, .handwritten-3d {
    	line-height: 0.8;
    	font-size: 3.5rem;
	}
}

@media screen and (max-width: 1199px) {
	h1 {
		font-size: 43px;
		line-height: 40px;
	}

	.button {
		padding: 8px 25px;
		font-size: 16px;
	}

	h1 br,
	h2 br {
		display: none;
	}

	.h1-title-top {
		font-size: 40px !important;
		line-height: 44px !important;
	}

	.section-title {
		font-size: 2rem;
		line-height: 1.2;
	}

	.logo-style-font,
	.handwritten-3d {
		line-height: 0.8;
		font-size: 3rem;
	}
}

@media screen and (max-width: 1090px) {
	h1 {
		font-size: 36px;
		line-height: 39px;
	}

	.text-3d-pink {
		text-shadow: 1px 3px 0px #d83d6a !important;
	}

	.text-3d-blue {
		text-shadow: 1px 3px 0px #3b74a8 !important;
	}

	.text-3d-green {
		text-shadow: 1px 3px 0px #639960 !important;
	}

	.text-3d-green-dark {
		text-shadow: 1px 3px 0px #1A1A2E !important;
	}

	.text-3d-blue-dark {
		text-shadow: 1px 3px 0px #1d70a5 !important;
	}

	.text-3d-green-dark2 {
		text-shadow: 1px 3px 0px #3b683d !important;
	}
}

@media screen and (max-width: 991px) {
	h1 {
		font-size: 32px;
		line-height: 35px;
	}

	.h1-title-top2 {
		font-size: 33px;
		line-height: 39px;
	}

	.h1-title-top3 {
		font-size: 36px !important;
		line-height: 43px !important;
	}

	.logo-page {
		height: 35px;
		margin-bottom: 1.5rem;
	}

	.section-banners-page .inner-page {
		padding: 50px 20px;
		margin-top: 55px;
	}
}

@media screen and (max-width: 767px) {
	h2 {
		font-size: 27px;
		line-height: 37px;
	}

	.section-title {
		font-size: 1.5rem;
		line-height: 1.2;
	}

	.handwritten-3d {
		font-size: 2.5rem;
	}
}

@media screen and (max-width: 600px) {
	.title-font-uppercase {
		font-size: 25px;
		line-height: 35px;
	}

	h1,
	.page h1 {
		font-size: 24px;
		line-height: 32px;
	}

	.section-title {
		font-size: 1.4rem;
		line-height: 1.2;
	}

	/* .handwritten-3d {
        font-size: 2rem;
    } */

	.slogan {
		font-size: 16px;
		line-height: 21px;
	}

	.section-banners-page .inner-page {
		padding: 35px 20px;
	}
}


@media screen and (max-width: 580px) {
	body {
		font-size: 16px;
		line-height: 22px;
	}

	h2 {
		font-size: 20px;
		line-height: 27px;
	}

	h3 {
		font-size: 19px;
		line-height: 25px;
	}

	.page-template-default h2 {
		font-size: 1.35rem;
	}
}


#button-scroll-top.show {
	opacity: 0.9;
	cursor: pointer;
}

#button-scroll-top {
	display: inline-block;
	background: #607657;
	width: 34px;
	height: 39px;
	text-align: center;
	border-radius: 3px;
	position: fixed;
	bottom: 12px;
	right: 18px;
	z-index: 5;
	transition: opacity 0.2s ease-out;
	opacity: 0;
	font-size: 11px;
}

#button-scroll-top::after {
	content: "\f176";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2.3em;
	line-height: 40px;
	color: #ffffff;
}


/***** MENU ***************************************************************************************************************************************/

/* ==========================================
   1. HEADER & BANDEAU
   ========================================== */
.info-banner {
	background: #739d8b;
	color: white;
	font-size: 0.85rem;
	font-weight: 500;
	padding: 8px 0;
	letter-spacing: 0.5px;
}

.info-banner a {
	color: white;
	text-decoration: none;
	transition: opacity 0.2s;
}

.info-banner a:hover {
	opacity: 0.8;
}

.custom-header {
	position: relative;
	background: rgba(255, 255, 255, 0.98);
	backdrop-filter: blur(10px);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 40;
}

.top-bar {
	border-bottom: 1px solid #f0f0f0;
	width: 100%;
}

.middle-bar {
	width: 100%;
	padding: 5px 0;
}

/* ==========================================
   2. LOGO & ANIMATIONS
   ========================================== */
.navbar-brand {
	display: flex;
	flex-direction: column;
	align-items: center;
	backface-visibility: hidden;
}

.logo-header {
	height: 110px;
	object-fit: contain;
	padding-top: 10px;
	transform-origin: center top;
	will-change: transform;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.logo-slogan {
	display: block;
	font-family: 'Caveat', cursive;
	font-size: 1.6rem;
	color: #d83d6a;
	margin-top: 5px;
	height: 35px;
	opacity: 1;
	will-change: height, opacity, margin;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	white-space: nowrap;
}

.logo-shrink {
	height: 80px !important;
}

.slogan-hide {
	height: 0 !important;
	margin-top: 0 !important;
	opacity: 0 !important;
	overflow: hidden;
}

/* ==========================================
   3. RÉSEAUX SOCIAUX
   ========================================== */
.social-icon {
	font-size: 1.1rem;
	color: white !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	text-decoration: none;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.social-icon:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

/* Couleurs officielles des plateformes */
.icon-instagram {
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.icon-facebook {
	background: #1877F2;
}

.icon-tiktok {
	background: #000000;
	text-shadow: 1px 1px 0px #00f2fe, -1px -1px 0px #fe0979;
}

.icon-linkedin {
	background: #0A66C2;
}

.icon-youtube {
	background: #FF0000;
}

/* ==========================================
   4. RECHERCHE
   ========================================== */
.search-wrapper-small {
	background: #FAFAFA;
	border-radius: 50px;
	/* padding: 4px 12px; */
	padding: 4px 12px 4px 0;
	border: 1px solid #ddd5d5;
	transition: all 0.4s ease;
	width: 180px;
}

.search-wrapper-small:focus-within {
	background: white;
	border-color: #007BFF;
	box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
	width: 100%;
	flex-grow: 1;
}

.search-input-small {
	background: transparent;
	border: none;
	font-size: 0.85rem;
	width: 100%;
	padding: 5px;
	box-shadow: none !important;
}

.search-input-small:focus {
	outline: none;
}

/* --- BOUTON RECHERCHE HEADER --- */
.btn-search-header {
    width: 32px;
    height: 32px;
    min-width: 32px; 
    flex-shrink: 0; 
    border-radius: 50%;
    background-color: #7f968c;
    color: #fff;
    padding: 0;
    transition: all 0.3s ease;
}

.btn-search-header:hover {
    background-color: #5c6f67;
}

/* ==========================================
   5. MENU DE NAVIGATION
   ========================================== */
.custom-header,
.custom-header .navbar,
.custom-header .collapse,
.custom-header .middle-bar {
	overflow: visible !important;
}

.custom-header .dropdown {
	position: relative;
}

.nav-link {
	font-weight: 500;
	color: #2B2B2B;
	padding: 10px 20px !important;
	transition: color 0.3s;
	white-space: nowrap;
	font-size: 16px;
}

.nav-item:hover .nav-link{
	color: #598472 !important;
	text-decoration: underline;
}

.nav-link.active {
	color: #598472 !important;
	font-weight: 600;
	text-decoration: underline;
}

.dropdown-menu {
	border: none;
	box-shadow: 0 4px 10px rgb(0 0 0 / 25%);
	/* border-radius: 12px; */
	border-radius: 5px;
    padding: 2px;
	margin-top: 0 !important;
}

.dropdown-item {
	font-weight: 500;
	padding: 8px 20px;
	transition: all 0.2s;
	color: #2B2B2B;
	font-size: 16px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #668a7b;
}

.dropdown-item:hover {
	/* background-color: #e6f2ff;
	color: #007BFF; */
	background-color: #e5f2ed;
    color: #566961;
}

@media (min-width: 992px) {
	.dropdown-menu {
		display: block;
		visibility: hidden;
		opacity: 0;
		left: 50% !important;
		transform: translate(-50%, 0) !important;
		transition: all 0.3s ease;
	}

	.dropdown:hover .dropdown-menu {
		visibility: visible;
		opacity: 1;
	}
}

/* ==========================================
   6. RESPONSIVE & FIX CENTRAGE
   ========================================== */
@media (min-width: 992px) {
	.top-bar .container-navbar {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
		align-items: center;
		gap: 20px;
	}

	.top-bar .container-navbar>div {
		flex: none !important;
	}
}

/* --- Écrans de 1200px à 1399px : Côte à côte --- */
@media (min-width: 1200px) and (max-width: 1399px) {
	.bloc-reseau-recherche-menu {
		gap: 10px !important;
	}

	.social-icon {
		width: 32px;
		height: 32px;
		font-size: 1rem;
	}

	.search-wrapper-small {
		width: 100%;
		max-width: 140px;
	}

	.search-wrapper-small:focus-within {
		max-width: 200px;
	}

	.nav-link {
		padding: 10px 14px !important;
		font-size: 0.95rem;
	}
}

/* --- Écrans de 992px à 1199px : La recherche passe EN DESSOUS --- */
@media (min-width: 992px) and (max-width: 1199px) {
	.bloc-reseau-recherche-menu {
		flex-direction: column !important;
		/* Empile les éléments */
		align-items: flex-start !important;
		/* Aligne le tout à gauche */
		gap: 10px !important;
	}

	.social-icon {
		width: 32px;
		height: 32px;
		font-size: 1rem;
	}

	.search-wrapper-small {
		width: 100%;
		max-width: 180px;
		/* On remet une taille normale car elle a toute la ligne pour elle */
	}

	.search-wrapper-small:focus-within {
		max-width: 220px;
	}

	.nav-link {
		padding: 10px 10px !important;
		font-size: 0.9rem;
	}

	.btn-custom {
		font-size: 1.1rem;
		padding: 6px 16px;
	}
}

/* ==========================================
   7. RESPONSIVE MOBILE
   ========================================== */
@media (max-width: 991px) {
	.navbar-collapse {
		background: white;
		border-radius: 0 0 15px 15px;
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
		padding-bottom: 0;
		position: absolute;
		top: 100%;
		width: 100%;
		left: 0;
		z-index: 1000;
	}

	.mobile-action-panel {
		border-radius: 0 0 15px 15px;
	}

	.dropdown-menu {
		display: none;
		visibility: visible;
		opacity: 1;
		transform: none;
		left: auto;
	}

	.dropdown-menu.show {
		display: block;
	}

	.search-wrapper-small {
		width: 85%;
		max-width: 300px;
		margin-bottom: 15px;
	}

	.search-wrapper-small:focus-within {
		width: 90%;
	}
}

@media (max-width: 767px) {
	.info-banner {
		font-size: 0.75rem;
		padding: 10px 0;
		line-height: 1.5;
	}

	.info-banner i {
		font-size: 0.85rem;
	}

	.logo-header {
		height: 90px;
		width: auto;
	}

	.logo-slogan {
		font-size: 1.1rem;
		height: 25px;
		width: auto;
	}
}

/* ================= RESPONSIVE MOBILE (< 750px) ================= */
@media (max-width: 750px) {
	.middle-bar .container {
		padding-left: 0 !important;
		padding-right: 0 !important;
		max-width: 100% !important;
	}

	.navbar-nav {
		width: 100% !important;
		margin: 0 !important;
	}

	.nav-item {
		width: 100% !important;
	}

	.nav-link {
		width: 100% !important;
		display: block;
		padding: 10px 20px !important;
	}

	.dropdown-menu {
		float: none;
		position: static !important;
		border-radius: 0;
		margin: 0 10px !important;
		transform: none !important;
		left: 0 !important;
	}

	.dropdown-item {
		width: 100% !important;
		padding: 12px 30px !important;
	}

	.middle-bar{
		padding-top: 0rem !important;
	}
}


/***** PAGE ACCUEIL ***************************************************************************************************************************************/

/* ================= SECTION ACCUEIL ================= */
.section-accueil.hero-fine-sketch {
	background-color: #ffffff;
	padding: 20px 0;
	font-family: 'Poppins', sans-serif;
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #ffeef5 0%, #e8f5ff 30%, #ebfaeb 65%, #fffbea 80%, #f5eefc 100%);
}

.section-accueil .title-sketch {
	font-size: 3rem;
	font-weight: 800;
	color: #2B2B2B;
	line-height: 1.2;
	margin-bottom: 25px;
}

.section-accueil .logo-style-font {
	font-size: 4.4rem;
	margin-right: 10px;
}

.section-accueil .subtitle-sketch {
	font-size: 1.12rem;
	color: #666;
	margin-bottom: 40px;
	line-height: 1.6;
	max-width: 90%;
}

.section-accueil .search-bar-sketchy {
	background: #FFFFFF;
	border: 2px solid #8fa0e3;
	border-radius: 255px 15px 225px 15px / 15px 225px 15px 255px;
	display: flex;
	align-items: center;
	padding: 10px 15px;
	box-shadow: 8px 8px 0px 0px rgba(143, 160, 227, 0.15);
	width: 100%;
	box-sizing: border-box;
	transition: all 0.3s ease;
}

.section-accueil .sketch-field {
	flex: 1;
	padding: 0 15px;
	border-right: 2px dashed #8fa0e3;
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.section-accueil .custom-sketch-select {
    width: 100%;
    
    /* GESTION DES BORDURES */
    border: none; 
    border-bottom: 2px solid #e0e0e0;
    border-radius: 0; 
    
    /* ESPACEMENTS & DESIGN */
    padding: 5px 0; 
    margin-top: 3px;
    background: transparent;
    font-size: 0.95rem;
    font-weight: 500;
    color: #555;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color 0.3s ease;
}

.section-accueil .custom-sketch-select:focus {
    border-bottom: 2px solid #d83d6a; 
}

.section-accueil .custom-sketch-select {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%235ca8c5%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 5px top 50%;
    background-size: 0.65rem auto;
    padding-right: 20px; 
	margin-top: 0;
}

.section-accueil .sketch-field:first-of-type {
	padding-left: 0;
}	

.section-accueil .sketch-field:last-of-type {
	border-right: 0;
}

.section-accueil .last-block {
	flex-direction: row !important;
	align-items: center;
	justify-content: space-between;
	flex: 1.4;
	border-right: none;
}

.section-accueil .input-side {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.section-accueil .sketch-field label {
	font-family: 'Caveat', cursive;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	gap: 8px;
}

.section-accueil .text-purple {
	color: #7B61FF;
}

.section-accueil .text-orange {
	color: #e68d43;
}

.section-accueil .text-green {
	color: #6fb066;
}

.section-accueil .sketch-field input {
	border: none;
	outline: none;
	font-size: 0.95rem;
	font-family: 'Poppins', sans-serif;
	color: #2b2b2b;
	width: 100%;
	background: transparent;
}

.section-accueil .btn-search-sketchy {
	font-family: 'Caveat', cursive;
	font-size: 1.8rem;
	font-style: italic;
	color: white;
	background-color: #d83d6a;
	border: none;
	border-radius: 255px 15px 225px 15px / 15px 225px 15px 255px;
	padding: 8px 30px;
	margin-left: 10px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 4px 4px 0px 0px #8fa0e3;
	transition: all 0.15s ease;
	flex-shrink: 0;
	white-space: nowrap;
}

.section-accueil .btn-search-sketchy:hover {
	transform: translate(2px, 2px);
	box-shadow: 1px 1px 0px 0px #8fa0e3;
	filter: brightness(1.1);
}

.section-accueil .hero-illustration {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 450px;
}

.section-accueil .pastel-blob {
	position: absolute;
	border-radius: 50%;
	z-index: 1;
	filter: blur(50px);
	opacity: 0.6;
}

.section-accueil .blob-1 {
	width: 350px;
	height: 350px;
	background: #ffe8d6;
	top: -5%;
	right: -5%;
}

.section-accueil .blob-2 {
	width: 280px;
	height: 280px;
	background: #e6e0ff;
	bottom: -5%;
	left: -5%;
}

.section-accueil .blob-3 {
	width: 220px;
	height: 220px;
	background: #e1f5fe;
	top: 40%;
	left: 30%;
}

.section-accueil .blob-4 {
	width: 180px;
	height: 180px;
	background: #fdfae1;
	bottom: 10%;
	right: 10%;
}

.section-accueil .main-3d-character {
	z-index: 2;
	position: relative;
	filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.08));
}

@media (max-width: 1399px) {
    .hero-text-content {
		width: 60%;
	}

	.hero-illustration {
		width: 40%;
	}

	.section-accueil .title-sketch {
		font-size: 2.4rem;
		line-height: 1.2;
	}

	.section-accueil .logo-style-font {
		font-size: 3.5rem;
	}

	.section-accueil .sketch-field label {
    	font-size: 1.4rem;
	}

	.section-accueil .subtitle-sketch {
		font-size: 1.1rem;
        color: #666;
        margin-bottom: 28px;
        line-height: 1.45;
	}
}

@media (max-width: 1133px) {
	.section-accueil.hero-fine-sketch {
		padding: 3rem 0;
	}

	.section-accueil .hero-text-content,
	.section-accueil .hero-illustration {
		width: 100%;
		text-align: center;
	}

	.section-accueil .main-3d-character {
		max-width: 600px;
	}
}

@media (max-width: 991px) {
	.section-accueil .hero-text-content {
		text-align: center;
		margin-bottom: 0;
	}

	.section-accueil .subtitle-sketch {
		margin: 0 auto 30px;
	}

	.section-accueil .search-bar-sketchy {
		flex-direction: column;
		border-radius: 25px;
		padding: 20px;
	}

	.section-accueil .sketch-field:first-of-type {
        margin-top: 0;
		padding-top: 0;
    }

	.section-accueil .sketch-field {
		border-right: none;
        border-bottom: 0;
        width: 100%;
        padding: 15px 0 0;
        text-align: left;
	}

	.section-accueil .last-block {
		flex-direction: column !important;
		align-items: flex-start;
	}

	.section-accueil .btn-search-sketchy {
		width: 100%;
		margin: 15px 0 0 0;
		border-radius: 12px;
	}

	.section-accueil .hero-illustration {
		min-height: 350px;
	}
}

@media (max-width: 650px) {
	.section-accueil.hero-fine-sketch {
        padding: 2rem 0 1rem;
    }

	.section-accueil .main-3d-character {
		max-width: 80%;
	}

	.section-accueil .hero-illustration {
		margin-top: 0;
	}

	.section-accueil .title-sketch {
		font-size: 1.5rem;
	}

	.section-accueil .logo-style-font {
		font-size: 3rem;
	}

	.section-accueil .subtitle-sketch {
        margin: 0 auto 15px;
    }

	.section-accueil .hero-illustration {
        min-height: 280px;
    }
}

/* ================= SECTION UNIVERS ================= */
.section-categorie-prestations {
	/* background: linear-gradient(135deg, #39385A 0%, #39385A 100%); */
	background-color: #8FB6A4;
	padding: 5rem 0 7rem;
	position: relative;
}

.section-categorie-prestations .container {
	position: relative;
	z-index: 2;
}

.section-categorie-prestations .text-white {
	color: #FFFFFF !important;
}

.section-categorie-prestations .text-light {
	color: #ffffff !important;
	text-shadow: 2px 0px 6px #0000003b;
	font-size: 19px;
}

.section-categorie-prestations .magic-bg-card {
	position: relative;
	border: 1.5px solid #8fa0e3;
	border-radius: 20px;
	overflow: hidden;
	min-height: 370px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	box-shadow: 8px 8px 0px 0px rgb(61 109 59 / 50%);
	transition: all 0.3s ease-out;
	background-color: #ffffff;
}

.section-categorie-prestations .magic-bg-card:hover {
	transform: translate(-4px, -4px);
	box-shadow: 12px 12px 0px 0px #243f25bf;
}

.section-categorie-prestations .card-bg-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	transition: transform 0.6s ease;
}

.section-categorie-prestations .magic-bg-card:hover .card-bg-img {
	transform: scale(1.08);
}

.section-categorie-prestations .card-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 0.85) 100%);
	z-index: 2;
	transition: background 0.3s ease;
}

.section-categorie-prestations .card-content {
	position: relative;
	z-index: 3;
	padding: 25px 20px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.section-categorie-prestations .univers-title {
	font-family: 'Caveat', cursive;
	font-size: 2.3rem;
	font-weight: 700;
	margin-bottom: 8px;
	line-height: 1.1;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.section-categorie-prestations .text-light-desc {
	color: #e2e2e8;
	font-size: 0.9rem;
	line-height: 1.4;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.section-categorie-prestations .btn-compact {
	font-size: 1.5rem !important;
	padding: 4px 22px !important;
}

.section-categorie-prestations .magic-bg-card {
	border-color: #ffffff !important;
}

.section-categorie-prestations .img-fond-section-categorie-prestations {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	z-index: 0;
}

@media (max-width: 650px) {
	.section-categorie-prestations{
		padding: 2rem 0 3rem;
	}

	.section-categorie-prestations .magic-bg-card {
    	min-height: 310px;
	}

	.section-categorie-prestations .text-light {
    	font-size: 16px;
	}
}



/* ================= SECTION QUI SOMMES-NOUS ================= */
.section-apropos {
	background-color: #FAEBE2;
	font-family: 'Poppins', sans-serif;
	padding: 5rem 0;
	overflow: hidden;
}

.section-apropos .about-title {
	font-weight: 800;
	font-size: 2.8rem;
	color: #2b2b3d;
	line-height: 1.2;
}

.section-apropos .about-desc p {
	color: #555;
	font-size: 1.05rem;
	line-height: 1.6;
}

.section-apropos .about-images-wrapper-2 {
	position: relative;
	height: 560px;
	display: flex;
	align-items: center;
}

.section-apropos .about-frame {
	background: #FFFFFF;
	border: 1px solid #41535a;
	box-shadow: 8px 8px 0px 0px rgb(95 155 116 / 23%);
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	border-radius: 20px;
}

.section-apropos .about-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-apropos .about-images-wrapper-1 .about-frame1 {
	width: 100%;
	height: 100%;
}

.section-apropos .about-images-wrapper-2 .about-frame1 {
	width: 310px;
	height: 410px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.section-apropos .about-images-wrapper-2 .about-frame2 {
	width: 290px;
	height: 390px;
	bottom: 0;
	right: 0;
	z-index: 3;
	position: absolute;
}

.section-apropos .about-images-wrapper-2 .element-decor-apropos {
	width: 300px;
	height: 100px;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.section-apropos .about-images-wrapper-2 .element-decor-apropos1 {
	width: 220px;
	height: 160px;
	right: 0;
	top: 0;
}

.section-apropos .about-images-wrapper-2 .element-decor-apropos2 {
	width: 215px;
	height: 145px;
	left: 0;
	bottom: 0;
}


.section-apropos .about-images-wrapper-1 .badge-2015-style {
	position: absolute;
	bottom: 2rem;
	left: 0;
	z-index: 5;
	background: #76b772;
	color: white;
	width: 200px;
	height: 60px;
	border-radius: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	border: 3px solid #FFFFFF;
	box-shadow: 4px 4px 0px #5a8d57;
	right: 0;
	margin: auto;
}

.section-apropos .about-images-wrapper-2 .badge-2015-style {
	position: absolute;
	bottom: 110px;
	left: 190px;
	z-index: 5;
	background: #76b772;
	color: white;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	border: 3px solid #FFFFFF;
	box-shadow: 4px 4px 0px #5a8d57;
	transform: rotate(-10deg);
}

.section-apropos .about-feature {
	display: flex;
	align-items: center;
	gap: 15px;
	font-weight: 600;
	color: #2b2b3d;
}

.section-apropos .row-about-feature {
	margin-bottom: 2rem;
}

@media (max-width: 1390px) {
	.section-apropos .about-images-wrapper-2 .about-frame1 {
		width: 240px;
		height: 342px;
	}

	.section-apropos .about-images-wrapper-2 .about-frame2 {
		width: 245px;
		height: 325px;
	}

	/* Éléments décoratifs */
	.section-apropos .about-images-wrapper-2 .element-decor-apropos1 {
		width: 180px;
		top: 3rem;
	}

	.section-apropos .about-images-wrapper-2 .element-decor-apropos2 {
		width: 175px;
	}

	.section-apropos .about-images-wrapper-2 .badge-2015-style {
		bottom: 155px;
		left: 155px;
	}
}

@media (max-width: 1199px) {
	.section-apropos .about-images-wrapper-2 .badge-2015-style {
		bottom: 154px;
		left: 90px;
	}

	.section-apropos .about-images-wrapper-2 .element-decor-apropos1 {
		right: -40px;
	}

	.section-apropos .about-images-wrapper-2 .element-decor-apropos2 {
		left: -30px;
	}
}

@media (max-width: 1130px) {
	.section-apropos .about-content {
		margin-top: 0;
		text-align: center;
	}

	.section-apropos .about-images-wrapper-2 {
		margin-bottom: 0;
		height: 480px;
		margin: 0 auto;
		max-width: 400px;
		display: block;
	}

	.section-apropos .about-img-left,
	.section-apropos .about-text-right {
		width: 100%;
		margin-top: 0;
	}

	.section-apropos .about-feature {
		justify-content: center;
		flex-direction: column;
		text-align: center;
	}

	.section-apropos .about-images-wrapper-2 .about-frame1 {
		width: 240px;
		height: 320px;
		left: 0;
		top: 0;
	}

	.section-apropos .about-images-wrapper-2 .about-frame2 {
		width: 220px;
		height: 300px;
		right: 0;
		bottom: 20px;
	}

	.section-apropos .about-images-wrapper-2 .badge-2015-style {
		left: 50%;
		bottom: 120px;
		transform: translate(-50%, 0) rotate(-10deg);
		width: 80px;
		height: 80px;
		font-size: 0.8rem;
	}

	.section-apropos .btn-custom.btn-blue {
		margin: 0 auto;
	}

	/* Éléments décoratifs */
	.section-apropos .about-images-wrapper-2 .element-decor-apropos1 {
		width: 180px;
		height: 146px;
		top: 6px;
		right: -10px;
	}

	.section-apropos .about-img-left {
		margin-top: 3rem;
	}
}

@media (max-width: 650px) {
	.section-apropos {
		padding: 2.5rem 0;
	}

	.section-apropos .about-images-wrapper-1 .about-frame1 {
		height: 300px;
	}
}

@media (max-width: 576px) {
	.section-apropos .about-title {
		font-size: 2rem;
	}

	.section-apropos .about-images-wrapper-2 {
		height: 420px;
		max-width: 320px;
	}

	.section-apropos .about-images-wrapper-2 .about-frame1 {
		width: 190px;
		height: 260px;
	}

	.section-apropos .about-images-wrapper-2 .about-frame2 {
		width: 180px;
		height: 250px;
	}

	.section-apropos .about-images-wrapper-2 .badge-2015-style {
		width: 70px;
		height: 70px;
		bottom: 100px;
	}

	/* Éléments décoratifs */
	.section-apropos .about-images-wrapper-2 .element-decor-apropos1 {

		width: 140px;
	}

	.section-apropos .about-images-wrapper-2 .element-decor-apropos2 {
		width: 130px;
	}
}

/* ================= SECTION DERNIERE PRESTA ================= */

.section-derniere-event {
	background: linear-gradient(to bottom, #fefafa90 0%, #ede5e5 100%);
	padding: 3.5rem 0;
}

.section-derniere-event .message-no-animations{
	font-size: 17px;
}

/* ================= SECTION AVIS GOOGLES ================= */

.section-temoignages {
	    padding: 3rem 0 4rem;
}

.section-temoignages .section-title{
		margin-bottom: 1.5rem;
}

@media (max-width: 650px) {
	.section-temoignages {
		padding: 1.5rem 0 3rem;
	}
}

/* ================= SECTION BANNIÈRE CONTACT ================= */
.section-banniere-contact {
	background-size: cover;
	background-position: center;
	padding: 4rem 0;
	font-family: 'Poppins', sans-serif;
	overflow: hidden;
}

.section-banniere-contact .handwritten-3d {
	-webkit-text-stroke: 1.5px #393b5b;
	text-shadow: 4px 4px 0px #000000;
}

.section-banniere-contact .cta-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(43, 43, 61, 0.7);
	z-index: 1;
}

.section-banniere-contact .cta-banner-section .z-2 {
	z-index: 2;
}

.section-banniere-contact .cta-title {
	color: #FFFFFF;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

.section-banniere-contact .cta-desc {
	color: #F8F9FA;
	font-size: 1.15rem;
	line-height: 1.6;
	max-width: 650px;
	font-weight: 500;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}


@media (max-width: 768px) {
	.section-banniere-contact .cta-banner-section {
		padding: 5rem 0;
		background-attachment: scroll;
	}

	.section-banniere-contact .cta-desc {
		font-size: 1.05rem;
		padding: 0 15px;
	}
}

@media (max-width: 650px) {

	.section-banniere-contact,
	.section-derniere-event {
		padding: 2.5rem 0;
	}
}

/***** PAGE A PROPOS  ***************************************************************************************************************************************/

.section-histoire {
	background: linear-gradient(135deg, #ffeef5 0%, #e8f5ff 30%, #ebfaeb 65%, #fffbea 80%, #f5eefc 100%);
}

.section-histoire .row-histoire-ss-img {
	padding: 3.5rem 0;
}

.section-histoire .content-bloc-text {
	padding: 2rem 0;
}

.section-histoire .img-histoire {
	min-height: 350px;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: bottom center !important;
}

.section-histoire .description-histoire {
	color: #555;
	font-size: 17px;
	line-height: 1.6;
}

@media (max-width: 1199px) {
	.section-histoire .description-histoire {
		font-size: 16px;
		line-height: 1.4;
	}
}

@media (max-width: 1130px) {
	.section-histoire .flex-row-reverse {
		flex-direction: inherit;
	}

	.section-histoire .col-lg-6 {
		width: 100%;
	}
}

@media (max-width: 650px) {
	.section-histoire {
		padding: 2.5rem 0 0;
		text-align: center;
		text-align: justify;
	}

	.section-histoire .section-title {
		text-align: center;
	}

	.section-histoire .content-bloc-text {
		padding: 0;
	}
}


/* --- SECTION ENGAGEMENTS --- */

.section-engagements {
	background-color: #8CB68C;
	padding: 3rem 0;
	position: relative;
}

.section-engagements .fond-section-engagements {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	z-index: 0;
}

.section-engagements .container {
	position: relative;
	z-index: 2;
}

.section-engagements .head-section-engagements {
	margin-bottom: 2rem;
}

.section-engagements .engagement-item {
	padding: 0 15px;
	transition: transform 0.3s ease;
}

.section-engagements .engagement-title {
	font-size: 1.25rem;
	color: #FFFFFF;
	margin-bottom: 8px;
	line-height: 30px;
}

.section-engagements .engagement-title span {
	color: white;
	border-radius: 255px 15px 225px 15px / 15px 225px 15px 255px;
	padding: 1px 9px;
	display: inline-block;
	transform: rotate(-1deg);
	line-height: 1.2;
	margin: 0 8px;
	font-size: 19px;
}

.section-engagements .engagement-1 .engagement-title span {
	background-color: #d83d6a;
	border: 2px solid #d83d6a;
	box-shadow: 5px 5px 0px 0px #a6284f;
}

.section-engagements .engagement-2 .engagement-title span {
	background-color: #4674b0;
	border: 2px solid #4674b0;
	box-shadow: 5px 5px 0px 0px #2c4669;
}

.section-engagements .engagement-3 .engagement-title span {
	background-color: #569845;
	border: 2px solid #569845;
	box-shadow: 5px 5px 0px 0px #355d2b;
}

.section-engagements .engagement-4 .engagement-title span {
	background-color: #de6c1c;
	border: 2px solid #de6c1c;
	box-shadow: 5px 5px 0px 0px #9d4a0f;
}

.section-engagements .engagement-5 .engagement-title span {
	background-color: #4a9cb9;
	border: 2px solid #4a9cb9;
	box-shadow: 5px 5px 0px 0px #28596a;
}

.section-engagements .engagement-6 .engagement-title span {
	background-color: #db4291;
	border: 2px solid #db4291;
	box-shadow: 5px 5px 0px 0px #932b61;
}

.section-engagements .trait-engagement {
	width: 40px;
	height: 2px;
	margin: 1rem auto 1rem;
	background: #fffdfd;
	opacity: 0.5;
}

.section-engagements .engagement-desc {
	color: #ffffff;
	font-size: 17px;
	line-height: 1.5;
	margin-bottom: 0;
	text-shadow: 2px 0px 6px #0000003b;
}


.section-engagements .icon-engagement {
	width: 250px;
	height: 160px;
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
	margin: 0 auto 0.5rem;
}

@media (max-width: 650px) {
	.section-engagements {
		padding: 2.5rem 0;
	}

	.section-engagements .icon-engagement {
		width: 250px;
		height: 135px;
	}
}


/* --- SECTION ÉQUIPE --- */

.section-equipe {
	padding: 4rem 0;
	background: linear-gradient(135deg, #ffeef5 0%, #e8f5ff 30%, #ebfaeb 65%, #fffbea 80%, #f5eefc 100%);
}

.section-equipe .team-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px;
}

.section-equipe .about-app-images-wrapper img {
	background: #FFFFFF;
	border-radius: 20px;
	width: 100%;
	height: auto;
	border: 1px solid #41535a;
	box-shadow: 8px 8px 0px 0px rgb(95 155 116 / 23%);
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width: 991px) {
	.section-equipe .about-app-images-wrapper {
		margin-top: 2rem;
	}

	.section-equipe .about-app-images-wrapper img {
		max-width: 500px;
		margin: 0 auto;
		display: block;
	}
}

@media (max-width: 650px) {
	.section-equipe {
		padding: 2.5rem 0;
		text-align: center;
	}


}


/***** PAGE SINGLE PRESTATIONS et ANIMATIONS  ***************************************************************************************************************************************/

/* =========================================================
   SECTION PRESTATIONS & CARTES
========================================================= */
.section-prestations .head-section-prestations {
	padding: 1.5rem 0 3rem;
	position: relative;
}



/* =========================================================
   SECTION INTRODUCTION PRESTATIONS
========================================================= */
.section-introduction-prestations {
	padding: 2rem 0;
	background-color: #ffffff;
}

.section-introduction-toutes-prestations {
	padding: 2.5rem 0;
	background-color: #ffffff;
}

.section-introduction-prestations .container-introduction-prestations {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.section-introduction-prestations .text-center {
	flex: 1;
	font-size: 1.1rem;
	color: #555;
	line-height: 1.6;
}

.section-introduction-prestations .element-img {
	width: 200px;
	height: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	flex-shrink: 0;
}

@media (max-width: 991px) {
	.section-introduction-prestations .container-introduction-prestations {
		gap: 1rem;
	}

	.section-introduction-prestations .element-img {
		width: 90px;
		height: 90px;
	}
}

@media (max-width: 767px) {
	.section-introduction-prestations .element-img {
		display: none;
	}

	.section-introduction-prestations .text-center {
		font-size: 1rem;
	}
}

.section-toutes-prestations .head-section-prestations {
	padding: 3rem 0;
}

.section-prestations .head-section-prestations .container {
	position: relative;
	z-index: 3;
}

.section-recherche-animations {
	background: linear-gradient(to bottom, #f0fbfe90 0%, #ede5e5 100%);
	padding-bottom: 4rem;
}

.section-recherche-animations .noResultMessage{
	margin-top: 2rem;
}

/* Animation de fondu pour les cartes */
@keyframes fadeInCard {
    from {
        opacity: 0;
        transform: translateY(20px); /* Légère remontée */
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.prestation-card {
    /* L'animation se déclenche quand la carte devient visible */
    animation: fadeInCard 0.4s ease-out forwards;
    will-change: opacity, transform;
}

/* Optionnel : transition fluide lorsqu'on change de vue (Grille/Liste) */
#cardsContainer {
    transition: opacity 0.3s ease-in-out;
}

.filtering-active {
    opacity: 0.7; /* Légère baisse d'opacité du conteneur pendant le calcul */
}

.section-prestations .head-section-prestations .img-section-prestations {
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
	opacity: 0.26;
}

.section-prestations .head-section-toutes-animations .img-section-prestations {
	opacity: 1;
}

.head-section-toutes-animations{
	background-color: #8FB6A4;
}

.section-toutes-prestations .head-section-prestations .img-section-prestations {
	opacity: 1;
}

.section-prestations .type-prestations {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 14px;
	margin-bottom: 4px;
	display: inline-block;
	padding: 2px 17px;
	border-radius: 3px;
	filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.4));
	color: #fff;
	border: 1px solid #fff;
}

.section-prestations .section-title-prestations {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
	color: #fff;
}

.section-prestations .section-title-prestations span {
	text-transform: none;
	letter-spacing: 0;
}


/* --- Filtres --- */
.bloc-filtres-in{
	padding: 0.3rem 0;
}

.filter-intro {
	font-size: 1.15rem;
	max-width: 700px;
	margin: 2rem auto 0;
	color: #fff;
	filter: drop-shadow(2px 0px 5px rgba(0, 0, 0, 0.2));
}

.filter-heading {
	font-weight: 600;
	color: #2b2b3d;
	font-size: 1.2rem;
}

.filtres-wrapper {
	border: 1px solid #eee;
	z-index: 10;
	border-radius: 10px;
	padding: 1.3rem;
	margin-top: 5px;
}

#resetFilters{
	margin-top: 0.7rem !important;
}

.section-recherche-animations .form-label {
	margin-bottom: 5px !important;
}

.custom-select-filter {
	border-radius: 10px;
	border: 1px solid #e0e0e0;
	padding: 5px 15px;
	font-size: 0.95rem;
	box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.03);
	transition: all 0.2s;
}

.custom-select-filter:focus {
	border-color: #d83d6a;
	box-shadow: 0 0 0 0.2rem rgba(216, 61, 106, 0.15);
}

.img-filtrer-animations {
	width: 250px;
	height: 120px;
	background-size: contain;
	background-position: bottom center;
	margin: 1rem auto 0;
	background-repeat: no-repeat;
}

/* --- Résultats --- */
.results-header {
	font-size: 1.1rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid #ccc;
	padding: 1.2rem 0;
}

.text-resultat-animations {
	color: #39536b;
}

.btn-toggle-view {
	width: 40px;
	height: 40px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* --- Style Global Cartes --- */
.prestation-link {
	text-decoration: none !important;
	color: inherit !important;
	display: block;
	height: 100%;
}

.kids-card {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.prestation-link:hover .kids-card {
	transform: translateY(-8px);
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.card-img-wrapper {
	position: relative;
	height: 180px;
	overflow: hidden;
}

.card-img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.list-view-active .card-img-wrapper img {
	transform: scale(1.02);
}

.prestation-link:hover .card-img-wrapper img {
	transform: scale(1.08);
}

.bg-pink {
	background-color: #d83d6a !important;
	color: #fff !important;
}

.bg-blue {
	background-color: #5ca8c5 !important;
	color: #fff !important;
}

.bg-purple {
	background-color: #7B61FF !important;
	color: #fff !important;
}

.bg-yellow {
	background-color: #f4c344 !important;
	color: #000 !important;
}

.bg-green {
	background-color: #76b772 !important;
	color: #fff !important;
}

.card-badges {
	position: absolute;
	top: 15px;
	left: 15px;
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
	z-index: 10;
}

.card-title.kids-card-title {
	margin-top: 0;
}

.card-badges .badge {
	font-weight: 500;
	font-size: 0.8rem;
	padding: 6px 10px;
	border-radius: 8px;
}

.kids-card-title {
	font-weight: 600;
	color: #2b2b3d;
	font-size: 1.1rem;
}

.kids-card-price {
	font-weight: 600;
	color: #2b2b3d;
	font-size: 1.1rem;
}

.btn-compact {
	font-size: 1.5rem !important;
	padding: 2px 15px !important;
}


.list-view-active .list-content-left {
	padding: 20px 0;
}

@media (min-width: 768px) {
	.list-view-active .kids-card {
		flex-direction: row !important;
		align-items: center;
	}

	.list-view-active .card-img-wrapper {
		width: 180px;
		height: 100%;
		flex-shrink: 0;
	}

	.list-view-active .list-body-wrapper {
		flex-direction: row !important;
		align-items: center;
		justify-content: space-between;
		padding: 0 1.5rem;
		width: 100%;
	}

	.list-view-active .list-content-left {
		flex: 1;
		padding-right: 20px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.list-view-active .card-badges {
		position: static;
		margin-bottom: 6px;
	}

	.list-view-active .card-title.kids-card-title {
		margin-top: 0;
		margin-bottom: 4px;
		font-size: 1.25rem;
	}

	.list-view-active .card-text {
		display: block;
		font-size: 0.9rem;
		line-height: 1.4;
		margin-bottom: 0 !important;
	}

	.list-view-active .list-content-right {
		border-top: none !important;
		padding-top: 0 !important;
		margin-top: 0 !important;
		flex-direction: column !important;
		align-items: flex-end !important;
		gap: 8px;
		flex-shrink: 0;
	}
}


@media (max-width: 650px) {
	.section-prestations .head-section-prestations {
   	 	padding: 1.5rem 1rem 3rem;	
	}

	.filter-intro {
   	 	font-size: inherit;
	}

	.section-recherche-animations .noResultMessage h5{
    	margin-top: 0.5rem;
	}	

	.section-prestations .type-prestations {
		letter-spacing: 2px;
		font-size: 12px;
		margin-bottom: 11px;
	}
}

/* =========================================================
   SECTION SINGLE PRESTATION (Détail de l'animation)
========================================================= */
.single-prestation {
	background-color: #FAFAFA;
}

.single-prestation .category-label {
	color: #6c757d;
	letter-spacing: 1px;
	font-size: 0.95rem;
	font-weight: 700;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}

.single-prestation .category-label i {
	color: #d83d6a;
	margin-right: 6px;
	font-size: 1.1rem;
}

.single-prestation .prestation-title {
	color: #d83d6a;
	font-weight: 600;
	display: inline-block;
	font-size: 35px;
}

.single-prestation .list-badges-in .badge{
	margin-right: 10px;
}

.single-prestation .head-title-animation{
	margin-bottom: 0.7rem;
}

.single-prestation .section-subtitle {
	color: #3b74a8;
	font-size: 1.6rem;
}

.single-prestation .text-pink {
	color: #d83d6a !important;
}

.single-prestation .text-blue {
	color: #5ca8c5 !important;
}

.single-prestation .text-green {
	color: #76b772 !important;
}

.single-prestation .text-warning {
	color: #e2b441 !important;
}

/* Cadre façon Polaroid/Sketch (Appliqué au Carrousel Principal) */



/* Cadre façon Polaroid/Sketch (Appliqué au Carrousel Principal) */
.single-prestation .photo-frame-sketch {
	background-color: #ffffff;
	border-radius: 12px;
}

.single-prestation .photo-frame-sketch .owl-stage-outer {
	border-radius: 8px;
}

.single-prestation .badge-single {
	border-radius: 8px;
	font-weight: 500;
	font-size: 0.9rem;
}

.single-prestation .info-pratique-box {
	border: 1px dashed #ccc;
	border-radius: 15px;
	box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.03);
	transition: transform 0.2s ease, border-color 0.2s ease;
}

.single-prestation .info-pratique-box h5 {
	font-size: 19px;
}

.single-prestation .info-pratique-box:hover {
	transform: translateY(-2px);
	border-color: #d83d6a;
}

.single-prestation .booking-card {
	border: 2px solid #8fa0e3;
	border-radius: 10px;
	box-shadow: 8px 8px 0px 0px rgba(143, 160, 227, 0.15);
}

.single-prestation .personnages-reservations {
	height: 440px;
	width: 100%;
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 2;
	position: relative;
	display: block;
	margin-top: auto;
	margin-bottom: 0 !important;
}

@media (max-width: 768px) {
	.single-prestation .section-subtitle {
		font-size: 1.25rem;
	}

	.single-prestation .photo-frame-sketch .item img {
		height: 250px !important;
	}

	.single-prestation .badge-single {
		font-size: 0.8rem;
		padding: 6px 12px !important;
	}

	.single-prestation .category-label {
		font-size: 0.85rem;
	}
}

/* =========================================================
   GALERIE OWL CAROUSEL (Miniatures Carrées 75px & Synchro)
========================================================= */
#prestation-thumbnails {
	margin-top: 15px;
}

#prestation-thumbnails .owl-stage {
	transform: translate3d(0px, 0px, 0px) !important;
	transition: none !important;
}

#prestation-thumbnails .owl-item {
	width: auto !important;
}

#prestation-thumbnails .owl-item .item {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

/* Style des miniatures (75px strict) */
#prestation-thumbnails img.gallery-thumb {
	width: 75px !important;
	height: 75px !important;
	object-fit: cover;
	border-radius: 6px;
	border: 2px solid transparent;
	/* Bordure transparente par défaut pour éviter le saut d'image */
	transition: all 0.3s ease;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	display: block;
	box-sizing: border-box;
	/* S'assure que la bordure n'agrandit pas l'image */
}

/* CIBLAGE DE LA MINIATURE ACTIVE */
#prestation-thumbnails img.gallery-thumb.current-thumb {
	padding: 3px;
	border: 2px solid #7685bf;
	border-radius: 9px;
	opacity: 1;
}

/* Opacité réduite pour les miniatures non-sélectionnées */
#prestation-thumbnails img.gallery-thumb:not(.current-thumb) {
	opacity: 0.7;
}

#prestation-thumbnails img.gallery-thumb:hover {
	opacity: 1;
}

/* Style des flèches Owl Carousel */
#prestation-thumbnails .owl-nav button.owl-prev,
#prestation-thumbnails .owl-nav button.owl-next {
	font-size: 24px !important;
	background: #fff !important;
	color: #5ca8c5 !important;
	border-radius: 50% !important;
	width: 30px;
	height: 30px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	transition: all 0.2s ease;
}

#prestation-thumbnails .owl-nav button:hover {
	background: #5ca8c5 !important;
	color: #fff !important;
}



.single-prestation .content-section ul {
    padding-left: 31px;
}

.single-prestation .content-section ul li{
	padding-bottom: 5px;
    list-style: none;
    position: relative;
}

.single-prestation ul li:before {
    background-repeat: no-repeat;
    background-image: url('../happyguily/img/fleche2.svg');
    -webkit-background-size: contain;
    background-size: contain;
    display: inline-block;
    margin-left: -1.4em;
    width: 16px;
    height: 16px;
    font-size: 19px;
    color: #169dd2;
    position: absolute;
    top: 5px;
    content: "";
}


/* =========================================================
   3. AUTRES ÉLÉMENTS DE LA PAGE (Box, Cartes, etc.)
========================================================= */
.single-prestation .badge-single {
    border-radius: 6px;
    font-weight: 500;
    font-size: 0.8rem;
    padding: 5px 9px !important;
    margin-right: 6px !important;
	margin-bottom: 4px !important;
}

.single-prestation .info-pratique-box {
    border: 1px dashed #ccc;
    border-radius: 15px;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.03);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.single-prestation .info-pratique-box i{
	margin-top: -5px;
}

.single-prestation .info-pratique-box h5 {
    font-size: 19px;
}

.single-prestation .info-pratique-box:hover {
    transform: translateY(-2px);
    border-color: #d83d6a;
}

.single-prestation .booking-card {
    border: 2px solid #8fa0e3;
    border-radius: 10px;
    box-shadow: 8px 8px 0px 0px rgba(143, 160, 227, 0.15);
}

.single-prestation .booking-card .formulaire-demande-wrapper h2{
	font-size: 23px;
	color: #6c757d;
}

.single-prestation .booking-card h2{
	font-size: 35px;
}

.single-prestation .personnages-reservations {
    height: 360px;
    width: 100%;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 2;
    position: relative;
    display: block;
    margin-top: auto;
    margin-bottom: 0 !important;
}

/* =========================================================
   4. RESPONSIVE
========================================================= */
@media (max-width: 768px) {
    .single-prestation .prestation-title {
       font-size: 24px;
    }

    .single-prestation .section-subtitle {
        font-size: 1.25rem;
    }

    .single-prestation .badge-single {
        font-size: 0.8rem;
        padding: 6px 12px !important;
    }

    .single-prestation .category-label {
        font-size: 0.85rem;
    }

	.single-prestation .col-infos{
		width: 100%;
	}
}

@media (max-width: 650px) {
	.col-d-animation{
		margin-top: 0;
	}

	.single-prestation .prestation-gallery{
		margin-bottom: 2rem!important;
	}

	.single-prestation .prestation-title {
        font-size: 22px;
    }

	.single-prestation .booking-card h2{
		font-size: 25px;
	}

	.single-prestation .content-section.mb-5 {
    	margin-bottom: 1.5rem !important;
	}

	.single-prestation .personnages-reservations {
    	height: 260px;
	}

	#prestation-thumbnails img.gallery-thumb {
    	width: 60px !important;
    	height: 60px !important;
	}

	.single-prestation .list-badges-in{
		display: none;
	}

	.single-prestation .photo-frame-sketch {
    	margin-bottom: 10px !important;
	}

	.single-prestation #prestation-thumbnails {
    	margin-top: 0;
	}

	.single-prestation .col-animations{
		margin-top: 2rem;
	}

	.single-prestation .info-pratique-box h5 {
    	font-size: 17px;
	}
}

/* =========================================================
   SECTION FAQ 
========================================================= */
.section-faq {
	background-color: #8FB6A4;
	position: relative;
	display: flex;
	flex-direction: column;
}

.section-faq.section-faq-img {
	padding-top: 5rem;
	padding-bottom: 0 !important;
}

.section-faq .fond-section-faq {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	z-index: 0;
}

.section-faq .container {
	position: relative;
	z-index: 3;
	margin-bottom: 1rem;
}

.section-faq .section-title {
	color: #ffffff;
}

.section-faq .custom-accordion .accordion-item {
	background: #637054;
	border: 1px solid transparent;
	border-radius: 15px !important;
	margin-bottom: 1rem;
	overflow: hidden;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	transition: all 0.3s ease;
}

.section-faq .custom-accordion .accordion-item:hover {
	border-color: rgb(108 132 111 / 80%);
    background: rgb(19 26 20 / 26%);
    transform: translateY(-2px);
}

.section-faq .custom-accordion .accordion-button {
	color: #ffffff;
	background-color: transparent;
	padding: 1.2rem 1.5rem;
	box-shadow: none !important;
	font-size: 20px;
	font-weight: 500 !important;
	letter-spacing: 0.3px;
	transition: all 0.3s ease;
}

.section-faq .custom-accordion .accordion-button:not(.collapsed) {
	color: #ffffff;
	background-color: transparent;
	box-shadow: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.section-faq .custom-accordion .accordion-button::after {
	filter: invert(1) opacity(0.85);
	transition: all 0.3s ease;
}

.section-faq .custom-accordion .accordion-button:not(.collapsed)::after {
	filter: invert(1) opacity(1);
}

.section-faq .custom-accordion .accordion-body {
	padding: 1.5rem 1.5rem 1.5rem 1.5rem;
	line-height: 1.8;
}

.section-faq .custom-accordion .text-muted {
	color: rgba(255, 255, 255, 0.9) !important;
	font-size: 16px;
}

.section-faq .personnages-faq {
	height: 190px;
	width: 100%;
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
	z-index: 2;
	position: relative;
	display: block;
	margin-top: auto;
	margin-bottom: 0 !important;
}

@media (max-width: 650px) {
	.section-faq.section-faq-img {
		padding-top: 2rem;
	}

	.section-faq .personnages-faq {
   	 	height: 120px;
	}
}


/***** PAGE CONTACT  ***************************************************************************************************************************************/

.section-contact {
	padding-top: 2rem;
	background: linear-gradient(to bottom, #f0fbfe90 0%, #ede5e5 100%);
}

.section-contact .contact-subtitle {
	font-size: 1.1rem;
}

.section-contact .contact-form-wrapper {
	border: 1px solid #eee;
	margin-bottom: 3rem;
}

.section-contact .contact-heading {
	font-weight: 600;
	color: #2b2b3d;
	font-size: 1.5rem;
}

.section-contact .card-contact-email {
	padding: 1.5rem 0 0 0;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
}

.section-contact .bloc-visuel-droite {
	margin-top: auto;
	width: 100%;
}

.section-contact .custom-label {
	font-weight: 500;
}

.section-contact .custom-input {
	border-radius: 12px;
	padding: 12px 15px;
}

.section-contact .contact-desc {
	color: #555;
	font-size: 1.05rem;
	line-height: 1.6;
	margin-bottom: 2rem;
}

.section-contact textarea {
	height: 130px;
}

.section-contact .contact-box-pink {
	background: rgba(216, 61, 106, 0.05);
	border: 1.5px dashed #d83d6a;
}

.section-contact .contact-link-pink {
	color: #d83d6a;
	font-size: 1.1rem;
	word-break: break-word;
}

.section-contact .contact-box-blue {
	background: rgba(92, 168, 197, 0.05);
	border: 1.5px dashed #5ca8c5;
}

.section-contact .contact-link-blue {
	color: #5ca8c5;
	font-size: 1.1rem;
	word-break: break-word;
}

.section-contact .contact-box-label {
	font-size: 0.9rem;
}

.section-contact .contact-text-wrapper {
	min-width: 0;
}

.section-contact .img-personnages-contact {
	width: auto;
	height: 335px;
	margin: 2rem auto 0;
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
}

@media (max-width: 1199px) {
	.section-contact .col-contact-direct {
		margin-top: 0;
	}

	.section-contact .card-contact-email {
		padding: 0;
	}
}

@media (max-width: 750px) {
	.section-contact .img-personnages-contact {
		height: 250px;
		margin: 1rem auto 0;
	}
}

@media (max-width: 650px) {
	.section-contact .col-contact1 {
		margin-top: 1.5rem;
	}

	.section-contact .contact-heading {
		font-size: 1.1rem;
	}

	.section-contact .contact-form-wrapper {
		margin-bottom: 2rem;
	}
}

/***** PAGE AUTHOR  ***************************************************************************************************************************************/

.author {
	background-color: #f5f5fa;
}

.img-fond-banner-author-v2 {
	background-color: #06689b;
	width: 100%;
	height: 175px;
}

.container-picture-author {
	display: flex;
	align-items: center;
	margin-top: -6rem;
	position: relative;
}

.container-picture-author h1 {
	font-size: 28px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 3px;
}

.container-picture-author .job-author {
	color: #dedede;
	font-size: 14px;
}

.picture-author-v2 {
	width: 130px;
	height: 130px;
	display: inline-block;
}

.name-surname {
	margin-left: 1.5rem;
	margin-bottom: 1rem;
}

.info-banners-right {
	position: absolute;
	right: 0;
	bottom: 3.5rem;
}

.info-banners-right ul {
	padding-left: 0;
	margin-bottom: 0;
}

.info-banners-right ul li {
	list-style: none;
	display: inline-block;
	text-align: center;
	padding: 0 20px;
}

.info-banners-right ul li span {
	font-size: 25px;
	font-weight: lighter;
	color: #fff;
}

.info-banners-right ul li p {
	margin-bottom: 0;
	font-size: 12px;
	color: #c1c0c0;
}

.content-list-author-left {
	padding-left: 14px;
	width: 90%;
}

.info-banners-right ul li:first-child {
	border-right: 1px solid #e6e4e4;
}

.content-author-v2 {
	margin-top: 2rem;
	padding-bottom: 3rem;
}

.content-left-info-personal-v2 {
	box-sizing: border-box;
	margin: 0px;
	min-width: 0px;
	margin-top: 1.5rem;
	margin-bottom: 2rem;
	position: relative;
	padding-right: 45px;
}

.content-left-info-personal-v2 h3 {
	font-size: 14px;
	color: #505050;
	text-transform: uppercase;
	margin-bottom: 7px;
	letter-spacing: 1px;
}

.content-left-info-personal-v2 ul {
	padding-left: 0;
	margin-bottom: 0;
}

.content-left-info-personal-v2 ul li {
	list-style: none;
	padding: 13px 0;
	display: flex;
	align-items: center;
}

.content-left-info-personal-v2 ul li img {
	width: 30px;
	height: 30px;
}

.content-left-info-personal-v2 ul li:last-child {
	padding-bottom: 0;
}

.content-left-info-personal-v2 ul li .info-element-profil {
	font-size: 11px;
	margin-right: 10px;
	color: #adacac;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 6px;
	font-weight: normal;
}

.content-left-info-personal-v2 ul li p {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
	color: #868585;
	line-height: 16px;
	display: block;
	width: 100%;
	word-wrap: break-word;
}

.content-right-info-personal-v2 {
	border-radius: 20px;
	padding: 1.3rem 0;
	min-height: 100%;
}

.content-right-info-personal-v2 h3 {
	margin-bottom: 1.5rem;
}

.content-left-info-personal-bio-v2 p {
	color: #868585;
	font-size: 14px;
	margin-top: 13px;
}

.content-left-info-personal-pro-v2 {
	margin-bottom: 0;
}

.author .view-grid .item-post-category {
	-webkit-box-flex: 0;
	flex: 0 0 calc(100% / 2);
	padding: 0 15px;
	margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
	.info-banners-right {
		display: none;
	}

	.col-author-v2 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.content-left-info-personal-v2 {
		padding-right: 0;
	}

	.content-right-info-personal-v2 {
		margin-top: 2rem;
	}

	.content-right-info-personal-v2 {
		padding: 1.3rem 0;
	}
}

@media screen and (max-width: 850px) {
	.picture-author-v2 {
		width: 110px;
		height: 110px;
	}
}

@media screen and (max-width: 850px) {
	.author .view-grid .item-post-category {
		flex: 0 0 calc(100% / 1);
	}
}

@media screen and (max-width: 800px) {
	.bloc-chapitre-in h2 {
		font-size: 1.6rem !important;
	}

	.bloc-chapitre-in {
		margin-bottom: 1rem !important;
	}

	.sidebar-sommaire-prestation-chapitres {
		padding: 1rem 1rem !important;
	}
}

@media screen and (max-width: 600px) {
	.bloc-chapitre-in h2 {
		font-size: 1.4rem !important;
	}
}

@media screen and (max-width: 500px) {
	.picture-author-v2 {
		width: 90px;
		height: 90px;
	}

	.container-picture-author {
		margin-top: -5rem;
	}

	.container-picture-author h1 {
		font-size: 18px;
		margin-bottom: 0;
		word-wrap: break-word;
		line-height: 22px;
	}

	.name-surname {
		margin-bottom: 0rem;
		width: 70%;
	}

	.content-left-info-personal-v2 {
		margin-top: 0.5rem;
	}

	.content-right-info-personal-v2 h3 {
		font-size: 19px;
	}
}

@media screen and (max-width: 400px) {
	.container-picture-author h1 {
		font-size: 17px;
		line-height: 22px;
	}

	.container-picture-author .job-author {
		font-size: 12px;
	}

	.picture-author-v2 {
		width: 80px;
		height: 80px;
	}

	.container-picture-author {
		margin-top: -4.4rem;
	}
}

/***** PAGE BLOG ***************************************************************************************************************************************/

.header-blog {
	padding: 5rem 0 5.5rem;
	background-color: #FAFAFA;
	text-align: center;
}

.header-blog h1 {
	color: #fff;
}

.container-page-blog {
	min-height: 100vh;
	padding-top: 3rem;
}

.content-left-blog {
	box-sizing: border-box;
	min-width: 0px;
	transition: transform 250ms ease 0s, box-shadow 250ms ease 0s, color 250ms ease 0s;
	margin-bottom: 3rem;
	height: 100%;
}

.section-blog-page .content-left-blog h2 {
	font-size: 22px;
	/* color: #c1bdbd; */
	line-height: 39px;
}

.section-blog-page .content-left-blog h2 span {
	font-size: 16px;
	/* color: #8c8b8b; */
	margin-left: 7px;
	margin-top: -2px;
	position: absolute;
}

.content-left-blog .block-img-post-other {
	height: 190px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.content-left-blog .col-post-blog {
	margin-bottom: 2rem;
}

.content-left-blog .content-post-other h3 {
	color: #000;
	font-size: 18px;
	margin-top: 8px;
	line-height: 22px;
	font-weight: 400;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-moz-line-clamp: 4;
	-o-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.content-left-blog .content-post-other {
	padding: 15px;
}

.content-left-blog .block-img-post-other .img-post-other {
	height: 100%;
	position: absolute;
	width: 100%;
}

.content-left-blog .other_posts {
	overflow: hidden;
	transition: transform 250ms ease 0s, box-shadow 250ms ease 0s, color 250ms ease 0s;
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: rgba(1, 1, 1, 0.05) 1px 1px 5px 0px;
    -webkit-box-shadow: 0 15px 55px -5px rgba(9, 31, 67, .1);
    -moz-box-shadow: 0 15px 55px -5px rgba(9, 31, 67, .1);
}

.content-left-blog .other_posts:hover {
	transform: translateY(-0.25rem);
	box-shadow: rgba(46, 41, 51, 0.08) 0px 2px 4px, rgba(71, 63, 79, 0.16) 0px 5px 10px;
}

.col-right-blog .title-related_posts {
	margin-bottom: 1rem;
	color: #3a867f;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

.list_category_posts_blog ul {
	padding-left: 0 !important;
	margin-bottom: 0;
}

.list_category_posts_blog ul li {
	list-style: none;
	margin-bottom: 1rem;
}

.list_category_posts_blog ul li a {
	position: relative;
	width: 100%;
	padding: 20px;
	color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex;
	font-weight: 600;
	font-size: 16px;
	background-color: #5b8550 !important;
	overflow: hidden;
	min-height: 73px;
	transition: transform 250ms ease 0s, box-shadow 250ms ease 0s, color 250ms ease 0s;
	border-radius: 10px;
}

.list_category_posts_blog ul li a:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(135deg, #ef779a 0%, #679469 30%, #5ca8c5 70%, #7161c6 100%);
	z-index: 0;
	opacity: 0.7;
}

.list_category_posts_blog ul li a span {
	z-index: 1;
}

.list_category_posts_blog .category-count {
	position: absolute;
	background: #fff;
	color: #000;
	padding: 5px;
	width: 40px;
	right: 20px;
	border-radius: 50%;
	display: inline-block;
	height: 40px;
	text-align: center;
	line-height: 32px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.list_category_posts_blog ul li:last-child a {
	margin-bottom: 0;
}

#wp_pagination {
	text-align: center;
}

#wp_pagination a {
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	color: #e1dada;
	border-radius: 50%;
	width: 30px !important;
	height: 30px !important;
	line-height: 30px;
	text-align: center;
	padding: 1px !important;
	border: 0;
}

#wp_pagination .active {
	background: #739d8b;
	color: #fff;
	margin: 2px 2px 2px 4px;
}

@media screen and (max-width: 991px) {
	.header-blog {
		padding: 6rem 0 2rem;
	}

	.col-left-blog,
	.col-right-blog {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.content-left-blog {
		padding: 0;
	}

	.container-page-blog {
		margin-bottom: 4rem;
	}
}

@media screen and (max-width: 650px) {
	.header-blog {
		padding: 5rem 0 1rem;
	}

	.col-post-blog {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.col-right-blog .title-related_posts {
		margin-bottom: 0.5rem;
		font-size: 17px;
	}
}

/***** SLIDEBAR BLOG ***************************************************************************************************************************************/

.block-search-slidebar {
	margin-bottom: 3rem;
}

.block-col-right-blog {
	background-color: #fff;
	box-shadow: rgba(1, 1, 1, 0.05) 1px 1px 5px 0px;
	-webkit-box-shadow: 0 15px 55px -5px rgba(9, 31, 67, .1);
	-moz-box-shadow: 0 15px 55px -5px rgba(9, 31, 67, .1);
	padding: 15px;
	margin-bottom: 2.5rem;
}

.single-post .block-col-right-blog {
	margin-top: 0;
}

.slidebar-blog .button-blog-post {
	display: block;
	margin-bottom: 2rem;
	font-size: 15px;
	color: #6d6b6b;
	background-color: #fff;
	transition: transform 250ms ease 0s, box-shadow 250ms ease 0s, color 250ms ease 0s;
	padding: 0 1rem 1rem;
	border-bottom: 1px solid #ccc;
}

.slidebar-blog .all-tag-post-blog {
	margin-top: 3rem;
}

.all-tag-post-blog a {
	margin-top: 2px;
	overflow: hidden;
	transition: transform 250ms ease 0s, box-shadow 250ms ease 0s, color 250ms ease 0s;
	padding: 2px 10px 2px 4px;
	font-size: 14px;
	color: #17403d;
	margin-right: 8px;
	display: inline-block;
	border: 1.5px solid #a0cdc9;
	border-radius: 5px;
}

.all-tag-post-blog a i {
	padding: 7px;
	color: #3a867f;
}

.list_category_posts_blog ul li a:hover,
.all-tag-post-blog a:hover {
	transform: translateY(-0.25rem);
	box-shadow: rgba(46, 41, 51, 0.08) 0px 2px 4px, rgba(71, 63, 79, 0.16) 0px 5px 10px;
}

.all-tag-post-blog h3 {
	margin-bottom: 10px !important;
}

#related_posts {
	margin-top: 3rem;
}


.post_v5 .all-tag-post {
	margin-bottom: 2rem;
}

.post_v5 #related_posts ul {
	padding-left: 0;
}

.post_v5 #related_posts ul li {
	list-style: none;
}

.post_v5 #related_posts ul li a {
	width: 100%;
	display: block;
	list-style: none;
	background-color: #f7f7fb;
	margin-bottom: 1.5rem;
	overflow: hidden;
	transition: transform 250ms ease 0s, box-shadow 250ms ease 0s, color 250ms ease 0s;
	display: flex;
	align-items: center;
}

.post_v5 #related_posts ul {
	margin-bottom: 0;
}

.post_v5 #related_posts ul li:last-child a {
	margin-bottom: 0;
}

.post_v5 #related_posts ul li a:hover,
.post_v5 .list_category_posts ul li a:hover,
.post_v5 .all-tag-post a:hover {
	transform: translateY(-0.25rem);
	box-shadow: rgba(46, 41, 51, 0.08) 0px 2px 4px, rgba(71, 63, 79, 0.16) 0px 5px 10px;
}

.post_v5 #related_posts ul li h3 {
	font-size: 16px;
	color: #2D3848;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-o-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 0;
	line-height: 18px;
	font-weight: 600;
}

.no-tag {
	color: #adabab;
	font-size: 14px;
	margin-bottom: 0;
}

@media screen and (max-width: 991px) {
	.post_v5 {
		padding-top: 3rem;
	}
}

/***** PAGE CATEGORIE BLOG ***************************************************************************************************************************************/

.category {
	background-color: #FAFAFA;
}

.header-blog-categorie {
	position: relative;
    background: #2d7e5e;
}

.content-header-blog-categorie {
	padding: 6rem 0 5.5rem;
	text-align: center;
}

.section-blog-category {
	padding: 1.8rem 0 3rem;
	background-color: #FAFAFA;
	min-height: 100vh;
}

.section-blog-category .container {
	max-width: 80%;
}

.container-header-blog-categorie .categorie-name {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 13px;
	letter-spacing: 3px;
	background: #72a554;
	padding: 3px 8px;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 5px;
}

.container-header-blog-categorie h1 {
	font-size: 46px;
	line-height: 48px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
    margin-top: 5px;
}

.sous-titre-categorie {
	display: flex;
	align-items: center;
}

.block-title-view h2 {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 22px;
	display: inline-block;
	color: #000;
}

.block-title-view span {
	font-size: 16px;
	color: #8c8b8b;
	margin-left: 0.5rem;
}

.block-title-view {
	-webkit-box-pack: justify;
	justify-content: space-between;
	display: flex;
	align-items: center;
}

.switcher button {
	padding: 8px;
	background: transparent;
	color: #739d8b;
	outline: none;
	border: 1px solid #739d8b;
	border-radius: 5px;
}

.switcher .active {
	background-color: #739d8b;
}

.switcher svg {
	position: relative;
	display: block;
}

.switcher .active svg g {
	fill: #fff !important;
	stroke: #fff !important;
}

.switcher svg g {
	fill: #739d8b !important;
	stroke: #739d8b !important;
}

.hr-view-category-post {
	margin-top: 1rem;
	margin-bottom: 1.4rem;
}

.view-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.view-grid .other_posts,
.view-list .other_posts {
	overflow: hidden;
	transition: transform 250ms ease 0s, box-shadow 250ms ease 0s, color 250ms ease 0s;
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: rgba(1, 1, 1, 0.05) 1px 1px 5px 0px;
    -webkit-box-shadow: 0 15px 55px -5px rgba(9, 31, 67, .1);
    -moz-box-shadow: 0 15px 55px -5px rgba(9, 31, 67, .1);
}

.view-grid .other_posts:hover,
.view-list .other_posts:hover {
	transform: translateY(-0.25rem);
	box-shadow: rgba(46, 41, 51, 0.08) 0px 2px 4px, rgba(71, 63, 79, 0.16) 0px 5px 10px;
}

.item-post-category:nth-child(n+9) {
	display: none;
}

.view-grid .item-post-category {
	-webkit-box-flex: 0;
	flex: 0 0 calc(100% / 2);
	padding: 0 15px;
	margin-bottom: 30px;
}

.block-img-post-other {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.view-grid .item-post-category .block-img-post-other {
	height: 190px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.item-post-category .block-img-post-other .img-post-other {
	height: 100%;
	position: absolute;
	width: 100%;
}

.img-post-other {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.view-grid .item-post-category .content-post-other {
	padding: 15px;
}

.view-grid .item-post-category .content-post-other h3 {
	color: #000;
	font-size: 18px;
	margin-top: 8px;
	line-height: 22px;
	font-weight: 500;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-moz-line-clamp: 4;
	-o-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.view-grid .item-post-category .content-post-other .name-author-post,
.view-list .item-post-category .content-post-other .name-author-post {
	margin-right: 15px;
}

#ajax-posts .block-arrow svg {
	width: 25px;
}

.view-grid .item-post-category .content-post-other .info-date-related_posts span,
.view-list .item-post-category .content-post-other .info-date-related_posts span {
	font-size: 14px;
}

.view-list .item-post-category .other_posts a {
	display: flex;
	align-items: center;
	position: relative;
}

.view-list .block-arrow {
	position: absolute;
	right: -6px;
	bottom: 0;
}

.view-list .block-img-post-other {
	-ms-flex: 0 0 13%;
	flex: 0 0 13%;
	max-width: 13%;
	height: 100px;
	overflow: hidden;
	position: relative;
}

.other_posts:hover .img-post-other {
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.view-list .item-post-category .content-post-other h3 {
	color: #000;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	margin-top: 0.8rem;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-o-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-right: 3rem;
}

.view-list .content-post-other {
	padding: 0 15px;
}

.view-list .item-post-category {
	margin-bottom: 1.5rem;
}

.block-button-more-post {
	text-align: center;
}

.misha_loadmore {
	background: linear-gradient(to left, rgba(86, 204, 242, 0.8), rgba(47, 128, 237, 0.7));
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	padding: 10px 30px;
	display: inline-block;
	border-radius: 30px;
	border: 2px solid #f5f5fa;
	color: #fff;
}

.misha_loadmore:hover {
	background: transparent;
	color: #000;
	border: 2px solid rgb(86, 204, 242);
}

@media screen and (max-width: 1020px) {
	.view-list .block-img-post-other {
		-ms-flex: 0 0 17%;
		flex: 0 0 17%;
		max-width: 17%;
	}
}

@media screen and (max-width: 995px) {
	.section-blog-category .col-left-blog {
		margin-bottom: 4rem;
	}

	.category {
		padding-top: 60px;
	}
}

@media screen and (max-width: 767px) {
	.view-list .block-img-post-other {
		-ms-flex: 0 0 21%;
		flex: 0 0 22%;
		max-width: 21%;
	}
}

@media screen and (max-width: 650px) {
	.view-grid .item-post-category {
		flex: 0 0 calc(100% / 1);
	}

	.content-header-blog-categorie {
		margin-top: 1.85rem;
	}

	.text-decoration-cateogrie {
		display: none;
	}

	.content-header-blog-categorie {
		padding: 2rem 0;
	}
}

@media screen and (max-width: 500px) {
	.container-header-blog-categorie h1 {
		font-size: 32px;
		line-height: 40px;
	}

	.block-title-view h2 {
		font-size: 18px;
	}
}

/***** PAGE TAG ***************************************************************************************************************************************/

.tag {
	background-color: #F8F8F8;
}

.header-blog-tags {
	background-color: #f3e9e1;
}

.header-blog-tags .container {
	padding: 4rem 0 4.5rem;
}

.header-blog-tags .categorie-name {
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
	letter-spacing: 3px;
	background: transparent;
	padding: 3px 8px;
	display: inline-block;
	margin-bottom: 13px;
	border: 1.5px solid #000;
}

.header-blog-tags h1 {
	color: #000;
	font-size: 43px;
	line-height: 48px;
	margin-bottom: 0;
}

.container-header-blog-tags {
	text-align: center;
	top: 55%;
}

.header-blog-tags h1 i {
	margin-right: 10px;
	color: #ffdbbb;
}

.container-tags {
	min-height: 80vh;
	margin-bottom: 3rem;
}

.content-header-blog-tags {
	text-align: center;
}

.section_tag {
	padding-top: 1.8rem;
}

.tag .misha_loadmore {
	background: linear-gradient(to left, rgba(234, 139, 53, 0.8), rgba(241, 168, 103, 0.7)) !important;
}

.tag .misha_loadmore:hover {
	background: transparent !important;
	color: #000;
	border: 2px solid rgb(234, 139, 53);
}

@media screen and (max-width: 995px) {
	.tag {
		padding-top: 60px;
	}
}

@media screen and (max-width: 500px) {
	.container-header-blog-categorie h1 {
		font-size: 32px;
		line-height: 40px;
	}
}


/***** PAGE ARCHIVE POST ***************************************************************************************************************************************/

.page-template-archive {
	background-color: #f5f5fa;
}

.section-archive {
	margin-top: 120px;
	min-height: 90vh;
}

.section-archive h1 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 1.5rem;
	display: block;
}

.tab-archive {
	max-width: 900px;
	margin: 1rem auto 0;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: rgba(1, 1, 1, 0.05) 1px 1px 5px 0px;
	-webkit-box-shadow: 0 15px 55px -5px rgba(9, 31, 67, .1);
	-moz-box-shadow: 0 15px 55px -5px rgba(9, 31, 67, .1);
}

.archive_list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.has-children-1 {
	margin-bottom: 1rem;
	border-radius: 10px;
	overflow: hidden;
}

.has-children>.archive_label::after {
	content: "\f107";
	font: normal normal normal 14px/1 FontAwesome;
	display: inline-block;
	margin-right: 1em;
	transition: transform 0.3s;
	position: absolute;
	right: 0;
	top: 30%;
	font-size: 24px;
}

.has-children.is-open>.archive_label::after {
	transform: rotate(180deg);
}

.archive_link,
.archive_label {
	display: block;
	font-size: 1rem;
	padding: 1em;
	margin: 0;
	cursor: pointer;
	color: #fff;
	background-color: #413c85;
	transition: color 0.25s ease-in, background-color 0.25s ease-in;
	position: relative;
}

.number-post-archive {
	background-color: #a3a1af;
	color: #fff;
	padding: 5px;
	font-size: 13px;
	border-radius: 5px;
	margin-left: 5px;
	min-width: 32px;
	text-align: center;
	display: inline-block;
	text-transform: initial;
	letter-spacing: 0.5px;
}

.archive_label h3 {
	margin-bottom: 0;
}

.archive_link:focus,
.archive_label:focus,
.archive_link:hover,
.archive_label:hover {
	color: #e6e6e6;
	background-color: #24214e;
}

.archive_list-level1 {
	margin-bottom: 4rem;
}

.archive_link-level2,
.archive_label-level2 {
	padding-left: 2em;
	background-color: #d2dbe0;
}

.archive_label-level2 h3 {
	margin-bottom: 0;
	font-size: 18px;
	color: #1d262b;
	text-transform: capitalize;
	font-weight: lighter;
}

.archive_list-level2 .has-children:nth-child(even) .archive_label-level2 {
	background-color: #d8e1e6;
}

.archive_label-level2::after {
	color: #6e7a82;
}

.archive_link-level2:focus,
.archive_label--level2:focus,
.archive_link-level2:hover,
.archive_label-level2:hover {
	background: #cad8d8;
}

.archive_link-level3,
.archive_label-level3 {
	padding-left: 5em;
	background: #184a52;
}

.archive_link-level3:focus,
.archive_label-level3:focus,
.archive_link-level3:hover,
.archive_label-level3:hover {
	background: #153f46;
}

.archive_link-level4,
.archive_label-level4 {
	padding-left: 8em;
	background: #153f46;
}

.archive_link-level4:focus,
.archive_label-level4:focus,
.archive_link-level4:hover,
.archive_label-level4:hover {
	background: #11353b;
}

.archive_list-level2,
.archive_list-level3,
.archive_list-level4 {
	display: none;
}

.is-open>.archive_list-level2,
.is-open>.archive_list-level3,
.is-open>.archive_list-level4 {
	display: block;
}

.archive_list-level3 {
	padding: 1rem 2rem 0;
}

.archive_list-level3 li {
	margin-bottom: 10px;
	line-height: 22px;
	font-size: 15px;
	position: relative;
	padding-left: 1rem;
	border-bottom: 1px solid #e6e4e4;
	padding-bottom: 12px;
}

.archive_list-level3 li:last-child {
	border-bottom: 0;
}

.archive_list-level3 li a {
	color: #000;
}

.archive_list-level3 li a:hover {
	text-decoration: underline;
}

.archive_list-level3 .arrow-list-archive {
	position: absolute;
	left: 0;
	top: 5px;
	color: #b1afaf;
}

.comments-list-archives {
	background-color: #fbf5f5;
	padding: 1px 7px;
	margin-left: 11px;
	color: #888585;
	border-radius: 5px;
	font-size: 12px;
	min-width: 26px;
	display: inline-block;
	text-align: center;
	letter-spacing: 0.5px;
}

.comments-list-archives i {
	margin-left: 4px;
	color: #b5b4b4;
}


/***** PAGE ARTICLE ***************************************************************************************************************************************/

.post_v5 {
	background-color: #f1fafb;
}

.container-page-post {
	margin-top: 3rem;
	max-width: 80%;
}


.post_v5 .title-post {
	margin-bottom: 13px;
	font-size: 28px;
	color: #17403d;
	font-weight: 500;
	margin-top: 10px;
	line-height: 34px;
}

.block-info-post-head {
	color: #8a8686;
	font-size: 15px;
}

.text-post-in {
	text-align: justify;
}

.list-cat {
	font-size: 14px;
	color: #545252;
	margin: 0 0 5px;
	display: block;
}

.block-img-post {
	width: 100%;
	height: 260px;
	margin: 0 0 1rem;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.post_v5 .list-cat a {
	margin-right: 5px;
	color: #545252;
	font-weight: bold;
	text-decoration: underline;
}

.post_v5 .content-left-post {
	box-sizing: border-box;
	min-width: 0px;
	margin-bottom: 3rem;
}

.post_v5 .block-right-post {
	background-color: #fff;
	box-shadow: rgba(1, 1, 1, 0.05) 1px 1px 5px 0px;
	-webkit-box-shadow: 0 15px 55px -5px rgba(9, 31, 67, .1);
	-moz-box-shadow: 0 15px 55px -5px rgba(9, 31, 67, .1);
	padding: 15px;
	margin-bottom: 2rem;
}

.post_v5 .content-post-in {
	padding: 0 1.5rem;
}

.post_v5 .text-post-in img {
	width: 100%;
}

.img-author-post-v1 {
	display: inline-block;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 12px;
	vertical-align: middle;
}

.img-author-post-v1 img {
	object-fit: cover;
}

.post_v5 .name-author-post {
	border-right: 1px solid #ccc;
	padding-right: 15px;
}

.info-post-date {
	bottom: 15px;
	left: 25px;
	color: #676464;
}

.no-post-blog {
	padding: 0 1rem;
}

.content-left-post h2,
.content-left-post h3,
.content-left-post h4,
.content-left-post h5,
.content-left-post h6 {
	margin-bottom: 0;
	font-size: 27px;
	font-weight: 600;
	color: #2d6964;
}

.comments-area h3, .comment-respond h3{
	font-size: 20px;
	font-weight: 600;
	color: #2d6964;
}

.comments-area h3{
	margin-bottom: 1rem;
}

.info-post-date a {
	color: #000;
}

.post_v5 .separator-content {
	margin-top: 2.5rem;
}

.post_v5 .title-related_posts {
	margin-bottom: 1rem;
    color: #3a867f;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.block-arrow-button {
	display: inline-block;
	width: 25px;
	margin-right: 7px;
	transform: rotateY(180deg);
}

.post_v5 .list_category_posts {
	margin-bottom: 3rem;
}

.post_v5 .list_category_posts ul {
	padding-left: 0 !important;
}

.post_v5 .list_category_posts ul li {
	list-style: none;
}

.post_v5 .list_category_posts ul li a {
	list-style: none;
	display: flex;
	padding: 12px;
	align-items: center;
	justify-content: space-between;
	box-shadow: rgba(1, 1, 1, 0.05) 1px 1px 5px 0px;
	transition: transform 250ms ease 0s, box-shadow 250ms ease 0s, color 250ms ease 0s;
	overflow: hidden;
	background: linear-gradient(to left, rgba(86, 204, 242, 0.8), rgba(47, 128, 237, 0.7));
	margin-bottom: 1rem;
	font-size: 16px;
	color: #fff;
}

.post_v5 .list_category_posts ul li a span {
	background-color: #EDF2F6;
	padding: 3px;
	color: #8c8d9c;
	font-size: 14px;
	width: 55px;
	text-align: center;
	font-weight: bold;
}

.block-img-related-posts {
	-ms-flex: 0 0 30;
	flex: 0 0 30%;
	max-width: 30%;
	height: 95px;
}

.post_v5 .relatedcontent {
	padding: 0 1rem;
	width: 100%;
}

.post_v5 blockquote {
	position: relative;
	padding-left: 1.5rem;
	font-style: italic;
	margin: 0 2rem;
}

.post_v5 blockquote:after {
	content: "";
	width: 5px;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-color: #896eff;
	border-radius: 30px;
}

.post_v5 p.has-background {
	border-radius: 12px;
}

.post_v5 .metier-author-card {
	text-align: center;
	margin-bottom: 0;
	color: #787878;
	font-size: 15px;
}

.post_v5 .block-author-post_v2 ul {
	text-align: center;
	padding-left: 0;
}

.post_v5 .info-related_posts {
	box-sizing: border-box;
	margin: 0px;
	min-width: 0px;
	flex: 1 1 0%;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	display: flex;
	align-items: center;
}

.info-user-related_posts {
	color: #787878;
	font-size: 13px;
	font-weight: lighter !important;
}

.info-date-related_posts {
	color: #787878;
	font-size: 13px;
}

.post_v5 .all-tag-post-content {
	padding: 2rem 0 0rem;
	margin-bottom: 2rem;
	border-radius: 5px;
}

.post_v5 .all-tag-post-content h4 {
	display: inline-block;
	font-size: 17px;
	font-weight: normal;
	margin-right: 11px;
	font-family: 'Open Sans', sans-serif !important;
}

.post_v5 .all-tag-post-content a {
	background-color: #8f9eab;
	border: 1px solid #8f9eab;
	padding: 5px 15px;
	margin-right: 12px;
	color: #fff;
	transition: 0.2s;
	font-size: 14px;
}

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

	.container-page-post,
	.section-blog-category .container {
		max-width: 95%;
	}

	.post_v5 .content-post-in {
		padding-left: 0;
	}

	.content-left-blog .block-img-post-other {
		height: 155px;
	}

	.block-img-post {
		height: 230px;
	}
}

@media screen and (max-width: 991px) {
	.post_v5 .content-post-in {
		padding: 0;
	}

	.category .block-col-right-blog {
		margin-top: 0rem;
	}
}

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

	.post_v5 .col-left-post,
	.post_v5 .col-right-post {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.col-right-post {
		margin-bottom: 3rem;
	}

	.post_v5 .block-img-related-posts {
		-ms-flex: 0 0 15%;
		flex: 0 0 15%;
		max-width: 15%;
	}

	.post_v5 .title-post {
		font-size: 35px;
	}
}

@media screen and (max-width: 767px) {
	.post_v5 .content-header-post h1 {
		font-size: 28px;
	}

	.post_v5 .block-img-related-posts {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.post_v5 .section-banners-post h1 {
		font-size: 30px;
		line-height: 37px;
	}

	.post_v5 .content-post-in {
		padding: 0;
	}
}

@media screen and (max-width: 650px) {
	.post_v5 .section-banners-post h1 {
		font-size: 26px;
		line-height: 32px;
	}

	.switcher {
		margin-top: 0;
		text-align: center;
	}

	.post_v5 .title-post {
		font-size: 27px;
		line-height: 31px;
	}

	.block-img-post {
		height: 160px;
	}
}

@media screen and (max-width: 500px) {
	.switcher button {
		padding: 5px;
	}
}

@media screen and (max-width: 350px) {
	.block-title-view h2 {
		font-size: 15px;
	}

	.block-img-post {
		height: 200px;
	}
}

/***** CONTENTS POSTS ***************************************************************************************************************************************/

.wp-block-image .alignleft {
	float: inherit;
	margin: inherit;
	width: 100%;
}

/***** COMMENTAIRES POSTS ***************************************************************************************************************************************/

.comments-area {
	margin-top: 2rem;
}

.comment-body {
	display: flex;
	margin-bottom: 1.5rem;
}

.comments-title-in {
	margin-bottom: 1.5rem;
	font-size: 19px;
}

.comment-list {
	padding-left: 0;
}

.comment-list li {
	list-style: none;
}

.comment-list .depth-1 {
	padding-bottom: 0.5rem;
}

.comment-list .depth-1:last-child {
	border-bottom: 0;
}

.comment-list .children {
	padding-left: 67px;
}

.comment-img-author {
	display: inline-block;
}

.comment-img-author img {
	width: 50px !important;
	height: 50px;
	overflow: hidden;
	border-radius: 10px;
	object-fit: cover;
}

.comment-details {
	padding: 20px;
	position: relative;
	width: 100%;
	background-color: #ffffff;
	border-radius: 10px;
	margin-left: 1rem;
}

.comment-details:after {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	display: block;
	border-width: 10px 12px 10px 0;
	border-style: solid;
	border-color: transparent #ffffff;
	top: 17px;
	left: -11px;
}

.comment-details h4 {
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 5px;
}

.comment-meta {
	font-size: 13px;
	color: #8c8c8c;
	margin-bottom: 0.2rem;
	display: block;
}

.comment-text {
	font-style: italic;
	font-size: 14px;
	margin-top: 1rem;
	text-align: justify;
	color: #424141;
}

.comment-text p {
	margin-bottom: 0;
}

.comment-details .reply {
	position: absolute;
	top: 20px;
	right: 20px;
}

.comment-details .reply a {
	color: #8c8d9c;
	font-size: 13px;
	font-weight: bold;
}

.comment-respond {
	padding: 1rem 0 0;
}

.comment-form p {
	position: relative;
	margin-bottom: 25px;
}

.comment-form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.comment-respond label {
	display: block;
	position: absolute;
	top: -8px;
	padding: 3px 9px;
	left: 38px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	border-top-left-radius: 3px;
	transition: all 0.2s ease-in-out;
	z-index: 1;
	color: #848484;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.comment-respond label:before {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #F8F8F8;
	z-index: -1;
}

.comment-notes {
	display: none;
}

.comment-respond textarea {
	width: 100%;
	outline: 0;
	padding: 1.5rem 2rem;
	line-height: 1.5;
	border-radius: 13px;
	border: 1px solid #ccc;
	resize: none;
	height: 150px;
	font-size: 15px;
	background-color: transparent;
	box-sizing: border-box;
	transition: all 0.2s ease-in-out;
	position: relative;
	overflow: auto;
}

.comment-notes,
.comment-form-comment,
.comment-form-url,
.comment-form-cookies-consent,
.form-submit,
.logged-in-as {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.comment-respond h3 {
	margin-bottom: 2rem;
	-webkit-box-pack: justify;
	display: flex;
	align-items: center;
	position: relative;
}

.comment-respond h3 small {
	position: absolute;
	right: 0;
}

.comment-respond h3 a {
	color: #828080;
}

.comment-respond h3 a:first-child {
	margin-left: 5px;
}

.comment-form-author,
.comment-form-email {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 15px;
	padding-left: 15px;
}

.comment-form input {
	width: 100%;
	padding: 0.9rem 2rem;
	border-radius: 13px;
	border: 1px solid #ccc;
	outline: none;
	position: relative;
	background-color: transparent;
}

.comment-form-cookies-consent {
	display: flex;
}

.comment-form-cookies-consent input {
	width: inherit;
}

.comment-form-cookies-consent label {
	position: inherit;
	text-transform: inherit;
	top: inherit;
	left: inherit;
	display: inline-block;
	letter-spacing: inherit;
	padding-top: 1px;
}

.form-submit input {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	border: 0;
	color: #5a5959;
	font-size: 15px;
}

.form-submit input {
	background-color: #b1afaf;
	color: #fff;
	font-size: 14px;
}

.comment-form-cookies-consent {
	margin-bottom: 10px !important;
}

.comments-area .error-message,
.comments-area .error-message2 {
	color: #e65f5f;
	font-weight: bold;
	font-size: 14px;
}

.logged-in-as {
	-webkit-box-pack: justify;
	display: block;
	align-items: center;
	color: #828080;
}

.logged-in-as a {
	color: #828080;
}

.logged-in-as a:hover {
	text-decoration: underline;
}

.logged-in-as a:last-child {
	text-transform: uppercase;
	font-size: 14px;
	right: 20px;
	position: absolute;
}

.comment-awaiting-moderation {
	background-color: #47863c;
	color: #fff;
	font-weight: bold;
	margin-top: 1rem;
	display: block;
	padding: 10px;
	border-radius: 7px;
}

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

	.comment-form-author,
	.comment-form-email {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.comment-img-author img {
		width: 40px !important;
		height: 40px;
	}

	.comment-details h4 {
		font-size: 16px;
	}

	.comment-details .reply {
		position: relative;
		top: inherit;
		right: inherit;
		margin-top: 1rem;
	}

	.comment-list .children {
		padding-left: 0;
	}
}

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

	.comment-img-author,
	.comment-details:after {
		display: none;
	}

	.comment-details {
		margin-left: 0;
	}
}


/***** FOOTER  ***************************************************************************************************************************************/

.site-footer {
	font-family: 'Poppins', sans-serif;
	color: #2b2b3d;
}

.site-footer .footer-top {
	background-color: #F8EFEA;
	padding: 3rem 0 3rem;
}

.site-footer .footer-title {
	font-weight: 700;
	font-size: 1.15rem;
	margin-bottom: 1.5rem;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.site-footer .footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.site-footer .footer-links li {
	margin-bottom: 2px;
}

.site-footer .footer-links a,
.site-footer .footer-text,
.site-footer .footer-email {
	color: #4a4a4a;
	text-decoration: none;
	font-size: 0.95rem;
	font-weight: 300;
	line-height: 1.6;
	transition: color 0.3s ease;
}

.site-footer .footer-links a:hover,
.site-footer .footer-email:hover {
	color: #d83d6a;
}

.site-footer .footer-text {
	margin-bottom: 1rem;
	max-width: 300px;
}

.site-footer .footer-email {
	display: inline-block;
	font-weight: 400;
}

.site-footer .footer-bottom {
	background-color: #FFFFFF;
	padding: 2rem 0;
	border-top: 1px solid #f0f0f0;
}

.site-footer .footer-badges {
	display: flex;
	gap: 15px;
	align-items: center;
}

.site-footer .badge-img {
	height: 85px;
	width: auto;
	object-fit: contain;
}

.site-footer .social-icons {
	display: flex;
	gap: 15px;
	align-items: center;
}


@media screen and (max-width: 991px) {
	.footer-top .bloc-in-footer {
		padding: 1rem 0;
	}
}

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

	.footer-top .bloc-in-footer {
		border-bottom: 1px solid #ccc;
		padding: 1.5rem 0;
	}

	.site-footer .footer-title {
		margin-bottom: 0.5rem;
	}

	.footer-top .col-md-6:first-child .bloc-in-footer {
		padding-top: 0;
	}

	.footer-top .col-md-6:last-child .bloc-in-footer {
		border-bottom: 0;
		padding-bottom: 0;
	}
}


.social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	color: #fff !important;
	font-size: 1.2rem;
	text-decoration: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.social-icon:hover {
	transform: translateY(-3px);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.icon-insta {
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.icon-fb {
	background-color: #1877f2;
}

.icon-tiktok {
	background-color: #000000;
}

.icon-youtube {
	background-color: #F80100;
}

.icon-linkedin {
	background-color: #0D63BC;
}

.site-footer .copyright {
	font-size: 0.9rem;
	color: #666;
	font-weight: 300;
}


@media screen and (max-width: 1399px) {
	.social-icon {
		width: 36px;
		height: 36px;
	}
}


@media screen and (max-width: 1399px) {
	.site-footer .footer-top {
		padding: 1.5rem 0 1rem;
	}
}


/***** PAGE 404 ***************************************************************************************************************************************/

#content-404 {
	/* background-color: #FAFAFA; */
	background: linear-gradient(to bottom, #f0fbfe90 0%, #ede5e5 100%);
	/* min-height: 100vh; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.container-404 {
	max-width: 850px;
	z-index: 1;
	text-align: center;
	padding: 5rem 0;
}

.logo-404 {
	margin-bottom: 1REM;
	height: 200px;
	width: auto;
}

.container-404 h1 {
	margin-bottom: 2rem;
	font-size: 50px;
	line-height: 62px;
	font-weight: 300;
}

/* .container-404 .btn-1 {
	color: #fff;
	border: 1.5px solid transparent;
}

.container-404 .btn-1:hover {
	color: #fff;
	border: 1.5px solid #fff;
} */

@media screen and (max-width: 750px) {
	.container-404 h1 {
		font-size: 30px;
		line-height: 38px;
	}

	.logo-404 {
		height: 90px;
	}
}

@media screen and (max-width: 750px) {
	.container-404 h1 {
		font-size: 24px;
		line-height: 34px;
	}
}

/***** PAGE RECHERCHE ***************************************************************************************************************************************/

.section-page-search {
	padding: 2rem 0 6rem;
	min-height: 50vh;
}

.section-page-search .block-form-search {
	margin-top: 2rem;
}

.block-search-slidebar .block-form-search,
.bloc-search-page-in .block-form-search {
	position: relative;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	max-width: 100%;
}

.block-search-slidebar .search,
.bloc-search-page-in .search {
	background-color: #f8fafc;
}

.block-search-slidebar .block-form-search-in,
.bloc-search-page-in .block-form-search-in {
	border: 1px solid #3a867f;
	border-radius: 60px;
}

.block-search-slidebar .input-search,
.bloc-search-page-in .input-search {
	display: block;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
	padding: 10px 12px;
	font-size: 1rem;
	line-height: 1.5;
	color: #000;
	background-color: transparent;
	outline: none;
	border: 0;
	border-radius: 10px 0 0 10px;
	font-size: 15px;
}

.search-results .input-search,
.search-no-results .input-search {
	color: #fff;
}

.bloc-search-page-in .input-search {
	font-size: 19px;
}

.block-search-slidebar .block-form-search .searchform,
.bloc-search-page-in .block-form-search .searchform {
	color: #000;
	padding: 0 12px;
	cursor: pointer;
	outline: none;
	border: 0;
	background-color: #17403d;
	border-radius: 50%;
}

.block-search-slidebar .block-form-search svg,
.bloc-search-page-in .block-form-search svg {
	width: 25px;
	height: 25px;
}

.block-search-slidebar .border-input-search,
.bloc-search-page-in .border-input-search {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #c0b19c;
	pointer-events: none;
	border-radius: 10px;
	z-index: 0;
}

.block-search-slidebar .border-animation,
.bloc-search-page-in .border-animation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	pointer-events: none;
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	border-radius: 10px;
	z-index: 1;
}

.block-form-search #searchsubmit,
.bloc-search-page-in #searchsubmit {
	color: #fff;
	padding: 0 12px;
	cursor: pointer;
	outline: none;
	border: 0;
	background-color: #ffffff;
	border-radius: 0px 11px 11px 0px;
}

.bloc-search-page-in #searchsubmit {
	background-color: #f5f5fa;
}

.header-5 .block-form-search .st0 {
	fill: #000 !important;
}

.header-5 .block-form-search input::placeholder {
	color: #afaaaa;
}

.block-search-slidebar .st0,
.bloc-search-page-in .st0 {
	fill: #17403d !important;
}

.section-page-search .search-title {
	margin-bottom: 1.5rem;
    font-weight: 400;
    font-size: 25px;
    letter-spacing: 0;
    border-bottom: 1px solid #cccccc70;
    padding-bottom: 20px;
}

.section-page-search .search-title strong {
	font-weight: 700;
}

.section-page-search .search-results {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
}

.section-page-search .search-result-item {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	padding: 20px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section-page-search .search-result-item:hover {
	transform: translateY(-10px);
	box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
}

/* Type de contenu */

.section-page-search .type-contenus-recherche {
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #3F5A7F !important;
	font-size: 16px;
	font-weight: 500;
}

/* Titre du résultat */
.section-page-search .search-result-item h2 {
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 15px;
	line-height: 23px;
	color: #17403d;
}

.section-page-search .search-result-item h2 a {
	color: #1d3557;
	text-decoration: none;
	transition: color 0.3s ease;
}

.bloc-extrait-list-recherche {
	font-weight: 500;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-moz-line-clamp: 4;
	-o-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Extrait */
.section-page-search .bloc-extrait-list-recherche p {
	font-size: 16px;
	color: #7f7a7a;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 0;
}

/* Pagination */
.section-page-search .pagination {
	margin-top: 15px;
	text-align: center;
}

.section-page-search .pagination a,
.section-page-search .pagination span {
	display: inline-block;
	padding: 0;
	margin: 0 5px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	border-radius: 4px;
	transition: background-color 0.3s ease;
	border-radius: 50%;
}

.section-page-search .pagination a:last-child {
	background-color: inherit;
	color: #000;
}

.section-page-search .pagination a:hover {
	font-weight: bold;
}

.section-page-search .pagination .current {
	background-color: #3a867f;
	font-weight: bold;
	color: #fff;
	padding: 5px 12px;
}

/* Aucun résultat */
.section-page-search .no-results {
	text-align: center;
}

.section-page-search .icones-no-search {
	width: 170px;
	height: 170px;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: bottom center !important;
	margin: 0 auto 1rem;
}

.section-page-search .no-results h2 {
	font-size: 2em;
	font-weight: 600;
	margin-bottom: 5px;
}

.section-page-search .no-results p {
	font-size: 1.2em;
	color: #666;
}


@keyframes draw-border {
	0% {
		clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	}

	25% {
		clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
	}

	50% {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}

	100% {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
}

.col-left-search .screen-reader-text {
	display: none;
}

.col-left-search h1 {
	font-weight: lighter;
	margin-bottom: 2rem;
	font-size: 30px;
}

.col-left-search h1 span {
	font-weight: bold;
	color: #000;
}

.col-left-search article {
	margin-bottom: 3rem;
}

.col-left-search article .header-post-search h2 a {
	color: #000 !important;
}

.col-left-search article .header-post-search h2 {
	font-size: 19px;
	text-transform: initial;
}

.col-left-search article p {
	font-size: 15px;
	color: #797979;
}

@media screen and (max-width: 991px) {
	.col-left-search {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.section-page-search .no-results h2 {
		font-size: 24px;
	}

	.section-page-search .no-results p {
		font-size: 17px;
	}
}

@media screen and (max-width: 650px) {
	.section-page-search {
    	padding: 2rem 0 3rem;
	}
	.section-page-search .search-title {
		font-size: 20px;
	}
	.section-page-search .no-results h2 {
        font-size: 20px;
    }
	.section-page-search .no-results p {
        font-size: 16px;
    }
	.section-page-search .icones-no-search {
    	width: 140px;
    	height: 140px;
	}
	.section-page-search .search-header {
    	margin-bottom: 1rem !important;
	}
}

/***** IMG NO POST ***************************************************************************************************************************************/

.block-img-no-post-blog {
	text-align: center;
	width: 100%;
	margin: 3rem 0;
}

.img-no-post-blog {
	width: 300px;
	display: inline-block;
}

.block-img-no-post-blog .no-post-home {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 25px;
	color: #e7e7e7ba;
	letter-spacing: 3px;
	margin-top: 1rem;
}

.bloc-list-post-accueil .block-img-no-post-blog {
	text-align: left;
	margin: 1.5rem 0;
}

.bloc-list-post-accueil .img-no-post-blog {
	width: 250px;
}

.bloc-list-post-accueil .block-img-no-post-blog .no-post-home {
	font-size: 23px;
	text-align: left;
}

.cky-consent-container .cky-consent-bar {
	padding: 6px 25px !important;
	box-shadow: inherit !important;
	background-color: #10191fc9 !important;
	border: 0 !important;
}

.cky-notice .cky-title {
	display: none !important;
}

.cky-notice-btn-wrapper .cky-btn {
	border-radius: 40px;
	padding: 1px 21px;
}

.cky-revisit-bottom-left {
	display: none !important;
}

.cky-notice-btn-wrapper .cky-btn-accept {
	background-color: #799c49 !important;
	font-weight: bold !important;
	border: 1.5px solid #799c49 !important;
}

.cky-notice-btn-wrapper .cky-btn-reject {
	color: #fff !important;
	background-color: #d16666 !important;
	border: 1.5px solid #d16666 !important;
}

.cky-notice-btn-wrapper .cky-btn-customize {
	background-color: transparent !important;
	color: #fff !important;
	text-decoration: underline;
	border: 0 !important;
}

.cky-notice-btn-wrapper .cky-btn-accept:hover {
	background-color: transparent !important;
	color: #fff !important;
	border: 1.5px solid #fff !important;
}

.cky-notice-btn-wrapper .cky-btn-reject:hover {
	background-color: transparent !important;
	color: #fff !important;
	border: 1.5px solid #fff !important;
}

.cky-notice-des p {
	color: #fff !important;
}

.has-white-color {
	color: #FFFFFF !important;
}

.has-black-color {
	color: #000000 !important;
}

.has-bleu1-color {
	color: #6ad4f9 !important;
}

.has-bleu2-color {
	color: #7aafe7 !important;
}

.has-bleu-gris-color {
	color: #213847 !important;
}

#wpadminbar {
	display: none !important;
}

.container-admin-client {
	width: 45px;
	height: 45px;
	padding: 6px;
	background-color: #29292d;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
}

.button-admin-client img {
	width: 100%;
	height: 100%;
}

.grecaptcha-badge {
	display: none !important;
}



.contact-form-wrapper .wpcf7-not-valid-tip {
    display: none;
}

.contact-form-wrapper .invalid .wpcf7-not-valid {
	border: 1.5px solid #ca5555 !important;
}

.contact-form-wrapper .wpcf7 .wpcf7-form.sent .wpcf7-response-output{
	color: #2c8c0e!important;
    border: 0!important;
    padding: 0;
	margin: 0!important;
    font-weight: bold;
}

.contact-form-wrapper .wpcf7 form.invalid .wpcf7-response-output,
.contact-form-wrapper .wpcf7 form.unaccepted .wpcf7-response-output,
.contact-form-wrapper .wpcf7 form.spam .wpcf7-response-output {
	border: 0 !important;
	font-size: 14px;
	color: #ca5555;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-top: 15px!important;
}

.contact-form-wrapper .wpcf7 form.sent .wpcf7-response-output{
	border: 0 !important;
	font-size: 14px;
	color: #188422;
	font-weight: bold;
	padding: 0;
	margin: 0!important;
}

.single-prestation .latepoint-w.latepoint-inline-form {
    margin: 0;
}

.single-prestation .latepoint-w .latepoint-booking-form-element {
    display: block;
	width: 100%;
}

.single-prestation .latepoint-w .latepoint-booking-form-element .latepoint-side-panel, .single-prestation .latepoint-w .latepoint-booking-form-element .latepoint-form-w, .single-prestation .latepoint-w .latepoint-summary-w {
    width: 100%;
}

.single-prestation .latepoint-booking-form-element .os-current-month-label-w .os-current-month-label .current-month {
    font-size: 21px;
}

.single-prestation .latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-body {
    padding: 15px;
}

.single-prestation .latepoint-booking-form-element .calendar-style-modern {
    margin: 0;
}

.single-prestation .latepoint-booking-form-element .time-selector-w.style-timebox .times-header .times-header-label {
   margin: 0;
}

.single-prestation .latepoint-booking-form-element .times-header {
    font-size: 16px;
}

.single-prestation .os-step-tab-content .os-col-6 {
    flex: 0 0 100%;
}

.single-prestation .latepoint-booking-form-element .calendar-style-modern .os-current-month-label-w {
    padding-left: 0;
}

.single-prestation .latepoint-booking-form-element .os-weekdays {
    margin-left: -15px;
}

.single-prestation .latepoint-booking-form-element .calendar-style-modern .os-weekdays .weekday:first-child {
    padding-left: 15px;
}

.single-prestation .latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-step-desc-w {
    padding: 0;
}

.single-prestation .latepoint-w .latepoint-booking-form-element .latepoint-side-panel {
    padding: 20px 20px 0px 20px;
}

.single-prestation .latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-heading-w {
    display: none;
}

.single-prestation .latepoint-w .os-form-phonefield-group .lp_iti--separate-dial-code{
    display: flex;
}

.single-prestation .latepoint-w .os-form-group.os-form-phonefield-group:not(.has-value) .lp_iti__selected-flag{
	display: inline-block;
}

.single-prestation .latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-form-group.os-form-phonefield-group input.os-form-control{
	display: inline-block;
}

.single-prestation .latepoint-w .os-form-phonefield-group .lp_iti--separate-dial-code .lp_iti__flag-container {
    padding-right: 15px !important;
}

.single-prestation .latepoint-w .os-service-extras .os-service-extra-selector{
    padding-top: 5px!important;
	padding-bottom: 5px!important;
	padding-left: 46px!important;
}

.single-prestation .latepoint-w .os-service-extras .os-selectable-item{
	margin-top: 11px!important;
}

.single-prestation .latepoint-w .os-service-extras .os-service-extra-selector .os-item-img-w{
	display:none!important;
}

.single-prestation .latepoint-w .os-service-extras .os-service-extra-selector .os-item-name-w{
    min-width: 0; 
    flex: 1;
}

.single-prestation .latepoint-w .os-service-extras .os-service-extra-selector .os-item-name {
    font-size: 15px!important;
    display: -webkit-box !important;
	line-clamp: 2 !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    word-break: break-word;
}

.single-prestation .latepoint-w .os-service-extras .os-service-extra-selector  .os-item-price {
    font-size: 15px!important;
}