/*
Theme Name: Club Pongiste Orangeois
Description: Le CPO à le plaisir de vous accueillir pour la pratique du tennis de table. Que ce soit pour la pratique en loisir ou en compétition, petit ou grand.
Version: 1.0
*/

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

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

body {
	margin: 0;
	font-size: 17px;
	font-family: 'Nunito', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Rem";
}

.h1,
h1 {
	font-size: 44px;
	font-family: "Rem";
}

h2 {
	font-size: 2.3rem;
}

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

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

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

.h5,
h5 {
	font-size: 18px;
}

.h6,
h6 {
	font-size: 17px;
}

.slogan {
	font-size: 20px;
}

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;
}


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

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

.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;
}

.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;
}

.btn-1,
.btn-2,
.btn-3 {
	display: inline-block;
	padding: 8px 26px;
	border-radius: 40px;
	color: #fff;
	font-size: 14px;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.btn-color-orange {
	background-color: #FF8119;
	border: 1.5px solid #FF8119;
	color: #000;
	font-weight: bold;
}

.btn-color-orange:hover {
	background-color: transparent;
	color: #000;
}

.btn-color-noir {
	background-color: #000;
	border: 1.5px solid #000;
}

.btn-color-noir:hover {
	background-color: transparent;
	color: #000;
}

.btn-color-noir-trait {
	position: relative;
	color: #000;
	background-color: transparent;
	font-size: 19px;
	text-transform: inherit;
	letter-spacing: 0;
	font-weight: bold;
	padding: 5px 5px;
	border-radius: inherit;
	text-decoration: none;
}

.btn-color-noir-trait:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
	transform: scaleX(1);
	transform-origin: left;
	transition: transform 0.3s ease;
}

.btn-color-noir-trait:hover {
	color: #b95c11;
}

.btn-color-noir-trait:hover::after {
	transform: scaleX(0);
	transform-origin: right;
}


.btn-color-blanc {
	background-color: #fff;
	border: 1.5px solid #fff;
	color: #0899ad;
	font-weight: bold;
}

.btn-color-blanc:hover {
	background-color: transparent;
	color: #fff;
}


section {
	position: relative;
	overflow: hidden;
}


.raduis10 {
	border-radius: 10px;
}

.raduis20 {
	border-radius: 20px;
}

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

@media (max-width: 1250px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 92% !important;
	}
}

@media (min-width: 1250px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1190px;
	}
}

@media (min-width: 1350px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1290px;
	}
}

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

	h2 {
		font-size: 29px;
		line-height: 35px;
	}

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

@media screen and (max-width: 767px) {
	.container {
		max-width: 95% !important;
	}
}

@media screen and (max-width: 690px) {
	body {
		font-size: 16px;
	}

	h1,
	.page h1 {
		font-size: 35px;
		line-height: 45px;
	}

	h2 {
		font-size: 25px;
		line-height: 30px;
	}

	h2 br {
		display: none;
	}

	.col-content-propos-v2 .slogan-a-propos {
		font-size: 16px !important;
	}

	.btn-1,
	.btn-2,
	.btn-3 {
		font-size: 11px;
	}

	.btn-color-noir-trait {
		font-size: 16px;
	}
}


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

	h1,
	.page h1 {
		font-size: 23px;
		line-height: 33px;
	}

	h2 {
		font-size: 20px;
		line-height: 30px;
		font-weight: bold;
	}
}

header {
    position: relative;
    z-index: 999;
    min-height: 140px; 
}

@media screen and (max-width: 991px) {
    header {
        min-height: 73px; 
    }
}

.navbar-default {
	flex-direction: column;
}

.bandeau-info-header {
	padding: 9px 0;
	border-bottom: 1px solid #ff811947;
	background-color: #000;
	width: 100%;
	max-height: 100px;
	opacity: 1;
	overflow: hidden;
}

.bandeau-info-header .bloc-email-contact img {
	width: 23px;
	margin-right: 5px;
	opacity: 0.7;
	margin-top: -1px;
}

.bloc-email-contact {
	color: #f7f4f4;
}

.bandeau-info-header p {
	margin-bottom: 0;
}

.bandeau-info-header a{
    box-shadow: inherit!important;
}

.bloc-bouton-info-header .btn-1:hover {
	color: #fff;
	text-decoration: underline;
}

.bloc-bouton-info-header .btn-2{
  background-color:#FF8119;
  border:1.5px solid #FF8119;
  color:#000;
  font-weight:bold;
  font-size:17px;
  padding:3px 17px;
  text-transform:inherit;
  letter-spacing:inherit;
  position:relative;
  padding-left: 45px;
}

.bloc-bouton-info-header .btn-2::after{
  content:"";
  position:absolute;
  top:50%;
  left:16px;
  transform:translateY(-50%);
  width:18px;
  height:18px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  background-image:url("../cpo84/img/icon-coeur.svg");
}

.bloc-bouton-info-header .btn-2:hover::after{
  background-image:url("../cpo84/img/icon-coeur-hover.svg");
}

.bloc-bouton-info-header .btn-2:hover {
	background-color: transparent;
	color: #FF8119;
}

.bandeau-info-header-responsive {
	display: none;
}

/* NAV */

.home .navbar {
	background-color: #0a0a0a;
}

.navbar-default {
	background-color: #0a0a0a;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	padding: 0;
	position: absolute; 
}

.nav-scroll {
	position: fixed !important; 
	box-shadow: 0px 4px 25px #2121211c;
	border-bottom: 0 !important;
	padding: 1px 0;
	animation: menuSlideDown 0.4s ease-out forwards;
	will-change: transform;
}

@keyframes menuSlideDown {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}

.navbar-default li {
	padding: 0 0.2rem;
	display: inline-block;
	position: relative;
}

.navbar-default .menu-item a {
	display: block;
	padding: 0.9rem 0.4rem;
	color: #fff !important;
}


.nav-scroll .menu-item a {
	color: #fff !important;
}

.navbar-default .menu-item .sub-menu a {
	display: block;
	padding: .5rem 1rem;
}

.menu {
	margin-bottom: 0;
	padding-left: 0;
}

.navbar-default .navbar-brand {
    padding-top: 15px;
    padding-bottom: 15px;
}

.nav-scroll .navbar-brand {
    padding-top: 3px;
    padding-bottom: 3px;
}

.navbar-default .navbar-brand img {
    height: 75px;
}

.nav-scroll .navbar-brand img {
    height: 62px;
}

.nav-scroll .navbar-brand img {
    transform: scale(0.85) translateZ(0); 
}

.nav-scroll .bandeau-info-header {
	max-height: 0;
	opacity: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-color: transparent;
}

.nav-scroll .bloc-bouton-info-header .btn-1{
	font-size: 12px;
}

.nav-scroll .bloc-bouton-info-header .btn-2{
	font-size: 16px;
}

.nav-scroll .bloc-bouton-info-header .btn-2 {
    padding-left: 42px;
}

.nav-scroll .bloc-bouton-info-header .btn-2::after {
    width: 17px;
    height: 17px;
}

.home .navbar .navbar-brand {
	cursor: inherit;
}

.home .nav-scroll .navbar-brand {
	cursor: pointer;
}

.home .nav-scroll .navbar-brand img {
	visibility: visible;
}

.navbar-default .menu-item svg {
	width: 22px;
	height: 22px;
}

.navbar-default .menu li a {
	font-size: 16px;
	position: relative;
	outline: none !important;
	text-decoration: none;
}

.navbar-default .menu li a:hover {
	outline: none !important;
	text-decoration: none;
}

.navbar-default .menu li:last-child a {
	color: #fff !important;
	border-radius: 30px;
	padding-right: 0.9rem;
	padding-left: 0.9rem;
	margin-left: 0.5rem;
	border: 1.5px solid #fff;
	padding: 7px 20px;
	font-weight: 500;
	transition: all 0.5s;
}

.page-template-rejoindre-cercle .navbar-default .menu .current-menu-item a {
	background-color: #77ae2b;
	color: #fff !important;
}


.navbar-default .menu li:last-child a:hover {
	color: #000 !important;
	background: #FF8119 !important;
}

.navbar-default .menu li:last-child a:hover {
	border: 1.5px solid #FF8119;
	transition: 0.2s;
}

.navbar-default .sub-menu li:last-child a:hover {
	background: transparent!important;
}

.nav-scroll .menu li:last-child a:hover {
    background: transparent!important;
}

.navbar-default .menu li:last-child a::after {
	display: none;
}

.navbar-default .menu .current-menu-item > a,
.navbar-default .menu .current-menu-parent > a,
.navbar-default .menu .current-menu-ancestor > a {
	color: #FF8119 !important;
	font-weight: 600;
}

.home .navbar-default .menu .current-menu-item > a,
.home .navbar-default .menu .current-menu-parent > a,
.home .navbar-default .menu .current-menu-ancestor > a {
	font-weight: bold !important;
}

.home .navbar-default .menu li a.actived {
	color: #FF8119 !important;
	font-weight: 600 !important;
}

.navbar-default .menu li a svg,
.home .navbar-default .menu li a svg {
	stroke: #08679B;
	fill: #08679B;
}

.home .navbar-default .menu li a.actived svg {
	fill: #FF8119 !important;
	stroke: #FF8119 !important;
}

.navbar-default .menu .menu-item a::after {
	content: '';
	width: 0;
	height: 2px;
	background-color: #FF8119;
	position: absolute;
	bottom: 12px;
	left: 50%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: .35s;
}

.navbar-default .menu .menu-item:hover > a::after,
.navbar-default .menu .current-menu-item > a::after,
.navbar-default .menu .current-menu-parent > a::after,
.navbar-default .menu .current-menu-ancestor > a::after {
	width: 30px;
}


.home .navbar-default .actived::after {
	width: 30px;
	display: block;
}

.home .menu li:first-child .actived::after {
	display: none !important;
	width: 0 !important;
}

/***** Sous menu *****/

.navbar-default .menu ul {
	visibility: hidden;
	opacity: 0;
	margin-top: 0;
	padding: 0;
	width: 290px;
	position: absolute;
	background: #546E7A;
	z-index: 99;
	transition: all 0.2s ease-out;
	padding-top: 3px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%) !important;
	left: 50%;
}

.navbar-default .menu .sub-menu li a {
	color: #fff !important;
	font-weight: normal;
}

.navbar-default .menu .sub-menu li a:hover,
.navbar-default .menu .sub-menu li.current-menu-item > a {
	color: #000 !important;
	font-weight: bold;
}

.navbar-default .menu .sub-menu li:first-child {
	margin-left: 0;
}

.navbar-default .menu .sub-menu li {
	display: block;
	float: none;
	background: none;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	border-radius: 10px;
}

.navbar-default .menu .sub-menu li:last-child {
	margin-bottom: 0;
}

.navbar-default .menu .sub-menu li:hover,
.navbar-default .menu .sub-menu li.current-menu-item {
	background-color: #FF8119;
}

.navbar-default .menu .sub-menu li:last-child {
	margin: 0;
}

.navbar-default .menu .sub-menu a::after {
	display: none;
}

.navbar-default .menu ul:after {
	bottom: 100%;
	left: 0;
	right: 0;
	border: solid #77ae2b;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgb(216 144 144 / 0%);
	border-bottom-color: #77ae2b;
	border-width: 6px;
	margin-left: auto;
	margin-right: auto;
}

.navbar-default .menu li:hover>ul {
	visibility: visible;
	opacity: 1;
}

.navbar-default .menu ul li a:hover,
.navbar-default .menu ul li:hover>a {
	color: #fff;
	font-weight: bold;
}

.nav-scroll .sub-menu li:last-child {
	color: #fff !important;
}

/***** Sous sous menu *****/

.navbar-default .menu ul ul {
	left: 320px;
	top: -5px;
	visibility: hidden;
	opacity: 0;
	transform: translate(20px, 0px);
	transition: all 0.2s ease-out;
	background: #77ae2b;
	padding-left: 3px;
	padding-top: 0;
}

.navbar-default .menu .sub-menu {
	background-color: #000;
	border-radius: 15px;
	padding: 5px;
	box-shadow: 0 15px 40px rgb(0 0 0 / 5%);
	border: 1px solid #FF8119;
}

.navbar-default .menu .sub-menu .sub-menu {
	background-color: #77ae2b;
}

.navbar-default .menu .sub-menu a {
	color: #fff !important;
	text-align: center;
}

.navbar-default .menu ul li:hover ul {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
}

.navbar-default .menu ul ul:after {
	left: -12px;
	top: 25px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #77ae2b;
	border-width: 6px;
	margin-top: -6px;
	margin-left: inherit;
	margin-right: inherit;
}

.navbar-default .menu ul a,
.navbar-default .menu ul ul a {
	border-left: inherit;
	border-right: inherit;
}

.navbar-default .menu .sub-menu li:last-child a {
	background-image: inherit;
	border-radius: inherit;
	padding-right: inherit;
	padding-left: inherit;
	margin-left: inherit;
	border: inherit;
	background-color: transparent;
}

.nav-scroll .menu .sub-menu li:last-child a:hover {
	color: #fff !important;
	background-color: transparent !important;
}

.bloc-nav-button-autre {
	margin-left: 10px;
}

.bloc-nav-button-autre .button-autre {
	text-transform: inherit;
	letter-spacing: inherit;
	font-size: 16px;
	padding: 7px 14px 7px 10px;
	background: #FF8119;
	border: 1.5px solid #FF8119;
	display: flex;
	align-items: center;
	color: #000;
	font-weight: bold;
}

.bloc-nav-button-autre .button-autre img,
.bloc-nav-button-autre .button-autre svg {
	width: 28px;
	height: 28px;
	margin-right: 4px;
}

.bloc-nav-button-autre .button-autre svg path,
.bloc-nav-button-autre .button-autre svg circle {
	fill: #FF8119;
}

.bloc-nav-button-autre .button-autre:hover {
	background: transparent;
	color: #FF8119;
}

.bloc-nav-button-autre .button-autre:hover svg path,
.bloc-nav-button-autre .button-autre:hover svg circle {
	fill: #FF8119;
}

/* =========================================================
   Flèche indicatrice pour les éléments avec sous-menu 
========================================================= */

.navbar-default .menu .menu-item-has-children > a {
    position: relative;
    padding-right: 1.2rem !important; 
}

.navbar-default .menu .menu-item-has-children > a::before {
    content: "\f107"; 
    font-family: FontAwesome;
    position: absolute;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: normal;
    pointer-events: none; 
}

.navbar-default .menu .sub-menu .menu-item-has-children > a::before {
    content: "\f105"; 
    right: 0.5rem;
}

/* Menu au scroll */

@media screen and (max-width: 1200px) {
	.navbar-default .navbar-top li {
		padding: 0 0.1rem;
	}
}

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

	.bandeau-info-header {
		padding: 8px 0;
		display: none;
	}

	.bandeau-info-header-responsive {
		display: block;
		border-bottom: 0;
	}

	.bandeau-info-header-responsive .container {
		display: block;
		text-align: center;
		padding-bottom: 1rem;
	}

	.bandeau-info-header-responsive .bloc-email-contact {
		margin-top: 1rem;
		color: #f7f4f4;
		margin-bottom: 1rem;
	}

	.navbar-default {
		position: absolute;
	}

	.navbar-default .menu {
		margin-bottom: 0;
		padding: 1rem;
		border-top: 1px solid #FF8119;
		margin-top: 6px;
		background-color: #000;
	}

	.navbar-default .navbar-toggler {
		background: #FF8119;
	}

	.navbar-default .navbar-brand {
		position: relative;
		top: inherit;
		padding-top: 10px;
	}

	.navbar-default li {
		display: block;
		padding: 0.2rem 1rem;
		text-align: center;
		margin-bottom: 5px;
	}

	.navbar-default .menu-item a {
		padding: 0.7rem 0.4rem;
	}

	.navbar-default .menu .menu-item a::after {
		bottom: 8px;
	}

	.navbar-default .navbar-top li:last-child {
		margin-bottom: 0;
		margin-top: 15px;
	}

	.navbar-default .navbar-top li:last-child a {
		margin-bottom: 1rem;
		display: inline-block;
		margin-left: 0;
	}

	.navbar-default .menu li:last-child a {
		margin-bottom: 0;
		margin-left: 0;
	}

	.navbar-default .menu li:hover>ul {
		position: relative;
		transform: initial;
		width: 100%;
		margin-bottom: 1rem;
		width: auto;
	}

	.navbar-default .menu ul {
		transform: initial !important;
		width: 100%;
		transition: initial !important;
		display: none;
		padding-top: 3px;
		margin-left: 0;
		left: 0;
	}

	.navbar-default .menu ul:after {
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}

	.navbar-default .menu ul li:hover ul,
	.navbar-default .menu li:hover ul li:hover ul,
	.navbar-default .menu li:hover ul {
		display: block;
		width: auto;
		margin: 0 7px;
	}

	.navbar-default .menu li:hover ul li ul {
		display: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.navbar-default .menu ul ul {
		left: 0 !important;
		display: none;
		padding-top: 3px;
		padding-left: 0;
	}

	#menu-menu-header .sub-menu .sub-menu {
		padding: 5px;
	}

	.navbar-default .menu ul ul:after {
		bottom: 100%;
		left: 0;
		right: 0;
		margin-left: auto !important;
		margin-right: auto;
		position: absolute;
		border-color: rgb(216 144 144 / 0%);
		border-bottom-color: #53764a;
		top: -6px;
	}

	.navbar-default .menu ul ul {
		transform: initial !important;
		top: -5px;
	}

	.navbar-default .menu .sub-menu a {
		margin-top: 0 !important;
	}

	.bloc-nav-button-autre {
		text-align: center;
		margin-left: 0;
	}

	.bloc-nav-button-autre .button-autre {
		display: inline-block;
	}

	.bloc-bouton-info-header .btn-2 {
    	font-size: 15px;
	}

	.navbar-default .menu .menu-item-has-children > a {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        padding: 0.7rem 0.4rem !important; 
    }
    
    .navbar-default .menu .menu-item-has-children > a::before {
        position: static;      
        transform: none;       
        order: 2;              
        margin-left: 8px;      
    }
}


@media screen and (max-width: 771px) {
	.navbar-default .navbar-brand img {
		height: 57px;
	}
}

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

#button-scroll-top {
	display: inline-block;
	background: #FF8119;
	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: #fff;
}

@media screen and (max-width: 1185px) {
	.navbar-default .navbar-brand img {
		height: 55px;
	}

	.navbar-default .menu li a {
		font-size: 15px;
	}

	.navbar-default .menu li:last-child a {
		padding: 7px 16px;
		font-size: 14px;
	}
}

@media screen and (max-width: 1085px) {
	.navbar-default .navbar-brand img {
		height: 49px;
	}
}

@media screen and (max-width: 1075px) {
	.container-navbar {
		max-width: 100% !important;
	}
}

@media screen and (max-width: 991px) {
	.container-navbar {
		max-width: 92% !important;
	}
}


/***** PAGE PAR DEFAULT & POST SEUL ***************************************************************************************************************************************/

.section-banners-page {
	padding: 4rem 0 4rem;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000000;
}

.section-banners-page .container {
	z-index: 1;
	position: relative;
}

.section-banners-page .icone-banners-page {
	height: 65px;
	margin-bottom: 7px;
}

.section-banners-page h1 {
	color: #FF8119;
}

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

.container-page-default {
	padding: 2rem 0.5rem;
	min-height: 80vh;
}


@media screen and (max-width: 650px) {
	.section-banners-page {
		padding: 2rem 0 2rem;
	}

	.section-banners-page .icone-banners-page {
		height: 40px;
	}
}

/***** PAGE D'ACCUEIL ***************************************************************************************************************************************/

/* =========================================================
   CONTAINER GLOBAL
========================================================= */
.container-cpo {
	width: min(1280px, calc(100% - 32px));
	margin: 0 auto;
	padding: 0 16px;
}

/* =========================================================
   HERO + STAGE (HAUTEUR NATURELLE)
========================================================= */
.hero {
	position: relative;
	overflow: visible;
}

.hero-stage {
	position: relative;
	overflow: hidden;
	perspective: 1000px;
	isolation: isolate;
	padding: 2rem 0 5rem;
}

.section-accueil-carrousel .hero-stage {
	padding: 2rem 0 8.5rem;
	background: #000;
}

.hero-bg,
.hero-layer,
.hero-content-wrap {
	transition: transform 150ms ease-out;
}

/* =========================================================
   BACKGROUND (2 IMAGES CARRÉES GAUCHE/DROITE)
========================================================= */
.hero-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	transform: scale(1.1);
	will-change: transform;
}

/* Base pour les couches du fond */
.hero-bg-image,
.hero-bg-grad-1,
.hero-bg-grad-2 {
	position: absolute;
}

.hero-bg-image {
	inset: auto;
	top: 50%;
	transform: translateY(-50%);
	background-size: cover;
	background-repeat: no-repeat;
	aspect-ratio: 1 / 1;
	height: clamp(220px, 65vh, 520px);
	max-height: calc(100% - 2rem);
	width: auto;
	max-width: 42vw;
}

.hero-bg-image1 {
	left: 0;
	margin-left: 0.75rem;
	background-position: center right;
}

.hero-bg-image2 {
	right: 0;
	margin-right: 0.75rem;
	background-position: center left;
}

.hero-bg-grad-1 {
	inset: 0;
}

.hero-bg-grad-2 {
	inset: 0;
}

@media (max-width: 768px) {
	.hero-bg-image {
		height: clamp(160px, 38vh, 320px);
		max-width: 48vw;
		opacity: 0.75;
		border-radius: 18px;
	}
}

/* =========================================================
   LAYERS
========================================================= */
.hero-layer {
	position: absolute;
	inset: 0;
	will-change: transform;
}

.layer-3 {
	z-index: 2;
	pointer-events: none;
}

.layer-2 {
	z-index: 3;
	pointer-events: none;
}

.hero-content-wrap {
	position: relative;
	z-index: 5;
	will-change: transform;
}

.hero-content {
	max-width: 1050px;
	margin: 0 auto;
}

/* =========================================================
   CONTENU ACCUEIL
========================================================= */
.bloc-accueil {
	text-align: center;
	margin: 0 auto;
}

.bloc-accueil .logo-accueil {
	height: 140px;
	margin-bottom: 1rem;
}

.bloc-intro-accueil h1 {
	font-size: 37px;
	line-height: 39px;
	margin: 0 0 1rem;
	color: #fff;
}

.bloc-intro-accueil p {
	font-size: 19px;
	line-height: 25px;
	margin: 0 0 0.75rem;
	color: hsl(0 0% 90%);
}

/* =========================================================
   DÉCORS – BALLS
========================================================= */
.ball {
	position: absolute;
	border-radius: 999px;
	background: hsl(24 100% 50%);
	opacity: .45;
	animation: floatY 5.5s ease-in-out infinite;
}

.ball-xs {
	width: 12px;
	height: 12px;
	opacity: .55;
}

.ball-sm {
	width: 16px;
	height: 16px;
}

.ball-md {
	width: 24px;
	height: 24px;
	opacity: .35;
}

.ball-a {
	top: 16%;
	left: 15%;
}

.ball-b {
	top: 30%;
	right: 21%;
	animation-delay: 1s;
}

.ball-d {
	top: 8%;
	left: 20%;
	animation-delay: 2s;
	opacity: 0.1;
	width: 70px;
	height: 70px;
}


/* =========================================================
   DÉCORS – LIGNES
========================================================= */
.line {
	position: absolute;
	height: 2px;
	width: 120px;
	background: linear-gradient(to right, hsl(24 100% 50% / .6), transparent);
}

.line-a {
	top: 48%;
	right: 2%;
	transform: rotate(45deg);
}

.line-b {
	top: 85%;
	right: 10%;
	width: 90px;
	background: linear-gradient(to left, hsl(24 100% 50% / .4), transparent);
	transform: rotate(-12deg);
}

.line-c {
	top: 35%;
	left: 13%;
	transform: rotate(140deg);
}

/* =========================================================
   DÉCORS – RINGS + GLOW
========================================================= */
.ring {
	position: absolute;
	border-radius: 999px;
	border: 2px solid hsl(24 100% 50% / .30);
	animation: glow 2.8s ease-in-out infinite;
}

.ring-a {
	top: 35%;
	left: 5%;
	width: 32px;
	height: 32px;
}

.ring-b {
	top: 52%;
	right: 7%;
	width: 48px;
	height: 48px;
	border-width: 1px;
	border-color: hsl(24 100% 50% / .20);
	animation: none;
}

.ring-c {
	top: 9%;
	right: 22%;
	width: 60px;
	height: 60px;
	border-width: 2px;
	border-color: hsl(24 100% 50% / .20);
	animation: none;
}

/* =========================================================
   ACCESSIBILITÉ – MOTION
========================================================= */
@media (prefers-reduced-motion: reduce) {

	.hero-bg,
	.hero-layer,
	.hero-content-wrap {
		transition: none !important;
	}

	.ball,
	.ring {
		animation: none !important;
	}
}

/* =========================================================
   ANIMATIONS
========================================================= */
@keyframes floatY {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}
}

@keyframes glow {

	0%,
	100% {
		box-shadow: 0 0 0 0 hsl(24 100% 50% / 0);
	}

	50% {
		box-shadow: 0 0 35px 0 hsl(24 100% 50% / .25);
	}
}

/* =========================================================
   SLIDE / CARROUSEL
========================================================= */
.cpo-carousel .cpo-slide {
	padding: 10px;
}

.cpo-slide-bg {
	position: relative;
	width: 100%;
	height: 280px;
	border-radius: 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0 15px 40px rgba(0, 0, 0, .25);
	overflow: hidden;
	transition: transform .4s ease, box-shadow .4s ease;
}

.cpo-slide-bg:hover {
	transform: translateY(-6px);
	box-shadow: 0 25px 60px rgba(0, 0, 0, .35);
}

.cpo-slide-bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, .05), rgba(0, 0, 0, .35));
}

.bloc-buttons-accueil {
	margin-top: 1.5rem;
}

.bloc-buttons-accueil a {
	margin: 0 5px;
}

.bloc-buttons-accueil .btn-1 {
	background-color: transparent;
	border: 1.5px solid #FF8119;
	font-weight: bold;
}

.bloc-buttons-accueil .btn-1:hover {
	background-color: #FF8119;
	color: #000;
}

.bloc-buttons-accueil .btn-2 {
	background-color: #FF8119;
	border: 1.5px solid #FF8119;
	color: #000;
	font-weight: bold;
}

.bloc-buttons-accueil .btn-2:hover {
	background-color: transparent;
	color: #FF8119;
}

.carousel-photo-accueil {
	margin-top: -4rem;
	padding: 0 20px 10px;
	z-index: 3;
	position: relative;
}

.carousel-photo-accueil::before {
	content: "";
	top: 4rem;
	background-color: #000000;
	height: 45px;
	width: 100%;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 2;
}

.carousel-photo-accueil .container {
	z-index: 6;
	position: relative;
}

.carousel-photo-accueil .slide-bg-home {
	display: block;
	width: 100%;
	height: 220px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 8px;
}


.carousel-photo-accueil .owl-nav {
	position: absolute;
	right: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	top: 50%;
	transform: translateY(-50%);
}

.carousel-photo-accueil .mon-carousel-acf {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
	outline: none;
	margin-bottom: 10px;
}

.carousel-photo-accueil .owl-nav button {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #010101b8;
	border: 0;
	margin: 0.25rem;
	outline: none;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.carousel-photo-accueil .owl-nav button.owl-prev {
	left: 10px;
}

.carousel-photo-accueil .owl-nav button.owl-next {
	right: 0;
	position: absolute;
}

.carousel-photo-accueil .nav-button-icon-right,
.carousel-photo-accueil .nav-button-icon-left {
	display: block;
	width: 20px;
	height: 23px;
	background-size: cover !important;
}

.carousel-photo-accueil .nav-button-icon-left {
	background: transparent url(../cpo84/img/arrow-left-blanc.svg) no-repeat;
	transform: rotate(180deg);
}

.carousel-photo-accueil .nav-button-icon-right {
	background: transparent url(../cpo84/img/arrow-left-blanc.svg) no-repeat;
}

.carousel-photo-accueil .owl-prev.disabled,
.carousel-photo-accueil .owl-next.disabled {
	opacity: 0;
}


.carousel-photo-accueil .owl-dots {
	text-align: center;
	margin-top: 0.5rem;
	background: #060000de;
	display: inline-block;
	padding: 5px 10px 0px 10px;
	margin: -18px auto;
	position: absolute;
	border-radius: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.carousel-photo-accueil button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
	outline: none;
}

.carousel-photo-accueil .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	margin: 4px;
	background: transparent;
	display: block;
	transition: opacity .2s ease;
	border-radius: 30px;
	border: 1.5px solid #FF8119;
}

.carousel-photo-accueil .owl-dots .owl-dot.active span,
.carousel-photo-accueil .owl-dots .owl-dot:hover span {
	background: #FF8119 !important;
	border: 1.5px solid #FF8119;
}


@media screen and (max-width: 1350px) {
	.bloc-intro-accueil h1 {
		font-size: 34px;
		line-height: 36px;
	}
}

@media screen and (max-width: 1150px) {
	.bloc-intro-accueil h1 {
		font-size: 30px;
		line-height: 32px;
	}
}


@media screen and (max-width: 991px) {
	.bloc-accueil .logo-accueil {
		height: 120px;
	}
}

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

	.hero-bg,
	.hero-layer {
		display: none;
	}
}

@media screen and (max-width: 650px) {
	.section-accueil-carrousel .hero-stage {
		padding: 1rem 0 8.5rem;
	}

	.bloc-accueil .logo-accueil {
		height: 90px;
	}

	.bloc-intro-accueil h1 {
		font-size: 21px;
		line-height: 31px;
	}

	.bloc-intro-accueil p {
		font-size: 15px;
		line-height: 22px;
	}

	.bloc-buttons-accueil .btn-1,
	.bloc-buttons-accueil .btn-2 {
		width: 100%;
	}

	.bloc-buttons-accueil .btn-2 {
		margin-top: 10px;
	}

	.carousel-photo-accueil .owl-dots .owl-dot span {
		width: 11px;
		height: 11px;
	}
}

@media screen and (max-width: 550px) {
	.section-accueil-carrousel .hero-stage {
		padding: 1rem 0 6.5rem;
	}
	.carousel-photo-accueil .slide-bg-home {
    	height: 195px;
	}
}

.section-decouvrir-club-accueil {
	padding: 1.5rem 0 0;
}

.content-decouvrir-club-accueil {
	padding: 3rem 0 5.5rem;
}

.section-decouvrir-club-accueil .container {
	position: relative;
	z-index: 5;
}

.section-decouvrir-club-accueil .content-text-section {
	margin-top: 1rem;
}

.section-decouvrir-club-accueil .icone-section-1 {
	height: 60px;
	margin-bottom: 10px;
}

.section-decouvrir-club-accueil .col-md-6 {
	margin-bottom: 20px;
}

.section-decouvrir-club-accueil .card-club {
	border-radius: 15px;
	box-shadow: 0 2px 10px -2px rgb(0 0 0 / 18%);
	height: 100%;
	padding: 25px;
}

.section-decouvrir-club-accueil .card-club h3 {
	font-size: 18px;
}

.section-decouvrir-club-accueil .card-club p {
	margin-bottom: 0;
}

.intro-visuel {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 70%;
	height: 350px;
	z-index: 0;
	background-position: bottom right !important;
}


@media screen and (max-width: 1165px) {
	.col-decouvrir-club-accueil {
		-ms-flex: 0 0 65%;
		flex: 0 0 65%;
		max-width: 65%;
	}
}

@media screen and (max-width: 1090px) {
	.col-decouvrir-club-accueil {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.content-decouvrir-club-accueil {
		padding: 3rem 0 0;
	}

	.intro-visuel {
		position: relative;
		width: 100%;
		height: 200px;
		margin-top: -55px;
	}
}

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

	.content-decouvrir-club-accueil {
		padding: 1rem 0 0;
	}

	.intro-visuel {
		margin-top: 0;
		height: 160px;
	}
}

.section-inscription {
	background-color: #070707;
	padding: 5rem 0 4rem;
}

.section-inscription .container {
	z-index: 4;
	position: relative;
}

.section-inscription .surtitre {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 5px;
	color: #8a8686;
}

.section-inscription h2 {
	color: #FF8119;
}

.page-template-inscription .section-inscription .surtitre,
.page-template-inscription .section-inscription h2 {
	display: none;
}

.section-inscription .content-text-section {
	color: #d3d1d1;
	text-align: center;
	margin-top: 1.5rem;
	font-size: 17px;
}

.icon-card-fichier-inscription {
	width: 1.5rem;
	height: 1.5rem;
}

.documents-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 2rem;
}

.document-card {
	background-color: rgba(38, 38, 38, 0.5);
	border: 1px solid #262626;
	border-radius: 0.75rem;
	padding: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	transition: all 0.3s ease;
}

.document-card:hover {
	border-color: rgba(249, 115, 22, 0.5);
	transform: translateY(-2px);
	box-shadow: 0 20px 40px -12px rgba(249, 115, 22, 0.15);
}

.document-info {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.document-icon {
	width: 48px;
	height: 48px;
	background-color: rgba(249, 115, 22, 0.1);
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #f97316;
	flex-shrink: 0;
}

.document-title {
	color: #ffffff;
	font-weight: 500;
	font-size: 17px;
	margin-bottom: 0.25rem;
	transition: color 0.3s ease;
}

.document-card:hover .document-title {
	color: #f97316;
}

.document-type {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.875rem;
}

.btn-download {
	background-color: #f97316;
	color: #000;
	font-weight: bold;
	text-transform: inherit;
	letter-spacing: 0;
	font-size: 16px;
}

.btn-download:hover {
	color: #fff;
	border: 1.5px solid #f97316;
	background-color: transparent;
}

.bloc-inscription-contact {
	margin-top: 2rem;
	color: #a7a2a2;
}

.bloc-inscription-contact a {
	font-weight: bold;
	color: #F97315;
}

.img-fond-section {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	top: 0;
	bottom: 0;
	background-position: top center !important;
}

.bloc-contact-inscription{
	text-align: center;
	margin-top: 2rem;
	font-size: 16px;
	color: #ccc
}

.bloc-contact-inscription p{
	margin-bottom: 0;
}

.bloc-contact-inscription a{
	color: #fff;
	text-decoration: underline;
}	

@media screen and (max-width: 991px) {
	.section-inscription {
		padding: 3rem 0 2rem;
	}
}

@media screen and (max-width: 700px) {
	.document-card {
		display: block;
		text-align: center;
	}

	.document-icon {
		margin: 0 auto 1rem;
	}

	.document-info {
		display: block;
		margin-bottom: 1rem;
	}
}

@media screen and (max-width: 650px) {
	.bloc-contact-inscription{
		margin-top: 0;
	}
}

@media screen and (max-width: 600px) {
	.section-inscription {
		padding: 2rem 0 2rem;
	}

	.section-inscription .surtitre {
		font-size: 13px;
	}

	.section-inscription .content-text-section {
		font-size: 16px;
	}
}


/* =========================================================
   Section Inscription par Étapes - Design Final & Complet
========================================================= */

.inscription-steps-section {
    background-color: #0a0a0a;
    color: #fff;
    padding: 4rem 0 5.5rem;
}

/* --- En-tête de section --- */
.inscription-steps-section .section-header {
    margin-bottom: 50px; 
}

.inscription-steps-section .subtitle {
    color: #999;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 13px; 
}

.inscription-steps-section h2 {
    color: #FF8119;
    font-size: 34px; 
    margin-top: 5px;
    margin-bottom: 15px;
}

.inscription-steps-section .intro-text {
    color: #ccc;
    max-width: 850px;
    margin: 0 auto;
}

.inscription-steps-section .step-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px; 
}

.inscription-steps-section .step-number {
    background-color: #FF8119; 
    color: #000;
    font-weight: bold;
    font-size: 18px; 
    width: 36px; 
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
}

.inscription-steps-section .step-header h3 {
    font-size: 22px; 
    margin: 0;
	color: #ffa65d;
}

.inscription-steps-section .step-desc {
    color: #aaa;
    margin-bottom: 20px; 
    line-height: 1.5;
	text-align: left;
}
.inscription-steps-section .step-desc strong {
    color: #eee; 
}

.inscription-steps-section .doc-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1a1a1a; 
    border: 1px solid #333;
    padding: 12px 18px; 
    border-radius: 6px;
    margin-bottom: 12px;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.inscription-steps-section .doc-item:hover {
    border-color: #FF8119;
}

.inscription-steps-section .doc-info {
    display: flex;
    align-items: center;
	margin-right: 1rem;
}

.inscription-steps-section .doc-info i {
    color: #FF8119;
    font-size: 20px; 
    margin-right: 15px;
}

.inscription-steps-section .doc-title {
    display: block;
    color: #eee;
    font-weight: 600;
}

.inscription-steps-section .doc-desc {
    display: block;
    color: #888;
    font-size: 14px; 
    margin-top: 2px;
}

.inscription-steps-section .btn-download {
    background-color: transparent; 
    color: #FF8119;
    border: 1px solid #FF8119;
    padding: 7px 12px; 
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px; 
    transition: all 0.2s ease;
    white-space: nowrap;
}

.inscription-steps-section .doc-item:hover .btn-download {
    background-color: #FF8119;
    color: #000;
}

.inscription-steps-section .step-note {
    padding: 12px 0;
    margin-top: 20px;
    border-radius: 4px;
}

.inscription-steps-section .step-note p {
    font-size: 15px;
    color: #999;
    margin: 0;
    line-height: 1.5;
}

.inscription-steps-section .step-note strong {
    color: #ccc; 
}

.inscription-steps-section .return-form-wrapper {
    background-color: #ffffff; 
    padding: 25px 20px; 
    border-radius: 8px; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.2); 
}

.inscription-steps-section .return-form-wrapper .alert-mandatory {
    background-color: #fff4ea; 
    border: 1.5px solid #FF8119; 
    border-left: 6px solid #FF8119; 
    padding: 12px 16px; 
    border-radius: 6px;
    margin-bottom: 25px; 
    box-shadow: 0 3px 10px rgba(255, 129, 25, 0.15); 
}

.inscription-steps-section .return-form-wrapper .alert-mandatory p {
    margin: 0;
    color: #000; 
    font-size: 15px; 
    line-height: 1.4; 
}

.inscription-steps-section .return-form-wrapper .alert-mandatory strong {
    color: #b35500; 
    font-weight: 900; 
    font-size: 15px; 
    display: inline; 
    text-transform: uppercase; 
    letter-spacing: 0.5px;
    margin-right: 5px;
}

.inscription-steps-section .cf7-cpo-form .form-row-2 {
    display: flex;
    gap: 15px; 
}

.inscription-steps-section .cf7-cpo-form .form-row-2 .form-group-inscription {
    width: 50%;
}

.inscription-steps-section .cf7-cpo-form .form-group-inscription {
    margin-bottom: 15px; 
}

.inscription-steps-section .cf7-cpo-form input[type="text"],
.inscription-steps-section .cf7-cpo-form input[type="email"] {
    width: 100%;
    background-color: #f9f9f9; 
    border: 1px solid #ddd; 
    color: #111; 
    padding: 10px 14px; 
    border-radius: 4px !important;
    font-size: 16px;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.inscription-steps-section .cf7-cpo-form input:focus {
    border-color: #FF8119;
    background-color: #fff; 
    outline: none;
}

.inscription-steps-section .cf7-cpo-form .files-group {
    background-color: #f9f9f9; 
    padding: 15px 18px; 
    border-radius: 4px;
    border: 1px dashed #ccc; 
    margin-top: 15px;
}

.inscription-steps-section .cf7-cpo-form .label-files {
    color: #d07325;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}

.inscription-steps-section .cf7-cpo-form .files-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 15px; 
}

.inscription-steps-section .cf7-cpo-form label {
    display: block;
    color: #333; 
    font-size: 15px; 
    margin-bottom: 10px; 
    font-weight: 500;
}

.inscription-steps-section .cf7-cpo-form input[type="file"] {
    display: block;
    margin-top: 0; 
    font-size: 13px; 
    color: #666; 
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.inscription-steps-section .cf7-cpo-form span.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.section-inscription .wpcf7-spinner {
    display: none!important;
}

.inscription-steps-section .cf7-cpo-form .btn-submit-cpo {
    background-color: #FF8119!important;
    color: #fff; 
    border: 1px solid #FF8119;
    padding: 12px 20px; 
    border-radius: 4px;
    font-weight: bold;
    font-size: 16px; 
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.inscription-steps-section .cf7-cpo-form .btn-submit-cpo:hover {
    background-color: #000000!important;
    color: #FF8119;
}


.inscription-steps-section .wpcf7-not-valid-tip {
	display: none;
}

.inscription-steps-section .invalid .wpcf7-not-valid {
	border: 1.5px solid #ca5555 !important;
}

.inscription-steps-section .wpcf7 form.invalid .wpcf7-response-output,
.inscription-steps-section .wpcf7 form.unaccepted .wpcf7-response-output,
.inscription-steps-section .wpcf7 form.spam .wpcf7-response-output {
	border: 0 !important;
	font-size: 16px;
	color: #ca5555;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 0 0;
}

.inscription-steps-section .wpcf7 form.sent .wpcf7-response-output {
	border: 0 !important;
	font-size: 16px;
	color: #188422;
	font-weight: bold;
	margin-top: 1rem !important;
}

.inscription-steps-section .help-box {
    border-top: 1px dashed #333;
    padding-top: 15px;
    margin-top: 25px;
}

.inscription-steps-section .help-box p {
    color: #ccc; 
    font-size: 15px; 
    margin: 0;
}

.inscription-steps-section .help-box a {
    color: #FF8119;
    text-decoration: none;
    font-weight: 600;
}

.inscription-steps-section .help-box a:hover {
    text-decoration: underline;
}

.section-inscription .action-card-wrapper {
    margin-top: 30px;
    width: 100%;
}

.section-inscription .custom-action-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: linear-gradient(145deg, #1a1a1a 0%, #0d0d0d 100%);
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #ffffff3d;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
}

.section-inscription .custom-action-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8), 0 0 20px rgba(255, 255, 255, 0.03);
}

.section-inscription .card-visual {
    width: 100%;
    height: 185px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05); 
}

.section-inscription .card-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
    display: block; 
}

.section-inscription .custom-action-card:hover .card-visual img {
    transform: scale(1.06);
}

.section-inscription .card-content {
    padding: 24px 25px 25px; 
    display: flex;
    flex-direction: row; 
    justify-content: space-between;
    align-items: flex-end;
    gap: 25px;
    flex-grow: 1;
    position: relative;
}

.section-inscription .card-text-area {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
}

.section-inscription .card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #ffffff;
    letter-spacing: 0.5px;
	text-align: left;
}

.section-inscription .card-desc {
    font-size: 0.95rem;
    color: #a3a3a3;
    line-height: 1.6;
    margin-bottom: 30px;
    flex-grow: 1;
}

.section-inscription .card-qr-area {
    flex-shrink: 0;
    width: 107px;
    height: 107px;
    background-color: #ffffff; 
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.4s ease;
}

.section-inscription .custom-action-card:hover .card-qr-area {
    transform: scale(1.05); 
}

.section-inscription .card-qr-area img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.section-inscription .card-footer-link {
    display: flex;
    align-items: center;
    margin-top: auto;
}

.section-inscription .btn-text-link {
    font-size: 0.85rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    padding-bottom: 6px;
}

.section-inscription .btn-text-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #ff4757;
    transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.section-inscription .custom-action-card:hover .btn-text-link::after {
    width: 100%;
}

.section-inscription .btn-text-link i {
    color: #ff4757;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.section-inscription .custom-action-card:hover .btn-text-link i {
    transform: translateX(8px);
}


@media screen and (max-width: 991px) {
    .inscription-steps-section .step-box {
        margin-bottom: 45px;
    }
    .inscription-steps-section .cf7-cpo-form .form-row-2,
    .inscription-steps-section .cf7-cpo-form .files-grid {
        grid-template-columns: 1fr;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .inscription-steps-section .cf7-cpo-form .form-row-2 .form-group-inscription {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
	.inscription-steps-section {
    	padding: 2rem 0 2.5rem;
	}

	.inscription-steps-section h2 {
    	font-size: 24px;
	}

	.inscription-steps-section .step-header h3 {
    	font-size: 19px;
	}

	.section-inscription .card-title {
		font-size: 1.1rem;
	}

	.section-inscription .btn-text-link {
    	font-size: 0.8rem;
	}

	.section-inscription .card-content {
    	align-items: inherit;
	}

	.section-inscription .card-qr-area {
		width: 100px;
		height: 100px;
	}
}

/***** PAGE CLUB  ***************************************************************************************************************************************/

.section-presentation-club {
	padding: 2rem 0 4rem;
	background-color: #FDFDFD;
}

.intro-visuel-presentation {
	height: 100%;
	width: 100%;
}

.content-presentation-club h2 {
	margin-bottom: 15px;
}

.content-presentation-club {
	padding: 2rem 0;
}

.bloc-type-pratique {
	padding-top: 1rem;
}

.bloc-type-pratique h2 {
	text-align: center;
	margin-bottom: 35px;
}

.bloc-type-pratique .card-pratique {
	background: #fcfafa;
	padding: 1.5rem;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	height: 380px;
	width: 100%;
    display: block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03); /* Ombre de base très légère */
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Effet fluide avec un mini rebond */
}

.bloc-type-pratique .card-pratique-lien:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1); /* L'ombre s'élargit et s'assombrit légèrement */
}

.content-card-pratique {
	position: relative;
	z-index: 2;
}

.content-card-pratique {
	color: #fff;
}

.btn-libelle-pratique {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    background-color: #FF8119;
    color: #ffffff;
    padding: 5px 20px;
    border-radius: 9px;
    font-weight: 600;
    z-index: 3;
	transition: all 0.3s ease;
}


.content-card-pratique h4 {
	color: #FF8119;
	font-size: 22px;
}

.bloc-img-card-pratique {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}

.bloc-type-pratique .card-pratique-lien:hover .btn-libelle-pratique {
    background-color: #000000;
    transform: translateY(-3px);
}

.bloc-type-pratique .card-pratique-lien .intro-visuel-card-pratique {
    transition: transform 1.5s cubic-bezier(0.21, 1, 0.32, 1);
}

.bloc-type-pratique .card-pratique-lien:hover .intro-visuel-card-pratique {
    transform: scale(1.05);
}

.bloc-img-card-pratique::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background-image: linear-gradient(to top,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0.4) 40%,
			rgba(0, 0, 0, 0.8) 70%,
			rgba(0, 0, 0, 0.9) 100%);
}

.intro-visuel-card-pratique {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 10px;
	overflow: hidden;
	transform: scale(1.5);
}

.bloc-icone-card-pratique {
	width: 48px;
	height: 48px;
	background-color: #ff81196b;
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.bloc-icone-card-pratique .icone-card-pratique {
	width: 24px;
	height: 24px;
}

.bloc-type-pratique .card-pratique p {
	margin-bottom: 0;
	color: #c7c7cd;
	margin-top: 10px;
}


@media screen and (max-width: 1100px) {
	.col-card-pratique {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 2rem;
	}

	.bloc-type-pratique .card-pratique {
		height: 300px;
	}
}

@media screen and (max-width: 991px) {
    .col-presentation-club{
		-ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
	}

	.intro-visuel-presentation {
    	height: 250px;
    	max-width: 400px;
    	margin: auto;
	}

	.section-presentation-club {
		padding: 3rem 0;
	}
}

@media screen and (max-width: 650px) {
	.section-presentation-club {
		padding: 2rem 0;
	}

	.content-presentation-club .content-text-section {
    	text-align: justify;
	}

	.col-card-pratique {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.bloc-type-pratique .card-pratique {
		height: 200px;
	}

	.content-presentation-club {
		padding: 0;
	}

	.bloc-type-pratique {
		padding-top: 2rem;
	}

	.content-card-pratique h4 {
		font-size: 20px;
	}
}


/***** SECTION ET PAGE HORAIRES  ***************************************************************************************************************************************/

.section-horaires-entrainements {
	background-color: #fdf3eb;
	padding: 5rem 0;
}

.section-horaires-entrainements-page {
	padding: 3rem 0;
}

.section-horaires-entrainements-page .introduction-horaires{
	text-align: center;
    max-width: 800px;
    margin: 0 auto 2rem;
}

.section-horaires-entrainements .container {
	position: relative;
	z-index: 3;
}

.content-left-horaires-entrainements {
	margin-top: 2rem;
}

.intro-illustration-horaires {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 55%;
	height: 400px;
	z-index: 0;
	background-position: bottom left !important;
}

.schedule-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
	max-width: 64rem;
	margin: 0 auto;
}


.schedule-card {
	background: hsl(0, 0%, 100%);
	border-radius: 0.75rem;
	box-shadow: 0 4px 6px -1px hsl(220 30% 15% / 0.05), 0 2px 4px -2px hsl(220 30% 15% / 0.05);
	padding: 0;
	transition: all 0.3s ease;
	height: 100%;
	overflow: hidden;
}

.schedule-card:hover {
	box-shadow: 0 20px 25px -5px hsl(220 30% 15% / 0.08), 0 8px 10px -6px hsl(220 30% 15% / 0.08);
	transform: translateY(-4px);
}

.schedule-card-1 .card-header-schedule {
	background-color: #f8d4b6;
}

.schedule-card-2 .card-header-schedule {
	background-color: #f5c8a3;
}

.schedule-card-3 .card-header-schedule {
	background-color: #f4bf94;
}

.schedule-card-4 .card-header-schedule {
	background-color: #f6b681;
}

.card-header-schedule {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 10px;
}

.card-header-schedule h3 {
	margin-bottom: 0;
}

.icon-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 0.75rem;
	transition: transform 0.3s ease;
}

.schedule-card:hover .icon-wrapper {
	transform: scale(1.1);
}

.icon-wrapper {
	background-color: #ce73288f;
}

.icon-wrapper svg {
	width: 1.25rem;
	height: 1.25rem;
}

.schedule-card .card-title {
	font-size: 1.125rem;
	font-weight: 600;
	color: hsl(220, 30%, 15%);
	text-align: left;
}

.schedule-card .card-title span {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	margin-bottom: 4px;
}

.schedule-list {
	list-style: none;
	padding: 0 20px;
	margin-bottom: 0;
}

.schedule-item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	gap: 0.25rem;
	padding: 13px 0;
	border-bottom: 1px solid #dae0e780;
}

.schedule-item:last-child {
	border-bottom: none;
}

.schedule-day {
	font-weight: 500;
	color: #1b2232;
}

.schedule-time-wrapper {
	text-align: left;
	text-align: right;
}

.schedule-time-wrapper-2,
.schedule-time-wrapper-3,
.schedule-time-wrapper-4,
.schedule-time-wrapper-5 {
	margin-top: 0.5rem;
}

.schedule-time {
	color: #4f586b;
	font-size: 16px;
	font-weight: bold;
}

.schedule-note {
	display: block;
	font-size: 14px;
	color: #7b879d;
	margin-top: 0.125rem;
}

.bloc-info-entrainements{
	margin-top: 2rem;
    padding: 0 2rem;
    font-size: 15px;
    color: #474646;
}


@media screen and (max-width: 1090px) {
	.section-horaires-entrainements {
		padding: 3rem 0 4rem;
	}

	.content-left-horaires-entrainements {
		margin-top: 0;
		margin-bottom: 2rem;
		text-align: center;
	}

	.col-horaires-entrainements {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.intro-illustration-horaires {
		display: none;
	}
}

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

	.schedule-grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
}

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

	.section-horaires-entrainements,
	.section-horaires-entrainements-page {
		padding: 2rem 0 2rem;
	}

	.schedule-card .card-title {
		font-size: 17px;
	}

	.schedule-card .card-title span {
		font-size: 12px;
	}
}


.section-galerie-photos-club {
	padding: 5rem 0.5rem;
	background-color: #070707;
}

.page-template-club .section-galerie-photos-club {
	padding: 5rem 0.5rem 1rem;
}

.section-galerie-photos-club .container {
	max-width: 95%;
}

.section-galerie-photos-club h2 {
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}

.section-galerie-photos-club .introduction-galerie-photos-club {
	margin-top: 1rem;
	color: #9c9999;
	text-align: center;
}

.section-galerie-photos-club .bloc-photos-club {
	margin-top: 2rem;
}


/* ============================================================
   GALERIE ACF + OWL CAROUSEL (Version Nette Sans Flou)
   ============================================================ */

.acf-gallery-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 4px;
}


@media screen and (max-width: 1185px) {
	.acf-gallery-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 991px) {
	.acf-gallery-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 600px) {
	.acf-gallery-grid {
		grid-template-columns: repeat(1, 1fr);
	}

	.section-galerie-photos-club .introduction-galerie-photos-club br {
		display: none;
	}
}

.acf-gallery-item {
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	aspect-ratio: 16 / 9;
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.acf-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.acf-gallery-item:hover img {
	transform: scale(1.08);
}

.acf-gallery-overlay {
	position: fixed;
	inset: 0;
	z-index: 9999;
	background: rgba(10, 10, 10, 0.92);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);

	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.acf-gallery-overlay.is-open {
	display: flex;
	opacity: 1;
}

body.acf-gallery-noscroll {
	overflow: hidden;
}

.acf-gallery-close {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 28px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	cursor: pointer;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.acf-gallery-close:hover {
	background: #FF8119;
	border-color: #FF8119;
	transform: rotate(90deg);
}

#acfGalleryOverlay .acf-gallery-carousel {
	width: min(1200px, 92vw);
	height: 80vh;
	position: relative;
	z-index: 10;
}

#acfGalleryOverlay .owl-stage-outer,
#acfGalleryOverlay .owl-stage,
#acfGalleryOverlay .owl-item {
	height: 100% !important;
}

#acfGalleryOverlay .acf-gallery-slide {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}

#acfGalleryOverlay .acf-gallery-slide img {
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
	object-fit: contain;
	border-radius: 16px;
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
	opacity: 0;
	transform: scale(0.9) translateY(30px);
	will-change: transform, opacity;
}

#acfGalleryOverlay .owl-item.is-animating .acf-gallery-slide img {
	animation: robustZoomReveal 0.4s cubic-bezier(0.2, 1, 0.3, 1) forwards;
}

@keyframes robustZoomReveal {
	0% {
		opacity: 0;
		transform: scale(0.9) translateY(30px);
	}

	100% {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

#acfGalleryOverlay .owl-nav {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

#acfGalleryOverlay .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: auto;
	width: 56px;
	height: 56px;
	border-radius: 50% !important;
	background: rgba(255, 255, 255, 0.08) !important;
	border: 1px solid rgba(255, 255, 255, 0.15) !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease !important;
}

#acfGalleryOverlay .owl-nav button::after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

#acfGalleryOverlay .owl-nav button.owl-prev::after {
	transform: rotate(-135deg);
	margin-left: 4px;
}

#acfGalleryOverlay .owl-nav button.owl-next::after {
	transform: rotate(45deg);
	margin-right: 4px;
}

#acfGalleryOverlay .owl-nav button:hover {
	background: #FF8119 !important;
	border-color: #FF8119 !important;
	transform: translateY(-50%) scale(1.1);
}

#acfGalleryOverlay .owl-nav button.owl-prev {
	left: -70px;
}

#acfGalleryOverlay .owl-nav button.owl-next {
	right: -70px;
}

@media (max-width: 1300px) {
	#acfGalleryOverlay .owl-nav button.owl-prev {
		left: 10px;
	}

	#acfGalleryOverlay .owl-nav button.owl-next {
		right: 10px;
	}
}

#acfGalleryOverlay .owl-dots {
	position: absolute;
	bottom: -35px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	gap: 8px;
}

#acfGalleryOverlay .owl-dot {
	background: transparent;
	border: 0;
	outline: none;
	padding: 0 4px;
}

#acfGalleryOverlay .owl-dot span {
	width: 8px;
	height: 8px;
	background: rgba(255, 255, 255, 0.3) !important;
	border-radius: 50%;
	transition: all 0.3s ease;
	display: block;
}

#acfGalleryOverlay .owl-dot.active span {
	background: #FF8119 !important;
	transform: scale(1.4);
}

@media screen and (max-width: 991px) {
	.section-galerie-photos-club {
		padding: 3rem 0.5rem 1rem;
	}
}

@media screen and (max-width: 600px) {
	.section-galerie-photos-club {
		padding: 2rem 0.5rem 1rem;
	}
}


.section-histoire-club {
    padding: 4rem 0;
    background-color: #FDFDFD;
}

.section-histoire-club .intro-visuel-histoire {
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

@media screen and (max-width: 991px) {
	.section-histoire-club {
    	padding: 2rem 0;
	}

	.section-histoire-club .col-histoire-club{
        max-width: 100%;
		flex: 0 0 100%;
    }

    .section-histoire-club .intro-visuel-histoire {
        height: 250px;
        max-width: 400px;
        margin: auto;
    }
}


/* ==========================================================================
   SECTION RACCOURCIS
   ========================================================================== */

.section-raccourcis-in {
    padding: 3rem 0 4rem;
    background-color: #000000; 
}

.section-raccourcis-in h2 {
    text-align: center;
    margin-bottom: 2rem;
    color: #FF8119;
    font-size: 25px;
}

.section-raccourcis-in .quick-access-grid {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 30px; 
    width: 100%;
}

.section-raccourcis-in .quick-access-grid.grid-3-cols .quick-card {
    width: calc((100% - 60px) / 3);
}

.section-raccourcis-in .quick-access-grid.grid-4-cols .quick-card {
    width: calc((100% - 90px) / 4);
}

.section-raccourcis-in .quick-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 120px; 
    border-radius: 10px; 
    overflow: hidden;
    background-color: #1a1a1a; 
    text-decoration: none;
    border: 1px solid rgba(255, 129, 25, 0.8); 
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.8), 
                0 0 25px rgba(255, 129, 25, 0.25), 
                inset 0 0 15px rgba(255, 129, 25, 0.15); 

    will-change: transform, box-shadow, border-color;
    transform: translateZ(0); 
    -webkit-backface-visibility: hidden; 
    backface-visibility: hidden;
    
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-color 0.4s ease, box-shadow 0.4s ease;
}


.section-raccourcis-in .quick-card:hover {
    transform: translateY(-2px) translateZ(0); 
    border-color: rgba(255, 129, 25, 0.3); 
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6), 0 0 10px rgba(255, 129, 25, 0.05);
}


.section-raccourcis-in .quick-card-bg {
    position: absolute;
    inset: 0; 
    background-size: cover;
    background-position: center;
    z-index: 1;
    transform: scale(1) translateZ(0);
    will-change: transform;
    transition: transform 0.8s ease-out;
}

.section-raccourcis-in .quick-card:hover .quick-card-bg {
    transform: scale(1.05) translateZ(0); 
}

.section-raccourcis-in .quick-card-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.65) 100%);
    z-index: 2;
}

.section-raccourcis-in .quick-card-overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.9) 100%);
    opacity: 0; 
    will-change: opacity;
    transition: opacity 0.4s ease;
}

.section-raccourcis-in .quick-card:hover .quick-card-overlay::after {
    opacity: 1; 
}

.section-raccourcis-in .quick-card-content {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center; 
    justify-content: center; 
    padding: 15px; 
    height: 100%;
}

.section-raccourcis-in .quick-card-title {
    color: #ffffff; 
    font-size: 1.2rem;
    font-weight: 900;  
    margin: 0; 
    letter-spacing: 2px; 
    text-align: center;
    text-transform: uppercase; 
    
    text-shadow: 
        0 3px 6px rgba(0, 0, 0, 0.9),
        0 0 15px #ffffff,
        0 0 30px #FF8119,
        0 0 50px #FF8119,
        0 0 80px rgba(255, 129, 25, 0.8);
        
    will-change: transform, color, text-shadow;
    transform: translateZ(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), color 0.4s ease, text-shadow 0.4s ease;
}

.section-raccourcis-in .quick-card:hover .quick-card-title {
    transform: scale(0.98) translateZ(0); 
    color: #FF8119; 
    
    text-shadow: 
        0 3px 5px rgba(0, 0, 0, 0.9), 
        0 0 20px rgba(255, 129, 25, 0.9), 
        0 0 40px rgba(255, 129, 25, 0.6);
}

@media (max-width: 1250px) {
    .section-raccourcis-in .quick-card-title { font-size: 1.1rem; }
    .section-raccourcis-in .quick-card { height: 105px; }
}

@media (max-width: 991px) {
    .section-raccourcis-in .quick-access-grid.grid-3-cols .quick-card,
    .section-raccourcis-in .quick-access-grid.grid-4-cols .quick-card {
        width: calc((100% - 30px) / 2); 
        height: 100px; 
    }
}

@media (max-width: 767px) {
    .section-raccourcis-in .quick-access-grid.grid-3-cols .quick-card,
    .section-raccourcis-in .quick-access-grid.grid-4-cols .quick-card {
        width: 100%;
    }
    .section-raccourcis-in .quick-card-title {
        font-size: 1.3rem; 
    }
}

/***** 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 DE COMPETITIONS  ***************************************************************************************************************************************/

.section-score-page, 
.section-cpo-documents {
    overflow: visible !important; 
}

.page-template-competitions .cpo-sticky-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    z-index: 10;
}

.section-cpo-documents {
    padding: 3.5rem 0;
}

.cpo-documents-title {
    text-align: center;
    margin-bottom: 1rem;
    color: #4b4947;
    font-size: 25px;
}

.section-cpo-documents .quick-access-grid {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 30px; 
    width: 100%;
}

.section-cpo-documents .quick-access-grid.grid-3-cols .quick-card {
    width: calc((100% - 60px) / 3);
}

.section-cpo-documents .quick-access-grid.grid-4-cols .quick-card {
    width: calc((100% - 90px) / 4);
}

.section-cpo-documents .quick-card {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 10px; 
    overflow: hidden;
    background-color: #ffffff; 
    text-decoration: none;
    border: 1px solid rgba(255, 129, 25, 0.4); 
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05), 
                0 0 15px rgba(255, 129, 25, 0.1), 
                inset 0 0 10px rgba(255, 129, 25, 0.05); 
    
    will-change: transform, box-shadow, border-color, background-color;
    transform: translateZ(0); 
    -webkit-backface-visibility: hidden; 
    backface-visibility: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                border-color 0.4s ease, 
                box-shadow 0.4s ease, 
                background-color 0.4s ease;
}

.section-cpo-documents .quick-card:hover {
    transform: translateY(-4px) translateZ(0); 
    border-color: rgba(255, 129, 25, 0.8); 
    background-color: #fff9f5;
    box-shadow: 0 15px 35px rgba(255, 129, 25, 0.15), 
                0 0 20px rgba(255, 129, 25, 0.2);
}


.section-cpo-documents .quick-card-bg,
.section-cpo-documents .quick-card-overlay {
    display: none; 
}

.section-cpo-documents .quick-card-content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    padding: 15px; 
    height: 100%;
    gap: 8px; 
}

.section-cpo-documents .card-doc-icon {
    font-size: 28px;
    color: #000000;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), color 0.4s ease, text-shadow 0.4s ease;
    will-change: transform, color, text-shadow;
}

.section-cpo-documents .quick-card:hover .card-doc-icon {
    color: #FF8119;
    transform: scale(1.1) translateY(-2px);
}

.section-cpo-documents .quick-card-title {
    color: #000000; 
    font-size: 1.1rem; 
    font-weight: 900;  
    margin: 0; 
    text-align: center;        
    will-change: transform, color, text-shadow;
    transform: translateZ(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), color 0.4s ease, text-shadow 0.4s ease;
}

.section-cpo-documents .quick-card:hover .quick-card-title {
    transform: scale(0.98) translateZ(0); 
    color: #ce6712;
}

@media (max-width: 1250px) {
	.section-cpo-documents .quick-card-title { font-size: 1rem; }
    .section-cpo-documents .card-doc-icon { font-size: 24px; }
	.section-cpo-documents .quick-card { height: 115px; }
}

@media (max-width: 991px) {
    .section-cpo-documents .quick-access-grid.grid-3-cols .quick-card,
    .section-cpo-documents .quick-access-grid.grid-4-cols .quick-card { 
        width: calc((100% - 30px) / 2); 
    }
}

@media (max-width: 767px) {
    .section-cpo-documents .quick-access-grid.grid-3-cols .quick-card,
    .section-cpo-documents .quick-access-grid.grid-4-cols .quick-card { 
        width: 100%; 
        height: 80px; 
    }
    
    .section-cpo-documents .quick-card-content {
        flex-direction: row;
        gap: 15px;
    }
    
    .section-cpo-documents .quick-card-title { font-size: 1.1rem; }
}

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

	.section-cpo-documents .quick-access-grid {
		gap: 19px; 
	}
}

.cpo-score-title {
    text-align: center;
    margin-bottom: 2rem;
    color: #d96f17;
    font-size: 32px;
}


.section-score-page {
    padding: 3rem 0;
    background: #fe801a17;
}

.page-template-competitions .cpo-vertical-tabs {
    padding: 0px 6px 0;
    display: flex;
    gap: 3px;
}

.page-template-competitions .cpo-tabs-header {
    color: #111;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 10px;
	margin-left: 20px;
}

.page-template-competitions .cpo-tabs-header::before {
    content: '\f007';
    font-family: 'FontAwesome';
    color: #FF8119;
    font-size: 18px;
}

.page-template-competitions .cpo-vertical-tabs .nav-link {
    color: #444 !important;
    background-color: #ffffff00;
    border-radius: 40px;
    margin-bottom: 0;
    font-weight: 600;
    padding: 8px 20px;
    transition: all 0.3s ease;
    border: 1px solid #9e9b9b96;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 4px;
}

.page-template-competitions .cpo-vertical-tabs .nav-link:last-child {
	margin-bottom: 0;
}

.page-template-competitions .cpo-tab-content-left {
    display: flex;
}

.page-template-competitions .tab-title {
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
}

.page-template-competitions .tab-subtext {
    font-size: 11px;
    color: #555;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background-color: #f0f0f0;
    padding: 3px 10px;
    border-radius: 20px; 
    margin-left: 8px; 
    transition: all 0.3s ease;
}

.page-template-competitions .cpo-vertical-tabs .nav-link.active .tab-subtext {
    background-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

.page-template-competitions .cpo-vertical-tabs .nav-link::after {
    content: '\f105'; 
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 14px;
    color: #8b8686;
    transition: all 0.3s ease;
}

.page-template-competitions .cpo-vertical-tabs .nav-link.active::after {
    color: #ffffff;
}

.page-template-competitions .cpo-vertical-tabs .nav-link:hover {
    color: #000 !important; 
    background-color: #fff4ea; 
    border-color: #FF8119; 
}

.page-template-competitions .cpo-vertical-tabs .nav-link:hover::after,
.page-template-competitions .cpo-vertical-tabs .nav-link:hover .tab-title i {
    color: #FF8119;
}

.page-template-competitions .cpo-vertical-tabs .nav-link.active {
    background: linear-gradient(135deg, #FF8119 0%, #d86200 100%) !important;
    color: #fff !important;
}

.page-template-competitions .cpo-vertical-tabs .nav-link.active .tab-subtext {
    color: rgba(255, 255, 255, 0.9);
}

.page-template-competitions .tab-content-scores{
	border: 1px solid #d8620078;
    padding: 13px;
    border-radius: 20px;
}


.page-template-competitions .cpo-competitions-wrapper {
    width: 100%;
}

.page-template-competitions .cpo-competition-block {
    background: #ffffff;
    padding: 10px 15px;
    border-radius: 16px;
    border: 1px solid #eaeaea;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    margin-bottom: 15px;
}

.page-template-competitions .cpo-competitions-wrapper .cpo-competition-block:last-of-type {
	margin-bottom: 0;
}

.page-template-competitions .cpo-compet-group-title {
    color: #000;
    font-size: 18px;
    font-weight: 800;
	margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    gap: 15px; 
    cursor: pointer;
    transition: all 0.35s ease; 
}

.page-template-competitions .cpo-title-left {
    display: flex;
    align-items: center;
    gap: 15px;
	font-size: 19px;
}

.page-template-competitions .cpo-accordion-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-size: 16px;
    transition: transform 0.35s ease;
}

.page-template-competitions .cpo-compet-group-title.collapsed .cpo-accordion-icon {
    transform: rotate(-90deg);
}

.page-template-competitions .cpo-compet-icon {
    background: #fff4ea;
    color: #FF8119;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
}

.page-template-competitions .col-cpo-scoreboard-card {
	margin-bottom: 1.2rem;
}

.page-template-competitions .col-cpo-scoreboard-card:last-of-type {
	margin-bottom: 0.5rem !important;
}


.page-template-competitions .cpo-scoreboard-card {
    background: repeating-linear-gradient(
        45deg,
        #151515,
        #151515 10px,
        #191919 10px,
        #191919 20px
    );
    border-radius: 12px;
    padding: 0;
    position: relative;
    overflow: hidden;
    border: 1px solid #2a2a2a;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-template-competitions .cpo-scoreboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #111111; 
    padding: 12px 20px;
    border-bottom: 1px solid #222;
}

.page-template-competitions .cpo-journee-titre {
    font-size: 16px;
    color: #d3d0d0;
    font-weight: 500;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
}

.page-template-competitions .cpo-journee-titre i {
    color: #666; 
    font-size: 14px;
    margin-right: 8px;
}

.page-template-competitions .cpo-badge-lieu {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FF8119; 
    background: transparent;
    padding: 0;
    display: inline-flex;
    align-items: center;
}

.page-template-competitions .cpo-badge-lieu i {
    margin-right: 6px;
}

.page-template-competitions .cpo-scoreboard-matchup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 7px 11px;
}

.page-template-competitions .cpo-team {
    flex: 1; 
    display: flex;
    align-items: center;
}

.page-template-competitions .cpo-team-left { justify-content: flex-end; }
.page-template-competitions .cpo-team-right { justify-content: flex-start; }

.page-template-competitions .cpo-team-name {
    font-size: 21px;
    font-weight: 800;
    color: #efebeb;
    letter-spacing: 0.5px;
}

.page-template-competitions .cpo-color-orange {
    color: #FF8119 !important;
}

.page-template-competitions .cpo-score-center {
    flex: 0 0 auto;
    padding: 0 25px; 
}

.page-template-competitions .cpo-score-pill-large {
    background: #111111;
    border: 2px solid #FF8119; 
    color: #FF8119; 
    padding: 0px 25px;
    border-radius: 40px;
    font-size: 22px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
}

.page-template-competitions .cpo-divider {
    margin: 0 10px;
    font-size: 22px; 
    font-weight: 600;
}

.page-template-competitions .statut-victoire .cpo-score-pill-large { border-color: #77ae2b; color: #77ae2b; }
.page-template-competitions .statut-defaite .cpo-score-pill-large { border-color: #e74c3c; color: #e74c3c; }
.page-template-competitions .statut-neutre .cpo-score-pill-large { border-color: #FF8119; color: #FF8119; }

.page-template-competitions .cpo-avenir-pill {
    font-size: 18px; 
    border-color: #444 !important;
    color: #888 !important;
}

.page-template-competitions .cpo-scoreboard-footer {
    padding: 0 20px 20px 20px; 
}

.page-template-competitions .cpo-score-note-white {
    background-color: rgb(255 255 255);
    color: #0a0606;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 15px;
    font-style: italic;
    text-align: center;
    margin-top: 6px;
}

.page-template-competitions .cpo-score-note-white p { margin-bottom: 0; }


.page-template-competitions .cpo-btn-voir-plus {
    background-color: transparent;
    color: #000000;
    border: none;
    padding: 5px 0; 
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
    position: relative;
    outline: none;
    box-shadow: none;
    display: inline-block;
    transition: color 0.3s ease;
}

.page-template-competitions .cpo-btn-voir-plus::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 129, 25, 0.3);
    transition: opacity 0.3s ease;
}

.page-template-competitions .cpo-btn-voir-plus::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -0.5px; 
    left: 50%;
    background-color: #FF8119;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translateX(-50%);
}

.page-template-competitions .cpo-btn-voir-plus:hover {
    color: #e66a00; 
}
.page-template-competitions .cpo-btn-voir-plus:hover::before {
    opacity: 0; 
}
.page-template-competitions .cpo-btn-voir-plus:hover::after {
    width: 100%; 
}

.page-template-competitions .cpo-btn-voir-plus .text-voir-moins { display: none; }
.page-template-competitions .cpo-btn-voir-plus:not(.collapsed) .text-voir-plus { display: none; }
.page-template-competitions .cpo-btn-voir-plus:not(.collapsed) .text-voir-moins { display: inline; }


.section-no-resultat{
	padding: 3rem 0;
}

.section-no-resultat .img-no-score{
	width: 300px;
    height: 150px;
    display: block;
    background-size: contain !important;
    margin: 0 auto 1rem;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.section-no-resultat p{
	text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    color: #656363;
}

@media screen and (max-width: 1050px) {
	.page-template-competitions .col-scores{
		flex: 0 0 100%;
		max-width: 100%;
	}

	.page-template-competitions .cpo-sticky-wrap {
    	position: relative;
    	top: 0;
	}


	.page-template-competitions .cpo-vertical-tabs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
   	 	margin-bottom: 2rem;
        padding: 0; 
	}

    .page-template-competitions .cpo-tabs-header {
        grid-column: 1 / -1; 
        justify-content: center;
        margin-left: 0;
        margin-bottom: 5px;
    }

    .page-template-competitions .cpo-vertical-tabs .nav-link {
        margin-bottom: 0;
        justify-content: center;
        padding: 5px 5px;
        border-radius: 10px;
    }

    .page-template-competitions .cpo-tab-content-left {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .page-template-competitions .tab-subtext {
        margin-left: 0;
        margin-top: 2px;
    }

    .page-template-competitions .cpo-vertical-tabs .nav-link::after {
        display: none;
    }

}

@media screen and (max-width: 768px) {
    .page-template-competitions .cpo-scoreboard-matchup {
        gap: 10px;
    }
    
    .page-template-competitions .cpo-team-left,
    .page-template-competitions .cpo-team-right {
        justify-content: center; 
    }

    .page-template-competitions .cpo-team-name {
        font-size: 16px;
    }

	.page-template-competitions .cpo-score-pill-large {
    	font-size: 18px;
		 min-width: inherit
	}
    
    .page-template-competitions .cpo-score-center {
        padding: 0;
    }
}



@media screen and (max-width: 650px) {
	.page-template-competitions .section-score-page {
    	padding: 2rem 0;
	}

	.page-template-competitions .cpo-vertical-tabs {
   	 	margin-bottom: 2rem;
	}

	.page-template-competitions .cpo-score-title {
		font-size: 23px;
		 margin-bottom: 1.5rem;
	}

	.page-template-competitions .cpo-title-left {
    	font-size: 18px;
	}

	.page-template-competitions .cpo-journee-titre {
    	font-size: 15px;
	}	

	.page-template-competitions .cpo-badge-lieu {
    	font-size: 12px;
	}

	.page-template-competitions .section-score-page {
    	padding: 2rem 0;
	}

	.page-template-competitions .cpo-score-title {
		font-size: 23px;
		margin-bottom: 1.5rem;
	}

	.page-template-competitions .cpo-title-left {
    	font-size: 18px;
	}

	.page-template-competitions .cpo-journee-titre {
    	font-size: 15px;
	}	

	.page-template-competitions .cpo-badge-lieu {
    	font-size: 12px;
	}

	.section-no-resultat p {
    	font-size: 16px;
	}

	.section-no-resultat .img-no-score {
		width: 260px;
		height: 135px;
		margin: 0 auto 0.5rem;
	}
}

@media screen and (max-width: 450px) {
	.page-template-competitions .cpo-scoreboard-header {
		display: block;
		text-align: center;
	}

	.page-template-competitions .cpo-journee-titre {
        justify-content: center;
    }
}


/***** PAGE ACTUALITE ***************************************************************************************************************************************/


.section-actu {
    background-color: #f9fafb;
    padding: 4rem 0;
}

.section-actu h2 {
    text-align: center;
    margin-bottom: 1rem;
}

.section-actu .container{
    max-width: 900px;
}

@media screen and (max-width: 650px) {
	.section-actu {
		padding: 2rem 0;
	}
}


/* =========================================================
   PAGE ACTUALITÉS (Simplifiée avec Variantes Dynamiques)
========================================================= */

.container-actu-pure {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 15px;
}

.section-actualite-page {
    padding: 2.5rem 0 6rem;
    background-color: #f4f6f8; 
}

.introduction-actu {
    text-align: center;
    color: #475569;
    padding: 0 0 2rem 0;
    font-size: 1.15rem;
}

.pure-news-feed {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.pure-news-feed .no-actu-message{
	text-align: center;
    text-transform: uppercase;
    color: #767474;
    letter-spacing: 1px;
}

.card-actualite.pure-item {
    display: block; 
    background-color: #f8fafc; 
    border: 1px solid #cbd5e1; 
    border-radius: 16px; 
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02); 
}

.card-actualite.pure-item::after {
    content: "";
    display: table;
    clear: both;
}

.card-actualite .pure-poster {
    float: right; 
    width: 314px; 
    margin-top: -30px; 
    margin-right: 15px; 
    margin-left: 20px; 
    margin-bottom: 15px; 
    border-radius: 8px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15); 
    background-color: transparent;
    position: relative; 
    z-index: 10; 
}

.card-actualite .pure-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
	border: 1.5px solid #fff;
}

.card-actualite .pure-poster-blazon {
    width: 166px;
    box-shadow: none;
    margin-top: 8px;
    background-color: transparent;
    margin-right: 50px;
}

.card-actualite .pure-poster-blazon .pure-img {
    object-fit: contain; 
    border-radius: 0; 
	border: 0;
}


@media screen and (max-width: 991px) {
    .card-actualite .pure-poster-blazon {
        width: 100px;
        margin: 20px auto 0 auto; 
    }
}


.card-actualite .pure-header-color {
    padding: 18px 30px 18px 0;
    border-radius: 15px 15px 0 0;
    position: relative;
    z-index: 1;
}


.card-actualite .bg-orange {
    background: linear-gradient(to right, #B5431D -10%, #FF8119 45%); 
}
.card-actualite .bg-blue {
    background: linear-gradient(to right, #0d3b66 -10%, #219ebc 45%); 
}
.card-actualite .bg-green {
    background: linear-gradient(to right, #1E5631 -10%, #4C9A2A 45%); 
}

.card-actualite .pure-title {
    font-size: 28px;
    font-weight: 800; 
    color: #ffffff; 
    margin: 0;
    line-height: 1.2;
    display: flex;
	margin-left: 25px;
}

.card-actualite .header-icon {
    font-size: 26px;
    margin-right: 12px;
    opacity: 0.9;
	margin-top: 5px;
}

.card-actualite .pure-meta {
    margin-bottom: 10px;
    display: inline-block;
}

.card-actualite .pure-meta-item {
    font-size: 17px;
    font-weight: 800;
    color: #ffffff;
    background-color: #00000033;
    padding: 6px 25px;
    border-radius: 0 15px 15px 0;
    display: inline-flex;
    align-items: center;
}

.card-actualite .pure-meta-item i {
    color: #FF8119;
    font-size: 14px;
    margin-right: 8px;
}

.card-actualite .pure-content {
    padding: 25px 30px 25px 30px;
}

.card-actualite .pure-details-top {
    display: block; 
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e8f0; 
}
.card-actualite .detail-item {
    display: inline-flex;
    align-items: center;
    margin-right: 25px;
    font-size: 17px;
    font-weight: 700;
    color: #363f4b;
}
.card-actualite .detail-item i {
    color: #FF8119;
    font-size: 16px;
    margin-right: 8px;
}

.card-actualite .pure-desc {
    color: #475569;
}
.card-actualite .pure-desc p:last-of-type { margin-bottom: 0; }
.card-actualite .pure-desc strong, .card-actualite .pure-desc b { color: #1e293b; font-weight: 800; }
.card-actualite .pure-desc ul { margin: 15px 0 20px 0; padding-left: 20px; }
.card-actualite .pure-desc ul li { margin-bottom: 10px; list-style-type: disc; }


.card-actualite .pure-actions-footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px; 
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px dashed #cbd5e1; 
}

.card-actualite .pure-actions { margin: 0; }
.card-actualite .pure-btn {
    background-color: #0f172a; 
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 14px 35px;
    border-radius: 40px; 
    display: inline-block;
    text-decoration: none;
    transition: background 0.3s ease;
    margin-top: 0; 
}
.card-actualite .pure-btn:hover { background-color: #FF8119; color: #fff !important; }


.card-actualite .pure-price-tag {
    display: flex;
    align-items: center;
    gap: 18px; 
}
.card-actualite .pure-price-left {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.card-actualite .pure-price-label {
    font-size: 13px;
    color: #7b726b;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;
    margin-bottom: -2px; 
}
.card-actualite .pure-price-amount {
    font-size: 37px;
    font-weight: 700;
    color: #ED7219;
    line-height: 1;
    letter-spacing: -1.5px;
}
.card-actualite .pure-price-divider {
    width: 3px; 
    height: 50px;
    background-color: #cbd5e1; 
    border-radius: 5px;
}
.card-actualite .pure-price-details {
    font-size: 17px;
    color: #475569;
    line-height: 1.4;
}
.card-actualite .pure-price-details strong {
    color: #0f172a; 
    font-weight: 800;
    display: block;
}
.card-actualite .pure-price-details em {
    color: #505d70;
    font-style: normal;
}

@media screen and (max-width: 1199px) {
    .card-actualite .pure-poster { width: 280px; }
    .card-actualite .pure-title { font-size: 28px; max-width: calc(100% - 300px); }

	.card-actualite .pure-poster-blazon {
        width: 161px;
    }
}

@media screen and (max-width: 1050px) {
	.col-page-actualite{
		flex: 0 0 100%;
        max-width: 100%;
	}

	.widget-scoreboard-pro {
    	margin-top: 20px;
	}
}


@media screen and (max-width: 991px) {
    .widget-scoreboard-pro { position: relative; top: 0; margin-top: 2.5rem; }
    
	.card-actualite .pure-header-color {
        padding: 20px;
        text-align: center;
    }

	.card-actualite .pure-title {
		margin-left: 0;
		display: block;
		text-align: center;
	}		

	.card-actualite .pure-meta-item {
    	border-radius: 15px;
	}

    .card-actualite.pure-item {
        display: flex;
        flex-direction: column;
    }
    
    .card-actualite .pure-header-color {
        order: 1;
        border-radius: 15px 15px 0 0;
    }
    .card-actualite .pure-title { max-width: 100%; }
    
    .card-actualite .pure-poster {
        order: 2;
        float: none;
        width: 100%;
        max-width: 380px;
        margin: auto;
        padding: 20px 20px 0;
        border-radius: 0;
		box-shadow: none;
        background-color: transparent;
    }
    
    .card-actualite .pure-content {
        order: 3;
    }

	.card-actualite .pure-poster-blazon{
		width: 200px;
        padding: 20px 0 0;
	}

	.card-actualite .pure-details-top {
    	text-align: center;
	}
}


@media screen and (max-width: 700px) {
	.card-actualite .pure-details-top {
    	text-align: left;
	}
}

@media screen and (max-width: 650px) {
	.introduction-actu {
    	font-size: 16px;
	}

	.pure-news-feed {
    	gap: 25px;
	}
    .card-actualite .pure-title {
        font-size: 25px;
        align-items: flex-start;
    }

    .card-actualite .pure-header-color { padding: 20px; }
    .card-actualite .pure-content { padding: 0 20px 20px;}

	.card-actualite .pure-img {
   	 	width: 90%;
    	margin: auto;
	}
    
    .card-actualite .pure-actions-footer { 
        flex-direction: column; 
        gap: 25px;
    }
    .card-actualite .pure-actions, .card-actualite .pure-btn { 
        width: 100%; 
        text-align: center; 
    }
    .card-actualite .pure-price-tag { 
        width: 100%; 
        justify-content: flex-start;
    }

	.card-actualite .pure-poster {
        padding: 20px 20px;
    }
}

/* =========================================================
   SIDEBAR : WIDGET SCOREBOARD PRO (Design "Relief Extrême Éclairci")
========================================================= */
.widget-scoreboard-pro {
    background: #111113; /* Fond global de la sidebar très sombre */
    border-radius: 16px; 
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3); 
    border: 1px solid #222226; 
    overflow: hidden; 
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.sb-header {
    background: #252424;
    color: #ffffff;
    padding: 20px 20px 15px;
    font-size: 19px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
}
.sb-header i { font-size: 20px; color: #FF8119; }

.sb-scrollarea {
    max-height: 65vh; 
    overflow-y: auto;
    padding-bottom: 10px;
}
.sb-scrollarea::-webkit-scrollbar { width: 4px; }
.sb-scrollarea::-webkit-scrollbar-track { background: transparent; }
.sb-scrollarea::-webkit-scrollbar-thumb { background: #4a4a52; border-radius: 10px; }


.sb-day-block {
    background: #323238;
    margin: 15px 15px 15px 15px;
    border-radius: 14px;
    padding-bottom: 12px;
    border: 1px solid rgb(255 255 255 / 11%);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.8), 0 10px 20px rgba(0, 0, 0, 0.6), 0 3px 6px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
.sb-day-block:last-child {
    margin-bottom: 15px;
}

.sb-day-divider {
    background: #18181c;
    color: #FF8119;
    padding: 11px 15px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    border-bottom: 1.5px solid #ff801975;
    position: relative;
    z-index: 2;
}

.sb-group { padding-bottom: 5px; }
.sb-group-title {
    padding: 0 15px 7px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff; 
    letter-spacing: 0.5px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.8);
}

.sb-match-list-wrapper {
    background: #050506; 
    border-radius: 8px;
    margin: 0 12px 10px;
    box-shadow: 
        inset 0 5px 15px rgba(0, 0, 0, 0.9),
        inset 0 2px 5px rgba(0, 0, 0, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-top: 1px solid #000000;
    overflow: hidden;
}

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

.sb-match-row-modern {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px; 
    border-bottom: 1px solid #161618;
    transition: background 0.3s ease;
	padding: 5px 15px;
}
.sb-match-row-modern:last-child {
    border-bottom: none;
}
.sb-match-row-modern:hover {
    background: #0a0a0c;
}

.sb-team-col {
    flex: 1; 
    font-size: 14px;
    color: #a7b2c1;
    font-weight: 500;
    width: 35%;
    line-height: 1.2;
}
.sb-team-left { text-align: right; padding-right: 15px; }
.sb-team-right { text-align: left; padding-left: 15px; }

.sb-team-col.is-cpo {
    color: #ffffff; 
    font-weight: 800;
}

.sb-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
	line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sb-score-col {
    display: flex;
    justify-content: center;
    width: 30%;
}

.sb-score-badge {
    padding: 2px 10px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    min-width: 55px;
    text-align: center;
    letter-spacing: 1px;
}

.sb-score-neutral { 
    background: transparent; 
    color: #71717a; 
    border: 1px solid #3f3f46;
}
.sb-score-win { 
    background: rgba(34, 197, 94, 0.1); 
    color: #4ade80; 
    border: 1px solid rgba(34, 197, 94, 0.3);
}
.sb-score-loss { 
    background: rgba(239, 68, 68, 0.1); 
    color: #f87171; 
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.sb-footer {
    text-align: center;
    padding: 20px 15px;
    border-top: 1px solid #222226;
    background: #111113;
}
.sb-footer a.btn-color-orange {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    width: 100%;
    background-color: #FF8119;
    color: #000;
    border: 1.5px solid #FF8119;
    transition: all 0.3s ease;
}
.sb-footer a.btn-color-orange:hover {
    background-color: transparent;
    color: #FF8119;
}

@media screen and (max-width: 991px) {
    .widget-scoreboard-pro { position: relative; top: 0; margin-top: 2.5rem; }
}

@media screen and (max-width: 1199px) {
    .pure-poster { width: 280px; }
    .pure-title { font-size: 28px; max-width: calc(100% - 300px); }
}

@media screen and (max-width: 991px) {
    .widget-scoreboard-pro { position: relative; top: 0; margin-top: 2.5rem; }
    
    .pure-item {
        display: flex;
        flex-direction: column;
    }
    
    .pure-header-orange {
        order: 1;
        border-radius: 15px 15px 0 0;
    }
    .pure-title { max-width: 100%; }
    
    .pure-poster {
        order: 2;
        float: none;
        width: 100%;
        max-width: 380px;
        margin: -25px auto 0 auto; 
    }
    
    .pure-content {
        order: 3;
    }
}

@media screen and (max-width: 600px) {
    .pure-title { font-size: 26px; }
    .pure-header-orange { padding: 20px; }
    .pure-content { padding: 20px; }
    
    .pure-actions-footer { 
        flex-direction: column; 
        gap: 25px;
    }
    .pure-actions, .pure-btn { 
        width: 100%; 
        text-align: center; 
    }
    .pure-price-tag { 
        width: 100%; 
        justify-content: flex-start;
    }
}

/* =========================================================
   SINGLE ACTU
========================================================= */


.actualite-template-default .section-actualite-page {
    padding: 6rem 0 6rem;
}

@media screen and (max-width: 600px) {
	.actualite-template-default .section-actualite-page {
    	padding: 2rem 0 2rem;
	}
}


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

.section-contact {
	padding: 4rem 0;
	text-align: center;
	position: relative;
	background: #e2f3fb;
}

.fond-contact {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}

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

.section-contact h2 {
	margin-bottom: 30px;
	font-size: 2.5rem;
	color: #fff;
}

.block-button-contact {
	margin-top: 30px;
}

.block-button-contact .button {
	margin: 0 5px;
}

.block-button-contact .button:hover {
	color: #fff;
}

.fond-contact:before {
	background-color: #1f77d2;
	content: "";
	position: absolute;
	z-index: 0;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
}

.container-header-contact {
	padding: 8rem 0 5rem;
	text-align: center;
}

.container-header-contact h1 {
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
	font-size: 3.5rem;
}

.container-header-contact .slogan {
	color: #fff;
	text-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
}

.section-page-contact {
	min-height: 50vh;
	padding: 3rem 0;
}

.section-page-contact .content-contact .row-inverse {
	flex-direction: row-reverse;
}

.block-left-form-contact h3 {
	text-transform: uppercase;
	margin-bottom: 1rem;
	font-size: 29px;
	color: #ED7B1E;
	font-weight: bold;
}

.introduction-contact {
	margin-bottom: 2rem;
	color: #787878;
}

.block-left-form-contact .form-contact {
	margin-top: 2rem;
}

.card-coordonnees {
	background-color: #01161e;
	border-radius: 10px;
	padding: 30px;
	color: #fff;
	height: 100%;
	position: relative;
}

.card-coordonnees h3 {
	text-align: center;
	margin-bottom: 2rem;
	font-size: 30px;
}

.list-coordonnees-contact {
	padding: 5px 0;
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.list-coordonnees-contact img {
	width: 40px;
	height: 40px;
	background: #ed7b1eb8;
	border-radius: 50%;
	padding: 4px;
}

.list-coordonnees-contact p {
	padding-left: 14px;
	margin-bottom: 0;
	word-wrap: break-word;
	font-size: 18px;
	line-height: 24px;
}

.list-coordonnees-contact p a {
	color: #fff;
}

.form-contact .col-form-contact input,
.form-contact .col-form-contact textarea {
	resize: none;
	width: 100%;
	padding: 0.75rem 2rem;
	border-radius: 13px;
	border: 1.5px solid #d5742566;
	outline: none;
	position: relative;
	background-color: transparent;
}

.form-contact .col-form-contact input {
	margin-bottom: 25px;
}

.form-contact .col-form-contact textarea {
	margin-bottom: 10px;
}

.form-contact .col-form-contact-select select {
	width: 100%;
	padding: 12px;
	border-radius: 13px;
	border: 1.5px solid #169dd270;
}

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

.form-contact label {
	display: block;
	position: absolute;
	top: -8px;
	padding: 3px 9px;
	left: 38px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	border-top-left-radius: 3px;
	transition: all 0.2s ease-in-out;
	z-index: 1;
	color: #6c6a6a;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.form-contact label:before {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	height: 1.5px;
	background-color: #fff;
	z-index: -1;
}

.form-contact .wpcf7-submit {
	margin-bottom: 0;
	color: #000;
	background-color: #FF8119;
	border: 1.5px solid #FF8119;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 50px !important;
	padding: 12px 25px;
	outline: none;
	margin-left: 15px;
	font-weight: bold;
}

.form-contact .wpcf7-not-valid-tip {
	display: none;
}

.form-contact .invalid .wpcf7-not-valid {
	border: 1.5px solid #ca5555 !important;
}

.form-contact .wpcf7 form.invalid .wpcf7-response-output,
.form-contact .wpcf7 form.unaccepted .wpcf7-response-output,
.form-contact .wpcf7 form.spam .wpcf7-response-output {
	border: 0 !important;
	font-size: 14px;
	color: #ca5555;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-top: 10px !important;
}

.form-contact .wpcf7 form.sent .wpcf7-response-output {
	border: 0 !important;
	font-size: 14px;
	color: #188422;
	font-weight: bold;
	margin-top: 1rem !important;
}

.icone-cpo-contact {
	width: 100px;
	margin: 2rem auto 0;
	display: block;
}

.section-google-maps {
	padding: 20px;
}

@media screen and (max-width: 1200px) {
	.section-page-contact .col-contact-left {
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}

	.section-page-contact .col-contact-right {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}
}

@media screen and (max-width: 991px) {
	.section-page-contact {
		min-height: inherit;
		padding: 3rem 0 1rem;
	}

	.section-page-contact .content-contact .row-inverse {
		flex-direction: inherit;
	}

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

	.block-left-form-contact {
		margin-top: 2rem;
	}
}

@media screen and (max-width: 650px) {
	.section-page-contact {
		padding: 2rem 0 1rem;
	}
}


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

.page-template-blog {
	background-color: #f7f8f8;
}

.header-blog {
	padding: 3rem 0 4rem;
	background-color: #005a91;
}

.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%;
}

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

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

.content-left-blog h2 {
	font-size: 22px;
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
	color: #000;
}

.content-left-blog h2 span {
	font-size: 16px;
	color: #8c8b8b;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: lighter;
	margin-left: 0.5rem;
}

.content-left-blog .content-post-other h3 {
	color: #000;
	font-size: 17px;
	margin-top: 8px;
	line-height: 23px;
	font-weight: normal;
	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;
}

.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;
	border-radius: 10px;
	transition: transform 250ms ease 0s, box-shadow 250ms ease 0s, color 250ms ease 0s;
	height: 100%;
	background-color: #fff;
}

.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: 1.2rem;
	color: #718196;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 20px;
	font-weight: normal;
}

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

.list_category_posts_blog ul li {
	list-style: none;
}

.list_category_posts_blog 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, #FF8119, #c16010);
	margin-bottom: 1rem;
	font-size: 16px;
	color: #fff;
}

.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: #000;
	border-radius: 50%;
	width: 30px !important;
	height: 30px !important;
	line-height: 30px;
	text-align: center;
	padding: 1px !important;
	border: 0;
}

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

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

	.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) {
	.col-post-blog {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.content-left-blog h2 {
		font-size: 18px;
	}

	.col-right-blog .title-related_posts {
		margin-bottom: 0.5rem;
		font-size: 17px;
	}

	.container-page-blog {
		padding-top: 1.5rem;
	}
}


/***** 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;
}

.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;
}

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

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

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

.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: 15px;
	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;
}

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


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

.category {
	background-color: #f7f8f8;
}

.header-blog-categorie {
	position: relative;
	background-color: #FF8119;
}

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

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

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

.container-header-blog-categorie h1 {
	color: #ffffff;
	font-size: 54px;
	line-height: 48px;
}

.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;
	border-radius: 10px;
	background: transparent;
	color: #FF8119;
	outline: none;
	border: 1px solid #FF8119;
}

.switcher .active {
	background-color: #FF8119;
}

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

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

.hr-view-category-post {
	margin-top: 2rem;
	margin-bottom: 1.5rem;
}

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

.view-grid .other_posts,
.view-list .other_posts {
	overflow: hidden;
	border-radius: 10px;
	transition: transform 250ms ease 0s, box-shadow 250ms ease 0s, color 250ms ease 0s;
	height: 100%;
	background-color: #fff;
}

.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;
	border-radius: 10px 10px 0 0;
	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: 17px;
	line-height: 23px;
	font-weight: normal;
	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-top: 0.8rem;
	margin-bottom: 0;
	height: 45px;
}

.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;
	border-radius: 10px 0 0;
	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: 17px;
	line-height: 23px;
	font-weight: normal;
	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: #FF8119;
}

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

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

.header-blog-tags h1 {
	color: #ffffff;
	font-size: 54px;
	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);
}

s .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;
}


.post_v5 .title-post {
	margin-bottom: 25px;
	font-size: 43px;
	color: #e47316;
}

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

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

.block-img-post {
	width: 100%;
	height: 400px;
	border-radius: 10px;
	margin: 1rem 0;
}

.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 .content-left-post h2 {
	color: #e47316;
}

.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;
}

.post_v5 .date-post {
	padding-left: 15px;
}

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

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

.text-post-in h1,
.text-post-in h2,
.text-post-in h3,
.text-post-in h4,
.text-post-in h5,
.text-post-in h6 {
	font-family: 'Open Sans', sans-serif !important;
	margin-bottom: 20px;
}

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

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

.post_v5 .title-related_posts {
	margin-bottom: 1.2rem;
	color: #718196;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 20px;
	font-weight: normal;
}

.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;
	border-radius: 10px 0 0 10px;
}

.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;
	border-radius: 5px;
	margin-right: 12px;
	color: #fff;
	transition: 0.2s;
	font-size: 14px;
}

@media screen and (max-width: 991px) {
	.single-post {
		padding-top: 60px;
	}

	.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: 31px;
		line-height: 43px;
	}
}

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

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

@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  ***************************************************************************************************************************************/

/* ========================================
       DONATION HERO BANNER
    ======================================== */
.section-don-footer {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* Overlay orange avec dégradé */
.section-don-footer::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgb(255 106 0 / 94%) 0%, rgb(255 138 42 / 84%) 50%, rgb(255 106 0 / 91%) 100%);
	z-index: 1;
    opacity: 0.65;
}

/* Conteneur du contenu */
.section-don-footer .hero-container {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 40px;
}

/* Contenu principal */
.section-don-footer .hero-content {
	max-width: 600px;
	/* Ombre portée pour lisibilité */
	filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.15));
	text-align: center;
}

/* Badge */
.section-don-footer .hero-badge {
	display: inline-block;
	padding: 8px 18px;
	background: rgb(255 255 255 / 36%);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 10px;
	font-size: 16px;
	font-weight: 700;
	color: #49250c;
	margin-bottom: 24px;
}

.btn-icon-badge {
	width: 20px;
	height: 20px;
	margin-top: -2px;
}

/* Titre */
.section-don-footer .hero-title {
	font-weight: 700;
	color: #ffffff;
	line-height: 1.2;
	margin-bottom: 20px;
	text-shadow: 0 2px 10px rgb(0 0 0 / 30%);
}

/* Description */
.section-don-footer .hero-description {
	font-size: 1.1rem;
	color: rgba(255, 255, 255, 0.95);
	margin-bottom: 32px;
	text-shadow: 0 2px 10px rgb(0 0 0 / 30%);
}

/* Boutons */
.section-don-footer .hero-actions {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	justify-content: center;
}

.section-don-footer .btn-don-footer {
	border-radius: 40px;
	padding: 8px 26px;
	font-size: 18px;
	font-weight: bold;
	background: #704224;
	border: 0;
	color: #fff;
}

.section-don-footer .btn-icon {
	width: 20px;
	height: 20px;
	transition: transform 0.3s ease;
	margin-top: -2px;
}

.section-don-footer .btn-don-footer:hover {
	opacity: 0.8;
}

.section-don-footer .hero-decoration {
	position: absolute;
	right: 5%;
	bottom: 10%;
	width: 300px;
	height: 300px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
	border-radius: 50%;
	z-index: 1;
	pointer-events: none;
}

@media screen and (max-width: 650px) {
	.section-don-footer .hero-container {
		padding: 30px 20px;
	}

	.section-don-footer .btn {
		font-size: 16px;
	}
}

footer {
	background-color: #0a0a0a;
	color: #f5f5f5;
}

.footer-container {
	max-width: 80rem;
	margin: 0 auto;
	padding: 3rem 2rem 1rem;
}

.footer-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.logo-section-footer .logo {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1.5rem;
}

.logo-footer {
	height: 43px;
	width: auto;
	margin-bottom: 0.5rem;
}

.logo-section-footer p {
	color: #a3a3a3;
	font-size: 0.875rem;
	line-height: 1.6;
	margin-bottom: 1rem;
}

.footer-container .social-footer {
	display: inline-block;
	padding: 0px 3px;
}

.footer-container .social-icons ul {
	padding-left: 0;
}

.footer-container .link-social-footer img {
	width: 35px;
	height: 35px;
	opacity: 0.9;
}

.footer-container .link-social-footer:hover img {
	opacity: 0.6;
}

/* Navigation Section */
.nav-section h4,
.contact-section h4,
.nav-section-footer h4 {
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: 1.9rem;
	color: #f5f5f5;
}

.nav-section-footer nav {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.footer-link {
	color: #a3a3a3;
	text-decoration: none;
	font-size: 0.875rem;
	transition: color 0.2s ease;
}

.footer-link:hover {
	color: #FF8119;
}

/* Contact Section */
.contact-section .contact-items {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.contact-item {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	font-size: 0.875rem;
	color: #a3a3a3;
}

.contact-item a {
	color: #a3a3a3;
	text-decoration: none;
	transition: color 0.2s ease;
}

.contact-item a:hover {
	color: #e07a5f;
}

.contact-item svg {
	width: 1.25rem;
	height: 1.25rem;
	flex-shrink: 0;
	margin-top: 0.125rem;
}

.contact-item address {
	font-style: normal;
	text-align: left;
}

/* Footer Bottom */
.footer-bottom {
	margin-top: 1.5rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

.footer-bottom p {
	color: #a3a3a3;
	font-size: 15px;
}

.footer-bottom .made-with {
	font-size: 0.75rem;
	display: flex;
	align-items: center;
	gap: 0.25rem;
}

.footer-bottom .made-with svg {
	width: 0.75rem;
	height: 0.75rem;
	color: #e07a5f;
}

@media screen and (max-width: 750px) {
	.footer-grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
}

@media screen and (max-width: 650px) {
	.footer-container {
		padding: 2rem 2rem 0rem;
	}

	.footer-bottom p {
		font-size: 14px;
	}
}

/***** PAGE 404 ***************************************************************************************************************************************/

#content-404 {
	min-height: 90vh;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	display: flex;
	background-color: #131310;
}

.container-404 {
	max-width: 850px;
	z-index: 1;
	text-align: center;
	margin: auto;
}

.logo-404 {
	margin-bottom: 1rem;
	height: 135px;
	width: auto;
}

.container-404 h1 {
	margin-bottom: 2rem;
	font-size: 45px;
	line-height: 55px;
	color: #fff;
}

.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;
	}

	.logo-section-footer {
		text-align: center;
	}

	.nav-section h4,
	.contact-section h4,
	.nav-section-footer h4 {
		text-align: center;
		margin-bottom: 0.9rem;
	}

	.nav-section-footer nav {
		gap: 0.8rem;
		text-align: center;
	}

	.contact-item {
		justify-content: center;
	}

	.nav-section-footer {
		padding-bottom: 1rem;
	}

	.logo-section-footer,
	.nav-section-footer {
		border-bottom: 1px solid #373434;
	}
}

/***** PAGE RECHERCHE ***************************************************************************************************************************************/

.section-page-search {
	margin: 2rem 0;
	min-height: 100vh;
}

.search {
	background-color: #f8fafc;
}

.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%;
}

.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: 12px;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 10px 0 0 10px;
	outline: none;
}

.col-left-search .screen-reader-text {
	display: none;
}

.block-form-search #searchsubmit {
	background-color: #FF8119;
	color: #fff;
	padding: 0 20px;
	border: none;
	cursor: pointer;
	border-radius: 0 10px 10px 0;
	outline: 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%;
	}
}

/***** 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: #06689b7d;
	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;
}

/***** FORMULAIRE  ***************************************************************************************************************************************/

.form-group {
	position: relative;
	border-radius: 25px;
	padding: 8px 0 1px;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.form-group input {
	width: 100%;
	outline: 0;
	transition: all 0.8s ease-in-out;
	background: transparent;
	border: 0;
	z-index: 2;
	position: relative;
	padding: 10px 30px;
	font-size: 17px;
	font-weight: 400;
	color: #0a0c0e;
	border: 1.5px solid #c8c3c3;
	border-radius: 30px !important;
}

.invalid .form-group .wpcf7-not-valid {
	border: 1.5px solid #e71515 !important;
}

.form-group br {
	display: none;
}

.form-group p {
	margin-bottom: 0;
}

.form-group label {
	position: absolute;
	left: 28px;
	top: 20px;
	background-color: transparent;
	z-index: 0;
	transition: transform 150ms ease-out, font-size 150ms ease-out;
	color: #4a4848;
	padding: 0 5px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}

.form-group label:before {
	left: 0;
	right: 0;
	height: 5.5px;
	background-color: #fff;
	content: "";
	display: block;
	position: absolute;
	transform: translateY(-47%);
	top: 50%;
	z-index: -1;
}

.form-group .invalid .form-input.wpcf7-not-valid {
	border: 1.5px solid #e71515 !important;
}

.form-group.focused label {
	transform: translateY(-109%);
	font-size: 0.80em;
	background-color: transparent;
	z-index: 2;
	padding: 0px 5px;
	font-weight: 600;
}

.form-group textarea {
	height: 280px;
	text-align: justify;
	position: relative;
	border-radius: 24px;
	resize: none;
	width: 100%;
	padding: 10px 30px;
	border: 1.5px solid #c8c3c3;
	font-weight: 400;
}

.form-group textarea:focus,
.form-group textarea:focus-visible {
	outline: none;
}

.wpcf7-not-valid-tip {
	display: none;
}

.form-group-piece-jointe {
	border-radius: 24px;
	background-color: #f8f8f8;
	padding: 10px 30px;
	margin-bottom: 1rem;
}

.bloc-pieces {
	display: flex;
}

.title-pieces-jointes {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #4a4848;
	margin-bottom: 0;
}

.form-group-piece-jointe input {
	font-size: 14px;
}

.form-group-piece-jointe input[type="file"] {
	cursor: pointer;
	width: 100%;
}

.form-group-piece-jointe .wpcf7-file.upload-button {
	background: #e84e0f;
	padding: 25px 30px;
	color: #ffffff;
	font-size: 16px;
	border: none;
	margin-top: 50px;
}

.form-group-piece-jointe .wpcf7-file {
	border: 0;
}

.form-group-piece-jointe .wpcf7-file::-webkit-file-upload-button {
	background-color: transparent;
	border: 1.5px solid #c8c3c3;
	border-radius: 20px;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: 500;
	width: 100%;
	display: block;
	text-align: left;
}

.bloc-piece-in {
	padding: 0 10px 0 0;
	text-align: left;
}

.bloc-piece-in:last-child {
	padding-right: 0;
}

.bloc-piece-in label {
	font-size: 15px;
}

.form-group select {
	width: 100%;
	display: block;
	margin-top: 3rem;
	padding: 10px 30px;
	font-size: 15px;
	border-radius: 30px !important;
	border: 1.5px solid #c8c3c3;
}

.form-button .button-form {
	display: inline-block;
	padding: 8px 30px;
	border-radius: 45px;
	font-size: 17px;
	border: 1.5px solid #77ae2b;
	background-color: #77ae2b;
	color: #fff !important;
	transition: all 0.5s;
}

.form-button .button-form:hover {
	color: #77ae2b !important;
	background-color: transparent !important;
}

.form-group-number-candidats {
	padding-top: 0;
}

.form-group-objectif-formation textarea {
	max-height: 100px;
}

.form-group-select select {
	margin-top: 15px;
	appearance: none;
	position: relative;
	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%23131313%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 0.7rem top 50%;
	background-size: 0.65rem auto;
}

.form-group-select .list-item,
.wpcf7-list-item {
	margin: 16px 0;
	display: inline-block;
}

.form-group-select label {
	top: -5px;
}

.form-title {
	margin-top: 1rem;
}

.form-group-radio br {
	display: none;
}

.form-group-radio label {
	display: block;
	color: #4a4848;
	padding: 0 5px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	padding-left: 33px;
}

.form-group-radio .wpcf7-list-item label {
	text-transform: inherit;
	letter-spacing: inherit;
	padding: inherit;
	display: flex;
}

.form-group-radio .wpcf7-list-item {
	margin: 0 0 !important;
}

.form-group-radio .wpcf7-form-control {
	padding-left: 30px;
}

.form-group-radio .list-item,
.form-group-radio .wpcf7-list-item {
	margin: 16px 0;
	display: inline-block;
}

.form-group-radio .wpcf7-list-item label {
	padding-right: 30px;
}

.form-group-radio .wpcf7-list-item:last-child label {
	padding-right: 0;
}

.form-group-radio .wpcf7-list-item input[type="radio"] {
	position: relative;
}

.form-group-radio .wpcf7-list-item input[type="radio"]:before {
	position: absolute;
	content: '';
	border-radius: 50%;
	transition: all .3s ease;
	transition-property: transform, border-color;
	left: -3.5px;
	top: 0;
	width: 20px;
	height: 20px;
	border: 2px solid rgba(0, 0, 0, 0.54);
	background-color: #fff;
}

.form-group-radio .wpcf7-list-item input[type="radio"]:after {
	top: 5px;
	left: 1.5px;
	width: 10px;
	height: 10px;
	transform: scale(0);
	background: #77ae2b;
	position: absolute;
	content: '';
	border-radius: 50%;
}

.form-group-radio .wpcf7-list-item input[type="radio"]:checked:after {
	border-color: #77ae2b;
	transform: scale(1);
}

.form-group-radio .list-item label,
.form-group-radio .wpcf7-list-item-label {
	display: flex;
	height: 20px;
	position: relative;
	padding-left: 17px;
	cursor: pointer;
	align-items: center;
}

.notice-formulaire {
	font-size: 12px;
	font-weight: 500;
	color: #676363;
}

.container-contact-cercle .wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
	color: #e71515 !important;
	border: 0 !important;
	margin: 0 !important;
	font-weight: bold;
}

.container-contact-cercle .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
	color: #2c8c0e !important;
	border: 0 !important;
	margin: 0 !important;
	font-weight: bold;
}

.form-group-checkbox {
	border-radius: 24px;
	resize: none;
	width: 100%;
	padding: 10px 30px;
	border: 1.5px solid #c8c3c3;
	margin-bottom: 10px;
}

.form-group-checkbox p {
	margin-bottom: 0;
}

.form-group-checkbox .wpcf7-list-item {
	margin: 5px 0;
}

.form-group-checkbox p span {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.form-group-checkbox .wpcf7-list-item label {
	margin-bottom: 0;
	display: flex;
	margin-right: 20px;
}

.form-group-checkbox .wpcf7-list-item-label {
	text-transform: initial;
	letter-spacing: 0;
	font-size: 16px;
	padding-left: 5px;
}

@media screen and (max-width: 1190px) {
	.col-contact-cercle-left {
		-ms-flex: 0 0 45%;
		flex: 0 0 45%;
		max-width: 45%;
	}

	.col-contact-cercle-right {
		-ms-flex: 0 0 55%;
		flex: 0 0 55%;
		max-width: 55%;
	}

	.content-formulaire-cercle .row {
		display: flex;
		margin: auto;
	}
}

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

	.col-contact-cercle-left,
	.col-contact-cercle-right {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}

	.content-formulaire-cercle {
		display: flex;
		margin-top: 2rem;
	}
}

@media screen and (max-width: 600px) {
	.bloc-pieces {
		display: block;
	}

	.bloc-piece-in {
		padding: 0;
	}
}


#wpadminbar {
	display: none !important;
}

.container-admin-client {
	width: 45px;
	height: 45px;
	padding: 6px;
	background-color: #02020e;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
}

.button-admin-client img {
	width: 100%;
	height: 100%;
}


@media screen and (max-width: 600px) {
	.container-admin-client {
		width: 67px;
		height: 67px;
	}

	.button-admin-client img {
		width: 50px;
		height: 50px;
		max-width: auto;
		display: block;
	}
}

.cky-consent-container .cky-consent-bar {
	padding: 9px 25px !important;
	box-shadow: 0 -1px 10px 0 #acabab4d;
	background-color: #ffffffe6 !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: #77ae2b !important;
	font-weight: bold !important;
	border: 1.5px solid #77ae2b !important;
}

.cky-notice-btn-wrapper .cky-btn-reject {
	color: #fff !important;
	background-color: #9b3131 !important;
	border: 1.5px solid #9b3131 !important;
}

.cky-notice-btn-wrapper .cky-btn-customize {
	background-color: transparent !important;
	color: #2c2b2b !important;
	text-decoration: underline;
	border: 0 !important;
}

.cky-notice-btn-wrapper .cky-btn-accept:hover {
	background-color: transparent !important;
	color: #9b3131 !important;
	border: 1.5px solid #9b3131 !important;
}

.cky-notice-btn-wrapper .cky-btn-reject:hover {
	background-color: transparent !important;
	color: #9b3131 !important;
	border: 1.5px solid #9b3131 !important;
}

.cky-notice-des p {
	color: #000 !important;
}

.has-white-color {
	color: #FFFFFF;
}

.has-black-color {
	color: #000000;
}

.has-vert-orange {
	color: #F97315;
}

.section-contact .wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
.section-contact .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output,
.section-contact .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
	border-color: inherit !important;
}

.section-contact .wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
	color: #e71515 !important;
	border: 0 !important;
	margin: 0 !important;
	font-weight: bold;
	padding: 0 !important;
}

.section-contact .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
	color: #2c8c0e !important;
	border: 0 !important;
	margin: 0 0.5em !important;
	font-weight: bold;
	padding: 0 !important;
}