@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@700&family=Ubuntu:ital,wght@0,400;0,500;1,400&display=swap');
footer {
    min-height: 260px;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 6%;
    padding-right: 2%;
    background-color: rgb(20, 92, 114);
}

footer div.textes {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

div.textes div.p1 {
    width: 60%;
    display: flex;
    flex-direction: row;
}

div.textes div.p2 {
    width: 60%;
    display: flex;
    flex-direction: row;
}

footer .p1 span {
    margin-bottom: 5px;
    padding-left: 1%;
    display: flex;
    flex-direction: column;
    line-height: 25px;
    font-family: 'rubik', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    font-size: 13px;
}

footer .p1 span:nth-child(1) {
    width: 45%;
}

footer .p1 span:nth-child(2) {
    width: 55%;
}

footer div.textes span.liens,
footer div.textes span.infos {
    display: flex;
    justify-content: center;
    line-height: 30px;
    text-align: left;
}

div.p1 h5 {
    margin-bottom: 4px;
    color: white !important;
    font-family: 'rubik', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    font-size: 16px;
}

footer div.textes div.p1 span a:before {
    content: '●';
    margin-right: 6px;
}

footer div.textes div.p1 span a {
    display: inline-block;
    text-decoration: none;
    color: rgb(230, 233, 235);
    transition: 0.3s;
    transition: 0.2s;
}

footer div.textes span.liens a:hover {
    text-decoration: none;
    color: rgb(87, 129, 148);
    transition: 0.2s;
}


/* ICONS RESEAUX SOCIAUX */

footer div.images {
    margin-top: 10px;
    margin-bottom: 1 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

footer span.icons,
footer span.logo {
    padding-top: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

footer span.logo img {
    width: 200px;
}

footer span.icons .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 12px;
}

footer span.icons img {
    width: 42px;
    height: 42px;
    opacity: 0.85;
    margin-left: 5px;
    margin-right: 5px;
}

footer span.texte {
    position: relative;
    top: -40px;
    text-align: center;
    font-size: 37px;
    font-weight: bold;
    font-family: cursive, 'sergoe ui';
    letter-spacing: 1px;
    color: rgba(245, 245, 245, 0);
    background-image: url('../../img/icons-menu/logo.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

footer div.end {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

footer span.end1 {
    width: 210px;
    display: none;
    flex-direction: row;
    justify-content: space-around;
}

footer .end1 a {
    color: whitesmoke;
    font-family: sans-serif;
    font-size: 16px;
}

footer .end2 {
    color: whitesmoke;
    font-family: sans-serif;
    font-size: 14px;
}


/* MEDIA */

@media screen and (max-width:890px) {
    footer div.textes {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        align-content: center;
    }
    footer div.textes span.liens,
    footer div.textes span.infos {
        align-content: center;
        align-items: center;
    }
    div.textes div.p1 {
        width: 80%;
    }
    div.textes div.p2 {
        width: 80%;
    }
    footer div.images span.icons img {
        width: 40px;
        height: 40px;
    }
    footer .p1 span {
        font-size: 11px;
    }
    footer .end2 {
        color: whitesmoke;
        font-family: sans-serif;
        font-size: 13px;
    }
}

@media screen and (max-width:520px) {
    footer div.textes {}
    div.textes div.p1,
    div.textes div.p2 {
        display: flex;
        flex-direction: column;
    }
    div.textes div.p2 {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }
    footer div.textes span a {
        margin-left: 15px;
        font-family: sans-serif;
        font-weight: 600;
        font-size: 13px;
    }
    footer div.textes span.liens,
    footer div.textes span.infos {
        width: 100%;
        align-items: inherit;
        align-content: inherit;
        align-content: left !important;
        align-items: left !important;
    }
    footer div.textes span.infos {
        padding-top: 12px;
        padding-bottom: 12px;
        margin-top: 12px;
        margin-bottom: 30px;
        border-top: 1px solid rgba(245, 245, 245, 0.479);
        border-bottom: 1px solid rgba(245, 245, 245, 0.479);
    }
    footer div.end {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }
    footer span.end1 {
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    footer span.end2 {
        font-size: 11px;
        margin-bottom: 25px;
    }
    footer span.end2 {
        font-size: 12px;
    }
}
