.footer{
    width: 100%;
    background-color: #334960;
    display: grid;
    grid-template-rows: 66px auto;
    font-family: "roboto", sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.social_media_container{ 
    grid-row: 1/2;
    width: 100%;
    background-color: #293B4E;
    border-bottom: .5px solid #516477;
}

.footer_content{
    grid-row: 2/3;
    width: 1280px;
    padding: 0 40px;
    margin: 0 auto;
    background-color: #334960;
    display: grid;
    grid-template-rows: auto 148px;
}

.social_media_content{
    width: 1280px;
    height: 100%;
    padding: 0 40px;
    margin: 0 auto;
    display: flex;
    justify-content: start;
    align-items: center;
}

.icons_container_footer{
    height: 48px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-self: center;
    gap:2rem;
}

.icon_style_footer {
    width:48px;
    height: 48px;
    transition: all .3s;

}

.icon_style_footer_hover {
    width:48px;
    height: 48px;
    display: none;
    transition: all .3s;

    
}

.icon_content_footer:hover .icon_style_footer {
    display: none;
    transition: all .3s;

}

.icon_content_footer:hover .icon_style_footer_hover {
    display: inline;
    transition: all .3s;

}

.first_part{
    grid-row: 1/2;
    display: grid;
    grid-template-rows:  auto auto auto 60px;
    grid-template-columns: 120px 893px 137px;
    grid-gap: 30px;
    padding-top: 40px ;
}

.logo_footer_container{
    grid-column: 1/2;
    grid-row: 1/2;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.description_footer{
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 60px;
    color: #ffffff;
    height: min-content;
}

.description_footer p {
    margin: 0;
    line-height: 1.5;
}

.links_footer{
    grid-row: 1/-1;
    grid-column: 3/4;
    color: #ffffff;
    line-height: 1.7;
    height: auto;
    text-decoration: none;
}

.link_footer:link,
.link_footer:visited {
    text-decoration: none;
    color: #ffffff;
}

.declaration{
    grid-row: 2/3;
    grid-column: 1/3;
    color: #ffffff;
    display: flex;
    justify-content: start;
    align-items: start;
}

.second_part{
    height: 148px;
    padding-bottom: 80px;
    grid-row: 2/3;
    grid-template-columns: 1/-1;
    display: grid;
    grid-template-rows: 20px 20px;
    grid-gap: 30px;
}

.separateur{
    grid-row: 1/2;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
}

.box_mention_legal{
    grid-row: 2/3;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.confidentialite{
    width:55%;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}





@media screen and (max-width: 1280px) {

    .footer{
        display: block;
        font-size: 14px;
    }

    .footer_content{
        width: 100vw;
        padding: 0 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


    .social_media_content{
        width: 100%;
        padding: 0 0px;
        margin: 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .icons_container_footer{
        display: flex;
        justify-content: center;
        gap:1rem;
    }

    .icon_style_footer_hover {
        width:30px;
        height: 30px;
    }



    .icon_style_footer {
        width:30px;
        height: 30px;

    }
    .first_part{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        grid-template-columns: none;
        grid-template-rows: none;
        grid-gap: 0;
    }

    .logo_footer_container{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 20px;
        grid-column: unset;
        grid-row: unset;
    }

    .description_footer{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
        color: #ffffff;
        height: min-content;
        margin-bottom: 20px;
    }

    .links_footer{
        width: 100%;
        text-align: center;
        color: #ffffff;
        line-height: 1.7;
        text-decoration: none;
        margin-bottom: 20px;
    }

    .declaration{
        width: 100%;
        padding: 0 20px;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .separateur{
        width: 90vw;
        height: 2px;
        background-color: #ffffff;
    }
    

    .box_mention_legal{
        width: 100%;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .confidentialite{
        width: 100%;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .second_part{
        height: 100%;
        display: flex;
        flex-direction: column;
        grid-gap: 30px;
        padding-bottom: 40px;

    }

    .box_mention_legal{
        grid-row: 2/3;
        color: #ffffff;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        gap: 1rem;
    
    }

    
.confidentialite{
    width:100%;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 1rem;
    font-size: 12px;
    font-weight: 400;
}
    .copyright{
        font-size: 12px;
        font-weight: 400;
    }
}