footer
{
    display: flex;
    width: 100%;
    justify-content: center;
    background-image: url('/wp-content/themes/aramaso/assets/img/footer_ti.webp'), linear-gradient(0deg, #000000, #000000);
    background-repeat: no-repeat;
    background-size: auto calc( 100% - 8px ), auto;
    background-position: left bottom, center;
}

@media (min-width: 1441px)
{
    footer
    {
        background-position: calc( 50vw - 650px ) bottom, center;
    }
}

.footer_sized
{
    display: flex;
    width: calc( 100% - 20px );
    max-width: 1440px;
    justify-content: space-between;
    margin: 47px 0px 18px 0px;
    align-items: flex-start;
}

.footer_logo
{
    display: flex;
    text-decoration: none;
}

.footer_logo svg
{
    width: auto;
    height: auto;
    max-width: 252px;
}

.footer_logo:hover svg path
{
    fill: #3695D8;
}


.footer_lien
{
    display: flex;
    justify-content: center;
}

.footer_lien_sz
{
    display: flex;
    flex-direction: column
}

.footer_lien_ttl
{
    display: block;
    color: #FFFFFF7c;
    font-family: 'OS_Medium', sans-serif;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
}

.footer_lien_link
{
    display: block;
    color: #FFFFFF;
    font-family: 'OS_SemiBold', sans-serif;
    font-size: 18px;
    line-height: 1.3;
    margin: 6px 0px;
    outline: none;
    text-decoration: none;
}

.footer_lien_link:hover
{
    text-decoration: underline;
}

.footer_lien_link:last-child
{
    margin-bottom: 40px;
}


.footer_btn
{
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.footer_btn_rs
{
    display: flex;
    justify-content: flex-end;
}

.footer_btn_rs_i
{
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: #353838;
    margin: 3px;
    border-radius: 4px;
    overflow: hidden;
    transition: all 345ms ease;
}

.footer_btn_rs_i svg
{
    max-height: 24px;
    width: auto;
}

.footer_btn_rs_i svg path
{
    fill: #FFFFFF;
}

.footer_btn_rs_i:hover
{
    background: #FFFFFF;
}

.footer_btn_rs_i:hover svg path
{
    fill: #000000;
}


.footer_btn_contact
{
    display: flex;
    background: #3593D5;
    border: 2px solid #3593D5;
    padding: 10px 16px;
    margin-top: 20px;
    border-radius: 4px;
    overflow: hidden;
    align-items: center;
    text-decoration: none;
    transition: all 345ms ease;
}

.footer_btn_contact span:nth-child(1) svg
{
    width: 20px;
    height: auto;
    margin-right: 10px;
    transition: all 345ms ease;
}

.footer_btn_contact span:nth-child(2)
{
    color: #FFFFFF;
    font-family: 'OS_Bold', sans-serif;
    font-size: 18px;
    line-height: 1;
}

.footer_btn_contact:hover
{
    background: #FFF;
    border: 2px solid #3593D5;
}

.footer_btn_contact:hover span:nth-child(1) svg
{
    transform: rotate(-90deg)
}

.footer_btn_contact:hover span:nth-child(1) svg path,
.footer_btn_contact:hover span:nth-child(1) svg line
{
    stroke: #3593D5
}

.footer_btn_contact:hover span:nth-child(2)
{
    color: #3593D5
}


@media (max-width: 900px)
{
    footer
    {
        background-size: auto 70vw, auto;
        background-position: center bottom, center;
    }
    .footer_sized
    {
        flex-direction: column;
        align-items: center;
        width: 400px;
    }

    .footer_logo
    {
        order: 1;
        margin-bottom: 20px;
    }

    .footer_logo svg
    {
        max-width: 200px;
    }

    .footer_btn
    {
        order: 4;
        margin-top: 20px;
        align-items: center;
    }

    .footer_lien
    {
        order: 3;
        width: 100%;
        justify-content: center;
        margin-top: 20px;
    }

    .footer_lien_ttl,
    .footer_lien_link
    {
        text-align: center;
    }

    .footer_lien_link:last-child
    {
        margin-bottom: 10px;
    }
}
