footer.footer_responsive {
    background-color: #2E2E2E;
}

footer.footer_responsive .header_footer {
    padding-bottom: 30px;
}

footer.footer_responsive .header_footer p {
    color: #fff;
    /* font-size: 18px;
    font-family: futura-pt, sans-serif; */
    font-size: 15px;
    text-align: center;
}

footer.footer_responsive .global_card_footer {
    height: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 90px;
}

footer.footer_responsive .container_card {
    position: relative;
    margin-top: 25px;
    margin-left: 25px;
    margin-right: 25px;
}

footer.footer_responsive .container_card .card_footer {
    float: left;
    width: 150px;
    height: 180px;
    background: #2E2E2E;
    margin-right: 30px;
    margin-left: 30px;
    border: 1px solid #fff;
    position: relative;
    margin: 0 auto;
    box-sizing: initial;
}

footer.footer_responsive .about_subscribe {
    background: #fff;
    height: 40px;
    line-height: 40px;
    width: 100%;
    max-width: 312px;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;
}

footer.footer_responsive .about_subscribe span {
    font-size: 14px;
}

footer.footer_responsive .about_subscribe span:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 17px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #2E2E2E;
    clear: both;
    transform: rotate(-90deg);
}

footer.footer_responsive .about_subscribe a {
    color: #2e2e2e;
}

footer.footer_responsive .container_card .card_footer .card_icon {
    text-align: center;
    margin-top: 10px;
}

footer.footer_responsive .container_card .card_footer .card_description {
    text-align: center;
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
}

footer.footer_responsive .container_card .card_footer .card_description p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    /* font-family: futura-pt, sans-serif; */
    text-transform: uppercase;
    margin-bottom: 5px !important;
    line-height: 16px;
}

footer.footer_responsive .container_card .card_footer .card_description span {
    color: #fff;
    font-size: 13px;
    line-height: 14px;
    /* font-size: 14px;
    font-family: futura-pt, sans-serif; */
}

footer.footer_responsive .container_card .card_footer .card_btn {
    position: absolute;
    bottom: -54px;
    background: #fff;
    height: 40px;
    line-height: 40px;
    width: 150px;
    display: block;
}

footer.footer_responsive .container_card .card_footer .card_btn_mobile {
    display: none;
}

footer.footer_responsive .container_card .card_footer .card_btn a {
    display: block;
    color: #2E2E2E;
    text-align: center;
    /* font-size: 17px;
    font-family: futura-pt, sans-serif; */
    font-size: 15px;
}

footer.footer_responsive .container_card .card_footer .card_btn a::after {
    content: '';
    position: absolute;
    left: 130px;
    top: 17px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #2E2E2E;
    clear: both;
    transform: rotate(-90deg);
}

footer.footer_responsive .container_card .footer_link .column{
    width: 25%;
    float: left;
    text-align: center;
}

footer.footer_responsive .container_card .footer_link .column a {
    color: #fff;
    /* font-size: 17px;
    font-family: futura-pt, sans-serif; */
    font-size: 14px;
    position: relative;
}

footer.footer_responsive .container_card .footer_link .column a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

footer.footer_responsive .container_card .footer_link .column a:hover:after {
    width: 100%; 
    left: 0; 
}

footer.footer_responsive .container_card .footer_link .column li {
    line-height: 40px;
}

footer.footer_responsive .container_card .social_networks {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

footer.footer_responsive .container_card .social_networks p {
    color: #fff;
    /* font-size: 18px;
    font-family: futura-pt, sans-serif; */
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px !important;
}

footer.footer_responsive .container_card .social_networks ul li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

footer.footer_responsive .container_card .social_networks img {
    width: 20px;
}

footer.footer_responsive .container_card .footer{
    display: inline-block;
    width: 100%;
}

footer.footer_responsive .container_card .footer p {
    text-align: center;
    color: #fff;
    /* font-size: 14px;
    font-family: futura-pt, sans-serif; */
    font-size: 11px;
}

footer.footer_responsive .container_card .footer p:before {
    width: 170px;
    position: absolute;
    left: 180px;
    content: "";
    height: 10px;
    border-bottom: 1px solid white;
}

footer.footer_responsive .container_card .footer p:after {
    width: 170px;
    position: absolute;
    right: 180px;
    content: "";
    position: absolute;
    height: 10px;
    border-bottom: 1px solid white;
}

footer.footer_responsive .container_card .footer .column3 {
    float: left;
    width: 33%;
}

footer.footer_responsive .container_card .footer .copyright_desktop {
    display: block;
    margin-top: 30px;
}

footer.footer_responsive .container_card .footer .copyright_mobile {
    display: none;;
}

footer.footer_responsive .container_card .footer .logo_webedia {
    text-align: right;
}

@media (max-width: 980px) {
    .footer_responsive .viewp-wrapper {
        width: 100% !important;
    }

    footer.footer_responsive .global_card_footer {
        display: block;
    }
    
    footer.footer_responsive .container_card .card_footer {
        /* width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 23px;
        height: 200px;
        max-height: 100%; */
        width: 100%;
        height: 100%;
        margin-bottom: 23px;
        min-height: 70px;
        margin-right: 20px;
        margin-left: 0;
        margin-right: 0;
    }

    footer.footer_responsive .container_card .card_footer .card_icon {
        text-align: left;
        margin-top: 5px;
        margin-left: 10px;
        float: left;
        width: 20%;
    }

    footer.footer_responsive .container_card .card_footer .card_description {
        text-align: left;
        margin-right: 0;
        float: left;
        width: 60%;
        margin-top: 10px;
    }

    footer.footer_responsive .container_card .card_footer .card_btn {
        /* bottom: 0px;
        width: 100%; */
        display: none;
    }
    
    footer.footer_responsive .container_card .card_footer .card_btn_mobile { 
        display: block;
        float: right;
        width: 10%;
        max-width: 40px;
        
        height: 70px;
        line-height: 70px;
        text-align: center;
    }

    footer.footer_responsive .container_card .card_footer .card_btn a::after {
        right: 20px;
        left: unset;
    }

    footer.footer_responsive .container_card .footer_link .column {
        width: 100%;
        border-top: 1px solid #fff;
    }

    footer.footer_responsive .container_card .footer_link .column:last-child {
        border-bottom: 1px solid #fff;
    }

    footer.footer_responsive .container_card .footer_link .column ul {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    footer.footer_responsive .container_card .footer .column3 {
        width: 100%;
    }

    footer.footer_responsive .container_card .footer .column3.logo_officiel_des_vacances,
    footer.footer_responsive .container_card .footer .column3.logo_webedia {
        text-align: center;
        margin-bottom: 20px;
    }

    footer.footer_responsive .container_card .footer .column3.copyright_desktop {
        display: none;
    }

    footer.footer_responsive .container_card .footer .column3.copyright_mobile {
        display: block;
    }

    footer.footer_responsive .container_card .footer p:before,
    footer.footer_responsive .container_card .footer p:after {
        content: unset;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    footer.footer_responsive .global_card_footer {
        display: flex;
    }

    footer.footer_responsive .container_card .card_footer {
        float: left;
        width: 150px;
        height: 180px;
        background: #2E2E2E;
        /*margin-right: 30px;
        margin-left: 30px;*/
        margin-right: 10px;
        margin-left: 10px;
        border: 1px solid #fff;
        position: relative;
    }

    footer.footer_responsive .container_card .card_footer .card_icon {
        width: unset;
        text-align: center;
        float: unset;
        margin-top: 10px;
        margin-right: 10px;
    }

    footer.footer_responsive .container_card .card_footer .card_description {
        text-align: center;
        margin-right: 15px;
        float: unset;
        width: unset;
        margin-top: 20px;
    }

    footer.footer_responsive .container_card .card_footer .card_btn_mobile {
        display: none;
    }

    footer.footer_responsive .container_card .card_footer .card_btn {
        display: block;
    }

    footer.footer_responsive .container_card .card_footer .card_btn {
        bottom: -54px;
    }

    footer.footer_responsive .container_card .card_footer .card_btn a::after {
        right: unset;
        left: 130px;
    }

    footer.footer_responsive .container_card .footer_link .column {
        width: 25%;
    }

    footer.footer_responsive .container_card .footer_link .column:last-child {
        border-bottom: unset;
    }
}
