@charset "utf-8";

/*@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);*/
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');



/*********/
/* reset */
/*********/

* {
    margin: 0;
    padding: 0;
    /*font-family: "Helvetica,Arial,sans-serif;";
        font-size: 14px;
        font-weight:400;*/
    line-height:1.5;
}
body,html{height:100%}
body{
    background: #fff;
    background-color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight:400;
    font-size: 16px;
}




/********************/
/* elements de base */
/********************/

p {
    text-align: justify;
    line-height: 150%;
    padding: 1%;
    padding-left: 0;
}

a {
    color: #004294;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #cf0909;
    text-decoration: none;
}
a.white:hover {
    color: #ffffff;
    text-decoration: none;
}
a.faq {
    color: #000066;
    text-decoration: none;
}
a.linkCerfa {
    text-decoration: none;
}

textarea {
    resize: none;
}

ul {
    margin: 15px;
}

blockquote {
    font-size: 16px;
    margin: 0 0 5px 0;
}

img {
    border: 0;
}

input, select {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

h1 {
    padding: 8px 15px;
    /*margin-top: 5px;*/
    margin-bottom: 10px;
    font-size: 28px;
    clear: left;
    /*border-bottom: #000 solid 1px;*/
    background-color: #004294;
    color: white !important;
    font-weight: 100;
}
h2 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    clear: both;
    /*color: #373737;*/
    color: #004294;
    margin-top: 10px;
    margin-bottom: 20px;
}
h2 {
    border-bottom: 1px solid #004294;
    margin-top: 30px;
    margin-bottom: 20px;
}
h3 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    clear: left;
    color: #373737;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.no_margin {
    margin: 0 !important;
}
.no_border {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}
.majuscules{text-transform:uppercase}
.capitalize{text-transform:capitalize}
.cleaner{clear:both}
.erreur, .rouge{color:red}

.shadow {
    border: 1px solid #e2e2e2;
}

ol.list-with-padding {
    padding-left: 15px;
}

.spacer {
    clear: both;
    height: 13px;
}

.vu_mobile {
    display: none;
}





/**********/
/* header */
/**********/

#header {
    width: 100%;
    background-color: #fff;
}
#header_wrapper {
    z-index: 1000;
}
#header_fond {
    background-image: url(https://www.carte-grise.org/images_site/new-image/image_header.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #fff;
    height: 83px;
    background-size: 60%;
}
.reassurance-wrapper {
    padding-top: 10px;
    margin: auto 2rem;
}
.reassurance-wrapper p {
    padding: 0 !important;
}
.reassurance-wrapper .reassurance-title {
    font-weight: 600;
    font-size: 1.1em;
    color: #747474;
}
.reassurance-wrapper .reassurance-subtitle {
    font-weight: 500;
    font-size: 1em;
    color: #747474;
}
@media screen and (max-width: 767px) {
    #header_wrapper {
        position: absolute;
        top: 0;
    }
    #header_fond {
        background: none;
        max-height: 55px;
    }
    #header_fond img {
        height: 50px;
    }
}




/***************************************/
/* Mega menu css responsive bootstrap3 */
/***************************************/

.dropdown-large {
    position: static !important;
    font-size: 16px;
}
.dropdown-large.right {
    float: right;
}
.dropdown-large > a {
    border-left: #ccc dashed 1px;
}
.dropdown-large > a:hover {
    color: #ffffff !important;
    background-color: #004294 !important;
}
.dropdown-large:first-child > a,
    /*.dropdown-large.right > a,*/
.dropdown-large:nth-last-child(-n + 1) > a {
    border-left: none;
}
@media (min-width: 768px) {
    .dropdown-large:first-child > a {
        padding-left: 0 !important;
    }
}
.dropdown-large > ul {
    left:auto;
}
.navbar-nav {
    width: 100%;
}
.navbar-nav > li > a {
    color: #004294 !important;
}
.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
}
.dropdown-menu-large > li > ul > li {
    list-style: none;
}
.dropdown-menu-large > li > ul > li > a,
.dropdown-menu-large > li > ul > li > span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight:300;
    line-height: 1.428571429;
    color: #004294;
    white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > span:hover,
.dropdown-menu-large > li ul > li > a:focus,
.dropdown-menu-large > li ul > li > span:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu-large .dropdown-header {
    color: #428bca;
    /*color: #f89c2f;*/
    font-size: 18px;
    margin-bottom: 15px;
    /*font-weight: bold;*/
}
@media (max-width: 768px) {
    .dropdown-menu-large {
        margin-left: 0 ;
        margin-right: 0 ;
    }
    .dropdown-large.right {
        float: none;
    }
    .dropdown-large:first-child > a,
    .dropdown-large.right > a {
        border-left: #ccc dashed 1px;
    }
    .dropdown-menu-large > li {
        margin-bottom: 30px;
    }
    .dropdown-menu-large > li:last-child {
        margin-bottom: 0;
    }
    .dropdown-menu-large .dropdown-header {
        padding: 3px 15px !important;
    }
    .navbar-nav {
        margin: 7.5px;
    }
}

.header_barre_bleue_claire {
    width: 100%;
    height: 2px;
    background-color: #004294;
}





/**************/
/* fil ariane */
/**************/

.breadcrumbs {
    margin: 15px 0;
    font-size: 11px;
}
.breadcrumbs a {
    font-size: 12px;
}
.breadcrumbs span {
    font-size: 12px;
}




/***************/
/* obfuscation */
/***************/

.qcd {color:#19559e;text-decoration:none}
.qcd:hover {color:#999;text-decoration: underline;cursor: pointer;}
#footer .qcd {color: white;}
#footer .qcd:hover {text-decoration: none;}
.call_to_action a, .call_to_action_expand_link a{color:#FFF; font-size:20px; text-decoration:none}



/*******************/
/* box info exclam */
/*******************/

.border_info_exclam {
    border: 2px solid #004294;
    margin-bottom: 20px;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.info_exclam {
    width: 70px;
    background-color: #004294;
    line-height: 22px;
    color: white;
    text-align: center;
    font-weight: bold;
    float: left;
    margin-right: 5px;
    border-radius: 0 0 5px 0;
}
.title_info_exclam {
    float: left;
    padding: 4px;
    font-weight: bold;
    color: #004294;
}
.txt_info_exclam {
    font-style: italic;
    text-align: justify;
    padding: 15px;
}




/**********/
/* footer */
/*********/

#prefooter {
    width: 100%;
    margin-top: 20px;
    background-color: #dddddd;
    padding: 20px 0;
}
#footer {
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: #004294 !important;
    padding-bottom: 20px;
}
#footer a {
    color: white;
}
@media screen and (max-width: 1065px) {
    #footer {
        padding-bottom: 150px;
    }
}





















<!-- elements bootstrap4 utilisés sur page lexique et actus -->
.rounded-0 {
    border-radius: 0!important;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}























#content,
.content {
    position: relative;
    width: 70%;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.img-demarches {
    background-image: url(https://www.carte-grise.org/images_site/demarches/sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
}
.img-demarche-cession {
    width: 70px;
    height: 70px;
    background-position: -5px -5px;
}
.img-demarche-changement_adresse {
    width: 70px;
    height: 70px;
    background-position: -85px -5px;
}
.img-demarche-changement_proprietaire {
    width: 70px;
    height: 70px;
    background-position: -165px -5px;
}
.img-demarche-duplicata {
    width: 70px;
    height: 70px;
    background-position: -245px -5px;
}
.img-demarche-critair {
    background-image: url(https://www.carte-grise.org/images_site/demarches/critair.png);
    width: 70px;
    height: 70px;
}
.img-demarche-assurance {
    background-image: url(https://www.carte-grise.org/images_site/demarches/assurance.png);
    width: 70px;
    height: 70px;
}
.img-demarche-telephone {
    width: 225px;
    height: 70px;
    background-image: url(https://www.carte-grise.org/images_site/0899869393/0899_86_93_93.png);
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.bloc_formulaires,
.blocs_demarches {
    width: 100%;
    margin: 0 0% 20px 0;
    padding: 2%;
    float: left;
    border: solid 1px #bdbdbd;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.bloc_formulaires_left,
.bloc_demarches_left {
    width: 48%;
    margin-bottom: 20px;
    padding: 1%;
    float: left;
    border: solid 1px #bdbdbd;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.bloc_formulaires_right,
.bloc_demarches_right {
    width: 48%;
    margin-bottom: 20px;
    padding: 1%;
    float: right;
    border: solid 1px #bdbdbd;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.blocs_demarches,
.bloc_demarches_left,
.bloc_demarches_right {
    line-height: 30px;
}

.blocs_demarches h3,
.bloc_demarches_left h3,
.bloc_demarches_right h3 {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 14px;
}

.bloc_formulaires_ligne_1 {
    min-height: 220px;
}

.bloc_formulaires_ligne_2 {
    min-height: 115px;
}

.bloc_formulaires_ligne_3 {
    min-height: 155px;
}

.bloc_demarches_ligne_1 {
    min-height: 315px;
}

.bloc_demarches_ligne_2 {
    min-height: 230px;
}

@media screen and (max-width: 1273px) {
    .bloc_formulaires_ligne_1 {
        min-height: 235px;
    }

    .bloc_formulaires_ligne_2 {
        min-height: 135px;
    }

    .bloc_formulaires_ligne_3 {
        min-height: 155px;
    }
}

@media screen and (max-width: 1136px) {
    .bloc_formulaires_ligne_1 {
        min-height: 270px;
    }
    .bloc_formulaires_ligne_2 {
        min-height: 150px;
    }
    .bloc_formulaires_ligne_3 {
        min-height: 180px;
    }
}

@media screen and (max-width: 780px) {
    .bloc_formulaires_ligne_1,
    .bloc_formulaires_ligne_2,
    .bloc_formulaires_ligne_3,
    .bloc_demarches_ligne_1,
    .bloc_demarches_ligne_2 {
        min-height: 0px;
    }
}

@media screen and (max-width: 1158px) {
    .bloc_formulaires_left,
    .bloc_formulaires_right {
        text-align: left;
    }
}

@media screen and (max-width: 780px) {
    .bloc_formulaires_left,
    .bloc_formulaires_right,
    .bloc_demarches_left,
    .bloc_demarches_right {
        width: 94%;
        margin: 0 1% 10px 1%;
    }
}








.colonne_champ_nomenclature {
    width: 100px;
    padding-left: 5px;
}

.numero_telephone {
    width: 225px;
    height: 29px;
    background-image: url(https://www.carte-grise.org/images_site/0899869393/0899_86_93_93.png);
    margin: auto;
}

#resultat {
    background-color: #ff0000;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    width: auto;
    padding: 5px;
    display: none;
}





.pdf-big,
a.pdf,
a.zoom,
.download {
    background: url(https://www.carte-grise.org/images_site/new-image/sprites_v2.png) no-repeat;
}

a.fleche::before {
    content: "\21D2";
    margin-right: 5px;
    font-weight: bold;
}
a.pdf {
    background-position: -31px -231px;
    width: 16px;
    height: 16px;
    padding-left: 20px;
}
a.zoom {
    background-position: -33px -198px;
    width: 16px;
    height: 16px;
    padding-left: 20px;
}
.pdf-big {
    background-position: -27px -258px;
    width: 25px;
    height: 27px;
}
.download {
    background-position: -15px -303px;
    width: 40px;
    height: 40px;
}








#center {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    display: inline-block;
}



#p_home_ants {
    margin: 30px -2% 0 2%;
    text-align: center;
}
@media screen and (max-width: 1220px) {
    #p_home_ants {
        margin: 30px 4% 0 2%;
        font-size: 18px;
    }
}



#choix_demarche h2 {
    color: #004294;
    font-weight: bold;
    border-bottom: none;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-top: 15px;
    text-align: center;
}

#choix_demarche h2::before {
    content: "";
    padding: 0;
    margin-right: 0;
    vertical-align: top;
    background: none;
}

#choix_demarche h3 {
    text-align: center;
    padding: 5px;
}

.demarche_bouton_fonce {
    text-align: center;
    width: 29%;
    margin: 2%;
    background-color: #004294;
    border-radius: 2px;
    float: left;
    padding: 10px 0;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #018dc4;
}

.demarche_bouton_clair {
    width: 28%;
    margin: 2%;
    border: 1px solid #000;
    height: 78px;
    background-color: #71a0d8;
    border-radius: 10px;
    float: left;
}

.demarche_bouton_blanc {
    width: 28%;
    margin: 2%;
    border: 1px solid #000;
    height: 78px;
    background-color: #fff;
    border-radius: 10px;
    float: left;
}

.demarche_bouton_clair:hover {
    background-color: #b20808;
}

.demarche_bouton_fonce:hover {
    background-color: #0092dd;
}

.demarche_bouton_blanc:hover {
    width: 28%;
    margin: 2%;
    border: 1px solid #000;
    background-color: #b20808;
    border-radius: 10px;
    float: left;
}

.demarche_bouton_fonce h3 {
    color: #fff;
    margin: 0;
    font-size: 16px;
}

.demarche_bouton_clair h3 {
    color: #fff;
    margin: 0;
    font-size: 17px;
}

.demarche_bouton_blanc h3 {
    color: #000;
    margin: 0;
    font-size: 17px;
}

.demarche_bouton_blanc h3:hover {
    color: #fff;
}

@media screen and (max-width: 1220px) {
    .demarche_bouton_fonce {
        height: 120px;
    }
}

.btn-custom {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .btn-custom {
        transition: none;
    }
}

.btn-custom:hover {
    color: #212529;
    text-decoration: none;
}

.btn-custom:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.btn-custom:disabled {
    opacity: .65;
}

.btn-outline-custom {
    color: #343a40;
    border-color: #343a40;
    font-weight: bold;
}

.btn-outline-custom:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-custom:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}

.btn-outline-custome:disabled {
    color: #343a40;
    background-color: transparent;
}


/*! CSS Used from: https://getbootstrap.com/docs/4.6/assets/css/docs.css */

.button_animated {
    display: inline-block;
    border-radius: 4px;
    background-color: #f4511e;
    color: #ffffff;
    text-align: center;
    font-size: 28px;
    padding: 20px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    height: 40px;
    width: 290px;
    background-color: #004294;
    padding: 0;
    font-size: 16px;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    text-shadow: -1px -1px 0 rgba(15, 73, 168, 0.66);
    border: 1px solid #018dc4;
}

.button_animated span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    font-size: 16px;
    padding: 10px;
}

.button_animated span:after {
    content: "\00bb";
    position: absolute;
    opacity: 0;
    top: 10px;
    right: -20px;
    transition: 0.5s;
}

.button_animated:hover span {
    padding-right: 20px;
    color: white;
}

.button_animated:hover span:after {
    opacity: 1;
    right: 0;
    color: white;
}

.bloc_fond_blanc_centre {
    margin-top: 30px;
    padding: 10px 0 10px 2%;
    width: 100%;
    margin: 20px auto;
}

.bloc_demarche {
    width: 25%;
    float: left;
}

.content_bloc_demarche {
    background-color: #004294;
    text-align: center;
    color: #fff;
    margin: 0 10px;
    padding: 30px 0;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #018dc4;
}

.content_bloc_demarche_ligne2 {
    background-color: #aabdd4;
    text-align: center;
    color: #fff;
    margin: 0 10px;
    padding: 30px 0;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #018dc4;
}

.content_bloc_demarche_action {
    background-color: #004294;
    text-align: center;
    color: #fff;
    margin: 0 10px;
    padding: 30px 0;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #018dc4;
    margin-top: 5px;
    background-color: #e2e2e2;
    color: #004294;
    padding: 10px 0;
    cursor: pointer;
}

.content_bloc_demarche:hover {
    background-color: #0092dd;
}

.content_bloc_demarche_ligne2:hover {
    background-color: #0092dd;
}

.content_bloc_demarche_action:hover {
    background-color: #0092dd;
    color: #fff;
}

.title_bloc_demarche {
    font-size: 17px;
    margin-top: 10px;
    color: #fff;
}

.title_bloc_demarche_action {
    font-size: 16px;
    text-shadow: none;
    font-weight: bold;
}

.subtitle_bloc_demarche {
    margin-top: 5px;
    font-size: 12px;
    color: #fff;
}

@media screen and (max-width: 1355px) {
    .content_bloc_demarche,
    .content_bloc_demarche_ligne2 {
        height: 160px;
    }

    .title_bloc_demarche {
        /*height: 55px;*/
        margin: 0;
    }

    .title_bloc_demarche_action {
        font-size: 13px;
    }

    .title_bloc_demarche {
        font-size: 17px;
    }
}

@media screen and (max-width: 550px) {
    .bloc_demarche_telephone {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .bloc_demarche {
        width: 50%;
        margin-bottom: 20px;
    }
}

.declaration_cession {
    width: 230px;
}

#aside {
    width: 28%;
    height: 100%;
    padding-top: 10px;
    margin: auto;
    padding-bottom: 30px;
    float: right;
    /* background-color: #f2f2f2; */
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}


.formulaire {
    background-color: #f2f2f2;
    /*box-shadow: 0px 1px 3px rgb(0 0 0 / 50%);*/
    min-width: 255px;
    margin: 8px;
    margin-top: 40px;
    padding: 15px 5px;
    z-index: 100;
}

.formulaire_cout {
    background-color: #e2e2e2;
    width: 95%;
    min-width: 235px;
    max-width: 350px;
    margin: auto;
    margin-top: 10px;
    padding: 15px 5px;
    text-align: center;
    float: left;
}

.formulaire_contact {
    margin: auto;
    margin-top: 15px;
    padding: 20px;
}

.formulaire_contact input {
    float: left;
    font-size: 12px;
    padding: 4px 2px;
    border: solid 1px #aacfe4;
    width: 250px;
    margin: 10px;
}

.formulaire_contact textarea {
    float: left;
    font-size: 12px;
    padding: 4px 2px;
    border: solid 1px #aacfe4;
    width: 310px;
    margin: 0 0 0 10px;
}

.formulaire_contact label {
    clear: none;
    display: inline;
    font-weight: normal;
    text-align: left;
    width: auto;
    float: left;
}

.formulaire_contact .label {
    clear: both;
    display: block;
    font-weight: bold;
    text-align: right;
    width: 140px;
    float: left;
    margin: 10px 0;
}

.formulaire_contact .small {
    color: #666666;
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
}

.formulaire_contact button {
    width: 125px;
    height: 31px;
    background-color: #1d618b;
    border-radius: 5px;
    text-align: center;
    line-height: 31px;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 15px;
    margin-left: 150px;
}

@media screen and (max-width: 600px) {
    .formulaire_contact {
        width: 70%;
        margin: auto;
        text-align: center;
    }

    .formulaire_contact input,
    .formulaire_contact textarea {
        width: 95%;
        margin: 0px;
        margin-bottom: 10px;
    }

    .formulaire_contact button {
        width: 125px;
        height: 31px;
        background-color: #1d618b;
        border-radius: 5px;
        text-align: center;
        line-height: 31px;
        color: #ffffff;
        font-size: 11px;
        font-weight: bold;
        margin-left: 0;
        float: none;
    }

    .formulaire_contact .label {
        clear: both;
        display: block;
        font-weight: bold;
        text-align: center;
        width: 100%;
        float: none;
        margin: 0;
    }

    .formulaire_contact .small {
        text-align: center;
    }
}

.formulaire h3,
.formulaire_cout h3,
.formulaire_contact h1 {
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: solid 1px #fff;
    margin-bottom: 10px;
}

.formulaire h2 {
    padding-bottom: 10px;
    border-bottom: solid 1px #71a0d8;
    margin-bottom: 10px;
}

.formulaire select,
.formulaire_cout select,
.formulaire input[type="text"],
.formulaire_cout input[type="text"] {
    float: left;
    font-size: 12px;
    padding: 4px 2px;
    border: solid 1px #aacfe4;
    margin: 0 0 0 10px;
    width: 55%;
}

.label {
    clear: both;
    display: block;
    font-weight: bold;
    text-align: right;
    width: 38%;
    float: left;
    color: black;
}

.label_calculateur {
    text-align: right;
}

@media screen and (max-width: 991px) {
    .label_calculateur {
        text-align: left;
    }
}

.radio_style_bouton {
    width: 150px;
    margin-right: 10px;
    background-color: #bdbdbd;
    background-image: none;
    color: #707070;
    border: 1px solid white;
}

.radio_style_bouton.active {
    background-color: #004294 !important;
    color: #fff;
}

@media screen and (max-width: 500px) {
    .radio_style_bouton {
        width: 113px;
    }

    #formulaire_simulateur_tarif label {
        margin-bottom: 0px;
    }
}

.formulaire button,
.formulaire_cout button {
    display: inline-block;
    border-radius: 4px;
    background-color: #f4511e;
    border: none;
    color: #ffffff;
    text-align: center;
    font-size: 28px;
    padding: 20px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    height: 40px;
    cursor: pointer;
    width: 90%;
    background-color: #f99200;
    padding: 0;
    font-size: 16px;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    text-shadow: -1px -1px 0 rgba(15, 73, 168, 0.66);
    border: 1px solid #018dc4;
}

.formulaire .small,
.formulaire_cout .small {
    color: #666666;
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
}

#carte_france {
    text-align: center;
}

.annuaire_prefecture {
    float: left;
    width: 50%;
}

.info_tarif_prefecture {
    border: 3px solid #b20808;
    width: 91%;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.carte_departement {
    float: left;
}

.descriptif_tarif {
    width: 49%;
    float: right;
}

.map_prefecture {
    margin: 20px 0;
    width: 98%;
    height: 250px;
}

.carte_departement img {
    margin: 15px;
}

.liste_prefecture {
    width: 35%;
    float: left;
    margin-bottom: 10px;
}

.map_region {
    margin: 10px 4%;
    width: 55%;
    height: 300px;
    float: left;
}






#intro_actu {
    margin-top: 20px;
    clear: both;
    width: 70%;
    float: left;
    margin-bottom: 20px;
    min-height: 130px;
}

#actus_precedentes {
    float: left;
    width: 50%;
}

#actus_suivantes {
    float: left;
    text-align: right;
    width: 50%;
}

#actu_auteur {
    color: white;
    background-color: black;
    padding: 3px 15px;
    display: inline-block;
    float: right;
}

#actu_img {
    height: 210px;
    background-size: cover;
    background-position: center;
    background-image: url(https://www.carte-grise.org/images_site/actus/thumbnails/default_thumbnail.jpg);
}

@media screen and (max-width: 900px) {
    #actu_img {
        height: 200px;
    }
}

@media screen and (max-width: 550px) {
    #actu_img {
        height: 0px;
    }
}

#actu_intro {
    background-color: #0b6ba9;
    color: white;
    padding: 10px;
}

#actu_intro a {
    color: #98d8ff;
}




#dernieres_actus .actu_bloc {
    float: left;
    width: 29.3333%;
    padding: 2%;
}

#dernieres_actus .actu_bloc .actu_image {
    background-image: url(https://www.carte-grise.org/images_site/actus/thumbnails/default_thumbnail.jpg);
    background-size: cover;
    background-position: center;
    height: 150px;
}

#dernieres_actus .actu_bloc .actu_readmore {
    width: 50px;
    height: 50px;
    display: block;
    background-image: url(https://www.carte-grise.org/images_site/actu_readmore.png);
    background-size: 50px 50px;
    margin: auto;
    position: relative;
    top: -25px;
}

#dernieres_actus .actu_bloc .actu_resume {
    position: relative;
    top: -25px;
}

#dernieres_actus .actu_bloc .actu_resume h3 {
    color: #0b6ba9;
    text-align: center;
}

#dernieres_actus .actu_bloc .actu_resume p {
    text-align: justify;
}

@media screen and (max-width: 550px) {
    #dernieres_actus .actu_bloc {
        width: 96%;
    }

    #dernieres_actus .actu_bloc:nth-of-type(2),
    #dernieres_actus .actu_bloc:nth-of-type(3) {
        position: relative;
        top: -25px;
    }
}






.bouton_formulaire_calculez {
    display: inline-block;
    border-radius: 4px;
    color: #ffffff;
    text-align: center;
    transition: all 0.5s;
    height: 40px;
    cursor: pointer;
    background-color: #004294;
    padding: 0 50px;
    font-size: 16px;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    text-shadow: -1px -1px 0 rgba(15, 73, 168, 0.66);
    border: 1px solid #018dc4;
}

.content_formulaire_calcul {
    width: 48%;
    height: auto;
    float: left;
    border-radius: 0 0 5px 5px;
}

.formulaire_calcul1 {
    width: 410px;
    margin: 0;
    height: auto;
}

.formulaire_calcul2 {
    width: 310px;
    margin: auto;
    text-align: center;
    margin-top: 20px;
}

.formulaire_calcul1 input {
    width: 250px;
}

#formulaire_simulateur_tarif {
    border-radius: 0 0 5px 5px;
    padding: 0 2%;
    padding-bottom: 10px;
    background-color: #f8f8f8;
}

#formulaire_simulateur_tarif .small {
    font-size: 12px;
    color: #00568b;
    font-style: italic;
    float: right;
}

#h2_calculateur h2 {
    margin: 0;
    background-color: #004294;
    border-radius: 4px 4px 0 0;
    padding: 3px 0 2px 25px;
    font-size: 16px;
    color: #fff;
    border-bottom: none;
    font-weight: normal;
}

#h2_calculateur h2::before {
    content: "";
    padding: 0;
    margin: 0;
}

#formulaire_simulateur_tarif h4 {
    font-size: 16px;
    color: #373737;
    text-decoration: underline;
}

#formulaire_simulateur_tarif input {
    margin-left: 0;
    border: 1px #ddd solid;
    border-radius: 2px;
    font-size: 13px;
    width: 100%;
    height: 25px;
}

#formulaire_simulateur_tarif label {
    padding: 5px 0;
    font-weight: 100;
    z-index: 0;
}

#formulaire_simulateur_tarif .form-group {
    margin-bottom: 5px;
}

#formulaire_simulateur_tarif .form-control {
    height: 30px;
    padding: 0 12px;
}

.formulaire_simulateur_tarif p {
    text-align: justify;
    font-size: 11px;
    color: #666666;
    margin-bottom: 20px;
    border-bottom: solid 1px #b7ddf2;
    padding-bottom: 10px;
}

#formulaire_simulateur_tarif .elementsBloc {
    margin: 8px;
}

#formulaire_simulateur_tarif .elementsBloc>label {
    color: #00568b;
    font-weight: bold;
    font-size: 15px;
    border-bottom: 1px solid #00568b;
    margin-top: 10px;
    padding: 1px 0;
}

#formulaire_simulateur_tarif .elementsBloc>label::before {
    content: " ";
    padding: 0 0 0 2px;
    margin-right: 5px;
    vertical-align: top;
    background: #b20808;
    font-weight: bold;
    color: #b20808;
}

.formulaire_simulateur_tarif .label {
    clear: both;
    display: block;
    font-weight: bold;
    text-align: right;
    width: 145px;
    float: left;
    font-size: 16px;
}

.formulaire_simulateur_tarif .label2 {
    clear: both;
    display: block;
    font-weight: bold;
    text-align: right;
    width: 100px;
    float: left;
}

.formulaire_simulateur_tarif label {
    clear: none;
    display: inline;
    font-weight: normal;
    text-align: left;
    width: auto;
    float: left;
}

.formulaire_simulateur_tarif .small {
    color: #666666;
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
    width: 140px;
}

.formulaire_simulateur_tarif input {
    float: left;
    font-size: 14px;
    padding: 4px 2px;
    border: solid 1px #aacfe4;
    width: auto;
    margin: 0 0 0 10px;
    text-align: center;
}

#formulaire_simulateur_tarif input.radio {
    float: left;
    padding: 0px;
    border: none;
    width: auto;
    margin: 6px 0 0 0px;
    height: auto;
}

.radio_verticale {
    float: left;
    padding: 0px;
    border: none;
    width: 10px;
    margin: 0 0 0 10px;
    height: auto;
    display: block;
}

.formulaire_simulateur_tarif textarea {
    float: left;
    font-size: 12px;
    padding: 4px 2px;
    border: solid 1px #aacfe4;
    width: 400px;
    margin: 0 0 0 10px;
}

.formulaire_simulateur_tarif select {
    float: left;
    font-size: 14px;
    padding: 4px 2px;
    border: solid 1px #aacfe4;
    margin: 0 0 0 10px;
    width: 250px;
}

.formulaire_simulateur_tarif button {
    width: 188px;
    height: 56px;
    background-color: #1d618b;
    border-radius: 5px;
    text-align: center;
    line-height: 31px;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 15px;
    margin-left: 108px;
}

#bloc_cgu_et_optin {
    margin-left: 65px;
}

.choix_radio_verticale {
    width: 95%;
    float: none;
    text-align: left;
    display: inline-block;
    font-weight: bold;
}

#formulaire_simulateur_tarif input.radio {
    clear: both;
    float: left;
}

.choix_radio_horizontal {
    margin: auto;
}

.radio_horizontal {
    width: 40%;
    float: left;
}

.formulaire_simulateur_tarif .radio_horizontal {
    margin: auto;
    float: left;
    text-align: left;
}

#formulaire_colonne_2 {
    float: right;
}

/*#content_demarches {
        width: 100%;
    }*/

@media screen and (max-width: 768px) {
    /*#content_demarches {
            width: auto;
            padding-left: 0;
        }*/

    .content_formulaire_calcul {
        border: none;
    }

    .bouton_formulaire_calculez {
        display: block;
        margin: 15px auto;
    }

    .content_formulaire_calcul {
        width: 100%;
        min-width: 0px;
        height: auto;
        float: none;
    }

    #formulaire_simulateur_tarif select {
        width: 98%;
    }

    #formulaire_simulateur_tarif input {
        width: 98%;
    }

    .formulaire_calcul1 {
        width: 410px;
        margin: 0;
        height: auto;
        margin-top: 0px;
    }

    .formulaire_calcul2 {
        margin-top: 0px;
    }

    .formulaire_simulateur_tarif h3 {
        font-size: 20px;
        margin: 0;
    }

    .formulaire_calcul1,
    .formulaire_calcul2 {
        text-align: center;
        min-width: 0px;
        width: 100%;
        margin: auto;
    }

    .formulaire_simulateur_tarif input {
        float: none;
        font-size: 16px;
        padding: 4px 2px;
        border: solid 1px #aacfe4;
        width: 99%;
        height: 35px;
        margin: 0;
    }

    .formulaire_simulateur_tarif input.radio {
        width: 25px;
        height: 25px;
    }

    .choix_radio_horizontal {
        margin: auto;
        width: 200px;
    }

    .formulaire_simulateur_tarif .radio_horizontal {
        width: 100px;
        margin: auto;
        float: left;
        text-align: left;
    }

    .formulaire_simulateur_tarif .label {
        clear: both;
        display: block;
        font-weight: bold;
        text-align: center;
        width: 100%;
        float: none;
        padding-top: 15px;
        font-size: 20px;
        border-bottom: 1px solid #00568b;
        margin-bottom: 15px;
        color: #00568b;
    }

    .formulaire_simulateur_tarif .label2 {
        clear: both;
        display: block;
        font-weight: bold;
        text-align: center;
        width: 100%;
        float: none;
        padding-top: 15px;
        font-size: 20px;
        border-bottom: 1px solid #00568b;
        margin-bottom: 15px;
        color: #00568b;
    }

    .formulaire_simulateur_tarif label {
        clear: none;
        display: inline;
        font-weight: normal;
        text-align: center;
        width: 100%;
        float: none;
        font-size: 20px;
    }

    .formulaire_simulateur_tarif .elementsBloc {
        float: none;
        text-align: center;
        width: 100%;
        margin: 0;
    }

    .formulaire_simulateur_tarif select {
        float: left;
        font-size: 18px;
        padding: 4px 2px;
        border: solid 1px #aacfe4;
        margin: 0;
        width: 100%;
        height: 45px;
    }

    .formulaire_simulateur_tarif .small {
        display: none;
    }

    .choix_radio_verticale {
        text-align: left;
        margin: auto;
    }

    .formulaire_simulateur_tarif button {
        width: 85%;
        height: 50px;
        margin: auto;
    }

    #bloc_cgu_et_optin {
        margin-left: 0;
    }

    .formulaire_simulateur_tarif .elementsBloc {
        clear: both;
        width: auto;
        margin: 0;
        padding: 10px 0 3px 0;
    }
}



@media screen and (max-width: 1750px) {
    #content {
        position: relative;
        width: 98%;
        background-color: #fff;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    #header_navbar {
        width: 98%;
    }

    .formulaire {
        width: auto;
    }
}

@media screen and (max-width: 1500px) {
    #content {
        position: relative;
        background-color: #fff;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    #bloc_center {
        width: 67%;
        height: auto;
        padding: 2.5% 0 2.5% 2.5%;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    #choix_demarche {
        padding: 0;
        width: 100%;
    }

    .formulaire {
        width: auto;
    }

    .bloc_fond_blanc_centre {
        padding: 2%;
        width: 100%;
        min-height: 42px;
    }
}

@media screen and (max-width: 1250px) {
    #content {
        width: 100%;
    }

    #header_navbar {
        width: 100%;
    }

    .formulaire {
        width: auto;
    }

    .formulaire select,
    .formulaire input[type="text"] {
        float: none;
        font-size: 12px;
        padding: 4px 2px;
        border: solid 1px #aacfe4;
        margin: 0 0 0 10px;
        width: 65%;
    }

    .formulaire .label {
        display: block;
        font-weight: bold;
        text-align: center;
        width: 28%;
        float: left;
    }

    .formulaire .small {
        color: #666666;
        display: block;
        font-size: 11px;
        font-weight: normal;
        text-align: center;
    }

    .descriptif_tarif {
        width: 49%;
    }
}

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

    .demarche_bouton_fonce h2,
    .demarche_bouton_clair h2,
    .demarche_bouton_blanc h2 {
        font-size: 15px;
    }

    #bloc_center {
        width: 58%;
    }

    .descriptif_tarif {
        width: 40%;
    }

    .carte_departement {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    #bloc_center {
        width: 98%;
        height: auto;
        padding: 1%;
        padding-top: 5px;
        padding-bottom: 30px;
        border-right: none;
        margin-right: 0;
        background: #fff;
        text-align: left;
        float: left;
    }

    .demarche_bouton_fonce h2,
    .demarche_bouton_clair h2,
    .demarche_bouton_blanc h2 {
        font-size: 17px;
    }
}

@media screen and (max-width: 767px) {
    .demarche_bouton_clair h2 {
        font-size: 16px;
    }

    #contentHeader {
        display: none;
    }

    #logo {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        margin-top: 2px;
        background-color: #f0f5f9;
        height: 150px;
        width: 100%;
        position: relative;
    }

    #logo img {
        width: 48%;
        height: 70%;
    }

    .carte_departement {
        display: none;
    }

    #bloc_carte_france {
        display: none;
    }

    .annuaire_prefecture {
        float: none;
        width: 90%;
        margin: auto;
        line-height: 30px;
    }

    #intro_actu {
        width: 100%;
    }

    #ui-datepicker-div {
        display: none;
    }
}

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

    .vu_desktop,
    .colonne_champ_nomenclature {
        display: none;
    }

    .vu_mobile {
        display: inline;
    }

    .mobile_vu {
        max-width: 100% !important;
    }

    .cookiebanner {
        display: none;
    }

    .declaration_cession {
        width: 0px;
    }

    .image_mobile {
        width: 60%;
        height: 60%;
    }

    .descriptif_tarif {
        width: 100%;
    }

    #leftcolum_proprietaire,
    #rightcolumn_proprietaire {
        display: none;
    }
}

@media screen and (max-width: 630px) {
    .demarche_bouton_fonce {
        width: 94%;
        height: auto;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 17px;
        padding: 8px 2px;
        text-align: center;
    }

    h2,
    #choix_demarche h2 {
        font-size: 16px;
        padding-top: 10px;
        margin-bottom: 5px;
    }

    #logo img {
        width: 80%;
        height: 80%;
    }

    #actus_precedentes {
        width: 100%;
    }

    #actus_suivantes {
        margin-top: 20px;
        width: 100%;
    }

    .formulaire_cout {
        width: 95%;
    }

    #leftcolumn {
        width: 95%;
        min-height: auto;
    }

    #rightcolumn {
        width: 95%;
        float: left;
        min-height: auto;
    }
}



.texte_loi {
    width: 80%;
    padding: 5px 0 0 0;
    margin: 0 25px 0 20px;
    font-family: "Courier New", Courier, mono;
}

.titreVert {
    color: #0099cc;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    font-family: arial;
}

.borderColumn {
    border: 1px solid #ccc;
}

.bgGray {
    background: #f2f2e6;
}




#stylized {
    border: solid 2px #b7ddf2;
    background: #dbf0fc;
    width: 85%;
    margin: auto;
    margin-top: 15px;
    padding: 5px;
}

#stylized h1 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}

#stylized p {
    text-align: justify;
    font-size: 11px;
    color: #666666;
    margin-bottom: 20px;
    border-bottom: solid 1px #b7ddf2;
    padding-bottom: 10px;
}

#stylized .elementsBloc {
    float: left;
    clear: both;
    width: auto;
    margin: 2px 0 20px 0px;
}

#stylized .label {
    clear: both;
    display: block;
    font-weight: bold;
    text-align: right;
    width: 140px;
    float: left;
}

#stylized label {
    clear: none;
    display: inline;
    font-weight: normal;
    text-align: left;
    width: auto;
    float: left;
}

#stylized .small {
    color: #666666;
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
    width: 140px;
}

#stylized input {
    float: left;
    font-size: 12px;
    padding: 4px 2px;
    border: solid 1px #aacfe4;
    width: auto;
    margin: 0 0 0 10px;
}

#stylized input.radio {
    float: left;
    padding: 0px;
    border: none;
    width: auto;
    margin: 0 0 0 10px;
    height: auto;
}

#stylized textarea {
    float: left;
    font-size: 12px;
    padding: 4px 2px;
    border: solid 1px #aacfe4;
    width: 400px;
    margin: 0 0 0 10px;
}

#stylized select {
    float: left;
    font-size: 12px;
    padding: 4px 2px;
    border: solid 1px #aacfe4;
    margin: 0 0 0 10px;
    width: 250px;
}

#stylized button {
    height: 31px;
    background-color: #1d618b;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 15px;
    padding: 5px 10px;
}







.logo_pdf {
    float: left;
}

@media (max-width: 767px) {
    .header_barre_bleue_claire {
        display: none;
    }

    nav+* {
        position: relative;
    }

    nav ul {
        max-height: 25em;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition: max-height 0.4s;
        transition: max-height 0.4s;
        will-change: max-height;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    nav a {
        display: block;
        padding: 1.2rem;
        color: #333;
        background: #fff;
        text-decoration: none;
        margin-bottom: 2px;
    }

    nav a:hover,
    nav a:focus,
    nav a:active {
        background: #eee;
    }

    nav.is-closed ul {
        max-height: 0;
        overflow: hidden;
    }

    nav>button {
        display: block;
        position: absolute;
        top: 1.5rem;
        right: 2rem;
        z-index: 1;
        height: 3.5rem;
        width: 3.5rem;
        /*background-color: transparent;*/
        background-image: -webkit-gradient(linear, left top, right top, from(#333), to(#333)), -webkit-gradient(linear, left top, right top, from(#004294), to(#004294)),
        -webkit-gradient(linear, left top, right top, from(#004294), to(#004294));
        background-image: -webkit-linear-gradient(left, #004294, #004294), -webkit-linear-gradient(left, #004294, #004294), -webkit-linear-gradient(left, #004294, #004294);
        background-image: linear-gradient(to right, #004294, #004294), linear-gradient(to right, #004294, #004294), linear-gradient(to right, #004294, #004294);
        background-position: center top, center, center bottom;
        background-repeat: no-repeat;
        -webkit-background-size: 3.5rem 0.9rem;
        background-size: 3.5rem 0.9rem;
        padding: 0;
        outline: 0;
        border: 0;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }

    nav>button::after {
        content: "MENU";
        color: #fff;
        font-size: 10px;
    }

    nav>button::-moz-focus-inner {
        border: 0;
    }

    nav:not(.is-closed)>button {
        -webkit-transform: rotate(180deg) translateZ(0);
        transform: rotate(180deg) translateZ(0);
        background-position: center, center, center;
    }

    nav:not(.is-closed)>button::after {
        content: "";
    }
}

.carte_france_svg {
    height: 600px;
    width: 700px;
}

#txt_info_carte_svg {
    width: 380px;
    font-weight: 600;
    margin-top: 20px;
}

#img_fleche_carte_france {
    margin-left: 50%;
    margin-top: 10px;
}

#femme_home_page {
    float: right;
    width: 200px;
    position: absolute;
    z-index: 1;
}

#img_femme_home_page {
    width: 200px;
    padding-top: 60px;
}

#txt_femme_home_page {
    width: 200px;
    background-color: #a4ceec;
    text-align: center;
    padding: 10px 0;
    font-weight: 600;
}

@media screen and (max-width: 1410px) {
    #txt_info_carte_svg {
        width: 270px;
    }

    #femme_home_page {
        width: 150px;
    }

    #img_femme_home_page {
        width: 150px;
        padding-top: 100px;
    }

    #txt_femme_home_page {
        width: 150px;
    }

    .carte_france_svg {
        width: 640px;
    }
}

@media screen and (max-width: 1200px) {
    .carte_france_svg {
        width: 555px;
    }

    #femme_home_page {
        width: 130px;
    }

    #img_femme_home_page {
        width: 130px;
        padding-top: 80px;
    }

    #txt_femme_home_page {
        width: 130px;
    }
}

@media screen and (max-width: 1055px) {
    .carte_france_svg {
        width: 515px;
    }
}

@media screen and (max-width: 1085px) {
    #femme_home_page {
        display: none;
    }

    .carte_france_svg {
        display: none;
    }

    #titre_carte_france {
        display: none;
    }

    .affichage_carte_svg {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .carte_france_svg {
        height: 450px;
    }
}

@media screen and (max-width: 450px) {
    .carte_france_svg {
        height: 350px;
    }
}

@media screen and (max-width: 350px) {
    .carte_france_svg {
        height: 200px;
    }
}

@media screen and (max-width: 1150px) {
    .img_cout_carte_grise {
        display: none;
    }

    .formulaire_cout {
        float: none;
    }
}

@media screen and (max-width: 1120px) {
    .carte_dept {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    #bloc_center h2 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.horaires_prefecture {
    width: 46%;
    margin: 0 2%;
    float: left;
    text-align: justify;
    margin-top: 20px;
}

.actualite_prefecture {
    width: 46%;
    margin: 0 2%;
    float: left;
    margin-top: 20px;
}

.sous_prefecture {
    float: left;
    margin: 10px 2%;
    width: 21%;
    min-height: 120px;
}

.mairie {
    background-color: #f2f2f2;
    float: left;
    margin: 10px;
    width: 29.3333%;
    line-height: 1.5;
    min-height: 170px;
}

.mairie>a {
    padding: 10px;
    display: block;
    min-height: 120px;
}

.mairie>a>strong {
    border-bottom: 1px solid grey;
    padding-bottom: 3px;
    margin-bottom: 3px;
    display: block;
}

.mairie>a>strong .fa {
    float: right;
}

#intro_mairie {
    font-size: 18px;
    text-align: justify;
}

#intro_mairie a {
    font-size: inherit;
}

@media screen and (max-width: 1270px) {
    .sous_prefecture,
    .mairie {
        float: left;
        margin: 10px 2%;
        width: 46%;
    }
}

@media screen and (max-width: 780px) {
    .horaires_prefecture {
        width: 100%;
        margin: 0;
    }

    .actualite_prefecture {
        width: 100%;
        margin: 0;
    }

    .sous_prefecture,
    .mairie {
        float: left;
        margin: 10px 2%;
        width: 96%;
    }
}



.lienCerfa {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.cerfa {
    color: #707372;
}
.description_cerfa {
    font-size: 14px;
    text-align: justify;
    color: #707372;
    font-style: italic;
    margin-top: 10px;
}





.carte_france_svg_2 {
    height: 500px;
    width: 600px;
    margin-right: 10%;
}

.demarche_bouton_fonce_2 {
    text-align: center;
    width: 100%;
    margin: 2%;
    background-color: #004294;
    border-radius: 2px;
    float: left;
    padding: 10px 0;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #018dc4;
}

#blocs_demarches_2 h2 {
    margin-top: 10px;
    border: none;
}

.demarche_bouton_fonce h3 {
    font-size: 14px;
}

#blocs_demarches_2 {
    float: right;
    width: 300px;
    position: absolute;
    z-index: 1;
}

.indication_carte_2 {
    position: absolute;
    /*right: 415px;*/
    right: 20%;
    top: 320px;
    font-weight: bold;
    font-size: 15px;
    color: #004294;
    text-transform: uppercase;
    text-align: center;
}
.fleche_carte_2 {
    position: absolute;
    /*right: 540px;*/
    right: 30%;
    width: 35px;
    top: 342px;
}

@media screen and (max-width: 1750px) {
    .indication_carte_2 {
        right: 20%;
    }

    .fleche_carte_2 {
        right: 30%;
    }
}

@media screen and (max-width: 1500px) {
    .indication_carte_2 {
        right: 15%;
    }

    .fleche_carte_2 {
        right: 25%;
    }
}

@media screen and (max-width: 1330px) {
    .carte_france_svg_2,
    .indication_carte_2,
    .fleche_carte_2 {
        display: none;
    }

    #blocs_demarches_2 {
        position: relative;
        float: none;
        width: 100%;
    }

    .demarche_bouton_fonce_2 {
        width: 45%;
        min-height: 70px;
    }
}

@media screen and (max-width: 1220px) {
    .demarche_bouton_fonce_2 {
        height: 95px;
    }

    .demarche_bouton_centre_2 {
        height: 95px;
        padding-top: 25px;
    }
}

#liste_url_region_1 {
    margin-left: 20%;
    margin-right: 0;
}

#liste_url_region_2 {
    margin-right: 0;
}

#liste_url_region_3 {
    margin-right: 0;
}

@media screen and (max-width: 1460px) {
    #liste_url_region_1 {
        margin-left: 15%;
    }
}

@media screen and (max-width: 1380px) {
    #liste_url_region_1 {
        margin-left: 12%;
    }
}

@media screen and (max-width: 1050px) {
    #liste_url_region_1 {
        margin-left: 9%;
    }
}

@media screen and (max-width: 910px) {
    #liste_url_region_1 {
        margin-left: 2%;
    }
}

.formulaire_informations_complementaires .line .form-group {
    display: inline-grid;
}

/* page marque - suggestions autres modèles */
.marque-suggestion {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.marque-suggestion .image-wrapper {
    display: flex;
    justify-content: center;
}

.marque-suggestion img {
    height: 5rem;
}

.marque-suggestion .link-marque-title {
    text-align: center;
    max-width: 75px;
}

@media(max-width:992px) {
    .marque-suggestion {
        flex-direction: column;
    }
}

img.mode-emploi-changement-prop-img {
    height: 300px;
    width: auto;
}

@media(max-width:992px) {
    img.mode-emploi-changement-prop-img {
        height: 200px;
    }
}

/* pour centrer l'image et le rendre responsive */

.center-img {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.center-img img {
    display: block;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.img-bloc-2 {
    width: 100%;
    min-height: 350px;
    height: 400px;
}

.img-bloc-2 .img-bloc-left,
.img-bloc-2 .img-bloc-right {
    /*height: 100%;*/
    width: auto;
    float: left;
}

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


.img-bloc-2 .img-bloc-left {
    width: 35%;
}

.img-bloc-2 .img-bloc-right {
    width: 65%;
}

@media(max-width:992px) {
    .img-bloc-2 .img-bloc-left {
        width: 100%;
    }

    .img-bloc-2 .img-bloc-right {
        width: 100%;
    }
}



.champp6table td,
.champp6table th {
    padding: 10px;
}

.champp6table th {
    text-align: center;
}




#content,
#entete,
#content_footer,
.content_header {
    width: 70%;
}

@media screen and (max-width: 1750px) {
    #content,
    #entete,
    #content_footer,
    .content_header {
        width: 98%;
    }
}

@media screen and (max-width: 1250px) {
    #content {
        width: 100%;
    }
}


#btn_calculer_NGCVIN,
#btn_calculer {
    display: inline-block;
    border-radius: 4px;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.5s;
    height: 45px;
    cursor: pointer;
    /*background-color: #004294;*/
    background-color: #f4511e;
    padding: 0 50px;
    font-size: 16px;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    text-shadow: -1px -1px 0 rgba(15, 73, 168, 0.66);
    /*border: 1px solid #018dc4;*/
    width: 180px;
    font-weight: bold;
    font-family: 'Lato', Arial, sans-serif;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .onglet_demarche {
        width: 100px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .onglet_demarche {
        width: 140px;
    }
}

@media (max-width: 767px) {
    .onglet_demarche {
        width: 95px;
    }
}

@media screen and (max-width: 560px) {
    .form-style-10 {
        padding: 20px;
    }
}

.lds-dual-ring {
    display: inline-block;
    width: 2rem;
    height: 2rem;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 2rem;
    height: 2rem;
    margin: auto;
    border-radius: 50%;
    border: .3rem solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.image-siv-wrapper {
    padding-bottom: 1rem;
}

@media(min-width:992px) {
    .image-siv-wrapper {
        width: 50%;
        padding-left: 1rem;
        padding-top: .5rem;
    }

    .image-side-wrapper {
        width: 50%;
    }

    .siv-intro-wrapper {
        display: inline-flex;
    }
}

.image-siv-wrapper img {
    height: auto;
    width: 100%;
}

.article-section-siv .lien-exterieur {
    font-weight: 600;
}






#siteWrapper #calculateur_header {
    /*background: rgba(149, 167, 189, 0.9);*/
    background-color: rgba(249, 146, 0, 0.9);
    z-index: 100;
    padding-top: 15px
}

#siteWrapper #calculateur_header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0
}




@media (max-width:767px) {
    h1 {
        font-size: 15px
    }

    h2,
    .style_titre_h2 {
        font-size: 15px
    }

    .margin_bloc_all {
        margin-top: 410px !important;
        padding-right: 15px;
        padding-left: 15px
    }

    .margin_bloc {
        margin-top: 240px !important;
        padding-right: 15px;
        padding-left: 15px
    }


   

    #calculateur_header .form-group {
        margin-bottom: 10px
    }
}








/* FAQ */

.faq-wrapper{
    padding: 1.5rem;
    margin-top: 4rem;
    background-color: #f6f6f6;
    margin-bottom: 4rem;
}
@media(max-width:992px){
    .faq-wrapper{
        /*max-width: 100vh;*/
        max-width: 100%;
    }
}

.faq-wrapper p{
    padding:0!important;
}
@media(min-width:992px){
    .faq-wrapper{
        margin-bottom: 3rem;
    }
    .faq-wrapper .title-mobile {
        display: none;
    }
}
@media(max-width:992px){
    .faq-wrapper .title-desktop {
        display: none;
    }
}
.faq-wrapper p.title{
    font-weight: bold;
    padding-left: 1rem;
    text-transform: uppercase;
}
@media(min-width:992px){
    .faq-wrapper p.title{
        font-size:1.3rem;
    }
}
@media(max-width:992px){
    .faq-wrapper .title-mobile {
        padding-left: 0;
        text-align: center;
        font-size:1.3rem;
        letter-spacing: 1px;
    }
}
.faq-wrapper .question{
    color: #19559e;
    font-weight: bold;
    /*font-size: 1.3rem;*/
    font-size: 16px;
    border: none !important;
    margin: 0px !important;
}
.faq-wrapper .reponse{
    color: #4b4b4b;
    /*font-size: 1.2rem;*/
    line-height: 1.5;
}
@media(min-width:992px){
    .faq-wrapper .reponse{
        max-width: 80%;
    }
}
.faq-wrapper .col-12{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.faq-wrapper .d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.faq-wrapper .qr-wrapper{
    background-color: white;
    padding: .8rem!important;
    border: 1px solid lightgray;
    align-items: center;
    margin-bottom: 2rem;
}
.faq-wrapper .question-wrapper{
    align-items: center;
    padding: .5rem 0 !important;
    cursor: pointer;
}
.faq-wrapper .reponse-wrapper{
    /* display: none; */
    align-items: center;
    padding: .8rem 0 !important;
}
.faq-wrapper p{
    margin:0;
}
.faq-wrapper .icon-details-question{
    height: 1.1rem;
    width: 1.1rem;
}
.faq-wrapper .icon-wrapper{
    padding-left: .7rem;
}
.d-none{
    display: none!important;
}
.faq-wrapper .title-faq-wrapper{
    padding-bottom: 1.5rem;
}
@media(max-width:992px){
    .thumbnail .caption{
        padding:0;
    }
}
.faq-wrapper img{
    vertical-align: middle;
}

  .bonusEcoTable td , .bonusEcoTable th
  {
      padding: 10px;
  }
.bonusEcoTable th
{
    text-align: center;
}

  .ib
  {
      display: inline-block;
      vertical-align: top;
  }
.resumeContainer
{
    background: #DEEBF7;
    color: #1f4e79;
    padding: 10px;
    border-radius: 0;
    width: 96%;
    margin: 0 auto;
    margin-top: 20px !important;
}
.resume a:link,
.resume a:visited
{
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 8px;
    font-size: 14px;
}
.resume a:hover
{
    text-decoration: underline;
    color: #1f4e79;
}
.resumeTitle
{
    text-transform: uppercase;
    margin-bottom: 10px;
}
.resume
{
    display: inline-block;
    vertical-align: top;
    width: 45%;
    min-width: 100px;
    font-size: 14px;
}
td span.bt
{
    background: #1AC0EB;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    border-radius: 5px;
    margin-top: 5px;
    width: 45px;
    height: 26px;
    text-align: center;
    font-size: 85%;
}
#cuteTable
{
    width: 47%;
}
#cuteTable td
{
    padding: 5px;
}
#tableLeftImg
{
    width: 40%;
    min-width: 335px;
}
.tableSeparated
{
    display: inline-block;
    vertical-align: top;
    width: 35%;
}
.tableSeparated td
{
    padding: 5px;
}

@media (max-width: 1000px)
{
    #cuteTable, .tableSeparated
    {
        display: block;
        width: 100%;
        min-width: 320px;
        font-size: 14px;
    }
    #TableLeftImg
    {
        max-width: 100%;
        display: block;

    }
    #cuteTable td, .tableSeparated td
    {
        font-size: 15px;
    }
    .resume
    {
        display: block;
        width: 100%;
    }

    .resumeContainer
    {
        width: 95%;
        min-height: 300px;
        display: block;
        /*font-size: 125%;*/
        margin: 0 auto;
        /*min-width: 450px;*/
        margin-top: 20px !important;
    }

    .resume a:link,
    .resume a:visited
    {
        font-weight: bold;
        display: block;
        padding: 5px;
        margin-bottom: 8px;
        font-size: 14px;
    }
    ul
    {
        padding-left: 15px;
    }
}
@media (max-width: 640px)
{
    .ib
    {
        display: block;
        width: 100%;
        min-width: 100%;
    }
    #cuteTable , #tableLeftImg
    {
        display: block;
        width: 100%;
        min-width: 100%;
    }
}

<!-- ecotaxe.htm -->
 .accordionWrapper{
     background:#fff;
     float:left;
     box-sizing:border-box;
     margin:30px 0;
 }
.accordionItem{
    float:left;
    display:block;
    width:100%;
    box-sizing: border-box;
    font-family:'Open-sans',Arial,sans-serif;
}
.accordionItemHeading{
    cursor:pointer;
    margin:0px 0px 10px 0px;
    padding:10px;
    background:#2980b9;
    color:#fff;
    width:100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
}
.close .accordionItemContent{
    height:0px;
    transition:height 1s ease-out;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    float:left;
    display:block;
}
.open .accordionItemContent{
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100%;
    margin: 0px 0px 10px 0px;
    display:block;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;

    -webkit-transition: -webkit-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
    box-sizing: border-box;
}

.open .accordionItemHeading{
    margin:0px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #bdc3c7;
    color: #7f8c8d;
}


<!-- FAQ -->
                      .autreLettre:hover {
                          font-weight: bold;
                          font-size: 30px !important;
                      }

  .image-csa-wrapper {
      padding-bottom: 1rem;
  }

.csa-intro-wrapper {
    padding-top: 2rem;
}

@media(min-width:992px) {
    .image-csa-wrapper {
        width: 50%;
        padding-left: 1rem;
        padding-top: .5rem;
    }

    .image-side-wrapper {
        width: 50%;
    }

    .csa-intro-wrapper {
        padding-top: 2rem;
        display: inline-flex;
        justify-content: space-between;
    }
}

.image-siv-wrapper img {
    height: auto;
    width: 100%;
}

.image-ptra{
    width:100%
}
@media(min-width:992px){
    .image-ptra{
        width:60%
    }
}

<!-- prix-cg.php -->
                      table#prixCVparAnnee {
                          /*margin: 0 auto;*/
                          border-collapse: collapse;
                          /*font-family: Agenda-Light, sans-serif;*/
                          /*font-weight: 100;*/
                          background: #333; color: #fff;
                          text-rendering: optimizeLegibility;
                          /*border-radius: 5px;*/
                          width: 100%;
                      }
table#prixCVparAnnee thead th { font-weight: 600; text-align: center; }
table#prixCVparAnnee thead th, table#prixCVparAnnee tbody td {
    padding: .8rem; font-size: 1.4rem;
}
table#prixCVparAnnee tbody td {
    padding: .8rem; /*font-size: 1rem;*/
    color: #444; background: #eee;
}
table#prixCVparAnnee tbody tr:not(:last-child) {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 1200px) {
    table#prixCVparAnnee { width: 100%; }
    table#prixCVparAnnee caption { background-image: none; }
    table#prixCVparAnnee thead { display: none; }
    table#prixCVparAnnee tbody td {
        display: block; padding: .6rem;
    }
    table#prixCVparAnnee tbody tr td:first-child {
        background: #666; color: #fff;
    }
    table#prixCVparAnnee tbody td:before {
        content: attr(data-th);
        font-weight: bold;
        display: inline-block;
        width: 6rem;
    }
}


@media (max-width:767px) {
    .form-group-hidden-xs{display:none}
    /*.ListDept li, .ListFoot li {margin-bottom: 7px;}*/
}
@media (max-width:767px) {
    #siteWrapper #calculateur_header.fixed{position:fixed;width:100%;top:0;left:0;margin-top:0}
    #calculateur_header .form-control{height:32px}
    #calculateur_header label{margin-bottom:0}
    #calculateur_header .form-group{margin-bottom:10px}
}
.bouton_calculer_design{background:rgba(158,158,158,.2);box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);background:0 0;border:none;border-radius:2px;position:relative;height:50px;margin:0;padding:0 16px;display:inline-block;font-size:14px;text-transform:uppercase;letter-spacing:0;overflow:hidden;will-change:box-shadow;transition:box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);outline:none;cursor:pointer;text-decoration:none;text-align:center;vertical-align:middle;background:#f99200;color:#fff;}

<!-- getpublii.com/blog/one-line-css-solution-to-prevent-anchor-links-from-scrolling-behind-a-sticky-header.html -->
 html {
     scroll-padding-top: 20rem;
 }

<!-- www.seowebdesignllc.com/setting-height-and-width-on-images-is-important-again/ -->
@media (max-width:767px) {
    #header_fond img {
        width: 100%;
        /*height: auto;
            aspect-ratio: attr(width) / attr(height);*/
    }
}



  path { transition: .6s fill; } path:hover { fill: #E6F8FF; }



.div_liste_modeles_marque {
    min-height: 140px;
    border-top:1px solid #004294;
}

/* MODIF AGUS */
/* -------------------------------------------------------------------------------------------------- */
@media (min-width: 1200px) {

    #p_home_ants a {
        font-size: 16px;
    }

    #dernieres_actus {
        display: flex;
        flex-wrap: wrap;
        margin-left: -25px;
    }
    #dernieres_actus .actu_bloc {
        float: none;
        width: calc(100% / 3);
        padding: 0;
        padding-left: 25px;
    }
    .actu_bloc > span {
        display: block;
        margin-bottom: 10px;
    }
    #dernieres_actus .actu_bloc .actu_resume h3 {
        margin-bottom: 10px;
        text-align: left;
    }
    #dernieres_actus .actu_bloc .actu_resume h3 span {
        font-size: 16px;
        line-height: 20px;
    }
}






@media (min-width: 992px) and (max-width: 1199px) {
    /* header */
    .logo-wrapper > a > img {
        max-height: unset;
    }

    #bloc_center {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .vu_desktop {
        padding-top: 10px;
    }

    #p_home_ants {
        margin: 0;
    }
    #p_home_ants a {
        font-size: 16px;
    }

    .demarche_bouton_fonce {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
    }
    .demarche_bouton_fonce h3 {
        flex: 0 0 auto;
        width: 100%;
    }

    #dernieres_actus {
        display: flex;
        flex-wrap: wrap;
        margin-left: -25px;
    }
    #dernieres_actus .actu_bloc {
        float: none;
        width: calc(100% / 3);
        padding: 0;
        padding-left: 25px;
    }
    .actu_bloc > span {
        display: block;
        margin-bottom: 10px;
    }
    #dernieres_actus .actu_bloc .actu_resume h3 {
        margin-bottom: 10px;
        text-align: left;
    }
    #dernieres_actus .actu_bloc .actu_resume h3 span {
        font-size: 16px;
        line-height: 20px;
    }
}




@media (min-width: 768px) and (max-width: 991px) {
    /* header */

    #bloc_center {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .vu_desktop {
        padding-top: 10px;
    }
    #p_home_ants {
        margin: 0;
    }
    #p_home_ants a {
        font-size: 16px;
    }

    .demarche_bouton_fonce {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
    }
    .demarche_bouton_fonce h3 {
        flex: 0 0 auto;
        width: 100%;
    }

    /* lexique */
    .lettreChoisie,
    .autreLettre {
        display:inline-block; width: 7% !important;
    }

    #dernieres_actus {
        display: flex;
        flex-wrap: wrap;
        margin-left: -25px;
    }
    #dernieres_actus .actu_bloc {
        float: none;
        width: calc(100% / 3);
        padding: 0;
        padding-left: 25px;
    }
    .actu_bloc > span {
        display: block;
        margin-bottom: 10px;
    }
    #dernieres_actus .actu_bloc .actu_resume h3 {
        margin-bottom: 10px;
        text-align: left;
    }
    #dernieres_actus .actu_bloc .actu_resume h3 span {
        font-size: 16px;
        line-height: 20px;
    }
}




@media (max-width: 576px) {
    #bouton_calculateur_inline {
        max-width: unset !important;
    }

    h1 {
        color: black !important;
        border-left: 3px solid black;
        background-color: white;
        font-weight: bold;
        text-align: unset;
    }
    h2, h3 {
        font-weight: bold;
    }
    #bloc_center {
        float: none;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    #p_home_ants {
        margin: 0;
        margin-bottom: 8px;
    }
    #p_home_ants a {
        font-size: 18px;
    }
    .demarche_bouton_fonce_2 {
        width: 46%;
    }

    #full_content_2 h2 {
        padding-left: 10px;
        line-height: 26px;
    }

    /* lexique */
    .lettreChoisie,
    .autreLettre {
        display:inline-block; width: 11% !important;
    }

    #dernieres_actus {
        display: flex;
        flex-wrap: wrap;
    }
    #dernieres_actus .actu_bloc {
        float: none;
        width: 100%;
        padding: 10px;
        padding-left: 10px;
        margin-bottom: 50px;
    }
    .actu_bloc > span {
        display: block;
        margin-bottom: 10px;
    }
    #dernieres_actus .actu_bloc .actu_resume h3 {
        margin-bottom: 10px;
        text-align: left;
    }
    #dernieres_actus .actu_bloc .actu_resume h3 span {
        font-size: 16px;
        line-height: 20px;
    }

    iframe#launcher {
        bottom: 60px !important;
    }
    #commande_bouton_mobile {
        margin-left: 15px
    }

    /* page marques index */
    .logo_marque > div > div:nth-child(1) > a > img {
        max-width: 80px;
        max-height: 80px;
    }
    .div_liste_modeles_marque {
        min-height: unset;
    }
    .logo_marque {
        margin-top: 25px;
    }
}

.img-index-demarche{
    height: auto;
    width: 30%
}
@media(max-width:992px){
    .img-index-demarche{
        height: auto;
        width: 30%;
    }
}
.demarche-image-wrapper{
    text-align: center;
    padding-top: 1rem;
}
.demarche-text-wrapper .demarche-title{
    text-align: center;
    font-weight: bold;
}
.demarche-text-wrapper .demarche-p{
    text-align: center;
}
.demarche-text-wrapper .demarche-p-wrapper {
    padding: 0 1rem
}
@media(max-width:992px){
    .demarche-wrapper{
        margin-bottom:4rem
    }
}
.demarche-bloc{
    padding-top:2rem
}


table.editor-table-class {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

table.editor-table-class thead th {
    color: #FFF;
    background-color: #002a5d;
    padding: 5px;
    min-width: 50px;
}

table.editor-table-class tbody td {
    padding: 5px;
    border: 1px solid #002a5d;
    background-color: #FFF;
    min-width: 50px;
}