/* Footer Styles */

footer div.footer_vide{
    width: 100%;
}


footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 96px 10%;
    gap: 30px;

    position: relative;
    width: 100%;

    background: #0A142F;
}

footer div#footer_start {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 10px;
    gap: 10px;
    width: 100%;
}


footer div#footer_start div#footer_informations {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    gap: 20px;
    width: 100%;
}

footer div#footer_start div#footer_informations img {
    width: auto;
    height: 100px;
}

footer div#footer_start div#footer_informations a{
    text-decoration: none;
}

footer div#footer_start div#footer_informations div#footer_phone{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 10px;
}

footer div#footer_start div#footer_informations div#footer_phone div.icon {
    background-color: #ffffff;
    width: 20px;
    height: 20px;
}

footer div#footer_start div#footer_informations div#footer_phone span {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    
    color: #FFFFFF;
}


footer div#footer_start div#footer_informations div#footer_email{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 10px;
}



footer div#footer_start div#footer_informations div#footer_email div.icon {
    background-color: #ffffff;
    width: 20px;
    height: 20px;
}

footer div#footer_start div#footer_informations div#footer_email span {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    
    color: #FFFFFF;
}


footer div#footer_start div#footer_liens {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    gap: 40px;

    width: 100%;
}

footer div#footer_start div#footer_liens a{
    text-decoration: none;
}


footer div#footer_start div#footer_liens span#footer_lien_titre{
    font-weight: 700;
    font-size: 25px;
}

footer div#footer_start div#footer_liens span{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    
    color: #FFFFFF;
}

footer div#footer_start div#footer_liens span:not(#footer_lien_titre){
    border-bottom: 1px solid #FFFFFF;
}


footer div#footer_separator {
    width: 100%;
    height: 1px;

    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
}



footer div#footer_end {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;

    width: 100%;
}

footer div#footer_end div#footer_reseaux {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 100%;
}

footer div#footer_end a{
    text-decoration: none;
    width: 100%;
}


footer div#footer_end div#footer_reseaux div#footer_instagram_logo {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 5px;
    gap: 10px;
    border: 1px solid #FFFFFF;
    border-radius: 30px;
}

footer div#footer_end div#footer_reseaux div#footer_instagram_logo div.icon {
    background-color: #FFFFFF;
    width: 20px;
    height: 20px;
}

footer div#footer_end div#footer_reseaux span {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    
    color: #FFFFFF;
}

footer div#footer_end div#footer_droits {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 100%;
}

footer div#footer_end div#footer_droits span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    
    color: #FFFFFF;
}