.btn-tel {
    padding: 0;
    text-align: left;
}

.btn-tel:hover {
    box-shadow: none !important;
    transform: none !important;
}

.descriptions-informations h4 {
    color: white;
    font-family: 'AssistantRegular';
    letter-spacing: 0.8px;
}

.descriptions-informations p {
    color: white;
    font-family: 'AssistantRegular';
    margin-bottom: 0;
    letter-spacing: 0.4px;
}

.carte {
    max-height: 100%;
    max-width: 100%;
    padding: 0 !important;
}

.google-map-iframe {
    width: 100%;
    height: 100%;
}

.informations {
    background-color: #162133;
    padding: 30px;
}

.cadre-informations {
    padding: 15px 0px;
}

.cadre-informations-reseaux {
    padding-bottom: 15px;
}

.img-informations {
    width: 50px;
    font-size: 40px !important;
    color: #d93a3f;
}

.cadre-reseaux {
    text-align: right;
}

.img-reseaux {
    width: 25px;
}

.informations-footer {
    background-color: #162133;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #a5a5a5;
}

.informations-footer p,
.informations-footer a {
    color: white;
    margin-bottom: 0;
    font-family: 'AssistantRegular';
}

.informations-footer-gauche {
    float: left;
    text-align: left;
}

.informations-footer-droite {
    float: right;
    text-align: right;
}

.informations-footer-droite img {
    width: 80px;
}

.form-footer {
    margin: 0;
}

/*-----------------------------------------*/
/*                 RESPONSIVE              */
/*-----------------------------------------*/

@media screen and (min-width: 768px) and (max-width: 991px) {

    .descriptions-informations {
        /*text-align: center;*/
        margin-top: 10px;
    }

    .img-informations,
    .img-horloge {
        width: 40px;
        margin-top: 10px;
    }

    .informations-footer-droite img {
        width: 60px;
    }

    .informations-footer-droite p {
        font-size: x-small !important;
    }

    .informations-footer-gauche p a {
        font-size: x-small !important;
    }
}

@media screen and (min-width: 575px) and (max-width: 767px) {

    .descriptions-informations {
        /*text-align: center;*/
        margin-top: 10px;
    }

    .informations-footer-droite img {
        width: 60px;
    }

    .informations-footer-gauche,
    .informations-footer-droite,
    .cadre-reseaux {
        text-align: center;
    }

    .cadre-reseaux {
        margin-top: 30px;
    }

}

@media screen and (max-width: 575px) {

    .descriptions-informations {
        text-align: center;
        margin-top: 5px;
    }

    .informations-footer-droite img {
        width: 60px;
    }

    .informations-footer-gauche,
    .informations-footer-droite,
    .cadre-reseaux {
        text-align: center;
    }

    .cadre-reseaux {
        margin-top: 30px;
    }

    .btn-tel {
        text-align: center !important;
    }

}
