/**
 * Personnalisation des notifications du plugin toastr
 * @see http://stackoverflow.com/questions/15066882/make-toastr-alerts-look-like-bootstrap-alerts
 */
body #toast-container > div { /* augmente l'opacité de 80 à 90% car difficile à lire en sur-impression d'un autre texte */
    opacity: 0.85;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    filter: alpha(opacity=85);
}

/**
 * Personnalisation des popup modalesdu plugin SweetAlert
 * Les couleurs et polices sont basées sur le plugin bootstrap-sweetalert qui est un fork du plugin original.
 * Le résultat est plus péchu, les couleurs de l'original étant plus pastels.
 * Le titre est aussi moins gras, ce qui le rend plus facile à lire.
 * La couleur des boutons Ok est défini dynamiquement par le code JavaScript.
 */
.sweet-alert .sa-icon.sa-info { border-color: #46B8DA; }
.sweet-alert .sa-icon.sa-info::before { background-color: #46B8DA; }
.sweet-alert .sa-icon.sa-info::after { background-color: #46B8DA; }
.sweet-alert .sa-icon.sa-error { border-color: #D9534F; }
.sweet-alert .sa-icon.sa-error .sa-line { background-color: #D9534F; }
.sweet-alert .sa-icon.sa-success .sa-placeholder { border: 4px solid rgba(92, 184, 92, 0.2); }
.sweet-alert .sa-icon.sa-success { border-color: #5cb85c; }
.sweet-alert .sa-icon.sa-success .sa-line { background-color: #5cb85c; }
.sweet-alert h2 {
	color: #303030;
	font-size: 30px;
	font-weight: 500;
	line-height: 33px;
	margin-top:20px;
	margin-bottom:10px;
}
.sweet-alert p {
	color: #707070;
	font-size: 21px;
	line-height: normal; /*29.1px */
}
.sweet-alert button {
	background-color: #C1C1C1; /* sera en principe écrasé par le code JS, cette valeur n'est qu'une sécurité */
	color: white; /* pour assurer un bon contraste quand le bouton est mis en couleur par le code JavaScript */
	padding-left:16px;
	padding-right:16px;
}
.sweet-alert button.cancel { background-color: #A1A1A1; }
.sweet-alert button.cancel:hover { background-color: #999999; }
.sweet-alert button.cancel:active { background-color: #888888; }



.datagrid-footer
{
	font-weight:bold;
	margin-top: 15px;
}
.datagrid-footer td
{
	border-top:none;
	border-bottom:none;
}

[class*="col-"]
{
	border:0px solid rgb(0,0,0);
}

/* incompatibilité Bootstrap JEasyUI */
.tooltip
{
	background:none;
	border:none;
	box-shadow:none;
	outline:none;
}

/*
 * style durant l'exécution des requêtes Ajax.
 * source: http://stackoverflow.com/questions/8805507/change-mouse-pointer-when-ajax-call
 */
body.wait *, body.wait
{
	cursor: progress !important;
}

/* bootstrap's .modal-dialog conflicts with google charts */
#modalEmailing .modal-dialog, #myModal .modal-dialog {
	background: none;
	border: none;
	position:relative;
	box-shadow:none;
	outline:none;
}

/* bootstrap's .modal-content conflicts with AdminLTE  .  la valeur indiquée ici est basée sur boostrap.css ligne 5764 */
#modalEmailing .modal-content, #myModal .modal-content {
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) !important;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) !important;
	/*width:650px;*/
}

#modalEmailing .modal-content {
	/*width: 800px;*/
}

.datagrid input[type="checkbox"] {
	margin-top:0px; /* bootstrap ajoute une margin-top aux checkbox, ce qui n'est pas compatible avec les checkbox de jeasyui-datagrid, on supprime donc cette margin dans le cas des datagrid */
}

label.required:after { /* http://stackoverflow.com/questions/23141854/adding-asterisk-to-required-fields-in-bootstrap-3  ,  voir la 2ème réponse */
    /*
    position: absolute;
    margin-left: 8px;
    top:7px;
    color: #d00;

    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 14px;
    content: "*";
    */

    /* version FontAwesome, il faudra peut-être réduire font-size si on l'utilise */

    /* version simple */
    /*
    content: "*";
    */

    /* version Glypicons, ne fonctionne pas a priori */
    /*
    font-family: 'Glyphicons Halflings';
    font-weight: normal;
    font-size: 14px;
    content: "*";
    */



     /*content: "\f069";*/

}
.form-control.required{
    border-left: #d00 2px solid;

}

.parent
{
	font-size:small;
}



.contenu .titre
{
	font-size:large;
	background-color:rgb(250,250,220);

}

.contenu .titre img
{
	margin-right:10px;
}

.contenu .content
{
	border:1px solid rgb(200,200,200);
	margin:10px;
	padding:5px;
}

.contenu li
{
	list-style-image: url('img/folder_small.png');
}
/*
h3
{
	font-size:x-large;
	color:rgb(100,100,100);
	font-weight:bold;
}
*/
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top:7px;
  /* Set the fixed height of the footer here */
  height: 40px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 0px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}



/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */


/*
 * Main content
 */

.main {
  padding-top: 5px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 10px;
    padding-left: 0px;
  }
}
.main .page-header {
  margin-top: 0;
}

.form-horizontal .control-label{
   text-align:left !important;
   font-weight:normal;
   font-size:12px;
}

.form-group {
    margin-bottom: 10px;
}



.ItemRules table.actions {
	margin-top:15px;
}

.ItemRules table.actions tr {
	cursor: default;
}

.ItemRules table.actions tr.active {
	background-color: #0089db;
	color: white;
}

.ItemRules table.actions td, .ItemRules table.actions th {
	padding:5px;
	padding-right: 10px;
	border: 1px dotted lightgray;
}

div.gopaas-webform-field {
	border: 1px dashed lightgray;
	cursor: move;
	width: 180px;
	padding: 5px;
	margin: 5px;
}

div.gopaas-webform-field .gopaas-edit {
	cursor: pointer;
	color: #2e6da4;
	font-size: 14px;
}

div.gopaas-webform-designer-section {
	display: table;
	float: none;

    /*border-collapse: separate;*/
    /*border-spacing: 10px;  incompatible avec les col bootstrap, les 10 pixels entraînent un dépassement de largeur de colonne */
}

div.gopaas-webform-designer-column {
	border: 0px dotted lightgray;
	display: table-cell;
	float: none;
	min-width: 200px;
	padding-bottom: 150px; // surtout pour pouvoir dropper dans le cas où la div est vide
}

div.gopaas-fields-not-placed {
	float:left;
	border-right: 1px dashed gray;
	padding-right: 30px;
	margin-right: 30px;
	/*display: inline-block;*/
}

div.gopaas-fields-placed {
	/*display: inline-block;*/
}

.gopaas-pseudo-checkbox {
	margin-bottom: 4px;
}

.gopaas-pseudo-checkbox-square {
	width: 15px;
	height: 15px;
	background-color: transparent;
	border: 1px solid darkgray;
	display: inline-block;
}

.gopaas-pseudo-checkbox-label {
	display: inline;
	cursor: default;
}

.gopaas-pseudo-checkbox-square.gopaas-hover {
	border-color: black;
}


.ItemListeDiffusion table.contact {
	margin-top:15px;
}

.ItemListeDiffusion table.contact tr {
	cursor: default;
}

.ItemListeDiffusion table.contact tr.active {
	background-color: #0089db;
	color: white;
}

.ItemListeDiffusion table.contact td, .ItemListeDiffusion table.contact th {
	padding:5px;
	padding-right: 10px;
	border: 1px dotted lightgray;
}

.Emailing .popover-content button {
	/*
	margin-right: 2px;
	margin-bottom: 2px;
	*/
}

/* un item dans une connexion multiple */
.gopaas-multiple-connection-container .gopaas-item {
	display:inline-block;
	border: 1px solid lightgray;
	cursor: default;
	padding: 5px;
	margin-bottom: 3px;
	margin-right: 3px;
}

/* bouton de suppression d'un item dans une connexion multiple */
.gopaas-multiple-connection-container .gopaas-item .gopaas-remove {
	color: #D9534F;
	cursor: pointer;
	padding: 5px;
	font-weight:bold;
}
.gopaas-multiple-connection-container .gopaas-item .gopaas-remove:hover {
	color: #C12E2A;
	background-color: #dddddd;
}

.gopaas-tab-subtitle {
	font-size: smaller;
}

.gopaas-tab-color {
	width: 10px;
	height: 10px;
	background-color: transparent; /* la couleur sera remplacée dynamiquement. Voir gopaas.ui.renameTab() */
	display: inline-block;
	margin-right: 3px;
	box-shadow: 1px 1px 2px #555;
}

.gopaas-tab-color-border-only {
	width: 10px;
	height: 10px;
	border: 2px solid lightgray; /* la couleur sera remplacée dynamiquement. Voir gopaas.ui.renameTab() */
	display: inline-block;
	margin-right: 3px;
	box-shadow: 1px 1px 2px #555;
}

.gopaas-table-icon {
}

/* classe utilisée pour désactiver temporairement les effets de transition
@see http://stackoverflow.com/questions/11131875/what-is-the-cleanest-way-to-disable-css-transition-effects-temporarily#
*/
.notransition, .notransition * {
	/*CSS transitions*/
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
	/*CSS transforms*//*
	-o-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;*/
	/*CSS animations*//*
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;*/
}

.fill {
    min-height: 100%;
    height: 100%;
}

.fa-1em{
  font-size: 1em;
}
.fa-2em{
  font-size: 2em;
}
.fa-3em{
  font-size: 3em;
}
.fa-4em{
  font-size: 4em;
}
.fa-5em{
  font-size: 5em;
}
.fa-6em{
  font-size: 6em;
}
.fa-7em{
  font-size: 7em;
}
.fa-8em{
  font-size: 8em;
}
.fa-9em{
  font-size: 9em;
}

.fa-10em{
  font-size: 10em;
}

.gopaas-icon{

    border-radius: 5px;
    padding: 20px 20px;
    text-align: center;
    box-shadow: 0 1px 3px 1px #E0E0E0;

}

.gopaas-icon i {
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    -ms-transition: -ms-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s;

}

.gopaas-icon i:hover {
  -webkit-transform: scale(1.3,1.3) ;
    -moz-transform: scale(1.3,1.3) ;
  -ms-transform: scale(1.3,1.3) ;
    -o-transform: scale(1.3,1.3) ;
  transform: scale(1.3,1.3);

}


.gopaas-icon a{
    margin-top: 20px;
    text-decoration: none;
    color: #222D32;

}
.widget-image-icon{
    margin-bottom: 20px;
}

.gopaas-add-item{
    text-decoration: none;
}

.nav-tabs>li>a {
    margin-right: 2px;
    margin-top:3px;
    margin-bottom:1px;
    line-height: 1.42857143;
    border-radius: 4px 4px 0 0;
    background-color: #f9f9f9;

    border-top: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;

}

/* toggle checkbox */
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px; /* Largeur du toggle */
    height: 27px; /* Hauteur du toggle */
	margin-top: 4px;
}

.toggle-switch input {
    opacity: 0; /* Cache l'input réel */
    width: 0;
    height: 0;
}

.switch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc; /* Couleur de fond lorsque le toggle est désactivé */
    transition: .4s; /* Transition pour l'animation */
    border-radius: 34px; /* Rend les coins arrondis */
}

.switch:before {
    position: absolute;
    content: "";
    height: 18px; /* Diamètre du cercle à l'intérieur du toggle */
    width: 18px;
    left: 3px;
    bottom: 2px;
    background-color: white; /* Couleur du cercle */
    transition: .4s;
    border-radius: 50%; /* Rend le cercle parfaitement rond */
}

input:checked + .switch {
    background-color: #3c8dbc; /* Couleur de fond lorsque le toggle est activé */
}

input:checked + .switch:before {
    transform: translateX(26px); /* Déplace le cercle à droite lorsqu'activé */
}

.MultipleConnection-add-remove-button{
	margin-top:150px;
	text-align:center;
}

/* Google Sync */
form.googleSyncForm {
    margin-top: 50px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
}

form.googleSyncForm label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

form.googleSyncForm select {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
}

form.googleSyncForm button {
    width: 100%;
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

form.googleSyncForm button:hover {
    background-color: #45a049;
}

/* Outlook Sync */
form.outlookSyncForm {
  margin-top: 50px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  width: 100%;
}

form.outlookSyncForm label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

form.outlookSyncForm select {
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
}

form.outlookSyncForm button {
  width: 100%;
  padding: 10px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

form.outlookSyncForm button:hover {
  background-color: #45a049;
}


/* Pour les mobiles (écrans de moins de 768px) */
@media (max-width: 767px) {
    .MultipleConnection-add-remove-button{
        margin-top: 0px !important; /* Réduire davantage la marge */
        text-align: center; /* Peut rester le même */
    }

    .MultipleConnection .gopaas-available .panel-body-noheader {
        /* Ajoutez ici les styles spécifiques pour les mobiles */
        margin-top: 0px !important; /* Par exemple, ajuster la marge */
    }

	.MultipleConnection .gopaas-selected {
        /* Ajoutez ici les styles spécifiques pour les mobiles */
        margin-top: 15px !important; /* Par exemple, ajuster la marge */
    }

}

.fc-center{
  margin-top: 5px;
}

.fc-center h2 {
  font-size: 2rem;
}

.fc-toolbar.fc-header-toolbar{
  margin-bottom: 0px;
}

.navbar{
  margin-bottom: 10px;
} 

/* Calculatrice */
.calculator {
  width: 280px;
  background: #222;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1000;
}

.calculator .header {
  display: flex;
  justify-content: flex-end;
}

.calculator-title{
  color: #fff;
  font-size: 1.4rem;
  padding-bottom: 10px;
}

.calculator .display input {
  width: 100%;
  height: 50px;
  text-align: right;
  margin-bottom: 20px;
  font-size: 1.5rem;
  border: none;
  border-radius: 5px;
  padding: 10px;
  background: #000;
  color: #fff;
}

.calculator .buttons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.calculator button {
  font-size: 1.2rem;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background: #444;
  color: #fff;
  cursor: pointer;
}

.calculator button:hover {
  background: #555;
}

.calculator .calc-ok {
  grid-column: span 4;
  background: #87e687a1;
  color: white;
}

.calculator .close-calculator {
  background: #222;
    color: white;
    font-size: 1.5rem;
    border: none;
    border-radius: 0 12% 0 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.calculator .close-calculator:hover {
  background: #b71c1c; /* Rouge plus foncé au survol */
}


.calculator .calc-function {
  font-size: 1.4rem;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background: #767676;
  color: #fff;
  cursor: pointer;
}


#btn_action_menu li a {
  display: flex;
  align-items: center;
  gap: 1px;
}

#btn_action_menu li a i {
  width: 12px;
  text-align: center;
}

.gopaas-tool-menu > #action li a {
  display: flex;
  align-items: center;
  gap: 1px;
}

.gopaas-tool-menu > #action li a i {
  width: 12px; 
  text-align: center;
}

.gopaas-sidebar-link {
  display: flex !important;
  align-items: center;
  gap: 1px !important;
}

.gopaas-sidebar-module {
  display: flex !important;
  align-items: center;
  gap: 7px !important;
}

.hidden-tab, .hidden-tab-dashboard {
  display: none !important;
}

.tab-grouped{
  background-color:#3c8dbc;
  color: white;
  padding: 3px;
  border-radius: 7px;
}

.gopaas-field-number{
  text-align: right;
}

.gopaas-field-slider[type=range] {
  width: 100%;
  height: 27px;
  border-radius: 5px;
}

input.gopaas-field-slider[type="range"] {
  accent-color: #3C8DBC;
}

input.gopaas-field-slider[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background-color: #fff; /* 💡 Change ici la couleur */
  border-radius: 50%;
  cursor: pointer;
  border: none;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

span.gopaas-field-slider{
  display: flex;
  color: #333;
  height: 27px;
  border: #eee 1px solid;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  width: 60px;
  padding:5px;
  border-radius: 12px;
}

/* Panneau latéral */
.gp-sql-search-wrap {
  position: relative;
}
.gp-sql-search-wrap .glyphicon-search {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: #adb5bd;
  font-size: 12px;
}
.gp-sql-search, .gp-field-search {
  padding-left: 34px !important;
}
.gp-sql-section {
  margin-bottom: 16px;
}
.gp-sql-section-header {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6c757d;
  padding: 8px 0 6px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e9ecef;
}
.gp-sql-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.gp-sql-item {
  display: flex;
  flex-direction: column;
  padding: 10px 12px;
  cursor: pointer;
  border-radius: 6px;
  transition: background-color 0.15s ease;
  outline: none;
}
.gp-sql-item:hover,
.gp-sql-item:focus {
  background-color: #f1f3f5;
}
.gp-sql-item-label {
  font-size: 13px;
  color: #212529;
  line-height: 1.4;
  margin-bottom: 4px;
}
/* Masquer les champs table quand panneau email uniquement */
.create_update_field_panel.gp-field-panel-email-only [data-field-section="table"] {
  display: none !important;
}

.gp-sql-item-code {
  font-size: 11px;
  font-family: "Consolas", "Monaco", "Courier New", monospace;
  color: #495057;
  background: #e9ecef;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: pre-wrap;
  word-break: break-all;
}

/* Boutons Insérer fonction / Insérer champ - style discret, neutre */
.gp-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 500;
  background: #f1f3f5;
  color: #495057;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.gp-btn i {
  font-size: 12px;
  opacity: 0.85;
}
.gp-btn:hover {
  background: #e9ecef;
  border-color: rgba(0, 0, 0, 0.2);
  color: #212529;
}
.gp-btn:active {
  background: #dee2e6;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
}

/* ========================================
   Notifications In-App
   ======================================== */

   .notifications-menu .dropdown-menu {
    min-width: 320px;
    max-width: 400px;
  }
  
  .notifications-menu .dropdown-menu > li.header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    padding: 10px 15px;
    font-weight: 500;
    color: #495057;
  }
  
  .notifications-menu .dropdown-menu > li.footer {
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
    text-align: center;
  }
  
  .notifications-menu .dropdown-menu > li.footer > a {
    color: #3c8dbc;
    padding: 10px 15px;
    display: block;
  }
  
  .notifications-menu .dropdown-menu > li.footer > a:hover {
    background-color: #e9ecef;
    text-decoration: none;
  }
  
  .gopaas-notification-list {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
  }
  
  .gopaas-notification-list::-webkit-scrollbar {
    width: 6px;
  }
  
  .gopaas-notification-list::-webkit-scrollbar-track {
    background: transparent;
  }
  
  .gopaas-notification-list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
  }
  
  .gopaas-notification-list::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .gopaas-notification-list .notification-item {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #f0f0f0;
  }
  
  .gopaas-notification-list .notification-item:last-child {
    border-bottom: none;
  }
  
  .gopaas-notification-list .notification-item > a {
    display: flex;
    align-items: flex-start;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.15s ease;
  }
  
  .gopaas-notification-list .notification-item > a:hover {
    background-color: #f5f5f5;
  }
  
  .gopaas-notification-list .notification-item > a > i {
    margin-right: 10px;
    margin-top: 2px;
    font-size: 16px;
  }
  
  .gopaas-notification-list .notification-title {
    flex: 1;
    font-size: 13px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
  }
  
  .gopaas-notification-list .notification-time {
    font-size: 11px;
    color: #999;
    margin-left: 10px;
    white-space: nowrap;
  }
  
  .gopaas-notification-list .notification-empty > a {
    text-align: center;
    color: #999;
    font-style: italic;
  }
  
  .gopaas-notification-alert {
    position: absolute;
    top: 8px;
    right: 5px;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 10px;
  }
  
  .gopaas-notification-mark-all-read {
    font-size: 13px;
  }
  
  .gopaas-notification-mark-all-read i {
    margin-right: 5px;
  }
  
  .gopaas-notification-list .notification-item .notification-link {
    flex: 1;
    min-width: 0;
  }
  
  .gopaas-notification-list .gopaas-notification-mark-one-read {
    flex-shrink: 0;
    width: 32px;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    color: #999;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.15s;
  }
  
  .gopaas-notification-list .gopaas-notification-mark-one-read:hover {
    color: #5cb85c;
  }
  
  /* Popup toast notification - bas à droite, style moderne */
  .gopaas-toast-notification {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 99999;
    min-width: 340px;
    max-width: 420px;
    animation: gopaas-toast-slide-in 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  
  .gopaas-toast-notification.gopaas-toast-leave {
    animation: gopaas-toast-slide-out 0.25s ease-in forwards;
  }
  
  @keyframes gopaas-toast-slide-in {
    from {
      opacity: 0;
      transform: translateX(100%) scale(0.95);
    }
    to {
      opacity: 1;
      transform: translateX(0) scale(1);
    }
  }
  
  @keyframes gopaas-toast-slide-out {
    from {
      opacity: 1;
      transform: translateX(0);
    }
    to {
      opacity: 0;
      transform: translateX(100%);
    }
  }
  
  .gopaas-toast-content {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  
  .gopaas-toast-header {
    display: flex;
    align-items: center;
    padding: 12px;
  }
  
  .gopaas-toast-icon {
    font-size: 22px;
    margin-right: 12px;
  }
  
  .gopaas-toast-title {
    flex: 1;
    font-weight: 600;
    font-size: 15px;
    color: #1e293b;
  }
  
  .gopaas-toast-close {
    border: none;
    font-size: 18px;
    line-height: 1;
    color: #64748b;
    cursor: pointer;
    padding: 4px 8px;
    background-color: #ffffff;
    border-radius: 50px;
  }
  
  .gopaas-toast-close:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #334155;
  }
  
  .gopaas-toast-body {
    padding: 14px 18px;
    font-size: 14px;
    color: #475569;
    line-height: 1.5;
    max-height: 120px;
    overflow-y: auto;
  }
  
  .gopaas-toast-footer {
    padding: 12px 18px;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    background: #fff;
  }
  
  .gopaas-toast-btn {
    min-width: 80px;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 13px;
    transition: background 0.2s, opacity 0.2s;
  }
  
  .gopaas-toast-btn:hover {
    opacity: 0.9;
  }
  
  /* Ouvrir - bleu uni (action principale) */
  .gopaas-toast-footer .btn-primary {
    background: #3C8DBC;
    border: none;
    color: #fff;
  }
  
  .gopaas-toast-footer .btn-primary:hover {
    background: #265a88;
  }
  
  /* Ok - bleu uni (cohérent avec Ouvrir quand pas d'URL) */
  .gopaas-toast-footer .btn-success {
    background: #3C8DBC;
    border: none;
    color: #fff;
  }
  
  .gopaas-toast-footer .btn-success:hover {
    background: #265a88;
  }
  
  /* Annuler - gris clair (action secondaire) */
  .gopaas-toast-footer .btn-default {
    background: #e5e7eb;
    border: none;
    color: #374151;
  }
  
  .gopaas-toast-footer .btn-default:hover {
    background: #d1d5db;
    color: #1f2937;
  }
  