/*
Theme Name: Combo95
Author: Chroma Production - EDB
Author URI: https://chromaproduction.fr
Description: Twenty Twenty-Four Child Theme
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfour
Text Domain: combo95
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
Palettes de couleurs : 
blanc cassé : #FFFBED
saumon : #F7A492
bleu clair : #18c6cd
jaune : #FFC30F
vert foncé : #1F7769
gris clair : #7F7F7F


Police principale : Bould bold
Police secondaire : Poppins

*/



.hero-carousel {
	background-color : #18c6cd;
}

.wp-block-getwid-post-carousel__post-thumbnail{
	background-color : #18c6cd;
}




/*  -------------------------------------------- GENERAL --------------------------------------------  */

html {
	position: relative;
  	min-height: 100%;
}

*:focus {
	outline-width: 0;
    outline-style: none;
}

body {
    /*max-width: 1700px;*/
	min-width: 320px;
    background-color: #FFFBED;
}

.entry-content {
    padding: 0;
}

.margin-gnrl {
    margin: 0 8% !important;
}

.padding-gnrl {
    padding: 50px 0 !important;
}

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

.title-page {
    margin: 0 !important;
    padding: 0 !important;
}

h1 {
    width: max-content;
    font-family: 'Bould';
    font-size : 50px;
    color: #1F7769;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
    text-transform: uppercase;
}

.colored-lines {
    font-size: 30px;
    vertical-align: middle !important;
}

h2 {
    font-family: 'Bould';
    font-size : 35px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

h3 {
    font-family: 'Bould';
    font-size : 20px;
    text-wrap: nowrap;
    color: #000;
    text-align: center;
}

h4 {
    font-family: 'Bould';
    font-size : 13px;
    text-wrap: nowrap;
    color: #FFFBED;
    text-align: center;
}

.wp-element-button {
    background-color: #1f7769;
    padding: 15px 25px;
    border-radius: 50px;
    font-size: 14px;
    transform: scale(1);
    transition-duration: 200ms;
}

.wp-element-button:hover {
    background-color: #1f7768ba;
    transform: scale(1.07);
    transition-duration: 300ms;
    border-radius: 50px;
    height: auto;
}

.getwid-button {
    overflow: unset;
}

p {
	font-family: 'Poppins', sans-serif; 
	font-weight: 500;
	font-size: 16px;
}

ul,ol li {
    font-size: 16px;
	font-weight: 500;
}


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

header {
	width: 100%;
	height: 70px;
    position: sticky;
    top: 0px;
    z-index: 9999;
    margin-bottom: -30px;
    background-color: #FFFBED;
}

.bloc-grp-header {
    padding: 0;
}

.bloc-header {
    font-family: 'Bould';
    font-size: 14px;
    text-transform: uppercase;
    background-color: #FFFBED;
    min-width: 100%;
    margin: 0 !important;
    justify-content: space-between;
	gap: 2rem;
}

.bloc-logo {
    align-content: center;
    max-height: 70px !important;
    width: auto !important;
}

.bloc-logo img {
    min-width: 170px !important;
}

.bloc-nav {
    width: fit-content !important;;
    justify-content: center;
    padding: 25px 0;
    border-bottom: #1F7769 1.5px solid;
}

.bloc-nav nav {
    gap: 2vw;
}

.bloc-nav nav svg {
    width: 30px;
	height: 30px;
}

.header-nav-item:hover {
    color: #1f7769;
}

.header-nav-item a:hover {
    text-decoration: none;
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container {
    right: auto !important;
}

.wp-block-navigation-submenu .header-nav-item {
	font-size : 14px;
}

.ss-menu {
	color: black;
	margin: 0;
	background-color: #fffbed;
}

.header-item-reseaux {
    background-color: transparent !important;
    font-size: 30px !important;
    /*border: #1F7769 2px solid;*/
}

.header-burger {
	color: #1F7769;
	font-size: 30px;
}


/*  -------------------------------------------- ACCUEIL --------------------------------------------  */


/*  HERO-HEADER  */

.hero-header-carousel {
    position: relative;
    width: 100%;
    height: 300px; /* Hauteur du hero header */
    overflow: hidden;
}

.hero-header-container {
    display: flex;
    height: inherit;
    transition: transform 1s ease-in-out;
}

.hero-header-item {
    flex: 0 0 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 100%;
}


.hero-header-item a.hero-header-link {
    display: block; /* S'assure que le lien occupe toute la zone */
    width: 100%;
    height: 100%;
    text-decoration: none; /* Enlève le soulignement */
}

.hero-header-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 10;
}

.hero-header-title {
    font-size: 2.5rem;
    margin: 0;
}

.hero-header-excerpt {
    font-size: 1rem;
    margin: 10px 0 0;
}

.hero-header-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 15;
}

.hero-header-nav.prev {
    left: 20px;
}

.hero-header-nav.next {
    right: 20px;
}



/* SLIDER */

.slider-shortcode {
    max-width: 100%;
    overflow: hidden;
    height: 350px;
    margin: 0;
}

.hero-slider {
    position: relative;
    overflow: hidden;
    min-width: 100%;
    margin: 0 auto;
    height: inherit;
	background-color: #18c6cd;
	display: flex;
    align-items: center;
    justify-content: center;
}

.slider-item {
    display: none;
    text-align: center;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 0;
    transform: scale(0.95);
    height: inherit;
	text-decoration: none;
    color: inherit;
	min-width: 100%;
}

.slider-item.active {
    display: block;
    opacity: 1;
    transform: scale(1);
    height: inherit;
}

.slider-item:hover {
    cursor: pointer;
}

.slider-image {
	display: none;
}

.slider-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    /*aspect-ratio: auto 1600 / 1200;*/
}


.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	min-height: 350px;
    background-color: #FFC30F;
    opacity: 0.6;
    z-index: 1;
    pointer-events: none;
}

.slider-content {
    position: absolute;
    width: 50%;
    z-index: 2;
    top: 37%;
    left: 25%;
    text-align: start;
}

.slider-title {
    font-size: 35px;
    margin-top: 0px;
    color: #000;
    font-family: 'Bould';
    text-align: start;
}

.slider-excerpt {
    color: #000;
    font-family: 'Bould';
    font-size: 20px;
	overflow: hidden;
    text-overflow: ellipsis;
}

.slider-nav {
    position: absolute;
    top: 40%;
	transform: scale(1);
    background-color: transparent;
    color: #000;
    border: none;
	margin-top: 0;
    padding: 10px 15px;
    cursor: pointer;
    opacity: 0.7;
    font-size: 50px;
    font-weight: 800;
    font-family: 'Bould';
}

.slider-nav.prev {
    left: 7%;
}

.slider-nav.next {
    right: 7%; 
}

.slider-nav:hover {
    opacity: 1;
	transform: scale(1.1);
}



/*  PRESENTATION  */

.pres-home {
    max-width: 100% !important;
	padding: 50px 0 0 0 !important;
}

.pres-full {
	display: block;
}

.pres-mobile {
	display: none;
}

.pres-col {
    margin: 40px 0px 0px 0px;
    justify-content: space-between !important;
}

.pres-txt {
    text-align: justify;
}

.pres-col-img {
    height: 280px ;
    position: relative ;
    bottom: 40px ;
    left: 20px ;
}

.pres-line-img {
    border-radius: 50% !important;
    max-width: 280px;
    min-width: 280px;
    max-height: 280px;
    overflow: hidden;
    z-index: 2;
	position: absolute;
    left: -40px;
}

.pres-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.pres-img img {
    height: auto !important;
    width: 100% !important;
    max-width: fit-content !important;
}

.bord-circle-img {
    border: #FFC30F 3px solid;
    position: absolute;
    bottom:-15px;
    left:15px;
    width:280px;
    height:280px;
    border-radius: 50%;
    z-index: 3;
	position: absolute;
    left: -30px;
}


/*  MAP ADHERENTS  */


.map-home {
    max-width: 100%;
    min-width: 100% !important;
    justify-content: center;
    margin: 0;
    background-color: #FFFF;
}

.map-home-adh {
    max-width: 100%;
    margin: 0;
	background-color: #fff;
    justify-content: center;
    align-content: center;
}

/*.map {
	min-width : 840px;
}*/

.map-mobile {
	display: none;
}

.map-container {
	max-width: 100% !important;
    margin: 0 !important;
}

.map figure {
    text-align: center;
    min-width: 850px;
}

.image-hotspot {
    min-width: 850px;
}

.wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot {
    background-color: transparent !important;
    font-size: 12px !important;
}

.wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot i {
    font-size: 35px !important;
    width: min-content;  
    color: #F7A492;
    /* box-shadow: 1px 5px 5px black; */
}

.wp-block-getwid-image-hotspot__dot i:hover{
    width: min-content;
    transform: scale(1.2);
    transition-duration: 250ms;
    transform-origin: bottom;
    color: #FFC30F !important;
    background-color: transparent !important;
    /* box-shadow: 1px 5px 5px black; */
}

/* .wp-block-getwid-image-hotspot__dot-content {

} */

.tippy {
    background-color: #FFFBED;
    border-radius: 20px;
}

/*  SEPARATEUR  */

.cont-wav {
    min-width: 100%;
	margin: 0;
}

.espac-wav {
    margin: 0 !important;
    padding: 0;
    min-width: 100% !important;
    background-color: #FFFF;
}

.espac-wav img {
    width : 100% !important;
	height: auto;
	vertical-align: top;
    /*aspect-ratio : 27 / 3 !important;
    object-fit: cover;*/
}


/* LIENS MISSIONS  */

.mis-home {
    max-width: 100% !important;
    margin: 0;
}

.mis-grp-btn {
    justify-content: center;
	flex-wrap: nowrap !important;
	margin-top: 50px;
}

.mis-home-btn {
    min-width: 250px;
    text-align: center;
    align-content: center;
}

.mis-home-btn a {
    font-size: 25px;
    font-weight: 600 !important;
    text-wrap-mode: nowrap;
    width: 100%;
    height: 200px;
    border-radius: 0;
    align-content: center;
}

.mis-home-btn-1 a {
    background-color: #FFC30F !important;
    border-radius: 0 50% 0 50% !important;
}

.mis-home-btn-2 a {
    background-color: #F7A492 !important;
    border-radius: 50% 0 50% 0 !important;
}

.mis-home-btn-3 a {
    background-color: #1F7769 !important;
    border-radius: 0 50% 0 50%;
}

.mis-home-btn-4 a {
    background-color: #18c6cd !important;
    border-radius: 50% 0 50% 0;
}

.mis-home-btn-3 a:hover {
    background-color: #1F7769 !important;
    border-radius: 0 50% 0 50%;
}

.mis-home-btn-4 a:hover {
    background-color: #18c6cd !important;
    border-radius: 50% 0 50% 0;
}


/* PARTENAIRES  */


.partn-home {
    margin: 0 !important;
    max-width: 100% !important;
    justify-content: center;
    background-color: #FFFF;
}

/* .partn-logos {
    margin : 50px 8% !important;
} */

.partn {
	margin: 50px 0 !important;
}

.partn-gal {
    max-width: 100% !important;
    gap : 50px !important;
    justify-content: center;
}

.partn-gal figure {
    max-width: 200px;
    white-space: nowrap !important;
    text-align: center;
	margin-bottom: 0 !important;
}

.partn-gal img {
    object-fit: contain !important;
	margin: auto;
}


/* PLAY SPOTIFY  */

.play-home {
	max-width: 100% !important;
    justify-items: center;
}

.play-content {
	width: 560px;
	height: 352px;
}

.spotify {
        margin-top: 50px !important;
	}



/* PODCAST YOUTUBE */

.podcast-home {
	max-width: 100% !important;
    justify-items: center;
    background-color: #FFFBED;
}

.podcast-content {
	width: 560px;
	height: 352px;
	border-radius: 15px;
}

	
.podcast {
	margin-top: 50px !important;
}


/*  -------------------------------------------- COMBO95 --------------------------------------------  */

.pres-combo95 {
    max-width: 100% !important;
    padding: 0 0 50px 0;
}

.txt-combo95{
	margin-top:10px;
}


/* -- circle-presentation-combo95 --*/

.act-combo95 {
	max-width: 100% !important;
    padding: 50px 0 50px 0;
}

.circle-combo95 {
    justify-content: center;
    width: 100%;
    gap: 100px;
    margin: 70px 0 120px 0;
}

.circle-img {
    min-width: 280px !important;
    max-width: 280px !important;
    min-height: 280px !important;
    max-height: 280px !important;
    margin: 0 auto;
    position: relative !important;

}

.circle-home {
    bottom: 20px !important;
    right: 0px !important;
}

.circle-img .circle-container {
    width: auto !important;
    height: 280px !important;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.circle-img .circle-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.circle-img .circle-border {
    position: absolute;
    top:-10px;
    left:15px;
    width:280px;
    height:280px;
    border-radius: 50%;
    z-index: 2;
}

.circle-img .text-below a {
    text-align: center;
    font-family: 'Bould', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #18c6cd;
	margin-top: 30px !important;
	text-decoration: none;
}

.circle-img .circle-border-1 {border: 3px solid #18c6cd;}
.circle-img .circle-border-2 {border: 3px solid #1f7769;}
.circle-img .circle-border-3 {border: 3px solid #F7A492;}

.circle-img .circle-text-1 a {color:  #18c6cd;}
.circle-img .circle-text-2 a {color:  #1F7769;}
.circle-img .circle-text-3 a {color:  #F7A492;}



/* -- circle-team-combo95 --*/


.team-combo95 {
    max-width: 100%;
    margin: 0 !important;
    padding: 50px 0 140px 0 !important;
    background-color: #fff;
}


.circle-team-combo95 {
    justify-content: center;
    gap: 120px;
    margin: 70px 0 140px 0;
}

.circle-team-img {
    min-width: 230px !important;
    max-width: 230px !important;
    min-height: 230px !important;
    max-height: 230px !important;
    margin: 0 auto;
    position: relative !important;

}

.circle-team-img .circle-team-container {
    width: auto !important;
    height: 230px !important;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.circle-team-img .circle-team-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.circle-team-img .circle-team-border {
    position: absolute;
    top:-10px;
    left:15px;
    width:230px;
    height:230px;
    border-radius: 50%;
    z-index: 2;
    border: 1.7px solid #1f7769;
}

.circle-team-img .text-below {
	margin-top: 20px !important;
}

.cntct-below {
	text-align: center;
	margin: 8px;
}



/* -- Risk-combo95 --*/


.risk-combo95 {
    max-width: 100%;
    padding: 50px 8% 50px 8% !important;
    background-color: #fff;
}


.risk-content {
	flex-direction:column;
    justify-content: center;
    gap: 50px;
    margin: 70px 0 140px 0;
}

.risk-img-combo95 {
    max-width: 800px !important;
    border-radius: 50% 0 50% 0;
	border : #FFC30F 7px solid;
    overflow: hidden;
	align-self: center;
}

.risk-img-container {
	max-height: 500px;
	width: fit-content;
}

.risk-txt-combo95 {
	width: 100% !important;
	text-align: start;
}

.risk-txt-combo95 ul li {
    font-size: 16px;
	font-weight: 500;
}

.risk-txt-combo95 a {
	text-decoration: none;
}


/* -- Ressources-combo95 --*/

#ressources {
	display: none;
	}

.rssrc-combo95 {
    max-width: 100%;
    padding: 50px 8% 50px 8% !important;
}

.rssrc-content {
	flex-direction:column;
    justify-content: center;
    gap: 50px;
    margin: 70px 0 140px 0;
}

.rssrc-txt-combo95 {
	width: 100% !important;
	text-align: start;
}

.rssrc-txt-combo95 ul li {
    font-size: 16px;
}

.rssrc-txt-combo95 a {
	text-decoration: none;
}


/*  -------------------------------------------- 1 ACTION --------------------------------------------  */

.act {
	max-width: 100% !important;
	padding-top: 0px;
	padding-bottom: 50px;
	justify-items: center;
}

.act-infos {
	margin-bottom: 55px;
}

.act-img figure {
	overflow:hidden;
	max-width: 250px !important;
	height: 250px;
	border: #FFC30F solid 4px;
	margin: auto;
	text-align: center;
  	vertical-align: middle;
}


/*  -------------------------------------------- MISSIONS --------------------------------------------  */

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

.mis-grid {
    width: 100% !important;
    margin: 0;
    grid-template-columns: repeat(2, 380px);
    grid-template-rows: repeat(2, 300px);
    gap: 30px;
    justify-items: center;
    align-items: center;
    justify-content: center;
}

.mis-grid:nth-child(1) {
    justify-self: end;
}
.mis-grid:nth-child(2) {
    justify-self: start;
}
.mis-grid:nth-child(3) {
    justify-self: end;
}
.mis-grid:nth-child(4) {
    justify-self: start;
}

.mis-grid-item {
    width: 380px;
    height: 300px;
    overflow: hidden;
    border-radius: 20px;
    transform: scale(1) !important;
    transition-duration: 250ms !important;
}

.mis-grid-item:hover {
    transform: scale(1.03) !important;
    transition-duration: 300ms !important;
    box-shadow: #9b9b9b 3px 3px 10px;
}

.mis-item-img {
	height: 300px;
}

.mis-item-img figure {
    align-content: center;
    overflow: hidden;
    width: 100% !important;
    height: 60%!important;
    /*position: relative;
    top: -50px;*/
}

.mis-item-txt {
    height:40%;
}

.mis-item-title {
    padding: 0 !important;
}

.mis-item-title a {
    font-family: 'Bould';
    font-size : 22px;
    text-wrap: nowrap;
    text-align: center;
    padding-bottom: 0px;
    padding-top: 10px;
    border-radius: 0px;
	width: 100%;
}

.mis-item-extrait {
    padding: 0 !important;
}

.mis-item-extrait a {
    border-radius: 0px;
    padding: 5px 30px 50px 25px;
	font-size: 12px !important;
	font-weight:400;
}

.mis-item-title a:hover {
    transform: none;
    border-radius: 0px;
}

.mis-item-extrait a:hover {
    transform: none;
    border-radius: 0px;
}

.mis-item-title a:focus {
    border: none !important;
    outline: none;
}

.mis-item-extrait a:focus {
    border: none !important;
    outline: none;
}

.mis-item-title a:focus-visible {
    border: none !important;
    outline: none;
}

.mis-item-extrait a:focus-visible {
    border: none !important;
    outline: none;
}
 
.mis-1 {background-color: #FFC30F !important;}
.mis-2 {background-color: #F7A492 !important;}
.mis-3 {background-color: #1F7769 !important;}
.mis-4 {background-color: #18c6cd !important;}

.mis-1 a {background-color: #FFC30F !important;}
.mis-2 a {background-color: #F7A492 !important;}
.mis-3 a {background-color: #1F7769 !important;}
.mis-4 a {background-color: #18c6cd !important;}


/*  -------------------------------------------- 1 MISSION --------------------------------------------  */

.mission {
    max-width: 100%;
}


.pres-mission svg {
    background-color: #fff;
}

.title-mission {
    align-self: center;
}

.pres-txt-mission {
    max-width: 100%;
	padding-bottom: 50px;
}

.name-mission {
    background-color: #fff;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0;
}

.name-img-container {
    align-self: center;
}

.name-img-container figure {
	max-height: 500px;
	width: 700px;
    max-width: 800px !important;
    border-radius: 50% 0 50% 0;
	border : #FFC30F 7px solid;
    overflow: hidden;
	align-self: center;
}

.svg-wav {
    background-color: #fff;
    margin-top: 0;
	min-width: 100%;
}

.svg-wav figure,img {
	min-width: 100%;
}

.btns-mission {
	max-width: 100%;
	gap: 35px;
	padding-top: 30px;
}

.btns-content-mission {
	width: 300px;
	gap:0;
	max-height: 300px;
    overflow: hidden;
	border-radius: 20px;
}

.btns-content-mission:hover {
	transform: scale(1.03) !important;
    transition-duration: 300ms !important;
	box-shadow: #9b9b9b 3px 3px 10px;
}

.btns-img-mission {
	width: inherit;
}

.btns-txt-mission {
	width: inherit;
	position: relative;
    bottom: 135px;
}

.btns-txt-btn-mission {
	width:inherit;
	gap:0;
}

.btns-title-mission {
	width:300px;
	text-align: center;
}

.btns-extrait-mission {
	width:300px;
	padding: 0 25px 20px 25px !important;
}


/*  -------------------------------------------- ACTUALITÉS --------------------------------------------  */


.art-cat-full {
	display: block;
}

.art-cat-mobile {
	display: none;
}


.actus {
    max-width: 100%;
}

.actus-items {
    width: 100%;
    margin: 0 !important;
    flex-direction: column;
}

/* .actus-cat {

} */

.actus-item {
    width: 100%;
    height: 280px;
    justify-content: center;
    column-gap: 60px;
	grid-template-columns: repeat(3, 1fr);
}

.actus-item li {
    max-width: 300px;
	width: 300px;
    height: 280px;
    border-radius: 100px 0px 100px 0px;
    overflow: hidden;
    column-gap: 50px;
	transform: scale(1) !important;
    transition-duration: 250ms !important;
}

.actus-item li:hover {
    transform: scale(1.03) !important;
    transition-duration: 300ms !important;
	box-shadow: #9b9b9b 3px 3px 10px;
}

.actus-grp-item {
    max-width: fit-content !important;
}

.actus-ctn-img {
    width: 300px;
    height: 180px;
}

.actus-item-img {
    width: 100%;
    height: auto;
    align-content: center;
    overflow: hidden;
    margin: 0;
    padding-bottom: 0 !important;
}

.actus-item-img img {
    border-radius: 0 !important;
}

.actus-item-txt {
    width: 300px;
    height: 100px;
    margin: 0;
    /* gap: 5px; */
}

.actus-item-txt-1 {background-color: #F7A492;}
.actus-item-txt-2 {background-color: #1f7769;}
.actus-item-txt-3 {background-color: #FFC30F;}


.actus-item-txt h4 {
    width: inherit;
    height: 100px;
    text-align: left;
    z-index: 3;
    background-color: transparent !important;
}

.actus-item-txt h4 a:focus {outline-style: none !important;}
.actus-item-txt h4 a:focus-visible {outline-style: none !important;}

.actus-item-extrait {
    width: inherit;
}

.actus-item-extrait p {
    color: #FFFBED !important;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.25px;
    position: relative;
    top: -75px;
    z-index: 2;
    padding: 0px 55px 20px 20px;
    /* text-transform: lowercase; */
    height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 1;
}

/* .actus-item-title {
    background-color: #F7A492;
} */

.actus-item-title a {
    width: 260px;
    height: 60px;
    text-align: left;
    padding: 20px 20px 20px 20px;
    color: #FFFBED !important;
    text-decoration: none;
    font-family: Bould;
    font-size : 18px;
    text-wrap: nowrap;
    text-transform: uppercase;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.actus-ctn-button {
    justify-content: flex-end;
}

.actus-item-button-1 a {background-color: #F7A492 !important;}
.actus-item-button-2 a {background-color: #1f7769 !important;}
.actus-item-button-3 a {background-color: #FFC30F !important;}


/*  -------------------------------------------- ARCHIVE ACTU --------------------------------------------  */

.archive-actus {
	max-width:100% !important;
	height:100%;
}

.archive-items {
	height:100%;
}

.archives-cat {
	height: 100%;
}

.archive-cat {
	height: 100%;
}

.arch-item {
    height: auto;
}


/*  -------------------------------------------- ARTICLE ACTU --------------------------------------------  */

.list-actus-full {
    display: block;
}

.list-actus-mobile {
    display: none;
}


.actu-img-container {
    align-content: center;
	padding-top: 10px !important;
}

.actu-img-container figure {
	height: auto;
	width: 700px;
    max-width: 100% !important;
    border-radius: 50% 0 50% 0;
	border : #FFC30F 7px solid;
    overflow: hidden;
	align-self: center;
	margin-bottom: 0;
}


.actu-img-container figure img {
	border-radius: 0 !important;
}

.actu-content {
	background-color:#fff;
	margin:0;
}

.post-navigation-link__label {
	display: none;
}


.category-news-du-reseau .next-art {
	background-color: #F7A492 !important;
}

.category-rencontres-masterclass .next-art {
	background-color: #1f7769 !important;
}

.category-job-alerte .next-art {
	background-color: #FFC30F !important;
}

.all-actus-button a {background-color: #1f7769 !important;}




/*  -------------------------------------------- AGENDA --------------------------------------------  */

.event-cards-container {
	margin: auto;
    max-width: 100%;
    width: 800px;
    justify-content: start;
    padding: 50px 20px 20px 20px;
}

.event-card {
	width: 200px;
	max-width: 280px;
	height: auto;
	transform: scale(1) !important;
    transition-duration: 250ms !important;
}

.event-card:hover {
    transform: scale(1.03) !important;
    transition-duration: 300ms !important;
    box-shadow: #9b9b9b 3px 3px 10px;
}

.event-card:focus-visible {
	outline: none;
}

.event-card__date-overlay {
	color: #88b8b4;
	font-size: 32px;
}

.event-card__details {
    color: white;
    height: auto;
    padding: 8px 20px;
}

.event-card__title {
    font-weight: bold;
	color: white;
	font-size: 13px;
    margin: 0;
	text-wrap: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
}

.event-card__category {
    margin-top: 4px;
	font-size: 11px;
	line-height: 13px;
}


.calendar-container {
	max-width: 100%;
	padding: 40px 8%;
}

.month-navigation > * {
    flex: 0;
    text-align: center;
    /* flex-wrap: nowrap; */
}

.month-title {
    white-space: nowrap;
    text-transform: uppercase;
}

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

.cp-event-filters-container {
	margin: auto;
    max-width: 100%;
}

.cp-events-grid {
	grid-template-columns: repeat(5, 1fr);
    width: 100%;
}

.calendar {
	max-width: 550px;
}

#cp-events-list {
	width: 600px;
	/*margin-top: 68px;*/
	max-width: 40%;
	margin: 68px 0 0 0;
}

.legend-container {
	justify-content: center;
}

.cp-category-filters button.active {
    background: transparent;
    border: none;
}

.cp-category-filters {
	text-align: center;
	width: max-content;
}

.cp-category-filters button {
	text-transform: uppercase;
    background: transparent;
    color: black;
	border: none;
    border-radius: none;
	margin: auto;
	padding: 10px 20px;
	height: 40px;
}


.cp-category-filters button:hover {
	color: #FFC30F;
	border: none;
}

.cp-category-filters .concert-button:hover {
	color: #FFC30F;
}
.cp-category-filters .concert-button.active {
	color: #FFC30F;
}

.cp-category-filters .open-button:hover {
	color: #1F7769;
}
.cp-category-filters .open-button.active {
	color: #1F7769;
}

.cp-category-filters .meat-button:hover {
	color: #18c6cd;
}
.cp-category-filters .meat-button.active {
	color: #18c6cd;
}

.cp-category-filters .master-button:hover {
	color: #F7A492;
}
.cp-category-filters .master-button.active {
	color: #F7A492;
}

.cp-style-filters {
	text-align: center;
}

.cp-style-filters button.active {
    background: #FFFBED;
    border: 3px solid #1F7769;
}


.cp-events-container {
	width: fit-content;
	margin: auto;
}

.no-events {
	text-wrap: nowrap;
}



/*  -------------------------------------------- 1 EVENEMENT --------------------------------------------  */

.event-content {
	max-width: 100% !important;
	justify-content: center;
}

.event-details {
	max-width: 100% !important;
	justify-content: center;
}

.event-details > h3 {
	text-wrap: wrap;
	text-align: center;
	margin: 50px 0 30px 0;
}

.event-title {
	max-width: 100% !important;
	justify-content: center;
}

.event-image img {
	border-radius: 40% 0 40% 0;
	border: 7px solid #FFC30F;
	margin: 15px auto 0 auto;
}

.event-image p {
    margin: 0;
    text-align: center;
	font-style: italic;
	font-size: 13px;
}

.event-flex {
	display: flex;
	justify-content: space-between;
    gap: 50px;
}

.event-flex > p {
	width: 40%;
	margin-top: 0;
}

.event-video {
	text-align: center;
	height: auto;
	width: 35%;
	align-self: auto;
}

.event-video iframe {
	max-width: 100%;
	height: auto;
    min-height:220px;
	width: 360px;
}

.event-info {
	width: 20%;
	border-left: 2px solid #FFC30F;
    padding-left: 25px;
}

.event-info a {
	text-decoration : none;
}

.event-info h2,h3 {
	text-align: start;
}

.event-info h2 {
	margin-top: 0;
	font-size: 24px;
}

.event-date p {
    max-width: 100%;
    text-wrap: wrap;
}

.icon-elem {
    min-width: 40px;
}

.same-event {
	text-align: start;
	margin-left: 0 !important;
}



/*  -------------------------------------------- CONTACT --------------------------------------------  */



.contact {
    max-width: 100%;
    padding: 50px 0 100px 0 !important;
}


.contact-content {
	flex-direction:row;
    justify-content: center;
    gap: 75px;
    margin: 0 0 100px 0;
}

.contact-img {
    max-width: 500px !important;
    border-radius: 50% 0 50% 0;
	border : #FFC30F 7px solid;
    overflow: hidden;
	align-self: center;
}

.contact-img-container {
	max-height: 400px;
	width: fit-content;
}

.wp-block-getwid-icon-box__icon-container {
	align-self: center !important;
	margin-right: 10px;
}

.contact-txt-container {
	width: fit-content;
	gap: 0;
}

.contact-txt {
	width: 100% !important;
	text-align: start;
    align-self: center;
}

.contact-txt a {
	text-decoration: none;
}

.contact-txt-infos {
	font-family: 'Bould';
	font-weight:700;
	font-size: 20px !important;
    color: #000 !important;
}

.contact-reseaux{
	height:auto;
	width:100%;
	justify-content: center;
}

.contact-item-reseaux {
    background-color: transparent !important;
    font-size: 50px !important;
}

.contact-item-reseaux path {
    color: #FFC30F !important;
}



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



footer {
    max-width: 100%;
	position: absolute;
    bottom: 0;
	width: 100%;
	height:0;
}

.footer {
    /* height: 250px; */
    padding: 50px 0 !important;
    justify-content: space-between !important;
	background-color: #1f7769;
    margin: 0 !important;
}

.footer-ctn {
    justify-content: space-between;
}

.footer-nav {
    color: #FFC30F;
    font-family: Bould;
}

.footer-nav:hover {
    text-decoration: none;
}

.footer-nav-item:hover {
    color: #FFFBED;
    font-family: Bould;
}

.footer-nav-item a:hover {
    text-decoration: none;
}

.footer-ctn-logo {
    max-width: 200px;
    align-content: center;
}



.footer-rech input {
    background-color: #FFC30F;
    border: none;
    border-radius: 20px 0 20px 0;
    color: #1f7769 !important;
    font-size: 13px;
    padding-left: 15px;
}

.footer-rech input::placeholder {
    color: #1f7769 !important;
    font-weight: 600;
}

.footer-rech:focus-visible {
    border: #1f7769 1px solid;
}

.footer-item-reseaux {
    background-color: transparent !important;
    font-size: 25px !important;
}

.footer-item-reseaux path {
    color: #FFC30F !important;
}

.footer-item-reseaux:hover path {
    color: #FFFBED !important;
}


/*  //////// ---------------------------------- FULL SCREEN ------------------------------- ///////  */

/* Style par défaut pour les grands écrans */
@media (min-width: 980px) {
	.header-mobile {
		display: none; /* Masque le menu burger par défaut */
	}
	
	.mis-grp-btn {
		flex-wrap: nowrap !important;
	}

	.mis-home-btn {
		padding: 0 10px !important;
	}
}



/*  //////// ---------------------------------- RESPONSIVE MOBILE ------------------------------- ///////  */

/* Media query pour les tailles d'écran inférieures 1012px
@media (max-width: 1012px) {
	.mis-grp-btn {
		flex-wrap: wrap !important;
	}
	.mis-home-btn {
		padding: 0 !important;
	}

} */

/* Media query pour les écrans >= 980px */
@media (min-width: 980px) {
	
	.header-item-reseaux path {
		color: #1F7769 !important;
	}
}

/* Media query pour les tailles d'écran entre 1012px et 980px */
@media screen and (max-width: 1012px) and (min-width: 980px) {
	
	.mis-grp-btn {
		flex-wrap: wrap !important;
	}
	
	.mis-home-btn {
		padding: 0 !important;
	}
	
	.mis-home-btn-3 a {
    border-radius: 50% 0 50% 0 !important;
	}
	.mis-home-btn-4 a {
		border-radius: 0 50% 0 50% !important;
	}

    .mis-home-btn-3 a:hover {
        background-color: #1F7769 !important;
        border-radius: 50% 0 50% 0;
    }

    .mis-home-btn-4 a:hover {
        background-color: #18c6cd !important;
        border-radius: 0 50% 0 50% ;
    }
}


/* Media query pour les écrans ≤ 980px */
@media (max-width: 980px) {
	
	
	.padding-gnrl {
    padding: 20px 0 !important;
	}
	
	.title-top {
		height: 20px;
	}

	.title-bottom {
		height: 10px;
	}
	
	h1 {
		font-size: 33px;
	}
	
	h2 {
		font-size: 25px;
	}

	/* ------------------- */
	
	header {
    	background-color: #1F7769 !important;
		height: 80px;
	}
	
	.bloc-header {
    	background-color: #1F7769 !important;
		height: inherit;
	}
    .header-full {
        display: none; /* Cache le menu horizontal */
	}
	.header-mobile {
        display: block; /* Affiche le bouton du menu burger */
		height: inherit;
    }
	
	.wp-block-navigation__responsive-container {
    	bottom: unset !important;
		box-shadow: #7F7F7F 0px 5px 10px;
	}
	
	.wp-block-navigation__responsive-dialog {
		margin-top: 10px;
	}
	
	.mobile-nav-icon {
		width: 100%;
		justify-content: center;
	}
	
	.header-item-reseaux path {
		color: #FFC30F !important;
	}
	
	.bloc-nav {
		padding: 0px !important;
	}
	
	.header-ss-menu {
		padding: 0px !important;
	}

	/* ------------------- */
	
	.slider-shortcode {
		height: 200px;
	}
	
	.slider-content {
		top: 33%;
	}
	
	.slider-nav {
		font-size: 30px;
		top: 33%;
	}
	
	.slider-title {
		font-size: 16px;
	}

	.slider-excerpt {
		font-size: 12px;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	
	.pres-col-img {
		height: 0px !important;
		position: absolute;
		left: 58%;
    	top: 70%;
	}
	
	.pres-line-img {
		max-width: 130px;
		min-width: 130px;
		max-height: 130px;
		position: absolute;
		left: 0px;
		top: -35px;
	}
	
	.bord-circle-img {
		width: 130px;
		height: 130px;
		position: absolute;
		left: 10px;
		top: -45px;
	}
	
	.pres-full {
	    display: none !important;
	}

	.pres-mobile {
		display: block;
		padding-bottom: 10px;
	}

	.pres-col {
		margin: 20px 0 !important;
	}
	
	.pres-col-txt .wp-block-buttons.is-content-justification-right {
		justify-content: flex-start;
	}
	
	
	.map-home-adh {
		margin: 0;
	}

	.map-mobile {
		display: block;
	}
	
	.map-full {
		display: none;
	}
	
	
	.map-container {
		margin: 1.2rem 0 0 0 !important;
	}
	
	.mis-home .wp-container-core-buttons-is-layout-2 {
    	flex-wrap: wrap !important;
	}
	
	.mis-home-btn {
		min-width: 38%;
	}
	
	.mis-home-btn a {
		font-size: 3.2vw;
		height: auto;
		padding-bottom: 33% !important;
		padding-top: 33% !important;
		padding: 0;
	}
	
	.mis-grp-btn {
		margin: 1.2rem 0px !important;
		flex-wrap: wrap !important;
	}

	.mis-home-btn-3 a {
    	border-radius: 50% 0 50% 0 !important;
	}
	.mis-home-btn-4 a {
		border-radius: 0 50% 0 50% !important;
	}

    .mis-home-btn-3 a:hover {
        background-color: #1F7769 !important;
        border-radius: 50% 0 50% 0;
    }

    .mis-home-btn-4 a:hover {
        background-color: #18c6cd !important;
        border-radius: 0 50% 0 50% ;
    }
	
	.partn {
		margin: 1.2rem 0px !important;
	}
	
	.partn-gal {
		gap:1.2rem !important;
	}
	
	.partn-gal figure {
    	max-width: 80px !important;
		width: auto;
	}
	
	.partn-gal img {
    	width: 70px !important;
		margin: auto;
	}
	

	.play-content {
		width:100%;
		height:400px;
	}
	
	.spotify {
        margin: 1.2rem 0 !important;
	}
	
	.podcast {
		margin: 1.2rem 0 !important;
	}

	.podcast-content {
		width: 100%;
		height: 252px;
	}


	/* ------------------- */	
	
		
	.pres-combo95 {
	    padding: 20px 0 20px 0;
	}
	
	.txt-combo95{
		margin-top: 0px;
	}
	
	.act-combo95 {
		padding: 40px 0 40px 0;
	}
	
	.circle-combo95 {
		margin: 50px 0 100px 0;
	}

	.team-combo95 {
	    padding: 50px 0 120px 0 !important;
	}

	.circle-team-combo95 {
	    gap: 120px;
		margin: 50px 0 140px 0;
	}

	.risk-content {
	    gap: 50px;
	    margin: 50px 0 140px 0;
	}

	.risk-combo95 {
		padding: 50px 8% 50px 8% !important;
	}

	.rssrc-content {
	    gap: 50px;
	    margin: 50px 0 140px 0;
	}

	.rssrc-combo95 {
		padding: 50px 8% 50px 8% !important;
	}
	

	/* ------------------- */
	
	.mis-grid {
		grid-template-columns: repeat(1,300px);
        grid-template-rows: repeat(1, 250px);
	}
	
	.mis-grid-item {
		width: 300px;
		height:250px;
	}
	
	.mis-item-img {
	  height: 250px;
	}
	
	.mis-item-title a {
	  font-size: 20px;
      padding-top: 5px;
	}
	
	.mis-item-extrait a {
	  padding: 5px 30px 30px 25px;
	  font-size: 10px !important;
	}

	
	/* ------------------- */

    .list-actus-full {
        display: none;
    }

    .list-actus-mobile {
        display: block;
    }
	
	.actus-grp-item {
		padding: 10px 0 30px 0 !important;
	}

    .actu-img-container {
        padding-top: 20px;
      }

    .actu-img-container figure {
        width: 100%;
        border: #FFC30F 5px solid;
		border-radius: 100px 0 100px 0;
      }
    	
	.actus-item {
		width: 100%;
		grid-template-columns: repeat(2, minmax(0,1fr)) !important;
		gap: 1.2em !important;
		height: auto;
		}

    .actus-item li {
		width: inherit;
        max-width: 150px;
        height: 140px;
        border-radius: 50px 0px 50px 0px;
    }

    .actus-ctn-img {
        width: 150px;
        height: 90px;
    }

    .actus-item-txt {
        width: 150px;
        height: 50px;
    }

    .actus-item-title a {
       	width: 135px;
		height: 50px;
		padding: 3% 0px;
		margin-left: 12px;
		font-size: 13px;
	}

    .actus-item-extrait p {
        font-size: 9px;
        line-height: 100%;
        padding: 5% 0px;
		margin-left: 12px;
        height: 10px;
    	width: 100px;
        top: -65px; 
    }

    .actus-ctn-button {
	    justify-content: center !important;
	}

	
	/* ------------------- */

	.pres-txt-mission {
		max-width: 100%;
	}

	.name-mission {
		max-width: 100% !important;
		gap: 0;
	}

	.name-img-container {
		align-self: center;
	}

	.name-img-container figure {
		max-height: 500px;
		width: auto;
		max-width: 100% !important;
		border : #FFC30F 5px solid;
	}

	.btns-mission {
		padding: 40px 0 0 0 !important;
		flex-direction: column;
	}

	.btns-content-mission {
		max-height: 265px;
	}

	.btns-txt-mission {
		width: inherit;
		position: relative;
		bottom: 135px;
	}

	.btns-txt-btn-mission {
		width:inherit;
		gap:0;
	}

	.btns-title-mission {
		width:300px;
		text-align: center;
	}

	.btns-extrait-mission {
		width:300px;
		padding: 0 25px 20px 25px !important;
	}


	.svg-wav img {
		height: 30px;
	}
	
	
	/* ------------------- */
	
	.art-cat-full {
		display: none;
	}

	.art-cat-mobile {
		display: block;
	}
	
	.actu-content p {
		font-size: 15px;
	}
	
	/* ------------------- */	
	
	.event-cards-container {
		margin: auto;
		width: auto;
		max-width: 600px;
	}
	
	.event-card {
		width: 150px;
	}

	.event-card__date-overlay {
		font-size: 20px;
		padding-left: 15px;
	}
	
	.date-separator {
		font-size:11px;
	}

	.event-card__details {
		padding: 6px 15px;
	}

	.event-card__title {
		font-size: 11px;
	}

	.event-card__category {
		margin-top: 0px;
		font-size: 8px;
		line-height: 11px;
	}
	
	#cp-events-list {
		margin-top: 0;
		max-width: 100%;
	}
	
	.legend-container {
		justify-content: flex-start;
	}
	
	.cp-event-filters-container {
		padding-top: 0;
	}
	
	.cp-category-filters {
		width: 100%;
	}
	
	.cp-category-filters button {
		font-size: 13px !important;
		font-weight: 700;
		padding: 5px 10px !important;
	}
	
	.cp-events-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	
	/* ------------------- */
	
	.event-shortcode {
		display: none;
	}
	
	.event-details h3 {
		text-align: start;
		margin: 20px 0 10px 0;
	}

	.event-image {
		margin: auto;
		max-width: 100% !important;
	}
	
	.event-image img {
		margin: auto;
		max-width: 100% !important;
		border: 7px solid #FFC30F;
		width: -webkit-fill-available;
	}
	
	.event-image p {
		margin: 0;
		text-align: start;
		font-size: 11px;
	}
	
	.event-flex {
		display: block;
	}
	
	.event-flex > p {
		width: 100%;
	}
	
	.event-video {
		width: 80%;
		margin: auto;
		padding: 20px 0 30px 0;
	}
	
	.event-info {
		width: 100%;
		border-left: none;
    	padding-left: 0;
	}
	
	.same-event {
		display: none;
	}
	
	
	/* ------------------- */

	.contact-content {
		gap: 25px;
		width: 100%;
	}
	
	.wp-block-getwid-icon-box__icon-container{
		align-self: center;
		margin-right: 0px;
	}
	
	/*.wp-block-getwid-icon-box__icon-wrapper {
		padding: 16px 16px 16px 0;
	}*/

	
	.contact-txt {
		max-width: 100%;
	}
	
	.contact-txt-infos {
		font-size: 18px !important;
		text-wrap: wrap;
		text-align: start;
	}

	/* ------------------- */
	
	.footer {
		padding: 20px 0 !important;
		background-color: #1f7769;
    	margin: 0 !important;
	}
	
	.footer-ctn {
		justify-content: center;
	}
	
	
	.footer-rech {
		width: 140px !important;
	}
	
}



/* Media query pour les écrans ≤ 768px */
@media (max-width: 768px) {

	.cp-events-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	
}



/* Media query pour les écrans ≤ 480px */
@media (max-width: 480px) {

	.event-cards-container {
		justify-content: start;
		padding: 20px;
	}
	
	.cp-filters button {
		padding: 12px 15px;
		height: auto;
		margin: 5px;
	}
	
	.cp-events-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
}




/*  -------------------------------------------- OPENAGENDA --------------------------------------------  */


.oa-list-item {
    max-height: 300px;
    max-width: 300px;
}

.my-event-card {
    background-color: #1F7769;
    color: white;
    border-bottom-right-radius: 100px;
    border-top-left-radius: 100px;
    overflow: hidden;
    /*max-width: 300px;*/
    /*max-height: 300px;*/
    /*padding: 10px;*/
    /*border: 20px solid red;*/
}

.my-event-permalink {
    text-decoration: none;
    height: 100%;
}

.my-event-info {
    margin: 20px;
}

.my-event-range {
    color: #88B8B4;
    position: absolute;
    margin: 20px;
    /*background-color: #00000088;*/
    /*top: 50%;*/
    /*left: 10px;*/
    bottom: 5px;
    /*transform: translate(0%, -50%);*/
    white-space: nowrap;
    font-weight: bold;
    /*padding: 10px;*/
    /*text-align: center;*/
}

.my-imager-container {
    position: relative;
    display: inline-block;
    /*width: 300px !important;*/
    /*height: 200px !important;*/
    width: 100%;
    max-width: 300px;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.my-imager-container img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    /*object-position: center;*/
}

.my-event-title {
    color: white;
    margin: 0;
    font-weight: bold;
    /*margin-left: 20px;*/
}

.my-event-range .oa-timing .oa-timing-times {
    display: none;
}

.my-event-range .oa-timing .oa-timing-seperator {
    display: none;
}

.my-event-genre {
    margin: 0;
}

.oa-choice-widget .checkbox {
    display: inline-block;
    font-weight: bold;
    margin-right: 50px; /* Optionnel : Espace entre les checkbox */
    white-space: nowrap; /* Empêche le texte de se diviser sur plusieurs lignes si nécessaire */
}

.oa-filter-total {
    display: none;
}

.oa-choice-option-label input {
    display: none;
}

.my-event-image {
    border: 10px solid orange;
    border-top-left-radius: 200px;
    border-bottom-right-radius: 200px;
    /*max-width: 700px;*/
    overflow: hidden;
    padding: 0;
    display: flex;
    align-items: flex-end;
}

.my-event-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.my-event-details {
    display: flex;
    /*align-items: center;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
}

.my-event-description,
.my-event-infos {
/*.my-separator {*/
    flex: 1;
    /*padding: 20px;*/
}

.my-separator {
    /*height: 100%;*/
    height: auto;
    width: 2px;
    background-color: orange;
    margin: 50px;
}

.my-event-category a {
/*a {*/
    pointer-events: none;
    text-decoration: none;
    color: white;
}

/*.my-preview-events {*/
/*    !*display: flex;*!*/
/*    !*flex-wrap: wrap;*!*/
/*    !*display: grid;*!*/
/*    !*grid-template-columns: repeat(auto-fill, minmax(200px, 100%));*!*/
/*    display: flex;*/
/*    flex-wrap: nowrap; !* Empêche le retour à la ligne des éléments *!*/
/*    overflow-x: auto; !* Active le défilement horizontal si nécessaire *!*/
/*    gap: 3rem;*/
/*}*/

/*.my-preview-events .oa-event {*/
/*    flex: 1 1 auto;*/
/*}*/

.oa-preview-events {
    display: flex;
    flex-wrap: nowrap; /* Empêche les éléments de s'enrouler à la ligne suivante */
    overflow-x: auto; /* Active le défilement horizontal */
    overflow-y: hidden; /* Empêche tout défilement vertical */
    gap: 3rem; /* Optionnel : Espace entre les éléments */
    width: 100%; /* Assure que le conteneur utilise toute la largeur disponible */
    box-sizing: border-box; /* Inclus padding et bordure dans la largeur totale */
}

.oa-preview-events .oa-event {
    flex: 0 0 300px; /* Garde les éléments à leur taille initiale sans redimensionnement */
    min-width: 200px; /* Optionnel : Fixe une largeur minimale pour chaque élément */
}

.my-preview {
    width: 100%;
}

/* Styles de la barre de défilement pour les navigateurs Webkit (Chrome, Safari) */
.oa-preview-events {
    display: flex;
    flex-wrap: nowrap; /* Empêche les éléments de s'enrouler à la ligne suivante */
    overflow-x: auto; /* Active le défilement horizontal */
    overflow-y: hidden; /* Empêche le défilement vertical */
    gap: 3rem; /* Espace entre les éléments */
    width: 100%; /* Utilise toute la largeur disponible */
    box-sizing: border-box; /* Inclus padding et bordure dans la largeur totale */
}

.oa-preview-events::-webkit-scrollbar {
    height: 20px; /* Hight de la barre de défilement horizontale */
}

.oa-preview-events::-webkit-scrollbar-track {
    background: #E4E4E4; /* Couleur de l'arrière-plan de la piste de défilement */
    border-radius: 10px; /* Arrondit les coins de la piste de défilement */
}

.oa-preview-events::-webkit-scrollbar-thumb {
    background: #1F7769; /* Couleur de la poignée de défilement */
    /*border-radius: 10px; !* Arrondit les coins de la poignée de défilement *!*/
}

.oa-preview-events::-webkit-scrollbar-thumb:hover {
    /*background: #555; !* Couleur de la poignée de défilement au survol *!*/
}

/* Styles pour Firefox */
.oa-preview-events {
    scrollbar-width: auto; /* Utilise une barre de défilement fine */
    scrollbar-color: #1F7769 #E4E4E4; /* Couleur de la poignée et de l'arrière-plan de la piste */
}