/*--TYPO--*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap%27");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap%27");


/*--PROPRIETE GLOBALE DU FOOTER--*/

.footer {
    background-color: #101010;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    padding: 0;
    width: 100%;
    justify-content: space-around;
    height: 400px;
    text-align: justify;
    left: 0;
    bottom: 0;
    margin-top: 50px;
}

footer::before {
    content: "";
    display: block;
    height: 65px;
    background-image: url(https://ecorelos.com/wp-content/uploads/2020/04/torn-border2upside.png.webp);
    position: absolute;
    margin-top: -65px;
    width: 100%;
    background-color: #101010;
}



.all {
    width: 70%;
    display: flex;
    justify-content: space-around;
    margin: auto;
    margin-bottom: 100px;

}

/*--PROPRIETE DES TITRES--*/

.h3-footer {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-variant: small-caps;
    position: initial;
    background-color: transparent;
    padding: 0;
    margin: 0;
    text-align: left;
}

.h4-footer {
    color: #7a7a7a;
    height: auto;
    font-size: 16px;
    margin: 10px 0px;
    text-align: left;
}

/*--PROPRIETE DES LISTES--*/

ul {
    padding: 0;
    list-style: none;
}

.all li {
    color: #7a7a7a;
    list-style-type: none;
    font-size: 14px;
    line-height: 170%;
}

a {
    color: #7a7a7a;
    background-color: transparent;
    text-decoration: none;
}

.all span {
    color: #7a7a7a;
    background-color: transparent;
    text-decoration: none;
}

#lastspanfooter{
  padding-left: 5px;
}

/*--COLONNE 1--*/

.liste-info {
    line-height: -2;
}


/*--COLONNE 2--*/
/*--COLONNE 3--*/



.colonne-3 h3{
    text-align: left;
}
/*--COLONNE 4--*/
/*--COLONNE 5--*/

.colonne-5 {
    display: grid;
    justify-content: center;
}

.block-reseaux {
    margin: none;
    display: flex;
    justify-content: center;
}



/*--CONDITION GENERALE--*/

.liens {
    display: flex;
    justify-content: space-evenly;
}

.conditions {
    font-size: 13px;
    position: absolute;
    margin-top: 300px;
    display: inline-flex;
}




/*--RECHERCHE--*/

/* A VOIR */

/* .recherche{
    display: flex;
    position: absolute;
    margin-top: 205px;
    left: 653px;
}

input{
    background-color: #2E2E2E;
    border: 2px solid #7a7a7a;
    font-family: 'Montserrat', sans-serif;
    width: 345px;
}

.loupe{
    background-color: #2E2E2E;
    border: 2px solid #D35379;
} */


/*----IMAGE----*/

.paiement img {
    width: 35px;
}

.facebook {
    width: 27px 27px;
}

.block-footer-logo {
    width: 120px;
}

.picto {
    width: 27px;
    display: flex;
}

.facebook .insta .messenger .mail {
    color: #7a7a7a;
    background-color: #7a7a7a;
    width: 100%;
}

.all a:hover{
    color: #FF4070;
 }

 img.picto{
     padding: 30px 5px;
 }

 .liens a:nth-child(1){
    border-left: 1px solid #7a7a7a;
    padding: 0 5px;
}

.liens a{
    border-right: 1px solid #7a7a7a;
    padding: 0 5px;
}


@media(max-width:1150px){
    .all {
        width: 90%;
    }
    #lastspanfooter{
        display: flex;
        flex-direction: column;
        white-space: normal;
    }
}

@media(max-width:800px) {
    .footer {
        width: 100%;
        height: auto;
        position: initial;
        display: flex;
        justify-content: center;
    }

    .h3-footer{
        text-align: center;
        padding: 15px;
    }

    .h4-footer{
        text-align: center;
    }

    footer::before {
        display: none;
    }

    .all {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        margin-bottom: 0;
        padding: 50px 0;
    }


    .column {
        display: flex;
        flex-direction: column;
        text-align: center;
        flex-basis: 100%;
        flex: 1;
      }

      .conditions{
          padding-top: 25px;
          position: initial !important;
          margin-top: 0;
      }

      .liens{
      justify-content: center;
    }

    .liens a:nth-child(1){
        border-left: 1px solid #7a7a7a;
        padding: 0 5px;
    }

    .liens a{
        border-right: 1px solid #7a7a7a;
        padding: 0 5px;
    }

    .all a:hover{
       color: #FF4070;
    }

    img.picto{
        padding: 30px 5px;
    }

      .column:nth-child(6) { order: -1; }

      #lastspanfooter{
        padding-top: 30px;
      }

}