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