/* ============ [01] MAX-WIDTH : 767PX START ============ */
@media only screen and (max-width: 767px)
{
    .header_infos_choose_country_top_title {
        font-size: 1.45em;
    }

    .header_infos_choose_country_top_close i {
        font-size: 1.6em;
        font-weight: 500;
        cursor: pointer;
        padding: 0;
        border: 1px solid transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }

    .header_infos_choose_country_bottom {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        padding: 20px 80px;
    }
}
/* ============ [01] MAX-WIDTH : 767PX END ============ */


/* ============ [02] MAX-WIDTH : 576PX START ============ */
@media only screen and (max-width: 576px)
{
    /* ============ [01] HEADER START ============ */

    .header_infos_flex {
        align-items: center;
        justify-content: space-between;
        padding: 12px 0;
    }

    /* ==== Country ==== */
    .header_infos_choose_country_top {
        padding: 0 40px;
        padding-top: 30px;
        padding-bottom: 25px;
        align-items: center;
        justify-content: space-between;
    }

    .header_infos_choose_country_bottom {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        padding: 20px 40px;
    }
    /* ==== /Country ==== */

    /* ============ [02] HEADER END ============ */
}
/* ============ [02] MAX-WIDTH : 576PX END ============ */


/* ============ [03] MAX-WIDTH : 480PX START ============ */
@media only screen and (max-width: 480px)
{
    /* ============ [02] HEADER START ============ */

    /* ==== Country ==== */
    .header_infos_choose_country_top {
        padding: 0 20px;
        padding-top: 30px;
        padding-bottom: 25px;
        align-items: center;
        justify-content: space-between;
    }

    .header_infos_choose_country_bottom {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        padding: 20px 20px;
    }
    /* ==== /Country ==== */

    /* ============ [02] HEADER END ============ */
}
/* ============ [03] MAX-WIDTH : 480PX END ============ */


/* ============ [04] MAX-WIDTH : 390PX START ============ */
@media only screen and (max-width: 390px)
{
    /* ============ [01] HEADER START ============ */

    /* ==== Logo ==== */
    .header_infos_logo {
        width: 95px;
        height: 22px;
        background-image: var(--logo-mobile-url);
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
    }
    /* ==== /Logo ==== */

    /* ==== Country ==== */
    .header_infos_choose_country_top_title {
        font-size: 1.35em;
    }

    .header_infos_choose_country_top_search {
        position: relative;
        margin-top: 10px;
        width: 100%;
    }

    .header_infos_choose_country_top_close i {
        font-size: 1.5em;
    }
    /* ==== /Country ==== */

    /* ============ [02] HEADER END ============ */


    /* ============ [03] FOOTER START ============ */

    .footer_infos_logo {
        width: 95px;
        height: 22px;
        background-image: var(--logo-mobile-url);
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
    }

    /* ============ [03] FOOTER START ============ */
}
/* ============ [04] MAX-WIDTH : 390PX END ============ */
