
.div_under_ligne {
    width: 95px;
    height: 7px;
    background-color: rgb(0, 253, 238);
    margin-left: 213px;
}
.h4_title_c {
    color: #fff; 
    text-align: left; 
    font-size: 40px; 
    margin-top: -120px; 
    margin-left: 208px;
}

.btn__ {
    background-color: #0d6efd;
    color: #fff !important;
    padding: 2px 43px 5px 43px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 20px;
}
.col-lg-62 {
    padding: 25px;
}
.p_sub_comment {
    margin-top: 30px;
    font-size: 14px;
    color: rgb(19, 34, 128);
}
.textarea_ {
    margin-top: 50px;
    padding: 25px;
    height: 159px;
    width: 100%;
    border: 2px solid rgb(19, 34, 128);
    border-radius: 25px;
}

.input-container {
    display: flex;
    flex-direction: column;
    width: 262px;
    margin-top: 50px;
}

.input-container-email {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.styled-input {
    border: none;
    border-bottom: 2px solid rgb(19, 34, 128);
    padding: 8px 4px;
    outline: none;
    font-size: 16px;
    background: transparent;
}

.styled-input:focus {
    border-bottom: 2px solid green;
}

.styled-label {
    margin-bottom: 8px;
    font-family: Arial, sans-serif;
    color: rgb(19, 34, 128);
}
.error {
    color: red;
}

.margin__{
    margin-top: -20px;
}

.notification {
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.notification_success {
    border-radius: 5px;
    border: 2px solid #4dfb62;
    width: 37%;
    padding: 20px;
    text-align: center;
}
.notification_error {
    border-radius: 5px;
    border: 2px solid #ff5b36;
    width: 37%;
    padding: 20px;
    text-align: center;
}
.hidden {
    display: none;
}
@media (max-width: 997px) {
    .h4_title_c {
        color: #fff;
        text-align: center;
        font-size: 40px;
        margin-top: -196px;
        margin-left: 0;
    }
    .div_under_ligne {
        width: 95px;
        height: 7px;
        background-color: rgb(0, 253, 238);
        margin-left: 104px;
    }
}
@media (max-width: 790px) {
    .notification_error {
        border-radius: 5px;
        border: 2px solid #ff5b36;
        width: 95%;
        padding: 20px;
        text-align: center;
    }
    .notification_success {
        border-radius: 5px;
        border: 2px solid #4dfb62;
        width: 95%;
        padding: 8px;
        text-align: center;
    }
    .img_office {
        width: 100%;
        
    }
    .input-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 50px;
    }

    .input-container-email {
        display: flex;
        flex-direction: column;
        margin-top: 50px;
    }
    .col-lg-62 {
        padding: 0px;
    }
}