a[class^="navbar-brand"] img {
    max-width: 100px;
}

.header {
    background-image: linear-gradient(#252849e3, #252849e3), url(img/tribunal.png);
    color: #eeead6ff;
}

/* modif du 23/08 : suppression du style h1, h2, h3 */
/* h1, h2, h3 { */
    /* modif du 23/08 : suppression des font-family */
    /* font-family: 'Times New Roman', Times, serif; */
/* } */

#logo-accueil {
    width: 100%;
}

.bandeBeige {
    background-color: #eeead6ff;
    height: auto;
}

.rougeSite {
    color: #841d17;
}

#icone-tel {
    width: 50px;
    height: 50px;
    filter: invert(1);
    position: relative;
    top: 10px;
    left: 10px;

}

#box-icone {
    width: 70px;
    height: 70px;
    background-color: #8F262D;
    position: absolute;
    top: -10px;
}

#ligne-urgence {
    margin: 5px 10px;
    font-size: 25px;
}

[href="tel:+33631138542"]:hover {
    color: #e9291f;
}

[href="tel:+33631138542"] > span {
    color: #eeead6ff;
}

.fond-site {
    background-color: #eeead6ff;
}

.titre-page-2 {
    margin-top: 80px;
    margin-left: 120px;
    font-size: 40px;
}

.texte-page-2 {
    margin: 50px 0 70px 70px;
    /* modif du 23/08 : suppression des font-family */
    /* font-family: Tahoma, 'Segoe UI', Geneva, Verdana, sans-serif; */
    font-size: 17px;
}

#pierre-bouget {
    filter: grayscale(100%);
    width: auto;
    max-height: 80%;
}

.titre-page-3 {
    margin-left: 80px;
    font-size: 40px;
    padding-top: 80px;
    height: 200px;

}

.texte-page-3 {
    /* modif du 23/08 : suppression des font-family */
    /* font-family: Tahoma, 'Segoe UI', Geneva, Verdana, sans-serif; */
    font-size: 17px;
}

#tribunal-clichy {
    max-width: 100%;
}

.icone-competence {
    margin-top: 50px;
}

.titre-competence {
    padding-top: 40px;
    font-size: 30px;
}

h4 {
    font-size: 20px;
    /* modif du 23/08 : suppression des font-family */
    /* font-family: Tahoma, 'Segoe UI', Geneva, Verdana, sans-serif; */
}

h4+p {
    /* modif du 23/08 : suppression des font-family */
    /* font-family: Tahoma, 'Segoe UI', Geneva, Verdana, sans-serif; */
    font-size: 17px;
}

[id="honoraires"] h3 {
    font-size: 40px;
}

[id="honoraires"] h3+p {
    font-size: 17px;
}

#avis-client {
    background-image: linear-gradient(#252849e3, #252849e3), url(img/fond-avis.png);
    /* modif du 23/08 : suppression des font-family */
    /* font-family: 'Times New Roman', Times, serif; */
    color: #bfa473;
    background-size: cover;
}

[class="card"] {
    margin-left: 100px;
}

[class="card-text"] {
    /* modif du 23/08 : suppression des font-family */
    /* font-family: Tahoma, 'Segoe UI', Geneva, Verdana, sans-serif; */
    font-size: 14px;
}

#titre-avis-client {
    font-size: 40px;
    padding-top: 80px;
}

.border-avis {
    border-color: #bfa473;
    background-color: #ffffff00;
}

.couleur-avis-client {
    color: #bfa473;
}

#titre-presse {
    /* modif du 23/08 : suppression des font-family */
    /* font-family: 'Times New Roman', Times, serif; */
    font-size: 40px;
    padding-top: 80px;
}

#titre-contact {
    font-size: 40px;
    /* modif du 23/08 : suppression des font-family */
    /* font-family: 'Times New Roman', Times, serif; */
}

.titre-footer {
    font-size: 20px;
    /* modif du 23/08 : suppression des font-family */
    /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
}

#logo-footer {
    width: 100%;
}

/* modif du 23/08 : ajout de la classe .sous-titre-mentions html et css */
.sous-titre-mentions {
    font-size: 23px;
}

/* modif du 25/08 : ajout des deux classes .formulaire-envoye et .formulaire-non-envoye */
.formulaire-envoye {
    color: green;
    font-size: 20px;
}

.formulaire-non-envoye {
    color: red;
    font-size: 20px;
}

@media screen and (max-width: 767px) {

    .bandeBeige {
        background-color: #eeead6ff;
        height: auto;
        margin-top: 10px;
        padding-top: 35px;
    }

    #box-icone {
        width: 70px;
        height: 70px;
        background-color: #8F262D;
        position: absolute;
        top: -25px;
    }

    .titre-page-2 {
        margin-top: 80px;
        margin-left: 0;
        font-size: 40px;
    }

    .texte-page-2 {
        margin: 50px 20px 70px 20px;
        /* modif du 23/08 : suppression des font-family */
        /* font-family: Tahoma, 'Segoe UI', Geneva, Verdana, sans-serif; */
        font-size: 17px;
    }

    .titre-page-3 {
        margin-left: 0;
        font-size: 40px;
        padding-top: 80px;
        height: 200px;
    }
    
    .texte-page-3 {
        /* modif du 23/08 : suppression des font-family */
        /* font-family: Tahoma, 'Segoe UI', Geneva, Verdana, sans-serif; */
        font-size: 17px;
        height: auto;
        margin-bottom: 0;
    }

}

@media screen and (min-width: 576px) and (max-width: 767px) {

    #logo-accueil {
        max-width: 75%;
    }

}

@media screen and (max-width: 575px) {

    #logo-accueil {
        width: 100%;
    }

}

