@import url('https://fonts.googleapis.com/css?family=Oxygen:300,400,700&display=swap&subset=latin-ext');

@font-face {
    font-family: 'MarkPro';
    src: url('../fonts/MarkPro.woff2') format('woff2'),
        url('../fonts/MarkPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MarkBold';
    src: url('../fonts/MarkPro-Bold.woff2') format('woff2'),
        url('../fonts/MarkPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'MarkLight';
    src: url('../fonts/MarkPro-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MarkBlack';
    src: url('../fonts/MarkPro-Black.woff2') format('woff2'),
        url('../fonts/MarkPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'MarkMedium';
    src: url('../fonts/MarkPro-Medium.woff2') format('woff2'),
        url('../fonts/MarkPro-Medium.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'NexaBold';
    src: url('../fonts/Nexa-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'NexaXBold';
    src: url('../fonts/Nexa-XBold.woff2') format('woff2'),
        url('../fonts/Nexa-XBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'NexaBlackItalic';
    src: url('../fonts/Nexa-Black-Italic.woff2') format('woff2'),
        url('../fonts/Nexa-Black-Italic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'NexaLight';
    src: url('../fonts/Nexa-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NexaBook';
    src: url('../fonts/Nexa-Book.woff2') format('woff2'),
        url('../fonts/Nexa-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
    color: #515151; 
    font-family: 'Oxygen';
    font-size: 16px;      
}  
*{
    margin: 0px;
    padding: 0px;
}
p{ 
    font-family: 'Oxygen';
    font-size: 18px;
}
ul{
    list-style: none;
}
a:focus, a:hover{
    text-decoration: none;
}

.pages{
    padding-top: 60px;
    padding-bottom: 100px;
}

/*  Header  */

.header{
    position: relative;
    width: 100%;
    height: 800px;
    background-size: cover;
    -webkit-background-size: cover;
}
.header_home{
    background: url('../images/switcher_home.jpg') no-repeat center center;
    background-size: cover;
}
.nav_header{ 
    padding-top: 45px;
}
.logo{
    float: left;
}
.header_right{
    float: right;
}
.calul_header,
.hamburger{
    display: inline-block;
}
.hamburger{
    position: relative;
    cursor: pointer;
    float: right;
    width: 51px;
}
.hamburger button{
    background: transparent;
    border: 0;
    outline: none;
}
.hamburger samp{
    font-family: 'MarkPro';
    font-size: 14px;
    color: #fff;
    position: relative;
    bottom: -32px;
    right: 13px;
    display: block;
    pointer-events: none;
}
.hamburger.animate samp{
    display: none;
}
.hamburger.animate button{
    position: fixed;
    z-index: 999;
}
.bar,
.bar:after,
.bar:before {
    height: 3px;
}
.bar {
    transform: translateY(25px);
    background: #fff;
    transition: all 0ms 300ms;
    position: absolute;
    top: 0;
    width: 26px;
}
.bar.animate {
    background: rgba(255, 255, 255, 0);
}
.bar:before {
    content: "";
    position: absolute;
    left: -14px;
    bottom: 12px;
    background: #fff;
    width: 40px;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar:after {
    content: "";
    position: absolute;
    left: -14px;
    top: 12px;
    width: 40px;
    background: #fff;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar.animate:after {
    background: #fff;
    top: 0;
    left: -8px;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
    border-radius: 25%;
    width: 40px;
    height: 3px;
}

.bar.animate:before {
    background: #fff;
    bottom: 0;
    left: -8px;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
    border-radius: 25%;
    width: 40px;
    height: 3px;
}
.calul_header{
    margin-top: 26px;
    margin-right: 60px;
}
.calul_header a{
    font-family: 'NexaBold';
    font-size: 17px;
    color: #fff;
    padding: 18px 18px 18px 74px;
    border: 2px solid #dfb74a;
    position: relative;
}
.calul_header a:before{
    content: "";
    position: absolute;
    top: 11px;
    left: 17px;
    background: url('../images/icon_calculator_yellow.png') no-repeat;
    width: 34px;
    height: 33px;
}
.text_header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 150px;
    text-align: -webkit-center;
}
.text_header h1{
    margin: 0;
    font-family: 'NexaBold';
    font-size: 4.5vmax;
    color: #fff;
}
.text_header span{
    display: block;
}
.menu_global{
    width: 50%;
    height: 100%;
    background: #ff9a18;
    position: fixed;
    top: 0;
    bottom: 0;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: opacity .4s ease;
    padding-top: 200px;
    text-align: right;
    padding-right: 10%;
    overflow-y: auto;
}
.show_menu {
    left: 50%;
    opacity:1;
    z-index: 99;
}
.hide_menu {
    opacity:0;
    left: 100%;
}
.menu_global li{
    margin-bottom: 60px;
    display: block;
}
.menu_global li a{
    font-family: 'MarkPro';
    font-size: 30px;
    color: #fff;
}
.menu_global li a:hover,
.menu_selected a{
    font-family: 'MarkBold' !important;
}
.menu_selected a{
    padding-bottom: 25px;
    border-bottom: 4px solid #ffc900;
}
/*@media (min-width: 768px) and (max-width: 991px){
    .hamburger{
        right: -17px;
    }
    .hamburger.animate {
        right: 60px;
    }
}*/
@media (max-width: 767px){
    .logo img{
        width: 170px;
    }
    .calul_header, .hamburger{
        display: block;
    }
    .hamburger{
        position: absolute;
        top: 45px;
        right: 0;
        float: unset;
    }
    .calul_header{
        position: absolute;
        top: 230px;
        right: 0;
        margin: auto;
        width: 100%;
        text-align: -webkit-center;
    }
    .dropdown{
        position: absolute;
        top: 130px;
        margin-right: 0px !important;
        right: 0px;
        margin: auto;
        width: 100%;
        text-align: -webkit-center;   
    }
    button.dropbtn {
        padding: 16.7px 48px 16.7px 98px !important;
    }
    button.dropbtn:before{
        background-size: cover;
    }
    .menu_global{
        width: 100%;
        padding-right: 0%;
        text-align: center;
    }
    .show_menu {
        left: 0%;
    }
}

/*  A propos Home  */

.img_apropos_home{
    position: relative;
    top: -70px;
    
}
.img_apropos_home img{ 
    display: block;
    max-width: 100%;
    
}
.text_apropos_home h2{
    font-family: 'MarkPro';
    font-size: 30px;
    color: #464646;
    margin: 40px 0;
}
.text_apropos_home h2 span{
    display: block;
    font-family: 'MarkBold';
}
.text_apropos_home p,
.text_calculateur_home p{
    font-family: 'MarkPro';
    font-size: 16px;
    color: #868686;
    line-height: 38px;
    margin-bottom: 20px;
}
.text_apropos_home a,
.text_calculateur_home a{
    font-family: 'MarkPro';
    font-size: 19px;
    color: #ffb000;
    position: relative;
}
.text_apropos_home a:before,
.text_calculateur_home a:before{
    content: "";
    position: absolute;
    top: 0;
    right: -35px;
    background: url('../images/arrow.png') no-repeat;
    width: 22px;
    height: 18px;
}
@media (max-width: 991px){
    .text_apropos_home h2{
        margin-top: 0px;
        margin-bottom: 40px;
    }
    .text_apropos_home h2 span{
        display: unset;
    }
    .img_apropos_home{
        top: -50px;
    }
}

/*  Block Avantages Home  */

.avantages_home{
    margin-bottom: 70px;
}
.titre_avatages_home{
    background: url('../images/cadre.png') no-repeat;
    background-size: contain;
    padding: 50px 30px;
}
.titre_avatages_home h2{
    font-family: 'MarkPro';
    font-size: 40px;
    color: #464646;
    margin: 0;
    width: 290px;
}
.titre_avatages_home h2 span{
    color: #1f82b6;
}
.row_item_avatages{
    margin-top: 45px;
}
.item_avatages_home{
    text-align: -webkit-center;
}
.item_avatages_home h3{
    font-family: 'MarkMedium';
    font-size: 18px;
    color: #464646;
    margin-top: 40px;
    margin-bottom: 0px;
    padding: 0px 10px;
    line-height: 25px;
}
@media (max-width: 991px){
    .avantages_home{
        margin-top: 70px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .titre_avatages_home{
        padding: 40px 30px;
    }
    .titre_avatages_home h2{
        font-size: 30px;
        width: 215px;
    }
    .row_item_avatages {
        margin-top: 25px;
    }
}
@media (max-width: 767px){
    .item_avatages_home{
        margin-bottom: 50px;
    }
    .item_avatages_home h3{
        margin-top: 25px;
    }
}
@media (max-width: 340px){
    .titre_avatages_home h2{
        font-size: 34px;
        width: 250px;
    }

}


/*  Blog Home  */

.blog_home{
    margin-bottom: 70px;
}
.img_item_blog{
    position: relative;
    display: block;
}
.titre_item_blog a{
    font-family: 'MarkPro';
    font-size: 17px;
    margin-top: 15px;
    color: #000;    
    display: block;
}
.titre_item_blog span{
    display: block;
    font-size: 12px;
    color: #ffc801
}

@media (min-width: 768px) and (max-width: 991px){
    .titre_item_blog a{
        font-size: 17px;
    }
}
@media (max-width: 767px){
    .item_blog{
        margin-bottom: 50px;
    }
    .titre_item_blog a{
        width: 320px;
    }
}
@media (max-width: 480px){
    .item_blog{
        text-align: -webkit-center;
    }
    .titre_item_blog a{
        text-align: left;
        padding: 0px 50px;
        width: 375px;
    }
}
@media (max-width: 360px){
    .titre_item_blog a{
        padding: 0px 30px;
        font-size: 22px;
        width: 320px;
    }
}

/*  Calculateur Home  */

.calculateur_home{
    margin-bottom: 100px;
}
.text_calculateur_home{
    text-align: right;
}
.text_calculateur_home h2{
    font-family: 'MarkMedium';
    font-size: 26px;
    color: #fff;
    padding: 30px 0px 30px 130px;
    background: #ffc900;
    margin-top: 35px;
    margin-bottom: 50px;
    position: relative;
    left: 130px;
    z-index: 9;
    text-align: left;
}
.text_calculateur_home h2:before{
    content: '';
    position: absolute;
    top: 24px;
    left: 65px;
    background: url('../images/icon_calculator_white.png') no-repeat;
    width: 41px;
    height: 41px;
}
.text_calculateur_home a{
    padding-right: 40px;
}
.text_calculateur_home a:before{
    right: 0;
}
@media (min-width: 992px) and (max-width: 1199px){
    .text_calculateur_home h2{
        padding: 30px 0px 30px 90px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .text_calculateur_home h2:before{
        top: 24px;
        left: 25px;
    }
}
@media (max-width: 991px){
    .text_calculateur_home{
        text-align: unset;
        margin-bottom: 50px;
    }
    .text_calculateur_home h2{
        left: unset;
        text-align: center;
        padding: 30px 0;
        margin-top: 0px;
    }
    .text_calculateur_home h2:before{
        top: 24px;
        left: 12%;
    }
}
@media (max-width: 767px){
    .text_calculateur_home h2{
        font-size: 23px;
        padding: 25px 0px 25px 85px;
    }
    .text_calculateur_home h2:before{
        top: 15px;
        left: 25px;
    }
}
@media (max-width: 340px){
    .text_calculateur_home h2 {
        font-size: 18px;
        text-align: left;
    }
}

/*  Blog  */

.header_blog{
    background: url('../images/switcher_blog.jpg') no-repeat center center;
    background-size: cover;
}
.content_blog .row{
    margin-bottom: 50px;
}
.content_blog .row:last-child{
    margin-bottom: 0px;
}
@media (max-width: 767px){
    .content_blog .row{
        margin-bottom: 0px;
    }
}

/*  A propos  */

.header_apropos{
    background: url('../images/switcher_apropos.jpg') no-repeat center center;
    background-size: cover;
}
.content_apropos .container{
    overflow: hidden;
}
.content_apropos h2{
    font-family: 'MarkPro';
    font-size: 45px;
    color: #464646;
    margin-top: 50px;
    margin-bottom: 0;
    padding-left: 40px;
}
.content_apropos h2 span{
    font-family: 'MarkBold';
    font-size: 60px;
    color: #ffa800;
    display: block;
}
.content_apropos p{
    font-family: 'MarkPro';
    font-size: 16px;
    color: #868686;
    margin-bottom: 50px;
    line-height: 35px;
}
.content_apropos h3{
    font-family: 'MarkBold';
    font-size: 32px;
    color: #fff;
    margin: 0;
    position: relative;
    top: -90px;
    left: -32px;
    background: #ffb400;
    padding: 45px 0px;
    text-align: center;
    transform: skew(-15deg, 0);
}
.text_notre_mission p{
    font-size: 25px;
}
@media (min-width: 768px) and (max-width: 991px){
    .content_apropos .row{
        margin-bottom: 50px;
    }
    .content_apropos .row:last-child{
        margin-bottom: 0px;
    }
    .content_apropos h2{
        font-size: 32px;
        padding-left: 0px;
        margin-top: 80px;
    }
    .content_apropos h2 span{
        font-size: 45px;
    }
    .content_apropos p{
        margin-bottom: 20px;
        line-height: 30px;
    }
    .content_apropos h3{
        top: unset;
    }
}
@media (max-width: 767px){
    .content_apropos h2{
        margin-bottom: 40px;
        padding-left: 0px;
    }
    .content_apropos h3{
        top: unset;
        margin-bottom: 40px;
    }
    .text_notre_mission p{
        font-size: 23px;
    }
}

/*  Footer A propos  */

.footer_aprpos{
    background: #2a5069;
    padding: 120px 0px 80px 0px;
}

.footer_aprpos01{
    background: #fdb32b;
    padding: 120px 0px 80px 0px;
}
.footer_aprpos p{
    font-family: 'MarkPro';
    font-size: 21px;
    color: #fff;
    line-height: 40px;
}
.devis_a{
    text-align: right;
    margin-top: 25px;
}
.devis_a a{
    font-family: 'MarkBold';
    font-size: 19px;
    color: #fff;
    padding: 25px 85px 25px 60px;
    position: relative;
    border-radius: 40px;
    background: #4294ca;
}
.devis_a a:before{
    content: '';
    position: absolute;
    top: 26px;
    right: 38px;
    background: url('../images/arrow_w.png') no-repeat;
    width: 21px;
    height: 18px;
}
@media (max-width: 991px){
    .devis_a{
        text-align: unset;
        margin-top: 50px;
    }
    .devis_a a{
        font-size: 16px;
        padding: 25px 70px 25px 50px;
    }
    .devis_a a:before{
        top: 25px;
        right: 30px;
    }
}

/*  Calculateur Solaire  */

.menu_calcul{
    margin-bottom: 60px;
}
.menu_calcul h2{
    font-family: 'MarkPro';
    font-size: 27px;
    color: #bdbdbd;
    margin: 0;
}
.menu_calcul h2::first-letter{
    text-transform: uppercase;
}
.menu_calcul h2 span{
    font-family: 'NexaBold';
    display: block;
}
.menu_calcul_selected{
    color: #ffa200 !important;
}
.menu_calcul_selected span{
    color: #464646;
}
.border_menu{
    border-bottom: 2px solid #ffc900;
    margin-top: 45px;
}
.premiere_etape p{
    margin-bottom: 50px;
}
.content_calcul p{
    font-family: 'MarkPro';
    font-size: 18px;
    color: #555555;
    line-height: 35px;
}
.content_calcul p span{
    margin-top: 50px;
    font-family: 'MarkBold';
    display: block;
}
.premiere_etape .row{
    margin-bottom: 80px;
}
.text_input input,
.text_input select{
    font-family: 'MarkPro';
    font-size: 26px;
    color: #a3a3a3;
    background: transparent;
    border-width: 0;
    border-bottom: 1px solid #ffa200;
    padding: 25px 0px;
    outline: none;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
}
.submit_input{
    position: relative;
    width: 322px;
}
.submit_input input{
    font-family: 'MarkBold';
    font-size: 19px;
    color: #fff;
    padding: 20px 0;
    width: 322px;
    background: #f8b923;
    border-width: 0;
    border-radius: 40px;
    position: relative;
    text-transform: capitalize;
    outline: none;
}
.submit_input:before{
    content: "";
    position: absolute;
    top: 25px;
    right: 55px;
    background: url('../images/arrow_w.png') no-repeat;
    width: 21px;
    height: 18px;
    z-index: 9;
    pointer-events: none;
}
.troisieme_etape,
.deuxieme_etape,
.footer_calcul{
    display: none;
}

/* Deuxième Etape  */

.deuxieme_etape .row{
    margin-bottom: 60px;
}
.deuxieme_etape h3{
    font-family: 'MarkPro';
    font-size: 26px;
    color: #f8b923;
    margin: 0;
}
.text_input label{
    font-family: 'MarkBold';
    font-size: 19px;
    color: #737373;
    line-height: 1;
    display: block;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    width: 0 !important;
    position: absolute !important;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 50px;
    cursor: pointer;
    display: inline-block;
    margin-left: 50px;
    font-family: 'MarkPro';
    font-size: 18px;
    color: #737373;
    font-weight: 100;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 30px;
    height: 30px;
    border-radius: 0px;
    border: 1px solid #cdcdcd;
    cursor: pointer;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 18px;
    height: 18px;
    background: #f8b923;
    position: absolute;
    top: 4px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
} 
.radio_input{
    margin-top: 30px;
}
.radio_input span{
    font-family: 'MarkPro';
    font-size: 22px;
    color: #737373;
}
.range_input span{
    font-family: 'MarkBold';
    font-size: 30px;
    color: #f8b923;
    position: absolute;
    top: 55px;
    right: 0;
}
.range_input span samp{
    font-family: 'MarkBold';
}
.range_input .bar_range {
    position: absolute;
    z-index: 1;
    left: 15px;
    right: 15px;
    top: 67px;
    height: 16px;
    border-radius: 30px;
    background-color: #e9e9e9;
    overflow: hidden;
    width: 79%;
}
.range_input .bar_range .fill {
    display: block;
    width: 50%;
    height: 100%;
    background-color: #f8b923;
    position: relative;
    top: 0;
}
.range_input input[type="range"] {
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    width: 85%;
    border-radius: 30px;
    outline: none;
    background-color: transparent;
    padding: 0;
    border: 0;
    margin-top: 38px;
    display: block;
}
.range_input input[type="range"]::-webkit-slider-thumb{
    appearance: none;
    -webkit-appearance: none;
    width: 35px;
    height: 35px;
    background-color: #f8b923;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    border: 3px solid #fff;
    box-shadow: none;
}

/*  Troisième Etape  */

.troisieme_etape .row{
    margin-bottom: 60px;
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 60px;
}
.troisieme_etape .row:last-child{
    border-bottom: 0px;
}
.troisieme_etape{
    text-align: -webkit-center;
}
.troisieme_etape h4,
.troisieme_etape h5{
    font-family: 'MarkPro';
    font-size: 35px;
    color: #f8b923;
    margin-bottom: 50px;
}
.troisieme_etape h4 strong{
    font-family: 'MarkBold';
    font-size: 58px;
}
.troisieme_etape span{
    font-family: 'MarkPro';
    font-size: 22px;
    color: #494949;
}
.troisieme_etape h5{
    margin-top: 50px;
}
.troisieme_etape h5 strong{
    font-family: 'MarkBold';
}
.troisieme_etape p{
    position: relative;
    text-align: left !important;
    text-indent: 45px;
}
.troisieme_etape p strong{
    font-family: 'MarkBold';
    font-size: 20px;
    color: #f8b923;
    padding-right: 10px;
}
.troisieme_etape p:before{
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    background: url('../images/attention.png') no-repeat;
    width: 26px;
    height: 22px;
}
.separator_mobile{
    font-family: 'MarkPro';
    font-size: 26px;
    color: #f8b923;
    display: none;
}
@media (min-width: 992px) and (max-width: 1199px){
    .menu_calcul h2{
        font-size: 22px;
    }
    .border_menu {
        margin-top: 35px;
    }
    .range_input input[type="range"]{
        width: 80%;
        margin-top: 20px;
    }
    .range_input .bar_range{
        width: 74%;
    }
    .text_input input,
    .text_input select{
        font-size: 23px;
    }
    [type="checkbox"]:checked + label,
    [type="checkbox"]:not(:checked) + label{
        margin-left: 30px;
    }
}
@media (max-width: 991px){
    .text_input input,
    .text_input select{
        font-size: 20px;
    }
    [type="checkbox"]:checked + label,
    [type="checkbox"]:not(:checked) + label{
        margin-left: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .text_input label{
        font-size: 15px;
    }
    .range_input span{
        top: 34px;
    }
    .range_input input[type="range"]{
        width: 77%;
        margin-top: 22px;
    }
    .range_input .bar_range{
        width: 70%;
        top: 48px;
    }
    .troisieme_etape h4,
    .troisieme_etape h5{
        font-size: 24px;
    }
    .troisieme_etape h4 strong{
        font-size: 40px;
    }
}
@media (max-width: 767px){
    .menu_calcul{
        text-align: center;
    }
    .premiere_etape .row,
    .deuxieme_etape .row{
        margin-bottom: 0px;
    }
    .deuxieme_etape .row:first-child{
        text-align: center;
        margin-bottom: 50px;
    }
    .text_input,
    .radio_input{
        margin-bottom: 50px;
    }
    .border_menu{
        border: 0px;
    }
    .deuxieme_etape h3{
        margin-bottom: 15px;
    }
    .range_input label{
        width: 300px;
    }
    .range_input input[type="range"]{
        width: 70%;
    }
    .range_input .bar_range{
        width: 64%;
        top: 85px;
    }
    .bar_range .fill{
        right: unset;
    }
    .range_input span{
        top: 72px;
        right: 15px;
    }
    .separator_mobile{
        display: block;
        margin-bottom: 15px;
    }
    .troisieme_etape .col-md-3{
        margin-bottom: 50px;
    }
    .troisieme_etape .col-md-3:last-child{
        margin-bottom: 0px;
    }
    .troisieme_etape .col-md-3:nth-of-type(4){
        margin-bottom: 0px;
    }
    .troisieme_etape h4,
    .troisieme_etape h5{
        margin-bottom: 25px;
    }
    .troisieme_etape h5{
        margin-top: 25px;
    }
}
@media (max-width: 340px){
    .radio_input span{
        font-size: 16px;
    }
    [type="checkbox"]:checked + label,
    [type="checkbox"]:not(:checked) + label{
        padding-left: 35px;
    }
    .submit_input,
    .submit_input input{
        width: 290px;
    }
    .submit_input:before{
        right: 35px;
    }
}




.form-demande-simulation .form-control{

    border-radius: 0px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    box-shadow: none;
    height: auto
}


.form-control.errore{
    border-bottom: 1px solid red;
}



/*  Contact  */

.input_contact{
    position: relative;
    margin-bottom: 25px;
}
.input_contact input,
.input_contact textarea{
    position: relative;
    width: 100%;
    height: 60px;
    font-family: 'MarkPro';
    font-size: 14px;
    color: #000;
    border: 1px solid #e6e6e6;
    padding-left: 70px;
    background: transparent;
    outline: none;
    letter-spacing: 3px;
}
.input_contact input::placeholder,
.input_contact textarea::placeholder{
    font-size: 12px;
    color: #868686;
    text-transform: uppercase;
}
.input_contact textarea{
    height: 220px;
    padding-top: 18px;
    resize: none;
}
.input_contact:before{
    content: '';
    position: absolute;
    top: 18px;
    left: 20px;
    width: 24px;
    height: 24px;
}
.icon_nom:before{
    background: url('../images/icon_nom.png') no-repeat;
}
.icon_mail:before{
    background: url('../images/icon_mail.png') no-repeat;
}
.icon_msg:before{
    top: 14px;
    background: url('../images/icon_msg.png') no-repeat;
}
.submit_contact input{
    width: 100%;
    height: 60px;
    background: #ffc900;
    font-family: 'MarkBold';
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    outline: none;
    border-width: 0;
    letter-spacing: 3px;
    text-align: center;
    transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}
.submit_contact input:hover{
    background: transparent;
    border: 1px solid #ffc900;
    color: #ffc900;
}
.info_contact li{
    font-family: 'MarkBold';
    font-size: 24px;
    color: #464646;
    padding-bottom: 30px;
}
.info_contact li span{
    font-family: 'MarkLight';
    font-size: 24px;
    color: #ebaf22;
    display: block;
    padding-bottom: 30px;
}
.map_contact{
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 348px;
}
.map_contact iframe{
    height: 400px;
    width: 100%;
    position: relative;
    top: -48px;
    border: none;
}
@media (max-width: 767px){
    .form_contact{
        margin-bottom: 50px;
    }
}

/*  Details Blog  */

.details_blog h2{
    font-family: 'MarkBold';
    font-size: 36px;
    color: #464646;
    margin-top: 0;
    margin-bottom: 20px;
}
.details_blog h3{
    position: relative;
    font-family: 'MarkMedium';
    font-size: 13px;
    color: #868686;
    margin: 0;
    padding-left: 30px;
}
.details_blog h3:before{
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    background: url('../images/time.png') no-repeat;
    width: 20px;
    height: 20px;
}
.details_blog p{
    font-family: 'MarkPro';
    font-size: 16px;
    color: #868686;
    margin-top: 40px;
    margin-bottom: 0px;
    line-height: 30px;
}
.list_partager{
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: right;
}
.list_partager li{
    display: inline-block;
    font-family: 'MarkMedium';
    font-size: 13px;
    color: #868686;
    margin-right: 10px;
}
.list_partager li:last-child{
    margin-right: 0px;
}
@media (max-width: 991px){
    .img_detail_blog{
        text-align: -webkit-center;
        margin-bottom: 40px;
    }
}
@media (max-width: 480px){
    .details_blog h2{
        font-size: 30px;
    }
}






.form-demande-simulation .form-control{

    border-radius: 0px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    box-shadow: none;
    height: auto
}


.text_input .errore{
    border-bottom: 1px solid red;
}





.blog-detaile{

}
.blog-detaile .blog-titre{

}
.blog-detaile .image-preview{
    text-align: center;
}
.blog-detaile .image-preview img{
    margin: 5px auto;
}
.blog-detaile .blog-contenu{
    margin: 20px auto;
}



.ligne-info{
    margin: 40px auto;
    
}
.ligne-info .row{
    margin-bottom: 20px;
}
.ligne-info label{ 
    font-size: 14px;
    color: #8f8f8f; 
    font-family: 'MarkPro';
}
.ligne-info p{ 
    font-size: 14px;
    color: #ffbf00;
    font-family: 'MarkBold';
    
    
}
.ligne-info h6{
    margin: 60px auto 30px;
    color: #ffbf00;
    font-size: 26px;
    font-family: 'MarkBold';
}


.blog-detaile{

}
.blog-detaile .blog-titre{
    font-size: 28px;
    color: #ffbf00;
    font-family: 'MarkBold';

}

.blog-detaile h2{
    font-size: 25px;
    color: #ffbf00;
    font-family: 'MarkBold';

}
.image-preview{
    
}

.image-preview img{
    
}
.blog-contenu{
    
}
.blog-contenu p,
.blog-contenu p small{
    font-size: 18px;
    color: #8f8f8f; 
    font-family: 'MarkLight'; 
    text-align: justify;
}

.blog-contenu ol,
.blog-contenu ul{
    padding: 0px;
    padding-left: 40px;
    margin: 10px auto;
    border-left: 5px solid #ffc803;
}
.blog-contenu ol li,
.blog-contenu ul li{
    font-size: 16px;
    color: #8f8f8f; 
    font-family: 'MarkPro';
    margin-bottom: 8px;
}

.blog-contenu em,
.blog-contenu b,
.blog-contenu strong,
.blog-contenu p b,
.blog-contenu p strong{
    font-size: 18px;
    font-family: 'MarkBold';
    
}
.blog-contenu a,
.blog-contenu p a{
    font-size: 18px;
    text-decoration: underline;
    color: #00b9ef;
    font-family: 'MarkBold';

}
.blog-relation{
    padding-top: 60px;
}
.blog-relation .blog-item{
    margin-bottom: 30px;
}
.blog-item .blog-item-image{
    
}
.blog-item .blog-item-image a{
    margin-bottom: 15px;
    display: block;
}
.blog-item .blog-item-image img{
    width: 100%;
}
.blog-item h3 {
    margin: 0px;
}
.blog-item h3 a{
    display: block;
    font-size: 18px;
    color: #3d3d3d;
    font-family: 'MarkPro';
    text-transform: lowercase;
    line-height: 20px;
    margin-top: 5px;
} 
.previewacteur{
    margin: 40px auto;
}
.previewacteur img{ 
    border: 1px solid #bebebe;
    padding: 5px;
    border-radius: 7px;
    max-width: 60px;
    max-height: 60px;
    display: block;
    margin: 0px auto;
}
.previewacteur h6{
    font-size: 22px;
    text-transform: uppercase;   
    color: #8f8f8f; 
    font-family: 'MarkPro';
}
.previewacteur p{
    color: #8f8f8f; 
    font-family: 'MarkLight';
    font-size: 18px;
    line-height: 22px;
    
} 
.footer-logo{
    
}
.footer-logo a{
    
}

.footer-logo img{
    display: block;
    margin: 40px auto;
}
.menu-footer{
    
}
.menu-footer ul{
    display: block;
    text-align: center;
}
.menu-footer ul li{
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.menu-footer ul li a{
    font-size: 20px;
    color: #919191;
    font-family: 'MarkPro'; 
}
.droits{
    display: block;
    margin: 60px auto;
    text-align: center;
    font-size: 16px;
    color: #c5c5c5;
    font-family: 'MarkPro';
}

.navigation-blogs{
    margin: 80px auto;
}
.navigation-blogs .navigation_item{
    
}
.navigation-blogs .navigation_item > a{
    display: block;
    font-size: 20px;
    color: #ffa800;
    font-family: 'MarkPro';
}
.navigation-blogs .navigation_item h4 > a{
    display: block;
    font-size: 26px;
    color: #555555;
    font-family: 'MarkPro';
} 
.navigation_item_prev h4 > a,
.navigation_item_prev > a{
    text-align: right;
}
.navigation_item_next h4 > a,
.navigation_item_next > a{
    text-align: left;
}

.navigation_item_prev > a img{
    margin-right: 40px;
}
.navigation_item_next > a img{
    margin-left: 40px;
}
.navigation-blogs span{
    display: block;
    width: 2px;
    height: 100px;
    background: #bdbdbd;
    margin: 0px auto;
}


/*  Espace Installateurs  */

.installateur_content{
    padding-top: 120px;
}
.intro_installateur .row{
    margin-bottom: 70px;
}
.intro_installateur h2{
    font-family: 'MarkBold';
    font-size: 37px;
    color: #ffc900;
    line-height: 40px;
    position: relative;
    margin-bottom: 90px;
    margin-top: 0px;
}
.intro_installateur h2:after{
    content: '';
    position: absolute;
    bottom: -45px;
    left: 0;
    border-bottom: 6px solid #ffc900;
    width: 70%;
}
.intro_installateur h3{
    font-family: 'MarkBold';
    font-size: 23px;
    color: #4d4d4d;
    line-height: 40px;
    margin: 0;
}
.intro_installateur p{
    font-family: 'MarkPro';
    font-size: 16px;
    color: #868686;
    line-height: 30px;
    margin-bottom: 50px;
}
.intro_installateur p:last-child{
    margin-bottom: 0px;
}
.intro_installateur h4{
    font-family: 'MarkBold';
    font-size: 23px;
    color: #ffc900;
    margin-top: 0px;
    margin-bottom: 70px;
}
.item_prog_prospection{
    width: 200px;
    text-align: center;
}
.item_prog_prospection li{
    font-family: 'MarkBold';
    font-size: 17px;
    color: #525252;
    position: relative;
}
.item_prog_prospection li:first-child{
    margin-bottom: 30px;
    text-align: left;
}
.item_prog_prospection li span{
    font-size: 25px;
    color: #ffc900;
    display: inline-block;
    padding-left: 15px;
}
.item_prog_prospection li img{
    display: inline-block;
    position: absolute;
    top: -27px;
    left: 0;
    right: 0;
    margin: auto;
}
.intro_installateur .text-right{
    text-align: -webkit-right;
}
.intro_installateur h5{
    font-family: 'MarkPro';
    font-size: 21px;
    color: #4a4a4a;
    margin-top: 0px;
    margin-bottom: 50px;
}
.item_qualifie{
    text-align: center;
    margin-bottom: 90px;
}
.item_qualifie li{
    font-family: 'MarkBold';
    font-size: 21px;
    color: #4a4a4a;
    padding-left: 70px;
    position: relative;
    display: inline-block;
}
.item_qualifie li:last-child{
    margin-left: 100px;
}
.item_qualifie li:before{
    content: '';
    position: absolute;
    top: -7px;
    left: 0;
    background: url('../images/confirm.png') no-repeat;
    width: 44px;
    height: 44px;
}
.submit_inscre,
.btn_inscrire{
    text-align: center;
}
.submit_inscre input,
.btn_inscrire button{
    font-family: 'MarkBold';
    font-size: 22px;
    color: #fff;
    background: #f8b923;
    border-width: 0;
    border-radius: 40px;
    width: 320px;
    padding: 20px 0;
    text-align: center;
    outline: none;
}
.form_inscription{
    display: none;
}
.block_form_inscription,
.block_form_consommation,
.block_form_irrigation{
    margin-bottom: 80px;
}
.block_form_inscription .row,
.block_form_consommation .row,
.block_form_irrigation .row{
    margin-bottom: 40px;
}
.block_form_inscription .row:last-child{
    margin-bottom: 0px;
}
.block_form_inscription h2,
.block_form_consommation h3,
.block_form_irrigation h3{
    font-family: 'MarkPro';
    font-size: 26px;
    color: #f8b923;
    margin-top: 0px;
    margin-bottom: 40px;
}
.block_form_inscription .select_inscrire,
.block_form_consommation .select_inscrire,
.block_form_irrigation .select_inscrire{
    position: relative;
}
.block_form_inscription .select_inscrire:before,
.block_form_consommation .select_inscrire:before,
.block_form_irrigation .select_inscrire:before{
    content: '';
    position: absolute;
    top: 65px;
    right: 10px;
    background: url('../images/form_select.png') no-repeat;
    width: 34px;
    height: 19px;
    pointer-events: none;
}
@media (min-width: 991px) and (max-width: 1199px){
    .text_input label{
        font-size: 17px;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .block_form_inscription .text_input label {
        font-size: 19px;
    }
}
@media (max-width: 991px){
    .item_prog_prospection{
        margin-bottom: 50px;
    }
    .intro_installateur .col-md-4,
    .intro_installateur .col-md-3{
        text-align: -webkit-center;
    }
    .item_qualifie{
        text-align: left;
    }
    .item_qualifie li{
        display: block;
        margin-left: 0px !important;
        margin-bottom: 30px;
    }
}
@media (max-width: 767px){
    .intro_installateur h2{
        font-size: 30px;
    }
    .block_form_inscription .row{
        margin-bottom: 0px;
    }
    .block_form_inscription{
        margin-bottom: 40px;
    }
    .block_form_inscription h2{
        font-size: 22px;
    }
}
@media (max-width: 340px){
    .submit_inscre input,
    .btn_inscrire button{
        width: 280px;
    }
}

/*  Choix Devis  */

.choix_devis_content{
    padding-top: 120px;
    text-align: -webkit-center;
}
.choix_devis_content h2{
    font-family: 'MarkMedium';
    font-size: 40px;
    color: #555555;
    margin: 0;
    text-align: center;
    width: 580px;
}
.choix_devis_content h2 span{
    color: #ffc900;
}
.choix_devis_content h3{
    font-family: 'MarkPro';
    font-size: 21px;
    color: #7a7a7a;
    margin: 70px 0px;
    text-align: center;
    width: 690px;
}
.choix_devis_btn a{
    font-family: 'MarkBold';
    font-size: 19px;
    color: #fff;
    padding: 20px 75px;
    outline: none;
    background: #f8b923;
    border-radius: 40px;
    text-align: center;
    display: block;
}
.choix_devis_btn a span{
    display: block;
}
@media (min-width: 991px) and (max-width: 1199px){
    .choix_devis_btn a{
        padding: 20px 50px;
    }
}
@media (max-width: 767px){
    .choix_devis_content h2,
    .choix_devis_content h3{
        width: 100%;
    }
    .choix_devis_btn{
        margin-bottom: 40px;
    }
}

/*  Auto-Consommation  */

.block_form_consommation{
    position: relative;
}
.titre_devis{
    text-align: -webkit-center;
}
.titre_devis h2{
    font-family: 'MarkBold';
    font-size: 18px;
    color: #555555;
    margin-top: 0px;
    margin-bottom: 50px;
    width: 80%;
}
.consommation_content p{
    font-family: 'MarkPro';
    font-size: 26px;
    color: #494949;
    margin-bottom: 40px;
}
.consommation_content p span{
    color: #00b4ff;
    text-decoration: underline;
    cursor: pointer;
}
.block_form_consommation .select_consommation:before{
    top: 35px;
}
.label_row{
    margin-bottom: 0px !important;
}
.label_row label{
    font-family: 'MarkBold';
    font-size: 19px;
    color: #737373;
    line-height: 1;
    display: block;
}
.submit_consommation{
    text-align: -webkit-left;
    margin-top: 30px;
}
.block_form_consommation table{
    width: 100%;
    display: none;
}
.block_form_consommation th{
    font-family: 'MarkBold';
    font-size: 22px;
    color: #494949;
    padding: 10px;
    text-align: center;
}
.block_form_consommation td{
    font-family: 'MarkPro';
    font-size: 22px;
    color: #494949;
    padding: 10px;
    text-align: center;
    border: 1px solid #000;
}
.block_form_consommation td input{
    border: 0px;
    outline: none;
    width: 100%;
}
.input_checkbox{
    display: block;
    position: relative;
    padding-left: 60px;
    margin-top: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-family: 'MarkBold';
    font-size: 21px;
    color: #494949;
    font-weight: 100;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.input_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: -6px;
    left: 0;
    height: 40px;
    width: 40px;
    background-color: transparent;
    border: 2px solid #9e9e9e;
}
.input_checkbox input:checked ~ .checkmark {
    background-color: transparent;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.input_checkbox input:checked ~ .checkmark:after {
  display: block;
}
.input_checkbox .checkmark:after {
    left: 8px;
    top: 8px;
    width: 20px;
    height: 20px;
    background: #f8b923;
    border-radius: 50%;
}
@media (max-width: 767px){
    .titre_devis h2{
        width: 100%;
    }
    .block_form_consommation{
        overflow-x: auto;
    }
    .block_form_inscription .row,
    .block_form_consommation .row,
    .block_form_irrigation .row{
        margin-bottom: 0px;
    }
}


/* Page introuvable */

.content_introuvable{
    padding: 100px 0;
}
.content_introuvable .row{
    display: flex;
}
.text_introuvable{
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 75px;
}
.text_introuvable h2{
    font-family: 'MarkBold';
    font-size: 45px;
    color: #000;
    margin: 0;
    letter-spacing: -1.5px;
}
.text_introuvable h3{
    font-family: 'MarkPro';
    font-size: 25px;
    color: #000;
    margin-top: 5px;
    letter-spacing: -0.5px;
}
@media (max-width: 767px){
    .content_introuvable .row{
        display: unset;
    }
    .text_introuvable{
        padding-bottom: 50px;
        padding-left: 0;
        display: unset;
        text-align: center;
    }
}


/* Bouton Mon Espace */

.dropdown {
    display: inline-block;
    margin-right: 30px;
}
button.dropbtn {
    background: transparent;
    outline: none;
    font-family: 'NexaBold';
    font-size: 17px;
    color: #fff;
    padding: 16.7px 40px 16.7px 74px;
    border: 2px solid #dfb74a;
    position: relative;
}

button.dropbtn:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 17px;
    background: url(https://prominere.ma/assets/images/sign_up.png) no-repeat;
    width: 34px;
    height: 34px;
    background-size: cover;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    border: 2px solid #dfb74a;
    border-top: none;
    min-width: 100%;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: 'NexaBold';
    font-size: 17px;
    color: #fff;
    transition: 0.5s;
}
.dropdown-content a:hover {
    color: #dfb74a;
    transition: 0.5s;
}












