/*FEUILLE DE STYLE GLOBAL - POUR TOUS LES STYLES DES EDITEURS HTML*/
/* CATEGORIE NIV 1 ET 2*/
/* Class spécifique pour N2 avec Sshéma*/
.dal_N2Spe_image-container {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    z-index: 1;
    border: 1px solid #d35400; /* Bordure orange fine */
    border-radius: 8px; /* Coins arrondis */
    padding: 4px; /* Espace entre l'image et la bordure */
    background-color: #fff; /* Pour un contraste si nécessaire */
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

.dal_N2Spe_center-left-image {
    width: 130px;
    height: 130px;
    object-fit: cover;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease;
}

.dal_N2Spe_center-left-image:hover {
	margin-top:40px;
	margin-left:40px;
    z-index: 9999;
    transform: scale(1.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

/* Styles pour éviter la superposition de l'image sur le texte */
.dal_N2Spe_content-wrapper {
    margin-left: 150px;
    position: relative;
    z-index: 0;
}

/* Styles généraux */
.dal_N2Spe_raccords-container {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    text-align: justify;
    position: relative;
    overflow: visible;
	min-height:200px;
}

.dal_N2Spe_raccords-container strong {
    color: #d35400;
}

.dal_N2Spe_raccords-container p {
    margin-bottom: 10px;
}
/**/

    .dal_N12_raccords-container {
        font-family: Arial, sans-serif;
        line-height: 1.6;
        color: #333;
        background: #fff;
        padding: 15px;
        border-radius: 8px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
        max-width: 100%;
		text-align: justify;
	    position: relative;
    }
    .dal_N12_raccords-container strong {
        color: #d35400; /* Mise en valeur des termes importants */
    }
    .dal_N12_raccords-container p {
        margin-bottom: 10px;
     } 
    .dal_N12_styled-table {
        font-family: Arial, sans-serif;
        line-height: 1.6;
        color: #333;
        background: #fff;
        padding: 15px;
        border-radius: 8px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
        border-collapse: collapse; /* Nécessaire pour les coins arrondis */
        width: 100%;
        overflow: hidden; /* Pour s'assurer que le bord arrondi est visible */
    }
    .dal_N12_styled-table td {
        padding: 2px;
        text-align: left;
        
    }
    .dal_N12_styled-table th {
        padding: 2px;
        border: 1px solid #ddd;      
        background-color: #9B9B9B;
        text-align: Center;
      font-weight: bold;
      color: #FFFFFF;
    }
    .dal_N12_styled-table tr:first-child td:first-child {
        border-top-left-radius: 8px; /* Coin supérieur gauche arrondi */
    }
    .dal_N12_styled-table tr:first-child td:last-child {
        border-top-right-radius: 8px; /* Coin supérieur droit arrondi */
    }
    .dal_N12_styled-table tr:last-child td:first-child {
        border-bottom-left-radius: 8px; /* Coin inférieur gauche arrondi */
    }
    .dal_N12_styled-table tr:last-child td:last-child {
        border-bottom-right-radius: 8px; /* Coin inférieur droit arrondi */
    }  

/* Styles spécifiques pour éviter la superposition de l'image sur le texte */
.image-container + .content-wrapper {
    margin-right: 150px; /* Ajout d'un espace pour éviter que le texte passe derrière l'image */
}

/* CATEGORIE NIV 3 */
/* LE STYLE CI DESSOUS UTILISE POUR LES FEUILLES SIMPLES*/
.dal_N3_raccords-container {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  max-width: 95%;
text-align: justify;
margin-left:10px;
}
.dal_N3_raccords-container strong {
  color: #d35400;
}

/*LES STYLES CI DESSOUS SONT UTILISE POUR LES CAT 3 DISPOSANT DUN TABLEAU*/
  .dal_N3_text-container {
    width: 100%;
    text-align: center;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-weight: 700;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
  }
  .dal_N3_text-container strong {
    font-weight: 700; /* Assure le texte en gras */
  }
.dal_N3_custom-table {
    table-layout: fixed;
    border-collapse: separate; /* Utilisation de separate pour que le border-radius fonctionne */
    width: 100%;
    background-color: white;
    margin: 0 0 0 0;
	padding: 5px 0 0 0;
    height: 80px;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); /* Ombre plus soutenue */
    border: 1px solid #F2920A; /* Bordure plus foncée */
}
  .dal_N3_custom-table td {
    border: none;
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
  }
  .dal_N3_custom-table .image-cell {
    width: 10%;
  }
  .dal_N3_custom-table .text-cell {
    width: 30%;
  }
  .dal_N3_custom-table .middle-image-cell {
    width: 20%;
  }
  .dal_N3_custom-table .link-row {
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
  }
  .dal_N3_custom-table a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    marg_in-right: 5px;
    color: blue;
  }
  .dal_N3_custom-table a:hover {
    text-decoration: underline; /* Soulignement au survol */
  }
  .dal_N3_description-container {
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-weight: 400;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); /* Ombre plus soutenue */
    border: 1px solid #F2920A; /* Bordure plus foncée */
	background-color: white;
    margin: 5px 5px 5px 5px;
	padding: 5px 0 0 0;
  }
  .dal_N3_description-container ul {
    list-style-type: disc;
    margin: 0;
    padding-left: 20px;
  }
  .dal_N3_description-container li {
    margin-bottom: 5px;
  }
  .dal_N3_description-container a {
    text-decoration: none;
    color: blue;
  }
  .dal_N3_description-container a:hover {
    text-decoration: underline;
  }	
  .dal_N3_description-container strong {
	color: #d35400;
	font-weight: 700;
