:root {
    /*Palette de couleurs*/
    --couleur-dark: #6e3232;
    --couleur-medium: #a85353;
    --couleur-light: #f4d0d0;
    --couleur-autre: #6e3232;

    /*Polices d'écritures*/
    --titres: "tangerine";
}

.blog .entry .entry-content blockquote p {
    font-size: 18px;
    font-style: italic;
}
.blog .entry .entry-content blockquote p .signature {
    font-style: normal;
    font-size: 15px;
}

.breadcrumbs .container h2 {
    font-family: var(--titres);
    font-size: 40px;
}
.prest_deroul_seance h2 {
    font-family: var(--titres);
    font-size: 48px;
}
.prest_deroul_seance h4 {
    font-family: var(--titres);
    font-size: 40px;
}
#bloc_mentions_legales h4,
#bloc_charte_praticien h4 {
    font-family: var(--titres);
    font-size: 40px;
    font-weight: bold;
}
.prest-1-img {
    background: url("../img/prest-1.webp") center center no-repeat;
    background-size: auto;
    background-size: cover;
    min-height: 500px;
}
.prest-1-img2 {
    background: url("../img/prest-1-2.webp") center center no-repeat;
    background-size: auto;
    background-size: cover;
    min-height: 500px;
}
.prest-2-img {
    background: url("../img/prest-2.webp") center center no-repeat;
    background-size: auto;
    background-size: cover;
    min-height: 500px;
}
.prest-2-img2 {
    background: url("../img/prest-2-2.webp") center center no-repeat;
    background-size: auto;
    background-size: cover;
    min-height: 500px;
}
.prest-3-img {
    background: url("../img/prest-3.webp") center center no-repeat;
    background-size: auto;
    background-size: cover;
    min-height: 500px;
}
.prest-3-img2 {
    background: url("../img/prest-3-2.webp") center center no-repeat;
    background-size: auto;
    background-size: cover;
    min-height: 500px;
}
.contact .info-box p {
    font-weight: bold;
}
