@media only screen and (max-width: 1024px) {

    .content_double_space {
        width: 88%;
        flex-wrap: wrap;
        background: red;
        box-shadow: 0 80px 55px rgb(117 137 151 / 78%);
    }

    .content_image_left {
        width: 100%;
        min-height: 55%;
    }

    .container {
        width: 100%;
    }

    .wrap-container {
        padding: 10px 9px;
        background: #fff;
        height: 100vh;
        margin-bottom: 7rem;
    }

    .wrap-bloc-identification {
        width: 100%;
        max-width: 100%;
    }

    .content-overlay {
        height: 375px;
    }

    .content-log__user {
        top: -30px;
        width: 50px;
        height: 50px;
    }

    .bloc-identification {
        padding: 10px;
    }

    .conteneur-bloc-form-identification {
        padding: 35px;
    }

    .bloc-form-identification {
        margin-top: 5px;
    }

    .second_content_log_user {
        width: 40px;
        height: 40px;
    }

    .second_content_log_user svg {
        width: 26px;
    }

}

@media only screen and (max-width: 768px) {

    .content_double_space {
        width: 88%;
        flex-wrap: wrap;
        background: red;
        box-shadow: 0 80px 55px rgb(117 137 151 / 78%);
    }

    .content_image_left {
        width: 100%;
        min-height: 55%;
    }

    .container {
        width: 100%;
    }

    .wrap-container {
        padding: 10px 9px;
        background: #fff;
        height: 100vh;
        margin-bottom: 7rem;
    }

    .wrap-bloc-identification {
        width: 100%;
        max-width: 100%;
    }

    .content-overlay {
        height: 375px;
    }

    .content-log__user {
        top: -30px;
        width: 50px;
        height: 50px;
    }

    .bloc-identification {
        padding: 10px;
    }

    .conteneur-bloc-form-identification {
        padding: 35px;
    }

    .bloc-form-identification {
        margin-top: 10px;
    }

    .second_content_log_user {
        width: 40px;
        height: 40px;
    }

    .second_content_log_user svg {
        width: 26px;
    }

}

@media only screen and (max-width: 414px) {

    .content_double_space {
        width: 100%;
        flex-wrap: wrap;
        background: red;
        box-shadow: 0 131px 131px rgb(117 137 151 / 78%);
    }

    .content_image_left {
        width: 100%;
        min-height: 55%;
    }

    .container {
        width: 100%;
    }

    .wrap-container {
        padding: 10px 9px;
        background: #fff;
        height: 100vh;
        margin-bottom: 2rem;
    }

    .wrap-bloc-identification {
        width: 100%;
        max-width: 100%;
    }

    .content-overlay {
        height: 375px;
    }

    .content-log__user {
        top: -34px;
        width: 60px;
        height: 60px;
    }

    .bloc-identification {
        padding: 10px;
    }

    .conteneur-bloc-form-identification {
        padding: 10px 20px 15px;
    }

    .bloc-form-identification {
        margin-top: 25px;
    }

    .second_content_log_user {
        width: 50px;
        height: 50px;
    }

    .second_content_log_user svg {
        width: 35px;
    }

}

@media only screen and (max-width: 375px) {

    .content_double_space {
        width: 100%;
        flex-wrap: wrap;
        background: red;
        box-shadow: 0 131px 131px rgb(117 137 151 / 78%);
    }

    .content_image_left {
        width: 100%;
        min-height: 55%;
    }

    .container {
        width: 100%;
    }

    .wrap-container {
        padding: 10px 9px;
        background: #fff;
        height: 100vh;
        margin-bottom: 4rem;
    }

    .wrap-bloc-identification {
        width: 100%;
        max-width: 100%;
    }

    .content-overlay {
        height: 375px;
    }

    .content-log__user {
        top: -31px;
        width: 60px;
        height: 60px;
    }

    .bloc-identification {
        padding: 10px;
    }

    .conteneur-bloc-form-identification {
        padding: 10px 20px 15px;
    }

    .bloc-form-identification {
        margin-top: 25px;
    }

    .second_content_log_user {
        width: 50px;
        height: 50px;
    }

    .second_content_log_user svg {
        width: 33px;
    }

}

@media only screen and (max-width: 320px) {

    .content_double_space {
        width: 100%;
        flex-wrap: wrap;
        background: red;
        box-shadow: 0 131px 131px rgb(117 137 151 / 78%);
    }

    .content_image_left {
        width: 100%;
        min-height: 55%;
    }

    .container {
        width: 100%;
    }

    .wrap-container {
        padding: 10px 9px;
        background: #fff;
        height: 100vh;
        margin-bottom: 6rem;
        display: block;
    }

    .wrap-bloc-identification {
        width: 100%;
        max-width: 100%;
    }

    .content-overlay {
        height: 375px;
    }

    .content-log__user {
        top: -32px;
        width: 60px;
        height: 60px;
    }

    .bloc-identification {
        padding: 10px;
    }

    .conteneur-bloc-form-identification {
        padding: 5px 17px 20px;
    }

    .bloc-form-identification {
        margin-top: 25px;
    }

    .second_content_log_user {
        width: 50px;
        height: 50px;
    }

    .second_content_log_user svg {
        width: 30px;
    }

}