.mr5
{
	margin-right: 5px;
}
.ml5
{
	margin-left: 5px;
}
.mr10
{
	margin-right: 10px;
}
.mr15
{
	margin-right: 15px;
}
.ml15
{
	margin-left: 15px;
}
.mt15
	{
		margin-top: 15px;
	}
	.mt20
	{
		margin-top: 20px;
	}

.mt50{
	margin-top: 50px;
}
  

.text-jaune
{
	color: var(--jaune);
}

.hidden {display: none;}
.modal-dialog { max-width:800px; }

/* ========================================
   MODALS - Style epure
   ======================================== */
.modal-content {
	border: none;
	border-radius: 14px;
	box-shadow: 0 12px 40px rgba(0,0,0,0.12);
	overflow: hidden;
}

.modal-header {
	background: var(--fondCreme);
	border-bottom: 1px solid #f0ebe5;
	padding: 16px 24px;
}

.modal-header .modal-title {
	font-size: 16px;
	font-weight: 700;
	color: var(--vert);
}

.modal-header .close {
	font-size: 24px;
	color: #b0a89e;
	opacity: 1;
	text-shadow: none;
}

.modal-header .close:hover {
	color: var(--orange);
}

.modal-body {
	padding: 24px;
}

.modal-body .form-group label {
	font-size: 13px;
	font-weight: 600;
	color: #6b6159;
	margin-bottom: 4px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

.modal-body .form-control {
	border: 1px solid #e8e0d8;
	border-radius: 8px;
	padding: 10px 14px;
	font-size: 14px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	background: #fff;
}

.modal-body .form-control:focus {
	border-color: var(--orange);
	box-shadow: 0 0 0 3px rgba(232,97,54,0.1);
	outline: none;
}

.modal-body select.form-control {
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%238a8078' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	padding-right: 32px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

select.form-control {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	min-height: 42px;
}

.modal-body .box-footer,
.modal-body .text-center.mt-3 {
	padding-top: 16px;
	margin-top: 16px;
	border-top: 1px solid #f0ebe5;
	display: flex;
	justify-content: center;
	gap: 10px;
}
.success {background-color: #58d971; color:#fff;}
.blue {background-color: #44aad4; color: #fff;}
.orange {background-color: #d48244; color:#FFF ;}
.purple {background-color: #d444c7; color: #fff;}
.danger {background-color: #d44444; color: #fff;}
.icone-warning {color: #d48244;}

.grey a, .grey {
    color: grey !important;
}

/*** TABLE ***/
.table th, .table td
{
	border: none !important;
	vertical-align: middle !important;
	
}

.table {
	background-color: inherit;
}
.table tr:nth-child(even) {
 background-color: #efefef;
}
.table tr {
    color: #000;
    font-family: none;
}


.image {max-width:100%;}

code.start_info
{
	position: absolute;
    background: #fff;
    box-shadow: #444 0px 0px 4px;
    padding: 5px;
    border-radius: 10px;
    z-index:  999;
        right: 0;
    /* top: 0; */
    opacity: 0.8;
}
 .nav-text
 {
 	font-family: var( --font-family);
	font-size: 14px;
 }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
{
	color: var(--vert);
	font-family: var( --font-family);
}

/* Icones sidebar */
.left_menu i.ph {
	font-size: 20px;
	color: #8a8078;
}
.left_menu li.active i.ph,
.left_menu li:hover i.ph {
	color: var(--orange);
}

body
{
	font-family: var( --font-family);
	background-color: var(--fondCreme) !important;
}

   .flex-wrap
    {
        flex-wrap: wrap;
    }

a:hover
					{
						text-decoration: none;
					}


					/* 1. Rayures diagonales */
.evt-rayures {
  background-color: #48a;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 11px,
    #fff 8px,
    #fff 12px
  );
}

/* 2. Points */
.evt-points {
  background-color: #48a;
  background-image:
    radial-gradient(#fff 1.5px, transparent 1.5px),
    radial-gradient(#fff 1.5px, transparent 1.5px);
  background-size: 12px 12px;
  background-position: 0 0, 6px 6px;
}

/* 3. Hachures croisées (SVG) */
.evt-hachures {
  background-color: #48a;
  background-image: url("data:image/svg+xml;utf8,<svg width='8' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'><rect width='8' height='12' fill='none'/><path d='M0 8L8 0' stroke='white' stroke-width='1'/><path d='M0 0L8 8' stroke='white' stroke-width='1'/></svg>");
}


/* ========================================
   BOUTONS MODERNES - Surcharge Bootstrap
   ======================================== */

/* Bouton Primary (Bleu) */
.btn-primary, #admin .content .btn-primary {
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%) !important;
	border: none !important;
	color: white !important;
	font-weight: 600;
	padding: 10px 24px;
	border-radius: 8px;
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-size: 0.9rem;
	letter-spacing: 0.5px;
	box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.btn-primary:hover, #admin .content .btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0, 123, 255, 0.4) !important;
	background: linear-gradient(135deg, #0069d9 0%, #004085 100%) !important;
}

.btn-primary:active, #admin .content .btn-primary:active {
	transform: translateY(0);
}

/* Bouton Success / Principal */
.btn-success, #admin .content .btn-success {
	background: var(--orange) !important;
	border: none !important;
	color: white !important;
	font-weight: 600;
	padding: 10px 24px;
	border-radius: 8px;
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-size: 0.85rem;
	letter-spacing: 0.5px;
	box-shadow: 0 2px 8px rgba(232,97,54,0.2);
}

.btn-success:hover, #admin .content .btn-success:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(232,97,54,0.3) !important;
	filter: brightness(0.95);
}

.btn-success:active, #admin .content .btn-success:active {
	transform: translateY(0);
}

/* Bouton Warning / Secondaire */
.btn-warning, #admin .content .btn-warning {
	background: var(--fondCreme) !important;
	border: 1px solid var(--orange) !important;
	color: var(--orange) !important;
	font-weight: 600;
	padding: 10px 24px;
	border-radius: 8px;
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-size: 0.85rem;
	letter-spacing: 0.5px;
	box-shadow: none;
}

.btn-warning:hover, #admin .content .btn-warning:hover {
	transform: translateY(-2px);
	background: var(--orange) !important;
	color: #fff !important;
	box-shadow: 0 4px 12px rgba(232,97,54,0.2) !important;
}

.btn-warning:active, #admin .content .btn-warning:active {
	transform: translateY(0);
}

/* Bouton Info (Cyan) */
.btn-info, #admin .content .btn-info {
	background: linear-gradient(135deg, #17a2b8 0%, #117a8b 100%) !important;
	border: none !important;
	color: white !important;
	font-weight: 600;
	padding: 10px 24px;
	border-radius: 8px;
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-size: 0.9rem;
	letter-spacing: 0.5px;
	box-shadow: 0 4px 12px rgba(23, 162, 184, 0.3);
}

.btn-info:hover, #admin .content .btn-info:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(23, 162, 184, 0.4) !important;
	background: linear-gradient(135deg, #138496 0%, #0c5460 100%) !important;
}

.btn-info:active, #admin .content .btn-info:active	 {
	transform: translateY(0);
}

/* Bouton Danger */
.btn-danger, #admin .content .btn-danger {
	background: #fff !important;
	border: 1px solid #e8e0d8 !important;
	color: #c0392b !important;
	font-weight: 600;
	padding: 10px 24px;
	border-radius: 8px;
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-size: 0.85rem;
	letter-spacing: 0.5px;
	box-shadow: none;
}

.btn-danger:hover, #admin .content .btn-danger:hover {
	transform: translateY(-2px);
	background: #c0392b !important;
	color: #fff !important;
	border-color: #c0392b !important;
	box-shadow: 0 4px 12px rgba(192,57,43,0.2) !important;
}

.btn-danger:active, #admin .content .btn-danger:active {
	transform: translateY(0);
}
