        /* Styles pour diviser visuellement le formulaire en trois parties */
        .form-section {
            margin-bottom: 30px;
            padding: 20px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
        .titre {
            margin-bottom: 15px;
            color: #333;
        }
        .radio-group {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }
        .radio-group label {
            margin-right: 20px;
        }
        .radio-group input[type="radio"] {
            margin-left: 10px;
            margin-right: 5px;
        }
        .dip {
            padding-bottom: 20px;
            color: #4b53bf;
        }
        .dt label{
            width : 40%;
        }
        .dt input{
            width : 60%;
        }
        .ic {
            margin-right: 20px;
        }



        
        

    .tooltip-inner {
        background-color: #fff; /* Couleur de fond du tooltip */
        color: #a45454; /* Couleur du texte */
        border: 1px solid #d8d7d7; /* Bordure */
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Ombre */
        padding: 10px; /* Espacement interne */
        max-width: 200px; /* Largeur maximale */
    }

    .tooltip.bs-tooltip-top .tooltip-arrow::before {
        border-top-color: #fff; /* Couleur de la flèche */
    }

    .tooltip.bs-tooltip-bottom .tooltip-arrow::before {
        border-bottom-color: #fff; /* Couleur de la flèche */
    }

    .tooltip.bs-tooltip-left .tooltip-arrow::before {
        border-left-color: #fff; /* Couleur de la flèche */
    }

    .tooltip.bs-tooltip-right .tooltip-arrow::before {
        border-right-color: #fff; /* Couleur de la flèche */
    }
