/* modification marge des conteneurs fluide pour qu'ils prennent tout l'espace */
.container-fluid {
--bs-gutter-x: 0;
}
/********************
/* Topbar
/********************/
#topbar-header { height:3.125em }

/* Topbar - adresse du site */
#topbar-header .topbar-adresse { 
	color:rgb(0,0,0);
	font-family: "ABeeZee", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 14px;	 
	line-height: 1em;
	text-align: center;
	width: 224px;
	height: 100%;
	background: rgb(255,255,255);
	/*transform: skewX(10deg);
	margin-left: -.8333em;*/
	display:inline-block;
	clip-path: polygon(0% 0%,97% 0%,100% 100%,0% 100%);
}
	
#topbar-header p {
	padding-top: 18px;
	transform: skewX(-10deg);
}
#topbar-header.p-1 {
	padding: 0 !important;
}

/* Topbar - Boutons de login et enregistrement */
.oblique {
	width:224px;
	margin-left:40px;
	
	
}
.oblique::before {
	display:inline-block;
	content: '';
	background-color: #272727;
	width: 40px;
	height: 50px;
	transform: skewX(-10deg);
	position:relative;
	margin-right:-10px;
	margin-left: 10px;
}


#jtl button.modal-toggle {
	/*transform: skewX(-10deg);*/
	height:50px;
	background : #272727;
	color : #fff;
}
#login-form-172 button.btn-primary {
	transform: skewX(-10deg);
	height:50px;
	background : #272727;
	color : #fff;
}

/********************
/* Astroid Header
/********************/
#astroid-header {
	padding:10px 0;
}

/* header - logo */
header .logo-wrapper {
    padding-left: 40px;
    padding-right: 20px;
}

/********************
/* Hero
/********************/
.figcaption-wrap {
	background : none;
	font-size : 72px;
	font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif;
	font-weight : 700;
	padding : 0;
	line-height : 0.78em;
	letter-spacing: -1px;
}
figcaption span {
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ff1f00;
}

/********************
/* Accueil
/********************/

.equipe-droite {
	display:inline-block;
	clip-path: polygon(3% 0%,100% 0%,100% 100%,0% 100%);
}
.Equipe-gauche {
	display:inline-block;
	clip-path: polygon(0% 0%,97% 0%,100% 100%,0% 100%);
}

/********************
/* News ticker
/********************/
#allezdax-ticker img {
	display:none;
}
#allezdax-ticker .slick-prev {
	display:none;
}
#allezdax-ticker a {
	padding-left:20px;
}
#allezdax-association p {
	text-align:right;
	padding-right:20px;
	line-height:1.8em;
}
#colonne-association {
	padding-right:unset;
}
#colonne-articles {
	padding-left:unset;
}

/********************
/* Genéraux
/********************/

.bottom_line_none {
	border-bottom : none;
}
.btn-danger {
  --bs-btn-bg: rgba(204, 0, 0, 1);
  --bs-btn-border-color: rgba(204, 0, 0, 1);
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: rgba(204, 0, 0, 1);
  --bs-btn-disabled-border-color: rgba(204, 0, 0, 1);
}
#logo img {
	width : 60px;
}
.astroid-logo-default {
	padding-left:40px;
}
@media all and (min-width: 1024px) and (max-width: 1439px) {
	.astroid-social-icons {
		margin-left:-80px;
	}
}
@media all and (min-width: 1440px) and (max-width: 1920px) {
	.astroid-social-icons {
		padding-left:100px;
		pading-top:15px;
	}
}
@media all and (min-width: 1921px) {
	.astroid-navigation {
		margin-left:-50px;
	}
}
.categorie_article {
    font-family: 'Poppins','Impact', 'Helvetica Black', 'Arial Black', sans-serif;
    font-size: 4.8rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #e30613;
    -webkit-text-stroke: 4px #ffffff;     /* Contour blanc */
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.6); /* Légère ombre pour la profondeur */
    letter-spacing: 3px;
    text-align:center;
}

/********************
/* Blog
/********************/

/* Encapsuler chaque article du blog dans un cadre blanc avec une ombre */
.astroid-blog-item, .blog-item > div {
    background-color: #ffffff !important; /* Fond blanc pour faire ressortir sur le fond du site */
    border: 4px solid #e0e0e0 !important;  /* Une fine bordure grise pour délimiter le cadre */
    border-radius: 6px !important;         /* Des angles légèrement arrondis et modernes */
    padding: 10px !important;              /* De l'espace à l'intérieur du cadre pour que le texte respire */
    margin-bottom: 25px !important;        /* De l'espace entre les articles verticalement */
	margin-top: 25px !important;        /* De l'espace entre les articles verticalement */
	/*margin-right:10px;*/
    box-shadow: 5px 5px 5px rgba(0,0,0,0.5) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Effet de survol optionnel pour rendre le blog dynamique */
.astroid-blog-item:hover, .blog-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
	background-color:#cc0000;
}
.blog > h1 {
	border-bottom : 2px solid #ff0000 !important; 
	line-height : 140px;
}
 .items-row > div {
    border: 0px !important;  /* Une fine bordure grise pour délimiter le cadre */
    border-radius: 6px !important;         /* Des angles légèrement arrondis et modernes */
    padding: 20px !important;              /* De l'espace à l'intérieur du cadre pour que le texte respire */
    margin-bottom: 25px !important;        /* De l'espace entre les articles verticalement */
	/*margin-right:10px;*/
	box-shadow: none !important;
   
}

/********************
/* Menu
/********************/

.menu_titre {
	color:#ff0000;
	/*font-size:70px;*/
	font-size: clamp(1.5rem, 2.5vw + 1rem, 3rem);
	line-height:.8;
	font-weight:900;
}
.menu_titre_com {
	color:#ff0000;
	/*font-size:50px;*/
	font-size: clamp(1rem, 2vw + 1rem, 2.5rem);
	line-height:.8;
	font-weight:900;
}
.menu_titre_black {
	color:#000000;
	font-size: clamp(1.5rem, 2.5vw + 1rem, 3rem);
	line-height:.8;
	font-weight:900;
}
.megamenu-container {
   border-bottom-width: 10px;
  border-bottom-style: solid;
  border-bottom-color: #c00;
}
/********************
/* Timeline
/********************/

/* Conteneur principal */
.timeline-vertical {
    position: relative;
    max-width: 1000px;
    margin: 40px auto;
    padding: 20px 0;
    display: block;
    overflow: hidden; /* Force le conteneur à englober toute la hauteur des blocs floats */
}


/* La ligne rouge centrale */
.timeline-vertical::after {
    content: '';
    position: absolute;
    width: 4px;
    background-color: #c91313;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
    z-index: 1;
}

/* Style de chaque bloc */
.timeline-item {
    padding: 20px 40px;
    position: relative;
    width: 50% !important;
    box-sizing: border-box;
    clear: both; /* Force le bloc suivant à descendre sous le précédent */
    float: left; /* Par défaut positionné à gauche */
}

/* Positionnement alterné */
.timeline-left {
    float: left;
    text-align: left;
}
.timeline-right {
    float: right;
    text-align: left;
}

/* Les ronds sur la ligne rouge */
.timeline-item::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    right: -8px;
    background-color: #fff;
    border: 4px solid #c91313;
    top: 30px;
    border-radius: 50%;
    z-index: 2;
}
.timeline-right::after {
    left: -8px;
    right: auto;
}

/* Contenu des boîtes blanches */
.timeline-content {
    padding: 25px;
    background-color: #ffffff;
    border: 1px solid #eef0f2;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.timeline-content h3 { 
    margin-top: 0; 
    color: #c91313; 
    font-size: 24px; 
    font-weight: 700; 
}
.timeline-img { 
    max-width: 100%; 
    height: auto; 
    margin-top: 15px; 
    border-radius: 4px; 
}

/* Responsive Mobile */
@media screen and (max-width: 768px) {
    .timeline-vertical::after { left: 31px; }
    .timeline-item { width: 100% !important; float: none; padding-left: 70px; padding-right: 20px; }
    .timeline-item::after { left: 23px; right: auto; }
}
