@import url("fontawesome-free-5.9.0-web/css/all.css");
/* CSS Document */
html {
    height:100%;
}
body {
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    background-color: #e4e9ee;
    color: #4A4A4A;
    font-size: 16px;
    line-height:24px;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}


/* FONTS*/



/*END FONTS*/

/*HEADER*/
.nav {
    width: 100%;
    background-color: #3A8FEE;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, .5);
}
#contenu.w-full{
    width: 100%;
}
#menuTopClose{
    background: rgba(255,255,255,0.25);
    position: fixed;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    display: none;
    z-index: 7;
    line-height: 60px;
    cursor: pointer;
}
#menuTopClose:after{
    font-family: "Font Awesome 5 Free";
    content: '\f00d';
    font-weight: 700;
    font-size: 32px;
    color: #fff;
}
body.fixed #menuTopClose{
    display: block;
}

#menuTop ul{
    margin:0px;
    padding:0px;
    text-align:center;
    font-size: 0;
    display: inline-block;
    position: relative;
    width: 100%;
}
.base-documentaire ul li{
    line-height: 22px;
    padding: 7px 0;
    list-style: outside;
}
.marker {
    background: rgba(243,167,0,.3);
    color: #754417 !important;
}
#menuTop li{
    text-align:center;margin:0px;
    list-style-image:none;
    list-style-type:none;
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    line-height: 60px;
    position: relative;
}
#menuTop a{
    text-decoration: none;
    text-align: center;
    margin: 0px;
    width: auto;
    font-size: 15px;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    transition: .2s ease all;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: normal;
    height: 60px;
    line-height: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#boxFooter ul li.title-li{
    font-size: 20px;
    margin-bottom: 15px;
}
#menuTop .pageActive:hover a{text-decoration:none;}


.menuTopSecondLevel ul{
    margin:0px;
    padding:0px;
    text-align:center;
    font-size: 0;
    display: inline-block;
    position: relative;
    width: 100%;
}
.menuTopSecondLevel li{
    display: block;
    text-align: left;
    height: auto;
    line-height: normal;
    position: relative;
    border-bottom: 1px solid #D8D8D8;
    margin: 0px;
    list-style-image: none;
    list-style-type: none;
    vertical-align: middle;
}

.menuTopSecondLevel li a {
    text-align: left;
    width: 100%;
    font-size: 18px;
    height: auto;
    padding: 0px;
    padding-left: 19px;
    line-height: normal;
    box-sizing: border-box;
    position: relative;
    padding-top: 16px;
    padding-right: 30px;
    padding-bottom: 15px;
    color: #3692FC;
    font-weight: 500;
    text-decoration: none;
    margin: 0px;
    vertical-align: middle;
    transition: .2s ease all;
    display: inline-block;
}
.menuTopSecondLevel li a:hover {
    background: rgba(64,153,255,0.15);
}
.menuTopSecondLevel li a:hover:after {
    right: 5px;
}
.menuTopSecondLevel {
    position: fixed;
    opacity: 0;
    width: 280px;
    height: 100%;
    z-index: 995;
    margin-top: 0;
    transition: 0.2s ease all;
    overflow-y: scroll;
    overflow-x: hidden;
    margin:auto;
    top: 60px;
    background: #fff;
    right: -100%;
}
body.fixed .menuTopSecondLevel.activeMenu{
    right: 0%;
    opacity: 1;
    z-index: 997;
}

.menuTopSecondLevel li.retour{
    background: #4099FF;
    color: #fff;
    font-size: 18px;
    text-align: left;
    font-weight: 500;
    vertical-align: middle;
    cursor: pointer;
    padding-top: 16px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 19px;
}

.menuTopSecondLevel li.retour:after{
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    font-weight: 700;
}
.autonomie .bloc-contenu{
    font-size: 16px;
    color: #6b6b6b;
}

article ul{
    list-style: disc;
} 

.logo-responsive {
    background: #FFF;
    position: fixed;
    width: 100%;
    z-index: 9999;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.logo-responsive-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    direction: rtl;
    padding-inline: 30px;
}

body.fixed .logo-responsive {
    z-index: 5;
}
      
/*END HEADER*/
h1{
    font-size: 34px !important;
    color: #212529;
    font-weight: 500;
    text-align: center;
    line-height: normal;
}
h1.text-left{
    text-align: left;
}
.homepage {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.homepage h1{
    font-size: 32px !important;
}
.homepage h2{
    font-size: 28px !important;
}
.homepage h3{
    font-size: 22px !important;
    color: #3767CB;
}
h1 strong{

}
#resilModal{
    top: 50px;
}
h1.noMargingTop,h2.noMargingTop{
    margin-top: 0;
}
h1.titre-h1.h1padding {
    padding: 15px;
}
.imgInText {
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
    height: auto;
    border-radius: 10px;
    display: block;
}
#colTwo.qr-detail{
    background: #ffffff;
    border-radius: 5px;
}
#colTwo.qr-detail .container{
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.summary-side {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    float: left;
    padding-top: 20px;
    padding-left: 15px;
}
.summary-side .title-sum {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    color: #494949;
}
.summary-side ol {
    counter-reset: my-awesome-counter;
}
.summary-side ol li:first-of-type {
    border-top-right-radius: 10px;
}
.summary-side ol li:hover, .summary-side ol li.active {
    border-color: #2b65a3;
    background-color: rgba(55, 116, 181, 0.15);
    color: #2b65a3;
}
.summary-side ol li {
    counter-increment: my-awesome-counter;
    background-color: #f2f2f2;
    margin-bottom: 2px;
    border-left: 4px solid #46a3f1;
    color: #46a3f1;
    font-size: 16px;
    transition: .2s ease all;
    position: relative;
}
.summary-side ol li:hover a, .summary-side ol li.active a {
    color: #2b65a3;
}
.summary-side ol li a {
    text-decoration: none;
    color: #46a3f1;
    display: block;
    padding: 10px;
    transition: .2s ease all;
    /*font-weight: 600;*/
}
.summary-side ol li:before {
    content: '';
    margin: 0;
}
ol li:before {
    color: #46a3f1;
    font-size: 16px;
    font-weight: 600;
    margin-right: 16px;
    content: counter(my-counter) ".";
}
.base-documentaire {
    width: 790px;
    font-size: 16px;
    padding-bottom: 30px;
    padding-top: 20px;
    float: right;
    padding-right: 15px;
}
.base-documentaire h1{
    text-align: left;
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 1150px;
    position: relative;
}
#comparatif ol,#comparatif ul,
#comparatif article,
#comparatif aside,
#comparatif section,
#comparatif  summary,
#comparatif h1,
#comparatif h2 ,
#comparatif h3{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
#comparatif h1{
    font-size: 34px;
    color: #3767CB;
    font-weight: 500;
    text-align: left;
    line-height: normal;
    margin-bottom: 20px;
}
.rs_facebook_actus:after {
    font-family: 'Font Awesome 5 Brands';
    content: '\f39e';
    font-size: 22px;
    color: #6b6b6b;
    background: #eeeeee;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    transition: 0.2s ease all;
}
.rs_twitter_actus:hover:after {
    background: #4099FF;
    color: white;
}
.rs_twitter_actus:after {
    font-family: 'Font Awesome 5 Brands';
    content: '\f099';
    font-size: 22px;
    color: #6b6b6b;
    background: #eeeeee;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    transition: 0.2s ease all;
    font-weight: 900;
}
#comparatif .btn-orange{
    margin: 0 auto;
    display: block;
    text-align: center;
}
#comparatif .btn-orange:active{
    height: 38px;
    border-bottom: 4px solid #ffffff;
}
#blocImage {
    position: relative;
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 30px 0;
}
.imgEntete {
    text-align: center;
    border-radius: 10px;
}
#blocImage img {
    position: relative;
    z-index: 3;
    margin-bottom: -5px;
}
#comparatif{
    background: #ffffff;
}
.imgEntete img {
    max-width: 100%;
}
article.base-documentaire h2:before {
    content: counter(summary-counter-h) " - ";
}
.base-documentaire h2:before {
    color: #2b65a3;
    font-size: 26px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}
p.bon-a-savoir, div.bon-a-savoir {
    border-radius: 0 3px 3px 0;
    background-color: #fdefd1;
    border-left: 5px solid #f3a700;
    padding: 15px;
    margin: 10px 0;
    color: #494949;
    font-size: 16px;
}
p.bon-a-savoir, div.bon-a-savoir {
    margin: 0 0 10px;
}
p.bon-a-savoir, div.bon-a-savoir {
    border-radius: 0 3px 3px 0;
    background-color: rgba(243,167,0,.25);
    border-left: 4px solid #fab563;
    padding: 15px;
}
article.base-documentaire h2 {
    counter-increment: summary-counter-h;
}
.ulGris {
    padding: 0 0 0px 30px;
    margin: 30px 0;
}
button {cursor:pointer;}
button i.fa.fa-search{
    line-height: 26px;
    position: relative;
    float: right;
    margin-left: 5px;
}
ol, ul {
    list-style: none;
}
#comparatif ul li:before {
    font-family: FontAwesome;
    content: '\f068';
    margin-right: 16px;
    color: #46a3f1;
    font-weight: 400;
}
.rs_facebook_actus {
    margin-right: 10px;
}
.sharing-howto-resp {
    display: none;
}
p.bon-a-savoir, div.bon-a-savoir {
    border-radius: 0 3px 3px 0;
    background-color: rgba(243,167,0,.25);
    border-left: 4px solid #fab563;
    padding: 15px;
}
#menuTop .item-menu.pageActive a{
    border-bottom: 4px solid #ffffff;
    height: 56px;
}

#menuTop li.item-menu.pageActive a{
    border-bottom: 0px;
    height: auto;
}
#menuTop {
    position: fixed;
    opacity: 0;
    width: 280px;
    height: 100%;
    z-index: 997;
    margin-top: 0;
    transition: 0.2s ease all;
    overflow-y: scroll;
    overflow-x: hidden;
    margin:auto;
    top: 60px;
    background: #fff;
    right: -100%;
}

#menuTop>#logo {
    width: 100%;
    text-align: left;
    background: #3A8FEE;
    margin: auto;
    position: relative;
}
body.fixed #menuTop {
    opacity: 1;
    overflow: hidden;
    right: 0%;
    border-top-left-radius: 15px;
}
#menuTop li {
    display: block;
    text-align: left;
    height: auto;
    line-height: normal;
    position: relative;
    border-bottom: 1px solid #D8D8D8;
    min-height: 50px;
}
#menuTop li a {
    text-align: left;
    width: 100%;
    font-size: 16px;
    height: auto;
    padding: 0px;
    padding-left: 19px;
    line-height: normal;
    box-sizing: border-box;
    position: relative;
    padding-top: 16px;
    padding-right: 30px;
    padding-bottom: 15px;
    color: #3692FC;
    font-weight: 400;
}
#menuTop li a:hover {
    background: rgba(64,153,255,0.15);
}
#menuTop .item-menu.hasSecondLevel a:after{
    font-family: 'Font Awesome 5 Free';
    content: '\f053';
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    font-weight: 700;
}

#menuTop li a:hover:after {
    right: 5px;
}

#menuTop li.item-menu:last-child a{
    border-bottom: 0px;
}

#colTwo {
    width: 100%;
    min-height: 530px;
    padding-bottom: 20px;
    display: flex;
    gap: 30px;
    justify-content: center;
}

#boxLeft {
    padding-top: 0px;
    padding-bottom: 10px;
    display: inline-block;
    border-radius: 10px;
    box-sizing: border-box;
    width: 875px;
}
#boxRight {
    width: 370px;
    display: inline-block;
    vertical-align: top;
    float: right;
    box-sizing: border-box;
}
#comparatif article,
#comparatif aside{
    padding-top: 15px;
}
#comparatif aside{
    padding-left: 15px;
}
#contenu {
    margin: auto;
    position: relative;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
}
.decaler{
    padding-top: 100px;
}
.bloc-blanc{
    background: #ffffff;
    border-radius: 5px;
    padding: 15px;
}

.bloc-comparer{
    text-align: center;
}
.btn-orange{
   
    /*background: linear-gradient(135deg, #f29d13, #FFB347) !important;
    color: #42444e !important;
    font-size: 16px;
    border-radius: 8px;
    border: none;
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    padding: 12px 20px;
    text-decoration: none;
    transition: 0.2s ease all;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);*/

    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 9px 8px !important;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}
.btn-orange:hover{
    filter: brightness(1.1); /* Léger éclaircissement */
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); /* Plus de profondeur */
}
.btn-orange:active{
    border-bottom: 0px;
}

.btn-orange:after {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 600;
    vertical-align: middle;
    padding-left: 5px;
    vertical-align: -1;
}

.bloc-blanc p.margin-top-15{
    margin-top: 15px;
}
a.link-inline{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}
h2{
    font-size: 22px;
    font-weight: normal;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 25px;
    color: #212529;
}
.sous-categorie h2{
    color: #494949;
}
.bloc-blanc:not(:last-child){
    margin-bottom: 32px;
}
.d-table{
    display: table;
    width: 100%;
    box-sizing: border-box;
}
.d-table .d-tc{
    display: table-cell;
    vertical-align: top;
}
.paragraphe{
    font-size: 18px;
    line-height: 23px;
    color: #4A4A4A;
    text-align: justify;
}
.paragraphe strong{

    color: #494949;
}
.img-actu, .imgVide img{
    border-radius: 5px;
    max-width: 148px;
    max-height: 100px;
    display: inline-block;
    vertical-align: middle;
}
.item-actu{
    border-radius: 10px;
    background: #ffffff;
    padding: 10px;
    font-size: 16px;
    color: #494949;

    height: 120px;
    box-sizing: border-box;
    padding-left: 15px;
    position: relative;
    padding-right: 60px;
    text-align: left;
    list-style: none;
    max-height: 125px;
    position: relative;
    display: block;
}
.items-actu{
    border-radius: 10px;
}
.item-actu:first-child{
    margin-top: 15px;
}
.item-actu:last-child{
    padding-bottom: 0px;
}
.item-actu:nth-child(odd){
    background: #F2F2F2;
}
.date-actu{
    font-size: 16px;
    
    color: #868686;
}
.link-actu{
    color: #3767CB;
    
    font-size: 18px;
    max-width: 315px;
    padding-right: 10px;
    box-sizing: border-box;
}
a.link-actu:hover{
    color: #E98900;
}
.bloc-blanc p{
    margin-top: 5px;
    margin-bottom: 5px;
}
.content-actu.d-tc{
    padding-left: 15px;
}
.content-actu p{
    color: #868686;
    font-size: 16px;
    
    text-align: left;
    display: inline;
    line-height: 20px;
}

#footer {
    padding: 0px;
    width: 100%;
    background-color: #3F3F3F;
    color: #CACACA;
    
}

.without-border-radius-top{
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

#boxFooter {
    width: 1170px;
    text-align: center;
    display: table;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
}

#boxFooter ul{
    display: table-cell;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    text-align: left;
    
    font-size: 22px;
    width: 33.3%;
    font-weight: 400;
}

#boxFooter ul li a{
    font-size: 14px;
    color: #CACACA;
    text-decoration: none;
    transition: 0.2s ease all;
}

#boxFooter ul li:first-child{
    padding-top: 15px;
}

#boxFooter ul li a:hover{
    color: #ffffff;
    text-decoration: underline;
}

#boxFooter ul:not(:last-child){
    padding-left: 75px;
}

#boxFooter ul li{
    list-style: none;
    font-size: 14px;
    color: #CACACA;
}

#boxFooter #logo a{
    height: auto;
}

p.copyright{
    font-size: 14px;
    font-style: italic;
    color: #ffffff;
    line-height: 18px;
    margin-bottom: 0px;
    padding-top: 50px;
}

.conseiller{
    background-image: url(/img/conseiller.png);
    background-repeat: no-repeat;
    background-position: right;
}

h2.titre22{
    
    font-size: 22px;
    line-height: 26px;
    color: #212529;
    font-weight: 500;
    margin-top: 0;
}

.text-conseiller{
    
    font-size: 16px;
    color: #444444;
    line-height: 19px;
}

.btn-phone{
    background-color: #FFB636;
    color: #000;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    height: 35px;
    box-sizing: border-box;
    line-height: 35px;
}

.btn-phone .fa-phone{
    padding-left: 5px;
}

.faire-rappler{
    color: #3767CB;
    font-size: 18px;
    
    transition: 0.2s ease all;
}

.faire-rappler:hover{
    color: #E98900;
}

.d-table .d-tc:first-child{
    text-align: left;
}

.d-table .d-tc:last-child{
    text-align: right;
    vertical-align: top;
}

.item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.bloc-pourquoi .item{
    border-radius: 10px;
    background-color: #F2F2F2;
    padding: 10px;
    position: relative;
}

.bloc-pourquoi .item p{
    font-size: 16px;
    
    color: #6B6B6B;
    line-height: normal;
}

.bloc-pourquoi .item .img-sprite {
    width: 85px;
    height: 100%;
}

.bloc-pourquoi .item .img-sprite.img1{
   background-position: -11px 4px;
}

.bloc-pourquoi .item .img-sprite.img2{
    background-position: -4px -70px;
}

.bloc-pourquoi .item .img-sprite.img3{
    background-position: -4px -135px;
}

.d-table .d-tc.btn-phone{
    text-align: center;
}

.bloc-pourquoi .item:not(:last-child){
    margin-bottom: 5px;
}

.bloc-pourquoi .item:first-child{
    margin-top: 10px;
}

.pas-manquer li a{
    font-size: 16px;
    
    color: #3767CB;
    transition: 0.2s ease all;
    padding: 5px 0 5px 10px;
    border-left: 2px solid rgba(55, 103, 203, 0.2);
    display: block;
}

.pas-manquer li a:hover{
    color: #E98900;
    border-color: #E98900;
}

.pas-manquer ul{
    padding-left: 0px;
    list-style-position: inside;
}

.pas-manquer ul li{ 
    list-style: none;
}

.pub{
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.just-responsive {
    display: none;
}

.bloc-opac {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #000000b3;
    border-radius: 5px;
}

.listeActu .actu{
    background: #ffffff;
    padding: 10px;
    font-size: 16px;
    color: #494949;
    
    height: 120px;
    box-sizing: border-box;
    padding-left: 15px;
    position: relative;
    padding-right: 60px;
    text-align: left;
    list-style: none;
}

.listeActu{
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.listeActu .actu img {
    float: left;
    margin: 0px 10px 10px 0px;
    border-radius: 3px;
    max-width: 148px;
    max-height: 100px;
}

.listeActu .actu{
    border-bottom: 1px solid #eeeeee;
    border-radius: 10px;
}

.listeActu .actu:hover a{
    color:#e98900;
}

.listeActu .actu:nth-child(odd){
    background: #F2F2F2;
}


.bloc-opac {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #000000b3;
    border-radius: 5px;
}

.link-all {
    position: absolute;
    height: 120px;
    left: 0px;
    right: 0px;
    top: 0px;
    text-align: right;
    transition: 0.2s ease all;
}

.link-all i {
    width: 30px;
    height: 35px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    padding-left: 2px;
    color: #3767CB;
    top: 40px;
    right: 20px;
}

.link-all:hover i {
    color: #e98900;
}

.bloc-blanc.no-padding{
    padding: 0px;
}

a.titre {
    color: #3767CB;
    font-size: 18px;
    
    position: relative;
    z-index: 1;
    text-decoration: none;
    font-weight: 500;
}

a.titre:hover {
    color: #3794E2;
    text-decoration: underline;
}

h1.titre-h1, p.titre-h1{
    margin-top: 0px;
    padding-top: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-bottom: 15px;
    text-align: left;
    padding-left: 0px;
    margin-bottom: 0px;
}

.listeActu a.titre:hover{
    color:#e98900;
}

 p.titre-h1{
    
    color: #3767CB;
    font-size: 22px;
    font-weight: 500;
}

.boxPagin {
    position: relative;
    display: block;
    padding: 15px;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
}

.boxPagin ul{
    padding: 0px;
    margin: 0px;
}

.boxPagin li {
    list-style-type: none;
    padding: 0px;
    border: none;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.boxPagin a {
    display: block;
    background-color: #F2F2F2;
    height: 30px;
    width: 30px;
    font-size: 16px;
    text-decoration: none;
    color: #6B6B6B;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #D8D8D8;
    box-sizing: border-box;
    
    line-height: 27px;
    font-weight: 500;
}

.boxPagin a.active {
    background-color: #494949;
    border: 2px solid #494949;
    color: #ffffff;
    line-height: 25px;
    height: 29px;
}

.boxPagin li:not(:last-child) {
    margin-right: 3px;
}

.boxPagin a:hover {
    background: #3794E2;
    border: 2px solid #3794E2;
}

.boxPagin a.active:hover {
    background-color: #494949;
    border: 2px solid #494949;
}

.actu .date{
    
    color: #494949;
    font-size: 16px;
    font-weight: 500;
    display: inline;
}

.listeActu hr{
    display: none;
}

ul.categorie{
    padding-left: 0px;
    padding-top: 0px;    
    margin-top: 0px;
}

ul.categorie h2{
    padding-top: 0px;
    margin-top: 0px;
}

ul.categorie li{
    list-style: none;
}

ul.sous-categorie{
    border-left: 3px solid #3A8FEE;
    padding-left: 15px;
    margin-bottom: 20px;
    margin-top: 15px;
}

ul.sous-categorie ul{
    padding-left: 15px;
    margin-top: 10px;
}

ul.categorie h3{
    font-size: 20px;
}

.rs_facebook_actus:hover:after {
    background: #3B5998;
    color: white;
}

.content-actu{
    padding-right: 60px;
}

#btnMenuResp {
    font-size: 26px;
    color: #000;
    cursor: pointer;
}

#btnMenuResp i{
    vertical-align: middle;
}

#btnMenuResp span{
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
    font-weight: bold;
    vertical-align: middle;
}

.opacMenuResp {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 996;
    display: none;
    opacity: 0;
    top: 0;
    left: 0;
    transition: 0.6s ease opacity;
}
body.fixed .opacMenuResp {
    opacity: 1;
    display: block;
    z-index: 6;
}

#h1fond{
    background: #fff;
    margin-bottom: 30px;
}
#h1{
    width: 1400px;
    margin: auto;
    min-height: 180px;
}

div#h1 h1 {
    text-align: left;
    margin-top: 0;
    font-size: 28px;
    color: #3767cb;
}

div#h1 p {
    font-size: 16px;
    color: #494949;
    padding-bottom: 0;
    margin-bottom: 0;
}

#h1 img{
    float: right;
    margin-top: -20px;
}

#chartContainer{
    margin-top: 30px;
    margin-bottom: 30px;
}

a.canvasjs-chart-credit {
    display: none;
}

#plagesHorairesTxt .carre{
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: 0px;
    margin-right: 10px;
}

table.table caption, #setmep table th {
    color: #333;
    font-weight: 700;
}

.table>thead {
    vertical-align: middle;
}

.rtecenter {
    text-align: center;
}

.table>tbody>tr.infor>td, .table>tbody>tr.infor>th, .table>tbody>tr>td.infor, .table>tbody>tr>th.infor, .table>tfoot>tr.infor>td, .table>tfoot>tr.infor>th, .table>tfoot>tr>td.infor, .table>tfoot>tr>th.infor, .table>thead>tr.infor>td, .table>thead>tr.infor>th, .table>thead>tr>td.infor, .table>thead>tr>th.infor {
    background-color: #d9edf7 !important;
}

.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
    background-color: #fcf8e3 !important;
}
.edit{
    width: 50px;
}

table.table img{
    width: 110px;
}

.ligneLogo {
    vertical-align: middle;
}

.tCenter{
    text-align: center;
}
.tLeft{
    text-align: left;
}
.tRight{
    text-align: right;
}

table.table a.btnLink {
    font-weight: 700;
    color: #3b8eea;
}

ul.communesProche{
    padding:0;
}

ul.communesProche li{
    position: relative;
}
ul.communesProche li:before{
    font-family: "Font Awesome 5 Free";
    content: '\f3c5';
    font-weight: 700;
    vertical-align: middle;
    margin-right: 5px;
}

ul.communesProche li span.dist{
    float: right;
    font-size: 16px;
}
ul.communesProche li a{
    color: #3767CB;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: middle;
}

.jaune{
    color: #FFB636;
}

.block,.btn-orange.block{
    display: block;
}

#filAriane{
    margin-bottom:10px;
    font-size:16px;
}
#filAriane a {
    color: #3767CB;
}
#filAriane div{
    display:inline-block;
    margin-right:5px;
    margin-left:5px;
}
#filAriane .arrow:before {
    font-family: "font Awesome 5 Free";
    content: '\f054';
    font-size: 12px;
    margin-left: 3px;
    margin-right: 4px;
    vertical-align: middle;
    display: inline-block;
    font-weight:700;
}
ul#depsColLeft {
    margin-right: 15px;
}

.clear {
    clear: both;
}

ul.deps {
    float: left;
    width: 360px;
    padding: 0;
    position: relative;
    margin: 0;
}

ul.deps li a {
    background: #F2F2F2;
    display: block;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 7px;
    color: #6B6B6B;
    border-radius: 5px;
    position: relative;
    text-decoration: none;
}

ul.deps li a span {
    float: right;
}

ul.deps li a:hover {
    color: #3767CB;
    text-decoration: underline;
}
#carte-de-france{
    width: 100%;
    height: 600px;
    margin-top: 20px;
    margin-bottom: 30px;
}
div.letter {
    font-size: 20px;
    color: #3767CB;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}

span.economiesMontant {
    font-size: 24px;
    color: #12b515;
}

.colBtn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: 25px;
}

a.btnSouscrire {
    display: block;
    background-color: #3b8eea;
    border-radius: 5px;
    width: 164px;
    height: 35px;
    font-weight: 800;
    color: #ffffff;
    line-height: 35px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}

a.btnPlusInfos {
    display: block;
    font-weight: 700;
    text-decoration: underline;
    color: #3b8eea;
    padding-top: 5px;
}

.colTitre {
    display: inline-block;
    vertical-align: middle;
    margin-left: 50px;
    margin-right: 45px;
    font-size: 16px;
    min-width: 245px;
}

.economies .colTitre{
    max-width: 256px;
}
.colEconomies {
    display: inline-block;
    vertical-align: middle;
}

.colTitre .titre {
    font-size: 16px;
    font-weight: 700;
    color: #494949;
    margin-left: -18px;
    max-width: 275px;
}
.pl-1 li{
    list-style: none;
}
.colTitre .titre span {
    font-size: 16px;
}
.new-cta-externe {
    text-align: center;
    color: white;
}
.new-cta-externe div:hover {
    background: linear-gradient(to bottom, #f98208 0%, #fa9833 100%);
}
.new-cta-externe div {
    padding: 10px;
    padding-bottom: 37px;
    border-radius: 5px;
    width: 470px;
    margin: auto;
    overflow: hidden;
    position: relative;
    background: #fa9833;
    background: -moz-linear-gradient(top,#fa9833 0%,#f98208 100%);
    background: -webkit-linear-gradient(top,#fa9833 0%,#f98208 100%);
    background: linear-gradient(to bottom,#fa9833 0%,#f98208 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa9833',endColorstr='#f98208',GradientType=0);
    box-shadow: 0 5px 15px rgba(0,0,0,.25);
}
.new-cta-externe span, .new-cta-externe a {
  z-index: 2;
  position: relative;
  display: block;
}
.new-cta-externe a {
  font-family: Fjalla One;
  font-size: 22px;
  color: white;
  text-decoration: none;
  position: absolute;
  padding-top: 29px;
  margin-top: -29px;
  padding-bottom: 10px;
  left: 0;
  right: 0;
}
.colTitre ul {
    padding: 0;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 20px;
    list-style: disc;
    font-size: 14px;
}

.colTitre ul li span{
    font-weight: 700;
}

.economiesFond {
    background-color: rgba(18, 181, 21, .1);
    border-radius: 29px;
    width: 180px;
    color: #12b515;
    text-align: center;
    padding: 5px 0px;
}

span.economiesTitre {
    font-style: italic;
    font-size: 16px;
}

.ligneRes.surcout div.economiesFond{
    background: rgba(229,49,49,0.10);
    color: #e53131;
}

.ligneRes.surcout div.economiesFond .economiesTitre{
    color: #e53131;
}   

.ligneRes.surcout div.economiesFond .economiesMontant{
    color: #e53131;
}

#blocResultats{
    font-size: 14px;
}

.ligneRes .logo{
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.ligneRes{
    margin-bottom: 15px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #ffffff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    position: relative;
}

#bonneNouvelleTitre{
    font-size: 18px;
    color: #3767cb;
}

#bonneNouvelle{
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #ffffff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    position: relative;
    margin-bottom: 15px;
    padding: 20px;
}

#bonneNouvelle img{
    width: 116px;
    float: left;
    margin-right: 20px;
}

#eld{
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #ffffff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    position: relative;
    margin-bottom: 15px;
    padding: 20px;
}

#eldTitre{
    font-size: 18px;
    color: #3767cb;
}

#eld img{
    width: 116px;
    float: left;
    margin-right: 20px;
}

#resultatsTitre{
    font-size: 22px;
    color: #3767cb;
    margin-bottom: 15px;
}

#optionTarifaireChoices {
    display: table;
    width: 100%;
}
#optionTarifaireChoice_base {
    height: 48px;
    line-height: 48px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
#optionTarifaireChoice_pc {
    height: 48px;
    line-height: 17px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.optionTarifaireChoice {
    border: 1px solid #e5e5e5;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    padding: 0 20px;
    border-bottom: 3px solid #e5e5e5;
    cursor: pointer;
}
.optionTarifaireChoice.selected {
    border-color: #3767cb;
    color: #3767C8;
    background: rgba(55,103,203,0.1);
    border-bottom: 3px solid #3767C8;
}
    
ul.ui-autocomplete {
    background: #fff;
    max-width: 300px;
    padding: 0 10px;
    border-radius: 5px;
}

ul.ui-autocomplete li{
    cursor: pointer;
    padding: 2px 0;
}

ul.ui-autocomplete li:hover{
    color: #3767C8;
    background: rgba(55,103,203,0.1);
}

#blocParamsContainer{
    float: left;
    width: 280px;
    margin-right: 30px;
}

#blocParams{
    background-color: #ffffff;
    border-radius: 3.5px;
    border: 1px solid #ffffff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    min-height: 386px;
    font-size: 16px;
    padding:15px;
    color:#868686;
}

#blocResultats{
    
    width: 870px;
    float: left;
}
#blocParamsDesc{
    font-style: italic;
    color: #868686;
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
    text-align: justify;
}
.blocParamsTitre{
    padding-bottom: 3px;
    margin-top: 15px;
    color:#6b6b6b;
}
.blocParamsTitre.first{
    margin-top: 0;
}

.blocParamsTitre span{
    display: block;
    font-size: 16px;
    margin-top: -5px;
    font-style: italic;
}

.consommation_electrique_container{
    background-color: #ffffff;
    border-radius: 4.5px;
    border: 1px solid #e5e5e5;
    height: 40px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

input#consommation_electrique,input#consommation_electrique_hp,input#consommation_electrique_hc {
    border: 0;
    width: 100%;
    height: 38px;
    font-size: 16px;
    color: #3767cb;
    font-weight: 700;
    padding-left: 10px;
    outline:none;
}


.consommation_electrique_container .unite {
    position: absolute;
    top: 8px;
    right: 5px;
}

#puissance{
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 40px;
    font-size: 16px;
    background: #fff;
    color: #3767cb;
    font-weight: 700;
}

#vil_cp_container{
    background-color: #ffffff;
    border-radius: 4.5px;
    border: 1px solid #e5e5e5;
    height: 40px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

#vil_cp{
    border: 0;
    width: 100%;
    height: 38px;
    font-size: 16px;
    color: #3767cb;
    font-weight: 700;
    padding-left: 10px;
    outline: none;
}

#simuler{
    background-color: #ffb636;
    border-radius: 6px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    border-bottom:2px solid #db8520;
    display: block;
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
}

span.ui-helper-hidden-accessible {
    display: none;
}

.clear{
    clear: both;
}

.ligneRes.reference .colTitre {
    color: #3b8eea;
}

.ligneRes.reference .colTitre .titre {
    color: #3b8eea;
}

.ligneRes.reference .colEconomies .economiesFond {
    color: #3b8eea;
    background: rgba(59,142,234,0.1);
}

.ligneRes.reference .colEconomies .economiesFond .economiesMontant{
    color: #3b8eea;
    font-size: 18px;
    padding: 13px 15px;
    display: inline-block;
}

div#h1 p strong,strong.jaune{
    /*color: #ffb636;*/
    color: #f29d13;
}

    
.listeActu em{
    display:block;
    margin-top:8px;
}
.listeActu span{
    display:block;
}
#wrapperListeActu .listeActu:first-child{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.actu-home .excerpt{
    border-radius: 10px;
    /*cursor: pointer;*/
}
.intro-date{
    color: gray;
    font-style: italic;
    font-size: 15px;
}
.actu-home .excerpt:hover a{
    /*color: #e98900;*/
}
.actu-home{
    border-radius: 10px;
    background: #ffffff;
}
#wrapperListeActu{
    margin:0px;
    padding:0px;
    background: #ffffff;
    border-radius: 10px;
}
.titre-actu{
    font-size: 18px;
    
    color: #494949;
}
.excerpt{
    background: #ffffff;
    padding: 10px;
    font-size: 16px;
    color: #494949;
    height: 120px;
    box-sizing: border-box;
    padding-left: 15px;
    position: relative;
    padding-right: 60px;
    text-align: left;
}
.excerpt img{
    float: left;
    margin: 0px 10px 10px 0px;
    border-radius: 3px;
}
.excerpt p{
    margin-top: 0px;
    line-height: 20px;
}
.excerpt .titre a{
    color: #3767CB;
    font-size: 18px;
    
    position: relative;
    z-index: 1;
}
.excerpt .titre a:hover{
    color: #e98900;
    text-decoration: underline;
}
.actu-home .excerpt:nth-child(odd){
    background: #F2F2F2;
}
p.economies {
    margin-top: 15px;
    margin-bottom: 15px;
}

.titreSelection {
    color: #282828;
}

.selecteurBanque {
    overflow-x: auto;
    white-space: nowrap;
    position: relative;
}

.banqueSelection {
    border: solid 1px #cacaca;
    border-radius: 6px;
    color: #868686;
}

.fadeRight {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 20px;
    z-index: 1;
    /*background: linear-gradient(0.25turn,rgba(255, 255, 255, 0), rgb(255, 255, 255));*/
}

.fadeLeft {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 20px;
    z-index: 1;
    /*background: linear-gradient(0.75turn,rgba(255, 255, 255, 0), rgb(255, 255, 255));*/
}

.left {
    position: absolute;
    left: 2%;
    top: 50%;
    z-index: 4;
    transform: translateY(-50%);
    background-color: #007bff;
    color: white;
    border-radius: 50%;
    border: none;
    padding: 4px;
    transition: opacity 0.25s linear;
}

.right {
    position: absolute;
    right: 2%;
    top: 50%;
    z-index: 4;
    transform: translateY(-50%);
    background-color: #007bff;
    color: white;
    border-radius: 50%;
    border: none;
    padding: 4px;
    transition: opacity 0.25s linear;
}

.selecteurBanque div {
    padding: 12px 6px;
    margin: 12px 6px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.selecteurBanque .actif {
    background-color: #eef6ff;
    border: solid 1px #007bff;
    border-radius: 6px;
    color: #0069d9;
}

.selecteurBanque img {
    width: 110px;
}

.lienReco {
    padding: 5px;
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
    flex: 0 0 calc(100% * 1/3 - 20px);
    justify-content: space-between;
    border-top: 1px #80808080 solid;
}

.listeLienReco{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.conditions {
    color: gray;
    font-size: 12px;
}

.colonne {
    min-width: 150px;
    background: #eee !important;
}

.table-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 4;
}

.table-responsive {
    max-height: 700px; /* ou toute autre hauteur fixe adaptée */
    overflow-y: auto;
}

.case-comp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

th.fixe {
    background-color: #eee !important;
}

.bloc-contenu{
    font-size: 16px;
    color: #6b6b6b;
}
/*
.btn-orange{
    background: #FFB636 !important;
    color: #fff !important;
}
*/
.card-middle ul{
    margin-bottom: 0px;
    margin: 0;
    padding: 0;
}
.credit-card .fa-bolt{
    font-size: 30px;
}
.credit-card{
    width: 50px !important;
    margin-right: 10px;
    border-radius: 5px;
    border: 1px solid #d0d0d0;
}
.rating-text {
    font-size: 12px;
    color: #888;
}
.rating::before {
    content: "";
    border-left: 1px solid #e0e0e0;
    position: absolute;
    left: 0;
    height: 100%;
}
.rating{
    text-align: right;
    position: relative;
    padding-left: 10px;
}
.offer-info {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-evenly;
    background-color: rgb(230 243 255);
    border-radius: 5px;
    padding: 8px;
    min-height: 65px;
}
.card {
  border: 1px solid #3498db;
  border-radius: 5px;
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.card-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: rgb(230 243 255);
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #000;
    background: #3A8FEE36 !important;
    padding: 5px 10px !important;
}
.rank {
    background-color: #3498db;
    padding: 2px 10px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.interest {
    font-size: 14px;
    padding-left: 10px;
    font-style: normal;
}
.cards {
    max-width: 700px;
    margin: auto;
}
.card-body {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}
.card-left {
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    align-items: center;
    width: 49%;
    justify-content: center;
}
.card-middle {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 300px;
}
.bank-logo {
    max-width: 160px;
    /*margin-top: 10px;*/
}
.bank-details p {
    margin: 0;
    font-size: 12px;
    color: #888;
    text-align: center;
    max-width: 160px;
}
.card-middle ul li {
    padding: 3px 0px;
    list-style: disc;
    font-size: 14px;
}
.score {
    font-size: 22px;
    color: #3498db;
    font-weight: 600;
    vertical-align: -1px;
}
.card-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 49%;
}
.cta-button{
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 9px 8px !important;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-sizing: border-box;
    width: 100% !important;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}
.cta-button:after {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 600;
    vertical-align: middle;
    padding-left: 5px;
}
i.fas.fa-star {
    color: rgb(240 170 15);
    font-size: 18px;
}

.text-header-top {
    margin-left: 10px;
}

.cadre-top {
    border: solid 1px blue !important;
}

.titre_table {
    margin-top: 5px;
    margin-bottom: 5px;
    color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.p_style {
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 16px !important;
    line-height: 24px;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    margin-left: 10px;
}

.fixedPub {
    position: fixed;
    top: 80px;
}
table.basic-table {
    border-collapse: collapse;
    width: 100%;
}
table.basic-table tr td {
    padding: 5px 5px;
}
table.basic-table tr td.logo{
    text-align: center;
}
table.basic-table tr td.logo img{
    width: 165px;
}
table.basic-table ul {
    padding-left: 25px !important;
}
@media (min-width: 500px) {
    .card-right {
        width: 150px;
    }
    .card-left {
        width: auto;
    }
}
@media (min-width: 750px) {
    .card-middle ul li {
        padding: 0px 0px;
    }
}

@media (max-width: 500px){
    .card-left {
        width: auto;
    }
}

@media (max-width: 400px){
    ul#containerFournisseursHp li{
        display: block;
    }
}

@media (max-width: 850px) {
    .bloc-blanc.comp{
        margin-left: 0;
    }
    #boxRight{
        width: auto;
    }
    #colTwo{
        width: auto;
    }
    #boxLeft {
        width: auto;
    }
    .cards {
        max-width: none;
    }
    #rappelModal .modal-content{
        padding-left: 0px;
    }
    ul#containerFournisseursHp li{
        margin-left: 10px;
        margin-right: 10px;
    }
    .card-middle {
        display: none;
    }
    .hide-xs{
        display: none !important;
    }
    .fb-block .col-12.pl-0{
        padding-right: 0px !important;
    }
    div#h1 h1 {
        font-size: 24px;
    }
    .homepage {
        display: block;
        gap: 0px;
    }
    h1{
        font-size: 24px !important;
    }
    h2{
        font-size: 22px !important;
    }
    h3{
        font-size: 20px !important;
    }
    h4{
        font-size: 18px !important;
    }
    ul{
        padding-left: 10px !important;
    }
    .btn-orange{
        height: auto;
        line-height: inherit;
    }
    .actu-home .excerpt:nth-child(odd){
        background: none;
    }
    .actu-home .excerpt, .excerpt {
        margin-left: 0px;
        margin-right: 0px;
        height: auto;
        padding-left: 0px;
        padding-right: 0px;
        background: none;
        border-bottom: 1px solid #F2F2F2;
        border-radius: 0;
    }
    
    .just-responsive {
        display: block;
        box-sizing: border-box;
        top: 10px;
        height: 100px;
    }

    .excerpt p.titre {
        margin-top:10px; 
    }
    .actusHome .excerpt p {
        padding: 5px 15px;
    }
    .excerpt img {
        float: none;
        margin: 0 auto;
        border-radius: 3px;
        display: block;
        position: relative;
        border-radius: 0px;
        width: 100%;
        height: auto;
    }

    #blocParamsContainer{
        width: auto;
        float: none;
        margin-right: 0;
    }

    #blocResultats{
        float: none;
        width: auto;
        margin-top: 15px;
    }

    #blocParamsDesc {
        padding: 0 10px;
    }

    #resultatsTitre{
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }

    #bonneNouvelle p {
        margin-top: 0;
        margin-bottom: 0;
        text-align: justify;
    }

    .ligneRes{
        text-align: center;
    }

    .colTitre{
        margin: 15px 0;
    }
    .colBtn{
        margin-left: 0;
        display: block;
        width: auto;
        margin-top: 15px;
    }

    .colEconomies{
        display: block;
    }
    .economiesFond{
        display: block;
        width: auto;
        padding: 0;
    }

    a.btnSouscrire{
        width: auto;
    }
    
    #filAriane{
        margin-bottom: 15px
    }

    #filAriane div{
        display: none;
    }

    #filAriane div.retour{
        display: block;
        background: #fff;
        margin-left: 0;
        margin-right: 0;
    }

    #filAriane div.retour:before{
        content: '\f053';
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
        margin-left: 3px;
        margin-right: 4px;
        vertical-align: middle;
        display: inline-block;
        color: #3767CB;
    }
   #boxRight h2{
    margin-top: 0px;
   }
   #menuTop ul{
    padding-left: 0px !important;
   }
   .menuTopSecondLevel ul{
    padding-left: 0px !important;
   }
    ul#depsColLeft {
        float: none;
        width: 100%;
        padding-left: 0px !important;
        margin-left: 0px;
    }
    ul#depsColRight {
        float: none;
        width: 100%;
        padding-left: 0px !important;
        margin-left: 0px;
    }
    #carte-de-france{
        display: none;
    }
    table.table{
        font-size: 14px;
        min-width: auto;
        
    }
    table.hscroll {
        overflow-x: auto;
        width: 100%;
    }

    td.bg-success-subtle {
        padding-left: 0px;
    }

    .fixe {
        position: sticky;
        z-index: 3;
        left: -1px;
    }

    th.fixe {
        background-color: #eee !important;
    }

    strong.fixe {
        padding-left: 8px;
    }

    table.table th{
        /*width: 80px;*/
        font-size: 14px;
    }
    table.table th.last{
        /*width: auto;*/
    }
    table.table img{
        /*width: 65px;*/
    }
    #chartContainerDiv{
        display: none;
    }

    #h1fond{
        margin-bottom: 15px;
    }
    #h1{
        width: auto;
        padding: 15px;
    }
    #h1 img{
        display: none;
    }

    body.fixed #btnMenuResp{
        display: none;
    }
    .logo-responsive-content{
        width: auto;
    }
    #comparatif article,
    #comparatif aside{
        padding: 15px;
    }
    .container {
        width: 100%;
        z-index: 4;
        position: relative;
        min-width: auto;
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .content-actu{
        padding-right: 0px;
    }
    .sharing-howto-resp {
        display: block;
        width: 200px;
        margin: auto;
        margin-bottom: 30px;
    }
    .base-documentaire {
        width: 100%;
        margin-left: 0;
        float: none;
        padding: 15px;
        box-sizing: border-box;
    }
     .base-documentaire img{
        max-width: 100%;
        height: auto !important;
     }
    #blocImage {
        margin: 0;
    }
    .summary-side {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-top: 30px;
    }
    .summary-side p{
        display: none;
    }
    .summary-side a.btn-orange,#comparatif .summary-side a.btn-orange{
        display: none;
    }
    .summary-side .sharing-howto{
        display: none;
    }
    .summary-side hr{
        display: none;
    }
    .summary-side{
        padding-bottom: 30px;
        width: auto;
        display: block;
    }
    .pub{
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .content-actu p{
        display: inline;
    }
    #menuTop li.item-menu.pageActive a{
        border-bottom: 0px;
        height: auto;
    }
    .listeActu hr{
        font-size: 0px;
        color: #eeeeee;
        border: 1px solid #eeeeee;
    }
    a.titre{
        margin-top: 10px;
        position: relative;
        display: block;
    }
    
    #boxRight{
        margin-top:0px;
        max-width: none;
        float: initial;
    }

    .actu p{
        display: inline;
    }
    #contenu {
        width:auto !important;
        box-sizing: border-box;
        position: relative;
        padding: 0;
    }
    .decaler,#contenu.decaler{
        padding-top:60px;
    }
    .actu .date{
        display: inline;
    }
    .imgVide{
        min-height: 100px;
        position: relative;
    }
    #btnMenuResp{
        display: block;
    }
    .logo-responsive{
        display: block;
        text-align: center;
        line-height: 60px;
        background: #FFF;
        border-bottom: 1px solid #eee;
    }
     #boxLeft,#boxRight {
        width:100%;
        padding: 0;
        display: block;
    }
   
    #btnMenuResp {  
        left: 16px;
    }
    #btnMenuResp span{
        display: none;
    }
    #colTwo{
        padding-top: 15px;
        display: block;
    }
    .bloc-comparer img{
        max-width: 100%;
    }
    .items-actu .item-actu{
        height: auto;
        padding-left: 0px;     
        padding-right: 0px;
        background: #ffffff;
    }
    .just-responsive {
        display: block;
        box-sizing: border-box;
        top: 0px;
        height: 125px;
    }
    .items-actu .bloc-opac.just-responsive{
        top: 0px;
        height: auto;
    }
    .bloc-opac.just-responsive {
        box-sizing: border-box;
        top: 10px;
        height: 100px;
        left: 0px;
        right: 0px;
        width: 100%;
        display: none;
    }
    .listeActu .actu{
        height: auto;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 0px;
        padding-right: 0px;
        box-sizing: border-box;
    }
    .listeActu .actu{
        border-bottom: 0px;
    }
    .listeActu .actu img {
        float: none;
        margin: 0 auto;
        border-radius: 3px;
        display: block;
        position: relative;
        border-radius: 0px;
        max-height: 100px;
        max-width: 100%;
    }
    .link-all {
        display: none;
    }
    .items-actu .bloc-img img {
        float: none;
        margin: 0 auto;
        border-radius: 3px;
        display: block;
        position: relative;
        border-radius: 0px;
        width: 100%;
        height: auto;
        max-width: none;
        max-height: none;
    }
    .content-actu{
        display: block;
        margin: 0 auto;
    }
    .content-actu.d-tc{
        display: block;
        position: relative;
        margin: 0 auto;
    }
    .item-actu.d-table{
        display: block;
        border-bottom: 2px solid #eeeeee;
        border-radius: 0px;
        margin-bottom: 15px;
        padding-bottom: 15px;
        padding-top: 0px;
        max-height: unset;
    }
    .item-actu.d-table .d-tc{
        display: block;
        position: relative;
        text-align: left;
        margin: 0px;
        padding: 0px;
        padding: 10px 10px 0px 10px;
    }
    .item-actu.d-table .d-tc.link-actu{
        padding-left: 0px;
        padding-right: 0px;
        max-width: 100%; 
        margin-top: 0px;
    }
    .item-actu.d-table .bloc-img.d-tc{
        padding: 0px;
        margin-left: 10px;
        margin-right: 10px;
        height: auto;
    }
    .item-actu.d-table:last-child{
        border-bottom: 0px;
        margin-bottom: 0px;
    }
    .imgArticle{
        max-width: 100%;
        width: auto;
    }
    .content-actu.d-tc .d-table{
        position: relative;
        display: inline;
        vertical-align: top;
    }
    .content-actu p{
        display: inline;
    }
    .item-actu.d-table .d-tc.date-actu{
        display: inline;
        padding-left: 0px;
        padding-right: 5px;
        color: #494949;
        
    }
    .item-actu.d-table .d-tc.date-actu:after{
        content: '-';
        font-size: 16px;
        color: #000000;
        padding-left: 5px;
    }
    .bloc-blanc.actus{
        padding: 0px;
    }
    .d-table{
        display: block;
        position: relative;
    }
    .p-inline.d-tc{
        display: block;
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
        margin: 0px;
        background: #F2F3F4;
        padding-top: 15px;
    }
    .d-table a.link-inline.d-tc{
        display: block;
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
        background: #F2F3F4;
        padding-bottom: 15px;
    }
    .bloc-blanc{
        border-radius: 0px;
        margin: 0px 8px;
    }
    #footer #boxFooter ul{
        padding: 0px;
        display: block;
        width: 100%;
        padding-top: 15px;
    }
    #footer #boxFooter{
        width: 100%;
        position: relative;
        display: block;
        padding: 15px;
        box-sizing: border-box;
    }
    p.copyright{
        width: 100%;
        padding-top: 15px;
    }
    #footer{
        display: block;
        position: relative;
        width: 100%;
    }
    .d-table .d-tc{
        display: block;
    }
    .d-table .d-tc.faire-rappler{
        text-align: center;
        padding-top: 15px;
    }
    .d-table .d-tc.btn-phone{
        margin-top: 15px;
    }
    
    div#logo {
        width: auto;
        margin: auto;
        position: relative;
        text-align: center;
    }
    .fixed #header{
        height: 478px;
        position: absolute;
        top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        overflow: hidden;
    }
    .opacMenuResp {
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 996;
        display: none;
        opacity: 0;
        top: 0;
        left: 0;
        transition: 0.6s ease opacity;
    }
    body.fixed .opacMenuResp {
        opacity: 1;
        display: block;
        z-index: 6;
    }
    

    body.fixed{
        overflow: hidden;
    }
    html.fixed{
        overflow: hidden;
    }

    ul.deps{
        float: none;
        width: 100%;
    }

    .colonne {
        min-width: 50px;
    }

    .table-responsive {
        max-height: 600px; /* ou toute autre hauteur fixe adaptée */

    }

    .titre_table {
        font-size: 15px !important;
    }

    h2.titre_table {
        max-width: 150px;
    }
}
@media (max-width: 350px) {
    body.fixed #header, body.fixed #contenu{
        left: 250px;
    }
    body.fixed #menuTop{
        width: 250px;
    }
}

