/* --------------------------------------------------------------

   theme.css
   Définition des styles par defaut pour Carrefour

   Couleurs :
   		Vert 		=> #65bc49
   		Vert 2		=> #4a9d2f
   		Bleu foncé 	=> #3d77c5
   		Bleu 2		=> #477bb5
   		Bleu ciel	=> #cae0ef
   		Gris 		=> #302e2e
   		Violet      => #86569F
-------------------------------------------------------------- */

.contenu-principal ::-moz-selection {
    color: white;
    background: #65BC49;
    text-shadow: none;
}

.contenu-principal ::selection {
    color: white;
    background: #65BC49;
    text-shadow: none;
}

body {
    color: #302e2e;
    font: 12px 'Open Sans', Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 640px) {
    body {
        overflow-x: hidden;
    }
}

#page.blur {
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

.ie6 body {
    color: black;
}

#retour-haut {
    background-color: #65BC49;
}
sup{

    vertical-align: super!important;
}
/* Titraille / Intertitres */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 800;
    text-transform: uppercase;
}

h1, .h1 {
    color: #3d77c5;
    font-size: 28px;
    font-weight: 800;
    line-height: 1em;
    text-transform: uppercase;
}

h2, .h2 {
    color: #3d77c5;
}

h3, .h3 {
    color: #3d77c5;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

h4, .h4 {
    color: #65bc49;
}

h5, .h5 {
}

.contenu-principal h3 {
    margin-top: 10px;
}

.editer_login label, .editer_password label {
    font-weight: normal;
    color: #302e2e;
    font-size: 1.2em;
    margin-bottom: 7px;
}

.editer_login label i, .editer_password label i {
    color: #65bc49;
}

/* Couleurs */
.color-1 {
    color: #65bc49;
}

.color-2 {
    color: #3d77c5;
}

/* Cartouche */
.cartouche {
}

.cartouche .spip_logos {
}

.surtitre {
}

.soustitre {
}

.txt-justify {
    text-align: justify;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.caractencadre-spip {
    background: none;
    color: #d2222f;
}

.texteencadre-spip {
    background: #EFEFEF;
    border: #CCC 1px solid;
    color: #717171;
    padding: 20px;
    text-align: center;
}

/* Couleurs des liens */
a {
    color: #3d77c5;
    text-decoration: none;
}

a:focus, a:hover, a:active {
    text-decoration: underline;
}

a.spip_out, a.spip_glossaire {
    padding-right: 0;
}

/* Citations, code et poesie */
.spip_code {
    color: #777;
}

.spip_cadre {
    border: 1px solid #ddd;
    background-color: #fff;
    color: #777;
}

blockquote, blockquote.spip, .spip_poesie {
}

#infos_dossier blockquote {
    border: none;
}


/*////////////////////////////////////////////////////
//    Boutons
////////////////////////////////////////////////////*/

.submit,
a.bouton,
a.blocklink,
#box-effacer,
#box-ajouter,
.btn_creer_compte,
.bouton-simulateur {
    display: inline-block;
    border-radius: 40px;
    text-transform: uppercase;
    color: #fff;
    background: #3d77c5;
    font-weight: 600;
    padding: 12px 25px;
    line-height: 120%;
    font-size: 15px;
    text-decoration: none !important;
    border: 0;

    transition: .2s ease-out;
}
.submit:hover,
a.bouton:hover,
a.blocklink:hover {
    background-color: #35619b;
    color: #fff;
}
a.bouton:active:hover,
a.bouton:active,
.submit:active:hover,
.submit:active,
a.blocklink:active,
a.blocklink:active,
#box-effacer:active,
#box-effacer:active:hover,
#box-ajouter:active,
#box-ajouter:active:hover,
.btn_creer_compte:active,
.btn_creer_compte:active:hover,
.bouton-simulateur:active,
.bouton-simulateur:active:hover {
    -webkit-box-shadow:inset 0 0 15px 0 rgba(0,0,0,0.5);
    box-shadow:inset 0 0 15px 0 rgba(0,0,0,0.5);
}
.submit.big,
a.bouton.big {
    padding: 18px 45px;
    font-size: 18px;
}
.submit.vert,
a.bouton.vert,
a.blocklink.vert,
#box-effacer,
#box-ajouter,
.btn_creer_compte,
.bouton-simulateur {
    background-color: #82d866;
}
.submit.vert:hover,
a.bouton.vert:hover,
a.blocklink.vert:hover,
#box-effacer:hover,
#box-ajouter:hover,
.btn_creer_compte:hover,
.bouton-simulateur:hover {
    background-color: #52943c;
}

.submit.preca,
a.bouton.preca { background-color: #d8266b; }
.submit.preca:hover,
a.bouton.preca:hover { background-color: #AB114D; }

.wrap-boutons {
    text-align: center;
}
    p.bouton .bouton,
    .wrap-boutons .bouton {
        margin: 0 5px;
    }

    .formulaire_spip .submit {
        display: block;
    }

    .bouton-simulateur {
        display: block;
        margin: 0 auto;
        width: 230px;
        text-align: center;
    }
    .borderradius a.blocklink,
    .cssgradients a.blocklink {
        background-image: none;
        border-radius: 40px;
    }

/* Divers */
.texte {
}

.hyperlien {
}

.ps, .notes {
}

.notes {
    clear: both;
    font-size: .9em;
}

.surlignable {
}

.enclosures {
    margin: .5em;
}

label {
}

#hierarchie {
    font-size: 10px;
    margin-bottom: 20px;
}
#hierarchie a {
    color: #435ea3;
}
#hierarchie .on {
    color: #6d7179;
}

#hierarchie li {
    display: inline;
}

#hierarchie li:before {
    display: none;
}

@media (max-width: 640px) {
    #hierarchie {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.rubrique-4 #hierarchie {
    display: none;
}

select {
    z-index: 0;
}

h1 i {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #cae0ef;
}

.compte_existant {
    width: 41%;
    padding: 20px 30px;
}

/* Listes */
li {
    list-style: none;
}

.ie6 .contenu-principal li {
    list-style: disc !important;
}

.ie6 .page_simulateur li {
    list-style: none !important;
}

.page_article #page .contenu-principal li:before,
.page_rubrique #page .contenu-principal li:before,
.page_creationreussie .criteres li:before {
    content: "\e00c";
    font-family: 'carrefour';
    color: #65bc49;
}

.ie7 .page_article #page .contenu-principal li,
.ie7 .page_rubrique #page .contenu-principal li,
.ie7 .page_creationreussie .criteres li {
    list-style: square;
}

.page_article #page .contenu-principal li ul li:before,
.page_rubrique #page .contenu-principal li ul li:before,
.page_creationreussie .criteres li ul li:before {
    color: #3d77c5;
}

.ie7 .page_article #page .contenu-principal li ul li,
.ie7 .page_rubrique #page .contenu-principal li ul li,
.ie7 .page_creationreussie .criteres li ul li {
    list-style: disc;
}

.page_article #page .contenu-principal li ul li ul li:before,
.page_rubrique #page .contenu-principal li ul li ul li:before,
.page_creationreussie .criteres li ul li ul li:before {
    color: #8CC0FA;
}

.ie7 .page_article #page .contenu-principal li ul li ul li,
.ie7 .page_rubrique #page .contenu-principal li ul li ul li,
.ie7 .page_creationreussie .criteres li ul li ul li {
    list-style: square;
}

.rubrique-6 .contenu-principal li:before {
    display: none;
}

.rubrique-6 .formulaire_spip li {
    clear: none;
}

/* Header */
.header {
    border-top: 3px solid #7bd25f;
    background-color: #fff;
}

.header h1 {
    margin: 0;
}

#logo .spip_logos {
    margin: 30px 0 26px 0;
}

/* Menu haut */
#menu-haut {
    position: static;
    top: 0px;
    right: 0px;
    clear: both;
    margin: 0 auto;
}

#menu-haut .mes-informations {
    position: absolute;
    top: 0px;
    right: 50px;
    z-index: 1;
    box-shadow: 0px 6px 10px #eeeeee;
    font-weight: 600;
    font-size: 1.3em;
}

#menu-haut .mes-informations li {
    margin: 0;
    background-color: #7bd25f;
}

#menu-haut .mes-informations .connexion,
#menu-haut .mes-informations .deconnexion {
    border-left: 1px solid white;
}

#menu-haut .mes-informations li:hover {
    background: white;
    color: #7bd25f;
}

#menu-haut .mes-informations li a {
    padding: 0px 15px;
    height: 32px;
    color: white;
    line-height: 30px;
    font-weight: normal;
}

#menu-haut .mes-informations li a:hover {
    color: #7bd25f;
    text-decoration: none;
}

#menu-haut .mes-informations li i {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid white;
}

#menu-haut .mes-informations li:hover i {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #7bd25f;
}

#menu-haut .inscription,
#menu-haut .mon_espace {
    -webkit-border-radius: 0 0 0px 5px;
    -moz-border-radius: 0 0 0px 5px;
    border-radius: 0 0 0px 5px;
}

#menu-haut .connexion,
#menu-haut .deconnexion {
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
}

/* IE 6 */
.ie6 #menu-haut,
.ie6 .accueil,
.ie6 #footer .content {
    width: 1024px !important;
}

/* Nav */
.nav {
    margin-bottom: 0;
}

#menu-haut .nav ul {
    padding-bottom: 30px;
    font-size: 1.4em;
}

#menu-haut .nav li {
    margin-right: 20px;
    margin-left: 0;
    padding-bottom: 15px;
}

#menu-haut .nav li.last {
    margin: 0;
}

#menu-haut ul li a {
    display: block;
    float: left;
    padding: 0px 0px 7px 0;
    height: 100%;
    border-radius: 3px 3px 0 0;
    transition: none;
    color: #004c9a;
}

#menu-haut ul li a:after {
    content: "\e00c";
    font-family: "carrefour";
    margin-left: 10px;
}


#menu-haut ul li.on a:after {
    content: "\e00d";
}

#menu-haut ul.mes-informations li a:after {
    content: "";
}

#menu-haut .nav li.green a {
    color: #65bc49;
}

#menu-haut .nav li:hover {
    padding-bottom: 13px;
}

#menu-haut .nav li.on:hover {
    padding-bottom: 15px;
}

#menu-haut .nav ul li a:hover,
#menu-haut .nav ul li.on a {
    border-bottom: 1px solid #CEE9C5;
    box-shadow: 0 1px 0 0 #85CA6E;
    text-decoration: none;
    font-weight: normal;
}

/* Wrapper */

.wrapper {
    padding: 35px 0 35px 0;
    border-radius: 5px;
    background: white;
}
@media (max-width: 640px) {
    .wrapper {
        padding: 15px 0 15px 0;
    }
}

.page_sommaire .wrapper,
.page_404 .wrapper {
    background: none;
}

/* content */

.mep-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 3em;
    color: #cfe3f0;
}

.ie6 .page_simulateur .mep-icon {
    right: 30px;
}

.wrapper .content {
    float: right;
    margin-left: 5%;
    margin-right: 5%;
    width: 65%;
}

.page_sommaire .wrapper .content {
    margin: 0;
}

/* New conditions */

#new-conditions {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #65bc49;
}

#new-conditions > * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#new-conditions div {
    position: relative;
    display: inline-block;
    width: 70%;
    margin: 0px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 17px;
    padding-right: 0px;
    color: #3d77c5;
}

#new-conditions h2 {
    color: #65bc49;
    font-size: 25px;
    margin: 0px;
}

#new-conditions .img-arrow {
    position: absolute;
    bottom: 0px;
    right: 40px;
    width: 90px;
}

#new-conditions .bold {
    font-weight: bold;
}

#new-conditions a#travaux-concernes {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px;
    padding-top: 30px;
    width: 28%;
    margin: 0px;
    margin-top: 35px;
    background-color: white;
    border-radius: 10px;
    font-size: 20px;
}

#new-conditions a#travaux-concernes:hover {
    text-decoration: none;
    box-shadow: 0px 0px 3px #65bc49;
}

#new-conditions a {

}

#new-conditions a:hover {
    text-decoration: none;
    color: #65bc49;
}

#new-conditions .decouvrez {
    text-transform: uppercase;
}

#new-conditions .new-mod {
    display: block;
    margin-left: -10px;
    background-color: #65bc49;
    color: white;
    padding: 5px 10px;
    border-radius: 0px 5px 5px 0px;
}

#new-conditions .new-mod:after {
    content: "\e00c";
    font-family: "carrefour";
    margin-left: 5px;
}

#new-conditions .img-check {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
}

/* Home */

.home-left {
    text-align: center;
    display: inline-block;
    max-width: 650px;
    float: left;
}

.home-right {
    text-align: center;
    display: inline-block;
    max-width: 350px;
    margin-bottom: 100px;
}

/* Aside */
.aside {
    box-sizing: border-box;
    float: left;
    min-height: 150px;
    width: 25%;
    padding-left: 15px;
    padding-top: 27px;
}

.aside h2,
.aside .h2 {
    margin-bottom: 10px;
}

.aside h2 a,
.aside .h2 a {
    height: 33px;
    line-height: 110%;
    display: inline-block;
    padding: 0 0px 0 15px;
    color: #3d77c5;
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
}

.aside h2 a:hover,
.aside .h2 a:hover {
    text-decoration: none;
}

.aside ul li {
    margin-left: 15px;
    margin-bottom: 15px;
    clear: both;
}

.aside ul li .tiret {
    color: #65bc49;
    display: block;
    margin: 0 10px 10px;
    float: left;
}

.aside ul li a {
    padding-bottom: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.aside ul li a.on {
    font-weight: normal;
}

.aside ul li ul li {
    margin: 10px 15px;
}

.aside ul.rubrique-2 li, ul.rubrique-3 li,
.aside ul.rubrique-2 li h2, ul.rubrique-3 li .h2 {
    cursor: pointer;
    color: #3d77c5;
}

.aside ul.rubrique-2 li h2, ul.rubrique-3 li .h2 {
    line-height: normal;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: none;
}

.aside ul.rubrique-2 li.on, ul.rubrique-3 li.on {
    font-weight: normal;
}

.aside ul.rubrique-2 li ul {
    display: none;
}

.aside ul.rubrique-2 li.on,
.aside ul.rubrique-2 li.on ul {
    display: block;
}

.aside ul.rubrique-2 li.on ul li {
    font-size: 12px;
    margin: 7px 15px;
}

.rubrique-2 .rubriques {
    display: none;
}

.rubrique-6 .aside,
.rubrique-5 .aside {
    display: none;
}

.aside ul li ul li h3,
.aside ul li .h3 {
    color: #2c2d2d;
    display: inline;
    font-size: 12px;
    margin-bottom: 0;
    text-transform: none;
    font-weight: normal;
}

.rubrique-1 .menu_articles {
    padding-left: 15px;
}

.aside ul li ul li h3:hover,
.aside ul li .h3:hover {
    text-decoration: underline;
}

.aside ul li ul li .on h3,
.aside ul li .on .h3 {
    color: #3d77c5;
    font-weight: 700;
}

.page_prive .aside,
.page_page .aside {
    display: none;
}

.page_sommaire .wrapper,
.page_prive .wrapper,
.page_page .wrapper {
    padding: 35px;
    width: auto;
}

.page_sommaire .wrapper {
    padding: 0;
}

.page_sommaire .wrapper .content,
.page_prive .wrapper .content,
.page_page .wrapper .content {
    width: 100%;
    margin: 0;
}

.page_sommaire .wrapper .content {
    position: relative;
}

.page_sommaire .wrapper .content .picto-famille {
    position: absolute;
    display: block;
    cursor: pointer;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#picto-famille-1 {
    background: url('../img/energie-renouvelable.png');
    width: 85px;
    height: 76px;
    left: 45px;
    top: 335px;
}

#picto-famille-2 {
    background: url('../img/chaudiere.png');
    width: 88px;
    height: 81px;
    left: 230px;
    top: 345px;
}

#picto-famille-3 {
    background: url('../img/isolation.png');
    width: 71px;
    height: 70px;
    left: 170px;
    top: 160px;
}

#picto-famille-4 {
    background: url('../img/fenetre.png');
    width: 89px;
    height: 84px;
    left: 390px;
    top: 220px;
}

#picto-famille-1:hover {
    background-position: left -76px;
}

#picto-famille-2:hover {
    background-position: left -81px;
}

#picto-famille-3:hover {
    background-position: left -70px;
}

#picto-famille-4:hover {
    background-position: left -84px;
}

.rubrique-6 .wrapper .content {
    width: 90%;
}

/* Footer */
#footer {
    padding-top: 15px;
    background: #ffffff;
    font-family: 'Open Sans', Verdana, sans-serif;
}

#footer .colophon {
    margin: 40px 0;
    width: auto;
}

/* Formulaires */
.formulaire_spip fieldset li {
    margin-bottom: 1.3em;
}

.formulaire_spip fieldset li.explication_explication_1 {
    margin-bottom: 2.3em;
}

.page_simulateur .formulaire_spip .infos_precarite li[class*="editer_reference_avis_n_moins_1_"] .Tooltip, .page_dossiercreation .formulaire_spip #infos_precarite li[class*="editer_reference_avis_n_moins_1_"] .Tooltip {
    display: inline-block !important;
}

.page_dossiercreation .formulaire_spip fieldset li {
    padding: 0 2px;
}

.page_dossiercreation .editer_operation_famille label:before,
.page_dossiercreation .editer_operation_type label:before,
.page_dossiercreation .editer_anciennete_logement label:before,
.page_dossiercreation .editer_seul_proprietaire label:before {
    content: "";
}
.page_dossierdetail li.revenu_fiscal_n_moins,
.page_dossierdetail li.nb_personnes_menage_n_moins_2,
.page_dossierdetail li.nb_personnes_menage_n_moins_1{
    float:left;
    width:50%;
    clear:inherit;
}

.page_dossierdetail li.revenu_fiscal_n_moins label{
margin-bottom: 23px;

}
.page_dossiercreation .saisie_input.editer_revenu_fiscal_n_moins_1,
.page_dossiercreation .saisie_input.editer_revenu_fiscal_n_moins_2,
.page_dossiercreation .editer_nb_personnes_menage_n_moins_1,
.page_dossiercreation .editer_nb_personnes_menage_n_moins_2{
    float:left;
    width:49%;
}

.page_dossiercreation .editer_revenu_fiscal_n_moins_1 label,
.page_dossiercreation .editer_revenu_fiscal_n_moins_2 label{
    margin-bottom: 23px;
}

.page_dossiercreation .editer_nb_personnes_menage_n_moins_1,
.page_dossiercreation .editer_nb_personnes_menage_n_moins_2{clear:none;}

.page_dossiercreation #infos_precarite p.asterisque{
    clear: both;
    padding: 1rem;
}

.page_dossiercreation #infos_precarite .number {
    width: 360px;
}
@media (max-width: 640px) {
    .page_dossiercreation #infos_precarite .number {
        width: auto;
    }
}

/* Input number - suppresion des flèches de saisie */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
    -moz-appearance:textfield;
}

.formulaire_spip span.obligatoire {
    color: #de4d4e;
}

.formulaire_spip .saisie_radio .choix {
    width: auto;
    margin-right: 7%;
}

.saisie_radio .choix label:before {
    content: " ";
    margin: 0;
}

.formulaire_spip .et_ou {
    color: #de4d4e;
}

input.number,
input.text,
input.password,
input.tel{
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.07) inset;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.07) inset;
    height: 30px;
    padding-left: 10px;
    color: #302e2e;
}

textarea {
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.07) inset;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.07) inset;
    padding-left: 10px;
    color: #302e2e;
}

input.text:hover,
input.password:hover,
input.tel:hover{
    border: 1px solid #CACACA;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
}

input[type="submit"].disabled, input[type="submit"].disabled:hover {
    background: #DDDDDD !important;
}

.formulaire_dossier_creation .info_nouvelles_ope {
    padding: 18px;
    border: 1px solid #65BC49;
    margin: 14px;
    border-radius: 10px;
}

.formulaire_dossier_creation .submit,
.page_creationreussie .submit,
.page_coordonnees .submit,
.page_dossierdetail .submit,
.article-4 .submit {
    margin: 0 auto;
}

.page_dossiercreation .submit,
.page_dossierdetail .submit {
    margin-top: 20px;
}

.page_gerer_courriers_personnalises a.blocklink {
    margin-bottom: 20px;
}

.page_gerer_courriers_personnalises p.disabledlink {
    border: none;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #E3E3E3 !important;
    color: #939393;
    display: block;
    font-size: 1.2em;
    font-weight: 200;
    padding: 10px 10px 9px;
    margin: 2px 5px 2px 0;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.bouton-continue .submit {
    line-height: 1.2em;
    width: 100px;
    text-align: center;
}

#box-effacer,
#box-ajouter {
    float: left;
    margin: 5px 10px 0 0;
    padding: 3px 10px 4px;
}

.is_client #box-effacer,
.is_client #box-ajouter {
    display: none;
}

.btn_creer_compte {
    float: right;
}

input.export_submit,
.bouton_export .submit, .bouton_export a.blocklink {
    background: none !important;
    padding: 12px 25px !important;
}

.formulaire_spip.formulaire_export {
    margin-left: -35px;
    margin-right: -35px;
    background: #f5f5f5;
    padding: 20px 35px;
}

.formulaire_recherche_critere .submit {
    margin: 0;
}

#box-effacer:hover,
#box-ajouter:hover {
    background: #64c943 !important;
    color: white;
    text-decoration: none;
}

.formulaire_formidable .radio,
.formulaire_formidable .checkbox {
    height: auto;
}

.formulaire_spip .editer_radio_3 {
    background: url('../img/fleche.png') top 10px left no-repeat;
}

.ie6 .formulaire_spip .editer_radio_3 {
    background: url('../img/fleche-ie.jpg') left no-repeat;
}

.formulaire_spip .editer_radio_3 .choix {
    width: 20%;
    padding-top: 80px;
    margin-left: 15%;
    text-align: center;
    background: url('../img/carte_1.png') no-repeat center top;
}

.ie6 .formulaire_spip .editer_radio_3 .choix {
    width: 200px;
    margin-left: 50px
}

.formulaire_spip .editer_radio_3 .choix:nth-child(3) {
    margin-left: 0;
    background: url('../img/carte-pass.png') no-repeat center top;
}

.formulaire_spip .editer_radio_3 .choix:last-child {
    margin-left: 0;
    background: url('../img/carte-cbpass.png') no-repeat center top;
}

.ie6 .formulaire_spip .editer_radio_3 .choix {
    background: url('../img/carte-sprite-ie6.png') no-repeat center top;
}

.ie6 .formulaire_spip .editer_radio_3 .choix:nth-child(3) {
    background: url('../img/carte-sprite-ie6.png') no-repeat center -97px;
}

.ie6 .formulaire_spip .editer_radio_3 .choix:last-child {
    background: url('../img/carte-sprite-ie6.png') no-repeat center -193px;
}

label,
.explication_explication_1 {
    font-weight: normal;
    color: #302e2e;
    margin-bottom: 7px;
}

.editer_liste_medias_1 label .bleu {
    color: #044891;
    font-weight: 600;
}

.editer_liste_medias_1 label .vert {
    color: #65bc49;
    font-weight: 600;
}

.formulaire_formidable .saisie_radio .choix label {
    font-size: 1em;
    cursor: pointer;
}

.formulaire_formidable .saisie_radio .choix label:before,
.formulaire_formidable .saisie_civilite .choix label:before,
.formulaire_formidable .saisie_case label:before {
    content: "";
    margin: 0
}

#message-carte {
    display: none;
}

/* Formulaire dossier création */
.formulaire_spip li.editer_anciennete_logement {
    margin-bottom: 2em;
}
.formulaire_dossier_creation .editer_date_trav_deb,
.formulaire_dossier_creation .editer_date_trav_fin,
.formulaire_dossier_creation .editer_date_engagement,
.formulaire_dossier_creation .editer_date_trav_deb_33e,
.formulaire_dossier_creation .editer_date_facture {
    width: 22%;
}

@media (max-width: 640px) {
    .formulaire_dossier_creation .editer_date_facture {
        margin-left: 0;
    }
}

/* Formulaire 1 : Inscription */
.formulaire_formidable .editer_input_8,
.formulaire_formidable .editer_input_9,
.formulaire_formidable .editer_input_10,
.formulaire_formidable .editer_input_11 {
    width: 31%;
    margin-right: 29px;
    float: left !important;
}

.formulaire_formidable .editer_civilite_1,
.formulaire_formidable .editer_input_1 {
    width: 31%;
    float: left;
}

.formulaire_formidable .editer_input_2 {
    width: 31%;
    float: right;
}

.formulaire_formidable .editer_civilite_1 {
    width: 31%;
    margin-right: 29px;
}

.formulaire_formidable .editer_adresse_1 {
    width: 65.3%;
    float: left;
}

.formulaire_formidable .editer_input_3 {
    width: 31%;
    float: right;
    margin-bottom: 18px;
}

.formulaire_formidable .editer_input_5 {
    width: 31%;
    float: right;
    margin-bottom: 40px;
}

.formulaire_formidable .editer_input_4,
.formulaire_formidable .editer_input_6 {
    width: 31%;
    margin-right: 29px;
    float: left !important;
}

.formulaire_formidable-6 .editer_input_6 {
    margin-right: 0;
}

.ie6 .formulaire_formidable .editer_input_5 {
    margin-top: 7px;
}

.ie6 .formulaire_formidable .editer_input_6 {
    margin-top: -10px;
}

.formulaire_formidable .saisie_adresse input.text {
    margin-bottom: 10px;
}

.formulaire_formidable .editer_selection_1,
.formulaire_formidable .editer_selection_2,
.formulaire_formidable .editer_selection_3 {
    width: 31%;
    margin-right: 20px;
    float: left !important;
}

.formulaire_formidable .editer_selection_2 {
    margin: 0;
}

.formulaire_formidable .editer_selection_3 {
    width: 100%;
}

.formulaire_formidable .editer_input_7 {
    width: 32%;
    float: left !important;
}

.formulaire_formidable .editer_input_7 label {
    display: none;
}

.formulaire_formidable-7 .editer_input_7 label,
.formulaire_formidable-11 .editer_input_7 label,
.formulaire_formidable-6 .editer_input_7 label {
    display: block;
}

.formulaire_formidable .champ_case_1 label {
    color: #65bc49
}

.formulaire_formidable .editer_radio_1 .choix {
    width: auto;
    margin-right: 10%;
}

.explication_explication_1 p {
    display: inline;
}

h3.legend {
    display: none;
}

span.required {
    float: right;
    color: #de4d4e;
}

span#groupe-carrefour {
    color: #9999FF;
    cursor: help;
}

span#groupe-carrefour-explication {
    display: none;
    font-size: 0.8em;
    position: absolute;
    right: 0;
    top: -60px;
    width: 700px;
    border: 1px solid #EEE;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.20);
    -moz-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.20);
    box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.20);
    background: #FFF;
}

span#nom-info {
    color: #9999FF;
    cursor: pointer;
}

span#nom-texte-info {
    display: none;
    font-size: 0.8em;
    position: absolute;
    right: 0;
    top: -60px;
    border: 1px solid #EEE;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.20);
    -moz-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.20);
    box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.20);
    background: #FFF;
}

span#prenom-info {
    color: #9999FF;
    cursor: pointer;
}

span#prenom-texte-info {
    display: none;
    font-size: 0.8em;
    position: absolute;
    right: 0;
    top: -60px;
    border: 1px solid #EEE;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.20);
    -moz-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.20);
    box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.20);
    background: #FFF;
}

.reponse_formulaire_erreur {
    display: block;
    margin: 0;
}

.reponse_formulaire_erreur_paiement {
    display: block;
    margin: 20px 0 0 0;
}

.reponse_formulaire_erreur_paiement + .reponse_formulaire_erreur_paiement {
    margin-top: 2px;
}

.reponse_formulaire_erreur_paiement {
    background: #faeee2;
    border-color: #fae1c1;
    color: #8a5011;
}

.color-coup-de-pouce{
    color: #d8266b;
}

/*  Formulaire 1 : Inscription  */
.formulaire_formidable-1 {
    margin: 0;
}

.formulaire_formidable-1 .editer_input_12,
.formulaire_formidable-1 .editer_input_13,
.formulaire_formidable-1 .editer_input_14,
.formulaire_formidable-1 .editer_input_15 {
    width: 100px;
    margin-right: 15px;
}

.formulaire_formidable-1 .editer_input_12 label,
.formulaire_formidable-1 .editer_input_13 label,
.formulaire_formidable-1 .editer_input_14 label,
.formulaire_formidable-1 .editer_input_15 label {
    text-indent: -5000px;
    display: none;
}

.formulaire_formidable-1 .fieldset_fieldset_1,
.formulaire_formidable-1 .fieldset_fieldset_2,
.formulaire_formidable-1 .fieldset_fieldset_3 {
    padding: 30px 0;
    border-bottom: 1px solid #C0E4B4;
}

.formulaire_formidable-1 .fieldset_fieldset_2 {
    padding-top: 0;
}

.formulaire_formidable-1 .fieldset_fieldset_4 {
    padding-top: 40px;
}

.formulaire_formidable-1 .editer_radio_2 .choix {
    width: 10%;
}

.formulaire_formidable-1 .submit {
    margin: 55px auto 0;
}

.formulaire_formidable-1 .editer_radio_4 {
    float: left;
    height: 80px;
    margin-top: -22px;
    position: relative;
    clear: none;
    width: 20px;
}

.formulaire_formidable-1 .editer_radio_4 label {
    display: none;
}

.formulaire_formidable-1 .editer_radio_4 .choix {
    width: 100%;
    height: 36px;
    float: none;
    margin-right: 5px;
}

.formulaire_formidable-1 .editer_radio_4 .choix label {
    display: none;
}

.formulaire_formidable-1 .editer_input_14,
.formulaire_formidable-1 .editer_input_15,
.formulaire_formidable-1 .editer_input_14 .text,
.formulaire_formidable-1 .editer_input_15 .text {
    width: 100px;
    margin-top: -15px;
    position: relative;
}

.ie6 .formulaire_formidable-1 .editer_input_12,
.ie6 .formulaire_formidable-1 .editer_input_13,
.ie6 .formulaire_formidable-1 .editer_input_14,
.ie6 .formulaire_formidable-1 .editer_input_15 {
    display: none
}

.ie6 .formulaire_formidable-1 .editer_input_14 {
    margin-top: -20px;
}

.ie6 .formulaire_formidable-1 .editer_input_14 .text {
    margin-top: 0px;
    height: 20px;
    width: 50px;
}

.ie6 .formulaire_formidable-1 .editer_input_15 {
    margin-top: 20px;
}

.ie6 .formulaire_formidable-1 .editer_input_15 .text {
    margin-top: 0px;
    height: 20px;
    width: 50px;
}

.formulaire_formidable-1 .editer_input_15 {
    margin: 30px 0 0 -115px;
    position: relative;
}

.formulaire_formidable-1 .explication_explication_3 p {
    text-decoration: underline;
    cursor: pointer;
    display: none;
}

.formulaire_formidable-1 h3.legend {
    display: block;
}

#visuel-aide-1 {
    background: url('../img/aide_carte_1.png');
    height: 71px;
    margin: 20px auto;
    width: 316px;
}

#visuel-aide-2 {
    background: url('../img/aide_carte_2.png');
    height: 71px;
    margin: 20px auto;
    width: 400px;
}

#visuel-aide-3 {
    background: url('../img/aide_carte_3.png');
    height: 71px;
    margin: 20px auto;
    width: 316px;
}

#visuel-aide-2-1 {
    background: url('../img/aide_carte_2_2.png');
    height: 71px;
    margin: 20px auto;
    width: 207px;
}

#visuel-aide-2-2 {
    background: url('../img/aide_carte_2_2.png');
    height: 71px;
    margin: 20px auto;
    width: 207px;
}

/* Formulaire 2 : Identifiants client */
.formulaire_formidable-2 .editer_input_2,
.formulaire_formidable-2 .editer_input_4,
.formulaire_formidable-2 .editer_input_5 {
    float: left;
    clear: none;
}

.formulaire_formidable-2 .editer_input_3,
.formulaire_formidable-2 .editer_input_4 {
    clear: both;
    float: left;
}

.formulaire_formidable-2 .text, .formulaire_formidable-2 .password {
    width: 90%;
}

.formulaire_formidable-2 .editer_input_4 {
    margin-right: 0 !important;
}

/* Formulaire 3 : Modification client par lui-même */
.formulaire_formidable-3 .editer_input_8,
.formulaire_formidable-3 .editer_input_9,
.formulaire_formidable-3 .editer_input_10,
.formulaire_formidable-3 .editer_input_11 {
    width: 100px;
    margin-right: 10px;
}

.formulaire_formidable-3 .editer_input_8 label,
.formulaire_formidable-3 .editer_input_9 label,
.formulaire_formidable-3 .editer_input_10 label,
.formulaire_formidable-3 .editer_input_11 label {
    text-indent: -5000px;
    display: none;
}

.formulaire_formidable-3 .fieldset_fieldset_1,
.formulaire_formidable-3 .fieldset_fieldset_2,
.formulaire_formidable-3 .fieldset_fieldset_3 {
    padding: 30px 0;
    border-bottom: 1px solid #C0E4B4;
}

.formulaire_formidable-3 .fieldset_fieldset_2 {
    padding-top: 0;
}

.formulaire_formidable-3 .fieldset_fieldset_4 {
    padding-top: 40px;
}

.formulaire_formidable-3 .editer_radio_4 {
    float: left;
    height: 80px;
    margin-top: -22px;
    position: relative;
}

.formulaire_formidable-3 .editer_radio_4 label {
    display: none;
}

.formulaire_formidable-3 .editer_radio_4 .choix {
    width: 100%;
    height: 36px;
}

.formulaire_formidable-3 .editer_radio_4 .choix label {
    display: none;
}

.formulaire_formidable-3 .editer_input_10,
.formulaire_formidable-3 .editer_input_11,
.formulaire_formidable-3 .editer_input_10 .text,
.formulaire_formidable-3 .editer_input_11 .text {
    width: 100px;
    margin-top: -15px;
    position: relative;
}

.formulaire_formidable-3 .editer_input_11 {
    margin: 30px 0 0 -110px;
    position: relative;
}

/* Formulaire 4 : Inscription client par opérateur */
.formulaire_formidable-4 .editer_input_9,
.formulaire_formidable-4 .editer_input_10,
.formulaire_formidable-4 .editer_input_11,
.formulaire_formidable-4 .editer_input_12 {
    width: 100px;
    margin-right: 10px;
}

.formulaire_formidable-4 .editer_input_9 label,
.formulaire_formidable-4 .editer_input_10 label,
.formulaire_formidable-4 .editer_input_11 label,
.formulaire_formidable-4 .editer_input_12 label {
    text-indent: -5000px;
    display: none;
}

.formulaire_formidable-4 .fieldset_fieldset_1,
.formulaire_formidable-4 .fieldset_fieldset_2,
.formulaire_formidable-4 .fieldset_fieldset_3 {
    padding: 30px 0;
    border-bottom: 1px solid #C0E4B4;
}

.formulaire_formidable-4 .fieldset_fieldset_2 {
    padding-top: 0;
}

.formulaire_formidable-4 .fieldset_fieldset_4 {
    padding-top: 40px;
}

.formulaire_formidable-4 .editer_radio_4 {
    float: left;
    height: 80px;
    margin-top: -22px;
    position: relative;
}

.formulaire_formidable-4 .editer_radio_4 label {
    display: none;
}

.formulaire_formidable-4 .editer_radio_4 .choix {
    width: 100%;
    height: 36px;
}

.formulaire_formidable-4 .editer_radio_4 .choix label {
    display: none;
}

.formulaire_formidable-4 .editer_input_11,
.formulaire_formidable-4 .editer_input_12,
.formulaire_formidable-4 .editer_input_11 .text,
.formulaire_formidable-4 .editer_input_12 .text {
    width: 100px;
    margin-top: -15px;
    position: relative;
}

.formulaire_formidable-4 .editer_input_12 {
    margin: 30px 0 0 -110px;
    position: relative;
}

/* Formulaire 5 : Coordonnees client opérateur */
.formulaire_formidable-5 .editer_input_9,
.formulaire_formidable-5 .editer_input_10,
.formulaire_formidable-5 .editer_input_11,
.formulaire_formidable-5 .editer_input_12 {
    width: 100px;
    margin-right: 10px;
}

.formulaire_formidable-5 .editer_input_9 label,
.formulaire_formidable-5 .editer_input_10 label,
.formulaire_formidable-5 .editer_input_11 label,
.formulaire_formidable-5 .editer_input_12 label {
    text-indent: -5000px;
    display: none;
}

.formulaire_formidable-5 .fieldset_fieldset_1,
.formulaire_formidable-5 .fieldset_fieldset_2,
.formulaire_formidable-5 .fieldset_fieldset_3 {
    padding: 30px 0;
    border-bottom: 1px solid #C0E4B4;
}

.formulaire_formidable-5 .fieldset_fieldset_2 {
    padding-top: 0;
}

.formulaire_formidable-5 .fieldset_fieldset_4 {
    padding-top: 40px;
}

.formulaire_formidable-5 .editer_radio_4 {
    float: left;
    height: 80px;
    margin-top: -22px;
    position: relative;
}

.formulaire_formidable-5 .editer_radio_4 label {
    display: none;
}

.formulaire_formidable-5 .editer_radio_4 .choix {
    width: 100%;
    height: 36px;
}

.formulaire_formidable-5 .editer_radio_4 .choix label {
    display: none;
}

.formulaire_formidable-5 .editer_input_11,
.formulaire_formidable-5 .editer_input_12,
.formulaire_formidable-5 .editer_input_11 .text,
.formulaire_formidable-5 .editer_input_12 .text {
    width: 100px;
    margin-top: -15px;
    position: relative;
}

.formulaire_formidable-5 .editer_input_12 {
    margin: 30px 0 0 -110px;
    position: relative;
}

/* Formulaire 6 : Création opérateur */
.formulaire_formidable-6 .editer_input_1 {
    float: left !important;
    clear: left !important;
}

.formulaire_formidable-6 .editer_input_2 {
    float: right !important;
    clear: none !important;
}

.formulaire_formidable-6 .editer_input_3,
.formulaire_formidable-6 .editer_input_4 {
    clear: none;
    float: left;
}

.formulaire_formidable-6 .editer_input_5 {
    clear: left;
    float: left;
}

.formulaire_formidable-6 .editer_input_7 {
    clear: none;
    float: left;
}

.formulaire_formidable-6 .text {
    width: 90% !important;
}

.formulaire_formidable-6 .generateur {
    top: 30px;
}

/* Formulaire 7 : Coordonnees opérateur */
.formulaire_formidable-7 .editer_input_1 {
    float: left !important;
    clear: left !important;
}

.formulaire_formidable-7 .editer_input_2 {
    float: right !important;
    clear: none !important;
}

.formulaire_formidable-7 .editer_input_3,
.formulaire_formidable-7 .editer_input_4 {
    clear: none;
    float: left;
}

.formulaire_formidable-7 .editer_input_5 {
    clear: left;
    float: left;
}

.formulaire_formidable-7 .editer_input_7 {
    clear: none;
    float: left;
}

.formulaire_formidable-7 .text, .formulaire_formidable-7 .password {
    width: 90% !important;
}

.formulaire_formidable-7 .editer_input_6 {
    margin-right: 0 !important;
}

/* Formulaire 12 : modification opérateur */

.formulaire_formidable-12 .editer_input_1,
.formulaire_formidable-12 .editer_input_2,
.formulaire_formidable-12 .editer_input_8,
.formulaire_formidable-12 .editer_input_3,
.formulaire_formidable-12 .editer_input_4,
.formulaire_formidable-12 .editer_input_5 {
    width: 31%;
    margin-left: 3.4%;
    float: left;
    clear: none;
}

.formulaire_formidable-12 .editer_input_1,
.formulaire_formidable-12 .editer_input_3 {
    margin-left: 0;
}

.formulaire_formidable-12 .editer_input_8,
.formulaire_formidable-12 .editer_input_4 {
    margin-right: 0;
}

/* Formulaire contact */
.rubrique-6 .editer_input_1,
.rubrique-6 .editer_input_3,
.rubrique-6 .editer_input_4,
.rubrique-6 .editer_input_5,
.rubrique-6 .editer_input_2,
.rubrique-6 .editer_input_7,
.rubrique-6 .editer_input_6 {
    width: 48% !important;
}

.rubrique-6 li.editer_input_2 {
    clear: left;
}

.rubrique-6 .editer_adresse_1 {
    width: 100%;
}

.rubrique-6 .editer_input_2,
.rubrique-6 .editer_input_7,
.rubrique-6 .editer_input_6,
.rubrique-6 .editer_selection_1,
.rubrique-6 .editer_selection_2,
.rubrique-6 .editer_selection_3 {
    float: none !important;
}

li.editer_type_chauffage_precis {
    display: none;
}

/* Page coordonnées */
.page_coordonnees a.blocklink {
    float: right;
}

/* Page suivredossiers */
.page_suivredossiers #champ_recherche_statut {
    height: 80px;
}

.page_suivredossiers #statuts_sous_statuts {
    clear: left;
}

.page_suivredossiers table tr.odd td:first-child,
.page_suivredossiers table tr.even td:first-child {
    text-align: center;
}

.macaron-cdp {
    display: inline-block;
    vertical-align: middle;
}

.pastille-preca-cl,
.pastille-preca-pe,
.pastille-preca-gp {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.pastille-preca-cl p,
.pastille-preca-pe p,
.pastille-preca-gp p {
    border-radius: 100px;
    text-align: center;
    color: #FFF;
    max-width: 24px;
    padding: 2px;
}

.page_suivredossiers .pastille-preca-cl p,
.page_suivredossiers .pastille-preca-pe p,
.page_suivredossiers .pastille-preca-gp p {
    margin: 0 auto;
}

.pastille-preca-cl p {
    background-color: #da7272;
}
.pastille-preca-pe p {
    background-color: #71a1d9;
}
.pastille-preca-gp p {
    background-color: #71d979;
}

/* Page suivredossiers client*/
.page_suivredossiers.is_client .blocklink {
    margin: 20px 0;
}

.table-suivredossiers .icon img {
    height: auto;
    width: auto;
}
div.liste_des_statuts ul {
    font-weight: 600;
    font-style: italic;
}

.page_coordonnees a.link-identifiants {
    float: none;
    display: inline-block;
}

/* Page 404 */
.page_404 .wrapper {
    text-align: center;
}

.page_404 .cartouche {
    text-align: left;
}

.page_404 .logo-404 {
    display: block;
    margin: -50px auto 0;
}

.page_404 h2 {
    color: #61656d;
    position: relative;
    display: inline;
    font-size: 1.9em;
}

.page_404 h2 i {
    color: #65bc49;
    font-size: 2.3em;
    position: absolute;
    top: 31px;
    right: 1px;
    transform: rotate(127deg);
    -webkit-transform: rotate(127deg);
}

.page_404 .texte {
    display: block;
    margin-top: 30px;
}

.page_404 .texte a {
    color: #61656d;
}

/* Page Login */


.inscription_ok h2 {
    color: #65bc49;
    margin-top: 90px;
}

.inscription_erreur h2 {
    color: #e73229;
    margin-top: 70px;
}

.inscription_erreur h2#erreur1 {
    color: #3d77c5;
    margin-top: 70px;
}

.inscription_erreur a {
    color: #e73229;
}

.page_login .inscription_ok p {
    text-align: center;
}

.page_login .compte_existant p,
#dialog .compte_existant p,
.page_login .inscription_ok p,
.page_login .inscription_erreur p {
    font-weight: 600;
}

#dialog .compte_existant p,
.page_login .compte_existant p,
.page_login .inscription_ok p {
    margin-top: 20px;
    line-height: 1em;
}

.page_login .inscription_erreur p {
    margin-top: 20px;
    line-height: 1.3em;
}

#dialog .compte_existant p.details,
.page_login .compte_existant p.details {
    margin-top: 5px;
}

#dialog .compte_existant p.boutons,
.page_login .compte_existant p.boutons {
    float: right;
}

#dialog .editer_session label:before,
.page_login .editer_session label:before {
    content: "";
}

.page_login h2 strong,
#dialog h2 strong {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 55px;
    color: #585858;
    line-height: 1em;
}

.nouveau_client {
    float: left;
    width: 41%;
    padding: 40px 0 80px 40px;
}

.inscription_ok {
    float: left;
    width: 41%;
    padding: 40px 0 80px 20px;
    background: url('../img/fleche.png') no-repeat right bottom;
}

.inscription_erreur {
    float: left;
    width: 41%;
    padding: 40px 0 80px 20px;
}

.oldie .inscription_ok {
    background: url('../img/fleche-ie.jpg') no-repeat right bottom;
}

.compte_existant {
    float: right;
    border-left: 2px dotted #c1e4b5;
    padding: 40px 20px 30px 55px;
}

.formulaire_login a {
    color: #4a9d2f;
}

/* Page fiche client */
.page_fiche .boutons a {
    margin-right: 1em;
}

/* Page dossier détail */
.page_dossierdetail .box-valider label:before,
.page_dossierdetail .editer_texte label:before,
.page_dossierdetail .box-selection-date-facture label:before,
.page_dossierdetail .box-selection-date-signature label:before,
.page_dossierdetail .box-facture label:before,
.page_dossierdetail .info_messagerie label:before {
    content: "";
}

.page_dossierdetail .box-facture label {
    display: block;
    float: left;
    width: 200px;
}

.page_dossierdetail .info_messagerie label {
    display: block;
    float: left;
    width: 580px;
    margin-bottom: 30px;
}

.page_dossierdetail .box-facture input {
    display: block;
    float: left;
    margin: 0;
}

.page_dossierdetail .info_messagerie input {
    display: block;
    float: left;
    margin: 4px;
}

.page_dossierdetail .box-selection-date-facture,
.page_dossierdetail .box-selection-date-signature {
    margin-bottom: 5px;
}

.page_dossierdetail .box-selection-date-facture label,
.page_dossierdetail .box-selection-date-signature label {
    display: block;
    float: left;
    width: 235px;
    clear: both;
}

.page_dossierdetail .box-valider {
    margin-top: 2em;
}

.page_dossierdetail div.modifier_dossier {
    font-weight: bold;
    font-size: large;
    font-style: italic;
    text-decoration: underline;
    margin-bottom: 35px;
}

.page_dossierdetail .formulaire_declarations_fiscales li[class*="editer_numero_fiscal_"],
.page_dossierdetail .formulaire_declarations_fiscales li[class*="editer_reference_avis_n_moins_2_"],
.page_dossierdetail .formulaire_declarations_fiscales li[class*="editer_reference_avis_n_moins_1_"] {
    width: 33%;
    display: inline-block;
}

#formulaire_conformite_dossier div.choix{
        position: relative;
}
#formulaire_conformite_dossier li.editer_comm_entreprise_non_conforme label,
#formulaire_conformite_dossier li.editer_comm_client_non_conforme label {
    font-weight: bold;
}
a.supprimer_pj,
a.supprimer_statut{
    display: inline-block;
    position: relative;
    text-decoration:none;
}
a.supprimer_pj:before,
a.supprimer_statut:before{
    content: "\f00d";
    color: #ec3232;
    display: inline-block;
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}
/* Page FAQ (Aide) */
/*
#contenu_faq .contenu-principal { display: none; }
.rubrique-3 .menu_articles { display: none; }
*/
/* FAQ */
.block-faq {
    margin-bottom: 20px;
}

.block-faq p {
    margin: 5px 0;
}

.block-faq ul {
    margin-left: 10px;
}

.block-faq li {
    cursor: pointer;
}

.block-faq li .question {
    line-height: 20px;
    font-size: 13px;
    display: inline;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 3px;
    width: 90%;
    height: 12px;
}

.block-faq li .question h2 {
    color: #6D7179;
    line-height: 20px;
    font-size: 13px;
    display: inline;
    text-transform: none;
}

.block-faq li.depli:before {
    content: "\e00d" !important;
}

.block-faq li ul {
    display: none;
    border: 1px solid #CCC;
    margin: 10px 0;
}

.block-faq li ul li {
    padding: 20px;
}

.block-faq li .question:hover {
    color: black;
}

.block-faq li ul li:before {
    content: "" !important;
}

.block-faq li ul li ul {
    display: block !important;
    border: none;
}

.block-faq li ul li ul li {
    padding: 5px;
}

.block-faq .tiret {
    display: none
}

.ie6 .tiret {
    display: inline;
}

/*Page le programme*/
.article-1 .spip_document_13 {
    margin-top: -40px;
    margin-right: -15px;
}

.article-1 .texte > p > strong {
    font-weight: normal;
    font-size: 1.3em;
}

.article-3 .spip_document_8,
.article-3 .spip_document_9 {
    margin-bottom: 40px;
}

.article-3 .adresse {
    font-size: 1.2em;
    color: #65bc49;
}

.article-3 .spip_document_12,
.article-3 .spip_document_12 img {
    width: 40px !important;
    height: 40px;
    margin: -5px 0 0 0;
}

/*Page création dossier réussie*/
.page_creationreussie .recap_auteur_complements {
    display: none;
}

.page_creationreussie .recap_auteur {
    float: left;
    clear: left;
}

/* BO */

.grand_total {
    font-size: 2em;
    color: #05488E;
    margin: 20px 0 20px 20px;
}

input.export_submit, .bouton_export .submit {
    background: url("../img/export.png") no-repeat scroll 10px center transparent;
}

.formulaire_recherche_critere {
    background: none;
    border: none;
}

.formulaire_recherche_critere .boutons {
    float: right;
}

.formulaire_recherche_critere label {
    font-size: 1.1em;
}

.editer_recherche_zero_dossier label:before {
    content: none;
}

.table-container {
    margin-top: 10px;
    padding-top: 10px;
}

.formulaire_recherche_critere li {
    width: 24.9%;
}

.page_coordonnees .fieldset_fieldset_1 span.required {
    display: block;
    float: right;
    color: #de4d4e;
    margin-right: 55px;
}

.page_coordonnees h3 {
    display: block;
}

.page_coordonnees h3 strong {
    font-weight: normal;
}

h2.perso {
    color: #3d77c5;
    font-size: 28px;
    margin-bottom: 1em;
    display: block;
}

/* Menu Compte (inclure/inc-menu-compte.html)
	---------------------------------------------- */

#menu-compte li a {
    color: #FFF;
    font-weight: 500;
    margin-bottom: 1px;
    padding: 0 2em;
    line-height: 50px;
    height: 50px;
    display: inline-block;
    font-size: 1.3em;
}

.ie6 #menu-compte li.mc_profil a {
    margin-left: 20px;
}

#menu-compte li:hover {
    background: #4a9d2f;
    z-index: 100;
}

#menu-compte a:focus, #menu-compte a:hover {
    color: white;
    text-decoration: none;
}

.is_operateur #menu-compte li a:focus, .is_operateur #menu-compte li a:hover, .is_operateur #menu-compte li a:active {
    background: none;
    text-decoration: none;
}

#contenu .nav {
    background: #65bc49;
    border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    margin-left: -35px;
    margin-bottom: 30px;
}

#menu-compte li {
    border-left: 1px solid #88d86d;
}

#menu-compte li:first-child,
#menu-compte li.exportmailscourriers a {
    border-left: none;
}

/* Sous Menu */
#menu-compte li ul {
    background: #65bc49;
    position: absolute;
    top: 51px;
    left: -999em;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);

}

.nav ul li {
    z-index: 99;
}

.ie6 #menu-compte li ul {
    width: 200px;
}

.ie6 #menu-compte li ul li a {
    width: 230px;
}

#menu-compte li ul li {
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    font-size: .9em;
}

#menu-compte li ul li a {
    height: 36px;
    line-height: 34px;
    white-space: nowrap;
}

#menu-compte li li a {
    border: none;
    height: 36px;
    line-height: 34px !important;
    white-space: nowrap;
}

#menu-compte li li a:hover {
    background: #DDD;
}

#menu-compte .menu-bg ul li:first-child ul li a:hover {
    background: none;
}

#menu-compte li:hover ul {
    left: 0px;
    min-height: 0;
    z-index: 4;
}

/*  Boutons exports */
.export-csv form, .bouton_export {
    background: #65bc49;
    border: none;
    height: auto;
    border-radius: 40px !important;
    padding: 0;
}

.export-csv form:hover,
.bouton_export:hover {
    background: #64C943;
}

input.export_submit, .bouton_export .submit, .bouton_export .submit {
    padding: 0px 5px 2px 37px;
    margin: 0;
    color: white;
    text-shadow: none;
    font-weight: 100;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

input.export_submit:hover, .bouton_export .submit:hover, .bouton_export .submit:hover {
    color: white;
}

.page_gererutilisateurs .export-csv + .nettoyeur {
    clear: none;
}

.page_gererutilisateurs a.blocklink {
    margin: 5px 5px 5px 0;
}

.page_gerercomptes .bouton_export + .nettoyeur {
    clear: none;
}

/* Pagination
	---------------------------------------------- */
.pagination {
    clear: both;
    margin-bottom: 1.5em;
    text-align: center;
    position: relative;
}

.pagination a[href], .pagination .on, .pagination .tbc, .pages a {
    background-color: #a3d691;
    border: 1px solid #a3d691;
    border-left-width: 0;
    color: #FFF;
    font-size: 1.3em;
    line-height: 1;
    display: -moz-inline-stack;
    display: inline-;
    zoom: 1;
    *display: inline;
    margin: 0;
    padding: 4px 9px;
    margin: 3px;
    text-align: center;
    text-decoration: none;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.pagination a:focus, .pagination a:hover, .pagination a:active,
.pagination .pages .on, .pagination .prev strong,
.pagination .next strong {
    background: whiteSmoke;
}

.pagination a:hover {
    color: #FFF;
    font-weight: normal;
    background: #65bc49;
}

.pagination .pages .on {
    color: #FFF;
    font-weight: normal;
    cursor: default;
    background: #65bc49;
}

.pagination .sep {
    display: none !important;
}

.pagination .next a,
.pagination .previous a {
    background: #65bc49;
    color: #FFF;
}

.pagination .disabled strong,
.pagination .disabled strong {
    background: #a3d691;
    color: #FFF
}

/* Precedent et Suivant */
.pagination .prev a, .pagination .prev strong {
    border-left: 1px solid #ddd;
    font-weight: normal;
}

.pagination .next a, .pagination .next strong {
    border-right: 1px solid #ddd;
    font-weight: normal;
}

.ui-datepicker-calendar thead {
    border-bottom: none;
}

table thead th {
    background: #f0f3f7;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    color: #3a3a3b;
    text-align: center;
    vertical-align: middle !important;
    font-weight: bold;
    font-size: 13px;
}

table.ui-datepicker-calendar thead th {
    background-color: #FFF;
    color: #222222;
    font-weight: 700;
    font-size: 0.9em;
}

table thead th a {
    color: #5A5A5A;
}

table tbody tr:first-child {
    border-top: 1px solid #dadada;
}

tbody td {
    border: 1px solid #dadada;
    vertical-align: middle !important;
}

tbody tr.even th,
tbody tr.even td {
    background: white;
}

tbody tr.odd th,
tbody tr.odd td {
    background: #fff;
}

tbody tr:hover {
    background: #F6F6F6 !important;
}

table thead tr th:first-child,
.table-suivredossiers thead tr th:first-child,
.table-gererutilisateurs thead tr th:first-child,
.table-gerercomptes thead tr th:first-child {
    border-left: none;
}

table thead tr th.icon:last-child,
.table-suivredossiers thead tr th.icon:last-child,
.table-gererutilisateurs thead tr th:last-child,
.table-gerercomptes thead tr th:last-child {
    border-right: none;
}


.table-suivredossiers tbody tr td:first-child,
.table-gererutilisateurs tbody tr td:first-child,
.table-gerercomptes tbody tr td:first-child {
    border-left: 1px solid #dadada;
}

.table-suivredossiers tbody tr td.icon:last-child,
.table-gererutilisateurs tbody tr td:last-child,
.table-gerercomptes tbody tr td:last-child {
    border-right: 1px solid #dadada;
}

.table-suivredossiers tbody tr:last-child td,
.table-suivredossiers tbody tr:nth-last-child(2) td,
.table-gererutilisateurs tbody tr:last-child td,
.table-gerercomptes tbody tr:last-child td {
    border-bottom: 1px solid #dadada;
}

.table-suivredossiers tbody tr:nth-last-child(2) td:nth-child(2),
.is_operateur .table-suivredossiers tbody tr:nth-last-child(2) td:nth-child(3),
.is_operateur .table-suivredossiers tbody tr:nth-last-child(2) td:nth-child(4),
.is_operateur .table-suivredossiers tbody tr:nth-last-child(2) td:nth-child(5) {
    border-bottom: none;
}

.is_operateur .table-suivredossiers tbody tr:nth-last-child(2) td:nth-child(2) {
    border-bottom: 1px solid #dadada !important;
}

.bouton-vert i {
    color: white;
    position: absolute;
    top: 13px;
    left: -10px;
    font-size: 2.3em;
    opacity: .4;
}

.table-suivredossiers td p {
    margin: 0;
}

.table-container .bouton_action_post .submit {
    margin: 0 auto;
    background: none !important;
}

/*Message mon profil*/
.message-rappel {
    background: #3d77c5;
    margin-bottom: 1.5em;
    border-radius: 5px;
    font-size: 1em;
    color: #fff;
    padding: 15px 20px;
}

.message-rappel strong{
    font-size: 16px;
}

p.message-info {
    background: #3d77c5;
    color: #fff;
    margin-bottom: 1.5em;
    border-radius: 5px;
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
}
.page_coordonnees p.message-info {
    clear: both;
}

p.message-info a {
    width: 100%;
    color: #FFF;
    display: block;
}

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

p.message-info:hover {
    opacity: 0.9;
}

/* Dialog */
#dialog {
    font-size: 12px;
    width: 100%;
    max-width: 960px;
    height: auto;
    background: white;
    border-radius: 3px;
    position: absolute;
    top: 22%;
    left: -250%;
    z-index: 500;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    opacity: 0;
}

#dialog.active {
    opacity: 1;
    left: 50%;
    margin-left: -480px;
}

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

}

@media screen and (max-width: 900px) {
    #dialog {
        margin-top: 40px;
    }

    #dialog.active {
        left: 0;
        margin-left: 0;
    }

    #dialog .contenu-principal {
        padding: 0;
    }

    #dialog .close {
        right: 15px;
    }

    #dialog .contenu-principal .nouveau_client * {
        float: none;
    }

    #dialog .compte_existant {
        margin: 0 auto;
        padding: 20px;
        width: 90%;
        float: none;
        border-left: none;
    }

    #dialog .nouveau_client {
        margin: 0 auto;
        margin: 50px auto 20px;
        padding: 20px;
        width: 90%;
        float: none;
        border-top: 1px dashed #ccc;
    }

    #dialog h2 strong {
        margin-bottom: 10px;
    }
}

.ie7 #dialog.active {
    border: 1px solid #EEE;
}

#dialog .contenu-principal {
    width: 100%;
}

#dialog input.text,
#dialog input.password {
    width: 97%;
}

#overlay {
    background: white;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
}

#overlay.active {
    opacity: .7
}

.close {
    width: 50px;
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 2em;
    font-weight: 200;
    color: #b8b8b8;
    font-family: 'Lato', Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}

.close:hover {
    color: black;
}

/*Style SIMULATEUR*/
/*Style GENERAL*/
.page_simulateur .wrapper .content {
    width: 100% !important;
}

.page_simulateur .bouton {
    margin-top: 15px;
}

.formulaire_simulation_mail .saisie_case label {
    padding-left: 25px;
}
.page_simulateur .bouton .precedent {
    padding-left: 7px;
}

.page_simulateur .bouton .precedent,
.page_simulateur .nouvelle-simulation {
    float: left;
    text-decoration: underline;
}

.page_simulateur p.bouton.suivant {
    text-align: right;
}

.page_simulateur .mon-espace,
.page_simulateur .suivant {
    float: right;
}

.page_simulateur .bouton i {
    margin-left: 5px;
}

.page_simulateur .bouton a.inactive,
.page_simulateur .bouton a.inactive:hover {
    background-color: #DDD;
}

.page_simulateur h4 {
    color: #3d77c5;
    font-size: 24px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 800;
}
.page_simulateur h4 > span {
    background: #ffffff;
}

.ie7 .page_simulateur h4, .ie6 .page_simulateur h4 {
    display: block;
}

.page_simulateur h4:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    background: #bae4ac;
    width: 100%;
    height: 1px;
    z-index: -1;
}

.page_simulateur h4 .texte {
    padding-right: 15px;
}

.page_simulateur .chiffre {
    color: #65bc49;
}

.page_simulateur h4#titre-etape2,
.page_simulateur h4#titre-etape3,
.page_simulateur h4#titre-etape4{
    display: none;
}

/*FIN Style GENERAL*/

/*ETAPE 1*/
.page_simulateur #etape1 {
    background: url("../img/carte-etape1.png") no-repeat scroll right top transparent;
    padding-top: 40px;
}

.page_simulateur .box {
    background: none;
    padding: 0.5em 1.5em;
    margin-bottom: 0;
}

.page_simulateur .box label {
    font-weight: normal;
}

.page_simulateur .box label i {
    color: #65bc49;
}

.page_simulateur .box-departement {
    width: 220px;
}

.page_simulateur .box-logement {
    width: 100%;
}

.page_simulateur .box-logement .saisie_radio .choix {
    width: 200px;
    margin: 15px 7px;
}

.page_simulateur .box-logement .saisie_radio .choix + .choix,
.page_simulateur .box-logement .saisie_radio .choix + .choix + .choix {
    width: 290px;
}

.page_simulateur .box-annee,
.page_simulateur .box-chauffage {
    width: 30%;
    display: block;
    float: left;
}

.page_simulateur .box-annee select,
.page_simulateur .box-chauffage select {
    margin: 7px 14px;
}

.page_simulateur .saisie_liste_departements select {
    margin: 7px 14px;
}

/*FIN ETAPE 1*/

/*ETAPE 2*/
.page_simulateur #etape2 #operation-familles {
    text-align: center;
}

.page_simulateur #etape2 #operation-familles ul {
    margin-bottom: 20px;
    vertical-align: top;
}

.page_simulateur #etape2 #operation-familles li {
    width: 24%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
    vertical-align: top;
}

.ie6 .page_simulateur #etape2 #operation-familles li {
    display: inline;
    zoom: 1;
}

.page_simulateur #etape2 .visuel {
    cursor: pointer;
    width: 223px;
    padding-top: 160px;
    background-position: top center;
}

.page_simulateur #etape2 .visuel-1 {
    background: url('../img/visuel-famille-1.png') top center no-repeat;
}

.page_simulateur #etape2 .visuel-2 {
    background: url('../img/visuel-famille-2.png') top center no-repeat;
}

.page_simulateur #etape2 .visuel-3 {
    background: url('../img/visuel-famille-3.png') top center no-repeat;
    margin-top: 0;
}

.page_simulateur #etape2 .visuel-4 {
    background: url('../img/visuel-famille-4.png') top center no-repeat;
}

.page_simulateur #etape2 .visuel-5 {
    background: url('../img/visuel-famille-5.png') top center no-repeat;
}

.page_simulateur #etape2 .visuel:hover,
.page_simulateur #etape2 .operation_famille_inactive .visuel:hover {
    background-position: center -188px;
}

.page_simulateur #etape2 .operation_famille_inactive .visuel {
    background-position: center -376px;
}

.page_simulateur #etape2 .visuel img, .page_simulateur #etape2 .visuel strong {
    display: block;
    margin: 10px auto;
    background: #FFF;
    font-weight: normal;
    font-size: 1.2em;
}

.page_simulateur #etape2 .operation_famille_active .visuel strong {
    color: #3d77c5;
}

.page_simulateur #operation-types {
    display: none;
    width: 45%;
    float: left;
    margin-top: 20px;
    margin-left: 5%;
}

.ie7 .page_simulateur #operation-types,
.ie7 .page_simulateur #operation-types h3,
.ie7 .page_simulateur #info_compl,
.ie7 .page_simulateur #info_compl h3 {
    font-weight: 800;
}

.ie6 .page_simulateur #operation-types {
    width: 40%;
}

.page_simulateur #info_compl {
    display: none;
    width: 45%;
    float: right;
    margin-top: 20px;
}

#info_compl .explication_explication_operation p,
#operations .explication_explication_operation p {
    position: relative;
    padding: 15px 15px 15px 65px;
    border: 1px solid #65bc49;
    font-weight: normal;
}

#info_compl .explication_explication_operation p:after,
#operations .explication_explication_operation p:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    background: #65bc49;
    z-index: 5;
}

#info_compl .explication_explication_operation p:before,
#operations .explication_explication_operation p:before {
    color: #bae4ac;
    content: "\F06A";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;

    /* sprites.less reset */
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 12.5px;
    transform: translateY(-50%);
    font-size: 30px;
    z-index: 10;
}

.page_simulateur .operations-famille {
    display: none;
    cursor: pointer;
}

.page_simulateur .operations-famille li {
    display: block;
    padding: 2px;
    margin: 5px 0;
}

.page_simulateur .operations-famille li.none {
    display: none;
}

.page_simulateur .operations-famille li:hover,
.page_simulateur .operations-famille li.active {
    color: #64c943;
}

.page_simulateur .operations-famille li i {
    margin-right: 5px;
}

.page_simulateur .operations-famille li.active i:before {
    color: #64c943;
}

.page_simulateur #operation-familles h4 {
    margin: 10px 0;
    display: none;
}

.page_simulateur #operation-familles h4 .texte {
    margin: 0 15px;
    font-weight: 200;
    padding-left: 15px;
}

/*FIN ETAPE 2*/

/*ETAPE 3*/
.page_simulateur .fiche-technique {
    width: 250px;
    height: 354px;
    background-image: url('../img/fiche.png');
}

.page_simulateur .fiche-technique ul {
    padding: 20px 20px;
}

.page_simulateur .fiche-technique li.label {
    font-weight: bold;
    margin: 0.4em 0 0 0;
}

.page_simulateur .fiche-technique li.label:before {
    content: "-";
    color: #65bc49;
    margin-right: 5px;
}

.page_simulateur .fiche-technique li.valeur {
    padding-left: 10px;
    margin: 0;
}

#total_prime #label-prime,
#total_prime #label-economie,
.page_simulateur #label-economie,
.page_simulateur #label-prime {
    display: inline-block;
    width: 52%;
    font-size: 1.7em;
}
#total_prime #label-economie,
.page_simulateur #label-economie {
    vertical-align: top;
    padding-top: 15px;
}

#total_prime .cdp_v1 {
    max-width: 680px;
    margin: 0 auto;
}

#total_prime .img-cdp {
    max-width: 400px;
}

.ie7 .page_simulateur #label-economie,
.ie7 .page_simulateur #label-prime {
    display: inline;
    zoom: 1;
}

.page_simulateur #label-economie,
#total_prime #label-prime,
.page_simulateur #label-prime {
    font-weight: 800;
    font-size: 24px;
}

.ie6 .page_simulateur #label-economie,
.ie6 .page_simulateur #label-prime {
    display: inline;
    zoom: 1;
}

#total_prime #value-economie,
#total_prime #value-prime,
.page_simulateur #value-economie,
.page_simulateur #value-prime {
    display: inline-block;
    color: #65bc49;
}

.ie7 .page_simulateur #value-economie,
.ie7 .page_simulateur #value-prime {
    display: inline;
    zoom: 1;
}

#total_prime #value-economie,
.page_simulateur #value-economie {
    font-size: 3em;
    width: 40%;
    font-weight: 800;
}

#total_prime #value-economie span,
.page_simulateur #value-economie span {
    font-size: 0.4em;
}

#total_prime #value-economie span + span,
.page_simulateur #value-economie span + span {
    display: block;
    float: right;
    margin-left: 20px;
    margin-top: 5px;
    width: 100px;
}

#total_prime #value-prime,
.page_simulateur #value-prime {
    font-size: 4.5em;
    font-weight: 800;
}

#total_prime #value-prime sup,
.page_simulateur #value-prime sup {
    font-size: 50%;
    vertical-align: super;
}
.page_simulateur #value-prime sup {
    vertical-align: super;
}


.ie6 .page_simulateur #value-economie,
.ie6 .page_simulateur #value-prime {
    display: inline;
    zoom: 1;
}

#total_prime #infos-prime {
    font-size: 0.8em;
    color: #777;
}

.page_simulateur #infos-prime {
    font-size: 1em;
}

.page_simulateur #infos-prime {
    margin-top: 30px;
    clear: both;
}

.page_simulateur #recap-projet {
    display: block;
    float: left;
}

.page_simulateur #recap-prime {
    display: block;
    float: right;
    width: 70%;
}

.page_simulateur #value-prime {
    margin-bottom: 15px;
}

.page_simulateur #recap-projet h5 {
    color: #65bc49;
    margin-left: 50px;
    font-size: 1.3em;
}

.page_simulateur #recap-prime h5 {
    color: #65bc49;
    font-size: 1.3em;
}

.page_simulateur #simulation_email {
    float: left;
    max-width: 60%;
}
.page_simulateur #simulation_email ul {
    display: inline-block;
    margin-right: 10px;
}
.page_simulateur #simulation_email label {
    font-weight: 800;
    font-size: 1.1em;
}
.page_simulateur #simulation_email input[name="email"] {
    height: 42px;
    width: 260px;
}
.page_simulateur #simulation_email a.bouton {
    background: #4b4b4b;
    font-size: 12px;
}
.page_simulateur #simulation_email a.bouton:hover {
    background: #333333;
}
.page_simulateur .nouvelle-simulation {
    font-size: 1.2em;
    color: #333;
    margin-bottom: 12px;
}
.page_simulateur .nouvelle-simulation:hover {
    text-decoration: underline;
}

#boutons-simulation-inscription{
    text-align: right;
    padding-top: 20px;
    clear: both;
}

#boutons-simulation-inscription .bouton{
    margin-top: 0;
}

#boutons-simulation-inscription .tester_preca{
    margin-right: 15px;
}

.Tooltip i:before {
    content: '\F059';
    font-family: FontAwesome;
    color: #65bc49;
    font-size: 18px;
    font-style: normal;
}

.Tooltip-content {
    width: auto;
}

@media (max-width: 900px) {
    .page_simulateur #recap-projet {
        width: 27%;
    }
    .page_simulateur .fiche-technique {
        width: auto;
        background: #f5f6f8;
    }
    .page_simulateur .fiche-technique ul {
        padding: 15px 10px;
    }
    .page_simulateur #simulation_email {
        float: none;
        max-width: inherit;
    }
    .page_simulateur .bouton.mon-espace {
        margin-top: 10px;
    }
    #boutons-simulation-inscription{
        margin-bottom: 10px;
    }
}

@media (max-width: 640px) {
    .page_simulateur #recap-projet {
        width: 100%;
    }
    .page_simulateur #recap-projet h5 {
        margin-left: 0;
    }
    .page_simulateur .fiche-technique {
        height: auto;
    }
    .page_simulateur #simulation_email a.bouton {
        margin-top: 0;
    }
}


/*FIN ETAPE 3*/

/* PRECARITE SIMU */

#wrap-infos_precarite {
    display: none;
    width: 100%;
    margin-top: 30px;
}

.formulaire_spip .infos_precarite *,
.formulaire_spip .infos_precarite *:before,
.formulaire_spip .infos_precarite *:after {
    box-sizing: border-box;
}

.formulaire_spip .infos_precarite li {
    float: left;

    width: 50%;
    padding-right: 1rem;
}
.formulaire_spip .infos_precarite li.editer_revenu_fiscal_n_moins_2 {
    clear: both;
    width: 50%;
    float: left;
}
.formulaire_spip #infos_precarite li.editer_revenu_fiscal_n_moins_2::after {
    content: 'Et / ou';
    left: 15px;
    display: block;
    margin-top: 20px;
    color: #3D77C5;
    font-weight: bold;
}
.formulaire_spip .infos_precarite li.editer_nb_personnes_menage_n_moins_2,
.formulaire_spip .infos_precarite li.editer_nb_personnes_menage_n_moins_1{
    clear:none;
}

.formulaire_spip .infos_precarite .explication_et-ou {

}
.formulaire_spip .wrap-form .mon-espace.bouton{
    display: none;
}


.formulaire_spip .infos_precarite .asterisque {
    clear: both;
}

.page_simulateur .infos_precarite .editer_revenu_fiscal_n_moins_1
{
    width: 50%;
    float: left;
    padding-right: 1rem;
}
.page_simulateur .infos_precarite .editer_revenu_fiscal_n_moins_1 label, .page_simulateur .infos_precarite .editer_revenu_fiscal_n_moins_2 label{
    margin-bottom: 23px;
}

.page_simulateur .infos_precarite .editer_revenu_fiscal_n_moins_2::after {

    content: 'Et / ou';
    left: 15px;
    display: block;
    margin-top: 20px;
    color: #3D77C5;
    font-weight: bold;
}
.page_simulateur .infos_precarite .asterisque {
    display: none;
}
.page_simulateur .infos_precarite > ul:after {
    content: '';
    display: table;
    clear: both;
}

.formulaire_spip .infos_precarite .text,
.formulaire_spip .infos_precarite .number {
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.07) inset;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.07) inset;
    height: 30px;
    padding-left: 10px;
    color: #302e2e;
    width: 100%;
}




/* RESULTAT PRECA */


#total_prime .bonus #value-prime,
.page_simulateur .bonus #value-prime {
    color: #d8266b;
}

#total_prime #value-prime,
.page_simulateur #value-prime {
    position: relative;
    min-width: 90px;
    text-align: center;
}

#total_prime #value-prime .prime-plus,
.page_simulateur #value-prime .prime-plus {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    color: #6D7179;
    font-size: 16px;
}


#wrap-infos_precarite .wrap-accroche:before,
#value-primebonus:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 70px;
    border-right: 1px solid #d8266b;
    background: url('../img/icon-bonus.png') no-repeat left center;
}

#wrap-infos_precarite .wrap-accroche {
    position: relative;
    padding-left: 105px;
    font-size: 16px;
    font-weight: 700;
}
    #wrap-infos_precarite .wrap-accroche:before {
        top: 7px;
    }

    #wrap-infos_precarite .wrap-accroche .coup-de-pouce{
        color: #d8266b;
    }

    #wrap-infos_precarite .wrap-accroche h5 {
        margin-bottom: 0;
    }
    #wrap-infos_precarite .wrap-accroche .bouton {
        margin-top: 10px;
    }
    #wrap-infos_precarite .wrap-accroche .bouton a {
        float: none;
        display: inline-block;
        font-size: 1em;
        background-color: #d8266b;
    }
    #wrap-infos_precarite .wrap-accroche .bouton a:hover {
        background-color: #AB114D;
    }
    #wrap-infos_precarite .wrap-form {
        display: none;
    }

#value-primebonus {
    display: none;
    position: relative;
    font-size: 16px;
    padding-left: 105px;
    margin-bottom: 40px;
    margin-top: 20px;
}

#value-primebonus.has-prime {
    padding-top: 19px;
}

#value-primebonus .montant {
    color: #d8266b;
    font-weight: bold;
    font-size: 20px;
}

#wrap-infos_precarite .wrap-accroche img,
#total_prime #value-prime img,
.page_simulateur #value-prime img,
#value-primebonus img {
    display: inline-block;
    vertical-align: middle;
}


@media (max-width: 640px) {
    #wrap-infos_precarite {
        float: none;
        width: auto;
        clear: both;
    }

    #wrap-infos_precarite .wrap-accroche:before,
    #value-primebonus:before {
        display: none;
    }
    #wrap-infos_precarite .wrap-accroche,
    #value-primebonus .wrap-accroche {
        padding-left: 0;
    }

    .formulaire_spip .infos_precarite li {
        float: none;
        clear: both;
        width: auto;
        padding-right: 0;
    }
}

/* FIN PRECARITE SIMU */

/* Resultat simulation avec Coup de Pouce */

.CdpChauffage {
    width: 100%;
}
    .CdpChauffage .CdpChauffage-ou {
        font-weight: 800;
        color: #65bc49;
        font-size: 15px;
        margin-bottom: 15px;
    }

    .CdpChauffage .CdpChauffage-info {
        font-weight: bold;
        font-size: 15px;
        margin-bottom: 10px;
    }

    .CdpChauffage .CdpChauffage-bloc {
        background: linear-gradient(#ffffff, #fafafa);
        border-radius: 6px;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        position: relative;
    }

    @media (max-width: 900px) {
        .CdpChauffage .CdpChauffage-bloc {
            display: block;
        }
    }

    .CdpChauffage .CdpChauffage-bloc .CdpChauffage-bloc-coin {
        position: absolute;
        top: -15px;
        right: -16px;
        background-image: url('../img/coin.png');
        width: 54px;
        height: 54px;
    }

    .CdpChauffage .CdpChauffage-bloc .CdpChauffage-bloc-left,
    .CdpChauffage .CdpChauffage-bloc .CdpChauffage-bloc-right {
        width: 50%;
        padding: 3% 5%;
    }

    @media (max-width: 900px) {
        .CdpChauffage .CdpChauffage-bloc .CdpChauffage-bloc-left,
        .CdpChauffage .CdpChauffage-bloc .CdpChauffage-bloc-right {
            width: 90%;
        }
    }

    .CdpChauffage .CdpChauffage-bloc .CdpChauffage-bloc-left {
        text-align: center;
        font-weight: 800;
        font-size: 24px;
    }

    .CdpChauffage .CdpChauffage-bloc .CdpChauffage-bloc-left img {
        margin-bottom: 10px;
    }

    @media (max-width: 900px) {
        .CdpChauffage .CdpChauffage-bloc .CdpChauffage-bloc-left img {
            display: block;
            margin: 0 auto;
        }
    }

    .CdpChauffage .CdpChauffage-bloc .CdpChauffage-bloc-left .prime-cdp {
        font-weight: 800;
        font-size: 55px;
        color: #65bc49;
        display: inline-block;
        margin-top: -15px;
    }

    .CdpChauffage .CdpChauffage-bloc .CdpChauffage-bloc-left .prime-cdp sup {
        font-size: 50%;
        vertical-align: super;
    }

    .CdpChauffage .CdpChauffage-bloc .CdpChauffage-bloc-right {
        border-left: 1px solid #ececec;
    }

    @media (max-width: 900px) {
        .CdpChauffage .CdpChauffage-bloc .CdpChauffage-bloc-right {
            border: none;
        }
    }

    .CdpChauffage .CdpChauffage-bloc .CdpChauffage-bloc-right p {
        color: #3d77c5;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .CdpChauffage .CdpChauffage-bloc .CdpChauffage-bloc-right .condition-cdp {
        font-weight: bold;
        font-size: 11.5px;
        color: #302e2e;
    }


    .CdpChauffage .CdpChauffage-bloc .CdpChauffage-bloc-right ul li {
        font-weight: bold;
        font-size: 11.5px;
        line-height: 20px;
    }


/*FIN Style SIMULATEUR*/


/* Resultat simulation Creation de dossier */

#total_prime {
    width: 100%;
}
    .page_dossiercreation #total_prime, .page_creationreussie #total_prime.creationreussie  {
        margin: 30px 0;
        font-size: 1em;
        text-align: center;
    }
    .page_dossiercreation .total_prime-resultat,
    .page_creationreussie #total_prime.creationreussie .total_prime-resultat {
        display: inline-block;
        width: 100%;
        text-align: center;
        font-weight: 800;
        font-size: 24px;
    }
    .page_dossiercreation .total_prime-resultat.is-cdp,
    .page_creationreussie #total_prime.creationreussie .total_prime-resultat.is-cdp{
        width: 50%;
    }
    @media (max-width: 980px) {
        .page_dossiercreation .total_prime-resultat.is-cdp,
        .page_creationreussie #total_prime.creationreussie .total_prime-resultat.is-cdp {
            width: 100%;
        }
    }
    .page_dossiercreation .CDP-logo,
    .page_creationreussie #total_prime.creationreussie .CDP-logo{
        display: inline-block;
    }
    .page_dossiercreation .bonus-prime,
    .page_creationreussie #total_prime.creationreussie .bonus-prime {
        font-size: 55px!important;
        color: #65bc49;
        white-space: nowrap;
    }
    @media (max-width: 980px) {
        .page_dossiercreation .bonus-prime,
        .page_creationreussie #total_prime.creationreussie .bonus-prime {
            display: block;
            text-align: center;
            white-space: normal;
        }
    }

    .page_dossiercreation .editer_certif_exactitude label{
        padding: 0 0 0 20px;
    }

    .page_dossiercreation .editer_certif_exactitude input {
        margin: 0 0 0 2px;
    }

    .page_dossiercreation .prime-plus,
    .page_creationreussie #total_prime.creationreussie .prime-plus {
        color: #d8266b;
    }

    .page_dossiercreation .asterisque {
        text-align: left;
    }

    .page_dossiercreation .rappel-is-cdp p {
        position: relative;
        padding: 15px 15px 15px 65px;
        border: 1px solid #65bc49;
        font-weight: normal;
    }
    .page_dossiercreation .rappel-is-cdp p:before {
        color: #bae4ac;
        content: "\F06A";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        display: inline;
        width: auto;
        height: auto;
        line-height: normal;
        vertical-align: baseline;
        background-image: none;
        background-position: 0% 0%;
        background-repeat: repeat;
        margin-top: 0;
        position: absolute;
        top: 50%;
        left: 12.5px;
        transform: translateY(-50%);
        font-size: 30px;
        z-index: 10;
    }
    .page_dossiercreation .rappel-is-cdp p:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: 100%;
        background: #65bc49;
        z-index: 5;
    }

    #divers .choix {
        float: none;
        width: 100%;
    }

    .explication_explication_operation_1 p , .explication_explication_operation_2 p {
        position: relative;
        padding: 15px 15px 15px 65px;
        border: 1px solid #65bc49;
        font-weight: normal;
    }

    .explication_explication_operation_1 p::before, .explication_explication_operation_2 p::before {
        color: #bae4ac;
        content: "\F06A";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        display: inline;
        width: auto;
        height: auto;
        line-height: normal;
        vertical-align: baseline;
        background-image: none;
        background-position: 0% 0%;
        background-repeat: repeat;
        margin-top: 0;
        position: absolute;
        top: 50%;
        left: 12.5px;
        transform: translateY(-50%);
        font-size: 30px;
        z-index: 10;
    }

    .explication_explication_operation_1 p::after, .explication_explication_operation_2 p::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: 100%;
        background: #65bc49;
        z-index: 5;
    }

    #total_prime #value-primebonus {
        display: inline-block;
        text-align: left;
        margin-bottom: 40px;
    }

#total_prime .coup-de-pouce,
#infos_precarite .desc .coup-de-pouce{
    color: #d8266b;
}

.page_creationreussie {

}

/* FIN Resultat simulation Creation de dossier */


.hidden-field {
    visibility: hidden;
    position: absolute;
}

/*Page financement*/

.article-financement .aside {
    display: none;
}

.article-financement .extra {
    background: #82d866;
}

.article-financement .content {
    width: 90%;
    font-size: 14px;
}

.article-financement .exemple {
    padding-bottom: 10px;
    margin: 30px 0;
    border-bottom: 1px solid #cee4f2;
}

.article-financement h2 {
    color: #074d97;
    font-size: 18px;
    font-weight: bold;
}

.article-financement h2.h3 {
    color: #074d97;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.article-financement .descriptif {
    color: #4d4d4d;
    font-size: 14px;
    padding: 10px 0;
    width: 100%;
    border-radius: 3px;
    background-color: #e8f1f8;
    text-align: center;
}

.article-financement .pret-1 {
    color: #00b0ea;
    font-size: 13px;
    width: 445px;
    margin-bottom: 5px;
    text-align: center;
}
.article-financement .pret-1.old {
    text-decoration: line-through;
    color: #f47820;
}

.article-financement .exclu {
    font-size: 35px; /* old 60 px */
    margin-bottom: 30px;
    width: 445px;
    font-weight: normal;
    text-align: center;
    /*color: #0e4d64; SAVE */
    color: #00b0ea;
}

.article-financement .explication {
    font-size: 13px;
}

.article-financement .explication .big {
    font-size: 15px;
}

.article-financement .explication b {
    font-size: 15px;
}

.article-financement .explication .small {
    font-size: 11px;
}

.article-financement .bulle {
    width: 255px;
    padding: 0 45px 0 15px;
    font-size: 11px;
    margin-left: 70px;
    height: 220px;
    background: url(../img/bulle-bleu.png) no-repeat;
    text-align: center;
    color: #fff;
    float: left;
}

.article-financement .bulle .date {
    font-size: 13px;
}

.article-financement .bulle p {
    margin: 0;
}

.article-financement .bulle p:first-child {
    padding-top: 30px;
}

.article-financement .bulle .pourcentage {
    font-size: 55px;
    line-height: 40px;
    padding-top: 15px;
}

.article-financement .bulle .last {
    font-size: 11px;
    padding: 15px 20px;
}

.article-financement .accroche {
    width: 450px;
    height: 205px;
    float: left;
}

.article-financement .accroche p:first-child {
    color: #58585b;
    font-size: 12px;
    font-weight: 600;
    width: 370px;
    margin-top: 45px;
    margin-left: 50px;
    margin-bottom: 60px;
    position: relative;
}

.article-financement .accroche p:first-child:before {
    font-family: 'carrefour';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e004";
    color: #00b0ea;
    font-size: 30px;
    position: absolute;
    top: -35px;
    left: -30px;
}

.article-financement .accroche p:first-child:after {
    font-family: 'carrefour';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e003";
    color: #00b0ea;
    font-size: 30px;
    position: absolute;
    bottom: -30px;
    right: 0px;
}

.article-financement .accroche a.bouton-simulateur {
    font-size: 18px;
    width: 280px;
    /* color: #ffffff; /* Old #ffb937 */
    position: relative;
}

.article-financement .accroche a.bouton-simulateur:before {
    font-family: 'carrefour';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e003";
    color: #fab21d;
    font-size: 50px;
    content: "\e601";
    position: absolute;
    left: -75px;
    top: -15px;
}

.article-financement .accroche a.bouton-simulateur:after {
    content: "\e00c";
    font-family: "carrefour";
    margin-left: 10px;
}

.article-financement .explication {
    clear: both;
    color: #00b0ea;
    padding-top: 30px;
    margin: 0;
}

.article-financement .big {
    font-size: 14px;
}

.article-financement a.spip_out {
    color: #6D7179;
    text-decoration: underline;
}

.article-financement a.spip_out:hover {
    color: #333;
}

.article-financement .conditions p {
    color: #58585b;
    font-size: 12px;
}

.article-financement a.bouton-simulateur {
    background-color: #00b0ea;
    color: #ffffff;
}

.article-financement a.bouton-simulateur:hover {
    text-decoration: none;
    background-color: #1f64b3;
    color: #ffffff;
}

/*Page des lots*/
.page_lotdetail .info {
    margin: 3em 0;
}

.editer_statut_lot label {
    display: none;
}

.page_gererlots .editer_key label,
.page_gererlots .formulaire_ajouter_informations_lot label {
    width: 100%;
    text-align: left;
}

.page_gererlots .formulaire_ajouter_informations_lot {
    margin-top: 10px;
    border-top: 1px solid #a7c2dd;
    padding-top: 10px;
    text-align: left;
}

.page_gererlots .editer_key input {
    float: right;
    width: 100%;
}

.page_gererlots .formulaire_deverrouiller_lot {
    margin: 0;
}

.page_gererlots .formulaire_deverrouiller_lot input,
.page_gererlots .formulaire_verrouiller_lot input,
.page_gererlots .formulaire_ajouter_informations_lot input {
    display: inline-block;
}

.page_gererlots .reponse_formulaire_erreur {
    margin-bottom: 10px;
}

.btn-select-all {
    border: none;
    background-color: #65bc49;
    color: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-weight: normal;
}

/*FIN page des lots*/

/* Carrefour & l'energie */
.article-67 aside {
    display: none;
}

.article-67 .wrapper {
    padding: 0;
}

.article-67 .wrapper .cartouche {
    display: none;
}

.article-67 .wrapper .content {
    width: 100%;
    margin: 0;
}

#retour-site {
    display: none;
}

/* SIDR */
#sidr-toggle {
    text-align: center;
    color: #7a7e87;
    margin: 10px 0 20px;
    display: none;
    font-weight: 800;
    color: #3d77c5;
    font-size: 16px;
}

@media (max-width: 640px) {
    #sidr-toggle {
        display: block;
    }

    .sidr {
        display: none;
        position: absolute;
        position: fixed;
        top: 0;
        height: 100%;
        z-index: 999999;
        width: 260px;
        overflow-x: none;
        overflow-y: auto;
        font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
        font-size: 15px;
        background: #333;
        color: #fff;
        -webkit-box-shadow: inset 0 0 5px 5px #222;
        -moz-box-shadow: inset 0 0 5px 5px #222;
        box-shadow: inset 0 0 5px 5px #222
    }

    .sidr .sidr-inner {
        padding: 0 0 15px
    }

    .sidr .sidr-inner > p {
        margin-left: 15px;
        margin-right: 15px
    }

    .sidr.right {
        left: auto;
        right: -260px
    }

    .sidr.left {
        left: -260px;
        right: auto
    }

    .sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
        font-size: 11px;
        font-weight: normal;
        padding: 0 15px;
        margin: 0 0 5px;
        color: #fff;
        line-height: 24px;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
        background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
        background-image: -moz-linear-gradient(#4d4d4d, #1a1a1a);
        background-image: -o-linear-gradient(#4d4d4d, #1a1a1a);
        background-image: linear-gradient(#4d4d4d, #1a1a1a);
        -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2)
    }

    .sidr p {
        font-size: 13px;
        margin: 0 0 12px
    }

    .sidr p a {
        color: rgba(255, 255, 255, 0.9)
    }

    .sidr > p {
        margin-left: 15px;
        margin-right: 15px
    }

    .sidr ul {
        display: block;
        margin: 0 0 15px;
        padding: 0;
        border-top: 1px solid #1a1a1a;
    }

    .sidr ul li {
        display: block;
        margin: 0;
        line-height: 48px;
        border-top: 1px solid #4d4d4d;
        border-bottom: 1px solid #1a1a1a
    }

    .sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
        border-top: none;
        line-height: 49px
    }

    .sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
        -webkit-box-shadow: inset 0 0 15px 3px #222;
        -moz-box-shadow: inset 0 0 15px 3px #222;
        box-shadow: inset 0 0 15px 3px #222
    }

    .sidr ul li a, .sidr ul li span {
        padding: 0 15px;
        display: block;
        text-decoration: none;
        color: #fff
    }

    .sidr ul li ul {
        border-bottom: none;
        margin: 0
    }

    .sidr ul li ul li {
        line-height: 40px;
        font-size: 13px
    }

    .sidr ul li ul li:last-child {
        border-bottom: none
    }

    .sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
        border-top: none;
        line-height: 41px
    }

    .sidr ul li ul li:hover > a, .sidr ul li ul li:hover > span, .sidr ul li ul li.active > a, .sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a, .sidr ul li ul li.sidr-class-active > span {
        -webkit-box-shadow: inset 0 0 15px 3px #222;
        -moz-box-shadow: inset 0 0 15px 3px #222;
        box-shadow: inset 0 0 15px 3px #222
    }

    .sidr ul li ul li a, .sidr ul li ul li span {
        color: rgba(255, 255, 255, 0.8);
        padding-left: 30px
    }

    .sidr form {
        margin: 0 15px
    }

    .sidr label {
        font-size: 13px
    }

    .sidr input[type="text"], .sidr input[type="password"], .sidr input[type="date"], .sidr input[type="datetime"], .sidr input[type="email"], .sidr input[type="number"], .sidr input[type="search"], .sidr input[type="tel"], .sidr input[type="time"], .sidr input[type="url"], .sidr textarea, .sidr select {
        width: 100%;
        font-size: 13px;
        padding: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 0 10px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        border: none;
        background: rgba(0, 0, 0, 0.1);
        color: rgba(255, 255, 255, 0.6);
        display: block;
        clear: both
    }

    .sidr input[type=checkbox] {
        width: auto;
        display: inline;
        clear: none
    }

    .sidr input[type=button], .sidr input[type=submit] {
        color: #333;
        background: #fff
    }

    .sidr input[type=button]:hover, .sidr input[type=submit]:hover {
        background: rgba(255, 255, 255, 0.9)
    }
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
    0% {
        -webkit-transform: rotateY(0deg);
    }
    50% {
        -webkit-transform: rotateY(180deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
    }

}

/* Compatibilités */

@media (max-width: 900px) {
    .header #logo {
        display: block;
        position: initial;
        left: 0;
        top: 50px;
        text-align: center;
    }

    #logo .spip_logos {
        margin: 60px 0 26px 0;
        float: none;
    }

    #menu-haut ul.nav li a {
        margin-left: 30px;
    }

    #menu-haut .nav li {
        padding-bottom: 5px;
    }

    .article-financement .bulle, .article-financement .accroche {
        margin: 0 auto;
        float: none;
        padding-top: 1px;
    }

}

@media (max-width: 640px) {

    .page_sommaire .wrapper .content .picto-famille {
        display: none;
    }

    #new-conditions {
        text-align: center;
    }

    #new-conditions h1 {
        width: 100%;
        text-align: left;
    }

    #new-conditions .img-arrow {
        display: none;
    }

    #new-conditions a {
        width: 70%;
        text-align: left;
    }

    .contenu-principal {
        padding: 1em;
    }

    .page_simulateur #etape1 {
        background: #FFF;
    }

    .page_simulateur .box {
        width: auto !important;
    }

    .page_simulateur #etape2 #operation-familles li {
        width: 100%;
    }

    .page_simulateur #etape2 .visuel {
        width: 100%;
        height: 10px;
        background: none;
        padding: 0;
    }

    .page_simulateur #etape2 .visuel strong:hover {
        color: #65BC49;
    }

    .page_simulateur #operation-types,
    .page_simulateur #info_compl {
        width: 100%;
    }

    .page_simulateur #recap-prime {
        width: 100%;
        margin-top: 20px;
    }

    #total_prime #label-economie,
    #total_prime #label-prime,
    #total_prime #value-economie,
    #total_prime #value-prime,
    .page_simulateur #label-economie,
    .page_simulateur #label-prime,
    .page_simulateur #value-economie,
    .page_simulateur #value-prime {
        width: 100%;
    }

    .page_simulateur p.etape3 {
        text-align: center;
    }

    .page_simulateur #etape3 p.etape3 a {
        display: inline-block;
        float: none;
        margin: 10px 0;
    }

    .page_simulateur .editer_declarations_fiscales .choix > label {
        margin: 0 5px;
    }

    .page_inscription .editer_civilite_1 {
        width: 100%;
    }

    .page_inscription form li {
        clear: both !important;
    }

    .page_inscription .editer_input_1 {
        clear: both;
    }

    .page_inscription .editer_adresse_1 {
        width: 100%
    }

    .formulaire_spip .editer_radio_3 {
        background: none;
    }

    .formulaire_spip .editer_radio_3 .choix {
        clear: both;
        width: 100%;
        margin-left: 0
    }

    .formulaire_spip .editer_input_12,
    .formulaire_spip .editer_radio_4 {
        clear: none !important;
    }

    .formulaire_formidable-1 .editer_input_15 {
        margin: 8px 0 30px 0px;
    }

    .aside {
        float: none;
        width: 100%;
    }

    .wrapper .content {
        float: none;
        width: auto;
        margin-left: 0px;
        margin-right: 0px;
    }

    #menu-haut ul.nav li {
        width: 100%;
        margin: 0;
        font-size: .8em;
        padding: 0;
        line-height: 40px;
    }

    #menu-haut ul.nav li a {
        margin-left: 0;
        padding: 0 15px;
        width: 100%;
        box-shadow: none;
        color: #fff;
    }

    #menu-haut .nav ul li:hover,
    #menu-haut .nav li.on:hover {
        padding-bottom: 0;
    }

    #menu-haut .nav ul li.on a {
        box-shadow: none;
    }

    #menu-haut .nav ul li a:hover {
        border: none;
        padding: 0 15px;
    }

    #menu-haut .mes-informations li {
        border-radius: 0;
    }

    #menu-haut .mes-informations {
        width: 100%;
        right: 0;
        top: -30px;
        box-shadow: none;
    }

    #menu-haut .mes-informations li {
        width: 100%;
        margin-bottom: 5px;
    }

    #menu-haut .mes-informations li a {
        padding: 0;
        width: 100%;
        border-radius: 0;
    }

    #menu-haut .mes-informations li:hover {
        background: none;
    }

    #menu-haut .mes-informations li i {
        margin-left: 20px;
    }

    .header #logo {
        margin-top: 30px;
    }

    #container .formulaire_formidable-11 li {
        width: 100% !important
    }

    #sidr li:hover {
        border: none !important;
    }

    #sidr li:hover a {
        box-shadow: inherit !important;
    }

    #footer {
        padding-top: 0;
        background: none;
    }

    #footer .extra {
        display: none;
    }
    #footer .liens {
        text-align: center;
        margin-bottom: 10px;
    }
    #footer .liens li {
        display: inline-block;
        float: none;
    }

    .page_sommaire #footer {
        margin-top: 0;
    }

    #footer .liens .slogan {
        float: none;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .page_simulateur .wrapper {
        padding: 10px;
    }
    .page_simulateur .content select {
        width: auto !important;
    }
}

#numero_telephone {
    font-size: 1em;
    text-align: left;
}

#numero_telephone img {
    vertical-align: middle;
    width: auto;
    height: 25px;
}

.message_dossier_modification {
    position: relative;
    clear: both;
    padding: 5px 5px 5px 5px;
    margin-top: 10px;
    font-size: 12px;
    color: black;
    text-align: center;
    border: 2px solid red;
    background-color: rgba(255, 0, 0, 0.31);

}

/* JQuery-UI : Surcharge Carrefour */
/* En-tête de la Pop-Up de JQuery-UI */
.ui-widget-header {
	background: #65BC49/*{bgColorHeader}*/ url(images/ui-bg_highlight-hard_15_65BC49_1x100.png)/*{bgImgUrlHeader}*/;
	color: #fff/*{fcHeader}*/;
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.png)/*{iconsHeader}*/;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: none;
	background: #65BC49/*{bgColorHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/;
	color: #ffffff/*{fcHover}*/;
}

.ui-widget-overlay{
	background:#2b2922 url(images/ui-bg_flat_15_2b2922_40x100.png) 50% 50% repeat-x;
	opacity:.9;
	filter:Alpha(Opacity=90)
}

/* Custom table */

.wrap-titre-preca-article {
    margin-top: 60px;
}
.wrap-titre-preca-article img {
    vertical-align: middle;
}

.wrap-table-custom {
    text-align: center;
    margin-bottom: 20px;
}

.wrap-table-custom caption {
    background: none;
    font-size: 20px;
    color: #0079bd;
    margin-bottom: 15px;
    font-weight: bold;
}
.wrap-table-custom table {
    border-spacing: 12px 0;
    border-collapse: separate;
}
.wrap-table-custom thead th,
.wrap-table-custom tbody td,
.wrap-table-custom tfoot td {
    border: none;
}
.wrap-table-custom thead th {
    background: #65bc49;
    color: #fff;
    padding: 10px;
    font-weight: normal;
    border-bottom: 12px solid #fff;
    font-weight: bold;
    line-height: 120%;
}
.wrap-table-custom tbody td {
    text-align: center;
    background-color: #e4f0f8;
    font-weight: bold;
}
.wrap-table-custom tbody td {
    text-align: center;
    background-color: #e4f0f8;
}
.wrap-table-custom tbody tr:nth-child(even) td {
    background-color: #b7daef;
}

    .wrap-table-custom.preca caption {
        color: #d8266b;
    }
    .wrap-table-custom.preca thead th {
        background-color: #d8266b;
    }
    .wrap-table-custom.preca tbody tr.odd th,
    .wrap-table-custom.preca tbody tr.odd td {
        background-color: #e3ebf6;
    }
    .wrap-table-custom.preca tbody tr:nth-child(even) td {
        background-color: #bac4d2;
    }


.resume-dossier .liste_des_statuts img {
    max-width: 24px;
    height: auto;
}
.resume-dossier .liste_des_statuts .picto-prime-plus {
    background-size: 100% auto;
    width: 26px;
}

/*////////////////////////////////////////////////////
//    Info (tipsy)
////////////////////////////////////////////////////*/

.Info:before {
    content: "\f059";
    font-family: FontAwesome;
    color: #6D7179;
    font-size: 18px;
}
.formulaire_simulateur .Info:before {
    color: #65bc49;
}
.tipsy img {
    max-width: 100%;
}

.page_dossiercreation .tipsy-inner {
  max-width: 300px; }

.page_simulateur .tipsy-inner {
  max-width: 300px; }


/*//////////////////////////////////////////////////////////////////////////////////
// --------------------------------  REFONTE 2016  --------------------------------
//////////////////////////////////////////////////////////////////////////////////*/

span.br {
    display: block;
}

/*////////////////////////////////////////////////////
//    NAV HEXA
////////////////////////////////////////////////////*/

.NavHexa,
.NavHexa *,
.NavHexa *:before,
.NavHexa *:after {
    box-sizing: border-box;
}

.NavHexa {
    text-align: center;
    margin-bottom: 25px;
}
    .NavHexa-title {
        color: #3c3b3a;
        font-size: 14px;
        text-transform: uppercase;
        text-align: center;
        font-weight: 800;
        margin-bottom: 22px;
        margin-top: 0;
    }

    .NavHexa-elem {
        position: relative;
        z-index: 1;
        display: inline-block;
        vertical-align: top;
        color: #fff;
        font-size: 13px;
        width: 115px;
        line-height: 110%;

        margin: 0 15px;
        padding-top: 75px;
        text-transform: uppercase;
        font-weight: 700;
        height: 130px;

        -webkit-filter: drop-shadow( 0 0 10px rgba(0,0,0,0.2) );
        filter: drop-shadow( 0 0 10px rgba(0,0,0,0.2) );
    }
        .NavHexa-elem:before {
            content: '';
            position: absolute;
            z-index: 2;
            top: 10px;
            left: 0;
            right: 0;
            height: 75px;
            background: no-repeat center 10px;
            display: none;
        }
        .NavHexa-elem .Hexa {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: -1;
        }
        .NavHexa-elem .number {
            position: absolute;
            z-index:2;
            top: 40px;
            left: 0;
            right: 0;
            text-align: center;
            font-size: 25px;
            font-weight: 800;
        }
            .NavHexa-elem > .align-mid {
                position: absolute;
                top: 50%;
                left: 50%;
                width: 80%;
                transform: translate(-50%,-50%);
            }

        .NavHexa-elem.profil:before {
            background-image: url('../img/menu-client/profil.png');
            display: block;
        }
        .NavHexa-elem.dossier:before {
            background-image: url('../img/menu-client/dossier.png');
            display: block;
        }
        .NavHexa-elem.gerer-dossier:before {
            background-image: url('../img/menu-client/gerer-dossier.png');
            display: block;
        }
        .NavHexa-elem.mes-simulations:before {
            background-image: url('../img/menu-client/mes-simulations.png');
            display: block;
        }

/*////////////////////////////////////////////////////
//    Intro CREATION DOSSIER
////////////////////////////////////////////////////*/

.IntroCreaDossier {
    font-size: 14px;
    font-weight: 800;
}
    .IntroCreaDossier small {
        font-size: 12px;
        font-weight: normal;
        font-style: italic;
    }

.formulaire_dossier_creation #infos_precarite .desc {
    position: relative;
    padding-left: 100px;
    min-height : 70px;
    padding-top: 15px;
}
.formulaire_dossier_creation #infos_precarite .desc:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 70px;
    border-right: 1px solid #d8266b;
    background: url('../img/icon-bonus.png') no-repeat left center;
}
.formulaire_dossier_creation #infos_precarite .desc strong {
    font-size: 16px;
    font-weight: 700;
}

.picto-prime-plus {
    display: inline-block;
    background: url('../img/prime-plus.png') no-repeat center;
    width: 35px;
    height: 24px;
    vertical-align: middle;
    text-indent: -9999em;
    text-align: left;
    overflow: hidden;
    position: relative;
    top: -2px;
}



/*////////////////////////////////////////////////////
//    Hexa
////////////////////////////////////////////////////*/

#gd-teal .degrade-top {
    stop-color: #2beae3;
}
#gd-teal .degrade-bot {
    stop-color: #21c8c2;
}
#gd-pink .degrade-top {
    stop-color: #e8528d;
}
#gd-pink .degrade-bot {
    stop-color: #d2145e;
}
#gd-orange .degrade-top {
    stop-color: #f7ac42;
}
#gd-orange .degrade-bot {
    stop-color: #e58f15;
}
#gd-green .degrade-top {
    stop-color: #93ee75;
}
#gd-green .degrade-bot {
    stop-color: #7bcf5d;
}
#gd-violet .degrade-top {
    stop-color: #ad3da1;
}
#gd-violet .degrade-bot {
    stop-color: #873c7b;
}
/*////////////////////////////////////////////////////
//    Home
////////////////////////////////////////////////////*/

.page_sommaire #container {
    max-width: inherit;
}

.page_sommaire #contenu,
.page_sommaire #contenu *,
.page_sommaire #contenu *:before,
.page_sommaire #contenu *:after {
    box-sizing: border-box;
}

.HomeBanner {
    background: #f1f5f8 url('../img/bg-home-banner.jpg') no-repeat center;
    background-size: cover;
    padding: 30px 20px 155px;
}
    .HomeBanner-title {
        font-weight: 800;
        color: #161616;
        line-height: 120%;
        font-size: 32px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
        .HomeBanner-title strong {
            color: #3d77c5;
            font-weight: 800;
        }
        .HomeBanner-title sup {
            font-size: 75%;
            position: relative;
            top: -5px;
        }

@media (max-width: 640px) {
    .HomeBanner {
        padding: 0px 0 65px;
    }
    .HomeBanner-title {
        font-size: 24px;
    }
}


.CompteFidelite {
    /*padding: 20px 0px 20px 120px;*/
    padding: 105px 0 0 0;
    color: #3d77c5;
    font-weight: bold;
    background: url('../img/carte-fidelite.png') no-repeat left top;
    min-height: 72px;
    margin-bottom: 35px;
    font-size: 14px;
}
@media (max-width: 640px) {
    .CompteFidelite {
        background-color: rgba(255,255,255,0.7);
        background-position: 10px center;
        padding: 35px 0px 35px 170px;
        border-radius: 5px;
    }
}

.WrapAccelerateurs {
    text-align: center;
    margin-top: -75px;
}

.Accelerateur {
    display: inline-block;
    position: relative;
    width: 218px;
    height: 242px;
    z-index: 1;
    padding: 130px 20px 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 600;

    transition: .2s ease-out;
    text-decoration: none !important;

    -webkit-filter: drop-shadow( 0 0 10px rgba(0,0,0,0.5) );
    filter: drop-shadow( 0 0 10px rgba(0,0,0,0.5) );
}
    .Accelerateur:hover {
        transform: scale(1.05) translate3d(0, -10px, 0);
    }
    .Accelerateur:hover:active {
        transform: scale(1.03) translate3d(0, -10px, 0);
    }
    .Accelerateur .Hexa {
        position: absolute;
        top: 20px;
        left: 20px;
        right: 20px;
        max-width: 178px;
        z-index: -1;
    }
    .Accelerateur:before {
        content: '';
        position: absolute;
        top: 50px;
        height: 85px;
        left: 0;
        right: 0;
        z-index: 2;
        background: url('../img/accelerateurs/sprite-accelerateurs.png') no-repeat center;
    }
        .Accelerateur.demarche:before {
            background-position-y: 0px;
        }
        .Accelerateur.simulez:before {
            background-position-y: -77px;
        }
        .Accelerateur.inscrivez:before {
            background-position-y: -160px;
        }
        .Accelerateur.financez:before {
            background-position-y: -235px;
        }

    .Accelerateur:after {
        content: '';
        position: absolute;
        bottom: 25px;
        height: 32px;
        left: 0;
        right: 0;
        background: no-repeat center url('../img/accelerateurs/arrow.png');
        z-index: 3;
    }

    @media (max-width: 900px) {
        .WrapAccelerateurs {
            margin-bottom: 0;
        }
        .Accelerateur {
            font-size: 14px;
            width: 170px;
            height: 205px;
            padding: 110px 10px 10px;
        }
            .Accelerateur:before {
                top: 30px;
            }
            .Accelerateur .Hexa {
                top: 10px;
                left: 10px;
                right: 10px;
                max-width: 150px;
            }
    }

    @media (max-width: 720px) {
        .Accelerateur {
            margin: 0 -10px;
        }
    }

    @media (max-width: 640px) {
        .WrapAccelerateurs .container:after {
            content: '';
            display: block;
            clear: both;
        }
        .Accelerateur {
            width: 140px;
            height: 155px;
            font-size: 12px;
            padding-top: 95px;
            margin: 0 0 5px;
            padding: 95px 5px 5px;
        }
            .Accelerateur:before {
                transform: scale(0.70);
                top: 25px;
            }
        .Accelerateur .Hexa {
            max-width: 140px;
            left: 50%;
            transform: translateX(-50%);
        }
        .Accelerateur:after {
            bottom: 0;
        }
    }

.HomeBlocks {
    overflow: hidden;
    padding-top: 20px;
}

    .HomeBlocks-wrapElems {
        margin: 0 -1%;
    }
    .HomeBlocks-elem {
        position: relative;
        border-radius: 3px;
        background-color: #fff;
        box-shadow: 0px 0px 25px 0px rgba(61, 61, 63, 0.15);
        width: 48%;
        margin: 0 1% 2%;
        float: left;
        padding: 30px 30px 70px;
    }
        .HomeBlocks-elem.full {
            width: auto;
            float: none;
            clear: both;
        }
    .HomeBlocks-wrapBtn {
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 15px;
    }

@media (max-width: 640px) {
    .HomeBlocks {
        padding-top: 0;
    }
    .HomeBlocks-wrapElems {
        margin: 0;
    }
    .HomeBlocks-elem {
        margin: 0 0 10px;
        width: auto;
        float: none;
    }
}

.Actus {
    padding-bottom: 30px;
    min-height: 539px;
    margin-left:2%;
    width: 47%;
}
@media (max-width: 640px) {
    .Actus {
        width: 100%;
        margin: 2% 0;
    }
}
    .Actus-title {
        color: #82d866;
        text-transform: uppercase;
        font-weight: 800;
        text-align: center;
        font-size: 25px;
        margin-bottom: 10px;
    }

    .Actus-subtitle {
        text-align: center;
        margin-bottom: 30px;
    }

    .Actus-pic {
        text-align: center;
    }
    .Actus-pic img {
        max-width: 100%;
        margin: 35px auto;
    }
    .Actus p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .Actus-slider.slick-slider {
        margin-bottom: 0;
    }

    .Actus-wrapDots {
        margin-bottom: 15px;
    }

        .Actus .slick-dots {
            position: relative;
            bottom: 0;
        }
        .Actus .slick-dots li {
            width: auto;
            height: auto;
        }
        .Actus .slick-dots li button {
            border: 1px solid #b8b8b8;
            border-radius: 50%;
            padding: 0;
            width: 12px;
            height: 12px;
        }
        .Actus .slick-dots li button:before {
            display: none;
        }
        .Actus .slick-dots li.slick-active button {
            background-color: #82d866;
            box-shadow: 0px 0px 3px 0px rgba(130, 216, 102, 0.8);
            border-color: transparent;
        }

@media (max-width: 900px) {
    .Actus {
        min-height: 532px;
    }
}
@media (max-width: 640px) {
    .Actus {
        min-height: initial;
    }
}


.Actu {
    font-size: 14px;
    position: relative;
    padding-bottom: 70px;
}
    .Actu-date {
        color: #82d866;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .Actu-title {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 20px;
        color: #303030;
    }

    .Actu img {
        max-width: 100%;
        height: auto;
    }

.ExemplePrime {
    font-size: 16px;
    min-height: 276px;
    padding: 30px 30px 90px;
    width: 48%;
}
@media (max-width: 640px) {
    .ExemplePrime {
        width: 100%;
    }
}
    .ExemplePrime .ExemplePrime-cdp {
        text-align: center;
        margin-right: 12%;
        margin-top: 15px;
    }
    @media (max-width: 978px) {
        .ExemplePrime .ExemplePrime-cdp {
            margin-right: 0;
        }
    }
    .ExemplePrime .ExemplePrime-text {
        margin-bottom: 0;
    }
    .ExemplePrime .ExemplePrime-cdp p {
        text-align: right;
        margin-bottom: 0;
    }
    @media (max-width: 978px) {
        .ExemplePrime .ExemplePrime-cdp p {
            text-align: center;
        }
    }
    .ExemplePrime .ExemplePrime-cdp p:nth-child(2) {
        margin-top: -5px;
    }
    @media (max-width: 978px) {
        .ExemplePrime .ExemplePrime-cdp p:nth-child(2) {
            margin-top: -40px;
        }
    }
    .ExemplePrime .ExemplePrime-cdp img {
        width: 170px;
        margin-left: 25px;
        display: inline-block;
    }
    .ExemplePrime .ExemplePrime-cdp span.prime {
        font-weight: 800;
        color: #82d866;
        font-size: 45px;
        padding-left: 20px;
    }
    .ExemplePrime .ExemplePrime-cdp span.grace-au {
        display: inline-block;
        vertical-align: top;
        margin-top: 20px;
    }
    @media (max-width: 978px) {
        .ExemplePrime .ExemplePrime-cdp span.prime, .ExemplePrime .ExemplePrime-cdp span.grace-au {
            display: block;
        }
    }
    .ExemplePrime .ExemplePrime-cdp span.prime sup {
        font-weight: normal;
        font-size: 25px;
    }
    .ExemplePrime .HomeBlocks-wrapBtn {
        bottom: 25px;
    }

        .ExemplePrime-text strong {
            color: #3d77c5;
        }

    .ExemplePrime-prix {
        padding-left: 55px;
        min-height: 48px;
        background: url('../img/prime-coffre.png') left 1px no-repeat;
    }
    .ExemplePrime-montant {
        font-size: 48px;
        float: left;
        margin-right: 20px;
        line-height: 100%;
        color: #3d77c5;
    }
        .ExemplePrime-montant p {
            margin-bottom: 0;
        }
        .ExemplePrime-montant sup {
            font-size: 22px;
            position: relative;
            top: -3px;
        }
    .ExemplePrime-primePlus {
        padding-top: 3px;
        line-height: 130%;
    }
        .ExemplePrime-primePlus strong {
            color: #3d77c5;
            font-size: 25px;
        }

        .ExemplePrime-primePlus strong sup {

            font-size: 60%;
        }

    @media (max-width: 900px) {
        .ExemplePrime-montant {
            float: none;
            margin: 0;
        }
        .ExemplePrime-prix {
            background-position: left 8px;
        }
    }

.VideoHome {
    padding: 5px;
    width: 48%;
}
@media (max-width: 640px) {
    .VideoHome {
        width: 100%;
    }
}
    .VideoHome-visuel {
        width: 100%;
        height: auto;
        display: block;
    }

.TypesTravaux {
    text-align: center;
    padding: 50px 0;
}
    .TypesTravaux-wrapImg {
        position: relative;
        padding: 4% 0 0;
        max-width: 861px;
        margin: 0 auto;
        width: 100%;
    }
        .TypesTravaux-wrapImg img {
            display: block;
            margin: 0 auto;
            max-width: 100%;
            height: auto;
        }

    .TypesTravaux-link {
        position: absolute;
        top: 0;
        color: #303030;
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 800;
        text-decoration: none !important;
        text-align: left;
        line-height: 120%;
    }
        .TypesTravaux-link.energies-renouvelables {
            top: 0;
            left: 1.5%;
        }
        .TypesTravaux-link.isolation {
            top: 0.5%;
            right: 26%;
        }
        .TypesTravaux-link.ouvertures {
            top: 25.5%;
            right: 0;
        }
        .TypesTravaux-link.chauffage {
            top: 86%;
            left: 3.5%;
        }
        .TypesTravaux-link.ventilation {
            top: 82%;
            right: 26.5%;
        }

        .TypesTravaux-link:hover {
            color: #3d77c5;
        }

        @media (max-width: 860px) {
            .TypesTravaux-link {
                font-size: 2.5vw;
            }
        }

.page_sommaire .asterisque {
    font-size: 11px;
    margin: 0 1%;
}

/*////////////////////////////////////////////////////
//    MENU CLIENT
////////////////////////////////////////////////////*/

.is_client #menu-compte,
.is_client #menu-compte *,
.is_client #menu-compte *:before,
.is_client #menu-compte *:after {
    box-sizing: border-box;
}

.is_client #menu-compte {
    background: none;
    margin-left: 0;
    margin-bottom: 35px;
}
.is_client #menu-compte li {
    border: none;
}
.is_client #menu-compte li:hover {
    background: none;
}
.is_client #menu-compte li.active {
    padding-top: 20px;
}
.is_client #menu-compte li a:hover {
    background: none;
}
.is_client #menu-compte li a {
    line-height: 120%;
    height: 130px;
    font-weight: 800;
    margin-bottom: 0;
    font-size: 13px;
    text-align: center;
    padding: 75px 0 0;
}
.is_client #menu-compte li .NavHexa-elem {
    transition: .2s ease-out;
}
.is_client #menu-compte li .NavHexa-elem:hover {
    transform: scale(1.05);
}

/*////////////////////////////////////////////////////
//    INSCRIPTION REUSSIE
////////////////////////////////////////////////////*/

.WrapLinkMail {
    margin-top: 40px;
    text-align: center;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
    .WrapLinkMail-elem {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;

        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

/*////////////////////////////////////////////////////
//    Ecran Mes Simulations
////////////////////////////////////////////////////*/

.table-messimulations {
    width: 100%;
    margin-top: 40px;
    text-align: center;
}
.table-messimulations .btn-voir {
    display: inline-block;
    transition: .2s ease-out;
}
    .table-messimulations .btn-voir:hover,
    .table-messimulations .btn-voir:focus {
        opacity: .7;
    }
    .table-messimulations .btn-voir img {
        vertical-align: top;
    }
        .table-messimulations .btn-voir.loading {
            width: 16px;
            height: 16px;
            background: no-repeat center url('../img/ajax-loader.gif');
        }
            .table-messimulations .btn-voir.loading img {
                display: none;
            }

.Popup {
    position: relative;
    background: #FFF;
    padding: 40px 40px 20px;
    width: auto;
    max-width: 80%;
    margin: 20px auto;
}
    .Popup-title {
        color: #3a3a3b;
        font-size: 28px;
        text-align: center;
    }
    .Popup-btns {
        text-align: center;
        margin-top: 20px;
    }
    .Popup-btns .close-pop {
        width: 150px;
    }

.RecapPopup {
    max-width: 930px;
    margin: 0 auto;
}
    .RecapPopup .infos-prime {
        float: right;
        margin-top: 20px;
        width: 70%;
    }

.RecapPopup #recap-projet {
}
.RecapPopup #recap-prime {
    margin-top: 0;
    padding-top: 0;
}
.RecapPopup #informations {
    margin: 0;
}

.RecapPopup #value-primebonus.has-prime {
    display: block;
}

@media (max-width: 640px) {
    .Popup-title {
        font-size: 22px;
    }
    .RecapPopup .infos-prime {
        width: auto;
        float: none;
        clear: both;
    }
}

/*////////////////////////////////////////////////////
//    FOOTER
////////////////////////////////////////////////////*/

#footer,
#footer *,
#footer *:before,
#footer *:after {
    box-sizing: border-box;
}

.Reassurance {
    background: #82d866;
    color: #fff;
}
    .Reassurance-elem {
        float: left;
        width: 25%;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 140%;
        font-size: 14px;
        border-right: 1px solid #fff;
        padding: 15px 10px 10px;
        text-align: center;
        height: 140px;
        color: #fff;

    }
    .Reassurance-elem:hover {
        background-color: #9dde84;
        text-decoration: none;
    }
        .Reassurance-elem.question {
            border-left: 1px solid #fff;
            padding-top: 10px;
        }
        .Reassurance-elem.question .title {
            display: block;
            padding: 20px 0 20px 65px;
            min-height: 42px;
            background: no-repeat url('../img/reassurance/question.png') 15px 2px;
        }
        .Reassurance-elem.question .text {
            font-size: 12px;
            text-transform: none;
            line-height: 140%;
            margin-bottom: 0;
        }

        .Reassurance-elem.inscription {
            background-position: center 20px;
            background-size: 38px;
        }

        .Reassurance-elem-picto {
            width: 38px;
            height: 50px;
            display: block;
            margin: 0 auto 15px;
            background: url('../img/reassurance/sprite-reassurance.png') no-repeat center;
        }

        .Reassurance-elem-picto.inscription {
            background-position: left center;
            float: none;
        }

        .Reassurance-elem-picto.travaux {
            background-position: -43px center;
        }

        .Reassurance-elem-picto.rembourse {
            background-position: -86px center;
        }

    @media (max-width: 900px) {
        .Reassurance img {
            max-width: 100%;
            height: auto;
        }
    .Reassurance-elem.question .title {
        padding: 10px 0 10px 65px;
        background-size: 55px auto;
        background-position: 5px 9px;
    }
}

.colophon-left {
    float: left;
}
.colophon-right {
    float: right;
}

@media (max-width: 640px) {
    #footer .colophon {
        margin: 20px 0;
    }
    .colophon-left,
    .colophon-right {
        float: none;
        text-align: center;
    }
}

#footer .colophon .liens li {
    margin-right: 4px;
}

#footer .colophon li a {
    color: #282828;
    text-decoration: underline;
}

#footer .colophon .liens li:before {
    content: '-';
    display: inline-block;
    margin: 0 10px;
}

#footer .colophon .liens li:first-child:before {
    display: none;
}

#footer .icon-rs {
    display: inline-block;
    text-indent: -9999em;
    text-align: left;
    overflow: hidden;
    vertical-align: middle;
    height: 35px;
    width: 35px;
    background: url('../img/rs-footer/sprite-rs.png') no-repeat;
    margin: 0 10px;
}
    #footer .icon-rs:hover {
        opacity: 0.7;
    }

    #footer .icon-rs.facebook { background-position: center 3px; width: 14px; }
    #footer .icon-rs.googleplus { background-position: center -30px; width: 32px;  }
    #footer .icon-rs.instagram { background-position: center -65px; width: 34px;  }
    #footer .icon-rs.pinterest { background-position: center -103px; width: 26px;  }
    #footer .icon-rs.twitter { background-position: center -137px; width: 34px;  }
    #footer .icon-rs.youtube { background-position: center -170px; width: 34px;  }

.slogan-footer {
    font-weight: 800;
    font-size: 14px;
    clear: both;
    color: #282828;
}
    .colophon-right .rs {
        display: inline-block;
        text-align: right;
    }
        .colophon-right .rs li {
            display: inline-block;
        }

#logo-ee-wrapper > div{
    display: inline-block;
}

#logo-ee-wrapper > div:first-child{
    width: 52%;
}

#logo-ee-wrapper > div:nth-child(2){
    vertical-align: top;
    font-size: 22px;
    font-weight: 700;
    padding-left: 25px;
    padding-top: 10px;
}

#logo-ee-wrapper .coup-de-pouce{
    color: #d8266b;
}

#logo-ee-wrapper img{
    width: 100%;
}

@media screen and (max-width: 900px) {
    #logo-ee-wrapper > div:first-child{
        width: 65%;
    }
}

@media screen and (max-width: 640px) {
    #logo-ee-wrapper{
        text-align: center;
    }
}

.page_dossiercreation #logo-ee-wrapper > div:nth-child(2){
    font-size: 18px;
}

/* Travaux éligibles */
.cdp-encadre {
    padding: 20px;
    margin: 15px auto;
    background-color: #3d77c5;
    color: #ffffff;
}
.cdp-encadre  p {
    font-size: 14px;
    margin-bottom: 7px;
}
.cdp-encadre  ul {
    margin-bottom: 0;
    margin-left: 30px;
}

.icon-text-cdp {
    display: inline-block;
    vertical-align: middle;
}

.icon-text-cdp img {
    max-height: 100px;
    width: auto;
    max-width: 100%;
}

.icon-text-cdp span {
    max-width: 150px;
    height: auto;
}

.icon-text-cdp + p {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
}

.formulaire_changer_statut_dossier form fieldset, {
    overflow: visible;
}
.formulaire_changer_statut_dossier form .fieldset .editer_dossier_siren_sous_traitant li {
    margin-bottom: 0;
}
.formulaire_changer_statut_dossier form .fieldset_dossier_installateur {
    width: 100%;
    padding: inherit;
    clear: both;
}