:root{
    --main-font: 'open_sansregular';
    --main-font-size:45px;
    --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:#395BA8;
    --bleu-claire:#00B1EB;
    --bleu-cyo:#0070BA;
}



.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;
}
.content-rows .container-fluid.content{
    padding: 50px 0px;
}
.header-banner h1,.header-logo 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;
}
.header-logo p.headline a,.header-logo p.headline{
    font-family: var(--main-font);
    font-style: normal;
    font-size: 16px;
    font-weight: 700;
    line-height: 55px;
    margin:0px;
    color: #000000;
}
.content-rows div.container-fluid:nth-child(2n){
    background: var(--gris);
}
.circle img {
    position: absolute;
    bottom: 0;
    left: 72px;
}
.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:before {
    content: '✓';
    color: var(--bleu-cyo);
    margin-left: -20px;
    margin-right: 10px;
}
.content ul li {
    margin-bottom: 10px;
    list-style: none;
}
.center-y{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.container-fluid.foot{
    border-top: solid 1px #000;
}
.footer-accroches > div.row > div:nth-child(2n+1){
    background: var(--bleu)
}
.footer-accroches > div.row > div:nth-child(2n){
    background: var(--bleu-claire)
}
.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,.container-fluid.foot a{
    color:#000000;
    font-weight: 700;
}
.container-fluid.foot .mention-legal a{
    font-weight: 500;

}
@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) {   }