#ban{max-height: 1200px !important;}
/* --- TABLEAU DASHBOARD --- */
.table-responsive {
    overflow-x: auto;
}
:root {
    /* --- COULEURS PRINCIPALES --- */
    --primary: #f08200;            /* Ton Orange */
    --primary-hover: #ff9d2e;      
    --primary-glow: rgba(240, 130, 0, 0.25);
    
    /* --- FONDS --- */
    --bg-dark: #0F172A;            /* Fond Site (Bleu nuit très sombre) */
    --bg-card: #1E293B;            /* Fond Cartes (Un peu plus clair) */
    --bg-input: #070a0c;           /* Fond Inputs (Presque noir) */
    
    /* --- TEXTES --- */
    --text-main: #F1F5F9;          /* Blanc cassé (Lecture principale) */
    --text-muted: #94A3B8;         /* Gris bleuté (Textes secondaires) */
    
    /* --- ÉTATS & BORDURES --- */
    --border-light: rgba(255, 255, 255, 0.08);
    --success: #10B981;            /* Vert */
    --danger: #EF4444;             /* Rouge */
    --info: #3B82F6;               /* Bleu */

    /* --- UI --- */
    --radius-sm: 6px;
    --radius-md: 12px;
}
.dash-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95em;
}

.dash-table th {
    text-align: left;
    padding: 10px;
    color: var(--text-muted);
    font-size: 0.85em;
    text-transform: uppercase;
    border-bottom: 1px solid var(--border-light);
    font-family: "medium";
}

.dash-table td {
    padding: 12px 10px;
    border-bottom: 1px solid rgba(255,255,255,0.03);
    vertical-align: middle;
}

.dash-table tr:last-child td {
    border-bottom: none;
}

.dash-table tr:hover td {
    background-color: rgba(255,255,255,0.02);
}

/* --- LIENS CONTACT --- */
.contact-link {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.9em;
    transition: color 0.2s;
}
.contact-link:hover {
    color: var(--primary);
    text-decoration: underline;
}

/* --- BADGES (Étiquettes colorées) --- */
.badge {
    display: inline-block;
    padding: 5px 6px;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
    width: 90px;
}
*{
  color: #fff;
}
.badge.success {
    background-color: rgba(16, 185, 129, 0.55);
    border: 1px solid rgba(16, 185, 129, 0.2);
}
.noMargin{
  margin: 0 !important;
}
.badge.pointer {
	cursor: pointer;
}
.badge.info {
    background-color: rgba(59, 130, 246, 0.55);
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.badge.neutral {
    background-color: rgba(255, 255, 255, 0.55);
    color: var(--text-muted);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* --- BOUTON ACTION --- */
.btn-action {
    display: inline-block;
    padding: 5px 12px;
    background-color: var(--bg-dark);
    border: 1px solid var(--border-light);
    border-radius: 6px;
    color: var(--text-main);
    text-decoration: none;
    font-size: 0.85em;
    transition: all 0.2s;
}
.btn-action:hover {
    background-color: var(--primary);
    color: white;
    border-color: var(--primary);
}
/* Base du bandeau (similaire à avant) */
.welcome-banner {
    border-radius: 9px;
    padding: 20px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    color: white;
    position: relative;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    animation: slideDown 0.5s ease-out;
}

/* --- LES VARIATIONS DE COULEUR --- */
 .dash-card a{
 	color: #ede3d7;
} 
 .dash-card { 
        background: #1E293B; 
        padding: 25px; border-radius: 9px; margin-bottom: 25px; 
    }
/* INFO (Bleu - Classique) */
.welcome-banner.info {
    background: linear-gradient(90deg, #3B82F6 0%, #2563eb 100%);
    border-left: 5px solid #93c5fd;
}

/* WARNING (Orange - Motivation) */
.welcome-banner.warning {
    background: linear-gradient(90deg, #f08200 0%, #ea580c 100%);
    border-left: 5px solid #fdba74;
}
.welcome-banner.success {
    background: linear-gradient(90deg, #10B981 0%, #059669 100%); /* Vert Émeraude */
    border-left: 5px solid #6ee7b7;
}
/* CRITICAL (Rouge - Alerte) */
.welcome-banner.critical {
    background: linear-gradient(90deg, #EF4444 0%, #dc2626 100%);
    border-left: 5px solid #fca5a5;
}

/* --- RESTE DU STYLE --- */
.welcome-icon {
    font-size: 28px;
    margin-right: 20px;
    background: rgba(255, 255, 255, 0.2);
    width: 48px; height: 48px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.welcome-content strong { font-size: 1.1em; display: block; margin-bottom: 5px; }
.welcome-content p { margin: 0; font-size: 0.95em; line-height: 1.4; }
.welcome-close { position: absolute; top: 10px; right: 15px; cursor: pointer; font-size: 20px; opacity: 0.7; }
.welcome-close:hover { opacity: 1; }

@keyframes slideDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.01); box-shadow: 0 4px 20px rgba(239, 68, 68, 0.6); } 100% { transform: scale(1); } }
/*Mes actions*/
/* --- CONTENEUR PRINCIPAL --- */
.timeline-container {
    position: relative;
    padding-left: 10px;
    padding-top: 10px;
    margin-top: 15px;
}

/* LA LIGNE VERTICALE (Fil conducteur) */
.timeline-container::before {
    content: '';
    position: absolute;
    top: 15px;       /* Commence un peu plus bas */
    bottom: 30px;    /* S'arrête avant le dernier item */
    left: 27px;      /* Alignement pile au centre des icônes */
    width: 2px;
    background: rgba(255, 255, 255, 0.1); /* Ligne discrète */
    border-radius: 2px;
}

/* --- CHAQUE ITEM (Ligne d'action) --- */
.timeline-item {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    position: relative;
    
    /* Animation d'apparition fluide */
    animation: slideIn 0.4s ease-out backwards;
}

/* Effet cascade (chaque item arrive un peu après l'autre) */
.timeline-item:nth-child(1) { animation-delay: 0.1s; }
.timeline-item:nth-child(2) { animation-delay: 0.15s; }
.timeline-item:nth-child(3) { animation-delay: 0.2s; }
.timeline-item:nth-child(4) { animation-delay: 0.25s; }
.timeline-item:nth-child(5) { animation-delay: 0.3s; }
.timeline-item:nth-child(6) { animation-delay: 0.35s; }

/* --- MARQUEUR (L'icône ronde) --- */
.timeline-marker {
    z-index: 2; /* Pour passer au-dessus de la ligne verticale */
    flex-shrink: 0;
}

.timeline-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #1E293B; /* Même couleur que le fond de ta carte pour "couper" la ligne */
    border: 2px solid #475569;
    color: #94A3B8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    /* Petite ombre externe pour détacher du fond */
    box-shadow: 0 0 0 4px #1E293B; 
    transition: transform 0.2s;
}

/* Petit effet "Pop" au survol */
.timeline-item:hover .timeline-icon {
    transform: scale(1.1);
}

/* --- LE CONTENU (Boîte Texte) --- */
.timeline-content {
    flex-grow: 1;
    background: rgba(255,255,255,0.02); /* Fond très subtil */
    padding: 12px 15px;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.timeline-item:hover .timeline-content {
    background: rgba(255,255,255,0.05); /* S'éclaire un peu au survol */
    transform: translateX(5px);         /* Se décale légèrement vers la droite */
}

/* EN-TÊTE (Module + Heure) */
.timeline-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.module-tag {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #F1F5F9;
    background: rgba(255,255,255,0.1);
    padding: 2px 8px;
    border-radius: 4px;
}

.time-tag {
    font-size: 11px;
    color: #64748B; /* Gris discret */
}

/* TEXTE PRINCIPAL */
.timeline-text {
    font-size: 13px;
    color: #CBD5E1; /* Blanc cassé */
    line-height: 1.4;
}

/* --- COULEURS SELON L'ACTION (Classes dynamiques) --- */

/* AJOUT (Vert) */
.timeline-item.add .timeline-icon {
    border-color: #10B981; 
    color: #10B981; 
    background: rgba(16, 185, 129, 0.1); /* Fond vert très léger */
}
.timeline-item.add .module-tag {
    background: rgba(16, 185, 129, 0.2);
    color: #34d399;
}

/* MODIF (Orange) */
.timeline-item.edit .timeline-icon {
    border-color: #f08200; 
    color: #f08200; 
    background: rgba(249, 115, 22, 0.1);
}
.timeline-item.edit .module-tag {
    background: rgba(249, 115, 22, 0.2);
    color: #fbbf24;
}

/* SUPPR (Rouge) */
.timeline-item.del .timeline-icon {
    border-color: #EF4444; 
    color: #EF4444; 
    background: rgba(239, 68, 68, 0.1);
}
.timeline-item.del .module-tag {
    background: rgba(239, 68, 68, 0.2);
    color: #f87171;
}

/* --- ANIMATION KEYFRAMES --- */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* On limite la hauteur et on active le scroll */
.timeline-container {
    max-height: 600px; /* Hauteur fixe : environ 6-7 items visibles */
    overflow-y: auto;  /* Scroll vertical si ça dépasse */
    padding-right: 10px; /* Espace pour pas que le texte touche la barre */
    
    /* Pour Firefox */
    scrollbar-width: thin;
    scrollbar-color: #f08200 #1E293B;
}

/* --- CUSTOM SCROLLBAR (Chrome, Edge, Safari) --- */
.timeline-container::-webkit-scrollbar {
    width: 6px; /* Très fin */
}

.timeline-container::-webkit-scrollbar-track {
    background: #1E293B; /* Couleur du fond (invisible) */
    border-radius: 3px;
}

.timeline-container::-webkit-scrollbar-thumb {
    background-color: #475569; /* Gris sombre par défaut */
    border-radius: 3px;
    border: 1px solid #1E293B; /* Petit espace autour */
}

.timeline-container:hover::-webkit-scrollbar-thumb {
    background-color: #f08200; /* Devient Orange au survol de la zone ! */
}
/*!!!Mes actions*/
.boutonIA{
	display: flex;
	position: relative;
	align-items: center;
	justify-content: space-between;
	background-color:rgba(255,255,255,0.1);
	background-repeat:no-repeat;
	background-position:13px 50%;
	padding:6px 20px;
	border-radius:9px ;
	gap: 10px;
	text-transform:uppercase;
	opacity:1;
	cursor: pointer;
	transition: all 0.2s  ease-out;
	box-shadow: 0 0 5px rgba(0,0,0,0.05);
	    color: #f08200;
    border: solid 2px #f08200;
}
.boutonIA::after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	border-radius:7px ;
	left:0;
	top:0;
	opacity:0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	 -ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	 transition: all 0.2s  ease-out;
	border:solid 1px #f08200;
}
.boutonIA:hover{
	opacity:1;
	background-color: rgba(255,255,255,0.15);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	 -ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	 transition: all 0.2s  ease-out;
	 text-decoration:none;
}
.boutonIA:hover::after{
	opacity:1;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	 -ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	 transition: all 0.2s  ease-out;
}
.boutonIA img{
	filter: brightness(0) saturate(100%) invert(58%) sepia(29%) saturate(4374%) hue-rotate(2deg) brightness(96%) contrast(102%);
	transition: all 0.2s  ease-out;
}
.boutonIA span{
	color: #f08200;
	transition: all 0.2s  ease-out;
}
.errorDiv{
	position: fixed;
	z-index: 9999999;
	left: 0;
	bottom: 0;
	background-color:#920C0E;
	padding: 10px;
	width: 100%;
	opacity: 0.9;
	color: #070a0c;
}
.inline-block{
	display: inline-block;
}
.center{
	text-align: center;
}
.sectionTitre.ia{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}
.qrCode{
	display: flex;
  flex-wrap: wrap;
	align-items: center;
	gap:10px;
	justify-content: center;
}
.qrCode input{
	background-color: #070a0c;
	border:none;
	color: #fff;
	border-radius: 10px;
	padding: 8px;
	margin: 0 !important;
	box-shadow: 0 0 10px rgba(0,0,0,0.02);
}
.qrCode i{
	font-size: 0.7em;
	opacity: 0.5;
}
.qrCode .gmb{
	background-color: #f08200;
	aspect-ratio: 1;
	padding: 5px;
	border-radius: 14px;
	border:none;
	display: inline-block;
}	
.qrCode .gmb img{
	width: 35px;
}
.qrCode button img{
	filter: invert(1);
	width: 35px;
}
.qrCode form{
	display: flex;
	align-items: center;
	gap: 10px;
}
.downloadQR img{
	display: block;
	border-radius: 14px;
	overflow: hidden;
}
.downloadQR{
	display: inline-block;
	position: relative;
	background-color: #070a0c;
	padding: 2px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.02);
}
.downloadQR span{
	background-color: #f08200;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	padding: 2px 6px;
	color:#070a0c;
	bottom: -5px;
	border-radius: 14px;
	font-size: 0.5em;
}
.smsEnvoye.active{
	background-color: #ddd;
    cursor: default;
}
.smsEnvoye:not(.active):hover{
	background-color: #2c3e50;
}
.smsEnvoye{
    background-color: #f08200;
    border-radius: 20px;
    padding: 2px 10px;
    font-size: 1.1em;
    text-align: center;
    max-width: 180px;
    cursor: pointer;
    color: #070a0c;
}
@keyframes pulse {
    0%, 100% { transform: scale(1);  }
    50% { transform: scale(1.05); }
}
.dataGenerate.noActive img{
	filter: brightness(0) saturate(100%) invert(51%) sepia(96%) saturate(2267%) hue-rotate(7deg) brightness(101%) contrast(101%);
	animation: pulse 1s infinite;
}
.dataGenerate.noActive span{
	color: #2c3e50;
	font-style: italic;
	font-size: 1em;
}
.dataGenerate.noActive{
	background-color: #e8ecef ;
}
/* Bibliothèqye d'image maison pour sommaire et actualité */
.interfaceBiblio {
	position: fixed;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
	width: 70%;
	max-height: 60%;
	overflow-y: scroll;
	scrollbar-color: #f08200  #070a0c;
	scrollbar-width: thin;
	background-color: #0f172a;
	padding: 30px;
	z-index: 5;
	border-radius: 9px;
	gap: 10px;
	opacity: 0;
	transform: scale(0);
	transition: all 0.3s ease;
	justify-content: center;
	box-shadow: 0 10px 20px rgba(0 0 0 / 20%);
}
.interfaceBiblio.active {
	opacity: 1;
	transform: scale(1) translateY(-50%);
}
.divImgBiblio {
	cursor: pointer;
	border-radius: 9px;
	transition: all 0.3s ease;
	background-color: rgba(255,255,255,0.5);
}
.divImgBiblio:hover {
	transition: all 0.3s ease;
	transform: scale(0.9);
}
.buttonBiblio {
	margin-top: 15px;
	width: 100%;
	text-align: center;
}
.titreBiblio {
	text-align: center;
}
.miniaBiblio {
	aspect-ratio: 1/1;
	width: 100px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}
.padd .field {
	width: 100% !important;
}
.alignCenter {
	align-items: center;
}
.declinaison  {
	border-top: 1px solid #F1F5F9;
	padding: 10px 0;
}
.titreDeclinaison {
	font-size: 1.6em;
}
.allDeclinaison {
	margin: 10px 0;
}
.titreF {
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 1.1em;
}
.flex label {
	padding-left: 10px;
	margin-bottom: 0 !important;
}
.multiselect {
  width: 100%;
}

.inline2, .inline3{
	display: inline-block;
	float: left;
}
.inline2{
	width: 50%;
}
.inline3{
	width: 33%;
}
.CodeMirror{
	width: 100% !important;
	max-width: 100%;
	height: auto !important;
}
.validButton.boutonCssFixe{
	z-index: 9;
	position: fixed !important;
	right: 20px;
	background-color: #1a8725;
	color:#070a0c;
	bottom: 20px;
}
.radioForm {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin: 10px 0;
}
.radioForm label {
	margin-bottom: 0;
	padding-right: 10px;
}
.radioForm input {
	width: auto !important;
}
.radioForm img {
	width: 230px;
	height: 220px;
}
.radioForm2 {
	display: flex;
	align-items: center;
	padding: 20px 0;
}
.radioFormToHide {
	display: none;
}
.w-100 {
	width: 100% !important;
}
.alignRadio {
	display: flex;
	align-items: center;
}
.alignRadio label {
	margin: 0;
	font-size: 1.1em;
	padding-left: 10px;
}

.listingBeforeAfter .listingActionField .fieldRadio {
	width: auto !important;
}
.listingBeforeAfter .listingActionField .radioForm2 label{
	margin: 0;
	margin-left: 30px;
}
.radioFormToHide2 {
	display: none;
}
.radioForm2 .infobulle {
	position: relative;
	margin-left: 30px;
}
.radioForm2 .infobulle video {
	width: 300px !important;
	height: 300px !important;
}
.radioForm2 .infobulle span {
	height: auto;
	width: auto;
}
.radioForm2 .infobulle:hover span {
	right: unset;
}
.listingBefore {
	display: flex !important;
	flex-wrap: wrap;
}
.group6 {
	width: 50%;
}
.group12 {
	width: 100%;
}
.groupCenter {
	margin-top: 30px;
	text-align: center;
}
.selectBox {
  position: relative;
}
.selectBox select {
  width: 100%;
  font-weight: bold;
}
.parentSelectForm{
	background-color: #0F172A;
}
.parentSelectForm2{
	background-color: #070a0c;
}
.parentSelectForm3{
	background-color: #000;
}
.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.listingLine > div{
	vertical-align: middle;
}
.zoom-gallery .listingLine > div{
	vertical-align: middle;
}
.zoom-gallery .photo img{
	display: inline-block !important;
	max-width: 100px;
	max-height: 60px;
  object-fit: contain;
  border-radius: 5px;
}
.checkboxes {
  display: none;
  border: 1px #dadada solid;
	position: absolute;
	z-index: 1;
	background-color: #070a0c;
	width: 100%;
	padding: 10px;
}

.checkboxes label {
  display: block;
}

.checkboxes label:hover {
  background-color: #1e90ff;
}
.listingAction .listingActionField .fieldBox {
    font-size: 1.2em;
    padding: 8px;
    display: inline-block;
    border: none;
    width: 50%;
    position: relative;
    margin: 0;
    float: left;
}
.listingAction .listingActionField .fieldBox input {
    margin-right: 10px;
}
.disabledFiltre{
	opacity: 0.6;
}
.mce-tinymce {
	max-width: 100% !important;
}
div.mce-fullscreen {
	width: 100% !important;
}
.listingStatTable .page > div > div.urlDiv{
	max-width: 500px;
	word-break: break-all;
}
@font-face {
    font-family: 'medium';
    src: url('../font/Poppins-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'light';
    src: url('../font/Poppins-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'regular';
    src: url('../font/Poppins-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
.load-bar{position:fixed;bottom:0;height:5px;width:100%;opacity:1;-webkit-transition:opacity .2s linear;transition:opacity .2s linear;display:none}.load-bar-container{float:left;width:50%;height:100%;overflow:hidden}.load-bar .load-bar-container:last-child{float:right;-moz-transform-origin:top right;-ms-transform-origin:top right;-webkit-transform-origin:top right}.load-bar-base{float:left;width:100%;height:100%;overflow:hidden;position:relative;background:#159756}.color{width:100%;height:100%;float:left;position:absolute}.base1 .red{background:#da4733;-webkit-animation:move_left_red 4s infinite linear;-moz-animation:move_left_red 4s infinite linear;-ms-animation:move_left_red 4s infinite linear;animation:move_left_red 4s infinite linear}.base1 .blue{background:#3b78e7;-webkit-animation:move_left_blue 4s infinite linear;-moz-animation:move_left_blue 4s infinite linear;-ms-animation:move_left_blue 4s infinite linear;animation:move_left_blue 4s infinite linear}@-webkit-keyframes move_left_red{0%{-webkit-transform:translateX(100%)}100%,25%,50%,75%{-webkit-transform:translateX(0)}}@-moz-keyframes move_left_red{0%{-moz-transform:translateX(100%)}100%,25%,50%,75%{-moz-transform:translateX(0)}}@-ms-keyframes move_left_red{0%{-ms-transform:translateX(100%)}100%,25%,50%,75%{-ms-transform:translateX(0)}}@keyframes move_left_red{0%{transform:translateX(100%)}100%,25%,50%,75%{transform:translateX(0)}}@-webkit-keyframes move_left_blue{0%,25%{-webkit-transform:translateX(100%)}100%,50%,75%{-webkit-transform:translateX(0)}}@-moz-keyframes move_left_blue{0%,25%{-moz-transform:translateX(100%)}100%,50%,75%{-moz-transform:translateX(0)}}@-ms-keyframes move_left_blue{0%,25%{-ms-transform:translateX(100%)}100%,50%,75%{-ms-transform:translateX(0)}}@keyframes move_left_blue{0%,25%{transform:translateX(100%)}100%,50%,75%{transform:translateX(0)}}.base2 .red{background:#da4733;-webkit-animation:move_right_red 4s infinite linear;-moz-animation:move_right_red 4s infinite linear;-ms-animation:move_right_red 4s infinite linear;animation:move_right_red 4s infinite linear}.base2 .blue{background:#3b78e7;-webkit-animation:move_right_blue 4s infinite linear;-moz-animation:move_right_blue 4s infinite linear;-ms-animation:move_right_blue 4s infinite linear;animation:move_right_blue 4s infinite linear}@-webkit-keyframes move_right_red{0%{-webkit-transform:translateX(-100%)}100%,25%,50%,75%{-webkit-transform:translateX(0)}}@-moz-keyframes move_right_red{0%{-moz-transform:translateX(-100%)}100%,25%,50%,75%{-moz-transform:translateX(0)}}@-ms-keyframes move_right_red{0%{-ms-transform:translateX(-100%)}100%,25%,50%,75%{-ms-transform:translateX(0)}}@keyframes move_right_red{0%{transform:translateX(-100%)}100%,25%,50%,75%{transform:translateX(0)}}@-webkit-keyframes move_right_blue{0%,25%{-webkit-transform:translateX(-100%)}100%,50%,75%{-webkit-transform:translateX(0)}}@-moz-keyframes move_right_blue{0%,25%{-moz-transform:translateX(-100%)}100%,50%,75%{-moz-transform:translateX(0)}}@-ms-keyframes move_right_blue{0%,25%{-ms-transform:translateX(-100%)}100%,50%,75%{-ms-transform:translateX(0)}}@keyframes move_right_blue{0%,25%{transform:translateX(-100%)}100%,50%,75%{transform:translateX(0)}}
*{
	outline:none;
	font-family:"regular";
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;

	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
}
option.sousCat{
	font-weight: bold;
	opacity: 0.8;
	font-size: 1.1em;
	padding: 5px;
	color: #f08200;
}
p{margin:0;}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{
	box-shadow: inset 0 0px 0px 50px #f6f6f6  !important;
}
html{
	font-size:14px;
	background-color:#0F172A;
	overflow-x: hidden;
	color:#F1F5F9;
}
.group,label{
	color:#F1F5F9;
}
select option{
	background-color: #0F172A;
	border-radius: 20px;
	color: #F1F5F9;
}
body{
	background-color: #0F172A;
	overflow-x: hidden;
}
section{
	display:none;
	background-color:#0F172A;
}
.errorDiv{
	margin-left:20%;
	margin-top:100px;
	padding:30px;
	background-color:#920C0E;
	color:#070a0c;
}
/*Header.tpl*/
header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:99999;
	background-color:#070a0c;
}
.headerContent{
	padding:3px 40px;
	z-index:2;
	display: none;
	height:80px;
	background-color:#2c3e50;
}
.headerContent >div{
	padding:0;
}
.headerLogo img{
	max-width:100%;
	filter: brightness(100000%);
}
.headerTitle{
	text-align:center;
	font-size:1.8em;
	letter-spacing:1px;
	color:#070a0c;
	padding-top:13px !important;
}
.headerTitle span{
	color:#f08200;
}
.headerDate{
	text-align:right;
	font-size:1.8em;
	letter-spacing:1px;
	color:#070a0c;
	padding-top:13px !important;
}
/*menu.tpl*/
.leftDiv{
	background-color:#1E293B;
	position:fixed;
	top:0;
	left:0;
	width:20%;
	height:100%;
	overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
	scrollbar-color: #f08200 transparent;
	z-index:-1;
}
.scrollable{
    overflow-y: auto;
    scrollbar-width: thin;
	scrollbar-color: #f08200 transparent;
	padding-right: 10px;	
}
.logoUser img{
	max-width: 100%;
}
.logoUser{
	display: block;
	text-align: center;
	margin-bottom: 15px;
}
.leftDiv .user{
	background-color:#0f172a;
	border-radius: 0 0 9px 9px;
	padding:15px;
}
.userDiv{
	align-items: center;
	justify-content: space-between;
	display: flex;

}
.quota{
	background-color: #f08200;
	border-radius: 9px;
	padding: 2px 10px;
	display: flex;
	align-items: center;
}
.quota span{
	color: #fff;
	margin-left: 10px;
	font-family: "medium";
	font-size:1.2em;
	letter-spacing: 1px;
}
.quota img{
	filter: invert(1);
}
.leftDiv .userName{
	font-size:1.2em;
	display: flex;
	align-items: center;
	font-family: "medium";
	color:#F1F5F9;
	background-color: rgba(255,255,255,0.1);
	border-radius: 9px;
	padding: 5px 10px;
}
.leftDiv .userLogOut{
	display: inline-block;
	margin-left: 10px;
}
.leftDiv .userLogOut a{
	font-size:0.8em;
	color:#070a0c;
	display:block;
	padding:8px;
	background-image:url(../img/maintenance.png);
	filter: brightness(100000%);
	background-position:50%;
	background-size: contain;
	background-repeat:no-repeat;
	 transition: all 0.2s  ease-out;
}
.leftDiv .userLogOut a:hover{
	 transition: all 0.2s  ease-out;
}
.leftDiv .userMdp .lienMdp{
	font-size:1.2em;
	color:#070a0c;
	display:block;
	background-color: transparent;
	border: none;
	width: 20px;
	height: 20px;
	background-image:url(../img/module/param.png);
	background-position:50%;
	background-repeat:no-repeat;
	 transition: all 0.2s  ease-out;
}
.leftDiv .userMdp .lienMdp:hover{

	 transition: all 0.2s  ease-out;
}
.moduleListing ul{
	display:block;
	width:100%;
	padding:0;
	padding: 6px;
}
.moduleListing li{
	display:block;
	background-color:#1E293B;
	padding: 6px;
	position:relative;
}
.moduleListing li a{
	transform: scale(1.0);
	transition: all 0.3s ease-out;
	display:flex;
	border-radius: 9px;
	padding: 10px 15px;
	background-color: #1E293B;
	align-items: center;
}
.moduleListing .active .modulePict{
	opacity: 1;
	background-color: transparent;
}
.moduleListing .modulePict{
	opacity: 0.9;
	width:24px;
	height:24px;
	margin-right: 10px;
	display:inline-block;
	float:left;
	background-size:contain;
	filter: invert(1) brightness(100000000%);
	transition: all 0.3s ease-out;
	background-position:50% 50%;
	transform: scale(1.0);
	background-repeat:no-repeat;
}
.moduleListing .moduleName{
	display:inline-block;
	color:#F1F5F9;
	font-size:1.2em;
}
.moduleListing li:hover a .moduleName, .moduleListing li.active a .moduleName{
	font-family: "medium";
}
.moduleListing li:hover a, .moduleListing li.active a{
	transform: scale(1.03);
	text-decoration: none;
	background-color: #f08200;
	opacity: 0.9;
	transition: all 0.3s ease-out;
}
.moduleListing li:hover .modulePict, .moduleListing li.active .modulePict{
	transform: scale(1.03);
	transition: all 0.3s ease-out;
}
/*newsletterSend.tpl*/
.restant{
	text-align:center;
	font-size:1.1em;
	margin-top:50px;
}
.restant i{
	display:block;
	font-size:1em;
}
.enCours{
	width:600px;
	max-width:100%;
	height:15px;
	border:solid thin #f08200;
	background-color:#EBEBEB;
	margin:50px auto;
}
.enCours div{
	width:0px;
	height:100%;
	background-color:#D1D1D1;
}
/*Index.tpl*/
.adminDiv{
	background-color:#1E293B;
	position:absolute;
	left:0;
	top:0px;
	width: 80%;
  margin-left: 20%;
  display: flex;
  padding: 0 10px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  box-shadow: 0px 4px 9px rgba(0,0,0,0.09);
}
.adminDiv > div{
	padding:20px 10px;
	text-align:center;
}
.adminDiv a{
	color:#F1F5F9;
	font-family: "medium";
    font-size: 1.1em;
}
.adminDiv > div:first-child{
	border-left:none;
}
.listingIndex > div{
	padding:20px;
	text-align:center;
	flex:0 0 280px;
}
.listingIndex > div > a{
	display:block;
	position:relative;
}
.listingIndex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.listingIndex > div > a > p{
	display:block;
    color: #F1F5F9;
    margin-top: 10px;
    font-size: 1.2em;
}
.listingIndex  img{
	max-width:80px;
	aspect-ratio: 16/12;
	object-fit: contain;
	filter: invert(1);
}
.listingIndex > div a div{
	background-color: #1E293B;
	border: solid thin rgba(0,0,0,0.01);
	position:relative;
	border-radius: 9px;
	padding: 25px;
	overflow: hidden;
		transform: scale(1);
	transition: all 0.3s ease-out;
}
.listingIndex > div a div::after{
	z-index:9999;
	position:absolute;
	width:0;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height:0;
	content:"";
	background-color:#2c3e50;
	opacity: 0.2;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	 -ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	 transition: all 0.2s  ease-out;
}
.listingIndex  a div:hover img{
	filter: brightness(100000000%);
}
.listingIndex  a div:hover{
	transform: scale(1.05);
	background-color: #2c3e50;
	transition: all 0.3s ease-out;
}
.listingIndex  a div:hover::after{

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	 -ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	 transition: all 0.2s  ease-out;
}
/*section*/
section{
	width:80%;
	margin-left:20%;
	padding:80px;
	padding-top:120px;
	padding-bottom:50px;
	position:relative;
}
section:nth-child(2){


}
.sectionTitre .catParent{
	font-size: 14px;
	font-style: italic;
}
.sectionTitre .actifDiv{
	position: absolute;
	right: 0;
	top: 0;
}
.sectionTitre{
	position: relative;
	margin-bottom:30px;
	padding:0 0 10px 25px;
}
.sectionTitre::after{
	content: "";
	position: absolute;
	bottom: 0;
	height: 3px;
	border-radius: 3px;
	background:rgba(255,255,255,0.1);
	left: 0;
	width: 100%;
}
.sectionTitre h1{
	margin:0;
	position:relative;
	font-size:1.8em;
	color:#F1F5F9;
	font-family: "medium";
}
.sectionTitre h1::after{
	content:"";
	position:absolute;
	height:13px;
	width:13px;
	left:-25px;
	border-radius: 100%;
	bottom:3px;
	background-color:#f08200;
}
/*Select*/
.seeSousCategorieDiv span{
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	 -ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	 transition: all 0.2s  ease-out;
}
.seeChilddren{
	display:block;
	text-decoration:none !important;
	color:#F1F5F9;
}
.seeChilddren:hover{
	color: #fff;
}
.seeChilddrenDiv, .seeSousCategorieDiv{
	padding:0px  !important;
}
.seeSousCategorie{
	display:block;
	padding:10px 12px !important;
	background-color:transparent;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	 -ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	 transition: all 0.2s  ease-out;
	color:#f08200;
	cursor:pointer;
}
.noSousCategorie{
	padding:10px 12px !important;
}
.floor{
	height:10px;
	width:10px;
	display:inline-block;
	border-left:solid thin #F1F5F9;
	border-bottom:solid thin #F1F5F9;
}
.seeChilddren img, .seeSousCategorie img{
	margin:0 15px 0 0;
}
 .seeSousCategorie:hover{
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	 -ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	 transition: all 0.2s  ease-out;
}
.sousCatDiv{
	display: table-row-group;
}
/*ActionDiv*/
.actionDiv{
	margin:20px 0;
}
.actionCell{
	width: 190px;
}
.actionCell2{
	width: 290px;
}
.actionDiv .addButton2,.actionDiv .delButton2,.actionDiv .updateButton2,.actionDiv button, .validButton,.validButton2, .cancelButton,.connexionButton, .retourAuPere a{
	display:inline-block;
	background-color:rgba(255,255,255,0.1);
	background-repeat:no-repeat;
	background-position:13px 50%;
	padding:10px 20px;
	border-radius:9px ;
	text-transform:uppercase;
	opacity:1;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	 -ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	 transition: all 0.2s  ease-out;
	 position:relative;
	 cursor: pointer;
}
.listingTable .actionDiv .addButton2,
.listingTable .actionDiv .delButton2,
.listingTable .actionDiv .updateButton2{
	padding: 3px 9px;
	font-size: 0.9em;

}
.actionDiv .addButton2::after,.actionDiv .delButton2::after,.actionDiv .updateButton2::after,.actionDiv button::after, .validButton::after,.validButton2::after, .cancelButton::after,.connexionButton::after, .retourAuPere a::after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	border-radius:7px ;
	left:0;
	top:0;
	opacity:0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	 -ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	 transition: all 0.2s  ease-out;
}
.retourAuPere a{
	color:#f08200;
	border:solid 2px #f08200;
	margin-bottom:20px;
}
.validButton::after,.validButton2::after{
	border:solid 1px #f08200;
}
.validButton,.validButton2{
	color:#10B981;
	cursor: pointer;
	padding:10px 20px !important;
	border:solid 2px #10B981;
}
.validButton::after,.validButton2::after{
	border:solid 1px #10B981;
}
.cancelButton{
	color:#EF4444 !important;
	padding:10px 20px !important;
	border:solid 2px #EF4444;
}
.cancelButton::after{
	border:solid 1px #EF4444;
}
.actionDiv .addButton2,
.actionDiv .addButton{
	color:#f08200;
	border:solid 2px #f08200;
}
.actionDiv .addButton2::after,
.actionDiv .addButton::after{
	border:solid 1px #f08200;
}
.actionDiv .updateButton2,
.actionDiv .updateButton{
	color:#3B82F6;
	border:solid 2px #3B82F6;
}
.actionDiv .updateButton2::after,
.actionDiv .updateButton::after{
	border:solid 1px #3B82F6;
}
.actionDiv .delButton2,
.actionDiv .delButton{
	color:#EF4444;
	border:solid 2px #EF4444;
}
.actionDiv .delButton2::after,
.actionDiv .delButton::after{
	border:solid 1px #EF4444;
}
.actionDiv button:first-child{
	margin-left:0;
}
.actionDiv button{
	margin: 0 8px;
}
.connexionButton{
	color:#f08200;
	border:solid 2px #f08200;
}
.connexionButton::after{
	border:solid 1px #f08200;
}
.actionDiv .sendButton{
	color:#679f5e;
	border:solid 2px #679f5e;
	background-position:8px 50%;
}
.actionDiv .sendButton::after{
	border:solid 1px #679f5e;
}
.actionDiv .addButton2:hover,.actionDiv .delButton2:hover,.actionDiv .updateButton2:hover, .validButton:hover,.validButton2:hover, .cancelButton:hover,.connexionButton:hover, .retourAuPere a:hover{
	opacity:1;
	background-color: rgba(255,255,255,0.15);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	 -ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	 transition: all 0.2s  ease-out;
	 text-decoration:none;
}
.actionDiv .addButton2:hover::after,.actionDiv .delButton2:hover::after,.actionDiv .updateButton2:hover::after,.actionDiv button:hover::after, .validButton:hover::after,.validButton2:hover::after, .cancelButton:hover::after,.connexionButton:hover::after,  .retourAuPere a:hover::after{
	opacity:1;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	 -ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	 transition: all 0.2s  ease-out;
}
/*Banniere*/
.miniatureBan img{
	width:500px;
	max-width:100%;
	height:auto;
}
.miniatureBan, .miniaturePartenaire{
	margin-bottom:30px;
}
/*Partenaire*/
.miniaturePartenaire img{
	width:200px;
	max-width:100%;
	height:auto;
}
.miniatureMarque img{
	max-width:100%;
	width:auto;
	height:auto;
}
/* Sommaire */
.miniatureFond {
	width: 300px;
	height: 200px;
	background-position: center center;
	background-size: cover;
	margin: 0 auto 20px;
	position: relative;
}
.miniaturePicto {
	width: 100px;
	height: 100px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto 20px;
	position: relative;
}
.sommaireButtonDeleteImg {
	height: 30px;
	width: 30px;
	background-color: #f08200;
	border-radius: 30px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	cursor: pointer;
	background-repeat:no-repeat;
	background-image:url(../img/trash.jpg);
	background-size:50%;
	background-position: center center;
}
/*Services*/
.blockServices{
	position:relative;
	text-align:center;
	padding:20px 10px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	 transition: all 0.5s  ease-out;
}
.blockServices > .LienServices{
	padding:0 0 0px 0;
	overflow: hidden;
	border-radius: 20px;
	background-color: #070a0c;
	display:block;
	position:relative;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	 transition: all 0.5s  ease-out;
}
.blockServices .LienServices p{
	display:block;
	margin:15px 0;
	font-size:1.2em;
	min-height: 50px;
	color:#707070;
	font-family:"Century Gothic";
}
.blockServices .LienServices .resumeService{
	min-height:60px;
}
.insideServices{
	width: 100%;
	height: 200px;
	background-repeat:no-repeat;
	background-position: 50%;
	background-size:cover;
}
.blockServices img{
	max-width:100%;
	max-height: 100px;
}
.blockServices .but{
	width: 100%;
    height: 100%;
    border: none;
  	padding: 0;
  	background-color: #070a0c;
}
.blockServices .addButton{
	border:none;
	margin-top: 10px;
	padding:5px 20px;
	border-bottom: 1px solid #070a0c;
	background-color: #f08200;
	color:#070a0c;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	 transition: all 0.5s  ease-out;
}
.blockServices:hover{
	opacity: 0.5;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s  ease-out;
}
.tarif{
	font-weight: bold;
	font-size: 2em;
	color:#f08200 !important;
}
.insideFiche{
	height: 550px;
	padding: 0px;
	margin-bottom:40px;
	background-color: #FBFBFB;
	border-bottom:2px solid #f08200;
}
.insideFicheD{
	padding: 20px;
}
.imgFiche{
	height: 550px;
	background-repeat:no-repeat;
	background-position: 50% 0;
	background-size: contain;
    background-color: #070a0c;
    border-bottom: 2px solid #f08200;
}
.imgFiche .photo{
	display: block;
	height:100%;
}
.LienContact{
	text-align: center;
}
.lienTech{
	display: inline-block;
	margin-top: 20px;
	padding:10px;
	text-transform: uppercase;
	color:#070a0c;
	text-decoration: none !important;
	background-color: #f08200;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	 transition: all 0.5s  ease-out;
}
.lienTech:hover{
	color: #F1F5F9;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	 transition: all 0.5s  ease-out;
}
.blockFiche .tarif_prestation .titreTarif{
	color:#F1F5F9;
	padding-bottom:10px;
	font-size: 0.7em;
}
.blockFiche .tarif_prestation{
	border:1px solid #ccc;
	text-align: center;
	color:#f08200;
	font-weight: bold;
	font-size: 1.7em;
	width: 30%;
	margin:auto;
	padding: 20px;
	margin-bottom: 20px;
}
.pictoNew, .pictoNew2{
	position: absolute !important;
	top:-20px;
	right: 0;
	width: 40px;
	height: 40px;
	border-radius:100%;
	background-color: #b10808;
	padding:7px;
	color:#070a0c !important;
	font-size: 1em;
	font-family: "regular";
	z-index: 1;
}
/*Produit*/
.miniatureProduit {
	height: 150px;
	background-position: center center;
	background-size: cover;
	margin: 20px 0 0 0;
	position: relative;
}
.produitButtonDeleteImg {
	height: 30px;
	width: 30px;
	background-color: #f08200;
	border-radius: 30px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	cursor: pointer;
	background-repeat:no-repeat;
	background-image:url(../img/trash.jpg);
	background-size:50%;
	background-position: center center;
}
.titrePDF {
	display: inline-block;
}
.produitButtonDeletePdf {
	height: 20px;
	width: 20px;
	display: inline-block;
	bottom: 20px;
	margin-top: 5px;
	left: 20px;
	cursor: pointer;
	background-repeat:no-repeat;
	background-image:url(../img/del.png);
	background-size:80% 80%;
	background-position: center center;
}
/*ListingTable*/
/*ListingTable*/
.listingLine:first-child > div:last-child{
	border-radius: 0 9px 0 0;
}
/*.listingType::after{
	border-radius: 14px 7px 0 0 ;
}*/
.listingLine:first-child > div:first-child{
	border-radius: 9px 0 0px 0px;
}
.listingLine:last-child > div:last-child{
	border-radius: 0 0 9px 0;
}
.listingLine:last-child > div:first-child{
	border-radius: 0 0 0px 9px;
}
.titreAgenda{
	color:#ff8901;
	letter-spacing: 1px;
	font-size: 2em;
	margin-bottom: 30px;
	font-family: "medium";
	line-height: 1em;
}
.titreAgendaSemaine{
	color:#F1F5F9;
}
.titreAgendaBloque{
	color:#ee4540;
}
.titreAgenda span{
	letter-spacing: 0px;
	line-height: 1em;
	font-size: 0.8em;
	color:#F1F5F9;
	text-transform: uppercase;
	display: block;
}
.listingTable, .profilTable{
	display:table;
	background-color:#1e293b;
	width:100%;
	position:relative;
	border-radius: 9px;
	border:solid thin rgba(0,0,0,0.1);
	border-bottom: 0;
}
.listingTableSuivi{
	border:none;
}

/*Pagination*/
.paginationRelative{
	position: relative;
	margin-top:60px;
}
.pagination{
	display: block;
	text-align: right;
	position: absolute;
	top:-60px;
	right: 0;
}
.pagination div{
	display: none;
	font-size:1.3em;
	color:#f9ae8c;
	padding:4px;
	cursor: pointer;
}
.pagination div.active{
	color:#ff8901;
	font-weight: bold;
	cursor: default;
}
.pagination div.affiches, .pagination div.dernier{
	display: inline-block;
}
.pagination input{
	border:solid thin rgba(255,255,255,0.05);
	color: #fff;
	padding:4px 10px;
	line-height: 0.9em;
	width:50px;	
	border-radius: 9px;
	box-shadow: none;	
	background-color: rgba(0,0,0,0.3)
}
.paginationPage .page{
	position:absolute;
	height: 100%;
	top:0;
	left:0;
	width: 100%;
	z-index: 0;
	opacity: 0;
}
.paginationPage .page.first{
	position: relative;
}
.paginationPage .page.active{
	opacity: 1;
	z-index: 1
}
/* !! Pagination */
.agenda{
	position: relative;
}
.agendaXS{
	display: none;
}
.agenda *{
	text-align: center !important;
}
.horairediv{
	background-color: #e1e1e1;
}
.numeroDiv{
	font-size: 1.3em;
	color:#508eb5;
	font-weight: bold;
}
.agenda .listingLine > div a{
	display: block;
}
.direct{
	position: absolute;
	height: 20px;
	width: 20px;
	top:0;
	right: 20px;
	bottom: 0;
	margin:auto;
	background-color: #c4c4dd;
	background-image: url(../img/direct.png);
	border-radius: 100%;
}
.agenda .listingLine > div{
	padding: 0;
	vertical-align: middle;
	background-color: #0F172A;
}
.warning.dlsOK.ribManquant:not(.ribNeo) {
	filter: brightness(0.5) grayscale(100%);
}
.listingLine.warning, .listingLine.ribManquantOLD:not(.dlsOK),.listingLine.dlsOLD{
  /*background: linear-gradient(324deg, rgb(237 99 36 / 50%), transparent);*/
background-color: #1E293B;

}
.reserve a {
	color:#F1F5F9 !important;
}		
.agenda .listingLine > div > div{
	padding: 10px 25px;
	position: relative;
}
.agenda .table{
	display: table;
	width: 100%;
}
.indisponnible{
	background-color: #f1f1f1;
	background-image: url(../img/del2.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 15px;
	height: 100%;
}
.libre{
	background-color: #93ff88;
	height: 100%;
}
.reserve{
	background-color: #c4c4dd;
	height: 100%;
}
.mois{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.4em;
	padding: 20px 0;
}
.precedentBouton{
	width: 50px;
	height: 50px;
	border:solid thin #ff8901;
	border-radius: 14px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url(../img/back.png);
	display: inline-block; 
	margin: 0 10px;
}
.delimFlech{
	display: inline-block;
	width: 40px;
}
.suivantBouton{
	width: 50px;
	height: 50px;
	border:solid thin #ff8901;
	border-radius: 14px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url(../img/back2.png);
	display: inline-block; 
}
.mappingForm .actionDiv{
	float: left;
}
.rechercheMapping{
	padding:10px 15px;
	background-color: rgba(255,255,255,0.1) !important;
	color: #fff;
	border-radius: 9px;
	float:right;
	margin-top:20px;
}
/* Picto notif Temoignage et services*/
.pictoNew, .pictoNew2{
	position: absolute !important;
	top:-20px;
	right: 0;
	width: 40px;
	height: 40px;
	border-radius:100%;
	background-color: #b10808;
	padding:7px;
	color:#070a0c !important;
	font-size: 1em;
	font-family: "regular";
	z-index: 1;
}
/* !! Pagination */
.agenda{
	position: relative;
}
.agendaXS{
	display: none;
}
.agenda *{
	text-align: center !important;
}
.horairediv{
	background-color: #e1e1e1;
}
.numeroDiv{
	font-size: 1.3em;
	color:#508eb5;
	font-weight: bold;
}
.agenda .listingLine > div a{
	display: block;
}
.direct{
	position: absolute;
	height: 20px;
	width: 20px;
	top:0;
	right: 20px;
	bottom: 0;
	margin:auto;
	background-color: #c4c4dd;
	background-image: url(../img/direct.png);
	border-radius: 100%;
}
.agenda .listingLine > div{
	padding: 0;
	vertical-align: middle;
	background-color: #1E293B;
}
.reserve a {
	color:#F1F5F9 !important;
}
.agenda .listingLine > div > div{
	padding: 10px 25px;
	position: relative;
}
.agenda .table{
	display: table;
	width: 100%;
}
.indisponnible{
	background-color: #f1f1f1;
	background-image: url(../img/del2.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 15px;
	height: 100%;
}
.libre{
	background-color: #93ff88;
	height: 100%;
}
.reserve{
	background-color: #c4c4dd;
	height: 100%;
}
.mois{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.4em;
	padding: 20px 0;
}
.precedentBouton{
	color:#818181 !important;
	padding:20px 20px 20px 50px;
	background-repeat: no-repeat;
	background-image: url(../img/back.png);
	background-position: left;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.suivantBouton{
	color:#818181 !important;
	position: absolute;
	top: 0;
	right: 0;
	padding:20px 50px 20px 20px;
	background-repeat: no-repeat;
	background-image: url(../img/back2.png);
	background-position: right;
	display: inline-block;
}
.mappingForm .actionDiv{
	float: left;
}
.rechercheMapping{
	border:none;
	float:right;
	margin-top:20px;
}
/* Voir plus/moins */
.excerpt * {
	display: inline !important;
}
.more_text.my_hidden {
	display: none !important;
}
.more_link {
	padding: 2px 8px;
	text-transform:uppercase;
	color: #070a0c !important;
	text-decoration: none !important;
}
.more_link .picto_voir{
	margin: 0px 0px 0px 5px;
	padding: 0px 17px 0px 0px;
	color: #070a0c;
	border-radius: 15px;
	text-decoration: none;
	position: relative;
}
.more_link.plus {
	background-color: #f08200;
}
.more_link.plus .picto_voir::after{
	content: "";
	height: 9px;
	width: 1px;
	position: absolute;
	background-color: #070a0c;
	top: 4px;
	left: 8px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	 -ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	 transition: all 0.2s  ease-out;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	 -ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.more_link.plus .picto_voir::before{
	content: "";
	height: 1px;
	width: 9px;
	position: absolute;
	background-color: #070a0c;
	top: 8px;
	left: 4px;
}
.more_link.moins {
	background-color: #8D350C;
}
.more_link.moins .picto_voir::after{
	content: "";
	height: 9px;
	width: 1px;
	position: absolute;
	background-color: #070a0c;
	top: 4px;
	left: 8px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	 -ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	 transition: all 0.2s  ease-out;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	 -ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.labelMobile{
	display:none;
}
.profilCheck-xs .listingInputDiv{
	display:none !important;
}
.listingField div, .profilField div{
	border-bottom: none !important;
	color: #F1F5F9 !important;
}
.listingField *, .profilField *{
	font-family: "medium";
}
.listingField, .profilField{
	background-color:#2c3e50;
	text-transform:uppercase;
}
.listingLine, .profilLine{
	display:table-row;
	width:100%;
}
.listingValue:hover {
    background-color: rgba(0, 0, 0, 0.03);
}
.listingLine > div, .profilLine > div{
	display:table-cell;
	padding:6px 12px;
	color:#F1F5F9;
	border-bottom:solid thin #e8ecef;
	text-align:left;
	position: relative;
}
.listingLine > div:first-child, .listingLine > div:last-child,  .profilLine > div:last-child{
	border-right: none !important;
}
.listingType{
	height:40px;
	background-color: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}
.listingType::after{
	position:absolute;
	width:100%;
	content:attr(data);
	left:0;
	background-color:rgba(0,0,0,0.2);
	text-transform:uppercase;
	padding:9px 12px 9px 12px !important;
	color:#F1F5F9;
	border-top:solid 1px transparent;
	border-bottom:solid 1px transparent;
}
.produitAssocieTitre{
	width:450px;
}
.produitAssocieTitre p span{
	position:absolute;
	right:8px;
	top:0;
	content:"";
	height:20px;
	width:20px;
	background-repeat:no-repeat;
	background-image:url(../img/del.png);
	background-size:100% 100%;
	cursor:pointer;
}
.produitAssocieTitre p{
	padding-right:30px;
	width:450px;
	overflow:hidden;
	display:inline-block;
	height:25px;
	position:relative;
}
.resultatRecherche{
	font-size:1.2em;
	margin:5px 0;
	color:#F1F5F9;
	font-weight:bold;
	text-decoration:underline;
}
.associe .listingAssocie{
	padding:2px 0;
	color:#F1F5F9;
	cursor:pointer;
}
.associe{
	margin-bottom:20px;
}
.produitAssocieDiv .group {
	vertical-align: top;
}
.produitAssocieTitre .aucunAssocie {
	margin: 15px 0;
}
.fieldRecherche ~ .pict{
	position:absolute;
	right:8px;
	top:35px;
	content:"";
	height:20px;
	width:20px;
	background-repeat:no-repeat;
	background-image:url(../img/search.jpg);
}
.niveau1{
	background-color:rgba(0,0,0,0.2) !important;
}
.niveau2{
	background-color:rgba(0,0,0,0.4) !important;
}
.niveau3{
	background-color:rgba(0,0,0,0.6) !important;
}
.niveau4{
	background-color:rgba(0,0,0,0.8) !important;
}
.listingLine > div.selectCol{
	width:30px !important;
}
.listingLine > .activeCol{
	width:80px !important;
}
.ordreFleche{
	width:110px;
	padding:0 !important;
	vertical-align: middle !important;
	position:relative;
}

.ordreFleche a{
	height:24px;
	border-radius: 5px !important;
	display:inline-block;
	width:48%;
	padding:2px;
	vertical-align:middle;
	line-height:.9em;
	font-size:1.4em;
	font-family:"system-ui";
	text-decoration:none !important;
	text-align:center;
	background-color:rgba(255, 255, 255, 0.1);
	color:#fff;
	cursor:pointer;
}

.ordreFleche a::after{

	position:absolute;
	top:0;
	right:50%;
	width:1px;
	color: #fff;
	height:100%;
	content:"";
}
#listingCheckAllDiv,  .listingInputDiv{
	position:relative;
	width:22px;
	height:22px;
	display:inline-block;
}
.lienCheckGroup{
	padding-top:20px;
	vertical-align:bottom;
	color:#4c4c4c4;
}
.lienCheck{
	position:relative;
	display:block;
	padding:1px 0 2px 26px;
}
#listingCheckAllDiv input,  .listingInputDiv input, .lienCheck input{
	z-index:2;
	position:absolute;
	margin:0;
	opacity:0;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
}
.lienCheck  span{
	color: #F1F5F9;
}
#listingCheckAllDiv::after, .listingInputDiv::after,  .lienCheck::after{
	content:"";
	position:absolute;
	height:22px;
	width:22px;
	top:0;
	border-radius: 50%;
	left:0;
	background-color:#F1F5F9;
	border:solid thin #bbb;
	z-index:0;
}
.listingLine > div, .profilLine > div{
	border-bottom: solid thin rgba(255,255,255,0.1);
}
#listingCheckAllDiv::after, .listingInputDiv::after{
	background-color: rgba(255,255,255,0.8);
	border:none;
}
 .listingInputDiv.checked::before,  #listingCheckAllDiv.checked::before,  .lienCheck.checked::before{
	content:"";
	position:absolute;
	height:16px;
		border-radius: 50%;
	width:16px;
	top:3px;
	left:3px;
	background-color:#f08200;
	z-index:1;
}

/* Group Color */
.groupColor input {
	width: 100%;
	height: 100px !important;
	background-color: rgba(0,0,0,0.3);
	border-radius: 8px;
}
.groupColor .hexDisplay{
	height: auto !important;
	text-align: center;
	font-weight: bold;
	border:none;
	padding: 5px;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.3);
}
/*listinAction*/
.listingAction{
	padding:0px 0;
	text-align:center;
}
.listingActionFieldContent{
	display:inline-block;
	text-align:left;
	max-width: 100%;
}

.leftDEV a{
	color: #fff;
}
.leftDEV a.active{
	color:#f08200;
	font-weight: bold;
}
.leftDEV h4{
	text-align:left;
	margin:15px 0;
	color:#f08200;
	padding-bottom:5px;
	line-height:1em;
	border-bottom:solid thin #f08200;
}
.listingActionFieldContent h4{
	text-align:left;
	margin:0 15px 10px 15px;
	color:#f08200;
	padding-bottom:5px;
	line-height:1em;
	border-bottom:solid thin #f08200;
}
.dash-container h3{
	font-size: 1.4em;
		text-align:left;
	color:#f08200;
	padding-bottom:5px;
	margin: 0 0 10px 0;
	line-height:1em;
	border-bottom:solid thin #f08200;
}
.groupCoordonnees{
	margin: 0 0  15px 15px !important;
	display:block !important;
}

.supprimerSiteMap {
	height: 27px;
	color: #F1F5F9;
	background-color: rgba(255,255,255,0.1);
	padding: 2px;
	border-radius: 6px;
	display: block;
	bottom: 20px;
	margin-top: 5px;
	left: 20px;
	cursor: pointer;
	padding-left: 25px;
	background-repeat:no-repeat;
	background-image:url(../img/del.png);
	background-size: contain;
	background-position: left center;
}
.listingAction .listingActionField .group, .actionDiv .group {
	position:relative;
	margin:10px;
	display:inline-block;
	text-align:left;
	max-width: 100%;
}
.group2{
		margin: 5px 10px !important;
}
.listingAction .listingActionField .field, .actionDiv .field{
	font-size:1.2em;
	padding:10px 15px;
	display:inline-block;
	width:300px;
	max-width: 100%;
	border:solid thin rgba(0,0,0,0.1);
	border-radius: 9px !important;
	background-color:rgba(0,0,0,0.3) !important;
	color: #fff;
	background-image: none !important;
	position:relative;
	margin:0;
	transition: all 0.2s ease;
}
input:focus, select:focus, textarea:not(.tox-textarea):focus {
	transition: all 0.2s ease;
    border-color: #f08200 !important; /* La bordure devient orange */
    box-shadow: 0 0 4px rgba(249, 115, 22, 0.25) !important; /* Le halo orange diffus autour */
    background-color: rgba(0, 0, 0, 0.5) !important; /* On assombrit un poil plus */
}
textarea{
	background-color: #070a0c;
	color: #F1F5F9;
	border:none;
	border-radius: 9px;
	padding: 5px;

}
.group.disabled{
	display: none !important;
}
.disableInput{
	display: none !important;
}
.listingActionField{
	background-color: rgba(255,255,255,0.1);
	border-radius: 9px;
	padding: 30px 20px;
}

select.field {
	background: none !important;
}
.listingAction .listingActionField .noMatching, .listingAction .listingActionField .matching, .listingAction .listingActionField #email{
	padding-right:30px;
}
.listingAction .listingActionField .noMatching ~ .pict, .listingAction .listingActionField .incorrectFormat ~ .pict {
	position:absolute;
	right:8px;
	bottom:10px;
	content:"";
	height:20px;
	width:20px;
	background-repeat:no-repeat;
	background-image:url(../img/nomatching.jpg);
}
.actionDiv .group{
	float:right;
	margin-top:15px;
	margin-right:0;
}
.actionDiv .pict{
	position:absolute;
	right:8px;
	bottom:10px;
	content:"";
	height:20px;
	width:20px;
	background-repeat:no-repeat;
	background-image:url(../img/search.jpg);
}
.listingAction .listingActionField .matching ~ .pict, .listingAction .listingActionField .correctFormat ~ .pict{
	position:absolute;
	right:8px;
	bottom:10px;
	content:"";
	height:20px;
	width:20px;
	background-repeat:no-repeat;
	background-image:url(../img/matching.jpg);
}
.listingAction .delim{
	display:block;
}
.listingAction .listingActionField .field:focus, .actionDiv .field:focus{ outline:none; }
.listingAction .listingActionField label {
	font-weight:normal;
	font-size:1em;
	display: block;
    color: #94A3B8;
    margin-bottom: 3px;
}
.listingAction .listingActionField label span{
	color:#94A3B8;
	margin-left:15px;
	display:inline-block;
	font-weight:bold;
}
.listingAction .listingActionField .meta {
	margin:0 0 45px 0;
	display: block;
	width: 100%;
}
.listingAction .listingActionField .meta .field, .listingAction .listingActionField .meta .bar {
	width:95% !important;
}
.listingAction .listingActionField .bar, .actionDiv .group .bar {
	position:relative;
	display:block;
	width:80px;
	height: 3px;
	border-radius: 5px;
	overflow: hidden;
	display: none;
	margin: auto;
}
.bar:before, .bar:after{
	content:'';
	height:3px;
	width:0;
	bottom:0px;
	position:absolute;
	background:#f08200;
	transition:0.2s ease all;
	-moz-transition:0.2s ease all;
	-webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%;
}
 .field:focus ~ .bar:before, .field:focus ~ .bar:after{
  width:50%;
}
/* 1. Le Conteneur (La coque) */
.actifDiv {
    height: 24px; /* Un tout petit peu plus haut pour le confort (était 20px) */
    width: 90px;
    border-radius: 5px; /* Arrondi ajusté */
    overflow: hidden;
    
    /* MODIF DARK MODE : Fond sombre + Bordure subtile */
    box-sizing: border-box; /* Important pour que la bordure ne casse pas la largeur */
    background-color: rgba(255, 255, 255, 0.07); 
}
..actifInput{
    background-color: rgba(0, 0, 0, 0.4); 

}

/* 2. Les inputs (technique, on ne touche pas trop) */
.actifInput input {
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    z-index: 3;
    cursor: pointer;
}

.actifInput {
    border: none;
    background-color: transparent;
    box-shadow: none;
    position: relative !important;
    width: 50%; /* On utilise 50% au lieu de 40px fixe, c'est plus souple */
    margin: 0 !important;
    height: 100%; /* Prend toute la hauteur dispo */
    float: left;
    cursor: pointer;
    overflow: hidden;
}

/* 3. L'Habillage (La partie colorée qui bouge) */
.actifInput::after {
    position: absolute;
    content: "";
    height: 100%; /* Prend toute la hauteur */
    width: 100%;  /* Prend toute la largeur du parent */
    top: 0;
    
    /* Centrage du texte */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    font-family: sans-serif; /* Sécurité police */
    
    /* Animation fluide conservée */
    transition: all 0.2s ease-out;
}

/* --- CÖTÉ GAUCHE (ON) --- */

/* État par défaut (Caché à droite) */
.actifInputLeft::after {
    left: 100%; 
    background-color: #f08200; /* Ton Orange */
}

/* État ACTIVÉ (Visible) */
.actifInputLeft.checked::after {
    left: 0;
    width: 100%;
    content: "ON";
    
    /* MODIF DARK MODE : Texte Blanc sur fond Orange */
    background-color: #f08200; 
    color: #FFFFFF; 
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2); /* Petite ombre interne pour le relief */
}

/* --- CÔTÉ DROIT (OFF) --- */

/* État par défaut (Caché à gauche) */
.actifInputRight::after {
    right: 100%;
    background-color: #334155; /* Gris Ardoise (Slate) */
}

/* État ACTIVÉ (Visible = C'est OFF) */
.actifInputRight.checked::after {
    right: 0;
    width: 100%;
    content: "OFF";
    
    /* MODIF DARK MODE : Fond Gris neutre + Texte gris clair */
    background-color: #334155; /* On remplace le marron #8d350c qui fait vieux */
    color: #94A3B8; 
}

/* Gestion spécifique pour .groupCoordonnees (vide le texte) */
.groupCoordonnees .actifInputLeft.checked::after, 
.groupCoordonnees .actifInputRight.checked::after {
    content: "";
}
.actifDisabled *::after{
	cursor:default !important;
}
.delim{
	height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    margin: 25px 0;
}
.delimAction{
	height:3px;
	border-radius: 3px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
	margin:30px 0;
	width:100%;
}
.listingDelete{
	margin-bottom:30px;
}
.listingDelete > div{
	color:#F1F5F9;
	margin:12px 0;
}
/*Delete Page*/
.cautionRelated{
	font-size:1.1em;
	background-color:#b10808;
	padding:15px;
	display:inline-block;
	margin:8px 0 8px 50px;
}
.cautionRelatedTitre{
	font-weight:bold;
}
.cautionRelated p{
	color:#070a0c;
}
/*Notification*/
.notification{
	position: fixed;
	left: 10px;
	bottom: 10px;
	z-index: 9999999;
	transform: scale(0.8) translateX(-100%);
	opacity: 0;
	box-shadow: 0 2px 10px rgba(0,0,0,0.3);
	border-radius: 4px;
	overflow: hidden;
	transition:all 0.5s ease-out ;
}
.notification.afficheNotif{
	opacity: 1;
	transition:all 0.5s ease-out ;
	transform: scale(1) translateX(0px);

}
.notification.cacheNotif{
	opacity: 1;
	left: -10px;
	transition:all 0.5s ease-out ;
	transform: translateX(-100%);

}
.notificationFalse{
	background-color:#ee4540;
	padding:15px;
	color:#424242;
	margin:0;
	border-radius: 4px;

}
.notificationTrue{
	background-color:#11d99b;
	padding:15px;	
	color:#424242;
	margin:0;
	border-radius: 4px;

}
//*Connexion.tpl*/
.connexionHtml{
	background-color:#0F172A;	
}
.connexion{
	background-color:#0F172A;	
}
.connexionDiv .listingActionField{
	background-color: transparent;
	padding: 0;
}
.connexionDiv{
	text-align:center;
}
.connexionDivContent .listingAction .listingActionField .field{
	background-color: rgba(255,255,255,0.1) !important;
}
.connexionDivContent{
	display:inline-block;
	margin-top:100px;
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	background-color: #070a0c;
}
.connexionTitle{
	color:#fff;
	font-family: "medium";
	background-color:#2c3e50;
	padding:40px;
	font-size:1.6em;
	text-transform:uppercase;	
}
.connexionDiv .listingAction{
	padding:50px;
	background-color:#070a0c;
}
.connexionLogo{
	padding:80px 0;
	width:100%;
	text-align:center;
}
.connexionButton{
	padding:15px;
}
.forgot_password {
	position: relative;
	text-align: center;
	color:#eee;
	margin-top:5px;
}
.connexionOubli {
	text-align: left;
	margin-bottom: 20px;
}
.messageConnexion {
	padding: 10px;
	background-color: #070a0c;	
}
/* Statistique*/
.moisCourantBlock, .pageTotalBlock, .rebondBlock{
	width:30%;
	float:left;
	background-color: rgba(255,255,255,0.8);
	padding:30px;
	border-radius: 30px;
	margin-bottom:40px;
}
.nbTel,
.nbMail,
.nbSortant{
	position: absolute;
	right: 10px;
	color:#707070;
	font-size:1.1em;
}
.nbTel2{
	bottom: 1px !important;
}
.nbTel{
	bottom: 17px;
}
.nbMail{
	bottom: 34px;
}
.nbSortant{
	bottom: 51px;
}
.nbTel span, 
.nbMail span,
.nbSortant span{
	font-size:1.2em;
	color:#f08200;
}
.pageTotalBlock{
	margin:0 5%;
	position: relative;
}
.moisCourantBlock p, .pageTotalBlock p, .rebondBlock p{
	color:#707070;
	font-size:1.2em;
}
.visiteursBlock{
	font-size:5em;
	line-height: 0.8em;
	color:#f08200;
	margin-top: 25px;
	position: relative;
	font-weight: bold;
	vertical-align: top;
}
.rebondBlock div{
	font-size:5em;
	line-height: 0.8em;
	color:#309c1a;
	margin-top: 25px;
	position: relative;
	font-weight: bold;
	vertical-align: top;
}

.visiteursBlock span{
	color:#707070;
	position: absolute;
	font-size:0.2em;
	font-weight: normal;
	top: 10px;
	line-height: 0;
}
.variationBlock.positif::before{
	content:"";
	width:20px;
	height:20px;
	background-repeat: no-repeat;
	position: absolute;
	background-position: left top 5px;
	background-image: url(../img/augmentation.png);
	left:0;
	top:0;
}
.variationBlock.negatif::before{
	content:"";
	width:20px;
	height:20px;
	background-repeat: no-repeat;
	position: absolute;
	background-position: left top 5px;
	background-image: url(../img/baisse.png);
	left:0;
	top:0;
}
.visiteursBlock .variationBlock.positif{
	color:#54ad42;
}
.visiteursBlock .variationBlock.stable{
	color:#3393b2;
}
.visiteursBlock .variationBlock{
	color:#981111;
	position: absolute;
	font-size:0.2em;
	padding-left:20px;
	font-weight: normal;
	bottom: 0;
	line-height: 23px;
	display: inline-block;
}

.navigationStat{
	margin:70px 0 30px;
}
.navigationStat p{
	display:inline-block;
	float:left;
	font-size:1em;
	color:#afafaf;
	padding-top: 10px;
	border-top:solid 2px transparent;
	margin-right:20px;
	cursor: pointer;
}
.navigationStat p.active{
	border-top:solid 2px #f08200;
	color:#868686;
	cursor: default;
}
.formStat{
	color:#868686;
	font-size:1.1em;
	text-transform: uppercase;
	display: inline-block;
}
.formStatBLock{
	display: block;
}
.formStat .selectStat{
	margin-right: 20px;
	margin-left:8px;
}
.tableStat{
	display: table;
	width: 100%;
	margin-top:20px;
	border-radius: 30px;
	overflow: hidden;
}
.graphRow{
	display: table-row;
	background-color:#eeeeee;
}
.graphRow:nth-child(2n+1){
	background-color:#070a0c070a0c;
}
.graphRow > div{
	display: table-cell;
	padding:8px 15px;
	border-right: solid thin #e1e1e1;
}
.mois{
	color:#868686;
	text-align: center;
}
.mois input{
	color:#868686;
	border:none;
	background:none;
	text-transform: none;
	font-weight: normal;
}
.batonDiv{
	width: 60%;
	padding-right: 150px !important;
}
.batonDiv > div{
	position: relative;
}
.batonStat{
	height: 15px;
	background-color: #cacaca;
	position: relative;
}
.batonStat::after{
	content:attr(nbVisiteurs);
	left:100%;
	margin-left:15px;
	position: absolute;
	color:#268cae;
	font-size: 1.2em;
	line-height: 0.9em;
}
.pageVisiteur{
	color:#b0b0b0;
	font-size:1.2em;
	text-align: center;
}
.pageVisiteur span{
	color:#f08200;
	font-weight:bold;
}
.augmentation{
	padding:0 !important;
}
.augmentation p{
	font-size:1.2em;
	font-weight:bold;
	padding:8px 15px;
	text-align: center;
	position: relative;
}
.augmentation.positif{
	color:#54ad42;
}
.augmentation.positif p::before{
	content:"";
	width:20px;
	height:20px;
	background-repeat: no-repeat;
	position: absolute;
	background-position: left top 5px;
	background-image: url(../img/augmentation.png);
	left:15px;
}
.augmentation.negatif{
	color:#981111;
}
.augmentation.negatif p::before{
	content:"";
	width:20px;
	height:20px;
	background-repeat: no-repeat;
	position: absolute;
	background-position: left top 5px;
	background-image: url(../img/baisse.png);
	left:15px;
}
.augmentation.stable{
	color:#268cae;
}
.selectStat{
	margin-bottom:0;
}
.submitStat{
	padding:0 0 0 40px;
	text-align: right;
	color:#309c1a;
	font-size:1.4em;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top 5px;
	background-image: url(../img/moreArrow.jpg);
	border:none;
	background-color:transparent;
}
.submitStatVisiteur{
	float: right;
}
#nombreVisiteurs{
	margin-top: 0;
}
.statPage#motCle{
	display:block;
	margin-top:20px;
}
.paginationMot{
	display: block;
	text-align: right;
	position: absolute;
	top:0;
	right: 0;
}
.paginationMot div{
	display: none;
	font-size:1.3em;
	color:#f9ae8c;
	padding:4px;
	cursor: pointer;
}
.paginationMot div.active{
	color:#f08200;
	font-weight: bold;
	cursor: default;
}
.paginationMot div.affiches, .paginationMot div.dernier{
	display: inline-block;
}
.paginationMot input{
	border:solid thin #eee;
	padding:10px;
	line-height: 0.9em;
	height: 30px;
	width:50px;
	border-radius: 0;
	box-shadow: none;
}
.relativeStatMot, .relativeMot, .relative{
	position: relative;
}
.statPage .page{
	position:absolute;
	height: 100%;
	top:0;
	left:0;
	width: 100%;
	z-index: 0;
	opacity: 0;
}
.statPage .page.first{
	position: relative;
}
.statPage .page.active{
	opacity: 1;
	z-index: 1
}
.statPage .colonne{
	width: 31%;
	display: inline-block;
	float:left;
}
.colonne:nth-child(2){
	margin:0 3.5%;
}
.rowMotCle:nth-child(2n+1){
	background-color: #eeeeee;
}
.rowMotCle .urlDiv{
	width:80%;
	display: inline-block;
	float:left;
	padding:8px 15px;
	color:#268cae;
	font-weight: bold;
	font-size:1.1em;
	border-right:solid thin #e1e1e1;
	cursor: pointer;
	position: relative;
}
.rowMotCle .urlDiv span{
	display: none;
	position:absolute;
	bottom:100%;
	left:0;
	font-size:0.8em;
	background-color:#268cae;
	padding:8px;
	color:#070a0c;
	z-index: 2;
	padding-right: 35px !important;
}
.rowMotCle .urlDiv span::after{
	content:"";
	height: 14px;
	width: 13px;
	position: absolute;
	right: 8px;
	top:8px;
	background-image: url(../img/close.jpg);
}
.rowMotCle .urlDiv span.active{
	display:block;
}
.rowMotCle .nb{
	width:20%;
	display: inline-block;
	float:left;
	color:#f08200;
	font-weight: bold;
	padding:8px 15px;
	font-size:1.1em;
}
.pageVisiteLeft{
	width: 60%;
	float:left;
}
.pageVisiteRight{
	width: 40%;
	float:left;
	padding-left: 90px;
}
.listingStatTable{
	position: relative;
}
.listingStatTable .premiereLigne div{
	color:#ababab !important;
	font-size: 1.1em;
	font-weight: bold;
	padding:0 15px 8px 15px !important;
}
.listingStatTable .premiereLigne {
	background-color: transparent !important;
}
.listingStatTable .clearfix{
	display: none !important;
}
.listingStatTable .page{
	display: table;
	width: 100%;
}
.listingStatTable .page > div:nth-child(2n){
	background-color:#eeeeee;
}
.listingStatTable .page > div{
	display: table-row;
}
.listingStatTable .page > div > div:first-child{
	border-left:none;
	width: 55%;
}
.listingStatTable .page > div > div{
	display: table-cell;
	border-left:solid thin #e1e1e1;
	padding:8px 15px;
}
.listingStatTable .page > div > div.urlDiv a{
	color:#268cae;
	font-size: 1.1em;
	font-weight: bold;
}
.listingStatTable .page > div > div.nb{
	color:#f08200;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}
.listingStatTable .page > div > div.pourcentage{
	color:#268cae;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}
.listingStatTable .page > div > div.rebond{
	color:#309c1a;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}
.listingStatTable .page > div > div.rebond.negatif{
	color:#981111;
}
.camembert{
    width:300px;
    height:300px;
    position: relative;
    margin: auto;
    margin-top:50px;
}
.pie {
    position:absolute;
    width:150px;
    height:300px;
    overflow:hidden;
    left:150px;
    -moz-transform-origin:left center;
    -ms-transform-origin:left center;
    -o-transform-origin:left center;
    -webkit-transform-origin:left center;
    transform-origin:left center;
}
.pie.big {
    width:300px;
    height:300px;
    left:0;
    -moz-transform-origin:center center;
    -ms-transform-origin:center center;
    -o-transform-origin:center center;
    -webkit-transform-origin:center center;
    transform-origin:center center;
}
.pie::before {
    content:"";
    position:absolute;
    width:150px;
    height:300px;
    left:-150px;
    border-radius:150px 0 0 150px;
    -moz-transform-origin:right center;
    -ms-transform-origin:right center;
    -o-transform-origin:right center;
    -webkit-transform-origin:right center;
    transform-origin:right center;
}
.pie.big::before {
    left:0px;
}
.pie.big::after {
    content:"";
    position:absolute;
    width:150px;
    height:300px;
    left:150px;
    border-radius:0 150px 150px 0;
}
.pie:nth-of-type(1)::before, .pie:nth-of-type(1)::after {
    background-color:#f08200;
}
.ordi{
    color:#f08200;
    font-size: 1.6em;
    text-align: center;
    margin:15px 0;
}
.pie:nth-of-type(2)::after, .pie:nth-of-type(2)::before {
    background-color:#509bb7;
}
.tablet{
    color:#509bb7;
    font-size: 1.6em;
    text-align: center;
    margin:15px 0;
}
.pie:nth-of-type(3)::after,.pie:nth-of-type(3)::before {
    background-color:#acb750;
}
.mobil{
   color:#acb750;
   font-size: 1.6em;
   text-align: center;
   margin:15px 0;
}
.dernierePage .urlDiv{
		color:#268cae;
	font-size: 1.1em;
	font-weight: bold;
}
.recherchePageDiv .fieldRecherche{
	padding:6px 50px 6px 10px;
	background-color: #F3F3F3;
	border:solid thin #909090;
}
.recherchePageDiv .fieldRecherche ~ .pict{
	top:8px;
}
.rechercheDiv{
	position: relative;
	display: inline-block;
	float: right;
	margin-top: -8px;
}
/* Campagne SMS */
.texteSMS p {
	font-size: 1.3em;
	color: #868686;
	text-align: center;
}
/* Maintenance */
.wrapRadioMaintenance {
	float: left;
	width: 25%;
	text-align: center;
	position: relative;
	color: #868686;
	padding-bottom: 20px;
	display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wrapRadioMaintenance label {
	color: #868686 !important;
}
.wrapRadioMaintenance input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radioMaintenance {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #eee;
	border-radius: 50%;
	right: 0;
	margin: 0 auto;
}
.wrapRadioMaintenance:hover input ~ .radioMaintenance {
   background-color: #ccc;
}
.wrapRadioMaintenance:after {
  content: '';
  position: absolute;
  display: none;
}
.wrapRadioMaintenance input:checked ~ .radioMaintenance:after {
  display: block;
  background-color: #f08200;
}
.wrapRadioMaintenance .radioMaintenance:after {
	content: '';
 	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
}
/*footer.tpl*/
footer{
	background-color:#0F172A;
	text-align:center;
	padding:20px 0;
	color:#b8b8b8;
	margin-left:20%;
	font-size:1.2em;
}
/*Bouton menu*/
.buttonMenu, .profilCheck-xs, .menuStatMobile, .navigationStatMobile{
	display:none;
}
@media (max-width: 1550px){
	.blockServices .LienServices .resumeService {
	    min-height: 75px;
	}
}
@media (max-width: 1200px){
	header{
		padding-top:55px;
		text-align:center;
		position:relative;
		z-index:99;
	}
	.headerLogo{
		margin:15px 0;
	}
	.headerDate{
		display:none;
	}
	.headerContent{
		height:auto !important;
	}
	/*Menu mobile*/
	.buttonMenu{
		display:block;
		background-color:#ff8901;
		border-bottom:solid thin #070a0c;
		padding:11px 16px;
		color:#070a0c;
		position:fixed;
		top:0;
		height: 55px;
		left:0;
		width:100%;
		z-index:999999999999;
	}
	.titre{
		text-transform:uppercase;
		font-size:1.1em;
		display:inline-block;
		color:#070a0c;
		line-height:1.1em;
	}
	.bouton{
		display:inline-block;
		float:left;
	}
	.bouton div{
		display:block;
		width:40px;
		height:4px;
		border-radius: 3px;
		background-color:#fff;
		margin:5px 0;
		-webkit-transition: all 0.1s ease-out;
		-moz-transition: all 0.1s ease-out;
	 	-ms-transition: all 0.1s ease-out;
	  	-o-transition: all 0.1s ease-out;
		 transition: all 0.1s  ease-out;
	}
	.bouton.active div:nth-child(2){
		display:none;
	}
	.bouton.active div:nth-child(1){
		transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-o-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		margin-top:13px;
		-webkit-transition: all 0.1s ease-out;
		-moz-transition: all 0.1s ease-out;
	 	-ms-transition: all 0.1s ease-out;
	  	-o-transition: all 0.1s ease-out;
		 transition: all 0.1s  ease-out;
	}
	.inline3{
		width: 100%;
	}
	.bouton.active div:nth-child(3){
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		-o-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		margin-top:-9px;
		-webkit-transition: all 0.1s ease-out;
		-moz-transition: all 0.1s ease-out;
	 	-ms-transition: all 0.1s ease-out;
	  	-o-transition: all 0.1s ease-out;
		 transition: all 0.1s  ease-out;
	}
	.leftDiv{
		position:fixed;
		left:-70%;
		height:100%;
		top:0;
		padding-top:50px;
		width:70%;
		z-index:9999999;
		display:block;
		max-width:300px;
		text-align:left;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
	 	-ms-transition: all 0.2s ease-out;
	  	-o-transition: all 0.2s ease-out;
		 transition: all 0.2s  ease-out;
	}
	.leftDiv.active{
		left:0;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		 -ms-transition: all 0.2s ease-out;
	  	-o-transition: all 0.2s ease-out;
		 transition: all 0.2s  ease-out;
	}
	/*section*/
	section{
		width:100%;
		margin-left:0;
		margin-top:0 !important;
		padding:60px;
	}
	.adminDiv{
		left:0;
		top:0px;
		position: relative;
		width: 100%;
	    margin-left: 00%;
	}
	.connexion{
		position:relative;
		background-color:#070a0c;
	}
	.connexionDiv{
		position:relative;
	}
	.connexionDivContent{
		display:block;
		margin-top:0;
	}
	.connexionTitle{
		padding:20px;
	}
	.connexionDiv .listingAction{
		padding:30px;
		background-color:#070a0c;
	}
	.connexionLogo{
		position:relative;
		padding:20px 0;
		bottom:inherit;
	}
	.connexionButton{
		padding:15px;
	}
	.seeChilddren img, .seeSousCategorie img{
		margin-right:3px;
	}
	.seeChilddren < div, .seeSousCategorie < div {
		padding:5px !important;
	}
	footer{
		margin-left:0;
	}
	.batonDiv{
		width: 48%;
	}
	.urlDiv > p{
		overflow: hidden;
		height: 23px;
	}
	.pageVisiteLeft, .pageVisiteRight{
		width: 100%;
	}
	.pageVisiteRight{
		padding: 50px 0 0 0;
	}
	.colonne:nth-child(2){
		margin:0 1%;
	}
	.statPage .colonne{
		width: 32.55%;
	}
	.graphRow > div, .augmentation p{
		padding:8px 8px;
	}
	.augmentation.negatif p::before{
		left:6px;
	}
	.moisCourantBlock, .pageTotalBlock, .rebondBlock{
		width:32%;
		font-size:0.8em;
		padding:20px;
	}
	.pageTotalBlock{
		margin:0 2%;
	}
	.logoUserMobile img{
		max-width: 190px;
		margin-top: -7px;
		margin-left: -20px;
		filter: brightness(1000000%);
	}
}
@media (max-width: 992px){
	.idCol{
		display: none !important;
	}
	.insideFicheD{
		height:auto !important;
	}
}
@media (max-width: 767px){
	.agenda{
		display: none;
	}
  .mobile50{
    display: inline-block;
    vertical-align: middle;
    margin: 0 !important;
  }
	.listingIndex > div{
		width: auto;
	}
	
	.agendaXS{
		display: block;
		position: relative;
	}
	.suivantBouton{
		padding-right: 20px;
	}
	.precedentBouton{
		padding-left: 20px;
	}
	.agendaXS .listingField div:first-child{
		display: none !important;
	}
	.agendaXS .listingValue > div:first-child{
		width: 100%;
		display: block;
		text-align: center !important;
		color:#070a0c;
		position: relative;
		padding: 0;
	}
	.agendaXS .listingValue > div{
		padding: 0px;
		margin-left: 0px;
		clear: left;
		border-top:solid 2px #070a0c;
		border-bottom:solid 2px #070a0c;
	}
	.agendaXS .listingValue > div:nth-child(2){
		border-top:none;
	}
	.agendaXS .listingValue > div:first-child{
		border:none;
	}
	.agendaXS .listingValue > div:last-child{
		border-bottom:none;
	}
	.numeroDiv{
		color:#ccc;
	}
	.agendaXS .listingValue > div > div{
		padding: 10px;

	}
	.agendaXS .listingValue{
		padding: 0;
	}
	.indisponnible{
		height: 37px;
	}
	.agendaXS .labelMobile{
		float: left;
	}
	.moisCourantBlock, .pageTotalBlock, .rebondBlock{
		width:100%;
		text-align: center;
		font-size:0.9em;
	}
	.pageTotalBlock{
		margin:15px 0;
	}
	.headerContent{
		height:auto;
	}
	.adminDiv{
		position:relative;
	}
	.adminDiv > div{
		padding: 10px;
	}
	.adminDiv a{
		font-size: 1em;
	}
	header{
		z-index: inherit;
	}
	/*section*/
	section{
		padding:30px 15px;
	}
	
	/*ListingTable*/
	.profilTable{
		text-align:left !important;
	}
	.listingField div, .profilField div, .miseAJourDiv{
		display:none !important;
	}
	.listingField div:first-child, .profilField div:first-child{
		display:inline-block !important;
		padding-left:15px;
	}
	.labelMobile{
		display:inline-block;
		margin-right:8px;
		font-weight:bold;
		font-size:0.8em;
		text-transform:uppercase;
	}
	.idCol{
		display:none !important;
	}
	.profilField > div:first-child > input{
		display:inline-block !important;
	}
	.listingLine > .activeCol{
		display:inline-block;
		/*float:left;*/
		width:auto !important;
	}
	.listingProduit > .activeCol{
		display:inline-block;
		float:none;
		width:auto !important;
	}
	.ordreFleche{
	  	margin-left:0px !important;
		display:inline-block !important;
		height:auto;
		width:auto !important;
		background-color:transparent;
		clear:left;

	}
	
	.ordreFleche a::after{
		display:none;
	}
	.profilCheck-md{display:none !important;}
	.profilCheck-xs .listingInputDiv{display:inline-block !important;}
	.listingValue > div{
		display:block;
		border:none;
		margin-left:47px;
		padding:4px 15px;
	}
	.listingInput{
		margin-right:15px !important;
	}
	 .profilValue > div, .seeSousCategorie{
		display:block;
		border:none;
		padding:4px 15px !important;
		text-align:left;
	 }
	 .seeSousCategorie{
		padding-bottom:8px !important;

	 }
	 .profilValue {
		padding:0 !important;
		margin-bottom:10px;
	 }
	 .profilValue > div:first-child{
		padding:15px;
		background-color:#f08200;
		color:#070a0c;
		font-weight:bold;
	 }
	.listingValue > div:first-child{
		position:absolute;
		margin:0;
		left:0;
		top:0;
		width:48px;
		height:100%;
		padding:15px;
		background-color:#f08200;
	}
	.listingValue, .profilValue{
		display:block;
		position:relative;
		padding:10px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-left: 60px;
	}
	.listingValue > div{
		margin-left: 0;
		flex: 1 1 50%;
	}
	.labelMobile{
		display: block;
	}
	.listingLine > div, .profilLine > div{
		text-align:left !important;
	}
	.headerTitle{
		font-size:1.3em;
	}
	footer{
		margin-left:0;
	}
	.qrCode{
		justify-content: center;
	}
	
	.moduleListing li.active::after{
		display:none;
	}
	.listingAction .listingActionField .meta .field, .listingAction .listingActionField .meta .bar {
		max-width:100% !important;
		width:100% !important;
	}
	.listingAction .listingActionField .bar, .actionDiv .group .bar,.listingAction .listingActionField .field, .actionDiv .field{
		width:100% !important;
		max-width:100% !important;
	}
	.group{
		display: block !important;
	}
	.group.hidden{
		display: none !important;
	}
	
	.tableStat{
		display: block;
	}
	.tableStat .graphRow{
		display: block;
		position: relative;
		clear:left;
		height: 67px;
	}
	.tableStat .graphRowFin{
		height: 31px;
	}
	.tableStat .graphRow .mois{
		position: absolute;
		left:0;
		height: 32px;
		top:0;
		width: 60px;
		border-bottom:solid thin #e1e1e1;
		font-size: 1.2em;
	}
	.tableStat .graphRow .batonDiv{
		display: block;
		width: 100%;
		padding-left:70px;
		border-bottom:solid thin #e1e1e1;
		border-right: none;
	}
	.tableStat .graphRow .pageVisiteur{
		display: block;
		width: 70%;
		position: relative;
		float: left;
		font-size: 0.9em;
	}
	.tableStat .graphRow .augmentation{
		border-right: none;
		display: block;
		width: 30%;
		position: relative;
		float: left;
	}
	.tableStat .graphRow .augmentation p{
		font-size: 0.85em;
	}
	.augmentation.negatif p::before{
		left:6px;
		top:5px;
	}
	.statPage .colonne{
		margin: 0 !important;
		width: 100%;
	}
	.paginationMot{
		position: relative;
		left:0;
		right: inherit;
		width: 100%;
		text-align: left;
		float: none;
	}
	.pourcentage span, .nb span{
		display: none;
	}

	.camembert{
	    width:200px;
	    height:200px;
	}
	.pie {
	    width:100px;
	    height:200px;
	    left:100px;
	}
	.pie.big {
	    width:200px;
	    height:200px;
	}
	.pie::before {
	    width:100px;
	    height:200px;
	    left:-100px;
	    border-radius:100px 0 0 100px;
	}
	.pie.big::after {
	    width:100px;
	    height:200px;
	    left:100px;
	    border-radius:0 100px 100px 0;
	}
	.menuStatMobile{
		display: block;
		position: fixed;
		top:0;
		right: 0;
		z-index: 9999999999;
	}
	.navigationStat{
		margin:20px 0;
	}
	.menuStatMobile{
		height: 60px;
		width: 40px;
		cursor:pointer;
	}
	.menuStatMobile >div{
		margin-top:17px;
	}
	.navigationStat > p{
		display: none;
	}
	.navigationStatMobile.active{
		right: 0;
	}
	.navigationStatMobile{
		position: fixed;
		right: -100%;
		width: 70%;
		top:0;
		max-width: 300px;
		height: 100%;
		padding-top: 52px;
		background-color: #EDEDED;
		display: block;
		z-index: 9;
		margin:0;
	}
	.navigationStatMobile p {
	    display: block;
	    float: none;
	    font-size: 1.2em;
	    color: #818181;
	    padding:15px;
	    border-top: none;
	    margin-right: 0;
	    cursor: pointer;
   }
	.navigationStatMobile p.active {
		background-color:#070a0c;
	}
	.rechercheDiv{
		float: none;
		display: block;
		margin-top:8px;
	}
	.recherchePageDiv .fieldRecherche{
		width: 100%;
	}
	.pageVisiteesTable .page > div{
		display: block;
		clear:left;
	}
	.pageVisiteesTable .page > div  .premiereLigne div{
		padding:5px 10px !important;
	}
	.pageVisiteesTable .page > .premiereLigne{
		display: none;
	}
	.pageVisiteesTable .page > div  .premiereLigne{
		padding:0;
		text-align: center;
	}
	.pageVisiteesTable .page{
		display: block;
	}
	.pageVisiteesTable .page > div  .urlDiv{
		display: block !important;
		width: 100% !important;
		text-align: center;
		padding-top: 18px;
		padding-bottom: 5px;
	}
	.pageVisiteesTable .page > div  .nb, .pageVisiteesTable .page > div  .rebond, .pageVisiteesTable .page > div  .pourcentage{
		width: 33.3%;
		float: left;
		display: inline-block;
		border-bottom:solid thin #e1e1e1;
	}
	.pageVisiteesTable .page > div  .rebond{
		border-right:solid thin #e1e1e1;
	}
	.listingStatTable .clearfix{
		display: block !important;
		padding:0 !important;
	}
	.mappingForm .actionDiv{
		float: none;
	}
	.rechercheMapping{
		float: none;
		margin-top:5px;
	}
}
.formDemo{
	text-align: center;
}
.lienD{
	position: relative;
	margin:0 10px 30px 10px;
	padding:15px 50px;
	text-transform: uppercase;
	color:#070a0c !important;
	font-weight: bold;
	background-color: #f08200;
	border:1px solid #f08200;
	border-radius:7px;
	letter-spacing: 1px;
	text-decoration: none !important;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	 transition: all 0.5s  ease-out;
}
.lienD:hover{
	color:#f08200 !important;
	background-color: #070a0c;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	 transition: all 0.5s  ease-out;
}
.filtre {
  display: table;
  width: 100%;
  text-align: left;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.titreFiltre:first-child::after{
  display: none;
}
.titreFiltre::after{
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  height: 15px;
  margin:auto;
  width: 1px;
  background-color: #F1F5F9;
}
.titreFiltre {
  position: relative;
  display: inline-block;
  width: auto;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'regular';
  padding: 10px;
  cursor: pointer;
  margin: 1px;
  color: #ccc;
}
.titreFiltre:hover {
  color: #f08200;
  opacity: 0.8;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.titreFiltre.active {
  color: #f08200;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blockServices{
  min-height: 380px;
}
.blockServices {
  opacity: 1;
    -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.cacheAnim{
  opacity: 0;
    -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cache {
  height: 0;
  width: 0;
  padding: 0;
  overflow: hidden;
    -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
.infobulle{
	position: relative;
	position: absolute;
  top: 0;
  margin: auto;
  right: 0;
  cursor: pointer;
}
.infobulle div{
  padding: 5px;
  display: inline-block;
  background-color: #ff7404;
  color: #070a0c;
  line-height: 10px;
  width: 20px;
  border-radius: 100%;
  height: 20px;
  text-align: center;
}
.infobulle span{
  display: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  width: 600px;
  height: 400px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.infobulle:hover span {
  display: block;
  position: absolute;
  top: 0;
  right: -125px;
  padding: 8px;
  border-radius: 15px;
  margin-top: 12px;
  margin-left: 32px;
  z-index: 1000;
  overflow: hidden;
}
.right{
	float: right;
}
.listingAction .listingActionField label.labelCheck{
	display: inline-block;
	vertical-align: middle;
	color: #F1F5F9;
	padding: 0px;
}
.listingAction .listingActionField .field[type=checkbox]{
	display: inline-block;
	vertical-align: middle;
	width: auto;
}
.listingAction .listingActionField .group.groupCheck{
	margin: 0 15px !important;
	width: 100%;
}

/* --- MOBILE DESIGN : TABLEAU EN CARTES --- */
@media (max-width: 768px) {

    /* --- 1. CONFIGURATION DE LA CARTE --- */
    .listingValue.listingLine,
    .listingValue.listingLine.sousCat {
        display: grid !important;
        padding: 0 !important;
        /* 50px pour la gauche, TOUT le reste pour le centre, 50px pour la droite */
        grid-template-columns: 50px 1fr 50px; 
        grid-auto-rows: auto; /* Les lignes se créent selon le contenu */
        
        border-radius: 9px;
        margin: 5px;
        width: auto;
        overflow: hidden;
        position: relative;
        background: rgba(0, 0, 0, 0.1);
        min-height: 80px;
        align-items: center; /* Centre verticalement */
    }
    .listingValue > div:first-child{
    	padding: 5px;
    }
    .listingField, .profilField{
    	margin: 5px 0;
    }
    /* --- 2. BANDE ORANGE (GAUCHE) --- */
    .listingValue .selectCol {
        grid-column: 1;
        background-color: #f08200;
        display: flex !important;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        padding: 0; margin: 0;
        z-index: 2; /* S'assure d'être au dessus */
    }
    .listingValue .listingInputDiv { display: flex; width: 100%; height: 100%; justify-content: center; align-items: center; }
    .listingValue .listingInput { margin: 0 !important; transform: scale(1.3); }

    /* --- 3. FLÈCHES (DROITE) --- */
    .ordreFleche {
        grid-column: 3;
        grid-row: 1 / 5;
        background-color: rgba(0, 0, 0, 0.2);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        z-index: 2;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .listingTable, .profilTable{
    	border-radius: 9px;
    	overflow: hidden;
    }
    .ordreFleche a {
        /* font-size: 1em; */
        /* padding: 3px; */
        width: 90%;
        /* height: auto; */
        margin: 24px 5px 0 5px !important;
    }
    /* --- 4. LE CONTENU CENTRAL (LA MAGIE EST ICI) --- */
    /* On cible TOUTES les div directes qui ne sont PAS la sélection ou les flèches */
    .listingValue > div:not(.selectCol):not(.ordreFleche) {
        grid-column: 2; /* Force tout le monde au milieu */
        padding: 5px 15px; /* Un peu d'air */
        color: #fff;
        width: 100%;
        box-sizing: border-box;
    }

    /* --- 5. STYLES SPÉCIFIQUES --- */
    
    /* Les Labels Mobiles (ex: "Titre :", "Image :") */
    .labelMobile {
        display: inline-block;
        font-weight: 700;
        color: #f08200; /* Orange pour ressortir */
        text-transform: uppercase;
        font-size: 0.75em;
        margin-right: 8px;
        min-width: 60px; /* Aligne un peu le texte */
    }

    /* Le Titre ou texte principal (souvent sans classe ou lien) */
    .listingValue > div:not(.selectCol):not(.ordreFleche) a {
        color: #fff; text-decoration: none; font-weight: 500;
        word-break: break-word; /* Évite que ça dépasse */
    }

    /* L'image (Miniature) */
    .listingValue a.photo img, 
    .listingValue img {
        display: block !important; /* Force l'affichage si caché en desktop */
        max-width: 100%;
        height: auto;
        max-height: 100px; /* Limite la hauteur */
        border-radius: 6px;
        margin-top: 5px;
        border: 1px solid rgba(255,255,255,0.1);
    }
    
    /* Le Switch Actif */
    .activeCol {
        padding-bottom: 15px !important;
        border-top: 1px solid rgba(255,255,255,0.05); /* Petite séparation avant le switch */
        margin-top: 5px;
        padding-top: 10px !important;
    }
    .activeCol .group { display: inline-block; vertical-align: middle; }
    
    /* On cache les colonnes inutiles marquées "hidden" */
    .listingValue .hidden { display: none; }
}