/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/*h1 {
    font-family: 'Helvetica-Bold' !important;
}

h2, h3, h4, h5, h6 {
    font-family: 'Helvetica', 'arial','sans-serif' !important;
}*/

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
/*.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {/*margin: 0 0 60px;*/ background: #fff; border: 4px solid #fff; position: relative; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {cursor: default; pointer-events: none;}

/* Control Nav */
.flex-control-nav { position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {}
.flex-control-thumbs img {margin: 10px 5px 0; display: inline-block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
    .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

/** Custom Meta Slider CSS **/
.metaslider .flexslider {
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border: 0;
    /*margin: 0 0 40px 0;*/
    margin: 0;
    max-width: none;
    max-height: none;
}

.flex-control-nav {
    bottom: -30px;
    line-height: 11px;
}

/** move margin from list items to anchors */
.flex-control-nav li {
    margin: 0;
}

.flex-control-nav li a {
    margin: 0 6px;
    padding: 0;
}

.flexslider .slides li {
    position: relative;
    height: auto;
}

/** fix for users with RTL languages */
.flex-viewport {
    direction: ltr;
}

/** add transition effects to firefox **/
.flex-direction-nav a {
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.flexslider .slides p {
    margin: 0;
}

.flex-control-nav {
    margin: auto;
}

.metaslider .flexslider.filmstrip {
    margin-top: 10px;
}

.metaslider .flexslider.filmstrip .slides li {
    cursor: pointer;
    opacity: 0.5;
}

.metaslider .flexslider.filmstrip .slides li.flex-active-slide,
.metaslider .flexslider.filmstrip .slides li:hover,
.metaslider .flexslider.filmstrip .slides li:focus {
    opacity: 1.0 !important;
}

.metaslider .flex-control-thumbs li {
    width: auto;
}

.metaslider ol.flex-control-thumbs img,
#content .metaslider ol.flex-control-thumbs img {
    margin: 10px 5px 0;
    width: auto;
}

.metaslider.nav-hidden .flexslider {
    margin-bottom: 0;
}

.metaslider.nav-hidden.add-margin .flexslider {
    margin-bottom: 40px;
}


/************************************************* Fonts ********************************************/

@import url("//hello.myfonts.net/count/3004c2");

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica/Helvetica.eot?#iefix') format('embedded-opentype'),  url('../fonts/Helvetica/Helvetica.woff') format('woff'), url('../fonts/Helvetica/Helvetica.ttf')  format('truetype'), url('../fonts/Helvetica/Helvetica.svg#Helvetica') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica-Bold';
  src: url('../fonts/Helvetica-Bold/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Helvetica-Bold/Helvetica-Bold.woff') format('woff'), url('../fonts/Helvetica-Bold/Helvetica-Bold.ttf')  format('truetype'), url('../fonts/Helvetica-Bold/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {font-family: 'DINNextLTPro-Regular';
    /*src: url('webfonts/3004C2_0_0.eot');src: url('../fonts/dinnext/3004C2_0_0.eot?#iefix') format('embedded-opentype'),
    url('../fonts/dinnext/3004C2_0_0.woff2') format('woff2'),url('../fonts/dinnext/3004C2_0_0.woff') format('woff'),url('../fonts/dinnext/3004C2_0_0.ttf') format('truetype');}
*/
src: url('../fonts/Helvetica/Helvetica.eot?#iefix') format('embedded-opentype'),  url('../fonts/Helvetica/Helvetica.woff') format('woff'), url('../fonts/Helvetica/Helvetica.ttf')  format('truetype'), url('../fonts/Helvetica/Helvetica.svg#Helvetica') format('svg');
}
/*
@font-face {
    font-family: 'DINNextLTPro-Regular';
    src: url('../fonts/dinnext/DINNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/dinnext/DINNextLTPro-Regular.otf')  format('opentype'),
    url('../fonts/dinnext/DINNextLTPro-Regular.woff') format('woff'), url('../fonts/dinnext/DINNextLTPro-Regular.ttf')  format('truetype'), url('../fonts/dinnext/DINNextLTPro-Regular.svg#DINNextLTPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

@font-face {
    font-family: 'DINNextLTPro-Medium';
    src: url('../fonts/Helvetica/Helvetica.eot?#iefix') format('embedded-opentype'),  url('../fonts/Helvetica/Helvetica.woff') format('woff'), url('../fonts/Helvetica/Helvetica.ttf')  format('truetype'), url('../fonts/Helvetica/Helvetica.svg#Helvetica') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {font-family: 'DINNextLTPro-Bold';
/*src: url('../fonts/dinnext/2FDC90_0_0.eot');src: url('../fonts/dinnext/2FDC90_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/dinnext/2FDC90_0_0.woff2') format('woff2'),url('../fonts/dinnext/2FDC90_0_0.woff') format('woff'),url('../fonts/dinnext/2FDC90_0_0.ttf') format('truetype');}
*/
src: url('../fonts/Helvetica-Bold/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Helvetica-Bold/Helvetica-Bold.woff') format('woff'), url('../fonts/Helvetica-Bold/Helvetica-Bold.ttf')  format('truetype'), url('../fonts/Helvetica-Bold/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {font-family: 'DINNextLTPro-BoldItalic';
/*src: url('../fonts/dinnext/2FDC90_1_0.eot');src: url('../fonts/dinnext/2FDC90_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/dinnext/2FDC90_1_0.woff2') format('woff2'),url('../fonts/dinnext/2FDC90_1_0.woff') format('woff'),url('../fonts/dinnext/2FDC90_1_0.ttf') format('truetype');}
*/
src: url('../fonts/Helvetica-Bold/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Helvetica-Bold/Helvetica-Bold.woff') format('woff'), url('../fonts/Helvetica-Bold/Helvetica-Bold.ttf')  format('truetype'), url('../fonts/Helvetica-Bold/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*@font-face {font-family: 'Arial';;
src: url('../fonts/dinnext/2FDC90_2_0.eot');src: url('../fonts/dinnext/2FDC90_2_0.eot?#iefix') format('embedded-opentype'),url('../fonts/dinnext/2FDC90_2_0.woff2') format('woff2'),url('../fonts/dinnext/2FDC90_2_0.woff') format('woff'),url('../fonts/dinnext/2FDC90_2_0.ttf') format('truetype');}
*/

/************************************************* Container ********************************************/


/************************************************* Header ********************************************/

.banner .logo {
   display: block;
   float: none;
}

.banner .logo img {
    max-width: 160px;
    width: 100%;
}

.navbar-default {
    background-color: #1E1E1E;
}

.navbar-default .navbar-nav {
    border-right: 1px solid #434445;
}

.navbar-default .navbar-nav  > li > .dropdown-menu , .navbar-default .navbar-nav > li .dropdown-menu li a {
    background: #f4f4f4 !important;
}

.navbar-default .navbar-nav > li.open > .dropdown-menu li a:hover, .navbar-default .navbar-nav > li > .dropdown-menu li a:hover {
    background: #ccc !important;
    color: #333;
}

.navbar-default .navbar-nav > li {
    border-left: 1px solid #434445;
}

.navbar-default .navbar-nav > li.has-megamenu {
    position: static;
}

.navbar-default .navbar-nav > li.active > a {
    background: #2d2e2f !important;
    color: #FFFFFF !important;
}

.navbar-default .navbar-nav > li > a {
    color: #FFFFFF !important;
    width: 191px;
    font-family: DINNextLTPro-Regular;
    /*font-size: 14px;*/
    font-size: 13px;
    line-height: 16px;
    text-transform: none;
    min-height: 80px;
}

.navbar-default .navbar-nav > li.active > a {
    background: #2d2e2f;
    color: #FFFFFF;
}

.navbar-default .navbar-nav .active > a:hover {
    background: #2d2e2f;
}

.navbar-default .navbar-nav > a.active:hover {
    background: #2d2e2f;
    color: #333;
}

.navbar-default .navbar-nav .dropdown-menu li a.active {
    background: #2d2e2f;
}

.navbar-default .navbar-nav .dropdown-menu li a.active:hover {
    background: #2d2e2f;
}

.navbar-default .navbar-nav > li.active a:after {
    display: none;
}

.dropdown-menu>li>a {
    white-space: initial !important;
}

.navbar-default .navbar-nav > li:first-child > a {
    width: 190px;
}

.navbar-default .navbar-nav > li:last-child > a {
    width: 190px;
}

.navbar-default .navbar-nav > li:hover > a , .navbar-default .navbar-nav > li.open > a {
    background : #2d2e2f ;
    color: #FFFFFF;
    position: relative;
    z-index: 9999;
}

.navbar-default .navbar-nav > li:hover > a:before, .navbar-default .navbar-nav > li.open > a:before {
    content : '';
    display: block;
    width: 12px;
    height: 12px;
    background: #2d2e2f;
    position: absolute;
    z-index: 9999;
    top: 54px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
}


.navbar-default .navbar-nav > li > a:hover:after , .navbar-default .navbar-nav > li.open > a:after {
    content : '';
    display: none;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background: #2d2e2f;
    color: #ffffff;
}

.navbar-collapse {
    background-color: #1E1E1E;
}

.banner .top-bar {
    background: #2A7DE1;
    height: 80px;
}

.top-buttons {
    height: 80px;
}

.banner .top-bar .top-buttons a {
    margin: 0;
    width: auto;
    background: transparent;
    color: #FFFFFF !important;
    display: block;
    height: 80px;
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding: 0 20px 0 44px;
    position: relative;
    font-family: 'DINNextLTPro-Bold';
    font-size: 12px;
}

.banner .top-bar .top-buttons a:before {
    content : '';
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-image: url('../img/menu-sprites.png');
}

.banner .top-bar .top-buttons .btn-espace-clients:before {
    content : '';
    display: block;
    width: 25px;
    height: 25px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url('../img/menu-sprites.png');
    position: absolute;
    top: 50%;
    left: 8px;
}

.banner .top-bar .top-buttons .btn-espace-clients.btn-remind-me:before {
    background-image: url('../img/recall.png');
}

.banner .top-bar .top-buttons .btn-espace-clients {
    margin: 0;
    display: inline-block;
    border: 0;
    height: 80px;
    background: transparent;
    position: relative;
    width: 160px;
    padding: 0px 0 0 12px;
    font-family: 'DINNextLTPro-Bold';
    font-size: 12px;
    color: #FFFFFF;
}

.banner .top-bar .top-buttons .btn-espace-clients:hover {
    background-color: #00C350;
}

.banner .top-bar .top-buttons a.btn-search:before {
    background-position: 0 -40px;
}

.banner .top-bar .top-buttons a.btn-demander-devis:before {
    height: 24px;
    background-position: 0 -76px;
}

.banner .top-bar .top-buttons .btn-espace-clients ,
.banner .top-bar .top-buttons .btn-search ,
.banner .top-bar .top-buttons .btn-demander-devis {
    float: right;
    cursor: pointer;
}

.banner .top-bar .top-buttons a:hover {
    background: #00C350;
}

.banner .main-tagline {
    font-family: 'DINNextLTPro-Regular';
    font-size: 16px;
    padding: 0;
   margin: 0;
   padding-left: 4px;
}

.banner .main-tagline h1 {
    font-family: 'DINNextLTPro-Regular';
    font-size: 16px;
    margin-top: 0px;
}

.menu-right {
    float: right;
}

.navbar-default .navbar-nav > li > a {
    width: 191px;
}


.btn-back:hover,
.btn-back:focus {
    color:#2A7DE1 !important;
}

.temoignage-read-more:hover ,
.temoignage-read-more:focus {
    color: #FFFFFF !important;
}

#devisFormModal .btn-cible__red,
.modal-access .btn-cible__red {
    background:#2A7DE1;
}

#devisFormModal .logo, .modal-access .logo {
    height: 75px !important;
}

.page-header.green h1.before--gas span {
    width: calc(100% - 40px);
}

.page-header.green h1.before--gas {
    position: relative;
}

.page-header.green h1.before--gas .logo {
    position: absolute;
    top: 14px;
    left: 0;
}

.page-header.green h1.before--gas span {
    padding: 6px 0 0 22px;
}

.block__degrade.gaz.block__degrade--grey .page-intro p {
    font-family: 'DINNextLTPro-Regular';
    font-size: 14px;
    line-height: 14px;
    color: #323232;
}

/************************************************* Menu ********************************************/

.navbar-default .navbar-nav > li .mega-menu-numerous-items {
    display: none;
}

.navbar-default .navbar-nav > li:hover .mega-menu-numerous-items {
    display: block;
}

.navbar-default .navbar-nav > li:hover .dropdown-menu {
    display: block;
    width: 100%;
    min-width: 100%;
    background: #FFFFFF;
    padding: 0;
}

.navbar-default .navbar-nav > li .caret {
    display: none;
}

.navbar-default .navbar-nav > li .dropdown-menu li a {
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    background: #ffffff;
    width: auto;
    font-family: DINNextLTPro-Regular;
}

.navbar-default .navbar-nav > li .dropdown-menu li a:before {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #dbdcdd;
}

.navbar-default .navbar-nav > li .dropdown-menu li:last-child a:before {
    display: none;
}

.navbar-default .navbar-nav > li.open > .dropdown-menu {
    display: block;
    width: 100%;
    min-width: 100%;
    background: #FFFFFF;
    padding: 0;
}

.navbar-default .navbar-nav > li.open > .dropdown-menu li a:hover ,
.navbar-default .navbar-nav > li > .dropdown-menu li a:hover {
    background: #ccc;
    color: #333 !important;
}

.navbar-default .navbar-nav > li.open > .dropdown-menu li a:hover:before ,
.navbar-default .navbar-nav > li > .dropdown-menu li a:hover:before {
    display: none;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #333;
}

/***************************************************** Slider **************************************************/

.metaslider {
    /*max-height: 568px;*/
    max-height: initial;
}

.metaslider .flexslider .slides {
    /*max-height: 568px;
    height: 568px;*/
    max-height: initial;
}

.flexslider .slides li img {
    /*height: 568px;*/
    /*min-height: 568px;*/
    height: auto;
}

.metaslider-flex #metaslider_146.flexslider .slides li {
    margin-right: 0px !important;
}

.metaslider-flex #metaslider_146.flexslider .slides li {

}

.metaslider .flexslider .slides .caption-wrap {
    background: transparent;
    /*padding: 0;*/
}

.metaslider .flexslider .slides .caption-wrap .caption .sld-picto-wrap {
    margin-bottom: 30px !important;
    min-height: 65px;
}




@media screen and (max-width: 1024px){
    .metaslider .flexslider .slides .caption-center .caption-wrap .caption .sld-picto-wrap {
        margin-bottom: 8px !important;
    }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    .metaslider .flexslider .slides .caption-wrap .caption p span {
        font-size: 25px !important;
    }
}


.metaslider .flexslider .slides .caption-wrap .caption .sld-picto {
    width: auto !important;
    min-width: 10px !important;
    min-width: initial !important;
    height: auto;
    min-height: 45px;
    margin: 0 auto;
}

.metaslider .flexslider .slides .caption-wrap {
    /*min-height: 310px;*/
    min-height: 230px;
}

.metaslider .flexslider .slides .caption-center .caption-wrap {
    padding-top: 20px;
}

@media screen and (max-width: 1024px){
    .metaslider .flexslider .slides .caption-wrap {
        min-height: 250px;
    }
}

@media screen and (max-width: 768px){
    .metaslider .flexslider .slides .caption-wrap {
        /*min-height: 310px;*/
        min-height: 230px;
    }
}

.metaslider .flexslider .slides .caption-wrap .caption a{
    position: absolute;
    bottom: -50px;
    left: 0;
}

.metaslider .flexslider .slides .caption-center .caption-wrap .caption a{
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}


.metaslider .flexslider .slides .caption-center .caption-wrap .caption .sld-picto-wrap {
    margin: 0 auto 35px;
}



@media screen and (max-width: 768px){
   /* .metaslider .flexslider .slides .caption-center .caption-wrap {
        min-height: initial;
    }*/

    .metaslider .flexslider .slides .caption-center .caption-wrap .caption a{
        /*position: static;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        */

        white-space: nowrap;
    }
}

@media screen and (max-width: 500px){
    .metaslider .flexslider .slides .caption-center .caption-wrap .caption .sld-picto-wrap {
        min-height: 45px;
        max-height: 45px;
    }

    .metaslider .flexslider .slides .caption-center .caption-wrap .caption .sld-picto {
        max-height: 45px;
    }

}

.metaslider .flexslider .slides .caption-wrap .caption p {
    font-family: 'DINNextLTPro-Bold';
    /*font-size: 45px;*/
    color: #ffffff;
    /*text-transform: uppercase;*/
    margin-bottom: 20px;
    /*line-height: 45px;*/
    line-height: normal;
    width: 444px;
}


.metaslider .flexslider .slides .caption-wrap .caption p span {
    line-height: normal !important;
    line-height: initial !important;
    line-height: unset !important;
}


@media screen and (max-width: 991px) {

    .metaslider .flexslider .slides .caption-wrap .caption p {
             font-size: 3vw !important;
             line-height: normal !important;
    }

    .metaslider .flexslider .slides .caption-wrap .caption p span {
             font-size: 3vw !important;
             line-height: normal !important;
    }
/*
    .metaslider .flexslider .slides .caption-wrap .caption p:last-of-type span {
        font-size: 16px !important;
        line-height: normal !important;
    }
*/
}

@media screen and (max-width: 768px){

    .metaslider .flexslider .slides .caption-wrap .caption p {
        font-size: 4vw !important;
        line-height: normal !important;
        margin-bottom: 0px !important;
    }

    .metaslider .flexslider .slides .caption-wrap .caption p span {
        font-size: 4vw !important;
        line-height: normal !important;
    }

    .metaslider .flexslider .slides .caption-wrap .caption a {
        margin: 24px 0 0 !important;
    }

    /*.metaslider .flexslider .slides .caption-wrap .caption p {
        font-size: 20px !important;
        line-height: normal !important;
    }
    .metaslider .flexslider .slides .caption-wrap .caption p span{
        font-size: 20px !important;
        line-height: normal !important;
    }
    .metaslider .flexslider .slides .caption-wrap .caption p:last-of-type span {
        font-size: 16px !important;
        line-height: normal !important;
    }*/
}

@media screen and (max-width: 500px){

    .metaslider .flexslider .slides .caption-wrap .caption p {
        font-size: 6vw !important;
        line-height: normal !important;
        margin-bottom: 0px !important;
    }

    .metaslider .flexslider .slides .caption-wrap .caption p span {
        font-size: 6vw !important;
        line-height: normal !important;
    }

    .metaslider .flexslider .slides .caption-wrap .caption a {
        margin: 30px 0 0 !important;
    }

    /*.metaslider .flexslider .slides .caption-wrap .caption p {
        font-size: 20px !important;
        line-height: normal !important;
    }
    .metaslider .flexslider .slides .caption-wrap .caption p span{
        font-size: 20px !important;
        line-height: normal !important;
    }
    .metaslider .flexslider .slides .caption-wrap .caption p:last-of-type span {
        font-size: 16px !important;
        line-height: normal !important;
    }*/
}

.metaslider .flexslider .slides .caption-wrap .caption .caption-title {
    font-family: 'DINNextLTPro-Bold';
    font-size: 45px;
    color: #2A7DE1;
}

.metaslider .flexslider .slides .caption-wrap {
    /*padding-top: 100px;*/
    padding-top: 50px;
    width: 480px;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    .metaslider .flexslider .slides .caption-wrap {
        padding-top: 20px;
    }
}

.metaslider .flexslider .slides .caption-wrap .caption a {
    font-family: 'DINNextLTPro-Bold';
    /*font-size: 45px;*/
    font-size: 14px;
}

.metaslider .flexslider .slides .caption-wrap:before {
    display: none;
}

.flexslider .slides > li > a {
    width: 100%;
}

.home-title {
    display: none;
}

.flexslider .slides .slide-blurred.slide-blurred-under ,
.flexslider .slides .slide-blurred.slide-blurred-left ,
.flexslider .slides .slide-blurred.slide-blurred-right {
    display: none;
}

.flex-control-nav.flex-control-paging {
    margin: 0;
}


.metaslider .flexslider .flex-control-paging {
    margin: 0;
    width: 100%;
    text-align: center;
    /*padding-bottom: 20px;*/

    bottom: 8px;
}

.metaslider .flexslider .flex-control-paging li a.flex-active , .metaslider .flexslider .flex-control-paging li a:hover {
    background: #FFFFFF;
}

.metaslider .flexslider .flex-control-paging {
    margin: 0;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {

}

.metaslider .flexslider .flex-control-paging li a {
    width: 16px;
    height: 16px;
    border: 4px solid #ffffff;
    opacity: 1 !important;
    /*background: #FFFFFF;*/
    font-size: 0px;
    text-indent: -9999;
    border-radius: 10px;
    background: transparent ;
}

.flexslider .slides li a.unip-btn-slider {
    display: inline-block;
    width: auto;
    height: 45px;
    line-height: 45px;
    background: #FFFFFF;
    font-size: 14px !important;
    color: #2A7DE1;
    text-decoration: none;
    padding: 0 36px;
    position: relative;
}

.flexslider .slides li a.unip-btn-slider:hover {
    border-bottom: 5px solid #2A7DE1;
    line-height: 40px;
}

.flexslider .slides li a.unip-btn-slider:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #2A7DE1;
    border-right: 2px solid #2A7DE1;
    transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 16px;
}

/***************************************************** Block **************************************************/

.intro {
    font-family: 'DINNextLTPro-Bold';
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    padding: 55px 0;
    margin: 0;
    letter-spacing: 1px;
    font-weight: 200;
}

.post-list__post {
    height: auto;
}

.profils .container .post-list.row {
    margin: 0;
}

.profils .row {
    margin: 0;
}

.post-list.row.no-margin .col-container {
    padding: 0;
    /*float: none;
    display: table-cell;*/

}


.post-list.row.no-margin .col-container .post__img {
    display: block;
    width: 71px;
    height: 70px;
    margin: 0 auto;
    border-radius: 142px;
}

.post-list.row.no-margin .col-container .post__title {
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    /*position: absolute;
    bottom: 0;*/
    overflow: visible;
    width: 100%;
    padding: 0 0 45px;
}

.post-list.row.no-margin .col-container .post-list__post {
    width: 100%;
    height: 340px;
    padding: 60px 0 0 0;
    margin: 0;
    position: relative;
}

.post-list.row.no-margin .col-container .post-list__post .post__title:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #2d2e2f;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
}

.post-list.row.no-margin .col-container .post-list__post {
    display: block;
}

.post-list.row.no-margin .col-container .post-list__post:hover .post__title {
    bottom: -10px !important;
    transition: .3s;
}

.post-list.row.no-margin .col-container .post__text {
    padding: 20px 30px;
    font-family: arial, sans-serif;
    font-size: 14px;
}


.post-list.row.no-margin .col-container .post__text {
    padding: 20px 30px;
    font-family: arial, sans-serif;
    font-size: 14px;
}

.post-list.row.no-margin .col-container .post__text span ,
.post-list.row.no-margin .col-container .post__text strong ,
.post-list.row.no-margin .col-container .post__text h3 ,
.post-list.row.no-margin .col-container .post__text h3 {
    font-weight: bold;
    font-family: arial, sans-serif;
    font-size: 14px;
    margin-bottom: 4px;
    display: inline-block;
}

.post-list.row.no-margin .col-container:nth-child(1) .post-list__post , .post-list.row.no-margin .col-container:nth-child(1) .post-list__post .post__title {
    background: #2A7DE1;
}
.post-list.row.no-margin .col-container:nth-child(2) .post-list__post , .post-list.row.no-margin .col-container:nth-child(2) .post-list__post .post__title {
    background: #3c88e4;
}
.post-list.row.no-margin .col-container:nth-child(3) .post-list__post , .post-list.row.no-margin .col-container:nth-child(3) .post-list__post .post__title {
    background: #4e93e6;
}
.post-list.row.no-margin .col-container:nth-child(4) .post-list__post , .post-list.row.no-margin .col-container:nth-child(4) .post-list__post .post__title {
    background: #5f9ee8;
}

.post-list.row.no-margin .col-container:nth-child(1) .post-list__post .post__title:before {
    background: #2A7DE1;
}
.post-list.row.no-margin .col-container:nth-child(2) .post-list__post .post__title:before {
    background: #3c88e4;
}
.post-list.row.no-margin .col-container:nth-child(3) .post-list__post .post__title:before {
    background: #4e93e6;
}
.post-list.row.no-margin .col-container:nth-child(4) .post-list__post .post__title:before {
    background: #5f9ee8;
}



.post-list.row.no-margin .col-container:nth-child(1) {
    background: #dcddde;
}
.post-list.row.no-margin .col-container:nth-child(2) {
    background: #e2e3e4;
}
.post-list.row.no-margin .col-container:nth-child(3)  {
    background: #e8e8e9;
}
.post-list.row.no-margin .col-container:nth-child(4)  {
    background: #f4f4f4;
}

.block__conso-choice {

}

/***************************************************** Blocks **************************************************/


body.home .wrapper-grey {
    background: #1E1E1E;
}

.block__conso-offer .block__conso-choice {
    padding: 0;
}

/*
.block__conso-offer .block__conso-choice .title-red {
    text-align: center ;
    font-family: 'DINNextLTPro-Bold';
    font-size: 14px;
    color: #1E1E1E;
    padding: 35px 0;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #f4f4f4;
}*/

.block__conso-offer .block__conso-choice .title-red {
    text-align: center ;
    font-family: 'DINNextLTPro-Bold';
    font-size: 14px;
    color: #1E1E1E;
    padding: 35px 0;
    margin-top: 6px;
    margin-bottom: 0;
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}

.block__conso-offer .block__conso-choice h3,
.block__conso-offer .block__conso-choice h2 {
    text-align: center ;
    font-family: 'DINNextLTPro-Bold';
    font-size: 14px;
    color: #1E1E1E;
    padding: 0;
    margin: 0;

}


.block__conso-offer .block__conso-choice .title-choice {
    float: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.mg-bt-10.row {
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}


.block__conso-offer .block__action {
    width: 100%;
    background: transparent;
    padding: 14px 0px 18px;
}


.block__conso-offer .block__action .title-action ,
.block__conso-offer .block__action .first-text,
.block__conso-offer .block__action .second-text {
    width: 184px;
    padding: 0;
    text-align: center;
}

.block__conso-offer .block__action .block__switch  {
    width: 224px;
    padding: 0;
}


.home .block__conso-offer .block__action .title-action ,
.home .block__conso-offer .block__action .first-text,
.home .block__conso-offer .block__action .second-text {
    width: 30%;
}

.home .block__conso-offer .block__action .block__switch  {
    width: 40%;
}

.home .onoffswitch {
    width: 100%;
}

.home .onoffswitch-switch {
    /*right: 128px;*/
    right: 134px;
}

@media (max-width: 992px) {
    .home .onoffswitch-switch {
        right: 100%;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        -ms-transform: translateX(100%);
    }
}


.block__conso-offer .row {
    margin: 0;
}

.onoffswitch-label {
    height: 50px !important;
}

.switcher--1 .onoffswitch:before ,
.switcher--1 .onoffswitch:after {
    width: 50px;
    height: 50px;
}

.onoffswitch-switch,
.switcher--1 .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    width: 50px;
    height: 50px;
}

.block__conso-offer .block__action .title-action {
    font-size: 18px;
    line-height: 50px;
}

.aside-devis-conso .aside-devis-conso-wrap {
    background: #ffffff;
    padding: 20px 50px;
}

.block__conso-link .block__conso-link-red {
    width: 100%;
    text-align: center;
    /*height: 202px;*/
    height: 210px;
    background: #2A7DE1;
    position: relative;
    overflow: hidden;
    padding: 90px 5% 84px !important;
    height: auto !important;
    margin: 0;
}

.block__conso-link .block__conso-link-red .link-choice-conso {

}

.block__conso-link .block__conso-link-red :before{
    content: '';
    position: absolute;
    top: -14px;
    left: 50%;
    width: 28px;
    height: 28px;
    background: #FFFFFF;
    transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
}

div#conso-link--switcher a {
    display: block;
    padding: 70px 0px;
    font-size: 24px;
    text-decoration: none;
}

#conso-link--switcher.grandscomptes .grands-comptes {
    display: block;
}

.block__conso-offer .block__conso-choice .title-choice {
    font-size: 14px;
    color: #1E1E1E;
    font-family: Arial,sans-serif;
}

/**********************************************************************  Switcher **********************************/

.switcher--1 .onoffswitch:before {
    background: url("../img/flamme-g.png") center center no-repeat;
    width: 62px;
    height: 62px;
    background-size: auto !important;
    top: 0px;
    left: 0;
}

/***************************************************** Post List **************************************************/


body.home  .post-list.row .col-container {
    position: relative;
    padding: 0;
    margin: 0;
    /*max-height: 372px;*/
}

body.home  .post-list.row .col-container > div {
    position: relative;
    margin: 0;
    min-height: 372px;
    overflow: hidden;
}

body.home .profils.container .post-list.row .col-container {
    position: relative;
    padding: 0;
    margin: 0;
}

body.home .profils.container .post-list.row.no-margin {
    overflow: hidden;
}

body.home .profils.container .post-list.row .col-container {
    float: left;
    display: inline-block;
    height: 100%;
    padding-bottom: 500em;
    margin-bottom: -500em;
}

body.home  .post-list.row .col-container > div img ,
body.home  .no-arrow .post-list__post.red .post__img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    max-height: 372px;
    max-width: none;
    margin: 0;
}

body.home  .no-arrow .post-list__post.red .post__title {
    position: relative;
    z-index: 999;
}


.onoffswitch-inner:before, .onoffswitch-inner:after {
    height: 62px;
    background: #b3b3b3;
}

.onoffswitch-label {
    border-radius: 75px;
}

.switcher--1 .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    width: 62px;
    height: 62px;
    background: #00C350;
    border-radius: 70px;
    top: -2px;
}

.onoffswitch-switch {
    width: 62px;
    height: 62px;
    border-radius: 70px;
    background: #00C350;
    top: -2px;
    right: 160px;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: -2px;
}

.block__conso-offer .block__action .title-action {
    font-family: arial, sans-serif;
    font-size: 24px;
    color: #6c6c6c;
    padding-top: 0px;
    line-height: 68px;
}

.block__conso-offer .results .block__action .title-action {
    line-height: 24px;
    text-align: center;
    display: block;
    padding-bottom: 10px;

}

.results .onoffswitch {
    position: relative;
}

.color-pink {
    color: #00C350 !important;
}

.results .onoffswitch-switch:before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    border-right: 0;
    border-bottom: 0;
    border-top: 3px solid #FFFFFF;
    border-left: 3px solid #FFFFFF;
    transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 99;
}

.results .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch:before {
    border-right: 3px solid #FFFFFF;
    border-bottom: 3px solid #FFFFFF;
    border-top: 0;
    border-left: 0;
}

/************************************************  Switcher  *****************************/

.onoffswitch {
    /*width: 170px;*/
    width: 224px;
}

.switcher--1 .onoffswitch .onoffswitch-switch {
    -webkit-background-size: auto 70% !important;
    background-size: auto 70% !important;
    background: #00C350 url("../img/flamme-g.png") center center no-repeat;
}

.switcher--1 .onoffswitch:after {
    right: 0px;
    top: 0px;
    position: absolute;
    height: 62px;
    width: 62px;
    background-size: auto !important;
    background:  url("../img/plug-gris-g.png") center center no-repeat;
}

.switcher--1 .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    background: #00C350 url("../img/plug-gris-g.png") no-repeat center center;
}

.container .block__devis {
    padding-top: 49px;
    min-height: auto;
    background: #00C350;
    border-bottom: 1px solid #c4335e;
}

.container .block__devis span {
    font-family: arial, sans-serif;
    /*font-size: 18px;*/
    font-size: 15px;
    color: #FFFFFF;
}

.container .block__devis .title-red ,
.container .block__devis .title-red ,
.container .block__devis .title-red {
    font-family: 'DINNextLTPro-Regular';
    /*font-size: 30px;*/
    font-size: 22px;
    line-height: 22px;
    text-transform: capitalize;
    font-weight: 500;
    color: #ffffff;
    margin: 0 0 20px 0;
}

.container .block__devis h3 span ,
.container .block__devis h3 ,
.container .block__devis h2 {
    font-family: 'DINNextLTPro-Regular';
    /*font-size: 30px;*/
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}

.no-arrow .post-list__post.red .post__title {
    position: relative;
    z-index: 999;
    padding: 39px 0 0 20px;
    margin: 0;
    max-width: 60%;
    font-family: 'DINNextLTPro-Bold';
    font-size: 36px;
    line-height: 36px;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: uppercase;
    position: absolute !important;
    top: 0;
    left: 0;
}

.no-arrow .post-list__post.red .post__title h2,
.no-arrow .post-list__post.red .post__title h3 {
    font-family: 'DINNextLTPro-Bold';
    font-size: 36px;
    line-height: 36px;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.post-list.about .post__title {
    border-top: 1px dashed #818181;
    margin: 0;
    padding: 30px 0 10px;
    height: 90px;
    font-size: 22px;
    line-height: 22px;
    color: #8a8a8a;
    text-transform: uppercase;
    font-weight: 100;
}
.post-list.about .post__title h2 , .post-list.about .post__title h3 {
    /*border-top: 1px dashed #818181;*/
    margin: 0;
    padding: 0px;
    font-size: 22px;
    color: #8a8a8a;
    text-transform: uppercase;
    font-weight: 100;
}

/************************************************  Strate Configurateur  *****************************/

.strate-configurateur .block__devis-conso.container .row {
    margin: 0;
}

.strate-configurateur .block__conso-offer.col-md-9  {
    float: right;
    padding: 0;
    width: 593px;
}

.strate-configurateur .strate-aside {
    background: #00C350;
    width: 327px;
}

.strate-configurateur .home-contact-block {
    width: 100%;
    height: auto;
    float: none;
    position: static;
    padding: 42px 0 12px;
    margin: 0;
    background: transparent;
}


.strate-configurateur .home-contact-block .icon {
    display: block;
    /*width: 88px;
    height: 111px;*/
    margin: 0 auto 42px;
}

.strate-configurateur .home-contact-block .icon img {
    display: block;
    margin: 0 auto;
}

.strate-configurateur .home-contact-block span {
    font-family: arial, sans-serif;
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
    color: #FFFFFF;
}

.strate-configurateur .home-contact-block .home-contact-block__title {
    font-family: 'DINNextLTPro-Regular';
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.strate-configurateur .home-contact-block .home-contact-block__explications {
    text-align: left;
    color: #FFFFFF;
    font-style: normal;
    font-size: 12px;
}

.strate-configurateur .home-contact-block .img-responsive {
    max-width: 245px;
    margin-bottom: 12px;
}

.btn-tooltip {
    width: 22px;
    height: 21px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.btn-tooltip p {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 25px;
    width: 166px;
    font-size: 14px;
    background: #2d2e2f;
    color: #FFFFFF;
    padding: 20px;
    text-align: left;
    display: none !important;
    white-space: inherit;
}


.btn-tooltip p:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 12px;
    height: 12px;
    background: #2d2e2f;
    transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
}

.btn-tooltip i {
    display: block;
    width: 22px;
    height: 21px;
    background: url("../img/tooltip.png") no-repeat 0 0 ;
}
.btn-tooltip:hover i {
    background: url("../img/tooltip.png") no-repeat 0 bottom ;
}

.btn-tooltip.electricity-active.superior-active:hover p.lower-electricity ,
.btn-tooltip.electricity-active.superior-active:hover p.superior-electricity{
    display: block !important;
    transition: .5ms;
}

.btn-tooltip.gas-active.superior-active:hover p.superior-gas ,
.btn-tooltip.gas-active.superior-active:hover p.lower-gas {
    display: block !important;
    transition: .5ms;
}

.btn-tooltip.electricity-active.lower-active:hover p.lower-electricity,
.btn-tooltip.electricity-active.lower-active:hover p.superior-electricity{
    display: block !important;
    transition: .5ms;
}

.btn-tooltip.gas-active.lower-active:hover p.lower-gas ,
.btn-tooltip.gas-active.lower-active:hover p.superior-gas{
    display: block !important;
    transition: .5ms;
}

/************************************************  Push  *****************************/

.push.container .row {
    margin-left: 0px;
    margin-right: 0px;
}

/************************************************  Actuality  *****************************/


.actuality h2, .actuality h3 {
    height: 51px;
    line-height: 51px;
    margin: 0;
    color: #FFFFFF;
    background: #2d2e2f;
    text-align: center;
    font-family: 'DINNextLTPro-Bold';
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
}

.actuality h2:before , .actuality h3:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    margin: 0;
    position: absolute;
    bottom: -6px;
    background: #2d2e2f;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
}

.no-arrow .post-list__post.red .post__text {
    margin-bottom: 0;
    display: none;
}


/************************************************  Testimony  *****************************/

.testimony {
    position: relative;
}

.testimony-container:after {
    content: " ";
    display: table;
    clear: both;
}


.testimony img{
    position: relative;
    top: 0;
    left: 0;
}

.testimony img.img-mobile {
    display: none;
}

.testimony .testimony-text{
    position: absolute;
    top: 55px;
    left: 24px;
    width: 460px;
}

.testimony .testimony-text span.name {
    font-family: 'DINNextLTPro-Bold';
    display: block;
    font-size: 14px;
    color: #1E1E1E;
}

.testimony .testimony-text span.fction {
    font-family: 'DINNextLTPro-Bold';
    display: block;
    font-size: 14px;
    color: #2A7DE1;
}

.testimony .testimony-text p ,
.testimony .testimony-text h2 {
    font-family: 'DINNextLTPro-Bold';
    font-size: 51px;
    line-height: 51px;
    padding: 20px 0;
    color: #FFFFFF;
}

.actuality-text.row {
    background: #1E1E1E;
    padding: 30px 0;
}

.actuality-text.row .col-container {
    padding: 10px 25px 22px;
}

.actuality-text.row .col-container:first-child {
    border-right: 2px solid #4f5051;
}

.actuality-text.row .col-container span {
    font-family: 'DINNextLTPro-Regular';
    font-size: 14px;
    color: #2A7DE1;
}

.actuality-text.row .col-container p {
    font-family: 'DINNextLTPro-Regular';
    font-size: 18px;
    color: #ffffff;
    padding: 20px 0;
    line-height: 20px;
}

.actuality-text.row .col-container a {
    text-decoration: none;
}

.events .event-filters .filter .dropdown-menu li a {
    font-size: 13px;
}

a.temoignage-actu{

    text-decoration: none;
}

/***************************************************** Footer **************************************************/


footer.content-info {
    padding-top: 0;
    background: #1E1E1E;
    height: auto;
}

.main-footer {
    margin-bottom: 45px;
}

.main-footer > div {
    height: 129px;
    border-right: 2px solid #525354;
    padding: 30px 15px;
    position: relative;
}

.main-footer > div .icon {
    position: absolute;
    top: 20px;
    right: 20px;
}

.main-footer > div span {
    display: block;
    max-width: 100px;
    font-family: 'DINNextLTPro-Bold';
    font-size: 14px;
    position: relative;
    font-weight: normal;
    z-index: 99;
}

.block__conso-offer .block__conso-choice .title-choice {
    padding: 20px 0 7px;
}

.main-footer > div.undertake {
    height: 129px;
    border-right: 2px solid #525354;
    font-size: 24px;
    line-height: 24px;
}

.main-footer > div.undertake strong {
    max-width: 100%;
    font-family: 'DINNextLTPro-Bold';
    font-size: 24px;
    line-height: 24px;
}

.main-footer > div p strong {
    display: block;
    font-size: 14px;
    position: relative;
    max-width: 100px;
    z-index: 99;
}

.main-footer > div p {
    display: block;
    font-family: 'DINNextLTPro-Regular';
    font-size: 14px;
    position: relative;
    max-width: 110px;
    z-index: 99;
}.dropdown-menu>li>a {
     display: block;
     padding: 3px 20px;
     clear: both;
     font-weight: normal;
     line-height: 1.42857143;
     font-family: arial, sans-serif;
     color: #828080;
     white-space: initial;
 }

#back-to-top {
    display: none;
}

/**************************************************************** PagE Contact  ********************************************/


.contacter-nous .main {
    width: 100%;
}

.contact-form-container {
    background: #ececec;
    width: 100%;
    padding-top: 35px;
}

.breadcrumb-links ul {
    list-style: none;
}

.breadcrumb-links ul li {
    float: left;
    margin-right: 20px;
    position: relative;
}

.breadcrumb-links ul li:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    border-top: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    top: 50%;
    right: -12px;
    transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
}

.breadcrumb-links ul li:last-child:after {
    display: none;
}

.breadcrumb-links ul li a{
    text-decoration: none;
    font-family: arial, sans-serif;
    font-size: 11px;
    color: #c6c6c6;
}

.block-cible h4 {
    min-height: 50px;
}

.cible-post .block-cible p {
    min-height: 75px;
}

/************************************************* Intro *********************************************/

.contact-intro h1 {
    text-align: center;
    font-family: 'DINNextLTPro-Bold';
    text-transform: uppercase;
    font-size: 45px;
    color: #2A7DE1;
}

.contact-intro  p {
    font-family: arial, sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #1E1E1E;
    text-align: center;
    margin: 40px 0;
}

.contact-page .landing-c .trv h1 {
    margin: 0;
    color: #2A7DE1;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: bold;
}


/************************************************* Block Contact *********************************************/

.contact-container .container.block-contact {
    padding: 40px 0;
}

.block-contact .blocks {
    background: #00C350;
    overflow: hidden;
}

.block-contact .blocks > div {
    padding: 42px 22px;
    width: 50%;
    float: left;
}

.block-contact .blocks .item-devis a {
    display: block;
}

.block-contact .blocks  .item-contact {
    border-right: 1px solid #c4335e;
}

.block-contact .blocks  .item-contact img {
    display: block;
    float: right;
}

.block-contact .blocks .item-devis a img {
    display: block;
    max-width: 114px;
    float: right;
}

.block-contact .blocks  .item-contact .b-text{
    max-width: 245px;
    /*font-family: Myriad Pro;*/
    color: #ffffff;
}

.block-contact .blocks  .item-contact .b-text span{
    font-family: 'DINNextLTPro-Regular';
    font-size: 18px;
}

.block-contact .blocks  .item-contact .b-text .home-contact-block__title {
    font-family: 'DINNextLTPro-Regular';
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    margin: 8px 0;
}

.block-contact .blocks  .item-contact .b-text .home-contact-block__title h2,
.block-contact .blocks  .item-contact .b-text .home-contact-block__title h3 {
    font-family: 'DINNextLTPro-Regular';
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    padding: 0;
    margin: 0;
}

.block-contact .blocks .item-contact .b-text img {
    margin-bottom: 8px;
}

.block-contact .blocks  .item-contact .b-text small{
    font-family: arial, sans-serif;
    font-size: 12px;
}

.block-contact .blocks  .item-devis a {
    text-decoration: none;
}

.block-contact .blocks  .item-devis .b-text {
    color: #ffffff;
    padding: 10px 0;
}

.block-contact .blocks  .item-devis .b-text span{
    font-size: 18px;
}

.block-contact .blocks  .item-devis .b-text .title-red {
    font-size: 30px;
    text-transform: inherit;
    color: #ffffff;
    margin: 12px 0 20px;
}

.block-contact .blocks  .item-devis .b-text .title-red h2,
.block-contact .blocks  .item-devis .b-text .title-red h3 {
    font-size: 30px;
    text-transform: inherit;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

/************************************************* Form *********************************************/

.form-container {

}

.form-container .form-title {
    font-family: 'DINNextLTPro-Bold';
    font-size: 14px;
    color: #3b3b3b;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 20px;
}

.form-container .form-title h2,
.form-container .form-title h3 {
    padding: 0;
    margin: 0;
    font-family: 'DINNextLTPro-Bold';
    font-size: 14px;
    line-height: 14px;
    color: #3b3b3b;
}

.form-container p {
    margin-bottom: 40px;
    overflow: hidden;
}

.form-tab {
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.form-tab a , .form-tab button {
    display: block;
    border: 0;
    position: relative;
    color: #ffffff;
    font-size: 16px;
    width: 50%;
    height: 81px;
    line-height: 81px;
    float: left;
    text-align: center ;
    text-decoration: none;
    background: #1E1E1E;
    outline: none;
}

.form-tab a.active:after , .form-tab button.active:after  {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    bottom: -7px;
    position: absolute;
    transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);

    left: 50%;
    background: #2A7DE1;
}

.form-tab a.active , .form-tab button.active {
    background: #2A7DE1;
}

.contact-form-container .form-wrap {
    display: none;
}

.contact-form-container .form-wrap.active-form {
    display: block;
}


.form-tab a:after , .form-tab button:after {
    content: '';
    position: absolute;
}

.form-container textarea{
    font-family: arial, sans-serif;
    font-size: 18px;
    width: 100%;
    min-height: 132px;
    border: 0;
    padding: 25px;
    color: #929292;
    font-size: 18px;
}

.form-container textarea.error{
    background: #ffc5c5;
}

.form-container p .field-text {
    font-family: arial, sans-serif;
    font-size: 18px;
    width: 460px;
    height: 50px;
    padding: 0 22px;
    margin-right: 36px;
    line-height: 50px;
    border: 0;
    background: #ffffff;
}

.form-container .field-file {
    display: block;
    font-family: arial, sans-serif;
    font-size: 18px;
    width: 460px;
    min-height: 50px;
    margin-right: 36px;
    /* padding: 0 22px;
     line-height: 50px;
     border: 0;
     background: #ffffff;*/
    float: left;
}

.form-container .field-file label {
    float: left;
    font-family: arial, sans-serif;
    font-size: 18px;
    color: #929292;
    font-weight: normal;
    display: block;
    float: none;
}

.form-container .field-file input[type="file"]  {
    font-family: arial, sans-serif;
    font-size: 18px;
    color: #929292;
}

.form-container p .field-text.error {
    background: #ffc5c5;
}

.contact-form-container form .civilite-container input[type="radio"] {
    display: none;
}

.contact-form-container form  .civilite-container label{
    font-family: arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #929292;
    padding-left: 30px;
    margin-right: 22px;
    position: relative;
}

.contact-form-container form  .civilite-container label:after {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 10px;
    background: #ffffff;
    position: absolute;
    left: 2px;
    top: 0px;
}

.contact-form-container form .civilite-container input[type="radio"]:checked + label:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 12px;
    background: #1E1E1E;
    position: absolute;
    left: 7px;
    top: 5px;
    z-index: 999;
}

.contact-form-container form .civilite-container input[type="radio"].error + label {
    color: #ff484b;
}

.contact-form-container form  .civilite-container label:first-child {
    padding-left: 0;
    margin-right: 38px;
}

.contact-form-container form  .civilite-container label:first-child:after , .contact-form-container form  .civilite-container label:first-child:before {
    display: none;
}

.form-container p .field-text:last-child , .form-container p .field-file:last-child {
    margin: 0;
}

.form-container p .field-file .error {
    color: #ff484b;
}

.form-container .submit-btn {
    border: 0;
    display: block;
    width: 100%;
    background: #00C350;
    color: #ffffff;
    height: 85px;
    position: relative;
}

.form-container .nb {
    font-family: arial, sans-serif;
    font-size: 12px;
    color: #929292;
    line-height: 56px;
}

.faq .faq-questions .faq-questions__list .question .anchor {
    background: transparent;
    border: 0;
    text-align: left;
}

.faq .faq-answers .faq-answers__list .answer .content .content__title {
    font-size: 22px;
    line-height: 22px;
    color: #000000;
    text-transform: uppercase;
    margin: 5px 0;
}

.faq .faq-answers .faq-answers__list .answer .content .content__title h2,
.faq .faq-answers .faq-answers__list .answer .content .content__title h3 {
    font-size: 22px;
    line-height: 22px;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.plan-du-site .h2{
    background: url('../img/infos_marche/img-dot-horiz-gray.png') 0 100% repeat-x;
    font-size: 22px;
    line-height: 22px;
    color: #2A7DE1;
    margin-bottom: 0;
    margin-top: 50px;
    padding-bottom: 16px;
    text-transform: uppercase;
}

.plan-du-site .h2 a {
    font-size: 22px;
    line-height: 22px;
    color: #2A7DE1;
    text-transform: uppercase;
    text-decoration: none;
    background: transparent;
    padding: 0;
}

.plan-du-site .h2 h2,
.plan-du-site .h2 h3 {
    font-size: 22px;
    color: #2A7DE1;
    line-height: 22px;
    padding-bottom: 16px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

/**************************************************************** PagE BienVenuE ********************************************/

.bienvenue .xs-dashed-border-top {
    border: 0;
}


.trigger[data-toggle="collapse"]:after {
    color: #2A7DE1;
    display: block;
    float: right;
    line-height: 24px;
}

.page-header span.page-title ,
.page-header h1 {
    font-family: 'DINNextLTPro-Bold';
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    color: #2A7DE1;
    margin: 10px 0 36px;
}

.wrap-template-infomarche-toutsavoir-gaz h1.page-title ,
.wrap-template-infomarche-toutsavoir-electricite  h1.page-title {
    margin: 36px 0 18px;
}

.page-header.bienvenue .page-intro {
    font-family: arial, sans-serif;
    font-size: 24px;
    color: #828080;
    line-height: 28px;
}


/* Block strate */

.block-strate {
    padding: 10px 0 178px;
    overflow: hidden;
}

/*
.block-strate .strate-item {
    width: 50%;
    float: left;
}*/

.block-strate .strate-item p , .block-strate  p {
    font-family: 'DINNextLTPro-Regular';
    font-size: 18px;
    line-height: 20px;
    color: #2A7DE1;
    width: 50%;
    float: left;
    padding-right: 24px;
}

.block-strate:before {
    content: '';
    display: block;
    width: 34px;
    height: 2px;
    background: #2A7DE1;
    margin-bottom: 34px;
    clear: both;
}

/* Bienvenue Block */


.bienvenue-block .block__title {
    font-family: 'DINNextLTPro-Bold';
    font-size: 14px;
    color: #1E1E1E;
    text-align: center;
}

.bienvenue-block .block__title h2, .bienvenue-block .block__title h3 {
    font-size: 14px;
    color: #1E1E1E;
    margin: 0;
}

/* Block Contact */

.bienvenue__contact {
    padding: 50px 0 0;
}

.bienvenue__contact .address {
    min-height: 148px;
    font-family: 'DINNextLTPro-Regular';
    font-size: 22px;
    line-height: 24px;
    color: #2A7DE1;
}

.bienvenue__contact .green-number {
    max-width: 178px;
    margin-bottom: 8px;
    width: 100%;
    height: auto;
}

.bienvenue__contact small {
    font-size: 11px;
    font-style: normal;
    text-transform: lowercase;
}

.bienvenue-block .block__list.dashed-vertical li {
    border:0 !important;
    text-align: left;
}

.bienvenue-block .block__list.dashed-vertical li .text-uppercase {
    font-family: 'DINNextLTPro-Regular';
    font-size: 18px;
    line-height: 22px;
    color: #2A7DE1;
    display: block;
    margin-bottom: 22px;
}

.bienvenue-block .block__list.dashed-vertical li p {
    font-family: 'DINNextLTPro-Regular';
    font-size: 14px;
    line-height: 18px;
    color: #4b4b4b;
}


/* Block Action */

.block__actions a {
    display: block;
    height: 85px;
    line-height: 85px;
    padding: 0;
    background: #2A7DE1;
}

.block__actions a.btn--red:hover {
    background: #2A7DE1 !important;
}

.block__actions a i {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    margin-right: 10px;
    transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
}


/***  Pages Styles ***/

.contact-page .landing-c .trv h2,
.contact-page .landing-c .trv a ,
.contact-page .landing-c #content section.reasons h2 ,
.contact-page .contact-footer h2 {
    color: #2A7DE1;
}

.contact-page .contact button[type=submit] {
    background: #2A7DE1 !important;
}

.col-md-3 aside {
    margin-top: 63px;
}


.sidebar-primary .main {
    width: 100%;
}

.container-temoignage .article-interview .h2 {
    color: #323232;
    font-family: "roboto", Arial, sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

.container-temoignage .article-interview .h2 h2,
.container-temoignage .article-interview .h2 h3{
    padding: 0;
    margin: 0;
    color: #323232;
    font-family: "roboto", Arial, sans-serif;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.container-temoignage .article-interview .h3 {
    color: #2A7DE1;
    font-family: "roboto", Arial, sans-serif;
    font-size: 13px;
    line-height: 13px;
    font-weight: normal;
    margin: 5px 0 16px 0;
}

.container-temoignage .article-interview .h3 h2,
.container-temoignage .article-interview .h3 h3{
    padding: 0;
    margin: 0;
    color: #2A7DE1;
    font-family: "roboto", Arial, sans-serif;
    font-size: 13px;
    line-height: 13px;
    font-weight: normal;
}

.temoignage-read-more {
    background: #2A7DE1;
}

.container-temoignage-actus h3 {
    font-family: 'DINNextLTPro-Regular';
    color: #2A7DE1;
}

.container-temoignage-actus .text-center {
    font-family: 'DINNextLTPro-Regular';
    color: #2A7DE1;
    font-family: "roboto", Arial, sans-serif;
    font-size: 22px;
    line-height: 22px;
    font-weight: normal;
    margin: 40px 0 15px 0;
    text-transform: uppercase;
}

.container-temoignage-actus .text-center h2,
.container-temoignage-actus .text-center h3 {
    padding: 0;
    margin: 0;
}

.btn-back-home{
    margin-top: 50px;
}

.btn-red , .btn--red , #form-devis-submit, .bottom-infos-marche .block-marche .footer-link {
    font-family: 'DINNextLTPro-Regular';
    background: #00AE42 !important;
    color: #FFFFFF !important;
    font-weight: normal;
}

.page-template-default .page-header , .page-template-templatestemplate-modele-par-defaut-vide-php .page-header {
    max-width: 980px;
    padding: 0 10px;
    margin: 36px auto 18px auto;
}

.btn-red:hover , .btn--red:hover {
    font-family: 'DINNextLTPro-Regular';
    background: #2A7DE1 !important;
    font-weight: normal;
}

.wrap-template-infomarche-toutsavoir-gaz .exploitation-gaz-item-order ,
.wrap-template-infomarche-toutsavoir-electricite .info-marche-diagram-label span {
    background: #2A7DE1;
}

.bon-a-savoir-descr p strong,
.wrap-template-infomarche-toutsavoir-electricite .page-title ,
.wrap-template-infomarche-toutsavoir-electricite .page-subtitle,
.wrap-template-infomarche-toutsavoir-electricite .info-marche-circle div {
    font-family: 'DINNextLTPro-Regular';
    color: #2A7DE1;
}

.wrap-template-infomarche-toutsavoir-electricite .info-marche-circle span {
    color: #2A7DE1;
}

.foldable-blocks .blocks .col-container .block__title:before ,
.block__cible-list ul li:before {
    color: #2A7DE1;
}

.wrapper-fitrv h2 ,
.wrapper-fitrv .block__mini-site span ,
.wrapper-fitrv .liens-utiles-title ,
.wrapper-fitrv .tarifs-reglementes,
.block__degrade.block__degrade--green .degrade__options__list .option .option-title {
    color: #2A7DE1 !important;
}

.block__degrade.block__degrade--green .degrade__options__list .option .option-title {
    font-family: arial, sans-serif;
    font-size: 24px;
}

.page-intro {
    font-family: arial, sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #828080;
}

.block__degrade.block__degrade--green .block__degrade__title ,
.block__degrade.block__degrade--blue .block__degrade__title {
    background: #2A7DE1;
}

.block__degrade .block__degrade__title span {
    font-family: arial, sans-serif;
    padding-top: 0;
}

.block__degrade .degrade__options__list .option {
    height: auto;
}

.block__degrade .degrade__options__list .option .option-desc {
    font-family: 'DINNextLTPro-Regular';
    min-height: 66px;
}

.block .block__list.block__list--ticks .list-elem .info {
    font-family: 'DINNextLTPro-Regular';
}

.block__degrade.block__degrade--green .block__degrade__title:after ,
.block__degrade.block__degrade--blue .block__degrade__title:after {
    border-top-color : #2A7DE1;
}

.block__degrade.block__degrade--green .degrade__options__list .option .option-link ,
.block__degrade.block__degrade--grey .degrade__options__list .option .option-link ,
.block__degrade.block__degrade--blue .degrade__options__list .option .option-link ,
.block__degrade.block__degrade--purple .degrade__options__list .option .option-link,
.block__degrade.block__degrade--orange .degrade__options__list .option .option-link {
    background: #dcddde;
    font-family: 'DINNextLTPro-Bold';
    font-size: 14px;
    color: #1E1E1E;
    font-weight: normal;
}

.block__degrade.block__degrade--green .degrade__options__list .option .option-link:hover ,
.block__degrade.block__degrade--grey .degrade__options__list .option .option-link:hover ,
.block__degrade.block__degrade--blue .degrade__options__list .option .option-link:hover ,
.block__degrade.block__degrade--purple .degrade__options__list .option .option-link:hover ,
.block__degrade.block__degrade--orange .degrade__options__list .option .option-link:hover {
    color: #2A7DE1;
    box-shadow: 0 -5px 0 0px #2A7DE1 inset;
    -moz-box-shadow: 0 -5px 0 0px #2A7DE1 inset;
    -webkit-box-shadow: 0 -5px 0 0px #2A7DE1 inset;
    font-weight: normal;
}

.block__degrade .degrade__options__list .option .option-link span ,
.block__degrade.block__degrade--blue .degrade__options__list .option .option-link span ,
.block__degrade.block__degrade--purple .degrade__options__list .option .option-link span ,
.block__degrade.block__degrade--orange .degrade__options__list .option .option-link span {
    position: relative;
    overflow: visible;
    padding: 0 15px;
    font-weight: normal;
}

.block__degrade .degrade__options__list .option .option-link span:before ,
.block__degrade.block__degrade--blue .degrade__options__list .option .option-link span:before ,
.block__degrade.block__degrade--purple .degrade__options__list .option .option-link span:before ,
.block__degrade.block__degrade--orange .degrade__options__list .option .option-link span:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    border-top: 2px solid #1E1E1E;
    border-right: 2px solid #1E1E1E;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    left: 0;
    top: 3px;
}

.block__degrade .degrade__options__list .option .option-link:hover span:before {
    border-top: 2px solid #2A7DE1;
    border-right: 2px solid #2A7DE1;
}

.block__degrade.block__degrade--blue .degrade__options__list .option .option-title {
    font-family: arial, sans-serif;
    font-size: 24px;
    color: #2A7DE1;
}

.block__degrade.block__degrade--orange.block__degrade--first-block .degrade__options__list .option:first-child .option__wrap {
    background: #1E1E1E;
}

.block__degrade.block__degrade--orange.block__degrade--first-block .degrade__options__list .option:first-child .option__wrap  a {
    background: transparent !important;
    color: #FFFFFF !important;
}

.block__degrade.block__degrade--orange.block__degrade--first-block .degrade__options__list .option:first-child .option__wrap  a:hover {
    box-shadow: none !important;
}

.block__degrade.block__degrade--blue .degrade__options__list .option .option-title {
    min-height: 52px;
}

.events .event-post .event-post__header {
    background: #2A7DE1;
}

.events .event-post .event-post__header .event-post__title {
    font-family: arial, sans-serif;
}

.events .event-post .event-post__content strong span {
    color: #2A7DE1;
}

.page-template-templatestemplate-home-php .breadcrumb-links {
    display: none;
}

.wrap-template-resultat-recherche .page-title ,
.wrap-template-resultat-recherche article h2 {
    color: #2A7DE1;
}

.color-red , .color-red span {
    color: #2A7DE1 !important;
}

/*
.eon-form .required:after {
    color: #2A7DE1;
}
*/

a,
.post-list__post.red .post__title ,
.block .block__title,
.cible-list li:before ,
.blocks .col-container.red-title .block__title,
.blocks .col-container .block__list.red-triangle li:before ,
.post-list__post .post__link,
.blocks .col-container.red-title .block__title,
.wrap-template-infomarche-toutsavoir-gaz .page-title,
.wrap-template-infomarche-toutsavoir-gaz .red-pourcentage ,
.wrap-template-infomarche-toutsavoir-gaz .page-subtitle,
.wrap-template-infomarche-toutsavoir-gaz .exploitation-gaz-title {
    color: #2A7DE1;
}

.wrap-template-infomarche-toutsavoir-gaz .page-subtitle h2,
.wrap-template-infomarche-toutsavoir-gaz .page-subtitle h3,
.tout-savoir-sur-lelectricite .page-subtitle h2,
.tout-savoir-sur-lelectricite .page-subtitle h3 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
}

.breadcrumb-links{
    padding: 10px 10px 0;
}

.breadcrumb-links ul {
    padding: 0;
}

.container-temoignage .temoignage-description {
    font-family: 'DINNextLTPro-Regular';
}

.container-temoignage-devis .temoignage-title {
    font-size: 22px;
    line-height: 22px;
    color: #323232;
    margin: 40px 0 0 0;
    text-transform: uppercase;
    font-weight: 100;
}

.container-temoignage-devis .temoignage-title h2,
.container-temoignage-devis .temoignage-title h3 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 22px;
    color: #323232;
    text-transform: uppercase;
    font-weight: 100;
}

.block__degrade.block__degrade--orange.block__degrade--first-block .degrade__options__list .option:first-child .option__wrap a span:before {
    display: none !important;
}

.block__degrade.block__degrade--orange .block__degrade__title ,
.block__degrade.block__degrade--grey .block__degrade__title ,
.block__degrade.block__degrade--purple .block__degrade__title {
    background: #2A7DE1;
}


.block__degrade.block__degrade--orange .block__degrade__title h2,
.block__degrade.block__degrade--grey .block__degrade__title h2,
.block__degrade.block__degrade--purple .block__degrade__title h2,
.block__degrade.block__degrade--orange .block__degrade__title h3 ,
.block__degrade.block__degrade--grey .block__degrade__title h3,
.block__degrade.block__degrade--purple .block__degrade__title h3{
   padding: 0;
    margin: 0;
    font-size: 22px;
    line-height: 22px;
}


.block__degrade.block__degrade--purple .block__degrade__title:after ,
.block__degrade.block__degrade--grey .block__degrade__title:after ,
.block__degrade.block__degrade--orange .block__degrade__title:after {
    border-top-color: #2A7DE1 !important;
}

.block__degrade.block__degrade--orange .degrade__options__list .option .option-title ,
.block__degrade.block__degrade--purple .degrade__options__list .option .option-title {
    color: #2A7DE1;
}

.block__degrade.block__degrade--purple .degrade__options__list .option .option-title {
    min-height: 48px;
}

.block.block--grey.block--darker {
    background: #86ccf1;
}

.block.block--grey.block--darker .block__text {
    padding: 25px 0;
}

.page-template-templatestemplate-page-contact-php .page-header {
    display: none;
}

.avantages .blocks .col-container.block--dashed {
    border: 2px solid #c5c6c7;
}
.blocks .col-container.block--dashed {

    border-top: 2px solid #c5c6c7;
}

.grey-tabs .nav.nav-tabs.row {
    margin-left: 0px;
    margin-right: 0px;
}

.container-temoignage-footer .contact-presse-content {
    padding: 30px 0 0;
}

.container-temoignage-footer .contact-presse-content img {
    width: 38px;
    margin-right: 20px;
    height: auto;
    display: inline-block;
}

.container-temoignage-footer .contact-presse {
    padding: 0;
    display: inline-block;
}

.container-temoignage-footer .contact-presse:before {
    display: none;

}

.grey-tabs .nav-tabs > li {
    background: #1E1E1E;
    /*padding: 20px 0;*/
}

.grey-tabs .nav-tabs > li.active {
    background: #2A7DE1;
}

.grey-tabs .nav-tabs > li a , .grey-tabs .nav-tabs > li.active a {
    font-family: 'DINNextLTPro-Regular';
    font-size: 14px;
    color: #FFFFFF;
    background: #1E1E1E;
    background: transparent;
    text-transform: inherit;
    display: block;
    padding: 20px 0;
}

.grey-tabs .nav-tabs > li button {
    font-family: 'DINNextLTPro-Regular';
    font-size: 14px;
    color: #FFFFFF;
    background: #1E1E1E;
    background: transparent;
    text-transform: inherit;
    display: block;
    padding: 20px 0;
    width: 100%;
    border: 0;
    outline: none;
}

.grey-tabs .tab-pane .blocks .col-container.red-title .block__title {
    font-family: arial, sans-serif;
    font-size: 24px;
    color: #1E1E1E;
    font-weight: normal;
}

.grey-tabs .tab-pane .blocks .col-container.red-title .block__title h2 ,
.grey-tabs .tab-pane .blocks .col-container.red-title .block__title h3 {
    padding: 0;
    margin: 0;
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
}

.tab-pane p {
    font-size: 14px;
}

.foldable-blocks .blocks .col-container .block__title {
    padding-bottom: 10px;
    border-bottom: 1px dashed #838383;
    font-size: 22px;
    text-transform: uppercase;
    color: #323232;
    margin: 0;
}

.foldable-blocks .blocks .col-container .block__title span,
.foldable-blocks .blocks .col-container .block__title h2,
.foldable-blocks .blocks .col-container .block__title h3 {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: calc(100% - 55px);
    color: #323232;
    vertical-align: middle;
    font-size: 22px;
    line-height: 32px;
}

.bottom-infos-marche .h3 {
    padding: 0;
    margin: 0;
    font-size: 22px;
    line-height: 22px;
}

.bottom-infos-marche .h3 h2,
.bottom-infos-marche .h3 h3 {
    padding: 0;
    margin: 0;
    font-size: 22px;
    line-height: 22px;
    color: #ffffff;
}

/*
.page-template-templatestemplate-conseils-astuces-php .tab-pane .block-list p {
    font-size: 15px;
    margin: 0 0 9px;
}*/

/****  Sidebars ****/

.widget .widget-content{
        padding: 86px 20px 0 !important;
}
.widget .widget-content .widget-title {

    padding : 15px 16px 10px !important;
}

.widget .widget-content ,
.block__widgets .widget-content {
    background: #00C350;
    color: #FFFFFF;
}

.widget .widget-content a ,
.block__widgets .widget-content a {
    border: 0;
}

.widget .widget-content a:hover ,
.block__widgets .widget-content a:hover {
    box-shadow: 0 -5px 0 0px #96d5f8 inset;
    -moz-box-shadow: 0 -5px 0 0px #96d5f8 inset;
    -webkit-box-shadow: 0 -5px 0 0px #96d5f8 inset;
    border: 0;
    color: #FFFFFF !important;
}

.bottom-infos-marche .block-marche {
    background: #00C350;
    color: #FFFFFF;
}

.block__widgets .widget-content.gris {
    background: #1E1E1E;
}

.page-template-default .container .block__devis {
    color: #FFFFFF;
    /*padding-bottom: 68px;*/
}

.page-template-default .container .block__devis .title-red {
    color: #FFFFFF;
}

.page-template-default .block__conso-offer.col-md-9 {
    float: right;
    padding: 0;
    width: 593px;
}

.page-template-default .block__conso-offer.col-md-9 .mg-bt-20 {
    padding: 10px 20px 0;
    font-family: 'DINNextLTPro-Regular';
}

.page-template-default .block__conso-link .link-choice-conso  {
    display: block;
    padding: 70px 0px;
    font-size: 24px;
    text-decoration: none;
}

.page-template-default .container .block__devis {
    /* width: 327px;*/
}

.page-template-default .main {
    font-family: arial, sans-serif !important;
    line-height: 20px !important;
}

.page-template-default .main  h2, .page-template-default .main h3,
.page-template-default .main h4, .page-template-default .main h5,
.page-template-default .main h6, .page-template-default .main  p, .page-template-default .main span {
    font-family: arial, sans-serif !important;
    line-height: 20px !important;
}

.bottom-infos-marche .block-marche h3,
.wrap-template-infomarche-toutsavoir-gaz .red-pourcentage,
.wrap-template-infomarche-toutsavoir-gaz .exploitation-gaz-item-order,
.wrap-template-infomarche-toutsavoir-gaz{
    font-family: 'DINNextLTPro-Regular';
}


.wrap-template-infomarche-toutsavoir-gaz .red-pourcentage
.wrap-template-infomarche-toutsavoir-gaz .red-pourcentage {
    letter-spacing: -3px;
}


.block__devis .block__btn {
    left: 0px;
    right: 0px;
    bottom: -1px;
}


.wrap-template-infomarche-toutsavoir-gaz ,
.wrap-template-fitrv ,
.wrap-template-infomarche-toutsavoir-electricite {
    margin-top: 0 !important;
}


.wrapper-fitrv .page-header {
    margin: 36px 0 18px;
}



/******************************************************************/

.color-dark-green , .color-dark-blue {
    color: #2A7DE1;
}

.btn-cible__dark-green , .btn-cible__dark-blue {
    background: #2A7DE1;
}

.faq .faq-questions .faq-questions__list .question ,
.faq .faq-answers .faq-answers__list .answer .number ,
.wrap-template-plan-du-site main h2 ,
.wrap-template-plan-du-site main ul li:before ,
.container-temoignage-fiche strong span {
    color: #2A7DE1;
}

.faq .faq-questions .faq-questions__list .question .number{
    width:21px !important;
}

.container-temoignage-fiche strong span {
    color: #2A7DE1 !important;
}

.eon-form .btn-default {
    background: #2A7DE1 !important;
    height: 40px !important;

}

.wrap-template-resultat-recherche .eon-form .input-button.btn-default,
.error404 .eon-form .input-button.btn-default{
    background: #e8e8e8 url('../img/img-search.png') 50% 50% no-repeat !important;
}

.error404 .eon-form .input-button.btn-default{
    width: 200% !important;
}

.error404 .input-group-btn {
    margin-top: 0px;
    vertical-align: top;
}

.page-header.green .btn {
    background: #2A7DE1 !important;
    font-weight: normal;
}

.page-header.green h1 {
    color: #2A7DE1 !important;
}

/*
a:not(.btn-red):hover , a:not(.btn):hover {
    color: #2A7DE1 !important;
}
*/

.bottom-nb.container {
    padding-top: 12px;
    overflow: hidden;
}

.bottom-nb.container p {
    font-size: 12px;
}

.bottom-infos-marche .block-marche  a.footer-link:hover ,
.bottom-infos-marche .block-marche a.footer-link {
    text-decoration: none;
}

.bottom-infos-marche .block-marche  a.footer-link:hover {
    box-shadow: 0 -5px 0 0px #00C350 inset;
    -moz-box-shadow: 0 -5px 0 0px #00C350 inset;
    -webkit-box-shadow: 0 -5px 0 0px #00C350 inset;
    border: 0;
    color: #FFFFFF !important;
}

.wrap-template-infomarche-toutsavoir-gaz .hidden-xs.red-pourcentage {
    word-spacing: -12px;
}


.blocks .col-container .block__title span {
    width: calc(100% - 55px);
    width: -ms-calc(100% - 55px);
    padding-top: 0;
    line-height: 32px;
}

.title--trigger:after {
    color: #2A7DE1;
}

.post__text p a:hover ,
.post__text p a:focus,
a.post-list__post:hover ,
a.post-list__post:focus ,
p a:hover ,
p a:focus {
    color: #2A7DE1 !important;
}

.btn--fat {
    white-space: normal;
    font-style: normal;
}

.block__asterisk {
    font-style: normal;
    color: #FFFFFF;
    font-size: 12px;
    text-transform: lowercase;
}

#devisFormModal .logo, .modal-access .logo {
    height: 54px !important;
}

.wrap-template-infomarche-toutsavoir-electricite .chart-eon {
    position: relative;
}

.sended {
    padding: 20px 0 48px;
    text-align: center;
    font-family: 'DINNextLTPro-Bold';
    font-size: 14px;
    color: #3b3b3b;
    text-transform: uppercase;
}

.blocks .col-container.block--dashed.last {
    border-bottom: 2px solid #c5c6c7;
}

.block__degrade .degrade__options__list .option .option-title {
    margin: 28px 0 11px;
}

.page-header.bienvenue .map-europe {
    padding-top: 110px;
}

.wrapper-apropos .content-apropos .block__info {
    min-height: 10px;
}

.wrapper-apropos .content-apropos .block__info .img-info {
    margin: 0 auto;
    display: block;
}

.container-cible .custom-padding {
    padding: 15px 48px 15px;
    font-size: 13px;
}

.wrapper-apropos .content-apropos .block__info .title-info {
    font-size: 18px;
    margin: 4px 0px;
    display: block;
}

.btn-cible:hover , .btn-cible:focus {
    color: #ffffff;
    text-decoration: none;
}

.page-template-template-modele-par-defaut-vide strong{
 font-weight: bold !important;
}

strong{
    font-family: 'DINNextLTPro-Bold' !important;
    font-weight: normal !important;
}

/******************************************************************/

/*
h1, h2, h3, h4, h5, h6 {
    font-family: 'DINNextLTPro-Bold';
}
*/

body {
    font-family: 'DINNextLTPro-Regular', Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*****************************************************************************************/

.switcher--1 .onoffswitch::before {
    background: url("../img/flamme-g.png") center center no-repeat !important;
    background-size: auto !important;
}

.onoffswitch-label {
    border-radius: 75px;
    height: 63px !important;
    display: block;
}

.switcher--1 .onoffswitch::after {
    background: url("../img/plug-gris-g.png") center center no-repeat !important;
}

.onoffswitch-inner::before, .onoffswitch-inner::after {
    background: #b3b3b3 !important;
}

.results .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch::before {
    border-right: 3px solid #FFFFFF !important;
    border-bottom: 3px solid #FFFFFF !important;
    border-top: 0 !important;
    border-left: 0 !important;
}

.switcher--1 .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    background: #00C350 url("../img/plug-gris-g.png") no-repeat center center !important;
}

.switcher--1 .onoffswitch .onoffswitch-switch {
    -webkit-background-size: auto 70% !important;
    background-size: auto 70% !important;
    background: #00C350 url("../img/flamme-g.png") center center no-repeat !important;
}

.onoffswitch-inner::before, .onoffswitch-inner::after {
    /*display: none;*/
}

.onoffswitch-label {
    background: #b3b3b3 !important;
}

/********************************************* Version Responsive *************************************************/


@media screen and (max-width: 992px){

    /* Slider */

    .metaslider {
        max-height: 478px;
        margin-bottom: 0;
        overflow: hidden;
    }

    .metaslider .flexslider {
        margin: 0;
    }

    .metaslider .flexslider .slides {
        max-height: 478px;
        height: 478px;
    }

    .flexslider .slides li {
        height: 478px;
        overflow: hidden;
    }

    .flexslider .slides li img {
        /*height: 478px !important;*/
        min-height: 478px;
        height: auto;
    }

    .flexslider .slides li .sld-picto-wrap {
        min-height: 65px;
    }

    .flexslider .slides li img.sld-picto {
        height: auto !important;
    }

    .metaslider .flexslider .slides .caption-wrap {
        top: 10px;
        right: 0;
        height: auto;
        padding-top: 46px;
        max-height: 100%;
        /*max-width: 416px;*/
    }

    .metaslider .flexslider .slides .caption-wrap .caption p {
        width: 360px;
    }

    /* Profils */
    .profils.container {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    /* Strate Configurateur*/

    body.home .wrapper-grey {
        padding: 40px 21px;
        clear: both;
    }

    .strate-configurateur .strate-aside {
        width: 24%;
        float: left;
    }

    .strate-configurateur .block__conso-offer.col-md-9 {
        width: 74%;
        float: right;
        margin: 0;
    }

    .strate-configurateur .block__conso-offer.col-md-9 .block__conso-choice {
        background: #FFFFFF;
    }

    .strate-configurateur .block__conso-offer.col-md-9 .block__conso-link {
        padding: 0;
    }

    .block__conso-offer .block__action .title-action,
    .block__conso-offer .block__action .first-text,
    .block__conso-offer .block__action .second-text {
        width: 33%;
        float: left;
        display: block;
        clear: none;
    }

    .block__conso-offer .block__action .block__switch {
        width: 33%;
        overflow: hidden;
        clear: none;
        float: left;
    }

    .block__conso-offer .block__action .enery-second.second-text {
        margin-top: 0px !important;
    }

    .block__conso-offer .block__action .first-text, .block__conso-offer .block__action .second-text{
        margin-top: 0 !important;
    }

    .onoffswitch {
        width: 100%;
    }

    .onoffswitch-switch {
        width: 62px;
        height: 62px;
        border-radius: 70px;
        background: #00C350;
        top: 0px;
        right: 100%;
        transform: translateX(100%);
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -o-transform: translateX(100%);
        -ms-transform: translateX(100%);
        padding: 0;
        margin: 0;
    }

    .block__conso-link .link-choice-conso {
        white-space: initial;
        line-height: 26px;
    }

    /*  Switcher */

    .switcher--1 .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
        right: 0px;
        top: 0 !important;
        transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);

    }

    .results .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
        transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        right: 0;
    }

    .block__conso-offer .block__action .enery-second.second-text span ,
    .block__conso-offer .block__action .enery-second.second-text span.title-action ,{
        width: 100%;
    }

    .block__conso-offer .results .block__action .title-action {
        width: 100%;
    }

    /* Push*/

    .push.container {
        padding: 55px 0 0;
        margin: 0;
        width: 100%;
    }

    body.home .push.container .post-list.row .col-container {
        width: 50%;
        float: left;
    }

    .actuality-text.row .col-container {
        width: 50%;
        float: left;
    }

    .post-list .post-list__post {
        height: auto;
        padding: 0 !important;
        margin: 0 !important;
        max-height: 372px;
        border: 0;
    }

    .post-list.row.no-margin .col-container .post-list__post {
        padding: 85px 0 0 0 !important;
    }

    .post-list__post.home-posts .post__title {
        min-height: 48px;
        overflow: hidden;
    }

    .post-list .post-list__post .post__title:after {
        display: none;
    }

    body.home .profils.container .post-list.row .col-container {
        border: 0;
    }

    .strate-configurateur .home-contact-block .img-responsive {
        width: 100%;
    }

    /*  Testimony */

    .testimony {
        width: 100%;
        overflow: hidden;
    }

    .testimony img {
        min-width: 100%;
        min-height: 372px;
    }

    .btn-tooltip {
        clear: both;
    }

    body.home .wrapper-grey  .container {
        width: 100% !important;
        padding: 0;
    }

    body.home .post-list.row .col-container > div img, body.home .no-arrow .post-list__post.red .post__img {
        min-width: 100%;
    }

    .block__devis .img-devis {
        width: 125px;
        margin-top: 0;
    }

    /* Page Contact */

    .contact-page .container {
        padding: 0 10px;
    }

    /*******  Page Contact  *******/

    .form-container p .field-text , .form-container .field-file {
        width: calc(50% - 20px);
    }

    .form-container p .field-text:last-child {
        margin-right: 0;
    }

    .post-list.about .post-list__post {
        max-height: none;
        padding: 0 0 20px !important;
    }

    .widget.special .block__asterisk {
        color: #ffffff;
        font-size: 10px;
        text-transform: lowercase;
    }

    .post-list .post-list__post.post--tall {
        max-height: none;
    }

    .post-list__post.post--tall h2.post__title.collapsed span {
        white-space: nowrap !important;
    }
    .post-list__post.post--tall .post__text-holder {
        min-height: 288px;
    }

    .form-container .field-file label {
        min-height: 42px;
    }

    .wrap-template-infomarche-toutsavoir-gaz .hidden-xs.red-pourcentage {
        margin-left: 15px;
    }

    .banner .top-bar .top-buttons .btn-espace-clients {
        padding: 0 30px 0 54px;
        font-size: 0;
        width: auto;
    }

    .banner .top-bar .top-buttons .btn-espace-clients:before {
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .block__widgets.col-md-3.col-sm-12.block-top {
        top: initial !important;
    }

}



/*@media screen and (min-width: 280px)and (max-width: 640px){}*/

@media screen and (max-with: 768px) {

    /*Home - Profils*/
    .post-list.row.no-margin .col-container .post__title {
        padding: 0 20px 35px;
    }
    .post-list.row.no-margin .col-container .post__text {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 768px){
    /* Slider */

    .metaslider .flexslider .slides .caption-wrap {
        right: 10%;
        height: auto;
        padding-top: 46px;
        max-height: 100%;
        max-width: 90%;
        width: 90%;
        margin: 0;
    }

    .metaslider .flexslider .slides .caption-wrap {
        width: 140px;
        margin: 0 auto;
        display: block;
    }

    .metaslider .flexslider .slides .caption-wrap .caption p {
        width: 100%;
    }

    .metaslider .flexslider .slides .caption-wrap .caption a {
        display: block;
        width: 140px;
        margin: 0 auto;
    }
}

body.home .wrapper-grey {
    margin: 40px auto;
    padding: 40px 20px;
}

@media screen and (max-width: 767px){

    /* */

    body.home .wrapper-grey {
        clear: both;
        padding: 30px 20px;
        margin: 0 auto;
        border: 0;
        background: transparent;
    }

    .strate-configurateur .strate-aside {
        width: 100%;
    }

    .strate-configurateur .block__conso-offer.col-md-9 {
        width: 100%;
        border: 0;
    }

    body.home .push.container .post-list.row .col-container {
        width: 100%;
        float: none;
        display: block;
        overflow: hidden;
        min-height: 496px;
    }

    .col-container.keep-img.post-list__post.col-sm-6 .post-list__post.red {
        min-height: 496px;
    }

    body.home .post-list.row .col-container > div img,
    body.home .no-arrow .post-list__post.red .post__img {
        width: auto;
        height: 100%;
    }

    .push.container {
        padding: 0;
    }

    /* Push */

    body.home .push.container .post-list.row .col-container {
        width: 100%;
        float: none;
    }

    body.home .post-list.row .col-container > div img,
    body.home .no-arrow .post-list__post.red .post__img {
        width: auto;
        height: 100%;
        min-height: 496px;
    }

    body.home .profils.container .post-list.row .col-container:nth-child(3)  {
        clear: left;
    }


    /* Actuality */

    .actuality-text.row .col-container {
        width: 100%;
        border-right: 0;
    }

    /** Bienvenue **/

    .bienvenue__contact .col-sm-3.col-xs-12 {
        margin-bottom: 20px;
    }
    .map-img img {
        width: 100%;
    }


    /*******  Page Contact  *******/

    .block-contact .blocks > div {
        padding: 42px 22px;
        width: 100%;
        float: left;
    }

    .block-contact .blocks .item-contact {
        border-right: 0;
        border-bottom: 1px solid #c4335e;
    }

    .form-container p.civilite-container {
        margin-bottom: 40px;
    }

    .form-container p {
        margin-bottom: 0;
    }

    .form-container p .field-text:last-child ,
    .form-container p .field-file:last-child ,
    .form-container textarea {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .form-container p .field-text , .form-container .field-file {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .contact-form-container form .civilite-container label:first-child {
        margin-right: 10px;
    }

    .contact-form-container form .civilite-container label {
        margin-right: 5px;
    }

    .bienvenue__contact .address {
        min-height: 0;
        padding-bottom: 10px;
    }

    .block__degrade.block__degrade--orange .degrade__options__list .option {
        height: auto;
    }

    .wrap-template-infomarche-toutsavoir-gaz .types-de-prix p {
        max-width: 94%;
    }


    .testimony img.img-desktop {
        display: none;
    }

    .testimony img.img-mobile {
        display: block;
    }

    .title-red:after {
        display: none !important;
    }


    .blocks .col-container .block__list {
        margin-left: 15px;
    }

    .block__list .visible-xs img {
        width: 100%;
        height: auto;
    }

    .wrapper-container-temoignage-footer {
        width: 100%;
        margin: 0;
    }

    .blocks .col-container.block--dashed {
        margin: 0;
    }

    .page-template-default .container .block__devis {
        width: 100%;
    }

    .post-list__post.post--tall h2.post__title.collapsed span {
        white-space: normal!important;
    }

    .page-template-default .page-header {
        width: 100%;
    }

    .banner .top-bar .top-buttons a, .navbar-default .navbar-toggle {
        float: right !important;
    }

    .banner .top-bar .top-buttons .btn-espace-clients {
        padding: 0;
        width: 25%;
    }

    .post-list.row.no-margin .col-container .post-list__post {
        padding: 120px 0 0 0 !important;
    }

    .post-list.row.no-margin .col-container .post__title {
        line-height: 30px;
    }

    .page-header.bienvenue .map-europe {
        padding-top: 0px;
    }
}

@media screen and (max-width: 640px){

    /* Uniper */

    .flexslider .slides li img {
        /*height: 365px !important;*/
    }

    .block-strate {
        padding: 10px 0 40px;
    }

    .block-strate .strate-item p,
    .block-strate p {
        width: 100%;
        margin-bottom: 0px;
    }

    /*Home - Profils*/
    .post-list.row.no-margin .col-container .post__title {
        padding-bottom: 70px;
    }
    .post-list.row.no-margin .col-container .post-list__post {
        height: 435px;
    }
    .post-list.row.no-margin .col-container .post__text {
        padding: 70px 35px;
    }
}

@media screen and (max-width: 480px) {

    .flexslider .slides li img {
        width: 100%;
        min-width: 100%;
        /*height: auto !important;*/
    }

    body.home .profils.container .post-list.row .col-container {
        width: 100%;
    }

    .btn-tooltip p.superior-electricity,
    .btn-tooltip p.superior-gas {
        left: auto !important;
        right: 0px !important;
        width: 155px !important;

        margin-right: -30px;
        transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
    }

    .btn-tooltip p.lower-electricity,
    .btn-tooltip p.lower-gas {
        left: 0px !important;
        width: 155px !important;

        margin-left: -30px;
        transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
    }

    .btn-tooltip p.superior-electricity:after,
    .btn-tooltip p.superior-gas:after {
        right: 29px !important;
        left: auto !important;
    }

    .btn-tooltip p.lower-gas:after,
    .btn-tooltip p.lower-electricity:after {
        left: 42px !important;
    }
}

.block__widgets.col-md-3.col-sm-12.affix {
    position: fixed;
    margin: 0px -490px 0px 0px;
    right: 50%;
    top: 10px;
    max-width: 245px;
}

.block__widgets.col-md-3.col-sm-12.affix-bottom {
    margin: 0px -490px 0px 0px;
    position: absolute;
    right: 50%;
    top: 10px;
    max-width: 245px;
}


/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/

.page-template-template-offres-pme-landing, .offres-grandes-entreprises-industrie{
    /*background-color: #f4f4f4;*/
    background-color: rgb(228, 228, 228);
}

.page-intro-wrap {
    padding: 50px 0;
    background-color: #ffffff;
    text-align: center;
}

.page-intro-wrap a {
    text-decoration: none;
}

.page-intro-wrap .page-header {
    margin: 0;
}

.page-intro-wrap .page-title {
    font-size: 24px;
    color: #2A7DE1;
    text-transform: initial;
}

.page-intro-wrap .page-intro {
    font-size: 24px;
    color: #2A7DE1;
}

.page-intro-wrap .page-intro p {
    padding: 0 78px;
}

.message-submit {
    display: none;
}

.page-template-template-offres-pme-landing #offres-gaz ,
.page-template-template-offres-pme-landing #offres-electricite ,
.offres-grandes-entreprises-industrie #offres-gaz ,
.offres-grandes-entreprises-industrie #offres-electricite{
    text-align: center;
}

.page-template-template-offres-pme-landing #offres-gaz .block__degrade__title ,
.page-template-template-offres-pme-landing #offres-electricite .block__degrade__title ,
.offres-grandes-entreprises-industrie #offres-gaz .block__degrade__title ,
.offres-grandes-entreprises-industrie #offres-electricite .block__degrade__title
{
    margin: 0;
    padding: 33px 0;
}

.page-template-template-offres-pme-landing #offres-gaz .block__degrade__title  img.icone ,
.page-template-template-offres-pme-landing #offres-electricite .block__degrade__title  img.icone ,
.offres-grandes-entreprises-industrie #offres-gaz .block__degrade__title  img.icone ,
.offres-grandes-entreprises-industrie #offres-electricite .block__degrade__title  img.icone{
    display: inline-block;
    margin: 0 0 25px;
}

.page-template-template-offres-pme-landing #offres-gaz .block__degrade__title  span ,
.page-template-template-offres-pme-landing #offres-electricite .block__degrade__title  span ,
.offres-grandes-entreprises-industrie #offres-gaz .block__degrade__title  span ,
.offres-grandes-entreprises-industrie #offres-electricite .block__degrade__title  span{
    display: block;
    font-family: 'DINNextLTPro-Bold';
    font-size: 24px;
    margin-bottom: 28px;
    max-width: 100%;
}

.offres-grandes-entreprises-industrie #offres-gaz .block__degrade__title  img.icone ,
.page-template-template-offres-pme-landing #offres-gaz .block__degrade__title  img.icone {
    height: 68px;
}
.offres-grandes-entreprises-industrie #offres-electricite .block__degrade__title  img.icone ,
.page-template-template-offres-pme-landing #offres-electricite .block__degrade__title  img.icone {
    height: 74px;
}


.page-template-template-offres-pme-landing #offres-gaz .block__degrade__title  p ,
.page-template-template-offres-pme-landing #offres-electricite .block__degrade__title  p ,
.offres-grandes-entreprises-industrie #offres-gaz .block__degrade__title  p ,
.offres-grandes-entreprises-industrie #offres-electricite .block__degrade__title  p{
    display: block;
    font-size: 18px;
    white-space: normal !important;
    /*white-space: initial;*/
    padding: 0 60px;
    line-height: 20px;
    font-weight: 100;
}

@media screen and (min-width: 767px){
    .page-template-template-offres-pme-landing #offres-gaz .block__degrade__title  span ,
    .page-template-template-offres-pme-landing #offres-electricite .block__degrade__title  span ,
    .offres-grandes-entreprises-industrie #offres-gaz .block__degrade__title  span ,
    .offres-grandes-entreprises-industrie #offres-electricite .block__degrade__title  span {
        text-align: center;
        font-weight: 100;
        font-weight: normal;
    }
}

.widget .widget-content button , .block__widgets .widget-content button {
    box-shadow: 0 -5px 0 0px #00C350  inset;
    -moz-box-shadow: 0 -5px 0 0px #00C350  inset;
    -webkit-box-shadow: 0 -5px 0 0px #00C350  inset;
    border: 0;
    color: #FFFFFF !important;
}

.widget .widget-content button:hover, .block__widgets .widget-content button:hover {
    box-shadow: 0 -5px 0 0px #96d5f8 inset;
    -moz-box-shadow: 0 -5px 0 0px #96d5f8 inset;
    -webkit-box-shadow: 0 -5px 0 0px #96d5f8 inset;
    border: 0;
    color: #FFFFFF !important;
}

/*******/



/*
.page-template-template-offres-pme-landing #offres-electricite .block__degrade__title  p,
.page-template-template-offres-pme-landing #offres-gaz .block__degrade__title  p ,
.offres-grandes-entreprises-industrie #offres-electricite .block__degrade__title  p,
.offres-grandes-entreprises-industrie #offres-gaz .block__degrade__title  p{
    display: block;
    font-size: 18px;
    white-space: initial;
    padding: 0 60px;
    line-height: 20px;
}
*/

.page-template-template-offres-pme-landing .options-wrap ,
.offres-grandes-entreprises-industrie .options-wrap{
    padding-top: 40px;
}

.page-template-template-offres-pme-landing .options-wrap ul > li ,
.offres-grandes-entreprises-industrie .options-wrap ul > li{
    margin-bottom: 20px;
}

.page-template-template-offres-pme-landing .option-content ,
.offres-grandes-entreprises-industrie .option-content{
    background: #ffffff;
    position: relative;
    padding: 60px;
}

.page-template-template-offres-pme-landing .option-content .option-title ,
.offres-grandes-entreprises-industrie .option-content .option-title {
    color: #1E1E1E;
}

.page-template-template-offres-pme-landing .block__degrade.block__degrade--blue .degrade__options__list .option .option-title ,
.offres-grandes-entreprises-industrie .block__degrade.block__degrade--blue .degrade__options__list .option .option-title,
.page-template-template-offres-pme-landing .block__degrade.block__degrade--green .degrade__options__list .option .option-title ,
.offres-grandes-entreprises-industrie .block__degrade.block__degrade--green .degrade__options__list .option .option-title {
    color: #1E1E1E !important;
    margin-bottom: 63px;
}

.page-template-template-offres-pme-landing .options-wrap .option .option-content .option-title{
    color: #1E1E1E !important;
    margin-bottom: 63px;
}

.page-template-template-offres-pme-landing .option-content .option-title strong ,
.offres-grandes-entreprises-industrie .option-content .option-title strong{
    display: block;
}

.page-template-template-offres-pme-landing  .block__degrade .degrade__options__list .option .option-desc p ,
.offres-grandes-entreprises-industrie  .block__degrade .degrade__options__list .option .option-desc p {
    font-size: 14px;
    padding: 22px 0;
    margin: 0;
    min-height: 135px;
    line-height: 18px;
}

.page-template-template-offres-pme-landing  .block__degrade .degrade__options__list .option .option-desc p:first-child ,
.offres-grandes-entreprises-industrie  .block__degrade .degrade__options__list .option .option-desc p:first-child {
    position: relative;
    font-family: 'DINNextLTPro-Bold';
    font-weight: normal;
    text-transform: uppercase;
    color: #2A7DE1;
    position: relative;
}

.page-template-template-offres-pme-landing  .block__degrade .degrade__options__list .option .option-desc p:first-child:after ,
.offres-grandes-entreprises-industrie  .block__degrade .degrade__options__list .option .option-desc p:first-child:after{
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #4ca0e6;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}


.page-template-template-offres-pme-landing .option-content .ribbon ,
.offres-grandes-entreprises-industrie .option-content .ribbon {
    width: 114px;
    height: 114px;
    position: absolute;
    top: 0;
    right: 0;
}

.page-template-template-offres-pme-landing .option-content .ribbon p ,
.offres-grandes-entreprises-industrie .option-content .ribbon p {
    position: absolute;
    /*top: 18px;*/
    top: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /*right: 6px;*/
    right: 7px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    width: 56px;
    height: 44px;
    text-align: center;
    margin: 0;
    display: table;
    vertical-align: middle;
}

.page-template-template-offres-pme-landing .option-content .ribbon span ,
.offres-grandes-entreprises-industrie .option-content .ribbon span {

    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.page-template-template-offres-pme-landing .option-content .ribbon i ,
.offres-grandes-entreprises-industrie .option-content .ribbon i {
    display: block;
    width: 0px;
    height: 0px;
    border-top: 0px solid transparent;
    border-bottom: 114px solid transparent;
}


.page-template-template-offres-pme-landing .degrade__options__list .option .option-link ,
.offres-grandes-entreprises-industrie .degrade__options__list .option .option-link {
    background: #2A7DE1 !important;
    color: #ffffff !important;
    text-transform: none !important;
}

.page-template-template-offres-pme-landing .degrade__options__list .option .option-link span:before ,
.offres-grandes-entreprises-industrie .degrade__options__list .option .option-link span:before {
    border-top: 2px solid #ffffff !important;
    border-right: 2px solid #ffffff !important;
}

.page-template-template-offres-pme-landing .option.color-gris .option-content ,
.offres-grandes-entreprises-industrie .option.color-gris .option-content{
    background: #c6c6c6;
}

.page-template-template-offres-pme-landing .option .option-content .ribbon i.color-pink ,
.offres-grandes-entreprises-industrie .option .option-content .ribbon i.color-pink {
    border-top: 0px solid transparent;
    border-bottom: 114px solid transparent;
    border-right: 114px solid #00C350;
}

.page-template-template-offres-pme-landing .option .option-content .ribbon i.color-green ,
.offres-grandes-entreprises-industrie .option .option-content .ribbon i.color-green {
    border-top: 0px solid transparent;
    border-bottom: 114px solid transparent;
    border-right: 114px solid #149440;
}

.page-template-template-offres-pme-landing  .offres-onglets .block__list_img-holder ,
.offres-grandes-entreprises-industrie  .offres-onglets .block__list_img-holder {
    min-height: 66px;
}

.page-template-template-offres-pme-landing  .offres-onglets ,
.offres-grandes-entreprises-industrie  .offres-onglets {
    background: #ffffff;
    padding: 44px 0;
}


.page-template-template-offres-pme-landing  .offres-onglets .block__list ,
.offres-grandes-entreprises-industrie  .offres-onglets .block__list {
    text-align: center;
}

.page-template-template-offres-pme-landing  .offres-onglets .block__list .list-elem ,
.offres-grandes-entreprises-industrie  .offres-onglets .block__list .list-elem {
    display: inline-block;
    float: none;
    width: 33%;
    vertical-align: top;
}

.page-template-template-offres-pme-landing  .offres-onglets.two-blocks .block__list .list-elem ,
.offres-grandes-entreprises-industrie  .offres-onglets.two-blocks .block__list .list-elem {
    display: inline-block;
    float: none;
    width: 49%;
    vertical-align: top;
}

.page-template-template-offres-pme-landing  .offres-onglets img ,
.offres-grandes-entreprises-industrie  .offres-onglets img {
    max-width: 44px;
}

.page-template-template-offres-pme-landing  .offres-onglets span ,
.offres-grandes-entreprises-industrie  .offres-onglets span ,
.page-template-template-offres-pme-landing  .offres-onglets .txt-content ,
.offres-grandes-entreprises-industrie  .offres-onglets .txt-content {
    font-family: 'DINNextLTPro-Regular', Arial, sans-serif !important;
    font-size: 14px;
    text-transform: uppercase;
    color: #2A7DE1;
    line-height: 14px;
    display: block;
    min-height: 40px;
}

.page-template-template-offres-pme-landing  .offres-onglets p ,
.offres-grandes-entreprises-industrie  .offres-onglets p {
    margin-bottom: 4px;
}

.page-template-template-offres-pme-landing  .testimony ,
.offres-grandes-entreprises-industrie  .testimony{
    /*height: 400px;*/
}

.page-template-template-offres-pme-landing  .testimony .testimony-text span.name,
.page-template-template-offres-pme-landing  .testimony  .testimony-text span.fction ,
.page-template-templatestemplate-cible-php  .testimony .testimony-text span.name,
.page-template-templatestemplate-cible-php  .testimony  .testimony-text span.fction
.offres-grandes-entreprises-industrie  .testimony .testimony-text span.name,
.offres-grandes-entreprises-industrie  .testimony  .testimony-text span.fction {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 7px;
}

.page-template-template-offres-pme-landing  .testimony .testimony-text span.name,
.page-template-templatestemplate-cible-php  .testimony .testimony-text span.name,
.offres-grandes-entreprises-industrie  .testimony .testimony-text span.name {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 50px;
}


.page-template-template-offres-pme-landing  .testimony  .testimony-text span.fction ,
.page-template-templatestemplate-cible-php  .testimony  .testimony-text span.fction ,
.offres-grandes-entreprises-industrie  .testimony  .testimony-text span.fction {
    font-family: 'Arial', Arial, sans-serif !important;
    font-size: 48px;
    line-height: 50px;
}

.page-template-template-offres-pme-landing  .testimony .testimony-text p ,
.page-template-templatestemplate-cible-php  .testimony .testimony-text p ,
.offres-grandes-entreprises-industrie  .testimony .testimony-text p{
    font-family: 'DINNextLTPro-Regular', Arial, sans-serif !important;
    font-size: 18px;
    line-height: 22px;
    padding: 8px 0;
    max-width: 400px;
}

.page-template-template-offres-pme-landing .breadcrumb-links,
.offres-grandes-entreprises-industrie .breadcrumb-links {
    padding-left: 30px;
}

@media screen and (max-width: 992px){
    .page-template-templatestemplate-cible-php .testimony .img-desktop,
    .page-template-template-offres-pme-landing  .testimony .img-desktop,
    .offres-grandes-entreprises-industrie  .testimony .img-desktop{
        display: none;
    }

    .page-template-templatestemplate-cible-php .testimony .img-mobile,
    .page-template-template-offres-pme-landing  .testimony .img-mobile,
    .offres-grandes-entreprises-industrie  .testimony .img-mobile{
        display: block;
    }

    .page-template-templatestemplate-cible-php .testimony .testimony-text p,
    .page-template-template-offres-pme-landing  .testimony .testimony-text p,
    .offres-grandes-entreprises-industrie  .testimony .testimony-text p{
        font-size: 25px !important;
    }
}


/*
::::::::::::::::::::::
*/

.page-template-template-offres-pme-landing   .block__degrade .degrade__options__list .option.full-width .option-title ,
.offres-grandes-entreprises-industrie   .block__degrade .degrade__options__list .option.full-width .option-title {
    font-size: 40px;
    line-height: 35px;
}

.page-template-template-offres-pme-landing   .block__degrade .degrade__options__list .option.full-width .option-title h2 ,
.page-template-template-offres-pme-landing   .block__degrade .degrade__options__list .option.full-width .option-title h3 ,
.offres-grandes-entreprises-industrie   .block__degrade .degrade__options__list .option.full-width .option-title h2,
.offres-grandes-entreprises-industrie   .block__degrade .degrade__options__list .option.full-width .option-title h3 {
    padding: 0;
    margin: 0;
}

.page-template-template-offres-pme-landing   .block__degrade .degrade__options__list .option.full-width ,
.offres-grandes-entreprises-industrie   .block__degrade .degrade__options__list .option.full-width {
    max-width: 100%;
    width: 100% !important;
}

.page-template-template-offres-pme-landing   .block__degrade .degrade__options__list .option.full-width .option-desc ,
.offres-grandes-entreprises-industrie   .block__degrade .degrade__options__list .option.full-width .option-desc {
    max-width: 330px;
    margin: 15px auto 20px;
}

.page-template-template-offres-pme-landing   .block__degrade .degrade__options__list .option.full-width .option-link ,
.offres-grandes-entreprises-industrie   .block__degrade .degrade__options__list .option.full-width .option-link {
    max-width: 186px;
    margin: 0 auto;
}



.page-template-template-offres-pme-landing   #block-argu ,
.offres-grandes-entreprises-industrie   #block-argu {
    display: block;
    text-decoration: none;
}

.page-template-template-offres-pme-landing   #block-argu .block__degrade__title ,
.offres-grandes-entreprises-industrie   #block-argu .block__degrade__title {
    padding: 18px 15px;
    color: white;
    white-space: nowrap;
    position: relative;
    margin-bottom: 30px;
    background-color: #2d2e2f ;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
    /*font-weight: 700;*/
    font-weight: 500;
}

.page-template-template-offres-pme-landing   #block-argu .block__degrade__title h2,
.offres-grandes-entreprises-industrie   #block-argu .block__degrade__title h3 {
    background-color: #2d2e2f ;
    text-align: center;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.page-template-template-offres-pme-landing   #block-argu .block__degrade__title:after ,
.offres-grandes-entreprises-industrie   #block-argu .block__degrade__title:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #2d2e2f;
    border-width: 16px;
    margin-left: -16px;
}

.page-template-template-offres-pme-landing   #block-argu .text-center ,
.offres-grandes-entreprises-industrie   #block-argu .text-center {
    background: #00C350;
}

.page-template-template-offres-pme-landing   #block-argu .text-center ,
.offres-grandes-entreprises-industrie   #block-argu .text-center {
    background: #00C350;
}

.page-template-template-offres-pme-landing   #block-argu .text-center a ,
.offres-grandes-entreprises-industrie   #block-argu .text-center a ,
.page-template-template-offres-pme-landing   #block-argu .text-center span ,
.offres-grandes-entreprises-industrie   #block-argu .text-center span {
    width: 100%;
    text-align: center;
    background: #00C350 !important;
}

.page-template-template-offres-pme-landing   #block-argu .text-center a span ,
.offres-grandes-entreprises-industrie   #block-argu .text-center a span ,
.page-template-template-offres-pme-landing   #block-argu .text-center span span ,
.offres-grandes-entreprises-industrie   #block-argu .text-center span span {
    width: 100%;
    text-transform: initial;
    position: relative;
}

.page-template-template-offres-pme-landing   #block-argu .text-center a span:before ,
.offres-grandes-entreprises-industrie   #block-argu .text-center a span:before ,
.page-template-template-offres-pme-landing   #block-argu .text-center span span:before ,
.offres-grandes-entreprises-industrie   #block-argu .text-center span span:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    left: -14px;
    top: 5px;
}

.page-template-template-offres-pme-landing   #block-argu .argu-content-wrap ,
.offres-grandes-entreprises-industrie   #block-argu .argu-content-wrap {
    background-color: #1E1E1E;
}

.page-template-template-offres-pme-landing   #block-argu .argu-content-wrap .content ,
.offres-grandes-entreprises-industrie   #block-argu .argu-content-wrap .content {
    color: #ffffff;
    padding: 40px 0;
}

.page-template-template-offres-pme-landing   #block-argu .argu-content-wrap .left-side ,
.offres-grandes-entreprises-industrie  #block-argu .argu-content-wrap .left-side {
    border-right: 1px solid #4f5051;
}

.page-template-template-offres-pme-landing   #block-argu .argu-content-wrap ul ,
.offres-grandes-entreprises-industrie   #block-argu .argu-content-wrap ul {
    list-style: none;
    counter-reset: section;
    padding: 10px;
}

.page-template-template-offres-pme-landing   #block-argu .argu-content-wrap ul li ,
.offres-grandes-entreprises-industrie   #block-argu .argu-content-wrap ul li {
    list-style: none;
    position: relative;
}

.page-template-template-offres-pme-landing   #block-argu .argu-content-wrap ul li strong ,
.offres-grandes-entreprises-industrie   #block-argu .argu-content-wrap ul li strong {
    font-size: 18px;
    display: block;
    margin-bottom: 6px;
    /*font-family: 'DINNextLTPro-Bold';*/
    font-family: 'DINNextLTPro-Regular' !important;
    font-weight: normal;
}

.page-template-template-offres-pme-landing   #block-argu .argu-content-wrap ul li p ,
.offres-grandes-entreprises-industrie   #block-argu .argu-content-wrap ul li p {
    font-size: 18px;
    font-family: arial, sans-serif;
}

.page-template-template-offres-pme-landing   #block-argu .argu-content-wrap ul li:nth-child(odd) ,
.offres-grandes-entreprises-industrie   #block-argu .argu-content-wrap ul li:nth-child(odd) {
    border-right: 1px solid #4f5051;
}

.page-template-template-offres-pme-landing   #block-argu .argu-content-wrap ul li .item-content ,
.offres-grandes-entreprises-industrie   #block-argu .argu-content-wrap ul li .item-content {
    padding: 0 56px 0 80px;
    min-height: 116px;
    font-weight: normal;

}


.page-template-template-offres-pme-landing   #block-argu .argu-content-wrap ul li:after ,
.offres-grandes-entreprises-industrie   #block-argu .argu-content-wrap ul li:after {
    counter-increment: section;
    content: "0" counter(section);
    display: inline-block;
    position: absolute;
    top: -9px;
    left: 25px;
    font-size: 51px;
    line-height: 50px;
    color: #2A7DE1;
    font-family: 'DINNextLTPro-Bold';
    font-weight: normal;
}


/*
:::::::::::::::::::::::::::::::::::::::::::::  Cible TPL
*/

.page-template-templatestemplate-cible-php  .cible-description {
    text-align: center;
    padding: 0 0 30px;
}

.page-template-templatestemplate-cible-php  .cible-description p {
    font-size: 24px;
    line-height: 28px;
    color: #2A7DE1;
    font-family: 'Arial', Arial, sans-serif !important;
    font-weight: normal !important;
}

.page-template-templatestemplate-cible-php  .cible-description strong {
    font-family: 'DINNextLTPro-Regular', Arial, sans-serif !important;
    font-weight: normal !important;
}

.page-template-templatestemplate-cible-php  .cible-description p:first-child {
    margin-bottom: 36px;
}

.page-template-templatestemplate-cible-php .cible-offeres .cible-list-tile {
    font-family: 'DINNextLTPro-Bold';
    font-weight: normal;
    padding: 8px 15px;
    color: white;
    white-space: nowrap;
    position: relative;
    margin-bottom: 30px;
    background-color: #80caf5;
    text-align: center;
    margin-bottom: 0;
    position: relative;
}

.grandes-entreprises-industries .cible-offeres .cible-list-tile h2 ,
.grandes-entreprises-industries .cible-offeres .cible-list-tile h3 ,
.page-template-templatestemplate-cible-php .cible-offeres .cible-list-tile h2 ,
.page-template-templatestemplate-cible-php .cible-offeres .cible-list-tile h3 {
    /*font-family: 'DINNextLTPro-Bold';*/
    font-weight: normal;
    color: white;
    position: relative;
    text-align: center;
    font-size: 40px;
    margin: 0;
    padding: 0;
}

.page-template-templatestemplate-cible-php .cible-offeres .cible-list-tile a {
    text-decoration: none;
    color: #ffffff !important;
}

.page-template-templatestemplate-cible-php .cible-offeres .cible-list-tile span {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 500px;
    bottom: 0;
    font-size: 40px;
    line-height: 55px;
    white-space: normal;
}

.page-template-templatestemplate-cible-php .cible-offeres .cible-list-tile img {
    display: block;
    margin: 0 auto;
    width: 349px;
    height: 160px;
}

.page-template-templatestemplate-cible-php .cible-offeres .cible-list-tile:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #80caf5;
    border-width: 16px;
    margin-left: -16px;
}

.page-template-templatestemplate-cible-php .cible-offeres .collapseable {
    background-color: #57aff0;
    padding: 70px 135px 50px;
}

.page-template-templatestemplate-cible-php .cible-offeres .collapseable .cible-list li {
    color: #ffffff;
    font-size: 15px;
    min-height: 130px;
    position: relative;
    padding: 15px 8px;
}

.page-template-templatestemplate-cible-php .cible-offeres .collapseable .cible-list li:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #b3d7f5;
    position: absolute;
    left: 10px;
    top: -10px;
    /*transform: translateX(-50%);*/
}

.page-template-templatestemplate-cible-php .cible-offeres .collapseable .cible-list li:nth-child(1):after ,
.page-template-templatestemplate-cible-php .cible-offeres .collapseable .cible-list li:nth-child(2):after {
    display: none;
}

.page-template-templatestemplate-cible-php .cible-offeres .collapseable .cible-list li span {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
}

.page-template-templatestemplate-cible-php .cible-offeres .collapseable .cible-list li:before {
    display: none;
}

.wrap-block-contact {
    padding: 40px 0;
}


.wrap-block-contact .block-contact-content {
    background-color: #00C350;
    padding: 48px 0;
}

.wrap-block-contact .block-contact-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.wrap-block-contact .block-contact-content .list-elemnt {
    text-align: center;
    color: #ffffff;
}

.wrap-block-contact .block-contact-content .list-elemnt .block_img_wrap {
    height: 97px;
    margin-bottom: 25px;
}

.wrap-block-contact .block-contact-content .list-elemnt .block_img_wrap img {
    height: 100%;
    width: auto;
}

.wrap-block-contact .block-contact-content ul li p {
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 4px;
}

.wrap-block-contact .text-center a {
    width: 100%;
    padding: 15px 30px 15px;
    background: #00AE42 !important;
}

.block-offeres-container {
    background-color: #2A7DE1;
    margin-bottom: 40px;
}

.block-offeres-container .offer-item {
    display: block;
    background-color: #2A7DE1;
    height: 210px;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    /*font-weight: 700;*/
    line-height: 210px;
    padding-left: 112px;
    position: relative;
}

.block-offeres-container .offer-item img {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.block-offeres-container .offer-item:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    right: 24px;
    top: 50%;
}

.block-offeres-container .offer-item .offer-item-content {

}

.block-offeres-container .offer-item .offer-item-content img {
    float: left;
}

.block-offeres-container .offer-item .offer-item-content span {
    float: left;
}

.block-offeres-container .title {
    padding-top: 88px;
    text-align: center;
    font-size: 40px;
    color: #ffffff;
    line-height: 50px;
    margin-bottom: 60px;
    position: relative;
}

.block-offeres-container .title p {
    font-size: 40px;
    text-transform: uppercase;
    line-height: 40px;
}

.block-offeres-container .offeres-container-text {
    padding: 0 70px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
}

.block-offeres-container .title:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #b3d7f5;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.block-offeres-container p {
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    line-height: 20px;
}

.block-offeres-container .offer-item:first-child {
    border-bottom: 1px solid #2A7DE1;
}


@media screen and (min-width: 767px){
    /*.block__degrade .degrade__options__list .option {
        width: calc(50% - 2px) !important;
        display: inline-block;
        float: none;
        /*margin: 0;*/
    /*}*/

    .page-template-template-offres-pme-landing .options-wrap ul > li,
    .offres-grandes-entreprises-industrie .options-wrap ul > li {
        width: calc(50% - 2px) !important;
        display: inline-block;
        float: none;
    }
}


/*

*/

.offres-sidebar {
    margin-bottom: 20px;
}

.offres-sidebar .block__devis {
    padding: 86px 21px 0px;
    border: 0;
    /*margin-bottom: 20px;*/
}

.offres-sidebar .block__devis img {
    margin-bottom: 86px;
}

.offres-sidebar .block__devis .title-red {
    font-family: 'DINNextLTPro-Regular';
    margin-bottom: 0px;
    padding-bottom: 24px;
    padding-top: 12px;
    font-size: 24px;
    line-height: 24px;
}

.offres-sidebar .block__devis .title-red span,
.offres-sidebar .block__devis .title-red h2,
.offres-sidebar .block__devis .title-red h3{
    font-family: 'DINNextLTPro-Regular';
    padding: 0;
    margin: 0;
    font-size: 24px;
}

.offres-sidebar .home-contact-block {
    position: relative;
    right: 0;
    margin-top: 0px;
    height: auto;
    background: #00C350;
    color: #ffffff;
}

.offres-sidebar .home-contact-block span {
    font-size: 18px;
}

.offres-sidebar .home-contact-block .home-contact-block__title {
    font-size: 24px;
    line-height: 24px;
    padding-top: 12px;
}

.offres-sidebar .home-contact-block .home-contact-block__title span ,
.offres-sidebar .home-contact-block .home-contact-block__title h2,
.offres-sidebar .home-contact-block .home-contact-block__title h3 {
    font-size: 24px;
    line-height: 24px;
    padding: 0px;
    margin: 0;
}

.offres-sidebar .home-contact-block .home-contact-block__explications {
    font-style: normal;
    padding-top: 15px;
    text-align: left;
}

.offres-sidebar .home-contact-block .icon {
    padding: 30px 48px 50px;
}

.widget-content.widget-img {
    padding: 0;
    position: relative;
}

.widget-content.widget-youtube .widget-title , .widget-content.widget-img .widget-title {
    padding: 0px !important;
    font-size: 24px !important;
    line-height: 30px;
    font-weight: 700 !important;
}

.widget-content.widget-img .widget-title {
    padding: 30px 20px !important;
}

.widget-content.widget-img img.widget-img {
    width: 100%;
    /*height: 373px;*/
    min-height: 373px;
    max-height: initial;
    background-color: #005299;
    position: relative;
    z-index: 1;
}

.widget-content.widget-img .widget-title {
    text-transform: uppercase;
    font-size: 24px;
    color: #ffffff;
    padding: 20px !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.widget-content.widget-youtube {
    background: #80caf5 !important;
}

.widget-content.widget-youtube a {
    text-decoration: none;
}

.widget-content.widget-youtube .widget-title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
}

.widget-content.widget-youtube .widget-title h2,
.widget-content.widget-youtube .widget-title h3 ,
.widget-content.widget-img .widget-title h2,
.widget-content.widget-img .widget-title h3 {
    text-transform: uppercase;
    font-size: 24px;
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.widget .widget-content.widget-youtube .widget-img {
    max-height: initial;
    padding: 38px 20px;

}

@media screen and (max-width: 992px){
    .block__widgets.col-md-3.col-sm-12.affix {
        position: static;
        max-width: 100%;
        position: static;
    }

    .block__widgets.col-md-3.col-sm-12 {
        padding-top: 20px;
    }

    .offres-sidebar .home-contact-block .icon img {
        margin: 0 auto;
        display: block;
    }

    .offres-sidebar .home-contact-block {
        position: relative;
        right: 0;
        margin-top: 0px;
        height: auto;
        background: #00C350;
        color: #ffffff;
        width: 100%;
    }
}

/*
:::::::::::::::::::::::::::::::::::::::::::::::
*/

.breadcrumb-links {
    position: relative;
    z-index: 1;
}

.full-img-head {
    width: 100%;
    height: 421px;
    position: relative;
    top: -28px;
    overflow: hidden;
}

.full-img-head img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

@media screen and (max-width: 1025px){
    .block__widgets.col-md-3.col-sm-12.affix {
        margin: 0px;
        right: initial;
        top: initial;
        max-width: initial;
    }

    .block__widgets.col-md-3.col-sm-12.affix-top {
        margin: 0px;
    }

    .affix {
        position: static;
        -webkit-transform: none;
        transform: none;
    }
}

@media screen and (max-width: 991px){
    .container .block__devis {
        border-bottom: 0;
    }

    .wrap-block-contact .block-contact-content .list-elemnt {
        margin-bottom: 30px;
    }
    .wrap-block-contact .block-contact-content .list-elemnt:last-child {
        margin-bottom: 0px;
    }

    .page-template-templatestemplate-cible-php .cible-offeres .collapseable {
        background-color: #57aff0;
        padding: 70px 20px 50px;
    }

    .page-template-templatestemplate-cible-php .cible-offeres .collapseable .cible-list li {
        min-height: 0;
        margin-bottom: 10px;
    }

    .page-template-templatestemplate-cible-php .cible-offeres .collapseable .cible-list li:nth-child(2):after {
        content: "";
        display: block;
        width: 40px;
        height: 2px;
        background-color: #b3d7f5;
        position: absolute;
        left: 10px;
        top: -10px;
    }

    .block-offeres-container .offeres-container-text {
        padding-bottom: 80px;
    }

    .page-template-template-offres-pme-landing  .block__degrade .degrade__options__list .option .option-desc p ,
    .offres-grandes-entreprises-industrie  .block__degrade .degrade__options__list .option .option-desc p {
        min-height: 136px;
    }
}

@media screen and (max-width: 767px){
    .full-img-head {
        top: -31px !important;
        height: 202px;
    }

    .full-img-head img {
        height: 100%;
        width: auto;
    }

    .page-template-template-offres-pme-landing #offres-gaz .block__degrade__title span,
    .page-template-template-offres-pme-landing #offres-electricite .block__degrade__title span,
    .offres-grandes-entreprises-industrie #offres-gaz .block__degrade__title span,
    .offres-grandes-entreprises-industrie #offres-electricite .block__degrade__title span {
        text-align: center;
    }

    .page-template-template-offres-pme-landing #offres-gaz .block__degrade__title .icone,
    .page-template-template-offres-pme-landing #offres-electricite .block__degrade__title .icone,
    .offres-grandes-entreprises-industrie #offres-gaz .block__degrade__title .icone,
    .offres-grandes-entreprises-industrie #offres-electricite .block__degrade__title .icone {
        max-height: 75px !important;
    }

    .page-template-template-offres-pme-landing .option-content,
    .offres-grandes-entreprises-industrie .option-content {
        padding: 60px 20px;
    }

    .page-template-template-offres-pme-landing  .block__degrade .degrade__options__list .option .option-desc p ,
    .offres-grandes-entreprises-industrie  .block__degrade .degrade__options__list .option .option-desc p {
        min-height: initial;
    }

    .page-template-template-offres-pme-landing  .block__degrade .degrade__options__list .option ,
    .offres-grandes-entreprises-industrie  .block__degrade .degrade__options__list .option  {
        border: 0 ;
    }
}

@media screen and (max-width: 767px){
    .page-template-templatestemplate-cible-php .testimony .testimony-text p,
    .page-template-template-offres-pme-landing  .testimony .testimony-text p,
    .offres-grandes-entreprises-industrie  .testimony .testimony-text p{
        font-size: 21px !important;
    }

    .page-template-template-offres-pme-landing .offres-onglets .block__list .list-elem ,
    .offres-grandes-entreprises-industrie .offres-onglets .block__list .list-elem {
        margin-bottom: 25px;
        width: 100%;
    }

    .page-template-template-offres-pme-landing  .offres-onglets.two-blocks .block__list .list-elem ,
    .offres-grandes-entreprises-industrie  .offres-onglets.two-blocks .block__list .list-elem {
        width: 100%;
    }

    /*
        .page-template-template-offres-pme-landing .offres-onglets .block__list .list-elem.col-sm-4,
        .offres-grandes-entreprises-industrie .offres-onglets .block__list .list-elem.col-sm-4 {

        }
    */
    .page-template-template-offres-pme-landing .offres-onglets .block__list .list-elem:last-child ,
    .offres-grandes-entreprises-industrie .offres-onglets .block__list .list-elem:last-child {
        margin-bottom: 0px;
    }

    .page-template-template-offres-pme-landing #block-argu .argu-content-wrap ul li .item-content,
    .offres-grandes-entreprises-industrie #block-argu .argu-content-wrap ul li .item-content {
        padding: 0 0px 0 80px;
        min-height: initial;
        margin-bottom: 30px;
    }

    .page-template-template-offres-pme-landing #block-argu .argu-content-wrap ul li .item-content:last-child ,
    .offres-grandes-entreprises-industrie #block-argu .argu-content-wrap ul li .item-content:last-child {
        margin-bottom: 0px;
    }

    .block-offeres-container .offer-item {
        padding-left: 66px;
    }

    .block-offeres-container .offer-item img {
        left: 14px;
    }

    .page-template-templatestemplate-cible-php .cible-offeres .cible-list-tile img {
        margin: 20px auto;
        width: 100%;
        height: auto;
    }

    .page-template-templatestemplate-cible-php .cible-offeres .cible-list-tile {
        margin: 20px auto;
        width: 100%;
        height: auto;
    }



    .page-template-templatestemplate-cible-php .cible-offeres .cible-list-tile span {
        width: 95%;
        font-size: 30px;
        line-height: 30px;
    }

    .page-template-templatestemplate-cible-php .testimony .testimony-text span.name,
    .page-template-template-offres-pme-landing  .testimony .testimony-text span.name,
    .offres-grandes-entreprises-industrie  .testimony .testimony-text span.name,
    .page-template-templatestemplate-cible-php .testimony .testimony-text span.fction ,
    .page-template-template-offres-pme-landing  .testimony .testimony-text span.fction ,
    .offres-grandes-entreprises-industrie  .testimony .testimony-text span.fction{
        font-size: 38px;
        line-height: 40px;
    }

    .page-template-template-offres-pme-landing #block-argu .argu-content-wrap ul li,
    .offres-grandes-entreprises-industrie #block-argu .argu-content-wrap ul li {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 500px){
    .page-template-templatestemplate-cible-php .testimony .testimony-text p,
    .page-template-template-offres-pme-landing  .testimony .testimony-text p,
    .offres-grandes-entreprises-industrie  .testimony .testimony-text p {
        font-size: 21px !important;
    }

    .page-template-templatestemplate-cible-php .testimony .testimony-text span.name,
    .page-template-template-offres-pme-landing  .testimony .testimony-text span.name,
    .offres-grandes-entreprises-industrie  .testimony .testimony-text span.name,
    .page-template-templatestemplate-cible-php .testimony .testimony-text span.fction ,
    .page-template-template-offres-pme-landing  .testimony .testimony-text span.fction ,
    .offres-grandes-entreprises-industrie  .testimony .testimony-text span.fction{
        font-size: 20px;
        line-height: 20px;
        max-width: 50%;
    }
}

@media screen and (max-width: 480px){
    .page-template-templatestemplate-cible-php .testimony .img-mobile,
    .page-template-template-offres-pme-landing .testimony .img-mobile,
    .offres-grandes-entreprises-industrie .testimony .img-mobile {
        /*display: block;
        min-height: 477px;
        width: auto;
        margin-left: -100%;*/
    }

    .page-template-templatestemplate-cible-php .testimony .testimony-text ,
    .page-template-template-offres-pme-landing  .testimony .testimony-text ,
    .offres-grandes-entreprises-industrie  .testimony .testimony-text {
        top: 16px !important;
        left: 16px !important;
        width: 250px !important;
    }

    .page-template-templatestemplate-cible-php .testimony .testimony-text p ,
    .page-template-template-offres-pme-landing  .testimony .testimony-text p ,
    .offres-grandes-entreprises-industrie  .testimony .testimony-text p {
        font-size: 14px !important;
    }

    .page-template-templatestemplate-cible-php .testimony .testimony-text span.name,
    .page-template-template-offres-pme-landing  .testimony .testimony-text span.name,
    .offres-grandes-entreprises-industrie  .testimony .testimony-text span.name,
    .page-template-templatestemplate-cible-php .testimony .testimony-text span.fction ,
    .page-template-template-offres-pme-landing  .testimony .testimony-text span.fction ,
    .offres-grandes-entreprises-industrie  .testimony .testimony-text span.fction{
        font-size: 16px;
        line-height: 16px;
        max-width: 80%;
    }
}


.block-offeres-container .offer-item:hover {
    box-shadow: 0 -5px 0 0px #96d5f8 inset;
    -moz-box-shadow: 0 -5px 0 0px #96d5f8 inset;
    -webkit-box-shadow: 0 -5px 0 0px #96d5f8 inset;
    border: 0;
    color: #FFFFFF !important;
}

.block__degrade.block__degrade--green .degrade__options__list .option .option-link:hover ,
.block__degrade.block__degrade--grey .degrade__options__list .option .option-link:hover ,
.block__degrade.block__degrade--blue .degrade__options__list .option .option-link:hover ,
.block__degrade.block__degrade--purple .degrade__options__list .option .option-link:hover ,
.block__degrade.block__degrade--orange .degrade__options__list .option .option-link:hover {
    box-shadow: 0 -5px 0 0px #96d5f8 inset;
    -moz-box-shadow: 0 -5px 0 0px #96d5f8 inset;
    -webkit-box-shadow: 0 -5px 0 0px #96d5f8 inset;
    border: 0;
    color: #FFFFFF !important;
}


.block__degrade.block__degrade--green .degrade__options__list .option .option-link:hover span ,
.block__degrade.block__degrade--grey .degrade__options__list .option .option-link:hover span ,
.block__degrade.block__degrade--blue .degrade__options__list .option .option-link:hover span ,
.block__degrade.block__degrade--purple .degrade__options__list .option .option-link:hover span ,
.block__degrade.block__degrade--orange .degrade__options__list .option .option-link:hover span {
    color: #96d5f8;
}


@media (min-width: 768px){
    .navbar-nav > li {
        float: left;
        width: 14.28%;
    }
}

.block__degrade.block__degrade--green .degrade__options__list .option .option-link:hover span:before ,
.block__degrade.block__degrade--grey .degrade__options__list .option .option-link:hover span:before ,
.block__degrade.block__degrade--blue .degrade__options__list .option .option-link:hover span:before ,
.block__degrade.block__degrade--purple .degrade__options__list .option .option-link:hover span:before ,
.block__degrade.block__degrade--orange .degrade__options__list .option .option-link:hover span:before {
    border-top: 2px solid #96d5f8 !important;
    border-right: 2px solid #96d5f8 !important;
}

/*
:::::::::::::::::::::::::::::::::::::::::::::::
*/


.block__widgets.col-md-3.col-sm-12.block-top {
    margin-top: 0;
}
.full-img-head img {

}

/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Sidebar Fixed
*/


.btn-modal {
    padding: 0;
    float: right;
    background: transparent;
    border: 0;
    margin: 18px 31px 0 0;
    outline: none;
}

.btn-modal img {
    margin: 0 !important;
}

#annotation {
    padding-top: 20px;
}

p.block-text {
    font-size: 22px;
    line-height: 28px;
}

.post-list__post.red .post__title {
    margin-top: 18px;
    margin-bottom: 9px;
    line-height: 22px;
}
.post-list__post.red .post__title h2,
.post-list__post.red .post__title h3 {
    color: #2A7DE1;
    font-size: 22px;
    line-height: 22px;
}


.post-list__post .post__title, .block .block__title,
.cible-list li:before, .blocks .col-container.red-title .block__title,
.blocks .col-container .block__list.red-triangle li:before, .post-list__post .post__link {

}

.blocks .col-container.red-title .block__title {
    font-size: 22px;
    line-height: 22px;
}

.blocks .col-container.red-title .block__title h2,
.blocks .col-container.red-title .block__title h3 {
    padding: 0;
    margin: 0;
    font-size: 22px;
    line-height: 22px;
}

.page-template-templatestemplate-apropos-avenir-php .block .block__title h2 ,
.page-template-templatestemplate-apropos-avenir-php .block .block__title h3 {
    font-size: 22px;
    margin: 0;
    padding: 0;
}

.events .event-post .event-post__header .event-post__title h2 ,
.events .event-post .event-post__header .event-post__title h3 {
    padding: 0;
    margin: 0;
    font-size: 22px;
    line-height: 16px;
}

.title-pme , .title-pmi {
    border-bottom: 5px solid;
    border-color: #f9e501;
    display: inline;
    font-family: "roboto", Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}

.title-pmi {
    border-color: #f9aa01;
}


.title-particuliers {
    border-bottom: 5px solid;
    border-color: #6fc5da;
    display: inline;
    font-family: "roboto", Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}

.Industriels-title {
    border-bottom: 5px solid;
    border-color: #79ac2a;
    display: inline;
    font-family: "roboto", Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}

.title-pme h6, .title-particuliers h6, .Industriels-title h6 , .title-pmi h6 {
    padding: 0;
    margin: 0;
}

.acheminement {
    font-size: 22px;
    margin: 38px 0 32px 0;
    text-transform: uppercase;
}
.acheminement h4 {
    padding: 0;
    margin: 0;
}

.wrap-template-infomarche-toutsavoir-gaz .exploitation-gaz .exploitation-gaz-item .exploitation-gaz-title h5 {
    padding: 0;
    margin: 0;
}

/*

=====================================
            Demande Devis
=====================================
*/


.aside-block {
    background: #525354;
    /*border: 1px solid #797979;*/
    margin-bottom: 39px;
    padding: 20px 10px;
    color: #ffffff;
}

.aside-block .aside-block-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'DINNextLTPro-regular';
    font-weight: 500;
}

.aside-block .aside-block-title h2, .aside-block .aside-block-title h3{
    margin: 0;
    font-size: 18px;
}

.aside-block .aside-block-content {

}

.aside-block .aside-block-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.aside-block .aside-block-content ul li , .aside-block .aside-block-content p {
    text-align: center ;
    line-height: 30px;
    font-size: 14px;
    margin: 0;
}

.aside-block .small-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'DINNextLTPro-regular';
    font-weight: 500;
}

.aside-block .small-title h2, .aside-block .small-title h3{
    margin: 0;
    font-size: 18px;
}

/*
.aside-block .aside-block-content.list-style ul {
    counter-reset: section;
}
*/

.aside-block .aside-block-content.list-style li {
    text-align: left;
    position: relative;
    /*padding: 0 0 0 30px;*/
    line-height: 20px;
    /*margin-bottom: 10px;*/
    /*overflow: hidden;*/
    font-size: 15px;
    margin-bottom: 8px;
}

/*
.aside-block .aside-block-content.list-style ul li:before {
    counter-increment: section;
    content: counter(section) ".";
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-family: arial, sans-serif;
    font-weight: lighter;
    float: left;
    margin-right: 10px;
}
*/

.aside-block .aside-block-content.list-style ul li p {

}

.demander-un-devis .page-header h1 {
    /*text-align: center;*/
}

.wrapper-devis-bottom .container.container-devis.container-devis, .container.container-devis {
    width: 100%;
}

.wrapper-devis-bottom {
    background: transparent;
    padding: 0;
    margin: 0;
}

.form-devis .invert-colors input, .form-devis .invert-colors textarea, .form-devis .eon-form input {
    /*background: #ffffff;*/
    background: #e8e8e8;
    border: 1px solid #c0c0c0;
}

.form-devis .invert-colors textarea {
    height: 100px;
    background: #ffffff;
}

.form-devis .input-wrap {
    margin: 0 auto;
    width: 234px;
}

.form-devis .col-sm-6.col-sm-offset-6.col-md-6.col-md-offset-6 {
    margin: 0;
    width: 100%;
}

#form-devis-submit {
    margin: 0 auto;
    max-width: 234px;
    height: 50px !important;
    line-height: 37px;
    background: transparent !important;
    background: url('../img/input-btn.png') repeat-x 0 0 !important;
    /*border: 1px solid #696969;*/
    /*border-radius: 3px;*/
    text-transform: uppercase;
    display: block;
    padding: 0;
    background: #2A7DE1 !important;
    color: #ffffff !important;
    border: 0;
    outline: none;
    font-weight: bold;
}
#form-devis-submit:hover {
    box-shadow: 0 -5px 0 0px #96d5f8 inset;
    -moz-box-shadow: 0 -5px 0 0px #96d5f8 inset;
    -webkit-box-shadow: 0 -5px 0 0px #96d5f8 inset;
    color: #96d5f8 !important;
    border: 0;
}

.fieldset-coordonnees .title {
    margin-bottom: 15px;
}

.container-devis .checkbox-wrapper__coordonees {
    padding-top: 14px;
}

.form-devis .checkbox-wrapper label {
    margin-right: 0;
}

.votre-consommation-wrapper select[multiple] {
    width: auto !important;
    position: static !important;
    height: 60px !important;
    opacity: 1 !important;
    font-size: 11px !important;
    width: calc( 99% - 2px) !important;
    border: 1px solid #c0c0c0;
}
.votre-consommation-wrapper select[multiple] option {
    width: calc( 100% - 15px);
    white-space: normal;
}

.votre-consommation-wrapper span.customSelect {
    display: none !important;
}

.form-devis .required-field {
    font-size: 14px;
    color: #919191;
    display: block;
    margin: 28px 0;
}

.form-devis .radio-wrapper label {
    font-size: 11px;
    padding-top: 3px;
}



/*
====================================
            Slider
====================================
*/




#metaslider_container .flexslider .slides li img {
    visibility: visible !important;
    /*width: auto;
    min-width: 100%;*/

    width: 100%;
}

/*@media screen and (min-width: 768px) {*/
    #metaslider_container .flexslider .slides li img.desktop {
        position: relative;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1;
    }

    #metaslider_container .flexslider .slides li.flex-active-slide img.desktop {
        z-index: 0;
    }
/*}*/

/*
@media screen and (min-width: 768px) and (max-width: 1024px) {
    #metaslider_container .flexslider .slides li img.desktop {
        min-width: 100%;
        width: auto;

        min-height: 460px;
        height: auto;
    }
}
*/


#metaslider_container .flexslider .slides li img.mobile {
    display: none;
}

@media screen and (max-width: 768px) {

    .metaslider {
        max-height: initial !important;
    }

    .metaslider .flexslider .slides {
        max-height: initial !important;
        height: auto !important;
    }

    .flexslider .slides li {
        height: auto !important;
    }

    .flexslider .slides > li > a  {
        /*height: 478px !important;*/
        overflow: hidden;
    }

    .flexslider .slides li img {
        height: auto !important;
    }

    #metaslider_container .flexslider .slides li img.mobile {
        display: block;
    }

    #metaslider_container .flexslider .slides li img.desktop {
        display: none;
    }
}


/*
.affix {
    position: static !important;
    margin: 0 !important;
}

*/
.page-template-templatestemplate-temoignage-php .main-content h2 ,
.page-template-templatestemplate-temoignage-php .main-content  h3 ,
.page-template-templatestemplate-temoignage-php .main-content  h4 ,
.page-template-templatestemplate-temoignage-php .main-content  h5 ,
.page-template-templatestemplate-temoignage-php .main-content  h6 ,
.page-template-templatestemplate-temoignage-php .main-content  p ,
.page-template-templatestemplate-temoignage-php .main-content  span {
    font-family: arial, sans-serif !important;
    line-height: 20px !important;
}

.page-template-templatestemplate-modele-par-defaut-vide-php .main h2 ,
.page-template-templatestemplate-modele-par-defaut-vide-php .main  h3 ,
.page-template-templatestemplate-modele-par-defaut-vide-php .main  h4 ,
.page-template-templatestemplate-modele-par-defaut-vide-php .main  h5 ,
.page-template-templatestemplate-modele-par-defaut-vide-php .main  h6 ,
.page-template-templatestemplate-modele-par-defaut-vide-php .main  p ,
.page-template-templatestemplate-modele-par-defaut-vide-php .main  span {
    font-family: arial, sans-serif !important;
    line-height: 20px !important;
}

.page-template-templatestemplate-temoignage-php .main-content  h2 ,
.page-template-templatestemplate-temoignage-php .main-content  h3,
.page-template-templatestemplate-temoignage-php .main-content  h2 span ,
.page-template-templatestemplate-temoignage-php .main-content  h3 span {
    line-height: 27px !important;
}

.page-template-templatestemplate-modele-par-defaut-vide-php .main  h2 ,
.page-template-templatestemplate-modele-par-defaut-vide-php .main  h3,
.page-template-templatestemplate-modele-par-defaut-vide-php .main  h2 span ,
.page-template-templatestemplate-modele-par-defaut-vide-php .main  h3 span {
    line-height: 27px !important;
}

.page-template-default .main h2,
.page-template-default .main h3,
.page-template-default .main h2 span,
.page-template-default .main h3 span {
    line-height: 27px !important;
}


/*
    Table Responsive
*/

.table-responsive {
    border: 0;
    overflow: hidden;
    /*display: flex;*/
}

.table-responsive a:hover,
.table-responsive a:focus,
.page-template-default a:hover,
.page-template-default:focus,
.page-template-templatestemplate-modele-par-defaut-vide-php a:hover,
.page-template-templatestemplate-modele-par-defaut-vide-php a:focus{
    color: #2A7DE1 !important;
}

.table-responsive > table {
    display: block;
    width: calc(50% - 20px);
    margin-top: 0;
    float: left;
/*
    background: #eceef0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;*/
}

.table-responsive > table:nth-child(2n+1) {
    margin-right: 20px;
    clear: left;
}

.table-responsive > table  tbody , .table-responsive > table  tbody tr {
    display: block;
    width: 100%;
}

.table-responsive > table  tbody , .table-responsive > table  tbody tr:nth-child(2) {
    /*min-height: 130px;*/
    background: #f7f7f7;
}

.table-responsive > table  tbody , .table-responsive > table  tbody tr:nth-child(3) {
    min-height: 125px;
    /*background-color: rgb(247, 247, 247);*/
}

.table-responsive > table  tbody , .table-responsive > table  tbody tr:nth-child(4) {
    background: #eceef0;
}

.table-responsive > table  tbody , .table-responsive > table  tbody tr:nth-child(odd) {
    background-color: rgb(247, 247, 247);
}

.table-responsive > table  tbody , .table-responsive > table  tbody tr:last-child {
    min-height: 10px;
}

.table-responsive > table  tbody tr td {
    display: block;
    width: 100%;
}

.table-responsive > table  tbody tr td img {
    width: 100%;
    height: auto;
}

/*
.table-responsive.simple {

}

.table-responsive.simple > table tbody, .table-responsive.simple > table tbody tr {

}

.table-responsive.simple > table tbody tr:nth-child(2) {
    display: table;
}

.table-responsive.simple > table tbody tr:nth-child(2) td {
    display: table-cell;
    padding: 20px;
}

.table-responsive.simple > table tbody tr td {
    display: table-cell;
    width: 25%;
}

.table-responsive.simple > table tbody tr:nth-child(1) td {
    display: block;
    width: 100%;
}

.table-responsive.simple > table tbody tr td img {
    width: auto;
}
*/


.table-responsive.simple {
    border: 0;
    overflow: hidden;
    background-color: rgb(247, 247, 247);
}

.table-responsive.simple > table {
    margin: 0 !important;
    float: left;
    clear: none !important;
}


.table-responsive.simple > table tr {
    background: transparent;
}

.table-responsive.simple > table:nth-child(1) {
    margin: 0;
}

.table-responsive.simple > table:nth-child(1) {
    margin: 0;
}

.table-responsive.simple > table:nth-child(1) tr {
    background: #2A7DE1;
}

.table-responsive.simple > table:nth-child(1) tbody {
    min-height: initial;
}

.table-responsive.simple > table tbody tr td img {
    width: auto;
}

@media screen and (max-width: 767px) {

    .table-responsive > table {
        display: block;
        width: 100%;
        float: none;
    }

    .table-responsive.simple > table {
        width: 100% !important;
        float: none;
        min-height: initial;
    }
}



@media screen and (max-width: 980px) {
    .page-template-default .page-header {
        width: 100%;
    }
}

/*
.table-responsive {
    border: 0;
}

.table-responsive > table {
    display: block;
    width: 100% !important;
}


.table-responsive > table > tbody ,
.table-responsive > table > tbody > tr ,
.table-responsive > table > tbody > tr > td > table > tbody,
.table-responsive > table > tbody > tr > td > table > tbody > tr {
    display: block;
    width: 100% !important;
}

.table-responsive > table > tbody > tr {
    display: block;
    width: 100% !important;
    overflow: hidden;
    background: transparent !important;
}

.table-responsive > table > tbody > tr > td {
    display: block;
    float: left;
    width: 49%;
    width: calc(50% - 20px);
    margin-right: 20px;
    padding: 0;
}

.table-responsive > table > tbody > tr > td > table > tbody > tr > td {
    display: block;
    width: 100% !important;
    overflow: hidden;
}

.table-responsive > table > tbody > tr > td > table > tbody > tr > td {
    color: #000000;
}

.table-responsive > table > tbody > tr > td > table > tbody > tr > td > img {
    display: block;
    width: 100% !important;
    height: auto;
}

.table-responsive > table > tr > td img {
    width: 100%;
    height: auto;
}

.table-responsive > table > tr > td:nth-child(1){
    width: 49%;
    width: calc(50% - 20px);
}

.table-responsive > table >  tr > td:nth-child(2){
    width: 49%;
    width: calc(50% - 20px);
    margin-right: 0px;
    margin-left: 20px;
}

.table-responsive a {
    color: #2A7DE1 !important;
}


@media screen and (max-width: 767px) {
    .table-responsive {
        border: 0;
    }
    .table-responsive > table > tbody > tr > td {
        display: block;
        float: none;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
        padding: 0;
    }
}

*/

.mega-menu-numerous-items {
    position: absolute;
    left: 0;
    right: 0;
}


.mega-menu-numerous-items .row {
    margin-left: 0;
    margin-right: 0;
}

.mega-menu-numerous-items .row .mega-menu-item-content ul {
    position: static;
    display: block;
    float: left;
    width: 100%;
    /*padding: 5px 0;*/
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.mega-menu-numerous-items .row .mega-menu-item-content ul li a{
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #828080;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    background: transparent;
    width: auto;
    text-decoration: none;
    font-family: DINNextLTPro-Regular;
}

.mega-menu-numerous-items .row .mega-menu-item-content ul li a:hover {
    background: #ccc;
    color: #333 !important;
}

.mega-menu-numerous-items {
    position: absolute;
    top: 160px;
}

.mega-menu-numerous-items .container .row {
    background: #ffffff;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.mega-menu-numerous-items .container .row.nb-item-1 , .mega-menu-numerous-items .container .row.nb-item-2 {
    float: left;
}
/*
#menu-primary-navigation  > .dropdown:nth-child(4) .mega-menu-numerous-items .container .row.nb-item-2 ,
*/

#menu-primary-navigation  > .dropdown:nth-child(5) .mega-menu-numerous-items .container .row.nb-item-2 ,
#menu-primary-navigation  > .dropdown:nth-child(6) .mega-menu-numerous-items .container .row.nb-item-2 ,
#menu-primary-navigation  > .dropdown:nth-child(7) .mega-menu-numerous-items .container .row.nb-item-2 {
    float: right;
}

.mega-menu-numerous-items .container .row .col-xs-6 ,
.mega-menu-numerous-items .container .row .col-xs-5 ,
.mega-menu-numerous-items .container .row .col-xs-4 ,
.mega-menu-numerous-items .container .row .col-xs-3 ,
.mega-menu-numerous-items .container .row .col-xs-2 ,
.mega-menu-numerous-items .container .row .col-xs-1 {
    background: #fff;
    padding: 20px 20px 20px 0;
}

.mega-menu-numerous-items .container .row .col-xs-6 {
    max-width: 319px;
    min-width: 319px;
}

.mega-menu-numerous-items .container .row .nav-menu {
    min-height: 249px;
    padding: 0 20px 0 0;
}

.mega-menu-numerous-items .container .row .nav-menu .mega-menu-item-content {
    padding: 0px 0 20px;
    background: #f4f4f4 !important;
    overflow: hidden;
    min-height: 249px;
}

.mega-menu-numerous-items .mega-menu-item-content  {
    background: #ffffff;
}

.mega-menu-numerous-items .mega-menu-item-content .link-nav {
    display: block;
    /*width: 285px;*/
    width: 100%;
    height: 209px;
    background-size: cover !important;
    text-decoration: none;
}

.lte9 .navbar-default .navbar-nav > li a.link-nav {
    width: 100%;
    height: 209px;
}

.mega-menu-numerous-items .mega-menu-item-content .link-nav .img-wrap {
    display: inline-block;
    width: 100%;
    text-align: center;
    min-height: 134px;
    max-height: 134px;
    line-height: 153px;
}

.mega-menu-numerous-items .mega-menu-item-content .link-nav .img-wrap + span {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Arial', Arial, sans-serif !important;
    padding: 0 37px;
    line-height: 18px;
    height: 80px;
    overflow: hidden;
}

.mega-menu-numerous-items .mega-menu-item-content ul  {
    position: static;
    display: block;
    border: 0;
    box-shadow: none;
    background: #f4f4f4;
    /*border: 1px solid #cccccc;*/
    /*border: 1px solid rgba(0, 0, 0, 0.15);*/
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.dropdown-menu{
    border: 0 !important;
}

.mega-menu-numerous-items .mega-menu-item-content ul li a:before {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #dbdcdd;
}

.mega-menu-numerous-items .mega-menu-item-content ul li a:hover:before {
    background: #ccc;
}

.mega-menu-numerous-items .mega-menu-item-content ul li:last-child a:before {
    display: none;
}

@media screen and (max-width: 767px) {
    .navbar-default .navbar-nav > li .mega-menu-numerous-items {
        display: block;
        position: static;
    }

    .navbar-default .navbar-nav > li .mega-menu-numerous-items .container {
        padding: 0;
    }

    .mega-menu-numerous-items .container .row {
        background: #f4f4f4 !important;
    }

    .mega-menu-numerous-items .container .row .nav-menu {
        min-height: 0;
    }

    .mega-menu-numerous-items .container .row .col-xs-6,
    .mega-menu-numerous-items .container .row .col-xs-5,
    .mega-menu-numerous-items .container .row .col-xs-4,
    .mega-menu-numerous-items .container .row .col-xs-3,
    .mega-menu-numerous-items .container .row .col-xs-2,
    .mega-menu-numerous-items .container .row .col-xs-1 {
        padding: 0 10px;
        width: 100%;
        max-width: 100% !important;
        margin-bottom: 10px;
        background: #f4f4f4 !important;
    }

    .mega-menu-numerous-items .container .row .col-xs-6 {
        min-width: initial;
    }

    .mega-menu-numerous-items {
        background: #f4f4f4 !important;
    }

    .mega-menu-numerous-items .container .row .nav-menu {
        background: #f4f4f4 !important;
    }

    .mega-menu-numerous-items .mega-menu-item-content .link-nav {
        height: 136px;
    }

    .mega-menu-numerous-items .mega-menu-item-content {
        background: #ffffff;
        width: 100%;
        min-height: initial;
    }

    .mega-menu-numerous-items .container .row.nb-item-1, .mega-menu-numerous-items .container .row.nb-item-2 {
        float: none;
    }

    #menu-primary-navigation  > .dropdown:nth-child(4) .mega-menu-numerous-items .container .row.nb-item-2 ,
    #menu-primary-navigation  > .dropdown:nth-child(5) .mega-menu-numerous-items .container .row.nb-item-2 {
        float: none;
    }

    .mega-menu-numerous-items .mega-menu-item-content .link-nav .img-wrap {
        display: inline-block;
        width: 140px;
        text-align: center;
        height: 136px;
        line-height: 136px;
        float: left;
        padding-left: 78px;
        min-height: initial !important;
    }

    .mega-menu-numerous-items .mega-menu-item-content .link-nav .img-wrap + span {
        text-align: left;
        padding: 46px 0 0 29px;
        font-size: 16px;
        float: left;
        width: auto;
        max-width: 170px;
        height: auto;
        overflow: visible;
    }
}


#Modalvisuel {
    overflow-x: hidden;
    overflow-y: auto;
}

#Modalvisuel .modal-dialog {
    width: 490px;
    margin: 0 auto;
}

#Modalvisuel .modal-dialog .modal-options a, #Modalvisuel .modal-dialog .modal-options a img {
    display: block;
    width: 450px;
    height: 450px;
}

#Modalvisuel .modal-devis-header {
    height: 58px;
}

#Modalvisuel .modal-dialog .modal-options  {
    margin: 0 20px 20px;
}


#Modalvisuel .modal-dialog .modal-options a {
    display: block;
    width: 100%;
}

#Modalvisuel .modal-dialog .modal-options a img {
    display: block;
    width: 100%;
    height: 100%;

}

/*
#Modalvisuel .modal-dialog .modal-options a {
    padding: 40px 0;
    margin: 0 auto;
    display: block;
    width: 450px;
}

#Modalvisuel .modal-dialog .modal-options a img {
    display: block;
    width: 450px;
    height: 450px;
}
*/

body.modal-open {
    /*overflow: hidden;
    position: fixed;*/

    /*position: relative;*/
    /*width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;*/
}

/*
body.modal-open {
    overflow: hidden;
    position: fixed;
    right: 0;
    left: 0;
}
*/

#Modalvisuel .modal-dialog {
    top: 78px;
}

/*
#Modalvisuel .modal-dialog .modal-content {
    min-height: 330px;
}*/

@media screen and (max-width: 768px){
    /*body.modal-open {
        overflow: hidden;
        position: fixed;

        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
    }*/

    body.modal-open #Modalvisuel {
        /*min-height: 670px;*/
    }
}



@media screen and (max-width: 500px){
    #Modalvisuel .modal-dialog .modal-options a {
        padding: 10px 0;
        margin: 0 auto;
        display: block;
        width: 100%;
    }

    #Modalvisuel .modal-dialog .modal-options a img {
        display: block;
        width: 100%;
        height: 100%;
    }
}


@media screen and (max-width: 668px){
    #Modalvisuel .modal-dialog .modal-options a,  #Modalvisuel .modal-dialog .modal-options a img {
        display: block;
        width: 430px;
        height: 430px;
    }

    #Modalvisuel .modal-dialog {
        width: 490px;
        margin: 0 auto;
    }

    #Modalvisuel .modal-dialog .modal-options a, #Modalvisuel .modal-dialog .modal-options a img {
        display: block;
        width: 450px;
        height: 450px;
    }
}


@media screen and (max-width: 440px){

    #Modalvisuel .modal-dialog {
        width: 410px;
        margin: 0 auto;
    }

    #Modalvisuel .modal-dialog .modal-options a, #Modalvisuel .modal-dialog .modal-options a img {
        display: block;
        width: 380px;
        height: 380px;
    }
}



@media screen and (max-width: 570px){
    body.modal-open #Modalvisuel {

    }

    #Modalvisuel .modal-dialog {
        width: 280px;
        /*min-height: 330px;*/
    }

    #Modalvisuel .modal-dialog .modal-options a, #Modalvisuel .modal-dialog .modal-options a img {
        width: 238px;
        height: 238px;
    }

    #Modalvisuel .modal-dialog .modal-options a {
        height: 258px;
    }
}


@media screen and (max-width: 480px){
    .mega-menu-numerous-items .mega-menu-item-content .link-nav .img-wrap + span {
        max-width: 130px;
    }

    .mega-menu-numerous-items .mega-menu-item-content .link-nav .img-wrap {
        width: 142px;
        padding-left: 24px;
    }
}

/*
@media screen and (max-width: 510px){
    #Modalvisuel .modal-dialog {
        width: 90%;
        margin: 0 auto;
    }

    #Modalvisuel .modal-dialog .modal-options a img {
        display: block;
    }
}
*/

body.fixed-header {
    padding-top: 160px;
}

body.fixed-header.fixed-header {
    padding-top: 128px;
}




body.fixed-header header{
    position: fixed !important;
    top: -80px;
    left: 0;
    right: 0;

    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

body header .container .logo-nav {
    display: none;
    width: auto;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);

    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

body header .container .logo-nav a {
    opacity: 0;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);

    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


@media screen and (min-width: 768px){
    body {
        padding-top: 160px;
    }

    body.admin-bar {
        padding-top: 128px;
    }

    body header {
        /*top: -210px;*/
        top: 0px;
        left: 0;
        right: 0;
        position: fixed !important;

        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;

        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        -webkit-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;


    }

    body.fixed-header {
        padding-top: 160px;
    }

    body.fixed-header.admin-bar {
        padding-top: 128px;
    }

    body.fixed-header header{
        position: fixed;
        top: -80px;
        left: 0;
        right: 0;
    }

    body.fixed-header .navbar-default .navbar-nav > li.has-megamenu {
        position: relative;
    }

    body.fixed-header .navbar-default .navbar-nav > li.has-megamenu .mega-menu-numerous-items {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
    }

    body.fixed-header .navbar-default .navbar-nav > li.has-megamenu .mega-menu-numerous-items .container {
        padding: 0;
        width: 100%;
    }

    body.fixed-header .navbar-default .navbar-nav > li.has-megamenu .mega-menu-numerous-items .row .col-xs-6 ,
    body.fixed-header .navbar-default .navbar-nav > li.has-megamenu .mega-menu-numerous-items .row .col-xs-5 ,
    body.fixed-header .navbar-default .navbar-nav > li.has-megamenu .mega-menu-numerous-items .row .col-xs-4 ,
    body.fixed-header .navbar-default .navbar-nav > li.has-megamenu .mega-menu-numerous-items .row .col-xs-3 ,
    body.fixed-header .navbar-default .navbar-nav > li.has-megamenu .mega-menu-numerous-items .row .col-xs-2 ,
    body.fixed-header .navbar-default .navbar-nav > li.has-megamenu .mega-menu-numerous-items .row .col-xs-1 {
        display: none;
    }

    body.fixed-header .navbar-default .navbar-nav > li.has-megamenu .mega-menu-numerous-items .row .nav-menu {
        display: block !important;
        padding: 0;
        max-width: 100%;
        min-width: 100%;
        min-height: initial;
    }

    body.fixed-header .mega-menu-numerous-items .container .row .nav-menu .mega-menu-item-content {
        padding: 0px;
        min-height: initial;
    }



    body.fixed-header header .container .logo-nav {
        display: inline-block;
        float: left;
        opacity: 1;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);

        /*border-left: 1px solid #434445;*/
    }

    body.fixed-header header .container .logo-nav a {
        display: block;
        float: left;
        opacity: 1;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        margin: 13px 0 0 0 !important;
    }
    body.fixed-header header .container .logo-nav a img{
        max-width: 84px !important;
    }
    body header .container .navbar-collapse {
       /* -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;*/
    }

    body.fixed-header header .container .navbar-collapse {
        float: right;
        width: calc(100% - 91px);
    }

    body.fixed-header header .container .navbar-collapse {
        float: right;
        width: calc(100% - 91px);
    }
}


@media screen and (max-width: 768px){
    .banner .main-tagline {
        padding-left: 110px !important;
    }
}


@media screen and (max-width: 767px){
    body.fixed-header {
        padding-top: 80px;
    }

    body.fixed-header header{
        position: fixed;
        top: 0px;
        left: 0;
        right: 0;
    }

    /*.navbar-default .navbar-nav > li {
        border: 0;
    }

    .navbar-collapse {
        background: transparent;
        border: 0;
    }

    .navbar-collapse ul {
        //background: #1E1E1E;
        background: transparent;
        border: 0;
    }
    .navbar-collapse > ul > li {
        botder-bottom: 1px solid #1E1E1E;
        border: 0;
    }
    .navbar-collapse > ul > li:last-child {
        margin-bottom: -1px;
    }*/

    .navbar-collapse {
        -webkit-box-shadow: 0px 20px 39px -4px rgba(255, 255, 255, 0.8);
        box-shadow: 0px 20px 39px -4px rgba(255, 255, 255, 0.8);
        -webkit-overflow-scrolling: touch;
    }
}

#menu-primary-navigation li .hidden-xs.hidden-sm {
    display : block;
}



@media screen and (max-width: 991px) and (min-width: 768px){
    .navbar-default .navbar-nav > li > a {
        height: 80px;
        font-size: 12px;
    }
}


/*
    ===========================================================================================
*/

#remind-me {

}

#remind-me .modal-options, #remind-me-response .modal-options {
    padding: 20px 60px;
    margin: 20px auto;
    text-align: left;
}

#remind-me .recall-form-message, #remind-me-response .recall-form-message {
    font-size: 21px;
    line-height: 25px;
    /*color: #FFFFFF;*/
}

#remind-me .recall-form-message.error, #remind-me-response .recall-form-message.error {
    color: red;
}

#remind-me .modal-options p {
    text-align: left;
    padding: 10px 0;
}
 #remind-me-response  .modal-options p {
    text-align: left!important;
}
#remind-me .modal-options .form-wraper, #remind-me-response .modal-options .form-wraper {
    text-align: left;
    /*background: #f5f5f5;*/
}

#remind-me .modal-options .form-wraper h2, #remind-me-response .modal-options .form-wraper h2{
    /*color : #2A7DE1;*/
    color : #FFFFFF;

    background: url('../img/recall.png') no-repeat -5px center;
    padding-left: 25px;
}

#remind-me .modal-options .form-wraper p, #remind-me-response .modal-options .form-wraper p {
    color : #FFFFFF;
}

#remind-me .modal-options .form-wraper form p, #remind-me-response .modal-options .form-wraper form p {
    padding: 0;
}

#remind-me .modal-options .form-wraper form p > span, #remind-me-response .modal-options .form-wraper form p > span {
    display: inline-block;
    width: calc(100% - 200px);
}

#remind-me .modal-options .form-wraper form p > span .not-valid-tip, #remind-me-response .modal-options .form-wraper form p > span .not-valid-tip {
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
    padding: 10px;
    margin-bottom: 5px;
    color: #c11608;
    background: #bbbbbb;
    font-size: 14px;
}

#remind-me .modal-options .form-wraper form p label, #remind-me-response .modal-options .form-wraper form p label {
    display: inline-block;
    width: 190px;
    font-size: 16px;
    color: #FFFFFF;
}

#remind-me .modal-options .form-wraper form p input,
#remind-me .modal-options .form-wraper form p select,
#remind-me-response .modal-options .form-wraper form p input,
#remind-me-response .modal-options .form-wraper form p select {
    display: inline-block;
    width: 100%;
    /*background: #e8e8e8;
    border: 1px solid #c0c0c0;*/
    border: 0;
    font-size: 14px;
    height: 30px;
    padding: 0 5px;
    color: #323232;
}

#remind-me .modal-options .form-wraper form p button, #remind-me-response .modal-options .form-wraper form p button {
    display: block;
    margin: 16px auto 0;
    max-width: 234px;
    height: 50px !important;
    line-height: 37px;
    background: transparent !important;
    text-transform: uppercase;
    display: block;
    padding: 0 50px;
    background: #2A7DE1 !important;
    color: #ffffff !important;
    border: 0;
    outline: none;
    font-weight: bold;
    position: relative;
}

#remind-me .modal-options .form-wraper form p button i, #remind-me-response .modal-options .form-wraper form p button i {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    left: 36px;
    top: 20px;
}


#remind-me .modal-options .form-wraper form p button:hover, #remind-me-response .modal-options .form-wraper form p button:hover {
    box-shadow: 0 -5px 0 0px #96d5f8 inset;
    -moz-box-shadow: 0 -5px 0 0px #96d5f8 inset;
    -webkit-box-shadow: 0 -5px 0 0px #96d5f8 inset;
    color: #96d5f8 !important;
}

#remind-me .modal-options .form-wraper form p button:hover i, #remind-me-response .modal-options .form-wraper form p button:hover i{
    border-top: 2px solid #96d5f8;
    border-right: 2px solid #96d5f8;
}

#remind-me .modal-options .form-wraper form p span.obligatoire, #remind-me-response .modal-options .form-wraper form p span.obligatoire {
    font-size: 12px;
    padding-top: 12px;
    /*color: #FFFFFF;*/
    color: #919191;
}


.devenir-partenaire  .main-content p {
    font-size: 14pt;
    font-family: arial, sans-serif !important;
    line-height: 20px !important;
    color: #424242;
}

.devenir-partenaire  .form-devis {
    padding-top: 36px;
}

.renouvellement-contrat  .main-content p {
    font-size: 14pt;
    font-family: arial, sans-serif !important;
    line-height: 20px !important;
    color: #424242;
}

.renouvellement-contrat  .form-devis {
    padding-top: 36px;
}
.renouvellement-contrat  .frm_style_formidable-style.with_frm_style select {
    height: 40px !important; 
} 

.renouvellement-contrat .frm_style_formidable-style.with_frm_style div.frm_description {
    color: #cf8786 !important; 
} 


#remind-me .modal-dialog .modal-content, #remind-me .modal-dialog .modal-content {
    background: #34b1f1;
}


.container-newsletter .btn-back-home a.block__btn{
    position: relative;
    border: 0;
}

.container-newsletter .btn-back-home a.block__btn:before {
    content: '>';
    display: block;
    width: 8px;
    height: 8px;
    line-height: 8px;
    position: absolute;
    /*border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);*/
    left: 16px;
    top: 25px;
}

.container-newsletter .btn-back-home a.block__btn:hover {
    box-shadow: 0 -5px 0 0px #96d5f8 inset;
    -moz-box-shadow: 0 -5px 0 0px #96d5f8 inset;
    -webkit-box-shadow: 0 -5px 0 0px #96d5f8 inset;
    color: #96d5f8 !important;
}

.container-newsletter .btn-back-home a.block__btn:hover:before {
   /* border-top: 2px solid #96d5f8 !important;
    border-right: 2px solid #96d5f8 !important;*/
}

#remind-me .modal-content .modal-options .dv-title, #remind-me-response .modal-content .modal-options .dv-title {
    background: #00C350;
    width: 319px;
    padding: 29px;
    float: left;
    color: #ffffff;
}

@media (max-width: 890px){
    #remind-me .modal-content .modal-options .dv-title, #remind-me-response .modal-content .modal-options .dv-title {
        width: 100%;
    }
}

#remind-me .modal-content .modal-options .dv-title h2, #remind-me-response .modal-content .modal-options .dv-title h2 {
   border-bottom: 2px solid #c4335e;
   padding: 116px 8px 40px;
   margin-bottom: 40px;
   font-size: 36px;
   color: #FFFFFF;
   text-align: center;
   background: url('../img/recall-icon.png') no-repeat center 0;

}

#remind-me .modal-content .modal-options .dv-title strong ,
#remind-me .modal-content .modal-options .dv-title p,
#remind-me-response .modal-content .modal-options .dv-title strong ,
#remind-me-response .modal-content .modal-options .dv-title p {
    font-size: 18px;
    padding: 0;
}

#remind-me .modal-dialog .modal-content, #remind-me-response .modal-dialog .modal-content {
    background: #FFFFFF;
    border: 0;
    position: relative;
}


#remind-me .modal-dialog .modal-content .modal-devis-header, #remind-me-response .modal-dialog .modal-content .modal-devis-header {
    position: absolute;
    right: 0px;
}

#remind-me .modal-dialog .modal-content .modal-options, #remind-me-response .modal-dialog .modal-content .modal-options {
    padding: 0;
    margin: 0;
}


#remind-me .modal-content .modal-options .dv-form-wrap, #remind-me-response .modal-content .modal-options .dv-form-wrap {
    padding: 60px 81px 0;
    width: 561px;
    float: left;
}

@media (max-width: 890px){
    #remind-me .modal-content .modal-options .dv-form-wrap, #remind-me-response .modal-content .modal-options .dv-form-wrap {
        width: 100%;
        padding: 60px 81px 60px;
    }
}

@media (max-width: 600px){
    #remind-me .modal-content .modal-options .dv-form-wrap, #remind-me-response .modal-content .modal-options .dv-form-wrap {
        padding: 30px 20px;
        width: 100%;
    }
}

#remind-me .modal-content .modal-options .dv-form-wrap .field-wrap, #remind-me-response .modal-content .modal-options .dv-form-wrap .field-wrap {
    height: 67px;
    line-height: 67px;
    background: #ececec;
    margin-bottom: 30px;
    position: relative;
}



@media (max-width: 600px){
    #remind-me .modal-content .modal-options .dv-form-wrap .field-wrap, #remind-me-response .modal-content .modal-options .dv-form-wrap .field-wrap {
        height: auto;
        overflow: hidden;
    }
}

#remind-me .modal-content .modal-options .dv-form-wrap label, #remind-me .modal-content .modal-options .dv-form-wrap > span,
#remind-me-response .modal-content .modal-options .dv-form-wrap label, #remind-me-response .modal-content .modal-options .dv-form-wrap > span{
    float: left;
    width: auto;
    font-family: 'DINNextLTPro-Regular', Arial, sans-serif !important;
    font-weight: 200;
    font-size: 18px;
    color: #1E1E1E;
    padding: 0 10px;
    /*text-transform: capitalize;*/
}

#remind-me .modal-content .modal-options .dv-form-wrap .demande-type, #remind-me-response .modal-content .modal-options .dv-form-wrap .demande-type {
    width: auto;
    max-width: 225px;
    float: right;
}

@media (max-width: 600px){
    #remind-me .modal-content .modal-options .dv-form-wrap .demande-type, #remind-me-response .modal-content .modal-options .dv-form-wrap .demande-type {
        width: 100%;
        max-width: 100%;
        float: none;
    }
}

#remind-me .modal-content .modal-options .dv-form-wrap .field-wrap .demande-type input {
    height: 14px;
    width: auto;
    margin-right: 10px;
    margin: 26px 10px 0 0;
    display: block;
    float: left;
}

#remind-me .modal-content .modal-options .dv-form-wrap .field-wrap input.error {
    border: 1px solid red !important;
    color: red;
}

#remind-me .modal-content .modal-options .dv-form-wrap .field-wrap .demande-type label, #remind-me .modal-content .modal-options .dv-form-wrap .field-wrap .demande-type > span {
    float: left;
    width: auto;
    font-size: 14px;
    font-family: 'DINNextLTPro-Regular', Arial, sans-serif !important;
    font-weight: 200;
    color: #1E1E1E;
    margin-right: 25px;
    line-height: 67px;
}

#remind-me .modal-content .modal-options .dv-form-wrap .field-wrap #nom ,
#remind-me .modal-content .modal-options .dv-form-wrap .field-wrap #tel {
    height: 67px;
    line-height: 67px;
    background: #ececec;
    border: 0;
    outline: none;
    display: block;
    width: 100%;
    padding: 0 10px;
    font-size: 18px;
}

#remind-me .modal-content .modal-options .dv-form-wrap .submit-wrap {
    padding-top: 30px
}

#remind-me .modal-content .modal-options .dv-form-wrap .submit-wrap button {
    height: 85px !important;
    line-height: 85px;
    font-size: 14px;
    margin: 0;
    max-width: 100%;
    display: block;
    float: none;
    width: 100%;
}

@media (min-width: 890px){
    #remind-me .modal-dialog, #remind-me-response .modal-dialog {
        width: 880px;
    }
}


#remind-me .modal-content .modal-options .dv-form-wrap input::-moz-placeholder {
    color: #1E1E1E;
    font-weight: 200;
    font-family: 'DINNextLTPro-Regular', Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

#remind-me .modal-content .modal-options .dv-form-wrap input::-ms-input-placeholder {
    color: #1E1E1E;
    font-weight: 200;
    font-family: 'DINNextLTPro-Regular', Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
}


#remind-me .modal-content .modal-options .dv-form-wrap input::-webkit-input-placeholder {
    color: #1E1E1E;
    font-weight: 200;
    font-family: 'DINNextLTPro-Regular', Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

#remind-me .modal-content .modal-options .dv-form-wrap input:-moz-placeholder ,
#remind-me .modal-content .modal-options .dv-form-wrap textarea:-moz-placeholder {
    color: #1E1E1E;
    font-weight: 200;
    font-family: 'DINNextLTPro-Regular', Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
}


#remind-me .modal-content .modal-options .dv-form-wrap input:-ms-input-placeholder {
    color: #1E1E1E;
    font-weight: 200;
    font-family: 'DINNextLTPro-Regular', Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
}


#remind-me .modal-content .modal-options .dv-form-wrap input:-webkit-input-placeholder {
    color: #1E1E1E;
    font-weight: 200;
    font-family: 'DINNextLTPro-Regular', Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

#remind-me .modal-content .modal-options .dv-form-wrap input::-webkit-input-placeholder {
    color: #1E1E1E;
    font-weight: 200;
    font-family: 'DINNextLTPro-Regular', Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

#remind-me .modal-options .form-wraper form  span.not-valid-tip {
    border: 1px solid red;
    color: red;
    line-height: 25px;
    width: 100%;
    position: absolute;
    bottom: -27px;
}


#remind-me .modal-dialog, .modal-access #remind-me .modal-dialog, #remind-me-response .modal-dialog, .modal-access #remind-me-response .modal-dialog {
    top: 50px;
}

.checked-wrap.error {
    border: 1px solid red;
}


@media screen and (max-width: 991px){
    .metaslider .flexslider .slides .caption-wrap {
        /*min-height: initial !important;*/
        bottom: auto;
    }
}

@media screen and (max-width: 767px){
    .form-devis .dv-st-label label {
        min-height: 45px;
    }
}
@media screen and (max-width: 480px){
    .form-devis .dv-st-label label {
        min-height: 64px;
    }
}

.ie .metaslider .flexslider .slides .caption-center .caption-wrap ,
.lte9 .metaslider .flexslider .slides .caption-center .caption-wrap ,
.gte9 .metaslider .flexslider .slides .caption-center .caption-wrap {
    padding-top: 20px !important;
}
.ie .metaslider .flexslider .slides .caption-wrap .caption .sld-picto-wrap ,
.lte9 .metaslider .flexslider .slides .caption-wrap .caption .sld-picto-wrap ,
.gte9 .metaslider .flexslider .slides .caption-wrap .caption .sld-picto-wrap {
    margin-bottom: 10px !important;
}


.ie .metaslider ,
.lte9 .metaslider  ,
.gte9 .metaslider  {
    max-height: 820px !important;
    overflow: visible  !important;
}

.ie .metaslider .flexslider ,
.lte9 .metaslider .flexslider ,
.gte9 .metaslider .flexslider {
    max-height: 820px !important;
    overflow: visible  !important;
}


.ie .metaslider .flexslider .slides ,
.lte9 .metaslider .flexslider .slides ,
.gte9 .metaslider .flexslider .slides {
    max-height: 820px !important;
    overflow: visible  !important;
}

.banner .top-bar .top-buttons button.btn-espace-clients.btn-remind-me {
    display:none;
}


noscript{
    display: none;
}


/*

    Page Media

*/

.media-nav {

}

.media-nav ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.media-nav ul li {
    background: #1E1E1E;
    float: left;
    position: relative;
}

/*
.media-nav.mobile ul li  {
    display: none;
}
*/

.media-nav.mobile  {
    display: none;
}

@media (max-width: 767px){
    .media-nav ul li  {
        display: none;
        float: none;
    }

    .media-nav ul li.active  {
        display: block;
    }

    .media-nav.mobile {
        display: block;
    }

    .media-nav.mobile ul li  {
        display: block;
    }

    .media-nav.mobile ul li.active  {
        display: none;
    }
}

.media-nav.el-1 ul li {
    width: 100%;
}

.media-nav.el-2 ul li {
    width: calc(100%/2);
}

.media-nav.el-3 ul li {
    width: calc(100%/3);
}

.media-nav.el-4 ul li {
    width: calc(100%/4);
}

@media (max-width: 767px){
    .media-nav.el-2 ul li ,
    .media-nav.el-3 ul li ,
    .media-nav.el-4 ul li {
        width: 100%;
    }
}



.media-nav ul li.active , .media-nav ul li.active:hover {
    background: #2A7DE1;
}

.media-nav ul li.active:after {
    content: "";
    top: 100%;
    left: 50%;
    height: 0;
    width: 0;
    position: absolute;
    border: solid transparent;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #2A7DE1;
    border-width: 7px;
    margin-left: -7px;
}

.media-nav ul li:hover {
    background: #2d2e2f;
}


.media-nav ul li a {
    display: block;
    width: 100%;
    min-height: 80px;
    line-height: 80px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    border-right: 1px solid #474748;
}

@media (max-width: 767px){
    .media-nav ul li a {
        border-right: 0;
        border-bottom: 1px solid #474748;
    }
}

.media-nav ul li.active a , .media-nav ul li:last-child a {
    border: 0;
}


.media-liste {
    padding-top: 20px;
    clear: both;
    margin-bottom: 10px;
}

@media (max-width: 991px){
    .media-liste {
        padding-top: 0;
    }
}


.media-liste > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.media-liste > ul > li {
    width: calc(100%/3);
    float: left;
    height: 231px;
}

@media (max-width: 991px){
    .media-liste > ul > li {
        width: calc(100%/2);
    }
}

@media (max-width: 767px){
    .media-liste > ul > li {
        width: 100%;
    }
}

.media-liste  > ul > li:nth-child(odd) {
    background-color: #c1e3fc;
}

.media-liste  > ul > li:nth-child(odd) .picto-euro {
 background-image: url('../img/picto-euro-light.png');
 background-position: center center;
 background-repeat: no-repeat;
}

.media-liste  > ul > li:nth-child(odd) .picto-gas {
 background-image: url('../img/picto-flame-light.png');
 background-position: center center;
 background-repeat: no-repeat;
}

.media-liste  > ul > li:nth-child(odd) .picto-bulb {
 background-image: url('../img/picto-bulb-light.png');
 background-position: center center;
 background-repeat: no-repeat;
}

.media-liste  > ul > li:nth-child(odd) .picto-uniper {
 /*background-image: url('../img/picto-uniper-light.png');*/
 background-position: center center;
 background-repeat: no-repeat;
}

.media-liste  > ul > li:nth-child(odd) .picto-electricity {
 background-image: url('../img/picto-offer-light.png');
 background-position: center center;
 background-repeat: no-repeat;
}

.media-liste  > ul > li:nth-child(even) {
    background-color: #e6f4fe;
}


.media-liste  > ul > li:nth-child(even) .picto-euro {
    background-image: url('../img/picto-euro-strong.png');
    background-position: center center;
    background-repeat: no-repeat;
}


.media-liste  > ul > li:nth-child(even) .picto-gas {
    background-image: url('../img/picto-flame-strong.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.media-liste  > ul > li:nth-child(even) .picto-bulb {
    background-image: url('../img/picto-bulb-strong.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.media-liste  > ul > li:nth-child(even) .picto-uniper {
    /*background-image: url('../img/picto-uniper-strong.png');*/
    background-position: center center;
    background-repeat: no-repeat;
}

.media-liste  > ul > li:nth-child(even) .picto-electricity {
    background-image: url('../img/picto-offer-strong.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.media-liste  > ul > li.picto-image {
    position: relative;
}

.media-liste  > ul > li.picto-image .image-container {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .media-liste  > ul > li:nth-child(4n), .media-liste  > ul > li:nth-child(4n-3)  {
        background-color: #c1e3fc;
    }

    .media-liste  > ul > li:nth-child(4n) .picto-euro , .media-liste  > ul > li:nth-child(4n-3) .picto-euro {
        background-image: url('../img/picto-euro-light.png');
        background-position: center center;
        background-repeat: no-repeat;
    }


    .media-liste  > ul > li:nth-child(4n) .picto-gas , .media-liste  > ul > li:nth-child(4n-3) .picto-gas {
        background-image: url('../img/picto-flame-light.png');
        background-position: center center;
        background-repeat: no-repeat;
    }

    .media-liste  > ul > li:nth-child(4n) .picto-bulb , .media-liste  > ul > li:nth-child(4n-3) .picto-bulb {
        background-image: url('../img/picto-bulb-light.png');
        background-position: center center;
        background-repeat: no-repeat;
    }

    .media-liste  > ul > li:nth-child(4n) .picto-uniper , .media-liste  > ul > li:nth-child(4n-3) .picto-uniper {
        /*background-image: url('../img/picto-uniper-light.png');*/
        background-position: center center;
        background-repeat: no-repeat;
    }

    .media-liste  > ul > li:nth-child(4n) .picto-electricity , .media-liste  > ul > li:nth-child(4n-3) .picto-electricity {
        background-image: url('../img/picto-offer-light.png');
        background-position: center center;
        background-repeat: no-repeat;
    }

    .media-liste  > ul > li:nth-child(4n-2), .media-liste  > ul > li:nth-child(4n-1) {
        background-color: #e6f4fe;
    }

    .media-liste  > ul > li:nth-child(4n-2) .picto-euro , .media-liste  > ul > li:nth-child(4n-1) .picto-euro {
        background-image: url('../img/picto-euro-strong.png');
        background-position: center center;
        background-repeat: no-repeat;
    }


    .media-liste  > ul > li:nth-child(4n-2) .picto-gas , .media-liste  > ul > li:nth-child(4n-1) .picto-gas {
        background-image: url('../img/picto-flame-strong.png');
        background-position: center center;
        background-repeat: no-repeat;
    }

    .media-liste  > ul > li:nth-child(4n-2) .picto-bulb , .media-liste  > ul > li:nth-child(4n-1) .picto-bulb {
        background-image: url('../img/picto-bulb-strong.png');
        background-position: center center;
        background-repeat: no-repeat;
    }

    .media-liste  > ul > li:nth-child(4n-2) .picto-uniper , .media-liste  > ul > li:nth-child(4n-1) .picto-uniper {
        background-image: url('../img/picto-uniper-strong.png');
        background-position: center center;
        background-repeat: no-repeat;
    }

    .media-liste  > ul > li:nth-child(4n-2) .picto-electricity , .media-liste  > ul > li:nth-child(4n-1) .picto-electricity {
        background-image: url('../img/picto-offer-strong.png');
        background-position: center center;
        background-repeat: no-repeat;
    }
}

.media-liste  > ul > li.picto-image .image-container:before{
    content: "";
    display: block;
    background: rgba(0,0,0,0.3);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.media-liste  > ul > li.picto-image .image-container img {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
}

.media-liste  > ul > li.picto-image a {
    position: relative;
    z-index: 1;
}

.media-liste  > ul > li.block-video iframe{
    height: 231px;
    width: 100%;
    max-width: 100% !important;
}

.media-liste  > ul > li a {
    text-decoration: none;
    display: block;
    width: 100%;
    min-height: 231px;
    padding: 20px;
}

.media-liste  > ul > li .title {
    display: block;
    font-size: 18px;
    color: #1E1E1E;
    line-height: 24px;
    position: relative;
    font-weight: 900;
    font-family: arial, sans-serif;
    /*text-shadow: 0px 0px 0.5px #000;*/
}

.media-liste  > ul > li.picto-image .title {
    color: #FFFFFF;
}

.media-liste  > ul > li .title:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #1E1E1E !important;
    border-right: 1px solid #1E1E1E !important;

    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    position: absolute;
    right: 0;
    bottom: 0px;
}


.media-liste  > ul > li.picto-image .title:before {
    border-top: 1px solid #FFFFFF !important;
    border-right: 1px solid #FFFFFF !important;
}

.media-liste  > ul > li .tag {
   text-transform: uppercase;
    background: #FFFFFF;
    padding: 6px 10px;
    font-size: 10px;
    color: #2A7DE1;

    display: block;
    float: left;
    clear: both;
}


.media-liste  > ul > li strong {
   display: block;
    clear: both;
    padding: 20px 0;
    color: #2A7DE1;
}

.media-liste  > ul > li.picto-image strong {
    color: #FFFFFF;
}

@media (max-width: 1024px){
     .media-container {
         padding-left: 0;
         padding-right: 0;
         margin-right: 0;
         margin-left: 0;
         width: 100%;
     }
}

.view-more-blocks {
    display: block;
    width: 100%;
    text-align: center;
    padding: 30px;

    background: #2A7DE1 !important;
    color: #ffffff !important;
    text-transform: none !important;

    font-family: 'DINNextLTPro-Bold';
    font-size: 14px;
    font-weight: normal;

}

.view-more-blocks span {
    display: inline-block;
    max-width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;

    position: relative;
    overflow: visible;
    padding: 0 15px;
    font-weight: normal;
    text-transform: uppercase;
}

.view-more-blocks span:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    border-top: 2px solid #1E1E1E;
    border-right: 2px solid #1E1E1E;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    left: 0;
    top: 3px;

    border-top: 2px solid #ffffff !important;
    border-right: 2px solid #ffffff !important;
}

.pagination-media .pagination  {
    width: 100%;
    text-align: center;
    display: block;
}

.pagination-media .pagination li {

}

.pagination-media .pagination li a {
    float: none;
    border: 0;
    font-family: 'DINNextLTPro-Regular';
    font-size: 16px;
    font-weight: bold;
    color: #1E1E1E;
    background: transparent;
}

.pagination-media .pagination li a:hover {
    color: #2A7DE1;
    background: transparent;
}

.pagination-media .pagination li a.active {
    color: #2A7DE1;
}


@media (max-width: 767px){
    .container.media-container {
        padding-left: 0;
        padding-right: 0;
    }

    .view-more-blocks {
        margin: 34px 23px;
        width: calc(100% - 46px);

        padding: 24px;
        font-size: 11px;
    }

    .view-more-blocks span:before {
        top: 6px;
    }
}

.media-description {
    margin-bottom: 25px;
}

.media-description p {
    font-size: 24px;
    line-height: 30px;
}

.media-container .contact-block {
    width: 100%;
    min-height: 163px;
    clear: both;
    background: #00C350 url('../img/bg-presse.png') no-repeat right 0;
    position: relative;

}

.media-container .contact-block:after {
    content: "";
    background: #00c35099;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
    left: 0;
}

.media-container .contact-block .b-content {
    background: #00C350 url('../img/picto-folder.png') no-repeat 101px center;
    width: calc(100% - 404px);
    min-height: 163px;
    padding: 52px 0 0 254px;
    position: relative;
    z-index: 10;
}

@media (max-width: 767px){
    .media-container .contact-block .b-content {
        background: #00C350 url('../img/picto-folder-mobile.png') no-repeat 101px center;
    }
}


.view-more-blocks:hover {
    box-shadow: 0 -5px 0 0px #96d5f8 inset;
    -moz-box-shadow: 0 -5px 0 0px #96d5f8 inset;
    -webkit-box-shadow: 0 -5px 0 0px #96d5f8 inset;
    border: 0;
    color: #96d5f8 !important;
}

.view-more-blocks:hover span:before {
    border-top: 2px solid #96d5f8 !important;
    border-right: 2px solid #96d5f8 !important;
}

.media-container .contact-block .b-content:hover {
    box-shadow: 0 -8px 0 0px #00AE42 inset;
    -moz-box-shadow: 0 -8px 0 0px #00AE42 inset;
    -webkit-box-shadow: 0 -8px 0 0px #00AE42 inset;
    border: 0;
    color: #FFFFFF !important;
}



.media-container .contact-block .b-content span {
    display: block;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.media-container .contact-block .b-content a {
    display: inline-block;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-right: 20px;
    
}

@media only screen and (min-device-width: 1025px){
   .media-container .contact-block .b-content a {
      pointer-events: none;
   }
 }

/*.media-container .contact-block .b-content a:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #FFFFFF !important;
    border-right: 1px solid #FFFFFF !important;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    position: absolute;
    right: 0;
    bottom: 0px;
}*/

@media (max-width: 991px){
    .media-container .contact-block {
        background: #00C350 ;
    }
    .media-container .contact-block .b-content {
        margin: 0 auto;
        width: 500px;
        padding: 52px 0 0 254px;
    }
}

@media (max-width: 767px){
    .media-container .contact-block {
        background: #00C350 ;
        clear: both;
    }

    .media-container .contact-block .b-content {
        margin: 0 auto;
        width: 100%;
        background-position: center 44px;
        padding: 316px 100px 38px;
    }
}


@media (max-width: 480px){
    .media-container .contact-block .b-content {
        margin: 0 auto;
        width: 100%;
        background-position: center 44px;
        padding: 316px 35px 38px;
    }
}


.media-container .main-content {
    margin-bottom: 50px;
}

@media (max-width: 767px){
    .media-container .main-content {
        margin-bottom: 27px;
    }
}

.media-liste  > ul > li ul {
    padding: 0;
}

.media-liste  > ul > li li {
    list-style: none;
    padding-left: 0;
}

.media-liste  > ul > li li:before {
    content: "- ";
}

.media-liste > ul > li:nth-child(even) .picto-uniper, .media-liste > ul > li:nth-child(odd) .picto-uniper, .media-liste > ul > li:nth-child(4n-2) .picto-uniper, .media-liste > ul > li:nth-child(4n-1) .picto-uniper {
    /*background-image: url(../img/gazel_energie_light.png);*/
}

.media-liste-device {
    display: none;
}

@media (max-width: 991px){
    .media-liste-desktop {
        display: none;
    }

    .media-liste-device {
        display: block;
    }
}


@media (max-width: 767px){
    .media-liste-desktop {
        display: block;
    }

    .media-liste-device {
        display: none;
    }
}


.cat-videos {
    padding: 1px;
}

.wpcf7-list-item-label {
    font-size: 13px;
    line-height: 20px !important;
    color: #424242;
    font-family: 'DINNextLTPro-Regular', Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

.custom-icheck .wpcf7-list-item {
    margin-left: 0px;
}


.form-devis .consommation-gaz .iradio_square-grey ,
.form-devis .consommation-electricite .iradio_square-grey {
    margin-right: 4px;
}
.form-devis .consommation-gaz .wpcf7-list-item-label ,
.form-devis .consommation-electricite .wpcf7-list-item-label {
    font-size: 11px;
}

.container-devis .votre-consommation-wrapper .radio-wrapper {
    margin-bottom: 10px;
}

.container-devis .checkbox-wrapper_demande {
    padding-bottom: 0;
}

.bloc-fix-height.block__degrade.block__degrade--orange .degrade__options__list .option .option__wrap h3,
.bloc-fix-height.block__degrade.block__degrade--purple .degrade__options__list .option .option__wrap h3 {
    margin-top: 0;
}


.bloc-fix-height.block__degrade.block__degrade--orange .degrade__options__list .option .option-title,
.bloc-fix-height.block__degrade.block__degrade--purple .degrade__options__list .option .option-title {
    min-height: 48px;
    margin-top: 0;
}

.bloc-fix-height.block__degrade.block__degrade--orange .degrade__options__list .option {
    /*height: 230px;*/
    /*height: 204px;*/
    min-height: 186px;
    height: auto;
    overflow: visible;

}

.bloc-fix-height.block__degrade.block__degrade--orange .degrade__options__list .option.col-sm-12 {
    min-height: initial;
}

.bloc-fix-height.block__degrade .degrade__options__list .option .option-desc {
    font-family: 'DINNextLTPro-Regular';
    /*min-height: 49px;*/
    min-height: 64px;
    font-size: 14px;
}

.bloc-fix-height.block__degrade .degrade__options__list .option.col-sm-6  ,
.bloc-fix-height.block__degrade .degrade__options__list .option.col-sm-12 {
    margin-bottom: 10px;
}

.bloc-fix-height.block__degrade .degrade__options__list .option.col-sm-6 .option-desc ,
.bloc-fix-height.block__degrade .degrade__options__list .option.col-sm-12 .option-desc {
    /*min-height: 34px;
    min-height: 48px;*/
    min-height: initial;
}

.bloc-fix-height.block__degrade.block__degrade--orange .degrade__options__list .option.col-sm-12,
.bloc-fix-height.block__degrade.block__degrade--purple .degrade__options__list .option.col-sm-12 {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .bloc-fix-height.block__degrade.block__degrade--orange .degrade__options__list .option .option-title,
    .bloc-fix-height.block__degrade.block__degrade--purple .degrade__options__list .option .option-title {
        min-height: auto;
    }

    .bloc-fix-height.block__degrade.block__degrade--orange .degrade__options__list .option {
        height: auto;
    }
}



.bloc-fix-height.block__degrade.block__degrade--orange .degrade__options__list .option .option-link ,
.bloc-fix-height.block__degrade.block__degrade--purple .degrade__options__list .option .option-link {
    background : #96d5f8 ;
}

.bloc-fix-height.block__degrade.block__degrade--orange .degrade__options__list .option .option-link span ,
.bloc-fix-height.block__degrade.block__degrade--purple .degrade__options__list .option .option-link span {
    color : #1E1E1E ;
}

.bloc-fix-height.block__degrade.block__degrade--orange .degrade__options__list .option .option-link:hover ,
.bloc-fix-height.block__degrade.block__degrade--purple .degrade__options__list .option .option-link:hover {

    box-shadow: 0 -5px 0 0px #2A7DE1 inset;
    -moz-box-shadow: 0 -5px 0 0px #2A7DE1 inset;
    -webkit-box-shadow: 0 -5px 0 0px #2A7DE1 inset;
    border: 0;

    color : #2A7DE1 ;
}


/*****/
.bloc-fix-height.block__degrade.block__degrade--orange .degrade__options__list .option .option-link ,
.bloc-fix-height.block__degrade.block__degrade--purple .degrade__options__list .option .option-link {
    background : #96d5f8 ;
}

.bloc-fix-height.block__degrade.block__degrade--orange .degrade__options__list .option .option-link span ,
.bloc-fix-height.block__degrade.block__degrade--purple .degrade__options__list .option .option-link span {
    color : #1E1E1E ;
}

.bloc-fix-height.block__degrade.block__degrade--orange .degrade__options__list .option .option-link:hover ,
.bloc-fix-height.block__degrade.block__degrade--purple .degrade__options__list .option .option-link:hover {

    box-shadow: 0 -5px 0 0px #2A7DE1 inset;
    -moz-box-shadow: 0 -5px 0 0px #2A7DE1 inset;
    -webkit-box-shadow: 0 -5px 0 0px #2A7DE1 inset;
    border: 0;

    color : #2A7DE1 ;
}

.bloc-fix-height.block__degrade.block__degrade--orange .degrade__options__list .option .option-link:hover span  ,
.bloc-fix-height.block__degrade.block__degrade--purple .degrade__options__list .option .option-link:hover span {
    color : #2A7DE1;
}

.bloc-fix-height.block__degrade.block__degrade--orange .degrade__options__list .option .option-link:hover span:before  ,
.bloc-fix-height.block__degrade.block__degrade--purple .degrade__options__list .option .option-link:hover span:before {
    border-top : 2px solid #2A7DE1 !important;
    border-right : 2px solid #2A7DE1 !important;
}

.post-list__post.home-posts .post__title h2 {
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    overflow: visible;
}


.faq-details h1 {
    font-family: arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 45px;
    max-width: 410px;
    margin: 0 auto 42px;
    text-align: center;
    line-height: 28px;
}

.faq-details .page-intro p {
    font-family: 'DINNextLTPro-Regular';
    font-size: 14px;
    color: #323232;
    line-height: 18px;
    font-weight: 600;
}

.faq-details .page-intro {
    padding: 55px 0;
}

.faq-details .faq-nav {
    padding: 20px 0;
    border-top: 1px dashed #838383;
    border-bottom: 1px dashed #838383;
    margin-bottom: 54px;
    overflow: hidden;
}

.faq-details .faq-nav .nav-prev {
    color: #828080;
    position: relative;
    padding-left: 40px;
    float: left;
}

.faq-details .faq-nav .nav-prev:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    border-left: 2px solid #2A7DE1;
    border-bottom: 2px solid #2A7DE1;
    transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    left: 4px;
    top: 50%;
}

.faq-details .faq-nav .nav-prev span ,
.faq-details .faq-nav .nav-next span {
    display: block;
    font-size: 14px;
    color: #828080;
    text-transform: uppercase;
}

.faq-details .faq-nav .nav-prev ,
.faq-details .faq-nav .nav-next {
    max-width: 220px;
    font-size: 14px;
    color: #828080;
    text-decoration: none;
}

.faq-details .faq-nav .nav-prev:hover ,
.faq-details .faq-nav .nav-next:hover {
    color: #323232;
}

.faq-details .faq-nav .nav-next {
    padding-right: 40px;
    float: right;
    position: relative;
}

.faq-details .faq-nav .nav-next:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    border-top: 2px solid #2A7DE1;
    border-right: 2px solid #2A7DE1;
    transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    right: 4px;
    top: 50%;
}


@media screen and (max-width: 540px) {
    .faq-details .faq-nav .nav-prev ,
    .faq-details .faq-nav .nav-next {
        width: 100%;
        max-width: 100%;
    }

    .faq-details .faq-nav .nav-prev {
        margin-bottom: 20px;
    }

    .faq-details .faq-nav .nav-next {
        text-align: right;
    }
}


@media screen and (max-width: 767px) {
    .faq-template-default .block__widgets.col-md-3.col-sm-12 {
        position: static !important;
    }
}

.faq-menu {
    margin-bottom: 20px;
}

.faq-menu .faq-menu-content {
    background: #f7f7f7;
    padding: 20px;
}

.faq-menu .faq-menu-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.faq-menu .faq-menu-content > ul > li > a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px dashed #838383;
    font-size: 16px;
    color: #2A7DE1;
    text-decoration: none;
}

.faq-menu .faq-menu-content > ul > li .sub-nav {

}

.faq-menu .faq-menu-content > ul > li .sub-nav li {
    padding: 10px 0 0 14px;
    position: relative;
}

.faq-menu .faq-menu-content > ul > li .sub-nav li:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    border-top: 1px solid #2A7DE1;
    border-right: 1px solid #2A7DE1;
    transform: translateY(-50%) rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    left: 0px;
    top: 17px;
}

.faq-menu .faq-menu-content > ul > li .sub-nav:not(.opened) {
        display: none;
}

.faq-menu .faq-menu-content > ul > li .sub-nav a {
    font-size: 14px;
    color: #828080;
    text-decoration: none;
}

.faq-menu .faq-menu-content > ul > li .sub-nav a:hover,
.faq-menu .faq-menu-content > ul > li .sub-nav .active a {
    color: #323232;
}

.post-list.row.no-margin .col-container .post__text {
    min-height: initial;
}


.wrap-block-contact .text-center a {
    display: block;
    border: 0;
}

.wrap-block-contact .text-center a:hover {
    box-shadow: 0 -5px 0 0px #00C350 inset;
    -moz-box-shadow: 0 -5px 0 0px #00C350 inset;
    -webkit-box-shadow: 0 -5px 0 0px #00C350 inset;
}

.wrap-block-contact .text-center a span {
   position: relative;
}

.wrap-block-contact .text-center a span:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    left: -14px;
    top: 5px;
}

h2.list-title {
    margin: 20px 0;
    text-align: center;
}


.faq .faq-questions .faq-questions__list .question .link {
    color: #4b4b4b;
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
    width: calc(100% - 31px);
    -ms-width: calc(100% - 31px);
}

.bloc-fix-height .page-intro {
    margin-bottom: 30px;
}


.full-img-head .container .block-blue {
    width: 480px;
    max-width: 50%;
    height: 421px;
    text-align: center;
    padding-top: 60px;
    background: #2A7DE1;
}

.full-img-head .container .block-center {
    width: 100%;
    text-align: center;
    /*padding-top: 48px;*/
    padding-top: 90px;
}

.full-img-head .container .block-blue i{
    width: 204px;
    max-width: 50%;
    height: 204px;
    background: url(../img/icon-pme-pmi.png) no-repeat center center;
    background-size: 100% auto;
    display: inline-block;
}

.full-img-head .container .block-center .icon-wrp {
    min-height: 142px;
}

.full-img-head .block-center img ,
.full-img-head .block-blue img {
    position: static;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);

    max-width: 70%;
    height: auto;
}


.full-img-head .container .block-blue h1{
    color: #FFFFFF;
    font-family: arial, sans-serif;
    font-size: 27px;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0;
    padding: 30px 10px 0;
    line-height: 36px;
}

.full-img-head .container .block-center h1 {
    color: #FFFFFF;
    font-family: arial, sans-serif;
    font-size: 60px;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0;
    padding: 15px 10px 0;
    line-height: 56px;
}

.full-img-head .container .block-center h1 strong ,
.full-img-head .container .block-blue h1 strong{
    font-family: 'DINNextLTPro-Bold';
    font-weight: 100 !important;
    display: block;
}

.page-template-template-cible .offres-pme-landing-img ,
.page-template-template-offres-pme-landing .offres-pme-landing-img {
    position: absolute;
    top: 0;
}

.page-template-template-cible .full-img-head .container ,
.page-template-template-offres-pme-landing .full-img-head .container {
    position: relative;
    z-index: 9;
}

@media screen and (max-width: 960px) {
    .page-template-template-cible .full-img-head .container ,
    .page-template-template-offres-pme-landing .full-img-head .container {
        padding: 0;
        width: 100%;
    }
}


@media screen and (max-width: 767px) {
    .full-img-head .container .block-blue {
        padding: 14px 0 24px;
        height: auto;
    }

    .full-img-head .container .block-center {
        padding: 24px 0 24px;
        height: auto;
    }

    .full-img-head .container .block-blue img {
        max-width: 110px;
        height: auto;
    }

    .full-img-head .container .block-center img {
        max-width: 98px;
        height: auto;
    }

    .full-img-head .container .block-center .icon-wrp {
        min-height: 98px;
    }

    .full-img-head .container .block-blue h1 {
        font-size: 17px;
        text-transform: uppercase;
        margin: 0;
        padding-top: 10px;
        line-height: 24px;
    }

    .full-img-head .container .block-center h1 {
        font-size: 24px;
        text-transform: uppercase;
        margin: 0;
        padding-top: 4px;
        line-height: 30px;
    }
}

.bloc-fix-height.block__degrade.block__degrade--orange .degrade__options__list .option.col-sm-12 .option-title  {
    min-height: initial;
}


.bloc-fix-height.block__degrade .degrade__options__list .option.col-sm-12 .option-desc {
    min-height: initial;
}


.page-template-template-offres-pme-landing #offres-gaz .block__degrade__title  h2,
.page-template-template-offres-pme-landing #offres-electricite .block__degrade__title  h2,
.offres-grandes-entreprises-industrie #offres-gaz .block__degrade__title  span,
.offres-grandes-entreprises-industrie #offres-electricite .block__degrade__title  h2 {
    display: block;
    font-family: 'DINNextLTPro-Bold';
    font-size: 24px;
    margin: 0 0 28px;
    max-width: 100%;
    text-align: center;
    font-weight: normal;
}

.page-intro-wrap h2.page-title {
    text-transform: uppercase;
    font-family: 'DINNextLTPro-Bold';
    font-size: 45px;
}

.block__degrade .block__degrade__title h2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    text-transform: uppercase;
    padding-top: 4px;
    max-width: 90%;
}

.page-intro-wrap h2.page-title {
    padding: 0 15px;
}

h1.hidden-title {
    display: none;
}

.block__conso-link .block__conso-link-red .link-choice-conso:hover ,
.block__conso-link .block__conso-link-red a {
    text-decoration: none !important;
}

.block__conso-link .link-choice-conso ,
.link-choice-conso {
    text-decoration: none !important;
}



header .nav > li:first-child > a {
    padding: 13px 10px 10px;
    /*
        vertical-align: middle;
        display: table-cell;
        height: 80px;
    */
}

header.navbar-static-top .nav > li:first-child > a {
    padding: 13px 5px 10px;
}

.texte-seo {
    padding-top: 25px;
}


#metaslider_container {
    overflow: hidden;
    position: relative;
}

#metaslider_container > img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9;
}

#metaslider_container > img.mobile {
    display: none;
    width: 100%;
    min-height: 478px;
}

@media screen and (max-width: 768px) {

    #metaslider_container > img.mobile {
        display: block;
    }

    #metaslider_container > img.desktop {
        display: none;
    }
}

#metaslider_container #metaslider {
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
}

#metaslider_container .sldload {
    background: url(../img/ring.gif) no-repeat center center;
    width: 68px;
    height: 68px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50% , -50%);
    -ms-transform: translate(-50% , -50%);
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    z-index: 10;
}

.block__conso-link .block__conso-link-gray p,
.block__conso-link .block__conso-link-red p,
.block__conso-link .link-choice-conso p {
   margin: 0;
   padding: 0;
}

.block__conso-link .block__conso-link-gray a,
.block__conso-link .block__conso-link-red a,
.block__conso-link .link-choice-conso a {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

.block__conso-link .block__conso-link-gray a:hover, .block__conso-link .block__conso-link-gray a:focus,
.block__conso-link .block__conso-link-gray a:active, .block__conso-link .block__conso-link-gray a:visited,
.block__conso-link .block__conso-link-red a:hover, .block__conso-link .block__conso-link-red a:focus,
.block__conso-link .block__conso-link-red a:active, .block__conso-link .block__conso-link-red a:visited,
.block__conso-link .link-choice-conso a:hover , .block__conso-link .link-choice-conso a:focus ,
.block__conso-link .link-choice-conso a:active , .block__conso-link .link-choice-conso a:visited {
    color: #ffffff !important;
    outline: none;
}


.label-wrap label {
    width: 24%;
    text-align: center;
}

.label-wrap label img {
    display: inline-block;
    width: 48px;
    height: auto;
}

.label-wrap label img {
    display: inline-block;
    width: 48px;
    height: auto;
}

.label-wrap label p {
    margin: 0;
    text-align: center;
    display: table;
    width: 100%;
}

.label-wrap label p span {
    /*font-size: 10px;*/
    font-size: 12px;
    padding: 0 4px;
    height: 37px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
    line-height: 10px;
    padding-top: 5px;
}

.texte-seo {
    padding: 15px 14px;
}

.onoffswitch-label {
    height: 45px !important;
}

.switcher--1 .onoffswitch:before {
    width: 45px;
    height: 45px;
    /*background-size: 10px !important;*/
}



.onoffswitch-switch, .switcher--1 .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    width: 45px;
    height: 45px;
    background-size: 10px !important;
}

.switcher--1 .onoffswitch .onoffswitch-switch ,
.switcher--1 .onoffswitch::before {
    background-size: 16px !important;
}

.onoffswitch-inner:after, .onoffswitch-inner:before {
    height: 45px;
}

.switcher--1 .onoffswitch:after {
    height: 45px;
    width: 45px;
    background-size: 10px !important;
}

.home .block__conso-offer .block__action .first-text, .home .block__conso-offer .block__action .second-text,
.home .block__conso-offer .block__action .title-action {
    font-size: 16px;
    line-height: 45px;
}


.post-list.row.no-margin .col-container .post-list__post {
    width: 100%;
    height: 288px;
    padding: 26px 0 0;
}

.post-list.row.no-margin .col-container .post__title {
    display: table;
    width: 100%;
}


.post-list.row.no-margin .col-container .post__title span {
    /*height: 100px;*/
    height: 75px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.post-list.row.no-margin .col-container .post__title {
    padding: 0 5px 10px!important;
}

.post-list.row.no-margin .col-container .post-list__post {
    width: 100%;
    /*height: 220px;*/
    height: 195px;
    padding: 10px 0 0;
}

/*

.aside-devis-conso-wrap {
    height: 220px;
    margin-bottom: 25px;
}
*/


.aside-devis-conso-wrap .demander-devis {
    background: #00C350;
    height: 220px;
    margin-bottom: 25px;
}


.aside-devis-conso-block {
    height: 220px;
    margin-bottom: 25px;
    /*background: #96d5f8;*/

    text-align: center;
    display: table;
    width: 100%;
    position: relative;
}

.aside-devis-conso-block .block_link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.aside-devis-conso-block div {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.aside-devis-conso-block img {
    margin-bottom: 20px;
}

#conso-result-container h3 {
    min-height: 113px;
}

.aside-devis-conso-block:last-of-type {
    margin-bottom: 0;
}

.aside-devis-conso-block h2 , .aside-devis-conso-block p {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight:600;

    font-size: 20px;
    line-height: 20px;
    padding: 0 10px;
}

/*
.aside-devis-conso-block p {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 20px;
    line-height: 20px;
}
*/

.block__conso-offer .block__conso-choice .title-red {
    padding: 18px 0;
}

.block__conso-link .block__conso-link-red {
    font-size: 18px;
    padding: 47px 5% 47px!important;
}


#conso-result-container h3 div {
    display: none;
}

#conso-result-container.electricite-pme-pmi h3 #electricite-pme-pmi ,
#conso-result-container.electricite-coproprietees h3 #electricite-coproprietees ,
#conso-result-container.electricite-comptes h3 #electricite-comptes ,
#conso-result-container.electricite-collectivitees h3 #electricite-collectivitees ,
#conso-result-container.gaze-pme-pmi h3 #gaze-pme-pmi ,
#conso-result-container.gaze-coproprietees  h3 #gaze-coproprietees ,
#conso-result-container.gaze-comptes h3 #gaze-comptes ,
#conso-result-container.gaze-collectivitees  h3 #gaze-collectivitees {
    display: block;
}


.post-list .col-container {
    position: relative;
}

.post-list .col-container .option-link {
    /*position: absolute;*/
    max-width: 186px;
    margin: 0 auto 22px;
    font-family: DINNextLTPro-Bold;
    font-size: 14px;
    font-weight: 400;
    background: #2A7DE1!important;
    color: #fff!important;
    text-transform: none!important;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    line-height: 1;
}

.post-list .col-container .option-link span {
    display: inline-block;
    max-width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;

    position: relative;
    overflow: visible;
    padding: 0 15px;
    font-weight: 400;
}

.post-list .col-container .option-link span:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    border-top: 2px solid #1E1E1E;
    border-right: 2px solid #1E1E1E;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    left: 0;
    top: 3px;

    border-top: 2px solid #fff!important;
    border-right: 2px solid #fff!important;
}



@media screen and (max-width: 991px) {

    .post-list.row.no-margin .col-container .post-list__post {
        padding: 10px 0 0!important;
    }

    .aside-devis-conso {
        padding: 20px 0;
    }

    #metaslider_container {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    #metaslider_container #metaslider {
        left: 0px;
        right: 0px;
    }
}

@media screen and (max-width: 992px) {
    .post-list.row.no-margin .col-container .post-list__post {
        padding: 10px 0 0!important;
    }
}

@media screen and (max-width: 767px) {
    .post-list.row.no-margin .col-container .post-list__post {
        /*min-height: 270px;*/
        min-height: 245px;
        padding: 35px 0 0!important;
    }

    .wrapper-grey-container {
        margin: 0;
        padding: 0;
    }

    body.home .wrapper-grey {
        margin: 0;
        padding: 0;
    }

    .aside-devis-conso {
        padding: 0;
    }

    .aside-devis-conso .aside-devis-conso-wrap {
        padding: 20px 0;
    }

    .home .block__conso-offer {
        padding: 0;
        margin: 20px 0 0;
        border: 0;
    }

    .home .block__conso-offer .block__conso-link {
        padding: 0;
    }

    .block__conso-offer .block__action .block__switch {
        width: 40% !important;
        margin: 0 auto!important;
        padding-top: 0 !important;
        float: none!important;
    }

    .block__conso-offer .block__action .first-text {
        position: absolute;
        top: 15px;
        left: 0;
    }

    .block__conso-offer .block__action .second-text {
        position: absolute;
        top: 15px;
        left: auto;
        right: 0;
    }

    .home .block__conso-offer .block__conso-choice {
        background: #FFFFFF;
    }
}


.post-list.row.no-margin .col-container .post-list__post .hover {
    background: #2A7DE1;
    margin: 0;
    position: absolute;
    overflow: visible;
    width: 100%;
    bottom: 0;
    padding: 0 0 15px;
}

.post-list.row.no-margin .col-container .post-list__post:hover .hover {
    bottom: -10px !important;
    transition: .3s;
}

.post-list.row.no-margin .col-container .post-list__post .hover:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #2A7DE1;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
}


.post-list.row.no-margin .col-container:nth-child(2) .post-list__post .hover:before,
.post-list.row.no-margin .col-container:nth-child(2) .post-list__post .hover {
    background: #3c88e4;
}

.post-list.row.no-margin .col-container:nth-child(3) .post-list__post .hover:before,
.post-list.row.no-margin .col-container:nth-child(3) .post-list__post .hover {
    background: #4e93e6;
}

.post-list.row.no-margin .col-container:nth-child(4) .post-list__post .hover:before,
.post-list.row.no-margin .col-container:nth-child(4) .post-list__post .hover {
    background: #5f9ee8;
}


.home .block__conso-offer .block__conso-choice {
    border: 0;
}

.metaslider .flexslider .slides .caption-wrap .caption .sld-picto {
    min-height: 24px;
    max-height: 50px;
}

.metaslider .flexslider .slides .caption-wrap .caption .sld-picto-wrap {
    margin-bottom: 10px !important;
    min-height: 50px;
}

.navbar-default .navbar-nav>li.dropdown:hover>a:before,
.navbar-default .navbar-nav>li.dropdown>a:before {
    display: none;
}

.navbar-default .navbar-nav>li.dropdown:hover .arrow-btn ,
.navbar-default .navbar-nav>li.dropdown .arrow-btn {
    padding: 0;
    display: block;
    /*background: url(../img/ico_arrow_down.png) center center no-repeat!important;*/
    height: 60px!important;
    right: 0px!important;
    left: 0 !important;
    bottom: auto!important;
    position: absolute;
    z-index: 0;
    top: 0px;

    -moz-transform: rotate(0)!important;
    -webkit-transform: rotate(0)!important;
    -o-transform: rotate(0)!important;
    -ms-transform: rotate(0)!important;
    transform: rotate(0)!important;
}


.navbar-default .navbar-nav>li.dropdown:hover .arrow-btn:before ,
.navbar-default .navbar-nav>li.dropdown .arrow-btn:before {
    content: "";
    display: inline-block;
    background: url(../img/ico_arrow_down.png) center center no-repeat!important;
    position: absolute;
    height: 40px!important;
    top: 10px!important;
    right: 10px !important;
    width: 50px;

}

.navbar-default .navbar-nav > li:not(.dropdown):hover > a:before,
.navbar-default .navbar-nav>li:not(.dropdown).open>a:before {
    display: none;
}


@media screen and (max-width: 767px){
    .navbar-default .navbar-nav > li:not(.dropdown):hover > a:before,
    .navbar-default .navbar-nav>li:not(.dropdown).open>a:before {
        display: none;
    }

    .navbar-default .navbar-nav > li > a{
       display: inline;
       padding: 0;
    }

    .navbar-default .navbar-nav > li:first-child > a,
    .navbar-default .navbar-nav > li:last-child > a {
        display: inline;
        padding: 0;
    }

    .navbar-default .navbar-nav > li > a span{
        display: inline-block;
        padding-left: 20px;
        padding-right: 50px;
        min-height: 60px!important;
        padding-top: 20px;
        padding-bottom: 16px;
    }

    .navbar-default .navbar-nav>li.open ,
    .navbar-default .navbar-nav>li:hover  {
        background: #2d2e2f;
    }

    .navbar-default .navbar-nav > li.dropdown {
        position: relative;
        padding-right: 0;
    }

    .navbar-default .navbar-nav > li.dropdown.active-menu {
       /* padding-right: 0;*/
    }

    .navbar-default .navbar-nav>li.dropdown:first-child>a,
    .navbar-default .navbar-nav>li.dropdown:last-child>a,
    .navbar-default .navbar-nav>li.dropdown>a {
        display: block;
        padding: 0;
        max-width: calc(100% - 90px);
    }

    .navbar-default .navbar-nav>li.dropdown>a span {
        padding: 20px 0px 16px 20px;
    }
}

@media screen and (max-width: 1024px){
    .metaslider .flexslider .slides .caption-wrap {
        min-height: 170px;
    }
}

@media screen and (max-width: 991px){
    .metaslider .flexslider .slides .caption-wrap {
        min-height: 100px;
    }

    .metaslider .flexslider .slides .caption-wrap .caption .sld-picto-wrap {
        min-height: 35px;
    }

    .metaslider .flexslider .slides .caption-wrap .caption .sld-picto {
        max-height: 35px;
    }

    .metaslider .flexslider .slides .caption-wrap .caption .sld-picto {
        min-height: 24px;
    }

    .metaslider .flexslider .slides .caption-center .caption-wrap {
        padding-top: 25px !important;
        padding-bottom: 10px !important;
    }

    .metaslider .flexslider .slides .caption-wrap .caption p,
    .metaslider .flexslider .slides .caption-wrap .caption p span {
        font-size: 2.5vw!important;
    }

}

@media screen and (max-width: 767px){
    .metaslider .flexslider .slides .caption-wrap .caption p,
    .metaslider .flexslider .slides .caption-wrap .caption p span {
        font-size: 3vw!important;
    }
}

@media screen and (max-width: 767px) {
    .post-list.row.no-margin .col-container .post__text {
        height: auto !important;
        min-height: 160px;
    }
}

@media screen and (max-width: 640px) {
    .post-list.row.no-margin .col-container .post__text {
        min-height: initial;
        height: auto !important;
        padding: 25px 35px !important;
    }
}

body .main {
    padding: 0px!important;
}

.bottom-nb.container {
    padding-top: 25px;
}

.bottom-nb.container .texte-seo {
    padding: 0 0 80px;
}

.bottom-nb.container .texte-seo p {
    font-size: 13px;
}

.wrapper-grey-light {
    margin-bottom: 40px !important;
}


.page-template-templatestemplate-devis-php .main {
    margin-bottom: 0;
    padding-bottom: 0;
}

.social-networks {
    width: 270px;
    margin: 0 auto 30px;
    overflow: hidden;
}
.social-networks a:first-child img {
    margin-top: 3px;
}
.social-networks a:first-child {
    float: left;
}
.social-networks a {
    float: right;
    display: inline-block;
    padding-right: 10px;
}


.full-img-head.full-centred-img-head {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    height: auto!important;
}
.full-img-head.full-centred-img-head img.offres-pme-landing-img {
    width: 100%;
    transform: none ;
    left: 0;
    height: 100%;
    object-fit: cover;
}

.reduce-padding.page-intro-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 743px){
    .full-img-head.full-centred-img-head .block-blue {
        height: 252px;
        padding-top: 20px;
        margin-left: 20%;
        width: 35%;
    }
}
.full-img-head.full-centred-img-head .block-blue img {
    height: 100px;
}
.full-img-head.full-centred-img-head .block-blue img + h1{
    padding-top: 20px;
}
@media (max-width: 742px) {
    .full-img-head.full-centred-img-head img.offres-pme-landing-img {
        left: 50%;
        width: auto;
        transform: translate(-50%);
    }
    /*.full-img-head.full-centred-img-head .block-blue {*/
        
        /*padding-top: 20px;
        margin-left: 20%;
        width: 35%;*/
    /*}*/
}

.offres-grandes-entreprises-industrie .option-content.update-h-p,
.page-template-template-offres-pme-landing .option-content.update-h-p {
    padding: 30px 60px;
}

.block__degrade.block__degrade--blue .degrade__options__list .option .option-title.update-h-p {
    margin-bottom: 40px !important;
}

.offres-grandes-entreprises-industrie .block__degrade .degrade__options__list .option .option-desc.update-h-p p,
.page-template-template-offres-pme-landing .block__degrade .degrade__options__list .option .option-desc.update-h-p p{
    min-height: 100px;
}

.page-intro-wrap .page-intro.update-f p{
    font-size: 20px !important;
    padding: 0 25px !important;
}

@media (max-width: 767px){
    .container-new-block{
        padding: 0 20px;
    }
}

.new-block {
    color: #fff;
    /*display: table;*/
    /*height: 160px;*/
    width: 100%;
    margin-top: 40px;
    padding: 20px 0;
}

/*.new-block_icon,*/
.new-block_body
/*.new-block_action*/
{
    display: table;
    padding: 10px;
}

.new-block_icon,
.new-block_body_subtitle{
    vertical-align: middle;
    display: table-cell;
}
.new-block_action {
    text-align: center;
}

.new-block .new-block_icon {
    width: 100px;
    text-align: center;
}
.new-block .new-block_icon img {
    max-width: 60px;
}
.new-block .new-block_body {
    text-align: left;
}
.new-block .new-block_body_title {
    text-transform: uppercase;
    font: 24px 'DINNextLTPro-Bold';
    padding: 5px 10px;
}
.new-block .new-block_body_subtitle {
    font: 18px 'DINNextLTPro-Regular';
    text-align: left;
}
.new-block .new-block_action .new-block_action_link span {
    padding: 0 15px;
    position: relative;
}
.new-block .new-block_action .new-block_action_link span:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
    top: 3px;
}
.new-block .new-block_action .new-block_action_link {
    font-family: DINNextLTPro-Bold;
    font-size: 14px;
    font-weight: 400;
    background: #2A7DE1!important;
    color: #fff;
    text-transform: none!important;
    text-align: center;
    padding: 20px;
    max-width: 186px;
    margin: 5px 0;
    display: inline-block;
    text-decoration: none;
}
.new-block .new-block_action .new-block_action_link:hover span:before {
    border-top: 2px solid #96d5f8;
    border-right: 2px solid #96d5f8;
}
.new-block .new-block_action .new-block_action_link:hover{
    box-shadow: 0 -5px 0 0 #96d5f8 inset;
    color: #96d5f8;
}

@media (max-width: 760px){
    .new-block_icon,
    .new-block_body,
    .new-block_body,
    .new-block_action,
    .new-block{
        display: block;
        width: 100% !important;
        text-align: center !important;
    }
    .new-block{
        height: auto;
        padding: 10px 0;
    }
}

.update-h-p.update-h-p-w .option-desc{
    max-width: 460px!important;
}
.update-h-p.update-h-p-w .option-desc p:first-child{
    max-width: 330px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.offres-grandes-entreprises-industrie .block__degrade .degrade__options__list .option .option-desc.update-h-p p,
.page-template-template-offres-pme-landing .block__degrade .degrade__options__list .option .option-desc.update-h-p p{
    min-height: 115px;
}

.banner .top-bar .top-buttons a.btn-espace-clients.btn-espace-clients-link {
    margin-top: 0px;
    text-align: center;
}

@media (min-width: 890px) {
    #remind-me .modal-dialog {
        width: 960px;
    }
}


@media (min-width: 768px){
    #remind-me .modal-content .modal-options .dv-form-wrap .field-wrap .demande-type label {
        margin-right: 20px;
    }
    #remind-me .modal-content .modal-options .dv-form-wrap {
        width: 100%;
        float: none;

    }
    #remind-me .modal-content .modal-options .dv-title, #remind-me-response .modal-content .modal-options .dv-title {
        width: 100%;
        float: none;
    }
    #remind-me .modal-content .modal-options .dv-form-wrap .field-wrap {
        width: calc(100% / 2 - 10px);
        float: right;
        clear: initial;
    }
    #remind-me .modal-content .modal-options .dv-form-wrap .field-wrap:nth-of-type(2n+1) {
        float: left;

    }
    #remind-me .modal-content .modal-options .dv-title strong, #remind-me-response .modal-content .modal-options .dv-title p {
        text-align: center;
    }
    #remind-me .modal-content .modal-options .dv-form-wrap {
        padding: 40px 77px 0;
    }
    #remind-me .modal-content .modal-options .dv-title, #remind-me-response .modal-content .modal-options .dv-title {
        text-align: center;
    }
    #remind-me .modal-content .modal-options .dv-title > .text, #remind-me-response  .modal-content .modal-options .dv-title > .text {
         max-width: 705px;
         margin: auto;
     }
    #remind-me .modal-content .modal-options .dv-title > .text p:first-child, #remind-me-response .modal-content .modal-options .dv-title > .text p:first-child {
        font-size: 16px;
    }
    #remind-me .modal-content .modal-options .dv-title h2, #remind-me-response  .modal-content .modal-options .dv-title h2 {
        background: none;
        margin-bottom: 0;
        margin-top: 0;

        padding:0 8px 25px 62px;
        position: relative;
        line-height: 46px;
        display: inline-block;
        border: none;
    }
    #remind-me .modal-content .modal-options .dv-title h2:before, #remind-me-response  .modal-content .modal-options .dv-title h2:before {
        position: absolute;
        background: url(../img/recall-icon.png) no-repeat 0 0;
        background-size: 46px 46px;
        content:"";
        left: 0;
        font-size: 30px;
        width: 46px;
        height: 46px;

    }
    #remind-me .modal-content .modal-options .dv-form-wrap .submit-wrap {
        padding-top: 0;
    }
    #remind-me .modal-content .modal-options .dv-form-wrap .field-wrap {
        margin-bottom: 20px;
    }
    #remind-me .modal-content .modal-options .dv-form-wrap .submit-wrap button {
        height: 63px !important;
        line-height: 63px;
        font-size: 15px;
    }

}
#remind-me .modal-content .modal-options .dv-form-wrap .field-wrap #rappeler {
    display: none;
}
.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    background: #ececec;
    border: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    background: url(../img/arrow-select2-down.png) 0 0 no-repeat;
    width: 15px;
    height: 8px;
    background-size: 15px auto;
    margin-left: -7px;
    margin-top: -4px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    background: url(../img/arrow-select2-up.png) 0 0 no-repeat;
    background-size: 15px auto;
    border: none;

}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 22px;
}
.select2-results__option {
    font-size: 14px;
    padding: 15px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    font-size: 14px;
}
.select2-dropdown {
    border: 0;
    background-color: #ececec;
}
#remind-me .modal-options .form-wraper form p .demande-type > span {
    display: inline-block;
    width: 190px;
    font-size: 16px;
    color: #FFF;
    margin: 0!important;
}
#remind-me .modal-content .modal-options .dv-form-wrap .field-wrap .demande-type > span {
    position: relative;
}
#remind-me .modal-content .modal-options .dv-form-wrap .field-wrap .demande-type input{
    opacity: 0;
    z-index: -1;
    position: relative;

}
#remind-me .modal-content .modal-options .dv-form-wrap .field-wrap .demande-type input:checked + label:after {
    content:'';
    width: 10px;
    height: 10px;
    background-color: #2A7DE1;
    position: absolute;
    left: 2px;
    top: 27px;
}
#remind-me .modal-content .modal-options .dv-form-wrap .field-wrap .demande-type label:before {
    content:'';
    width: 14px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 25px;


}
#remind-me .modal-options .form-wraper form p span.obligatoire {
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 30px;
}
#remind-me .modal-content .modal-options .dv-form-wrap .demande-type {
    margin-left: 10px;
    max-width: 210px;
    margin-right: -4px;
}
@media(max-width: 768px){
    .align-action span{
        margin:0 auto;
    }
    .wrap-template-infomarche-toutsavoir-electricite .info-marche-diagram-label__vente{
        margin-right:0;
    }
    .wrap-template-infomarche-toutsavoir-electricite .info-marche-erdf p, .wrap-template-infomarche-toutsavoir-electricite .info-marche-rte p {
        line-height: 15px;
    }
}

@media (min-width: 992px){
    .banner .logo {
       margin: 15px 24px 0 0px;
    }
}

.block .block__list.block__list--ticks .list-elem {
  padding-left: 0;
}
.block .block__list.block__list--ticks .list-elem:nth-child(2n) {
  padding-left: 0;
}