@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,600;0,700;0,800;1,100;1,300;1,400;1,600;1,700;1,800&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');


html {
	  scroll-behavior: smooth;
	  overflow-x: hidden;
	}
body{
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}
:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#ff3541;--bs-orange:#fda950;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#616ba0;--bs-secondary:#535E8C;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#ff3541;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:97,107,160;--bs-secondary-rgb:83,94,140;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:255,53,65;--bs-light-rgb:235,241,251;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1.1rem;--bs-body-font-weight:400;--bs-body-line-height:1.4;--bs-body-color:#212529;--bs-body-bg:#fff}

h1, h2, h3, h4, h5, h6{
	color: var(--bs-primary);
	font-family: 'Montserrat', sans-serif;
	font-weight:800;
	text-align: left;
}
a{
	text-decoration: none;
}
.article-liste .link-primary{
	color: #49528d !important;
}
.rezo{
	top: 50px;
	right: 50px;
}
blockquote {
	margin: 0 0 1.5em;
	padding: 0.9rem 2rem 0.9rem 2rem;
	border-left: 2px solid #fda950;
}
.content-article a.spip_in.definition{
	
	color: #ff3541!important;
}
.content-article a.definition.infobulle{
	text-decoration: none!important;
	color: #029614!important;
}
.content-article h3{
	font-size: 1.2rem;
}
.spip_in:after{
	color: transparent!important;
}
.fw-bold {
	font-weight: 600!important; 
}
.btn-primary {
	color: #fff;
	background-color: var(--bs-primary);
	border-color: var(--bs-primary);
}
.btn-primary:hover {
	color: #fff;
	background-color: var(--bs-secondary);
	border-color: var(--bs-secondary);
}
.btn-warning {
	color: color(srgb 0 0 0 / 0.726);
	background-color: var(--bs-orange);
	border-color: var(--bs-orange);
}
.btn-danger {
	color: #fff;
	background-color: var(--bs-danger);
	border-color: var(--bs-danger);
}
.text-danger{
	color: #b90d0d!important;
}
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: var(--bs-danger);
	border-color: var(--bs-danger);
}
.text-justify{
	text-align: justify!important;
}
.list-group-item, .list-group{
	list-style: none
}

.b-example-divider {
	height: 3rem;
	background-color: rgba(0, 0, 0, .1);
	border: solid rgba(0, 0, 0, .15);
	border-width: 1px 0;
	box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }
  
  .bi {
	vertical-align: -.125em;
	fill: currentColor;
  }
  
  .feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	margin-bottom: 1rem;
	font-size: 2rem;
	color: #fff;
	border-radius: .75rem;
  }
  
  .icon-link {
	display: inline-flex;
	align-items: center;
  }
  .icon-link > .bi {
	margin-top: .125rem;
	margin-left: .125rem;
	transition: transform .25s ease-in-out;
	fill: currentColor;
  }
  .icon-link:hover > .bi {
	transform: translate(.25rem);
  }
  
  .icon-square {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	font-size: 1.5rem;
	border-radius: .75rem;
  }
  .rounded-4 { border-radius: .5rem; }
  .rounded-5 { border-radius: 1rem; }
  
  .text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
  .text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
  .text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }
  
  .card-cover {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
  }

  .bg-warning .nav-link{
	  color: var(--bs-primary);
  }
  .navbar-dark .navbar-nav li:last-child .nav-link{
	 border-right: none; 
  }
  .dropdown-menu{
		min-width: 15rem;
		background: #49528d;
		padding: 0;
		padding-bottom: 10px;
	}
	.dropdown-menu li .nav-link{
		background-color: #00000030;
		border-bottom : 1px solid #FFFFFF20!important;
		border-right: none !important;
		color: rgba(255,255,255,0.8)!important;
		padding: 10px 15px;
	}
	.dropdown-menu li:hover .nav-link{
		background-color: #00000060;
	}
	.offcanvas .nav-link{
		border:none!important;
	}
	.img-fluid {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	.comments-ul.comments-items{
		padding: 0;
		list-style: none;
	}
	.comment-box .submit { bottom: 15px; right: 30px; background: rgb(197, 45, 47); color: rgb(255, 255, 255); border-radius: 5px; padding: 2px 5px; border: 0px; margin-bottom: 5px; }
	
	.modererforum{
		display: flex;
		justify-content: space-between;
	}
	.gravatar_info_forum{
		font-size: 12px;
	}
	.column-5{
		columns: 5;
	}
	/*autocompleta*/
	.ui-widget li{
	  background: none;
	}
	.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
	.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; font-size: 1.3em;}
	.autocomplete-selected { background: #F0F0F0; }
	.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
	.autocomplete-group { padding: 2px 5px; }
	.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
	
	@media only screen and (max-width: 1024px) {
		 .column-5{
			 columns: 2;
		 }
		 nav.navbar, .sidebtn .sociaux{
			 display: none;
		 }
	}
	.comments-ul li ul{
		padding-left: 9%!important;
	}
	.offcanvas-body .navbar-dark .navbar-nav .nav-link{
		color: white!important;
	}
	.rounded-top {
		border-top-left-radius: 1rem !important;
		border-top-right-radius: .25rem !important;
	}
	.rounded-2, .rounded-3, .rounded {
		border-radius: 1rem !important;
	}
	.bg-primary2{
		background-color: #49528d !important;
	}
	.bg-primary2 .nav-link{
		font-size: 1.1em!important;
	}
	.text-primary2{
		color: #49528d !important;
	}
	.bg-dashed {
	  background: repeating-linear-gradient(
		45deg,               /* Angle des hachures */
		rgba(255, 165, 0, 0.2), /* Couleur de la hachure (orange clair avec transparence) */
		rgba(255, 165, 0, 0.2) 2px, /* Largeur de la ligne colorée */
		transparent 2px,      /* Début de la partie transparente */
		transparent 4px       /* Largeur totale (hachure + espace) */
	  );
	}
	.bg-dashed-bis {
	 background: repeating-linear-gradient(
		 45deg,               /* Angle des hachures */
		 rgba(255, 255, 255, 0.5), /* Couleur de la hachure (orange clair avec transparence) */
		 rgba(255, 255, 255, 0.7) 2px, /* Largeur de la ligne colorée */
		 transparent 2px,      /* Début de la partie transparente */
		 transparent 4px       /* Largeur totale (hachure + espace) */
	   );
	}
	.border-primary{
		border-color: #49528d !important;

	}
	.rotated-15 {
	  transform: rotate(15deg)!important; /* Applique une rotation de -45 degrés */
	}
	.position-icone{
		top: -30px;
		right: 20px;
	}
	.tipso_bubble{
		background-color: #49528d !important;
	}
	.tipso_bubble:after{
		background-color: #49528d !important;
	}

.tipso_bubble.top > .tipso_arrow{border-top-color:#49528d!important;border-right-color:transparent;border-left-color:transparent;border-bottom-color:transparent;top:100%;left:50%;margin-left:-8px}.tipso_bubble.bottom > .tipso_arrow{border-bottom-color:#49528dd!important ;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;bottom:100%;left:50%;margin-left:-8px}.tipso_bubble.left > .tipso_arrow{border-left-color:#49528dd!important ;border-top-color:transparent;border-bottom-color:transparent;border-right-color:transparent;top:50%;left:100%;margin-top:-8px}.tipso_bubble.right > .tipso_arrow{border-right-color:#49528dd!important ;border-top-color:transparent;border-bottom-color:transparent;border-left-color:transparent;top:50%;right:100%;margin-top:-8px}

