:root{
    --main-font: "fs_rufusregular";
    --main-font-size:38px;
    --main-font-size-height:59px;
    --main-font-size-height-scale:45px;
    --main-font-size-scale:25px;
    --content-font: "thesans_veoliaw5_plain";
    --content-font-bold: "thesans_veoliaw7_bold" ;
    --gris:#E9E9EE;
    --bleu:#00AEC7;
    --purple:#A8438D;

}

.header-banner{
    background-image: url("img/photo-banner.jpg");
    background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-moz-device-pixel-ratio: 1.5),
only screen and (min-resolution: 240dpi) {
        .header-banner{
            background-image: url("img/photo-banner@2x.jpg");
        }
    }

h1{
    font-family: var(--main-font);
    font-size: var(--main-font-size);
    line-height: var(--main-font-size-height);
    margin-top: 50px;
}
.header-banner h1{
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    margin-top: 20px;
}
.header-banner p.headline, .header-banner p.headline a
{
    font-family: var(--main-font);
    font-style: normal;
    font-size: 16px;
    line-height: 34px;
    color: #FFFFFF;
}
.content-rows div.container-fluid:nth-child(2n){
    background: var(--gris);
}
.circle img {
    position: absolute;
    bottom: 0;
    left: 82px;
}
.circle{
    width: 385px;
    height: 385px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.content-rows div.container-fluid:nth-child(2n)  .circle{
    background: #fff;
}
.content-rows div.container-fluid:nth-child(2n+1)  .circle{
    background: var(--gris);
}
h2{
    font-family: var(--main-font);
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    color: #000000;
}
h3{
    font-family:  var(--main-font);
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    color:#fff;
}
.content p {
    font-family:var(--content-font);
    font-size: 18px;

}
.content ul {
    font-family:   var(--content-font-bold);
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    padding-left: 20px;
}
.content ul li {
    margin-bottom: 10px;
}
.center-y{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.footer-accroches > div.row > div:nth-child(2n+1){
    background: var(--bleu)
}
.footer-accroches > div.row > div:nth-child(2n){
    background: var(--purple)
}
.footer-accroches p {
    font-family: var(--content-font);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    max-width: 440px;
    margin: 10px auto;
}
.container-fluid.foot{
    background: #333333;
    color:#fff;
}
.container-fluid.foot a{
    color:#fff;
}
@media (max-width: 575.98px) {

}
@media (max-width: 767.98px) {
    h1{
        font-family: var(--main-font);
        font-size: var(--main-font-size-scale);
        line-height: var(--main-font-size-height-scale);
        margin-top: 25px;
    }

}
@media (max-width: 991.90px) {
    .circle{
        width: 320px;
        height: 320px;
    }
    .circle img {
        position: absolute;
        bottom: -70px;
        left: 47px;
    }
}

@media (min-width: 1200px) {   }