/* COMMON */
.header{
    background-size: cover;
    font-family: 'Lobster';
}

q{
    font-style: italic;
    padding: .5rem;
}
q > div {
    display: inline;
}

.photo{
    width: 5em;
}

.customer{
    font-weight: bold;
}

.title{
    font-family: 'Lobster';
}

/* ACCUEIL */
#accueil{
    background-image: url('images/accueil.jpg');
    background-position: center;
    background-size: cover;
}

#accueil h1{
    color: #ddd;
    line-height: 3em;
}

#accueil #logo img{
    height: 100px;
}

#accueil #logo{
    font-size: 2.5em;
    color: black;
    padding-top: 26px;
    padding-bottom: 26px;
    text-shadow: white 0 0 8px;
    line-height: 1em;
}

#accueil .btn{
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    border: 1px solid #333;
    font-weight: bold;
}

#accueil #btn-soins{
    background-color: #f2d400;
    background-image: url('images/header-yellow.png');
    font-family: 'PT Serif';
}
#accueil #btn-communication{
    background-color: #353677;
    background-image: url('images/header-blue.png');
    color: white;
    font-family: 'PT Serif';
}
#accueil #btn-reflexologie{
    background-color: #bbbcc8;
    background-image: url('images/header-green.jpg');
    color: white;
    font-family: 'PT Serif';
}
#accueil #btn-naturopathie{
    background-color: #bbbcc8;
    background-image: url('images/header-beige.jpg');
    color: black;
    font-family: 'PT Serif';
}
#accueil #btn-contact{
    background-color: #bbbcc8;
    background-image: url('images/header-white.png');
    font-family: 'PT Serif';
}

.section-title{
    position: relative;
    text-align: center;
    height: 3em;
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 200px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 100px);
}
  
.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 3px;
    background: #47b2e4;
    bottom: 0;
    left: calc(50% - 50px);
}

.testimonial.card{
    border-color: #999;
}

footer{
    background-color: #333;
    color: #ccc;
}
.intro{
    font-weight: bold;
}

/* SOINS ENERGETIQUES */
#soinsEnergetiques{
    background-color: #ffec40;
    background-image: url('images/yellow-background.jpg');
    font-family: 'Libre Baskerville';
}


#soinsEnergetiques .card-title{
    font-size: 1.5em;
}

#soinsEnergetiques .card{
    background-color: rgba(255,255,255,0.5) !important;
}

#soinsEnergetiques #temoignages .title{
    font-size: 1.2em;
}

/* COMMUNICATION ANIMALE */
#communicationAnimale{
    background-color: #6f97cf;
    background-image: url('images/blue-background.jpg');
    font-family: 'Libre Baskerville';
}
#communicationAnimale .card{
    background-color: rgba(255,255,255,0.5) !important;
}

#reflexologie{
    font-family: 'Libre Baskerville';
    background-color: #3cd6b2;
}

#naturopathie{
    font-family: 'Libre Baskerville';
    background-color: #efc988;
}

#contact{
    background-color: #eee;
}

#soinsEnergetiques .header{
    background-image: url('images/header-yellow.png');
}

#communicationAnimale .header{
    background-image: url('images/header-blue.png');
    color: white;
}

#reflexologie .header{
    background-image: url('images/header-green.jpg');
    color: white;
}

#naturopathie .header{
    background-image: url('images/header-beige.jpg');
    color: black;
}


#contact .header{
    background-image: url('images/header-white.png');
    color: #111;
}