body {
    font-family: tahoma,helvetica,sans-serif;
    font-size: 12px;
    color: #666666;
}

a {
    color: #363e62;
    text-decoration: none;
}

a:hover {
    color: #363e62;
    text-decoration: underline;
}

/* HELPERS */

.mt-20 {
    margin-top: 20px;
}

.br {
    display: block;
}

.text-primary {
    color: #363e62;
}


#header-top {
    margin-top: 10px;
    margin-bottom: 10px;
}
#header-top .span-18 {
    float : right;
    width: 728px;
}

#page-container {
    background: url("img/bg.png") repeat-x scroll 0 0 #FFFFFF;
    clear: both;
}
#page-container .container {
    margin: auto;
    padding-top: 20px;
}
#page-container #breadcrumbs {
    margin-bottom: 10px;
    font-size: 11px;
}

#page-top {
    background-color: #3A3A3A;
    line-height: 26px;
    font-size: 11px;
    color: #666666;
}

/* footer */
#page-bottom-pub {
    background-color: #fff; 
    width: 100%; 
    padding-top: 15px; 
    padding-bottom: 15px; 
    margin-top: 15px;
}
#page-bottom {
    /*border-top: 15px solid #F2F2F2;*/
    background-color: #363e62;
    color: #fff;
}
#footer {
    line-height: 40px;
    background-color: #282f4d;
    color: #fff;
}
.footer-name{
    text-align: center;
}
#footer ul {
    list-style: none outside none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
        text-align:  center;
        width: 67%;
}
#footer li {
    float: left;
}
#footer a {
    color: #fff;
    margin-left: 15px;
}
#footer a:hover {
    text-decoration: underline;
}

/* header */
#header  #header-logo {
    margin-top: 20px;
    margin-bottom: 20px;
}
#header-top p {
    margin: 0;
    padding: 0;
}

#header  #header-text {
    text-align: center;
    color: #F09642;
    font-size: 26px;
    line-height: 110%;
    margin: 12px 0;
    font-weight: bold;
}
    #header  #header-text strong {
        color: #363e62;
        text-transform: uppercase;
    }

/* navg-top */
#navg-top {
    background: #363e62;
    color: #fff;
}

#navg-top ul.main-menu {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
    #navg-top ul.main-menu > li {
        display: inline-block;
        float: none;
        flex-grow: 1;
    }

#navg-top ul li {
    float: left;
    margin: 0;
    margin-right: 2px;
    cursor: pointer;
    position: relative;
}

#navg-top li.home a {
    background-image: url(img/house_white.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 18px;
    display: block;
    position: relative;
}
#navg-top li.home.active a:before,
#navg-top li:hover.home a:before {
    content: '';
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 13px;
    left: 50%;
    transform: translateX(-50%);
}
#navg-top ul.main-menu > li > a {
    color: #fff;
    text-decoration: none;

    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 25px 6px;
    cursor: pointer;
    display: block;
    text-align: center;
}
#navg-top ul li:hover > a,
#navg-top ul li.active > a {
    text-decoration: underline;
}

#navg-top ul ul
{
    display:none;
    position:absolute;
    z-index: 5;
    top:100%;
    left:50%;
    transform: translateX(-50%);
    background: #fff;
    color: #363e62;
    padding: 0;
    min-width: 150px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

#navg-top ul ul li
{
    float:none;
}


#navg-top .submenu li {
    z-index: 20;
    border-radius: 0;
    text-align: center;
    border-top: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 10px;
}

#navg-top .submenu li a {
    display: block;
    color: #363e62;
    text-decoration: none;
    font-size: 12px;
    line-height: 120%;
}

#navg-top ul li:hover > ul
{
    display:block !important;
}

#navg-top .subsubmenu {
    left: 100%;
    top: 0;
    transform: none;
    background-color:#fff;
}


/* content */
#content {
}

/* content-left */
#content-left {
    width: 250px;
}
#content-left h3 {
    color: #fff;
    font-size: 12px;
    margin: 0;
}
#content-left #title {
    background-color: #89C138;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 20px;
}
#content-left .box {
    width: 250px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

#content-left .box-header {
    padding: 15px;
    border-radius: 20px 20px 0 0;
    background: #363e62;
}
#content-left .box-header p {
    margin-bottom: 0px;
    font-size: 11px;
    color: #fff;
}

#content-left .box-body {
    clear: both;
    width: 230px;
    padding: 10px;
}

/* content-center */
#content-center {
    float: left !important;
}
#content-center h1, #content-center .h1 {
    color: #F09642;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
}
#content-center .box {
    margin: 0;
    padding: 0;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#content-center .box.box-results.featured .box-header {
    border-radius: 0;
}
#content-center .box.right {
    float: right;
}

#content-center .box-header {
    padding: 20px;
    border-radius: 20px 20px 0 0;
    background: #363e62;
    color: #fff;
}

#content-center .box-header:hover {
    background: #5f6894;
    transition: all 0.2s ease;
}

#content-center .box-header a {
    color: #fff;
}

#content-center .box-header p {
    margin: 0px;
    font-size: 11px;
}

#content-center .box-header h1, 
#content-center .box-header .h1 {
    color: #fff;
}

#content-center .box-body {
    clear: both;
    padding: 20px;
    background: #FFFFFF;
}
    #content-center .box-body:after {
        content: '';
        display: table;
        clear: both;
    }
#content-center .box-footer {
    clear: both;
    padding: 10px 10px 0px 10px;
    margin-top: 10px;
    background: #FFFFFF;
    border-top: 1px solid #CCCCCC;
}
.box-header p {
    margin-left: 5px;
    margin-top: 2px;
}
.box-body-item {
    padding: 5px 0px;
    width: 100%;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #CCCCCC;
}
.box-body-item-left img {
    width: auto !important;
    height: auto !important;
    max-width: 40px;
    max-height: 35px;
}
.box-body-item-left.span-1 {
    width: 40px;    
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-left-option h4 {
    margin: 0;
    color: #363e62;
}
.box-left-option p{
    margin: 0;
    font-size: 11px;
       color: #888888;
}
.box-left-option .box-body-item:hover,.box-left-option .box-body-item.active {
    background-color: #EFEFEF;
    text-decoration: none;
}

.box .box-body-item:last-child {
    border-bottom: none;
}

.form-item {
    margin-bottom: 5px;
}
.span-checkbox {
    vertical-align: top;
}
.slider {
    margin: 3px auto;
}
.box-body p:last-child {
    margin-bottom: 0px;
}
.box-results h2 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 120%;
}
.box-header a:hover {
    text-decoration: none;
}
.box-body-item-right  h5 {
    color: #363e62;
    font-weight: normal;
    margin: 0px;
}
.box-results h3 {
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
}
.box-results h4 {
    font-size: 11px;
    color: #fff;
    margin-top: 5px;
}
.box-results .span-3, .box-results .span-2 {
    text-align: center;
}
.box-results .fl {
    float: left;
}
.box-results .fr {
    float: right;
}

.box-results .span-3 {
    width: 80px;
    margin-right: 5px;  min-height: 85px;
}
.box-results .span-3.options b {
    font-size: 13px;
    font-family: Helvetica,Arial,sans-serif;
}
.box-results .span-2 b, .box-results .span-3 b {
    font-size: 13px;
    font-family: Helvetica,Arial,sans-serif;
}
.box-results .span-2 div, .box-results .span-3 div {
    font-size: 11px;
    font-family: Helvetica,Arial,sans-serif;
}
.box-results .price b {
    color: #363e62;
    font-size: 20px;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: normal;
}
.box-results .box-header .price b {
    color: #fff;
}
.box-results .button a {
    margin-top: 12px;
    font-family: Helvetica,Arial,sans-serif;
}
.box-results .button a.button-danger {
    font-family: Helvetica,Arial,sans-serif;
    margin-top: 2px;
}

.box-results div.info_top {
    font-size: 11px;
    color: #888888;
    margin-bottom: 5px;
}
#content-center .box.pub-300 {
    text-align:center;
    border: none;
}

.pagination {
    margin-top: 20px;
    margin-bottom: 20px;
}
.pagination span.current {
    background-color: #363e62;
    color: #FFFFFF;
}
.pagination a,.pagination span {
    padding: 4px 6px;
    border: 1px solid #CCCCCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 2px;
    float: left;
    text-align: center;
}
.span-checkbox {
    cursor: pointer;
}

#content-center .box.pub-468 {
    width: 468px;
    margin: auto;
    border: none;
    float: none;
    padding-bottom: 0px;
}
#content-center .box.box-title {
    padding-bottom: 0px;
    margin-top: 10px;
}
#content-center .box-title .box-header {
    border-bottom: none;
    border-radius: 20px;
    padding-bottom: 27px;
}
#content-center .box-header.solo {
    border-radius: 20px;
}
#box-form form {
    float: right;
}
#navg-top .fl {
    float: left;
}
#navg-top .fl a{
}
#navg-top .fr {
    float: right;
}
input.formerror, select.formerror {
    border: 1px solid red;
}
label.formerror {
    font-weight: normal;
    color: red;
    margin-bottom: 0;
    margin-top: -5px;
    font-size: 11px;
}
.button-icon {
    vertical-align: top;
}

#page-bottom h4 {
    font-weight: 0;
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}
#page-bottom ul {
    list-style: none;
    margin: 10px 0px 20px;
    padding: 0px;
}
#page-bottom a {
    color: #fff;
}



/* FORM*/
.mom-form input {
    border: 1px solid #CCCCCC;
    color: #444444;
    font-size: 12px;
    margin-right: 15px;
    padding: 5px;
    width: 165px;
    margin-bottom: 10px;
}

.mom-form textarea {
    border: 1px solid #CCCCCC;
    color: #444444;
    font-size: 12px;
    margin: 0;
    padding: 10px;
    width: 569px;
    margin-bottom: 10px;
}
.mom-form .large {
    width: 569px;
}
.mom-form label {
    font-weight: bold;
    display: block;
    float: left;
    width: 160px;
}

#breadcrumbs {
    list-style: none;
    margin: 0;
    padding :0;
    overflow: hidden;
}

#breadcrumbs li {
    display: inline;
}

/* PORTABILITE */
#portabilite-title h1 {
    font-size: 25px;
}

#portabilite-title p{
    font-size: 14px;
    border-bottom: rgb(209, 209, 209) 1px solid;
}

#etape-title {
    border: 2px solid #DDD;
    padding-bottom: 10px;
    margin-bottom: -10px;
}

#etape-title {
    font-size: 15px;
}

#etape-title.etape2 {
    color: #FFF;
    background: #363e62;
}

#etape-title.etape2 h2{
    color: #FFF;
}

#etape-title h2{
    color: #363e62;
    margin-bottom: 0px;
}

#etape-title p {
    margin: 0;
}

#operateurs {
    text-align: center;
}

#operateurs-content{
    background: #EEE;
}

#list-ope, #tram {
    background: #FFF;
    border: 2px solid #DDD;
    border-radius: 6px;
    display: inline-block;
}

#fonctionnement {
    display: inline-block;
}

#fonctionnement-title {
    border-bottom: rgb(209, 209, 209) 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#fonctionnement-title-h2 {
    top: -10px;
    position: relative;
    color: black !important;
    margin: 0;
    padding: 0;
    font-size: 25px;
}

#fonctionnement-title * {
    display: inline-block;
}

#fonctionnement-title p {
    margin-top: -10px;
}


#fonctionnement-title img {
    width: 50px;
    display: inline-block;
    vertical-align: middle;
}

#fonctionnement-title span {
    position: relative;
    top: 0px;
    font-weight: bold;
    color : #363e62;
    margin-top: 10px;
}

#list-ope {
    margin: 0;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#list-ope img {
    display: inline-block;
    vertical-align: middle;
}

#list-ope a {
    text-decoration: none;
}

#list-ope p {
    color: #000;
    font-size: 0.9em;
}

.list-ope-logo {
    text-align: center;
    height: 70px;
    width: 100%;
    line-height:70px;
}

.list-ope-item {
    display: inline-block;
    text-align: center;
    margin: 10px;
    height: 85px !important;
    width: 19%;
    height: auto;
    border: 2px solid #FFF;
}

.list-ope-item:hover {
    border: 2px solid #363e62;
}

.etape {
    padding: 2px;
    margin-bottom: 15px;
}

#etape1.active {
    background: #363e62;
}
.etape.active {
    background: #363e62;
    width: 85%;
    border-radius: 19px;
}

.etape span, .etape p{
    display: inline-block;
}

.etape span {
    padding: 7px 13px;
    border-radius: 20px;
    border: 1px solid #EEE;
    background: #FFF;
    margin-right: 10px;
}

#fonctionnement p {
    font-size: 15px;
    margin: 0;
}

#fonctionnement .active h2, #fonctionnement .active p{
    color: #FFF;
    font-weight: bold;
}

.explications {
    border-top: rgb(209, 209, 209) 1px solid;
    padding-top: 10px;
}


.explications h3 {
    margin: 1em 0;
    line-height: 21px;
}

.explications h3:first-child {
    margin-top: 0;
}

.explications p{
    line-height: 20px;
    font-size: 12px !important;
    margin-bottom: 10px !important;
}

#tram {
    width: 100%;
    padding-left : 50px;
}

#tram .choix {
    margin: 15px;
    margin-bottom: 20px;
}

#tram .choix {
    display: inline-block;
}

#choix2 {
    margin-left: 200px !important;
}

#tram p {
    margin-bottom: 0;
    font-size: 15px;
}

#tram .active .choix-image {
    border-width: 2px;
    border-radius: 2px;
    border-color: #363e62;
}

#tram .active p {
    color: #363e62;
}

#tram .choix-image{
    width: 80px;
    height: 80px;
    border: 1px solid #C2C2C2;
    background: #F5F5F5;
}

#validation {
    float: right;
    margin-top: 50px !important;
    margin-right: 60px !important;
}

#validation button {
    border: 2px #363e62 solid;
    background: #FFF;
    border-radius: 6px;
    color: #333;
    padding: 0.8em 1.2em;
    cursor: pointer;
}

#validation button:hover {
    background: #363e62;
    color: #FFF;
}

/* BONS PLANS */
.bon-plans .bon-plans-item{
    margin-top: 50px;
}

.bon-plans .thumbnail{
    float: left;
    max-width: 200px;
    margin: 0 20px 20px 0;
}

.bon-plans .thumbnail img{
    width: 100%;
}

.bon-plans .short-desc {
    font-weight: bold;
    text-align: justify;
}

.bon-plans .desc {
    text-align: justify;
}

.resil {
    float: left;
}

.resil p.descr {
    text-align: justify;
}

/* /BONS PLANS */

.show-pad{display: none !important;}
.home-mobile{
    display: none;
}

.box_news_mobile { display: none; }
#content-left .box_news_mobile { display: block; }

.box-results .offres{
    font-size: 16px;
    font-weight: bold;
    padding: 20px;
    background: #F09642;
    color: #fff;
    border-radius: 20px 20px 0 0;
}

.list-articles {
    font-size: 0;
}

.list-articles .article-container {
    padding: 0 25px;
    position: relative;
}

.list-articles .article-container .link {
    position: absolute;
    bottom: 5px;
    right: 5%;
    font-size: 15px;
}
.list-articles .article-container .link .arrow {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #363e62;
}


.list-articles .article {
    height: 150px;
    border-bottom: 1px #e2e2e2 solid;
    padding: 25px 0;
}

.list-articles .article .article-image {
    width: 25%;
    text-align: center;
    background-position: center;
    background-size: cover;
    float: left;
    height: 100%;
}

.list-articles .article .article-content {
    padding-left: 5%;
    float: left;
    font-size: initial;
    width: 70%;
}

.list-articles .article .article-title {
    color: #363e62;
}

.list-articles .article .article-author {
    font-style: italic;
    font-size: 11px;
}

.list-articles .article .article-descr {
    font-size: 11px;
}

.qmark{
    cursor: pointer;
}

.help{
    position: absolute;
    top: 0;
    left: 115px;
    background: #f0f4f7;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #7e8387;
    font-size: 11px;
    width: 150px;
    z-index: 999;
    display: none;
}

.hthd{
    left: 150px;
}


.qhd:hover + .hhd{
    display: block;
}

.qthd:hover + .hthd{
    display: block;
}

.span-3.fl.last.price p{
    margin-top: 0;
}

.hide-opt{
    overflow: hidden;
    height: 0;
    -webkit-transition: height 1s ease;
}
.show-opt{
    height: auto;
    -webkit-transition: height 1s ease;
}

.social-icon {
    width: 26px;
}

@media only screen and (max-width: 40em) {
    .list-articles .article .article-descr {
        display: none;
    }

    .list-articles .article-container {
        padding: 0;
    }
}


@media only screen and (max-width: 61.18em) {

    /* Clearfix */
    .clearfix:before,
    .clearfix:after {
        content: " ";
        display: table;
    }

    .clearfix:after {
        clear: both;
    }

    nav {
        height: auto;
        width: 100%;

        background: #ffffff;

        font-size: 11pt;
        font-family: Arial, sans-serif;
        position: relative;
        border-bottom: none;
    }

    #navg-top ul.main-menu {
        display: block;
    }

    #navg-top ul li {
        float: none;
        margin: 0;
        width: 32%;
        text-align: center;
        cursor: pointer;
        background: none;
        border: none;
        -moz-border-top-colors: none;
        -moz-border-right-colors: none;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        border-image: none;
        box-shadow: none;
        display: inline-block;
    }

    #navg-top ul li a {
        width: 100%;
    }

    #navg-top ul li .submenu li {
        width: 100%;
        padding: 0;
        z-index: 20;
    }

    #navg-top ul li > ul {
        display: none !important;
        z-index: 20;
    }

    #navg-top ul li:hover > ul {
        display: block !important;
    }

    nav ul {
        padding: 0;
        margin: 0 auto;
        width: 100%;
        height: auto;
        display: none;
    }

    nav li {
        display: inline;
        float: left;
        width: 50%;
        position: relative;
    }

    nav a {
        color: #3a3a3a;
        display: inline-block;
        width: 100%;
        text-align: center;
        text-decoration: none;
        line-height: 40px;
        font-size: 14px !important;
    }

    nav li a {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-bottom: 1px solid #d0d0d0;
    }

    nav li:last-child a {
        border-right: 0;
    }

    nav a:hover, nav a:active {
        background-color: #363e62 !important;
        color: #ffffff!important;
    }

    nav a#pull {
        display: block;
        background-color: #3a3a3a;
        width: 100%;
        position: relative;
        height: 30px;
        padding-top: 10px;
    }

    nav a#pull:after {
        content: "";
        background: url('img/nav-icon.png') no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
    }

    #navg-top ul li a {
        min-height: 35px !important;
        line-height: 20px !important;
        color: #363e62;
    }

    #navg-top ul.main-menu > li > a {
        color: #363e62;
    }

    #navg-top li.home { display: none; }
    .home-mobile{ display: inline; }
}

@media only screen and (min-width: 40.063em) and (max-width: 61.18em) {
    /* grid.css */
    .container {
        width: 100%;
        margin: 0 auto;
    }

    .column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7,
    .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14,
    .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21,
    .span-22, .span-23, .span-24 {
        float: left;
        margin-right: 10px;
    }

    .last { margin-right: 0; }

    .span-2, .span-3, .span-4, .span-5, .span-6, .span-7,
    .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14,
    .span-15, .span-16, .span-17, .span-18, .span-19, .span-20,
    .span-21, .span-22, .span-23, .span-24,
    .span-26 {
        width: 100%;
        margin: 0 auto;
        text-align: left;
        padding: 0;
        display: inline-block;
        float: left
    }

    #div-gpt-ad-1414400056657-2 { display: none !important; }

    #page-container .container {
        padding: 0 10px;
        width: 90%;
        margin: 0 auto;
    }

    #content-left .left-texte {
        display: none
    }

    #content-left h2 {
        line-height: 26px;
        font-size: 16px;
    }

    #header #header-logo,
    #page-container #content-left,
    #page-container #content-center {
        margin: 0 auto;
        padding: 0;
        text-align: center;
        width: 100% !important;
    }

    #content-left .box {
        margin: 0 auto 20px auto;
        padding: 0;
        width: 100% !important;
    }

    #content-left .box-body {
        margin: 0 auto;
        padding: 5px;
        width: calc(100% - 10px) !important;
    }

    .box-body-item-left {
        float: left;
        width: 40px;
        padding: 0 15px;
    }

    .wi-foot {
        width: 120px !important;
    }

    .box-body-item-right { float: left; width: calc(100% - 80px); }

    #content-center {
        margin-top: 20px !important;
    }

    .box-results .box-header .span-10 {
        width: calc(100% - 265px);
        -moz-width: calc(100% - 265px);
        -webkit-width: calc(100% - 265px);
        -o-width: calc(100% - 265px);
    }

    .box-results .box-header .span-2.price.last { width: 70px; }

    .box-results h2 { margin: 0 !important; }

    .span-3.options {
        min-height: 90px;
        display: inline-block;
        float: none;
        vertical-align: top;
        padding-bottom: 10px;
    }

    .span-2.fl {
        float: none;
        vertical-align: top;
        padding-bottom: 25px;
        width: 70px;
    }

    .span-10.button { display: block; }

    .show-pad {
        display: block !important;
        margin-top: 20px
    }

    .hide-pad {
        display: none
    }

    .align-left {
        text-align: left
    }

    .box-results .span-3, .box-results .span-2 { text-align: left; margin-right: 10px; }

    #content-center .box-header h3 {
        padding-bottom: 10px;
    }

    input.span-8, textarea.span-8 {
        width: 95%;
    }

    .etape.active {
        width: 100%;
    }

    .pub {
        display: none;
    }

    #list-ope {
        padding-left: 0 !important;
    }

    #fonctionnement p {
        font-size: 12px;
    }

    .flex span {
        width: 150px !important;
    }

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        margin-bottom: 10px;
    }

    #page-bottom .container .span-3, #page-bottom .container .span-5, #page-bottom .container .span-9, #page-bottom .container .span-6 {
        display: inline-block;
        float: left;
        width: 22% !important;
        margin-right: 15px !important;
    }

    #footer .container .copy, #footer .container ul {
        width: 100% !important;
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    #footer .container ul li { display: inline-block; float: none; }

    #box-data-result #box-data-links a {
        width: 100%;
        text-align: center;
        float: none !important;
        margin: 0;
        padding: 5px 0 !important;
    }

    #modal {
        position: absolute !important;
        left: 2% !important;
        top: 30% !important;
        width: 90% !important;
        height: 300px !important;
        margin: 0px auto !important;
    }

    .box-body-item {
        padding: 6px 0px;
        display: inline-block;
        overflow: hidden;
        border-bottom: 1px solid #CCC;
        width: 32%;
    }

    .box .box-body-item:last-child { border-bottom: 1px solid #CCC; }

    .box-body-item-left.span-1 { height: 35px; overflow: hidden; }

    #page-container #breadcrumbs { padding-top: 10px; }

    nav li a {
        border-right: 1px solid rgb(208, 208, 208);
    }

    nav a { width: 25%; float: left; }

    nav { border-bottom: none;}

    #page-container { border-top: none !important; }

    nav li:last-child a {
        border-right: 1px solid rgb(208, 208, 208);
    }

    .home-mobile{ display: inline; }

    #portabilite-title h1 { font-size: 25px; padding-top: 0.67em; margin-top: 0; }

    .list-ope-item { margin: 10px 0; width: 15%; }

    #content-left .fb-qfm {
        width: 250px !important;
        float: left;
        margin-right: 10px;
    }

    #content-left .pub-qfm {
        width: calc(100% - 270px) !important;
        float: right;
        padding: 5px 0 !important;
    }

    #content-left .pub-qfm:after { clear: both; }

    #form-calcul-resiliation .span-5,
    #form-calcul-resiliation .span-6,
    #form-demande-lettre-resiliation .span-3
    { width: calc(33% - 10px) !important; margin-right: 10px; }

    #form-prix-mobile .span-8 { width: 310px !important; float: left; margin-right: 10px; }
    #form-prix-mobile .span-5 { width: 180px !important; float: left; margin-right: 10px; }
    #form-prix-mobile .span-4 { width: 150px !important; float: left; margin-right: 10px; }

    #form-demande-lettre-resiliation .span-11 { width: 420px !important; float: left; margin-right: 10px; }
    #form-demande-lettre-resiliation .span-8 { width: 310px !important; float: left; margin-right: 10px; }
    #form-demande-lettre-resiliation .span-6 { width: 230px !important; float: left; margin-right: 10px; }
    #form-demande-lettre-resiliation .span-5 { width: 190px !important; float: left; margin-right: 10px; }
    #form-demande-lettre-resiliation .span-4 { width: 150px !important; float: left; margin-right: 10px; }
    #form-demande-lettre-resiliation .span-3 { width: 110px !important; float: left; margin-right: 10px; }
    #form-demande-lettre-resiliation input.span-5,
    #form-demande-lettre-resiliation select.span-5,
    #form-demande-lettre-resiliation textarea.span-5 { width: 178px !important; margin: 6px 0 !important; }
    #form-demande-lettre-resiliation input.span-3,
    #form-demande-lettre-resiliation select.span-3,
    #form-demande-lettre-resiliation textarea.span-3 { width: 98px !important; margin: 6px 0 !important; }
    #form-demande-lettre-resiliation select.span-10 { width: 380px !important; margin: 6px 0 !important; }

    selec[name='forfait_new_operateur'] { margin-top: 5px !important; }

    #page-bottom .container .span-9 .span-3 { width: 90% !important; }

    #header-top .span-18 {
        width: 100%;
        float: none;
        clear: left;
        margin: 10px 0 0 0;
        text-align: center;
    }

    .box-results .box-header .span-14 { width: calc(100% - 140px); }

    #qfm-operateur-logo { width: 90px !important; margin-right: 10px !important; }
    #qfm-operateur-desc { width: calc(100% - 110px) !important; }
}


@media only screen and (max-width: 40em) {
    .container { width: 100%; margin: 0 auto; }

    .column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24 {
        float: left;
        margin-right: 10px;
    }

    .last { margin-right: 0; }

    .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12,
    .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23,
    .span-24, .span-26 {
        width: 100%;
        margin: 0 auto;
        text-align: left;
    }

    #div-gpt-ad-1414400056657-2 {
        display: none !important;
    }

    #page-container .container, #footer .container, #page-bottom .container {
        padding: 0 10px;
        width: 90%;
        margin: 0 auto;
    }
    #footer{
        margin-bottom: 100px;
    }
    #footer ul{
        width: 100%;
    }
    #footer .container {
        line-height: 20px;
        text-align: center;
        padding: 25px 0;
    }


    #content-left .box-body {
        overflow: auto;
        margin: 20px 0;
    }

    .fb-qfm { display: none; }

    .box-results .fr { float: none; }

    .box-body-item-left { float: left; width: 40px; padding: 0 5px; }

    .box-body-item-left.span-1 { height: 35px; padding: 0 5px; overflow: hidden; }

    .box-body-item-right { float: left; width: calc(100% - 50px); }

    #content-left .left-texte {
        text-align: justify;
        height: 300px;
        overflow: auto;
        margin: 20px 0;
        display: none
    }

    #content-left h2 {
        line-height: 26px;
        font-size: 16px;
    }

    #header #header-logo,
    #page-container #content-left,
    #page-container #content-center {
        margin: 0 auto;
        padding: 0;
        text-align: center;
        width: 100% !important;
    }

    #page-container #content-left { display: none; margin-top: 20px; }
    #page-container #ccontent-text { display: none; }

    #content-left .box {
        margin: 0 auto 20px auto;
        padding: 5px 0;
        width: 100% !important;
    }

    #content-left .box-body {
        margin: 0 auto;
        padding: 5px;
        width: calc(100% - 10px) !important;
    }

    .box-results .span-3, .box-results .span-2 {
        text-align: left;
    }

    #content-center .box-header h3 {
        padding-bottom: 10px;
    }

    input.span-8, textarea.span-8 {
        width: 95%;
    }

    .etape.active {
        width: 100%;
    }

    .box-results .box-header .span-10 {
        width: calc(100% - 205px);
        -moz-width: calc(100% - 205px);
        -webkit-width: calc(100% - 205px);
        -o-width: calc(100% - 205px);
    }

    .box-results .box-header .span-2.price.last {
        width: 100px;
    }

    .show-pad {
        display: block !important;
        margin-top: 20px
    }

    .hide-pad {
        display: none
    }

    .span-3.options {
        min-height: 85px;
        display: inline-block;
        float: none;
        vertical-align: top;
        padding-bottom: 10px;
    }

    .box-results .span-3.options, .box-results .span-3.price { width: 70px; }

    .box-header .span-10 {
        padding: 0 25px;
    }

    #box-data-result #box-data-links a {
        width: 100%;
        text-align: center;
        float: none !important;
        margin: 0;
        padding: 5px 0 !important;
    }

    #content-center {
        padding-top: 15px !important;
    }

    .wi-foot {
        width: 100% !important;
    }

    #list-ope .list-ope-logo .helper {
        display: none;
    }

    #list-ope .list-ope-item {
        margin: 0;
        padding: 10px;
    }

    .pub {
        display: none;
    }

    #list-ope {
        padding-left: 0 !important;
    }

    #fonctionnement p {
        font-size: 12px;
    }

    .flex span {
        width: 150px !important;
    }

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        margin-bottom: 10px;
    }

    #modal {
        width: auto !important;
        height: auto !important;
        left: 0 !important;
        margin: 0 auto !important;
        text-align: center !important;
    }

    #page-container #breadcrumbs {
        padding-top: 10px !important;
    }

    #header-top .span-18 { display: none; }

    .box-body-item {
        padding: 6px 0px;
        display: inline-block;
        overflow: hidden;
        border-bottom: 1px solid #CCC;
        width: 49%;
    }

    .box .box-body-item:last-child { border-bottom: 1px solid #CCC; }

    #page-container #breadcrumbs { padding-top: 10px; }

    .box-results h2 { margin: 0 !important; }

    .box_news_mobile { display: block; }
    #content-left .box_news_mobile { display: none; }
}

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

    #content-center .box-results .box-header { position: relative; }

    .box-results .box-header .span-2 { padding-right: 10px; }

    .box-results .box-header .span-10 { width: 100%; float: left; padding: 0; }

    .box-results .box-header .span-2.price.last {
        width: 70px;
        text-align: center;
        position: absolute;
        right: 0;
    }

    .box-results .span-3.options, .box-results .span-3.price { width: calc(32% - 5px); padding: 0px; margin: 0 5px 5px 0; }

    .box-results .span-2.fl { width: calc(100% - 100px); float: right; }

    .checkbox-container {
        height: 25px;
    }
}

.cookies{
    position: fixed;
    width: 100%;
    background-color: rgb(238, 238, 238);
    margin: 0px;
    left: 0px;
    bottom: 0px;
    padding: 4px;
    z-index: 1000;
    text-align: center;
}
.closeCookie{
        cursor: pointer;
}
.dn{
    display: none;
}

.box-link {
    text-decoration: none;
}