ul.list01 > li::before {
    background-image: url("../images/svg/ico-list.svg");
    background-repeat: no-repeat;
    background-size: 13px auto;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 7px;
    width: 20px;
}

.title-3
{
    font-size : 23px;
    margin: 15px 0;
    font-weight: 200;
    text-transform: uppercase;
    color: #000;
}

ul.list01 >  li {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

ul.list01 li:last-child {
    margin-bottom: 25px;
}

ul.list01 > li > ul.list01 {
    margin-top: 10px;
    margin-left: 0;
}

/* box */
.box-message {
    padding: 20px;
    margin-bottom: 20px;
}

.box-message a {
    text-decoration: underline;
}

.box-message a:hover {
    text-decoration: none;
}

.box-message.is-success {
    background-color: #edffcd;
}

.box-message.is-success, .box-message.is-success a {
    color: #192a00;
}

.box-message.is-info {
    background-color: #e0efff;
}

.box-message.is-info, .box-message.is-info a {
    color: #08152a;
}

.box-message.is-warning {
    background-color: #ffecec;
}

.box-message.is-warning, .box-message.is-warning a {
    color: #1c0404;
}

.box-message.is-notice {
    background-color: #ffffc5;
}

.box-message.is-notice, .box-message.is-notice a {
    color: #181900;
}

.box-message .sub-title {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
}

/* form */
.form-aside-item:before, .form-aside-item:after {
    content: "";
    display: table;
}

.form-aside-item:after {
    clear: both;
}

.form-aside-item {
    padding-left: 180px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.form-aside-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.form-aside-term {
    position: relative;
    float: left;
    padding-right: 10px;
    margin-left: -180px;
    width: 160px;
    color: #000;
}

.form-aside-term.is-required:after {
    content: "*";
    position: absolute;
    right: 0;
    top: 0;
    color: #be0707;
    font-size: 11px;
}

.form-aside-caption {
    display: block;
    margin-top: 3px;
    color: #999;
    font-size: 12px;
    line-height: 1.35;
}

.form-aside-radio {
    display: block;
    padding-left: 20px;
    margin-bottom: 5px;
}

.form-aside-radio > input {
    float: left;
    margin: 3px 5px 0 -20px;
}

.form-aside-checkbox {
    display: block;
    padding-left: 20px;
    margin-bottom: 5px;
}

.form-aside-checkbox > input {
    float: left;
    margin: 4px 5px 0 -20px;
}

#form-enogas
{
    margin:50px 20px;
}

fieldset legend {
    font-size: 17px;
}

.btn-1.small.enable {
    display: inline-block;
    padding: 8px;
    font-size: 12px;
    font-weight: inherit;
    text-align: center;
    cursor: pointer;
    color: #ff7900;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: linear-gradient(to bottom, #fff 0%, #f8f8f8 50%, #f2f2f2 100%);
    width: inherit;
    vertical-align: sub;
}

.btn-1.small:hover {}

#SearchByPostalCode,
#SearchByCompetences {
    padding-bottom: 40px;
    border-bottom: 1px solid #e9e9e9;
}

#SearchByPostalCode,
#SearchByCompetences {
    margin-bottom: 40px;
}

#SearchByCompetences input[type=radio],
#SearchByCompetences label {
    margin: 5px auto;
}

#FormSearchByPostalCode {
    width: 69%;
    border: 1px solid #dadada;
    box-sizing: border-box;
    color: #1d1d1b;
    padding: 9px 49px 9px 7px;
    position: relative;
    top: 5px;
}

.copyright a
{
    color:white;
    text-decoration: underline;
}

.imageleft
{
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}

.imageright {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.imagecenter {
    text-align: center;
    margin-bottom: 10px;
}

.gm-img {
    float: left;
    padding-right: 15px;
    padding-bottom: 15px;
}

/*.list-services > li {
    display: inline-block;
    width: 25%;
}*/

/* Tables */
.table-1 {
    margin-bottom: 20px;
    width: 100%;
    background-color: #fff;
    text-align: center;
}

@media (max-width: 1023px) {
    .table-1 {
        position: relative;
        overflow: scroll;
        display: block;
        margin-bottom: 20px;
        width: 100%;
        background-color: #fff;
        text-align: center;

    }

    .table-1:after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        content: "";
        margin: auto;
        height: 100px;
        width: 100px;
    }
}

.table-1 thead th {
    border-bottom: 3px solid #dcdcdc;
    text-transform: uppercase;
    color: #555;
    font-size: 13px;
    font-weight: 700;
}

.table-1 td, .table-1 th {
    padding: 10px 15px;
    border-bottom: 1px solid #dcdcdc;
}

.table-1 tr:nth-child(even) td {
    background-color: #f8f8f8;
}

.table-1 a {
    color: #ff7900;
}

/* Google map */

.box-gmap .title-3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500;
}

.box-gmap .text-address {
    overflow: hidden;
    padding-bottom: 15px;
    margin: inherit;
}

.box-gmap .text-address > p {
    margin-bottom: 10px;
    font-size: 14px;
}

.box-gmap .gm-img {
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 0;
    border: 1px solid #999999;
}

.box-gmap .text-intro {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    clear: both;
    font-size: 14px;
}

.grid-content-2 .title-1 {
    margin-bottom: 35px;
    line-height: 1.2;
}

/* Social link fix oval */
.grid-content .list-social > li > .sub-link-1 > .fa {
    line-height: 1.5;
}

.canvas-content
{
    width:100%;
}

.sub-column-left .list01
{
    margin-left:30px;
}

.section-news .row-1 img
{
    width:100px;
}

.sub-column-left .section-1 {
    padding-top: 25px;
}

.section-search {
    margin-bottom: 30px;
}

.section-intro .section-intro-inner .box-intro {
    margin-bottom: 20px;
}

.section-intro .section-intro-inner .box-intro .text-intro-background {
    background-color: rgba(247, 112, 0, 0.5);
    border-radius: 3px;
}

.section-intro .section-intro-inner .box-intro .title,
.section-intro .section-intro-inner .box-intro .title-2 {
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

.section-intro .section-intro-inner .box-intro .text-intro-background {
    font-size: 24px;
    font-weight: 400;
    padding-left: 20px;
    color: #fff;
}

p.is-small
{
    font-size:10px;
}

th
{
    background-color: #ff7900;
    border-bottom-color: rgb(170, 162, 106);
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: rgb(255, 255, 255);
    display: table-cell;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 36px;
    line-height: 18px;
    padding-bottom: 9px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 10px;
    text-align: center;
}

.vbox-container
{
    max-width: 100%;
    /*max-height: 100%;*/
}

.venoframe
{
    /*height:100%;*/
}

.page-sites .wrapper-list-services
{
    display: none;
}

.page-sites .wrapper-list-services.is-visible {
    display: block;
}

.grid-content .image img {
    width: inherit;
}


.list-services > li
{
    min-height:315px;
}

.tabs-1-content
{
    /*min-height: 346px;*/
}

.section-intro .section-intro-inner .box-intro div.text p.text
{
    background:none;
}

.responsive-content {
    display: none !important;
}

.not-responsive-content {
    display: block !important;
}

.form-above-item .form-aside-item
{
    display: block;
    padding-left: 20px;
    margin-bottom: 5px;
}

.form-above-item .form-aside-item > select {
    float: left;
    width:25%;
    margin: 2px 22px 0 0;
}

.form-above-item .form-aside-item > select:first-child
{
    margin-left:-20px;
    width:25%;
}

.form-above-item .form-aside-item > select.year {
    margin-right: 0px;
    width:45%;
}

.box-informations-content {
    margin-bottom: 10px;
}

.box-informations-content label
{
    text-align: left;
}

.box-informations-content.align-inherit p.text-right {
    text-align: right;
}

.box-informations-content.align-inherit p.text-left {
    text-align: left;
}

.box-informations-content.align-inherit p.text-center {
    text-align: center;
}

.form-aside-item label.error
{
    display: block;
    width: 100%;
    clear:both;
}

#begin_year-error
{
    display:inline;
}

.nav-sites {
    min-height: 400px;
    width: 25%;
    float: left;
    background-color: #ff7900;
}

.headband-title {
    position: relative;
    height: 90px;
    background-color: #373a46;
    top: 0;
}
.headband-title .title-2 {
    text-align: center;
    color: #fff;
    font-weight: 300;
}

.headband-title .title-2 p {
    padding-top: 15px;
}

.headband-title .title-2 b,
.headband-title .title-2 strong {
    color: #ff7900;
    font-weight: 300;
}

@media (min-width: 1250px) {
    .venoframe {
        height: 900px;
    }
}

@media (max-width: 640px) {

    .responsive-content {
        display: block !important;
    }

    .not-responsive-content {
        display: none !important;
    }

    .page-sites .wrapper-list-services.is-visible {
        display: none;
    }


}

@media (max-width: 640px) {

    .nav-primary
    {
        margin-bottom: 85px;

    }
    /* form */
    .form-aside-item {
        padding-left: 0;
    }

    .form-aside-term {
        display: block;
        float: none;
        margin-left: 0;
        margin-bottom: 5px;
        width: auto;
    }

    .form-aside-term.is-required:before {
        left: -7px;
    }

    .form-aside-item select, .form-aside-item select:first-child
    {
        /*
        float:none;
        width: 100%;
        display: block;
        */
        margin:2px 2px;

    }

    .grid-adaptive.canvas .sub-column-33
    {
        display:block;
        width:85%;
    }
    /*.list-services > li {
	    min-height: 250px;
	}*/
}

@media (max-width:414px){
	.list-services > li {
	    min-height: 150px;
	}
}
@media (max-width: 767px) {
    .page-logo .label {
        top: 49px;
    }

    .page-sites {
        top: 82px;
        height: 110px;
        overflow: hidden;
    }
}

.section-tarifs .value span {
    width: 105px;
}

.list-settings > li:first-child {
    border: 1px solid #ccc;;
}

/*
Evolution #11459
*/
.section-informations .title-2 p {
    padding: 0;
    font-size: 37px;
    margin: 0 0 25px 0;
    font-weight: 400;
}

.section-informations .title-2 p strong,
.section-informations .title-2 p b {
    color: #ff7900;
    padding: 0;
    font-size: 37px;
    margin: 0 0 25px 0;
    font-weight: 400;
}

/* Override tableaux */
table.table-1 tr td a,
table.table-1 tr td a.link-1
{
    font-size: 13px;
}

table.table-1 {
    text-align: inherit;
}

table.table-1 td.text-center {
    text-align: center;
}

table.table-1 td.text-right {
    text-align: right;
}

table.table-1 td.text-left {
    text-align: left;
}

.nav-footer {
    float: right;
}

.nav-footer > li:first-child {
    margin: 0 15px;
    color: #fff;
}

.nav-footer > li {
    display: inline-block;
}

.nav-footer > li > .sub-link-1 {
    color: #ffffff;
    font-family: Arial;
}

.nav-footer > li > .sub-link-1:hover {
    text-decoration: underline;
}

.list-social + .list-price {
    margin-top: 25px;
}

.list-price > li {
    display: block;
    margin-bottom: 15px;
}

.list-price > li > .sub-link-1 {
    color: #62b4df;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}

.list-price > li > .sub-link-1:hover {
    text-decoration: underline;
}

iframe {
    max-width: 100%;
    height: 320px;
}

.videoleft {
    text-align: left;
    margin: 10px;
}

.videoright {
    text-align: right;
    margin: 10px;
}

.videocenter {
    text-align: center;
    margin: 10px;
}

#cookie-policy-wrapper {
    background-color: #373a46;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    height: 52px;
    zoom: 1;
}

#cookie-policy-wrapper p {
    color: #969696;
    padding-top: 15px;
    padding-left: 70px;
}

#cookie-policy-wrapper a.btn-cookie {
    padding: 7px 35px;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    color: #000;
    margin: 10px;
    background-color: #757575;
    position: absolute;
    right: 10%;
    top: 0;
}

#cookie-policy-wrapper a.btn-cookie:hover {
    color: #fff;
}

@media (max-width: 767px) {

    #cookie-policy-wrapper {
        left: 0;
        height:90px;
    }

    #cookie-policy-wrapper p {
        text-align: center;
        padding-left: 0;
    }

    #cookie-policy-wrapper a.btn-cookie {
        right: 35%;
        top: 43px;
    }
}

/* 12894 */
p a.cta {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #F77900;
    color: #fff;
    font-size: 25px;
    text-align: center;
    display: inline-block;
    width: 85%;
    margin: 15px auto;
    padding: 15px;
}