:root {
    --black: #000000;
    --false-black:#104970;
    --gunmetal: #555c5d;
    --grey: #f2f2f2;
    --grey-font:#b5b3b3;
    --white: #ffffff;
    --sand:#cbc2c2;
    --sand-font:#9e9090;
    --veolia:#7AB800;
 }
/* Text styles */
body{
    background: var(--grey);
}
h1,h2,h3,h4,h5{
    font-family: "fs_rufusregular";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
}
a{
    color: var(--veolia);
}
h2{
    font-family: "fs_rufusitalic";
    font-size: 21px;
  }
 h1 {
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 30px;

 }
 .black h1, .black h2, .black h3,.black h4, .black h5,.black p {
     color: var(--white);
 }

header{
   /* position: fixed;*/
    left: 0;
    top: 0;
    width: 100%;
    /*background: url(../images/bg-repeat-head.png)0 0 repeat-x;*/
    /*height: 81px;*/
    overflow: visible;
    z-index: 999;
}
header .logo{
    background: #ffffff;
    max-width: 100%;
    overflow: hidden;
}

.bloc.black{
    background: var(--false-black);
    color: var(--white);
}
.bloc.white{
    background: var(--white);
    color: var(--black);
}
.bloc.white hr{
    width: 100%;
    height: 1px;
    border: none;
    background: var(--sand);
}
.bloc.white p{
    font-size: 14px;
    display: inline-block;
    padding-bottom: 10px;
}
.bloc.white p span{
    color: var(--sand-font);
 }
.bloc.foot{
    border-radius: 0 0 0 25px  ;
}
.bloc.head{
    padding: 20px 60px 30px;
}
.bloc{
    padding: 20px 60px 30px;
    font-size: 14px;
    font-family: "Arial";
}

form input[type=submit]{
    background: var(--veolia);
    border-radius: 5px;
    color: var(--white);
    padding: 7px 20px;
    text-align: center;
    width: 100%;
    border: none;
}
form input[type=button]{
    background: var(--false-black);
    border-radius: 5px;
    border: solid 1px var(--white);
    color: var(--white);
    padding: 7px 20px;
    text-align: center;
    width: 100%;
}
form input:disabled {
    filter: grayscale(0.5);
    cursor: no-drop;
}
h2 span{
    color: var(--grey-font);
}
.fade-in {
    opacity: 1;
    transition: 1s opacity;
}
.fade-out {
    opacity: 0;
    transition: none;
}
table thead tr td {
    text-align: center;
}
table tbody tr td {
    text-align: center;
}
footer ul{
    list-style: none;
    display: block;
    width: 100%;
    margin: 20px 0 0 ;
}
@media (max-width: 992px) {
    header{
       /* height: 11px;*/
    }

    .logo img{
        max-width: 200px;
    }
    header .logo{
        padding-left: 0;
        padding-top: 0px;
        margin-top: -11px;
    }

    .container-fluid{
        padding-left: 0;
        padding-right:0;
    }
    .container {
        width: 100%;
    }
    footer ul{
        margin-bottom: 90px;
    }
    footer ul li {
       display: inline-block;
    }
    .bloc.foot{
        border-radius: 0 ;
    }
}
@media (max-width: 992px) {

    .bloc, .bloc.head, .bloc.foot{
        padding-left: 5px;
        padding-right: 5px;
    }
    .bloc.head{
        padding-top: 50px;
    }

     h1 {
        font-size: 22px;
         margin-top: 10px;
    }
     h2 {
        font-size: 18px;
    }
    .picto-left {
        display: none;
    }
 /*   form label {
        width: 100%;
        text-align: left;
    }*/
  /*  form input[type="text"], form input[type="number"]{
        width: 90%;
        margin-left: 15px;
    }*/

    ul.stats{
        padding-left: 0;
    }
    ul.stats li span:last-of-type{
        width: 60px;
        font-size: 22px;
    }
    ul.stats li img{
        margin-right: 0;
    }
    .calcul-more{
        margin: 0 auto;
        display: block;
        max-width: 280px;
        margin-top: 80px;
        z-index: 999;
        position: relative;
        left: initial;
     }
}
@media (max-width: 768px) {
    .bloc-center{
        padding: 20px;
    }
}