body {
    background: #162d44 url(../images/fond-lw.jpg) top center  no-repeat;
    font-family: 'Roboto', sans-serif;
    color: #666;
}
body.home {
    background-image: url(../images/fond-lwcoaching.jpg);
}

header {
    height: 100px;
    background: #162d44;
}

header nav a.nav-link {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.5rem;
    font-size: 0.85rem;
}
header nav a.nav-link.active, header nav a.nav-link:hover {
    color: #09c;
}
main {
    min-height: calc(100vh - 128px);
}
main.page {
    background: #fff;
}

.home-text {
    color: #fff;
    padding-top: 50px;
    max-width: 400px;
}

.home-text h1 {
    font-size: 5rem;
    line-height: 65%;
    font-variant: small-caps;
    font-weight: 700;
}

.bloc{
    color: #fff !important;
    padding: 0.25em;
}
.bloc.active{
    position: relative;
    border-top: 3px solid red;
}
.bloc.active:after {
    content: "";
    position:absolute;
    top: -20px;
    border:10px solid;
    left: 45%;
    border-color: transparent transparent red transparent;
    display: block;
}

.bloc.home {
    padding: 0.5em 1.5em;
    height: 340px;
}
.bloc h2 {
    background: transparent top left no-repeat;
    padding-left: 70px;
    padding-top: 15px;
    padding-bottom: 21px;
    font-size: 1.25rem;
    line-height: 90%;
    font-variant: small-caps;
    font-weight: 700;
    color: #fff !important;
}
.bloc h2 a {
    color: #fff !important;
    text-decoration: none;
}
.bloc h2 a:hover {
    text-decoration: underline;
}

.bloc.home h2 {
    font-size: 1.5rem;
    border-bottom: 2px solid #fff;
    padding-bottom: 25px;
}

.bloc.home p {
    height: 165px;
    overflow: hidden;
}

.bloc.reequilibrage-alimentaire {
    background: #0c5476;
}
.bloc.reequilibrage-alimentaire h2 {
    background-image: url(../images/reequilibrage-alimentaire.png);
}
.bloc.remise-en-forme {
    background: #e4a00f;
}
.bloc.remise-en-forme h2 {
    background-image: url(../images/remise-en-forme.png);
}
.bloc.perte-de-poids {
    background: #d4a96c;
}
.bloc.perte-de-poids h2 {
    background-image: url(../images/perte-de-poids.png);
}
.bloc.masse-musculaire {
    background: #1e9192;
}
.bloc.masse-musculaire h2 {
    background-image: url(../images/masse-musculaire.png);
}
.btn-home {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    border: 2px solid #fff;
    width: calc(100% - 60px);
    margin-left: 30px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
}

.btn-home:hover {
    color: #fff;
    text-decoration: underline;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}
.banner {
    width:100%;
    height: 220px;
    text-align: center;
    background: transparent top left;
    margin: 0 auto;
    padding-top: 50px;
}
.banner.nos-services{
    background-image: url(../images/banner-nos-services.jpg);
}
.banner.reequilibrage-alimentaire{
    background-image: url(../images/banner-reequilibrage-alimentaire.jpg);
}
.banner.remise-en-forme {
    background-image: url(../images/banner-remise-en-forme.jpg);
}
.banner.perte-de-poids {
    background-image: url(../images/banner-perte-de-poids.jpg);
}
.banner.masse-musculaire {
    background-image: url(../images/banner-masse-musculaire.jpg);
}
.banner h1 {
    padding: 1.25rem;
    background: transparent top left 25px no-repeat;
    background-color: rgba(12, 84, 118, 0.5);
    color: #fff;
    width: 600px;
    font-variant: small-caps;
    margin: 0 auto;
    border-radius: 10px;
    padding-left: 80px;
}
.banner.reequilibrage-alimentaire h1 {
    background-image: url(../images/reequilibrage-alimentaire.png);
}
.banner.reequilibrage-alimentaire h1.no-picto {
    background-image: none;
}
.banner.remise-en-forme h1 {
    background-image: url(../images/remise-en-forme.png);
}
.banner.perte-de-poids h1 {
    background-image: url(../images/perte-de-poids.png);
}
.banner.masse-musculaire h1 {
    background-image: url(../images/masse-musculaire.png);
}

.content {
    width: calc(100% - 150px);
    margin: 0 auto;
}
.content .text h2 {
    font-size: 1.75rem;
    color: #162d44;
    font-weight: 700;
    font-variant: small-caps;
    text-transform: lowercase;
}
.content .text h3 {
    font-size: 1.5rem;
    color: #09c;
    font-weight: 700;
    font-variant: small-caps;
    text-transform: lowercase;
}

.content-table thead th {
    color: #fff;
    background: #a14a8d;
    border-right-color: #fff;
}
.content-table thead th:nth-last-of-type {
    border-right-color: #a14a8d;
}
.content-table th, 
.content-table td {
    border: 1px solid #a14a8d;
    padding: 0.5em 0.75em;
}
.blue-text {
    color: #09c;
}

.yellow-bg{
    background: #fcbb30;
    font-size: 0.95rem;
}
footer {
    color: #fff;
    background: #162d44;
}
footer a {
    color: #fff;
    display: inline-block;
}