footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(../../images/footerBackground.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    z-index: 1001;
    font-family: 'Noto Sans Bengali', sans-serif;
    font-weight:300;
    color: #ffffff;
    font-size: 16px;
}

footer::before{
    background-color: #3d3d3dc0;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.mainFooter{
    margin-block:5%;
    display: flex;
    flex-direction: column;
    width: 90%;
}
.mapDiv{
    display: flex;
    justify-content: center;
    align-items: center;
}
.mapFooter{
    object-fit: cover;
    width: 95%;
    height: 280px;
    border-radius: 3px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.horaireDiv{
    margin-block: 2em;
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.horaireP{
    text-align: center;
    font-weight: bold;
    text-decoration: underline 1px;
}
.horaireP2{
    text-align: center;
}
.contactDiv{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
}
.contactTitle{
    text-decoration: underline 1px;
    font-weight: bold;
}
.contact1{
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 50%;
    min-width: 165px;
    max-width: 180px;
}
.contact1 img, .contact2 img, .contact3 img{
    object-fit: contain;
    height: 35px;
    width: 35px;
}
.contact2{
    display: flex;
    justify-content:space-between;
    text-align: center;
    width: 50%;
    min-width: 165px;
    max-width: 180px;
}
.contact3{
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 50%;
    min-width: 165px;
    max-width: 180px;
}

.contact1P, .contact2P, .contact3P{
    margin-block: auto;
}

.lienFacebook{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    text-decoration: underline 1px solid #ffffff;
}

.copyright{
    display: flex;
    flex-direction: column;
    font-size: 12px;
    color: #f6f6f6;
    margin-bottom: 5px;
    text-align: center;
}

.mentionsLegales, .mentionsConfidence{
    text-decoration: none;
    border: none;
    color: #f6f6f6;
    background:none;
    font-size: 12px;
}


@media screen and (min-width:700px) {
    .mainFooter{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }
    .mapDiv{
        width: 100%;
    }
    .mapFooter{
        object-fit: cover;
        max-width: 600px;

    }
    .jourLi{
        list-style-type: none;
    }
}

@media screen and (min-width:1024px){
    .mainFooter{
        justify-content: space-around;
        margin-block:2%;
    }
    .horaireDiv{
        order: 1;
        margin-block: 0;
    }
    .mapDiv{
        order: 2;
    }
    .contactDiv{
        order: 3;
    }
    .mapDiv{
        width: 40%;

    }
    .mapFooter{
        object-fit: cover;
        min-width: none;
    }
    .horaireDiv, .contactDiv{
        min-width: 260px;
    }
    .lienFacebook:hover{
        text-decoration: underline 1px solid #ffffff;
    }
    .lienFacebook{
        text-decoration: none;
    }
    .mentionsLegales:hover, .mentionsConfidence:hover{
        text-decoration: underline 1px solid #f6f6f6;
    }
    .modalContentPersoLegale, .modalContentPersoConfidence{
        overflow-x:auto;
    }
}

@media screen and (min-height:535px) {
    .modalContentPersoLegale{
        overflow-y:auto;
    }
}
@media screen and (min-height:350px) {
    .modalContentPersoConfidence{
        overflow-y:auto;
    }
}
