  .divider {
            display: flex;
            align-items: center;
            text-align: center;
            color: #666;
            margin: 1.5rem 0;
        }

        .divider::before,
        .divider::after {
            content: "";
            flex: 1;
            border-bottom: 1px solid #ddd;
        }

        .divider:not(:empty)::before {
            margin-right: .75em;
        }

        .divider:not(:empty)::after {
            margin-left: .75em;
        }

        form input {
            background-color: white;
            padding: 16px 30px !important;
            border-radius: 50px !important;
        }

        .form-check-input {
            padding: 10px 20px !important;
        }


        .right-col {
            background-color: #FFF !important;
            position: relative;
            color: #000;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #FFF;
            padding: 4rem;

        }

       
      

        .step-number {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #3f0641;
            color: #FFF;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            margin-right: 10px;
        }

        .mt-15 {
            margin-top: 100px;
        }

        a {
            text-decoration: none !important;
            color: #000;
        }


        h2 {
             font-weight: 900;
            font-size: clamp(2.5rem, 10vw, 2.5rem);
            line-height: 0.85;
            letter-spacing: -0.07em;
            margin-bottom: 40px;
        }

        .titreForm{
             font-weight: 900;
            font-size: clamp(2.5rem, 10vw, 1.5rem);
            line-height: 0.85;
            letter-spacing: -0.07em;
            margin-bottom: 40px;
        }
