.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;
}

.titre-garage-footer img{
    width: 40px;
    height: 40px;
}

.titre-garage-footer h2{
    text-align: center;
    color: white;
    font-size: 30px !important;
    padding-left: 20px;
}

.informations {
    padding: 30px;
}

.cadre-informations {
    padding: 15px 0px;
}

.cadre-informations-reseaux {
    padding: 10px 0px;
    background-color: #38383b;
}

.img-informations1 {
    width: 50px;
    font-size: 40px !important;
    color: #1dcecb;
}

.img-informations2 {
    width: 50px;
    font-size: 40px !important;
    color: #111822;
}

.btn-danger1{
    background-color: #1dcecb;
    border-color: #1dcecb;
    color: #111822 !important;
}

.btn-danger1:hover, .btn-danger1:active{
    background-color: #1dcecb;
    border-color: #1dcecb;
    color: #fff !important;
}

.btn-outline-danger1{
    border-color: #1dcecb;
    color: #1dcecb;
}

.btn-outline-danger1:hover, .btn-outline-danger1:active{
    background-color: #1dcecb;
    border-color: #1dcecb;
    color: #fff;
}

.btn-danger2{
    background-color: #111822;
    border-color: #111822;
    color: #1dcecb !important;
}

.btn-danger2:hover, .btn-danger2:active{
    background-color: #111822;
    border-color: #111822;
    color: #fff !important;
}

.btn-outline-danger2{
    border-color: #111822;
    color: #111822;
}

.btn-outline-danger2:hover, .btn-outline-danger2:active{
    border-color: #111822;
    color: #111822;
    color: white;
    background-color: #111822;
}

.cadre-reseaux {
    text-align: left;
}

.img-reseaux {
    width: 25px;
}

.informations-footer {
    background-color: #38383b;
    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-btn-footer a{
    border-radius: 100px;
}

/*-----------------------------------------*/
/*                 RESPONSIVE              */
/*-----------------------------------------*/

@media screen and (max-width: 958px) {
    .responsive-btn-footer{
        flex-direction: column;
    }

    .responsive-btn-footer a{
        width: 100%;
        margin-bottom: 5px;
    }
}

@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;
    }

    .responsive-btn-footer a{
        font-size: 18px !important;
    }

}

@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;
    }

    .btn-tel {
        text-align: center !important;
    }

    .responsive-btn-footer{
        flex-direction: row;
    }

    .responsive-btn-footer a{
        font-size: 10px !important;
    }

}
