/* ------------ */
/* page Contact */
/* ------------ */
.lienContact {
    background-color: rgba(255, 255, 255, 0.616);
    width: 1090px;
    /* height: 200px; */
    border-radius: 1%;
    text-align: center;
    padding-top: 1%;
    margin: 10% auto 2%;

}

.map {
    width: 1090px;
    height: 300px;
    margin: auto;

}

.texteContact {
    text-align: center;
}

.cadreLien{
    display: flex;
    text-align: center;
}

.lienCont{
    margin: 0 auto;
    width: 227px;
}

.lienFacebook {
    font-size: 4em;
}

.lienLinkedin {
    font-size: 4em;
    /* margin-left: 10%; */
}

.lienGithub {
    font-size: 4em;
    /* margin-left: 10%; */
}

.lienMail {
    font-size: 2em;
    /* margin-left: 10%; */
    display: inline-block;
}

.mailPageContact {
    font-size: 0.5em;
    /* left: 56%; */
    position: initial;
}

.telbtnContact {
    font-size: 1em;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.telPageContact {
    font-size: 0.25em;
    /* left: 65%; */
    position: initial;
}

.lienTel {
    font-size: 4em;
    /* margin-left: 8%; */
    display: inline-table;
}

.iconeTel {
    font-size: 4em;
}

.numeroTel {
    color: black;
}

.adresseMail {
    position: fixed;
    right: 22%;
    margin: 0;
}

/* -----------------------------------------------reductions d'ecrans -------------------------------------------------------------- */

@media (max-width: 1280px) {
    .lienContact{
        width: 900px;
    }
    .map{
        width: 900px;
    }
}

@media (max-width: 1024px) {
    .lienContact{
        width: 700px;
    }
    .map{
        width: 700px;
    }
}
@media (max-width: 800px) {
    .lienContact{
        width: 500px;
        margin: 20% auto 2%;
    }
    .map{
        width: 500px;
    }
    .lienCont{
        font-size: 0.6em;
    }
}
@media (max-width: 600px) {
    .lienContact{
        width: 280px;
        margin: 45% auto 2%;
    }
    .mailPageContact{
        position: absolute;
        left: 45%;
    }
    .telPageContact{
        position: absolute;
        left: 62%;
    }
    .map{
        width: 280px;
    }
    .texteContact{
        font-size: 1.5em;
    }
    .lienCont{
        font-size: 0.5em;
    }
}

