/*HOME PAGE*/

:root {
    --black: #000000;
    --peacock-blue: #0062a9;
    --peacock-blue2: #0000aa;
    --white: #ffffff;
    --antra-grey: #2c2c2c;
    --orangey-red: #d92b1c;
}

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #333333;
    margin-bottom: 90px; /* Margin bottom by footer height */
}

.headed h1, h1{
    font-family: fs_rufusregular,Arial;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--white);
    margin-top: 25px;
}

.headed  h1 span , h1 {
    font-size: 23px;
}
.top-image h1{
    top: 29px;
    left: 25px;
    position: absolute;
}
.fond-gris{
    opacity: 0.57;
    background-color: var(--black);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.top-image{
    max-height: 450px;
    margin-top: -50px;
}

.global-content{
    max-width: 700px;
    margin: 0 auto;
    float: none;
    width: 100%;
}

p{
    font-family: "thesans_veoliaw5_plain", Arial;
    font-size: 19px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--black);
}
p strong{
    font-family: "thesans_veoliaw8_extrabold", Arial;
}

a.blue-link{
    font-family: "thesans_veoliaw7_bold", Arial;
    font-size: 19px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--peacock-blue);
}
a.blue-link svg{
    fill: var(--peacock-blue);
    max-width: 35px;
    float: right;
  
}

a.bottom-btn-link{
    font-family: "thesans_veoliaw7_bold", Arial;
    min-height: 61px;
    box-shadow: 0 0 3.5px 0 rgba(7, 14, 23, 0.23);
    background-color: var(--peacock-blue);
    border-radius: 0 15px 0 0 ;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--white);
    display: block;

     bottom: 0;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    float: none;
    padding: 20px 25px 15px 25px;
    text-transform: uppercase;
    position: fixed;

    text-decoration: none!important;
    text-decoration: none!important;

}

a.bottom-btn-link svg{
    fill: var(--white);
    max-width: 35px;
    float: right;
    margin-top: -10px;
}
a.bottom-btn-link img.svg{
    float: right;
    height: 26px;
}
a.bottom-btn-link.animated {
    background: linear-gradient(270deg, var(--peacock-blue2), var(--peacock-blue),var(--peacock-blue),var(--peacock-blue));
    background-size: 400% 100%;
    -webkit-animation: AnimationName 3s ease infinite;
    -moz-animation: AnimationName 3s ease infinite;
    animation: AnimationName 3s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:100% 0%}
    100%{background-position:50% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:100% 0%}
    100%{background-position:50% 0%}
}
@-o-keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:100% 0%}
    100%{background-position:50% 0%}
}
@keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:100% 0%}
    100%{background-position:50% 0%}
}

.top-greyed{
    background-color: var(--antra-grey);
    height: 170px;
}
.headed h2, h2{
    font-family: fs_rufusregular,Arial;
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--white);

}
.headed h3, h3{
    font-family: fs_rufusregular,Arial;
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.8;
    letter-spacing: normal;
    text-align: left;
    color: var(--white);
    line-height: 20px;

}
.inputs-index input{
    background: #000;
    border-radius: 10px;
    max-width: 85%;
    margin: 0 auto;
    border: none;
    color: #fff;
    text-align: center;
    height: 54px;

}
.redBG div{
    width: 86%;
    float: left;
    height: 52px;
    border-radius: 5px;
    background: var(--orangey-red);
}

.checkbox .cr,.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

label p {
    font-family: fs_rufusregular;
    font-size: 17px;
}
h1,h2,h3{
  color: #000;
}
hr{
    width: 100%;
    border: none;
    height: 1px;
    background: #cdcdcd;
}

.slider-selection{
    background: #424241!important;
}