@font-face {
    font-family: "Calibri";
    src: url("../fonts/Calibri-Bold.woff2") format("woff2"), url("../fonts/Calibri-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Calibri";
    src: url("../fonts/Calibri.woff2") format("woff2"), url("../fonts/Calibri.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@media(min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1160px
    }
}

@media(min-width: 1640px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}

@media(min-width: 1920px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1440px
    }
}

figure.wp-block-table {
    overflow-x: auto;
}

body {
    font-family: "Calibri";
    height: 100%;
    width: 100%;
    overflow: auto;
}
body.mobile-app {
    /*background: #eef6fb;*/
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 67px;
}

body.mobile-app .sf-toolbar {
    display: none !important;
}

body.mobile-app .other-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    text-align: right;
    gap: 4rem;
    padding: 0 2rem 2rem;
    max-width: 600px;
    margin: auto;
}
body.mobile-app .other-menu nav {
    width: 100%;
}
body.mobile-app .other-menu a {
    color: #fff;
    text-decoration: none;
}

.mobile-header {
    padding: 1rem;
}

.mobile-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 67px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 6px 0px rgba(0,0,0,0.3);
}

.mobile-footer.with-notch {
    padding-bottom: 15px;
    height: 82px;
}

.mobile-footer .mobile-tab-bar {
    max-width: 800px;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.mobile-footer .mobile-tab-bar a {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color: #000;
    height: 100%;
    background: none;
    text-decoration: none;
    line-height: 100%;
}

@media (max-width: 494px) {
    .mobile-footer .mobile-tab-bar a {
        padding: 10px 0;
    }
}

.mobile-footer .mobile-tab-bar a.active {
    color: #0078BF;
}

.mobile-footer .mobile-tab-bar img {
    height: 25px;
}
.mobile-footer .mobile-tab-bar img.other {
    padding: 3px 0;
}

main {
    padding: 6.25rem 0 1rem;
}
main.blue-background {
    background: #0078BF;
}

body.mobile-app main {
    padding: 0 0 1rem;
    box-sizing: border-box;
    max-width: 100vw;
    min-height: 60vh;
}
body.mobile-app main.fullpage {
    flex: 1;
    width: 100%;
}

@media(min-width: 900px) {
    main {
        padding: 4.8125rem 0 1rem
    }
}

.fond_bleu {
    background: #eef6fb
}

.fond_popup {
    background: url(../img/illustrations/fond_popup.png) no-repeat left top;
    position: relative
}
body.mobile-app .fond_popup {
    background: none
}

body:not(.mobile-app) .fond_popup:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8)
}

p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.375rem;
    letter-spacing: -0.01em;
    color: #000;
    margin: 0 0 .625rem
}

ul {
    padding-left: 1.3rem
}

li {
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.375rem;
    letter-spacing: -0.01em;
    color: #000;
    margin: 0 0 .625rem
}

h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
    color: #000;
    margin: 0 0 .625rem
}

@media(min-width: 768px) {
    h2 {
        font-size: 2rem;
        line-height: 2rem
    }
}

h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5rem;
    letter-spacing: -0.01em;
    color: #000;
    margin: 0 0 .625rem
}

@media(min-width: 768px) {
    h3 {
        font-size: 1.5rem;
        line-height: 1.8125rem
    }
}

.descriptif {
    margin: 0 0 1.875rem
}

.descriptif h3 {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #000;
    padding-top: .9375rem
}

.descriptif .bloc_image {
    display: flex;
    justify-content: space-between;
    margin: 1.5rem 0
}

.descriptif .bloc_image .txt {
    width: 65%
}

.descriptif .bloc_image .txt h3 {
    padding-top: 0
}

.descriptif .bloc_image .img {
    width: 32%;
    display: flex;
    justify-content: flex-end
}

.descriptif a {
    color: #0078bf
}

.descriptif .bloc_telechargement {
    margin: 1.875rem 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.descriptif .bloc_telechargement a {
    margin: 0 0 .9375rem
}

.descriptif .img_100 {
    width: 100%;
    margin: 1.5rem 0;
    border-radius: .5rem
}

.descriptif .img_100_carre {
    width: 100%;
    margin: 0 0 1.5rem 0
}

.descriptif .bloc_chiffres {
    display: flex;
    flex-wrap: wrap;
    margin: 1rem 0 1rem
}

.descriptif .bloc_chiffres .chiffres {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 0 1.5rem
}

@media(min-width: 768px) {
    .descriptif .bloc_chiffres .chiffres {
        width: 16.6666666667%
    }
}

.descriptif .bloc_chiffres .chiffres img {
    height: 3.875rem;
    width: auto;
    margin-bottom: .75rem
}

.descriptif .bloc_chiffres .chiffres p {
    margin: 0;
    text-align: center
}

.descriptif .bloc_chiffres2 {
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

@media(min-width: 768px) {
    .descriptif .bloc_chiffres2 {
        flex-direction: row
    }
}

.descriptif .bloc_chiffres2 .chiffres {
    width: 100%;
    background: #eef6fb;
    border-radius: .25rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 1rem
}

@media(min-width: 768px) {
    .descriptif .bloc_chiffres2 .chiffres {
        width: calc(50% - 1rem);
        margin: 0;
        padding: 2rem
    }
}

.descriptif .bloc_chiffres2 .chiffres h4 {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.375rem;
    text-transform: uppercase;
    color: #0078bf;
    margin-bottom: 1rem
}

.descriptif .bloc_chiffres2 .chiffres p {
    margin: 0
}

.descriptif .bloc_chiffres2 .chiffres p strong {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.4375rem
}

.descriptif .bloc_chiffres2 .chiffres p.mini {
    font-size: .8125rem;
    line-height: 1rem;
    color: #848484
}

.descriptif .contenu_multi {
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

@media(min-width: 768px) {
    .descriptif .contenu_multi {
        flex-direction: row
    }
}

.descriptif .contenu_multi .gauche {
    width: 100%
}

@media(min-width: 768px) {
    .descriptif .contenu_multi .gauche {
        width: 50%
    }
}

.descriptif .contenu_multi .droite {
    width: 100%
}

@media(min-width: 768px) {
    .descriptif .contenu_multi .droite {
        width: 50%
    }
}

.descriptif .particuliers {
    font-style: italic;
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 2.125rem;
    color: #0078bf
}

pre {
    font-family: "Calibri";
    background: #eef6fb;
    border-radius: .25rem;
    padding: 1rem 1.5rem;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.6875rem;
    color: #0078bf;
    white-space: normal;
    margin-top: 1.875rem
}

@media(min-width: 768px) {
    .mobile {
        display: none !important
    }
}

.pas_mobile {
    display: none !important
}

@media(min-width: 768px) {
    .pas_mobile {
        display: block !important
    }
}

.btn-vert {
    padding: .625rem 1rem .5rem;
    background: #95c11f;
    border-radius: .1875rem;
    font-family: "Calibri";
    font-style: normal;
    font-weight: 700;
    font-size: .8125rem;
    line-height: .9375rem;
    text-align: center;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #fff;
    transition: all ease .6s;
    border: none;
    text-decoration: none
}

@media(min-width: 768px) {
    .btn-vert {
        font-size: .9375rem;
        line-height: 1.125rem;
        padding: .875rem 1rem .75rem
    }
}

.btn-vert:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #95c11f;
    color: #fff;
    transition: all ease .6s
}

input[type=submit].btn-vert {
    border: none;
    padding: .8125rem 1.5rem .6875rem
}

.btn-bleu {
    padding: .875rem 1rem .75rem;
    background: #0078bf;
    border-radius: .1875rem;
    font-family: "Calibri";
    font-style: normal;
    font-weight: 700;
    font-size: .9375rem;
    line-height: 1.125rem;
    text-align: center;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #fff;
    transition: all ease .6s;
    text-decoration: none
}

.btn-bleu:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #0078bf;
    color: #fff;
    transition: all ease .6s
}

.btn-blanc {
    padding: .75rem 1rem .625rem;
    background: #fff;
    border: solid 2px #0078bf;
    border-radius: .1875rem;
    font-family: "Calibri";
    font-style: normal;
    font-weight: 700;
    font-size: .8125rem;
    line-height: .9375rem;
    text-align: center;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #0078bf;
    transition: all ease .6s;
    text-decoration: none
}

@media(min-width: 768px) {
    .btn-blanc {
        font-size: .9375rem;
        line-height: 1.125rem;
        padding: .875rem 1rem .75rem
    }
}

.btn-blanc:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #fff;
    color: #0078bf;
    transition: all ease .6s
}

.btn-blanc-vert {
    padding: .625rem 1rem .5rem;
    background: #fff;
    border: solid 2px #95c11f;
    border-radius: .1875rem;
    font-family: "Calibri";
    font-style: normal;
    font-weight: 700;
    font-size: .8125rem;
    line-height: .9375rem;
    text-align: center;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #95c11f;
    transition: all ease .6s;
    text-decoration: none
}

@media(min-width: 768px) {
    .btn-blanc-vert {
        font-size: .9375rem;
        line-height: 1.125rem;
        padding: .875rem 1rem .75rem
    }
}

.btn-blanc-vert:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #fff;
    color: #95c11f;
    transition: all ease .6s
}

.btn-lien_fleche {
    width: 1.0938rem;
    height: .4375rem;
    background: url(../img/pictos/picto-fleche_lien.svg) no-repeat center center;
    display: block
}

.btn-telecharger {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #0078bf;
    text-decoration: none;
    background: url(../img/pictos/picto-telecharger.svg) no-repeat right center;
    padding-right: 1.875rem
}

.btn-telecharger:hover {
    color: #0078bf
}

.btn-retour {
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: -0.01em;
    color: #0078bf;
    display: block;
    margin: 0
}

.btn-retour:hover {
    color: #0078bf
}

.arrondi {
    border-radius: 1.125rem;
    padding: .5rem 1rem;
    margin-right: .75rem
}

@media(min-width: 768px) {
    .arrondi {
        margin-left: .75rem;
        margin-right: 0
    }
}

input[type=text] {
    border: 1px solid #e8f2f8;
    border-radius: .25rem;
    width: 15.625rem;
    padding: .5rem .8125rem;
    background: rgba(0, 0, 0, 0)
}

input[type=text]#recherche_cp {
    width: 100%
}

@media(min-width: 768px) {
    input[type=text]#recherche_cp {
        width: 25rem
    }
}

select {
    border: 1px solid #e8f2f8;
    border-radius: .25rem;
    width: 100%;
    padding: .5rem .8125rem;
    background: rgba(0, 0, 0, 0)
}

.lds-spinner {
    color: official;
    display: block;
    position: relative;
    width: 2rem;
    height: 2rem;
    margin: 1.875rem auto 0
}

.cache {
    display: none
}

.lds-spinner div {
    transform-origin: 16px 16px;
    animation: lds-spinner 1.2s linear infinite
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 2.5px;
    height: 7px;
    border-radius: 20%;
    background: #315582
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s
}

@keyframes lds-spinner {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.dropdown-menu.show {
    display: block;
    background: #fff;
    border-radius: .25rem;
    border: none;
    padding: 1.5rem 1.5rem 1rem;
    box-shadow: none;
    position: relative !important;
    transform: none !important
}

.nav .dropdown-menu.show {
    background: #0078BF;
}

@media(min-width: 768px) {
    .dropdown-menu.show {
        background: #fff;
        box-shadow: 0px 0px 25px rgba(0, 0, 0, .08);
        position: absolute !important;
        transform: translate3d(0px, 44px, 0px) !important
    }

    .nav .dropdown-menu.show {
        background: #fff;
    }
}

.dropdown-menu .dropdown-item {
    padding: 0
}

.nav .dropdown-menu .dropdown-item {
    padding: 10px 0;
    color: #fff;
    text-align: center;
}

@media(min-width: 900px) {
    .nav .dropdown-menu .dropdown-item {
        color: #000;
        text-align: left;
        padding: 0;
    }
}

.dropdown-menu .dropdown-item.p-mon-compte,
.dropdown-menu .dropdown-item.p-mon-compte:hover{
    background: url(../img/pictos/picto-header-compte.svg) no-repeat left center;
    padding-left: 1.8rem;
}

.dropdown-menu .dropdown-item.p-deconnexion,
.dropdown-menu .dropdown-item.p-deconnexion:hover{
    background: url(../img/pictos/picto-header-deco.svg) no-repeat left center;
    padding-left: 1.8rem;
}

.dropdown-menu .dropdown-item:hover {
    background: none
}

.nav .dropdown-toggle:after {
    width: 1rem;
    height: .5rem;
    background: url(../img/pictos/fleche-menu-bas-blanc.svg) no-repeat center center;
    border: none;
    top: 50%;
    position: absolute;
    transform: translateY(-50%)
}

.nav-compte .dropdown-toggle:after {
    width: 1rem;
    height: .5rem;
    background: url(../img/pictos/fleche-menu-bas.svg) no-repeat center center;
    border: none;
    top: 50%;
    position: absolute;
    transform: translateY(-50%)
}

@media(min-width: 900px) {
    .nav .dropdown-toggle:after {
        background: url(../img/pictos/fleche-menu-bas.svg) no-repeat center center;
    }
}

.nav .dropdown-toggle.show:after {
    background: url(../img/pictos/fleche-menu-haut-blanc.svg) no-repeat center center;
}

@media(min-width: 900px) {
    .nav .dropdown-toggle.show:after {
        background: url(../img/pictos/fleche-menu-haut.svg) no-repeat center center;
    }
}

.dropdown-toggle.show:after {
    background: url(../img/pictos/fleche-menu-haut.svg) no-repeat center center;
}

.nav .dropdown-toggle.show:after {
    top: 35px;
}

.nav-compte .dropdown-toggle.show:after {
    top: 17px;
}

@media(min-width: 900px) {
    .nav-compte .dropdown-toggle.show:after {
        top: 50%;
    }
    .nav .dropdown-toggle.show:after {
        top: 50%;
    }
}

.header-menu.compte .dropdown-toggle.show:after {
    background: url(../img/pictos/fleche-menu-haut-noir.svg) no-repeat center center
}

header {
    height: 6.25rem;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    background: #fff;
    display: flex;
    align-items: flex-start;
    position: fixed;
    width: 100%;
    z-index: 999
}

@media(min-width: 900px) {
    header {
        height: 4.8125rem;
        align-items: center
    }
}

header .container {
    height: 100%
}

@media(min-width: 900px) {
    header .container {
        height: auto
    }
}

header .container .row {
    height: 100%
}

@media(min-width: 900px) {
    header .container .row {
        height: auto
    }
}

header .header_logo {
    display: flex;
    justify-content: space-between;
    padding: .625rem 0;
    border-bottom: solid 1px #d9d9d9
}

@media(min-width: 900px) {
    header .header_logo {
        justify-content: flex-start;
        padding: 0;
        border-bottom: none
    }
}

header .header_logo svg {
    height: 1.25rem
}

@media(min-width: 900px) {
    header .header_logo svg {
        height: auto
    }
}

header .header_logo .agence_picto {
    display: flex;
    align-items: center
}

@media(min-width: 900px) {
    header .header_logo .agence_picto {
        border-left: solid 1px #d9d9d9;
        padding-left: 1.5rem;
        margin-left: 1.5rem
    }
}

header .header_logo .agence_picto a {
    margin-right: 0
}

@media(min-width: 900px) {
    header .header_logo .agence_picto a {
        margin-right: 1.875rem
    }
}

header .header_droite {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 38px;
}

@media(min-width: 900px) {
    header .header_droite {
        justify-content: flex-end;
        height: auto;
    }
}

header .header_droite .btn-vert {
    position: relative;
    padding-left: 2.375rem
}

header .header_droite .btn-vert:before {
    content: "";
    position: absolute;
    width: .7188rem;
    height: 1rem;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/pictos/picto-mon_compte.svg) no-repeat center center;
    background-size: 100%
}

header .header_droite .header-menu{
    position: relative;
}

header .header_droite .header-menu .menu_principal {
    height: 1.75rem;
    width: 2.5rem;
    background: url(../img/pictos/picto-burger.svg) no-repeat center center;
    display: block
}

@media(min-width: 900px) {
    header .header_droite .header-menu .menu_principal {
        display: none
    }
}

.nav-compte {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

header .header_droite .header-menu .nav {
    display: none;
    position: fixed;
    background: #0078BF;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 2rem
}

@media(min-width: 900px) {
    header .header_droite .header-menu .nav {
        display: inline-flex;
        position: relative;
        background: rgba(0, 0, 0, 0);
        left: initial;
        top: initial;
        width: auto;
        height: auto;
        padding-top: 0
    }
}

header .header_droite .header-menu .nav-compte {
    display: inline-flex;
    position: absolute;
    background: rgba(0, 0, 0, 0);
    left: initial;
    top: -15px;
    right: 0;
    width: auto;
    height: auto;
    padding-top: 0
}

@media(min-width: 900px) {
    header .header_droite .header-menu .nav-compte {
        position: relative;
        top: initial;
        right: initial;
    }
}

header .header_droite .header-menu .nav .nav-item {
    padding-right: 0;
    margin: 0 15px;
    border-bottom: solid 1px rgba(255,255,255,0.15);
}

header .header_droite .header-menu .nav .nav-item:last-child{ 
        border-bottom: none;
}

@media(min-width: 900px) {
    header .header_droite .header-menu .nav .nav-item {
        padding-right: 1.5rem;
        margin: 0;
        border-bottom: none;
    }
}

@media(min-width: 1200px) {
    header .header_droite .header-menu .nav .nav-item {
        padding-right: 3.75rem
    }
}

header .header_droite .header-menu .nav-compte .nav-item {
    padding-right: 0;
    margin: 0
}

@media(min-width: 900px) {
    header .header_droite .header-menu .nav-compte .nav-item {
        padding-right: 1.5rem
    }
}

@media(min-width: 1200px) {
    header .header_droite .header-menu .nav-compte .nav-item {
        padding-right: 3.75rem
    }
}

header .header_droite .header-menu .nav .nav-item .nav-link {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    padding: 20px 0;
}

header .header_droite .header-menu.compte .nav .nav-item .nav-link {
    font-weight: bold;
}

@media(min-width: 900px) {
    header .header_droite .header-menu .nav .nav-item .nav-link {
        font-size: 1.125rem;
        line-height: 1.375rem;
        font-weight: 400;
        color: #000;
        padding: 8px 15px;
    }
}

header .header_droite .header-menu .nav-compte .nav-item .nav-link {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000
}

header .header_droite .header-menu.compte .nav-compte .nav-item .nav-link {
    font-weight: bold;
}

@media(min-width: 900px) {
    header .header_droite .header-menu .nav-compte .nav-item .nav-link {
        font-size: 1.125rem;
        line-height: 1.375rem
    }
}

header .header_droite .header-menu .nav .nav-item .nav-link:hover,
header .header_droite .header-menu .nav .nav-item .nav-link.show {
    color: #fff
}

@media(min-width: 900px) {
    header .header_droite .header-menu .nav .nav-item .nav-link:hover,
    header .header_droite .header-menu .nav .nav-item .nav-link.show {
        color: #0078bf
    }
}

header .header_droite .header-menu.compte .nav .nav-item .nav-link:hover,
header .header_droite .header-menu.compte .nav .nav-item .nav-link.show {
    color: #000
}

header .header_droite .header-menu .nav .nav-item.last {
    padding-right: 0
}

header .header_droite .header-menu .nav .nav-item.last .nav-link {
    font-weight: 700
}

header .header_droite .header-menu .nav .nav-item.last .menu-mon_compte {
    background: url(../img/pictos/picto-mon_compte-b.svg) no-repeat left center;
    padding-left: 1.5rem
}

header .header_droite .header-menu .nav .nav-item.last .menu_deconnexion {
    background: url(../img/pictos/picto-deconnexion.svg) no-repeat left center;
    padding-left: 1.5rem
}

header .header_droite .header-menu .nav-compte .nav-item .nav-link:hover,
header .header_droite .header-menu .nav-compte .nav-item .nav-link.show {
    color: #0078bf
}

header .header_droite .header-menu.compte .nav-compte .nav-item .nav-link:hover,
header .header_droite .header-menu.compte .nav-compte .nav-item .nav-link.show {
    color: #000
}

header .header_droite .header-menu .nav-compte .nav-item.last {
    padding-right: 0
}

header .header_droite .header-menu .nav-compte .nav-item.last .nav-link {
    font-weight: 700
}

header .header_droite .header-menu .nav-compte .nav-item .menu-mon_compte {
    background: url(../img/pictos/picto-mon_compte-b.svg) no-repeat left center;
    padding-left: 1.5rem
}

header .header_droite .header-menu .nav-compte .nav-item .menu_deconnexion {
    background: url(../img/pictos/picto-deconnexion.svg) no-repeat left center;
    padding-left: 1.5rem
}

.accueil_slider {
    margin-top: 1rem
}

@media(min-width: 900px) {
    .accueil_slider {
        margin-top: 1.6875rem
    }
}

.accueil_slider .carousel .carousel-inner .carousel-item {
    border-radius: .5rem;
    position: relative
}

.accueil_slider .carousel .carousel-inner .carousel-item img {
    position: relative;
    z-index: 0;
    border-radius: 0.5rem;
}

.accueil_slider .carousel .carousel-inner .carousel-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, .2);*/
    z-index: 1;
    border-radius: .5rem
}

.accueil_slider .carousel .carousel-inner .carousel-item .carousel-caption {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 1.25rem 5rem
}

@media(min-width: 900px) {
    .accueil_slider .carousel .carousel-inner .carousel-item .carousel-caption {
        width: 70%;
        padding: 1.5rem
    }
}

@media(min-width: 1200px) {
    .accueil_slider .carousel .carousel-inner .carousel-item .carousel-caption {
        width: 40%;
        padding: 3.125rem
    }
}

.accueil_slider .carousel .carousel-inner .carousel-item .carousel-caption h5 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: #fff;
    margin: 0 0 .9375rem;
    text-align: left
}

@media(min-width: 900px) {
    .accueil_slider .carousel .carousel-inner .carousel-item .carousel-caption h5 {
        font-size: 2.5rem;
        line-height: 2.75rem
    }
}

.accueil_slider .carousel .carousel-inner .carousel-item .carousel-caption p {
    color: #fff;
    text-align: left;
    margin: 0
}

.accueil_slider .carousel .carousel-indicators {
    z-index: 3;
    right: initial;
    bottom: 2.5rem;
    left: 1.25rem;
    margin: 0
}

@media(min-width: 768px) {
    .accueil_slider .carousel .carousel-indicators {
        right: 3.125rem;
        bottom: 3.125rem;
        left: initial
    }
}

.accueil_slider .carousel .carousel-indicators [data-bs-target] {
    height: .5rem;
    width: .5rem;
    border: solid 2px #fff;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    margin: 0 .4375rem
}

.accueil_slider .carousel .carousel-indicators [data-bs-target]:hover {
    background: #0078bf
}

.accueil_slider .carousel .carousel-indicators .active {
    background: #0078bf
}

.accueil_eau {
    margin-top: 1rem
}

@media(min-width: 768px) {
    .accueil_eau {
        margin-top: 2.8125rem
    }
}

.accueil_eau .accueil-bloc_eau {
    border: solid 1px #e8f2f8;
    border-radius: .5rem;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1rem
}

@media(min-width: 768px) {
    .accueil_eau .accueil-bloc_eau {
        padding: 0 4.375rem;
        height: 24.375rem
    }
}

.accueil_eau .accueil-bloc_eau h2 {
    cursor: pointer;
}

.accueil_eau .accueil-bloc_eau img {
    margin: 0 0 2.1875rem;
    cursor: pointer;
}

.accueil_eau .accueil-bloc_eau p {
    text-align: center
}

.accueil_eau .accueil-bloc_demarche {
    background: #eef6fb;
    border-radius: 8px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1rem;
    margin: 1rem 0 0
}

@media(min-width: 768px) {
    .accueil_eau .accueil-bloc_demarche {
        padding: 0 4.375rem;
        height: 24.375rem;
        margin: 1rem 0 0
    }
}

@media(min-width: 900px) {
    .accueil_eau .accueil-bloc_demarche {
        margin: 0
    }
}

.accueil_eau .accueil-bloc_demarche img {
    margin: 0 0 2.1875rem;
    cursor: pointer;
}

.accueil_eau .accueil-bloc_demarche h2 {
    cursor: pointer;
}

.accueil_eau .accueil-bloc_demarche p {
    text-align: center
}

.accueil_actualites {
    margin-top: 1.625rem
}

@media(min-width: 768px) {
    .accueil_actualites {
        margin-top: 3.125rem
    }
}

.accueil_actualites .accueil-actualites_titre {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 0 1.25rem
}

.accueil_actualites .accueil-actualites_titre h2 {
    margin: 0
}

.accueil_actualites .accueil-actualites_titre a {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #0078bf;
    text-decoration: none;
    text-align: center;
    width: 100%
}

@media(min-width: 768px) {
    .accueil_actualites .accueil-actualites_titre a {
        text-align: initial;
        width: auto
    }
}

@media(min-width: 768px) {
    .accueil_actualites .accueil-actualites_bloc {
        margin: 0 0 1rem
    }
}

@media(min-width: 1200px) {
    .accueil_actualites .accueil-actualites_bloc {
        margin: 0 0 1.5rem
    }
}

.accueil_actualites .accueil-actualites_bloc a {
    text-decoration: none
}

.accueil_actualites .accueil-actualites_bloc a .cont_img {
    width: 100%;
    height: 12.5rem;
    border-top-right-radius: .5rem;
    border-top-left-radius: .5rem;
    overflow: hidden;
}

.accueil_actualites .accueil-actualites_bloc a .img {
    width: 100%;
    height: 100%;
    border-top-right-radius: .5rem;
    border-top-left-radius: .5rem;
    transition: all ease 0.5s;
}

.accueil_actualites .accueil-actualites_bloc:hover a .img {
    transform: scale(1.2);
}

.accueil_actualites .accueil-actualites_bloc a .txt {
    width: 100%;
    height: auto;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
    background: #eef6fb;
    transition: all ease .6s;
    padding: 1.5rem
}

.accueil_actualites .accueil-actualites_bloc:hover .txt{
    background: rgba(0, 120, 191, .15);
    transition: all ease .6s
}

@media(min-width: 768px) {
    .accueil_actualites .accueil-actualites_bloc a .txt {
        padding: 1.5625rem 1.875rem 0;
        height: 12.5rem
    }
}

@media(min-width: 900px) {
    .accueil_actualites .accueil-actualites_bloc a .txt {
        padding: 1.5rem 1.5rem 0;
        height: 12.5rem
    }
}

@media(min-width: 1200px) {
    .accueil_actualites .accueil-actualites_bloc a .txt {
        padding: 1.5625rem 1.875rem 0;
        height: 12.5rem
    }
}

.accueil_actualites .accueil-actualites_bloc a .txt h3 {
    margin: 0
}

.accueil_actualites .accueil-actualites_bloc a .txt p.date {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: -0.01em;
    color: #848484;
    margin: 0 0 .625rem
}

#carouselActualites .carousel-indicators {
    margin: 1.5rem 0;
    position: relative
}

#carouselActualites .carousel-indicators [data-bs-target] {
    height: .5rem;
    width: .5rem;
    border: solid 2px #f5f5f5;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    margin: 0 .4375rem
}

#carouselActualites .carousel-indicators [data-bs-target]:hover {
    background: #0078bf
}

#carouselActualites .carousel-indicators .active {
    background: #0078bf
}

.accueil_qsn {
    margin-top: 1.25rem
}

@media(min-width: 900px) {
    .accueil_qsn {
        margin-top: 2.8125rem
    }
}

.accueil_qsn .bloc {
    width: 100%;
    height: auto;
    background: rgba(149, 193, 31, .12);
    transition: all ease .6s;
    border-radius: .25rem
}

.accueil_qsn .bloc:hover {
    background: rgba(149, 193, 31, .19);
    transition: all ease .6s
}

@media(min-width: 900px) {
    .accueil_qsn .bloc {
        height: 23.75rem
    }
}

.accueil_qsn .bloc a{
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

@media(min-width: 900px) {
    .accueil_qsn .bloc a{
        flex-direction: row;
    }
}

.accueil_qsn .bloc .txt {
    height: auto;
    width: 100%;
    padding: 1.5rem;
    position: relative
}

@media(min-width: 900px) {
    .accueil_qsn .bloc .txt {
        width: 33%;
        height: 100%;
        padding: 3.75rem 1.875rem 0
    }
}

.accueil_qsn .bloc .txt h2 {
    text-align: left
}

@media(min-width: 900px) {
    .accueil_qsn .bloc .txt span {
        position: absolute;
        left: 1.875rem;
        bottom: 3.75rem
    }
}

.accueil_qsn .bloc .cont_img {
    height: 15.625rem;
    width: 100%;
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
    border-bottom-right-radius: 0;
    overflow: hidden;
}

@media(min-width: 900px) {
    .accueil_qsn .bloc .cont_img {
        width: 67%;
        height: 100%;
        border-top-left-radius: 0;
        border-bottom-right-radius: .25rem
    }
}

.accueil_qsn .bloc .cont_img .img{
    width: 100%;
    height: 100%;
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
    border-bottom-right-radius: 0;
    transition: all ease 0.5s;
}

.accueil_qsn .bloc:hover .cont_img .img{
    transform: scale(1.2);
}

.accueil_contact {
    margin: 1rem 0 2rem
}

@media(min-width: 900px) {
    .accueil_contact {
        margin: 2.8125rem 0 5.625rem
    }
}

.accueil_contact .bloc {
    width: 100%;
    height: auto;
    background: #eef6fb;
    transition: all ease .6s;
    border-radius: .25rem;
}

@media(min-width: 900px) {
    .accueil_contact .bloc {
        height: 11.875rem
    }
}

.accueil_contact .bloc a{
    text-decoration: none;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column-reverse
}

@media(min-width: 900px) {
    .accueil_contact .bloc a{
        flex-direction: row;
    }
}

.accueil_contact .bloc .txt {
    height: auto;
    width: 100%;
    padding: 1.5rem;
    position: relative
}

@media(min-width: 900px) {
    .accueil_contact .bloc .txt {
        height: 100%;
        width: 60%;
        padding: 1.25rem 1.5rem 0
    }
}

.accueil_contact .bloc .txt h3 {
    text-align: left
}

@media(min-width: 900px) {
    .accueil_contact .bloc .txt span {
        position: absolute;
        left: 1.5rem;
        bottom: 1.875rem
    }
}

.accueil_contact .bloc .cont_img {
    height: 9.375rem;
    width: 100%;
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
    border-bottom-right-radius: 0;
    overflow: hidden;
}

.accueil_contact .bloc .cont_img .img{
    width: 100%;
    height: 100%;
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
    border-bottom-right-radius: 0;
    transition: all ease 0.5s;
}

.accueil_contact .bloc:hover .cont_img .img{
    transform: scale(1.2);
}

@media(min-width: 768px) {
    .accueil_contact .bloc .cont_img {
        height: 15.625rem
    }
}

@media(min-width: 900px) {
    .accueil_contact .bloc .cont_img {
        height: 100%;
        width: 40%;
        border-top-left-radius: 0;
        border-bottom-right-radius: .25rem
    }

    .accueil_contact .bloc .cont_img .img{
        border-top-left-radius: 0;
        border-bottom-right-radius: .25rem
    }
}

.accueil_contact .bloc:hover {
    background: rgba(0, 120, 191, .15);
    transition: all ease .6s
}

.ecart_mobile {
    margin-top: 1rem
}

@media(min-width: 900px) {
    .ecart_mobile {
        margin-top: 0
    }
}

.sous_header {
    background: #eef6fb;
    padding: 1.5rem 0;
    margin: 0 0 1rem
}

@media(min-width: 768px) {
    .sous_header {
        margin: 0 0 2.8125rem
    }
}

.sous_header h1,
.sous_header p {
    margin: 0 0 1rem;
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 700;
    text-align: left
}

@media(min-width: 768px) {

    .sous_header h1,
    .sous_header p {
        margin: 0;
        font-size: 1.5rem;
        line-height: 1.8125rem
    }
}

.agence-bloc_agence {
    background: #eef6fb;
    padding: 1.5rem;
    margin: 0 0 1.5rem;
    border-radius: .25rem
}

@media(min-width: 768px) {
    .agence-bloc_agence {
        padding: 1.875rem;
        margin: 0 0 3.125rem
    }
}

.agence-bloc_agence h2 {
    text-align: left;
    padding-left: 2.375rem;
    position: relative;
    margin: 0 0 1rem
}

@media(min-width: 768px) {
    .agence-bloc_agence h2 {
        margin: 0 0 1.6875rem
    }
}

.agence-bloc_agence h2:before {
    content: "";
    position: absolute;
    width: 1.4375rem;
    height: 1.4375rem;
    background: url(../img/pictos/picto-mon_agence.svg) no-repeat center center;
    background-size: 100%;
    top: .1875rem;
    left: 0
}

.agence-bloc_agence h3 {
    margin: 0 0 .625rem;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.375rem
}

.agence-bloc_agence .bloc-infos {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 1.5625rem;
    flex-direction: column
}

@media(min-width: 768px) {
    .agence-bloc_agence .bloc-infos {
        flex-direction: row
    }
}

.agence-bloc_agence .bloc-infos .infos {
    width: 100%;
    margin: 0 0 .625rem
}

@media(min-width: 768px) {
    .agence-bloc_agence .bloc-infos .infos {
        width: 50%
    }
}

.agence-bloc_agence .bloc-infos .infos p {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin: 0
}

.agence-bloc_agence .bloc-infos .infos p.titre {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #848484
}

.agence-bloc_agence .btn-infos {
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

@media(min-width: 768px) {
    .agence-bloc_agence .btn-infos {
        flex-direction: row
    }
}

.agence-bloc_agence .btn-infos a {
    width: 100%
}

@media(min-width: 768px) {
    .agence-bloc_agence .btn-infos a {
        width: 45%
    }
}

@media(min-width: 1920px) {
    .agence-bloc_agence .btn-infos a {
        width: 40%
    }
}

.agence-bloc_agence .btn-infos a.btn-bleu {
    margin-bottom: 1rem
}

@media(min-width: 768px) {
    .agence-bloc_agence .btn-infos a.btn-bleu {
        margin-bottom: 0
    }
}

.agence-bloc_eau {
    margin: 0 0 1rem
}

@media(min-width: 768px) {
    .agence-bloc_eau {
        margin: 0 0 1.875rem
    }
}

.agence-bloc_eau h2 {
    text-align: left;
    margin: 0 0 1rem
}

@media(min-width: 768px) {
    .agence-bloc_eau h2 {
        margin: 0 0 1.5625rem
    }
}

.agence-bloc_eau .bloc {
    border: 1px solid #d9d9d9;
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    position: relative;
    height: auto !important;
}

@media(min-width: 900px) {
    .agence-bloc_eau .bloc {
        margin-bottom: 1.875rem;
        height: 220px !important;
    }
}

.agence-bloc_eau .bloc a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 1.5rem;
    text-decoration: none;
    width: 100%;
    position: relative
}

@media(min-width: 768px) {
    .agence-bloc_eau .bloc a {
        padding: 2.5rem 1.875rem;
        flex-direction: column;
        justify-content: center;
        width: auto
    }
}

.agence-bloc_eau .bloc a h3 {
    text-align: left;
    margin: 0 1rem 0 0
}

@media(min-width: 768px) {
    .agence-bloc_eau .bloc a h3 {
        text-align: center;
        margin: 0 0 1rem
    }
}

.agence-bloc_eau .bloc a .img {
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1rem 0 0
}

@media(min-width: 768px) {
    .agence-bloc_eau .bloc a .img {
        margin: 0 0 1.5rem
    }
}

.agence-bloc_eau .bloc a .img img {
    height: 100%;
    width: auto
}

.agence-bloc_eau .bloc a .nombre_intervention {
    position: absolute;
    right: .4375rem;
    top: .4375rem;
    background: #e86f00;
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: .875rem;
    line-height: .75rem;
    display: flex;
    justify-content: center;
    align-items: center
}

@media(min-width: 768px) {
    .agence-bloc_eau .bloc a .nombre_intervention {
        height: 1.625rem;
        width: 1.625rem;
        right: .9375rem;
        top: .9375rem;
        font-size: 1.125rem;
        line-height: 1rem
    }
}

.agence-bloc_eau .bloc a .btn-lien_fleche {
    position: absolute;
    right: 1rem
}

@media(min-width: 768px) {
    .agence-bloc_eau .bloc a .btn-lien_fleche {
        position: relative;
        right: initial
    }
}

.agence-bloc_eau .bloc:hover h3 {
    color: #0078bf
}

.agence-bloc_actualites {
    margin: 0 0 2rem
}

@media(min-width: 768px) {
    .agence-bloc_actualites {
        margin: 0 0 5rem
    }
}

.agence-bloc_actualites h2 {
    text-align: left;
    margin: 0 0 1rem
}

@media(min-width: 768px) {
    .agence-bloc_actualites h2 {
        margin: 0 0 1.5625rem
    }
}

.agence-bloc_actualites .agence-actualites_bloc {
    margin: 0 0 1rem
}

@media(min-width: 768px) {
    .agence-bloc_actualites .agence-actualites_bloc {
        margin: 0 0 1.875rem
    }
}

.agence-bloc_actualites .agence-actualites_bloc a {
    text-decoration: none
}

.agence-bloc_actualites .agence-actualites_bloc a .img {
    width: 100%;
    height: 12.5rem;
    border-top-right-radius: .5rem;
    border-top-left-radius: .5rem
}

.agence-bloc_actualites .agence-actualites_bloc a .txt {
    width: 100%;
    height: auto;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
    background: #eef6fb;
    padding: 1.5rem
}

@media(min-width: 768px) {
    .agence-bloc_actualites .agence-actualites_bloc a .txt {
        padding: 1.5625rem 1.875rem 0;
        height: 12.5rem
    }
}

.agence-bloc_actualites .agence-actualites_bloc a .txt h3 {
    margin: 0
}

.agence-bloc_actualites .agence-actualites_bloc a .txt p.date {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: -0.01em;
    color: #848484;
    margin: 0 0 .625rem
}

.agence-bloc_actualites .btn-bleu {
    display: table;
    margin: 0 auto;
    width: auto
}

.agence-alerte_assainissement {
    margin-bottom: 1rem
}

@media(min-width: 768px) {
    .agence-alerte_assainissement {
        margin-bottom: 1.875rem
    }
}

.agence-bloc_mon_compte {
    background: rgba(149, 193, 31, .12);
    border-radius: .5rem;
    padding: 1.5rem;
    margin: 0 0 1rem
}

@media(min-width: 768px) {
    .agence-bloc_mon_compte {
        margin: 0 0 2.125rem
    }
}

.agence-bloc_mon_compte h2 {
    text-align: left;
    margin: 0 0 1.5625rem;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.8125rem;
    letter-spacing: -0.01em;
    margin: 0 0 .75rem
}

.agence-bloc_mon_compte .btn-vert {
    margin: 1rem 0 0;
    display: block
}

.agence-bloc_demarches {
    background: url(../img/illustrations/fond_demarches.png) no-repeat right top #0078bf;
    border-radius: .5rem;
    padding: 1.5rem;
    margin: 0 0 1rem
}

@media(min-width: 768px) {
    .agence-bloc_demarches {
        margin: 0 0 2.125rem
    }
}

.agence-bloc_demarches h2 {
    text-align: left;
    margin: 0 0 1.5625rem;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.8125rem;
    letter-spacing: -0.01em;
    margin: 0 0 .75rem;
    color: #fff
}

.agence-bloc_demarches p {
    color: #fff
}

.agence-bloc_demarches .btn-blanc {
    margin: 1rem 0 0;
    display: block
}

.bloc_intervention .btn-retour {
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: -0.01em;
    color: #0078bf;
    display: block;
    margin: 0 0 1.5rem
}

@media(min-width: 768px) {
    .bloc_intervention .btn-retour {
        margin: 0 0 3.125rem
    }
}

.bloc_intervention .btn-retour:hover {
    color: #0078bf
}

.bloc_intervention.modif-tableau_bord .btn-retour {
    margin: 0 0 1.25rem
}

.bloc_intervention h2 {
    text-align: left
}

.bloc_intervention p.date {
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.0625rem;
    letter-spacing: -0.01em;
    color: #848484;
    margin: 0 0 2rem
}

.bloc_intervention .bloc_intervention-bloc {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    border-radius: .25rem;
    margin: 0 0 1rem
}

@media(min-width: 768px) {
    .bloc_intervention .bloc_intervention-bloc {
        flex-direction: row;
        padding: 2rem 2rem 2rem 0;
        margin: 0 0 2rem
    }
}

.bloc_intervention .bloc_intervention-bloc .img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 0 1rem
}

@media(min-width: 768px) {
    .bloc_intervention .bloc_intervention-bloc .img {
        width: 15%;
        margin: 0
    }
}

.bloc_intervention .bloc_intervention-bloc .img img {
    width: 10%
}

@media(min-width: 768px) {
    .bloc_intervention .bloc_intervention-bloc .img img {
        width: 30%
    }
}

.bloc_intervention .bloc_intervention-bloc .txt {
    width: 100%;
    background: #fff;
    border-radius: .25rem;
    padding: 1rem
}

@media(min-width: 768px) {
    .bloc_intervention .bloc_intervention-bloc .txt {
        width: 85%;
        padding: 1.5rem
    }
}

.bloc_intervention .bloc_intervention-bloc .bloc_in p {
    margin: 0 0 .1875rem
}

.bloc_intervention .bloc_intervention-bloc .bloc_in p.rue {
    color: #0078bf;
    background: url(../img/pictos/picto-adresse.svg) no-repeat left center;
    padding-left: 1.5625rem
}

.bloc_intervention .bloc_intervention-bloc .bloc_in p.horaires {
    color: #0078bf;
    background: url(../img/pictos/picto-calendrier.svg) no-repeat left center;
    padding-left: 1.5625rem
}

.bloc_intervention .bloc_intervention-bloc .bloc_in p.fin {
    color: #0078bf;
    background: url(../img/pictos/picto-remise.svg) no-repeat left center;
    padding-left: 1.5625rem
}

.bloc_intervention .bloc_intervention-bloc .bloc_in p:first-child {
    margin: 0 0 .375rem
}

.bloc_intervention .bloc_intervention-bloc .bloc_in a {
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: -0.01em;
    color: #0078bf;
    display: block;
    margin: 0 0 .625rem
}

.bloc_intervention .bloc_intervention-bloc .bloc_in a:hover {
    color: #0078bf
}

.bloc_intervention .bloc_intervention-bloc .bloc_in .plan {
    display: none
}

.bloc_intervention .bloc_intervention-en_cours {
    background: rgba(232, 111, 0, .12)
}

.bloc_intervention .bloc_intervention-a_venir {
    background: #eef6fb
}

.bloc_intervention select {
    margin: 0 0 2rem
}

.menu-interne {
    background: #fff;
    box-shadow: 0px .25rem 1.5625rem rgba(0, 0, 0, .08);
    list-style: none;
    margin: 0 0 1rem;
    padding: 15px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 111;
}

@media(min-width: 900px) {
    .menu-interne {
        padding: 0;
        width: 13.4375rem;
        margin: 0 0 2rem;
        flex-direction: column;
        border-radius: .25rem;
    }
}

@media(min-width: 1200px) {
    .menu-interne {
        width: 21rem;
        margin: 0 0 2rem
    }
}

.menu-interne li {
}

.menu-interne li a{
    padding: 6px 10px;
    border: solid 1px #E6E6E6;
    border-radius: 2px;
    margin-right: 15px;
    display: block;
}

@media(min-width: 768px) {
    .menu-interne li {
        margin: 0;
        padding: 1.25rem 1.75rem;
        border-bottom: solid 1px rgba(0, 0, 0, .1);
    }
    .menu-interne li a{
        padding: 0;
        border-radius: none;
        margin-right: 0;
        border:none;
    }
}

.menu-interne li a {
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #000;
    text-decoration: none
}

.menu-interne li a:hover {
    font-weight: 700;
    color: #000
}

.menu-interne li.active a {
    font-weight: 700;
    background: #EEF6FB;
}

@media(min-width: 900px) {
    .menu-interne li.active a {
       background: transparent;
   }
}

.menu-interne li:last-child {
    border-bottom: none
}

.agence-colonne_droite h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    color: #0078bf;
    margin: 0 0 .375rem;
    text-align: left
}

.agence-colonne_droite h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin: 0 0 1.5rem;
    color: #000;
    text-align: left
}

@media(min-width: 768px) {
    .agence-colonne_droite h2 {
        font-size: 2rem;
        line-height: 2rem;
        margin: 0 0 1.875rem
    }
}

.agence-colonne_droite .descriptif {
    margin: 0 0 1.875rem
}

.agence-colonne_droite .descriptif h3 {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #000;
    padding-top: .9375rem
}

.agence-colonne_droite .descriptif .bloc_image {
    display: flex;
    justify-content: space-between;
    margin: 1.5rem 0;
    flex-direction: column
}

@media(min-width: 768px) {
    .agence-colonne_droite .descriptif .bloc_image {
        flex-direction: row
    }
}

.agence-colonne_droite .descriptif .bloc_image .txt {
    width: 100%
}

@media(min-width: 768px) {
    .agence-colonne_droite .descriptif .bloc_image .txt {
        width: 65%
    }
}

.agence-colonne_droite .descriptif .bloc_image .txt h3 {
    padding-top: 0
}

.agence-colonne_droite .descriptif .bloc_image .img {
    width: 100%;
    display: flex;
    justify-content: center
}

@media(min-width: 768px) {
    .agence-colonne_droite .descriptif .bloc_image .img {
        width: 32%;
        justify-content: flex-end
    }
}

.agence-colonne_droite .descriptif a {
    color: #0078bf
}

.agence-colonne_droite pre {
    font-family: "Calibri";
    background: #eef6fb;
    border-radius: .25rem;
    padding: 1rem 1.5rem;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.6875rem;
    color: #0078bf;
    white-space: normal
}

.sous_menu-agence {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column
}

@media(min-width: 768px) {
    .sous_menu-agence {
        flex-direction: row;
        align-items: center
    }
}

.sous_menu-agence .bloc_installation {
    margin: 0;
    width: 100%;
    flex-direction: column;
    align-items: flex-start
}

@media(min-width: 768px) {
    .sous_menu-agence .bloc_installation {
        width: auto;
        flex-direction: row;
        align-items: center
    }
}

.sous_menu-agence .bloc_installation .installation-adresse {
    margin: 0 0 1rem
}

@media(min-width: 768px) {
    .sous_menu-agence .bloc_installation .installation-adresse {
        margin-right: 20px
    }
}

.bloc_form {
    margin: 0 0 12.5rem
}

.bloc_form .liste_telechargement {
    margin: 1.875rem 0 0
}

.form_qualite {
    display: flex;
    flex-direction: column
}

@media(min-width: 768px) {
    .form_qualite {
        flex-direction: row
    }
}

.form_qualite input[type=submit] {
    margin-left: 0;
    width: 100%
}

@media(min-width: 768px) {
    .form_qualite input[type=submit] {
        margin-left: 1rem;
        width: auto
    }
}

.form_qualite select {
    width: 100%;
    margin: 0 0 1rem
}

@media(min-width: 768px) {
    .form_qualite select {
        width: 25rem;
        margin: 0
    }
}

.page-tableau_bord h1 {
    margin: 1rem 0 .75rem;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #000
}

@media(min-width: 768px) {
    .page-tableau_bord h1 {
        margin: 3.125rem 0 .75rem
    }
}

.bloc_installation {
    background: #fff;
    border-radius: .25rem;
    padding: .75rem 1rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 1rem;
    position: relative
}

@media(min-width: 768px) {
    .bloc_installation {
        margin: 0 0 3.75rem;
        flex-direction: row;
        align-items: center
    }
}

.bloc_installation .installation-adresse {
    margin: 0 0 1rem
}

@media(min-width: 768px) {
    .bloc_installation .installation-adresse {
        margin: 0
    }
}

.bloc_installation p {
    margin: 0;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.375rem;
    letter-spacing: -0.01em
}

.bloc_installation p.ad {
    color: rgba(0, 0, 0, .5)
}

.bloc_installation a {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #0078bf;
    background: url(../img/pictos/picto-ouvert.svg) no-repeat right center;
    padding-right: 1.125rem;
    text-decoration: none
}

.bloc_installation a.changer_fleche {
    background: url(../img/pictos/picto-ferme.svg) no-repeat right center
}

.les_autres_installations {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0
}

.les_autres_installations:before {
    content: "";
    position: absolute;
    left: .9375rem;
    top: 0;
    height: 1px;
    width: calc(100% - 1.875rem);
    background: #f5f5f5
}

.les_autres_installations .bloc_installation-secondaire {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, .08)
}

.les_autres_installations .bloc_installation-secondaire p {
    margin: 0
}

.les_autres_installations .bloc_installation-secondaire:last-child {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.les_autres_installations .bloc_installation-secondaire a {
    display: block;
    padding: .75rem 1rem;
    background: #fff;
    width: 100%;
    height: 100%;
    transition: all ease .4s
}

.les_autres_installations .bloc_installation-secondaire a:hover {
    background: #f5f5f5;
    transition: all ease .4s
}

.bloc_fond_blanc {
    background: #fff;
    border-radius: .25rem;
    padding: 1.5rem;
    margin: 0 0 1rem;
    height: auto
}

@media(min-width: 768px) {
    .bloc_fond_blanc {
        padding: 2rem 2rem 0;
        margin: 0 0 2rem;
        height: 15.625rem
    }
}

.bloc_fond_blanc h2 {
    text-align: left;
    margin: 0 0 1.5625rem;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.8125rem;
    letter-spacing: -0.01em;
    margin: 0 0 .75rem;
    color: #000
}

.bloc_fond_blanc h2.plus {
    font-size: 32px;
    line-height: 39px;
}

.bloc_fond_blanc p {
    margin: 0
}

.bloc_fond_blanc p.chiffre {
    font-size: 1.5rem;
    line-height: 1.8125rem
}

.bloc_fond_blanc p.chiffre strong {
    font-weight: 700;
    font-size: 3rem;
    line-height: 3.2rem;
    letter-spacing: -0.01em
}

.bloc_fond_blanc .btn-vert,
.bloc_fond_blanc .btn-blanc-vert {
    margin: 1rem 0 0;
    display: table
}

.bloc_fond_blanc.plus_grand {
    min-height: 26.875rem
}

.bloc_fond_blanc.tableau_bord-mon_solde h2 {
    background: url(../img/pictos/picto-solde.svg) no-repeat left center;
    padding-left: 2.8125rem
}

.bloc_fond_blanc.tableau_bord-mon_solde .interne p.chiffre {
    background: #eef6fb;
    border-radius: .25rem;
    margin: 1rem 0 0;
    padding: 1rem
}

.bloc_fond_blanc.tableau_bord-mon_solde .interne .btn-vert {
    display: block
}

.bloc_fond_blanc.tableau_bord-document h2 {
    background: url(../img/pictos/picto-document.svg) no-repeat left center;
    padding-left: 2.1875rem
}

.bloc_fond_blanc.tableau_bord-index h2 {
    background: url(../img/pictos/picto-index.svg) no-repeat left center;
    padding-left: 2.1875rem
}

.bloc_fond_blanc.tableau_bord-paiement h2 {
    background: url(../img/pictos/picto-paiement.svg) no-repeat left center;
    padding-left: 2.1875rem
}

.bloc_fond_blanc.tableau_bord-consommation h2 {
    background: url(../img/pictos/picto-consommation.svg) no-repeat left center;
    padding-left: 2.1875rem
}

.bloc_fond_blanc.tableau_bord-agence h2 {
    background: url(../img/pictos/picto-mon_agence.svg) no-repeat left center;
    padding-left: 2.1875rem
}

.bloc_fond_blanc.tableau_bord-jeconstruis h2 {
    background: url(../img/pictos/picto-jeconstruis.svg) no-repeat left center;
    padding-left: 2.1875rem
}

.bloc_fond_blanc.tableau_bord-deplacecompteur h2 {
    background: url(../img/pictos/picto-jesouhaite.svg) no-repeat left center;
    padding-left: 2.8125rem
}

.bloc_fond_blanc.tableau_bord-jecontacte h2 {
    background: url(../img/pictos/picto-jecontacte.svg) no-repeat left center;
    padding-left: 3.4375rem
}

.bloc_fond_blanc.tableau_bord-jecontrole h2 {
    background: url(../img/pictos/picto-jecontrole.svg) no-repeat left center;
    padding-left: 2.1875rem
}

.bloc_fond_blanc.tableau_bord-jemmenage h2 {
    background: url(../img/pictos/picto-jemmenage.svg) no-repeat left center;
    padding-left: 2.1875rem
}

.bloc_fond_blanc.tableau_bord-jedemenage h2 {
    background: url(../img/pictos/picto-jedemenage.svg) no-repeat left center;
    padding-left: 3.4375rem
}

.bloc_fond_blanc .infos {
    margin: 0 0 .625rem
}

.bloc_fond_blanc .infos p {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin: 0
}

.bloc_fond_blanc .infos p.titre {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #848484
}

.bloc_fond_blanc .bloc_boutons {
    display: flex;
    flex-direction: column
}

@media(min-width: 900px) {
    .bloc_fond_blanc .bloc_boutons {
        flex-direction: row
    }
}

.bloc_fond_blanc .bloc_boutons a {
    margin-right: 0
}

@media(min-width: 900px) {
    .bloc_fond_blanc .bloc_boutons a {
        margin-right: 1rem
    }
}

.bloc_fond_blanc.height-auto {
    height: auto;
    padding: 1.5rem
}

@media(min-width: 768px) {
    .bloc_fond_blanc.height-auto {
        padding: 2rem
    }
}

.tableau_bord-bloc_demarches {
    background: url(../img/illustrations/fond_demarches.png) no-repeat right top #0078bf;
    border-radius: .25rem;
    padding: 1.5rem;
    margin: 0 0 1rem;
    height: auto
}

@media(min-width: 768px) {
    .tableau_bord-bloc_demarches {
        padding: 2rem 2rem 0;
        margin: 0 0 2rem;
        height: 15.625rem
    }
}

.tableau_bord-bloc_demarches h2 {
    text-align: left;
    margin: 0 0 1.5625rem;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.8125rem;
    letter-spacing: -0.01em;
    margin: 0 0 .75rem;
    color: #fff
}

.tableau_bord-bloc_demarches p {
    color: #fff
}

.tableau_bord-bloc_demarches .btn-blanc {
    margin: 1rem 0 0;
    display: table;
    border-radius: 0.25rem;
}

.tableau_facture .ligne_titre {
    display: none
}

@media(min-width: 768px) {
    .tableau_facture .ligne_titre {
        display: flex
    }
}

.tableau_facture .ligne_titre .colo {
    padding: .5rem 0;
    width: 16%
}

.tableau_facture .ligne_titre .colo p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: -0.01em;
    color: rgba(0, 0, 0, .5);
    margin: 0
}

.tableau_facture .ligne_titre .colo.colo1 {
    width: 25%
}

.tableau_facture .ligne_titre .colo.colo6 {
    width: 11%
}

.tableau_facture .ligne {
    display: flex
}

.tableau_facture .ligne .colo {
    padding: 1.125rem 0;
    width: 16%;
    border-top: solid 1px rgba(0, 0, 0, .1)
}

.tableau_facture .ligne .colo p {
    margin: 0
}

.tableau_facture .ligne .colo.colo1 {
    width: 50%
}

@media(min-width: 768px) {
    .tableau_facture .ligne .colo.colo1 {
        width: 25%
    }
}

.tableau_facture .ligne .colo.colo6 {
    width: 50%;
    display: flex;
    justify-content: flex-end
}

@media(min-width: 768px) {
    .tableau_facture .ligne .colo.colo6 {
        width: 11%
    }
}

.tableau_facture .ligne .colo.colo6 .btn-telecharger {
    text-indent: -9999px
}

@media(min-width: 768px) {
    .tableau_facture .ligne .colo.colo6 .btn-telecharger {
        text-indent: initial
    }
}

.tableau_facture .ligne .colo.colo2 {
    display: none
}

@media(min-width: 768px) {
    .tableau_facture .ligne .colo.colo2 {
        display: block
    }
}

.tableau_facture .ligne .colo.colo3 {
    display: none
}

@media(min-width: 768px) {
    .tableau_facture .ligne .colo.colo3 {
        display: block
    }
}

.tableau_facture .ligne .colo.colo4 {
    display: none
}

@media(min-width: 768px) {
    .tableau_facture .ligne .colo.colo4 {
        display: block
    }
}

.tableau_facture .ligne .colo.colo5 {
    display: none
}

@media(min-width: 768px) {
    .tableau_facture .ligne .colo.colo5 {
        display: block
    }
}

.consonmmation-bloc_informations {
    display: flex;
    margin: 0 0 1rem;
    flex-direction: column
}

@media(min-width: 768px) {
    .consonmmation-bloc_informations {
        flex-direction: row;
        margin: 0 0 2.1875rem
    }
}

.consonmmation-bloc_informations .bloc_informations {
    margin-right: 0
}

@media(min-width: 768px) {
    .consonmmation-bloc_informations .bloc_informations {
        margin-right: 1.5rem
    }
}

.consonmmation-bloc_informations .bloc_informations h3 {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin: 0 0 .75rem
}

.consonmmation-bloc_informations .bloc_informations .infos {
    background: #eef6fb;
    border-radius: .25rem;
    width: 100%;
    padding: .75rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

@media(min-width: 768px) {
    .consonmmation-bloc_informations .bloc_informations .infos {
        width: 18.75rem
    }
}

.consonmmation-bloc_informations .bloc_informations .infos p {
    font-size: .8125rem;
    line-height: 1rem;
    color: #848484
}

.consonmmation-bloc_informations .bloc_informations .infos p.chiffre {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.4375rem;
    margin: 0;
    color: #000
}

.consommation-bloc_historique h3 {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin: 0 0 .75rem
}

.consommation-bloc_historique table {
    width: 100%;
    margin-bottom: 1.5rem
}

@media(min-width: 768px) {
    .consommation-bloc_historique table {
        margin-bottom: 0
    }
}

.consommation-bloc_historique table td,
.consommation-bloc_historique table th {
    border: 1px solid #e8f2f8;
    width: 25%;
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.25rem
}

.consommation-bloc_historique table th {
    font-weight: 700;
    color: #848484
}

.consommation-bloc_historique table td {
    font-weight: 400;
    color: #000
}

.transmettre-je_transmets {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media(min-width: 1200px) {
    .transmettre-je_transmets {
        flex-direction: row
    }
}

.transmettre-je_transmets .gauche {
    width: 100%
}

@media(min-width: 1200px) {
    .transmettre-je_transmets .gauche {
        width: calc(55% - 1.4375rem)
    }
}

.transmettre-je_transmets .gauche .transmettre-bloc_infos {
    display: flex;
    justify-content: space-between;
    margin: 0 0 1rem;
    flex-direction: column
}

@media(min-width: 1200px) {
    .transmettre-je_transmets .gauche .transmettre-bloc_infos {
        margin: 0 0 1.4375rem;
        flex-direction: row
    }
}

.transmettre-je_transmets .gauche .transmettre-bloc_infos .bloc_infos {
    width: 100%
}

@media(min-width: 1200px) {
    .transmettre-je_transmets .gauche .transmettre-bloc_infos .bloc_infos {
        width: calc(50% - .7188rem)
    }
}

.transmettre-je_transmets .gauche .transmettre-bloc_infos .bloc_infos h3 {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin: 0 0 .75rem
}

.transmettre-je_transmets .gauche .transmettre-bloc_infos .bloc_infos .infos {
    height: auto;
    background: #eef6fb;
    border-radius: .25rem;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1.5rem
}

@media(min-width: 1200px) {
    .transmettre-je_transmets .gauche .transmettre-bloc_infos .bloc_infos .infos {
        height: 7.4375rem;
        padding: 0
    }
}

.transmettre-je_transmets .gauche .transmettre-bloc_infos .bloc_infos .infos p {
    margin: 0;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.4375rem
}

.transmettre-je_transmets .gauche .transmettre-bloc_infos .bloc_infos .infos p.date {
    font-weight: 400;
    font-size: .8125rem;
    line-height: 1rem;
    color: #848484
}

.transmettre-je_transmets .gauche .transmettre-bloc_infos .bloc_infos.plein {
    width: 100%
}

.transmettre-je_transmets .gauche .transmettre-bloc_infos .bloc_infos.ancien {
    margin-bottom: 1rem
}

@media(min-width: 1200px) {
    .transmettre-je_transmets .gauche .transmettre-bloc_infos .bloc_infos.ancien {
        margin-bottom: 0
    }
}

.transmettre-je_transmets .gauche .transmettre-saisie .saisie {
    height: auto;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .25rem;
    padding: 1.125rem 1.25rem 0;
    padding: 1.5rem
}

@media(min-width: 1200px) {
    .transmettre-je_transmets .gauche .transmettre-saisie .saisie {
        height: 22.5rem;
        padding: 1.125rem 1.25rem 0
    }
}

.transmettre-je_transmets .gauche .transmettre-saisie .saisie h3 {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin: 0 0 .75rem
}

.transmettre-je_transmets .gauche .transmettre-saisie .saisie #transmettre_index {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap
}

@media(min-width: 1200px) {
    .transmettre-je_transmets .gauche .transmettre-saisie .saisie #transmettre_index {
        flex-direction: row
    }
}

.transmettre-je_transmets .gauche .transmettre-saisie .saisie #transmettre_index input[type=number],
.transmettre-je_transmets .gauche .transmettre-saisie .saisie #transmettre_index input[type=text] {
    width: 2.8125rem;
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 2.125rem;
    letter-spacing: -0.01em;
    color: #848484;
    padding: .28rem .8125rem
}

.transmettre-je_transmets .gauche .transmettre-saisie .saisie #transmettre_index .btn-vert {
    margin: 1rem 0 0;
    width: 100%
}

@media(min-width: 768px) {
    .transmettre-je_transmets .gauche .transmettre-saisie .saisie #transmettre_index .btn-vert {
        margin: 0;
        width: 40%
    }
}

.transmettre-je_transmets .gauche .transmettre-saisie .consomme {
    height: 7.5rem;
    background: #eef6fb;
    border-radius: .25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.transmettre-je_transmets .gauche .transmettre-saisie .consomme h3 {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin: 0 0 .75rem
}

.transmettre-je_transmets .gauche .transmettre-saisie .consomme p {
    margin: 0;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.4375rem
}

.transmettre-je_transmets .gauche .transmettre-saisie .consomme p.date {
    font-weight: 400;
    font-size: .8125rem;
    line-height: 1rem;
    color: #848484
}

.transmettre-je_transmets .gauche .btn-vert {
    margin: 1rem 0 0;
    display: block
}

@media(min-width: 1200px) {
    .transmettre-je_transmets .gauche .btn-vert {
        margin: 1.4375rem 0 0
    }
}

.transmettre-je_transmets .droite {
    width: 100%
}

@media(min-width: 1200px) {
    .transmettre-je_transmets .droite {
        width: 45%
    }
}

.transmettre-je_transmets .droite .index-explications {
    background: rgba(149, 193, 31, .12);
    border-radius: .25rem;
    padding: 1.5rem;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 1rem;
    text-align: center
}

@media(min-width: 1200px) {
    .transmettre-je_transmets .droite .index-explications {
        padding: 2rem;
        height: 16.375rem;
        margin-top: 2.125rem;
        flex-direction: row;
        text-align: left
    }
}

.transmettre-je_transmets .droite .index-explications h3 {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin: 0
}

.transmettre-je_transmets .droite .index-explications .txt {
    margin-left: 0;
    margin-top: 1rem
}

@media(min-width: 1200px) {
    .transmettre-je_transmets .droite .index-explications .txt {
        margin-left: 1.5rem;
        margin-top: 0
    }
}

.formulaire_valide {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 3rem 0
}

@media(min-width: 768px) {
    .formulaire_valide {
        margin: 5rem 0
    }
}

.formulaire_valide .img {
    height: 6.875rem;
    width: 6.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #eef6fb;
    margin: 0 0 1.4375rem
}

.formulaire_valide .btn-vert {
    position: relative;
    padding-right: 2rem
}

.formulaire_valide .btn-vert:before {
    content: "";
    position: absolute;
    width: .4688rem;
    height: .8438rem;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/pictos/picto-fleche_lien_blanche.svg) no-repeat center center;
    background-size: 100%
}

.non_affiche {
    display: none !important
}

.bloc_connexion-popup {
    margin: 2rem 0
}

.container_popup {
    position: relative;
    z-index: 2
}

.bloc_popup {
    background: #fff;
    box-shadow: 0px .25rem 1.5625rem rgba(0, 0, 0, .08);
    border-radius: 0px .5rem .5rem 0px;
    padding: 1.5rem;
    margin: 0 0 2rem
}

@media(min-width: 768px) {
    .bloc_popup {
        margin: 3.125rem 0 6.25rem;
        padding: 3rem 4.5rem
    }
}

.bloc_popup h2 {
    font-size: 1.5rem;
    line-height: 1.8125rem;
    letter-spacing: -0.01em;
    margin: 0 0 2rem;
    text-align: left
}

.bloc_popup .les_champs {
    display: flex;
    justify-content: space-between;
    margin: 0 0 1rem;
    flex-direction: column
}

@media(min-width: 768px) {
    .bloc_popup .les_champs {
        margin: 0 0 5rem;
        flex-direction: row
    }
}

.bloc_popup .les_champs .gauche {
    width: 100%;
    position: relative
}

@media(min-width: 768px) {
    .bloc_popup .les_champs .gauche {
        width: 45%
    }
}

.bloc_popup .les_champs .gauche .question {
    position: absolute;
    right: -1.2rem
}

@media(min-width: 768px) {
    .bloc_popup .les_champs .gauche .question {
        right: -1.5rem
    }
}

.bloc_popup .les_champs .gauche .question.question1 {
    top: .9375rem
}

.bloc_popup .les_champs .gauche .question.question2 {
    top: 4.6875rem
}

.bloc_popup .les_champs .droite {
    width: 100%
}

@media(min-width: 768px) {
    .bloc_popup .les_champs .droite {
        width: 45%
    }
}

.bloc_popup-connecter {
    background: #fff;
    box-shadow: 0px .25rem 1.5625rem rgba(0, 0, 0, .08);
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    margin: 0 0 2rem
}

@media(min-width: 768px) {
    .bloc_popup-connecter {
        margin: 3.125rem 0 6.25rem;
        flex-direction: row
    }
}

.bloc_popup-connecter h2 {
    font-size: 1.5rem;
    line-height: 1.8125rem;
    letter-spacing: -0.01em;
    margin: 0 0 1.375rem;
    text-align: left
}

.bloc_popup-connecter .gauche {
    width: 100%;
    position: relative;
    border-right: none;
    border-bottom: solid 1px rgba(0, 0, 0, .08);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media(min-width: 768px) {
    .bloc_popup-connecter .gauche {
        width: 50%;
        padding: 2.9375rem 5rem;
        border-right: solid 1px rgba(0, 0, 0, .08);
        border-bottom: none
    }
}

.bloc_popup-connecter .gauche form {
    width: 100%;
    display: flex;
    flex-direction: column
}

.bloc_popup-connecter .gauche form input[type=submit].btn-vert {
    margin: 0 auto 1.25rem
}

.bloc_popup-connecter .gauche p {
    font-size: 1rem;
    line-height: 1.25rem
}

.bloc_popup-connecter .gauche .btn-retour {
    display: initial
}

.bloc_popup-connecter .droite {
    width: 100%;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media(min-width: 768px) {
    .bloc_popup-connecter .droite {
        width: 50%;
        padding: 2.9375rem 5rem
    }
}

.bloc_popup-connecter .droite p {
    text-align: center
}

.bloc_popup-connecter .droite .btn-vert {
    margin: 2.8125rem 0 0
}

.bloc_popup-leau {
    background: #fff;
    box-shadow: 0px .25rem 1.5625rem rgba(0, 0, 0, .08);
    border-radius: 0px .5rem .5rem 0px;
    margin: 0 0 2rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media(min-width: 768px) {
    .bloc_popup-leau {
        margin: 3.125rem 0 6.25rem;
        padding: 3.75rem 10%
    }
}

.bloc_popup-leau h2 {
    margin: 0 0 2.5rem
}

.bloc_popup-leau p {
    text-align: center
}

.bloc-demarches {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.bloc-demarches img {
    margin: 0 0 .75rem
}

.bloc-demarches h3 {
    font-size: 1.5rem;
    line-height: 1.8125rem;
    text-align: center;
    letter-spacing: -0.01em;
    margin: 0 0 1.5rem
}

.bloc-demarches .btn-vert {
    margin: 0
}

.bloc-les_champs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1rem 0 0;
    flex-direction: column
}

@media(min-width: 900px) {
    .bloc-les_champs {
        margin: 1.0625rem 0 0;
        flex-direction: row
    }
}

.bloc-les_champs .contact-bloc {
    width: 100%
}

@media(min-width: 900px) {
    .bloc-les_champs .contact-bloc {
        width: 30%
    }
}

.bloc-les_champs .contact-bloc h4 {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin: 0 0 .875rem
}

@media(min-width: 900px) {
    .bloc-les_champs .contact-bloc h4 {
        margin: 0 0 1.25rem
    }
}

.bloc-les_champs-autres {
    margin: 1.25rem 0
}

@media(min-width: 768px) {
    .bloc-les_champs-autres {
        margin: 3.125rem 0 1.5rem
    }
}

.bloc-les_champs-autres p {
    font-size: .875rem !important;
    line-height: 1rem !important;
    color: #848484;
    margin: 0 0 1.125rem
}

.bloc-les_champs-autres .bloc_cgv {
    display: flex;
    align-items: center
}

.bloc-les_champs-autres .bloc_cgv .checkbox {
    margin-right: 1rem
}

.bloc-les_champs-autres .bloc_cgv p {
    margin: 0
}

.bloc-les_champs-autres .bloc-boutons {
    padding: 1.25rem 0;
    border-top: solid 1px #e8f2f8;
    margin-top: 0
}

@media(min-width: 768px) {
    .bloc-les_champs-autres .bloc-boutons {
        margin-top: 2rem
    }
}

.bloc-les_champs-autres .bloc-boutons .btn-vert {
    margin: 0;
    float: right
}

.contour_champ {
    position: relative;
    margin-bottom: 1rem
}

.contour_champ p {
    position: absolute;
    font-size: 1rem !important;
    line-height: 1.25rem !important;
    letter-spacing: -0.01em;
    color: #848484;
    left: 1rem;
    top: .875rem;
    margin: 0;
    transition: all ease .6s
}

.contour_champ p.actif {
    color: #0078bf;
    font-size: .75rem !important;
    line-height: .75rem !important;
    top: .3125rem;
    transition: all ease .6s
}

.contour_champ p.actif.actif_rempli {
    color: #848484
}

.contour_champ input[type=text],
.contour_champ input[type=email],
.contour_champ input[type=tel] {
    border: none;
    border-radius: 0;
    width: 100%;
    font-weight: 400;
    font-size: 1rem;
    line-height: .875rem;
    letter-spacing: -0.01em;
    color: #000;
    padding: 1rem 1rem .5rem;
    border: solid 1px #D2E1EA;
    border-radius: .25rem
}


.contour_champ.caccueil input[type=text]{
    width: 15.625rem;
}  

.contour_champ input[type=text]:focus-visible,
.contour_champ input[type=email]:focus-visible,
.contour_champ input[type=tel]:focus-visible {
    outline: none;
    border: solid 1px #0078bf
}

.contour_champ select {
    border: none;
    border-radius: 0;
    width: 100%;
    font-weight: 400;
    font-size: 1rem;
    line-height: .875rem;
    letter-spacing: -0.01em;
    color: #000;
    padding: .75rem 1rem;
    border: solid 1px #D2E1EA;
    border-radius: .25rem
}

.contour_champ select:focus-visible {
    outline: none;
    border: solid 1px #0078bf
}

.contour_champ textarea {
    border: none;
    border-radius: 0;
    width: 100%;
    font-weight: 400;
    font-size: 1rem;
    line-height: .875rem;
    letter-spacing: -0.01em;
    color: #000;
    padding: 1.25rem 1rem;
    border: solid 1px #D2E1EA;
    border-radius: .25rem;
    height: 6.8125rem
}

.contour_champ textarea:focus-visible {
    outline: none;
    border: solid 1px #0078bf
}

.contour_champ textarea.grand {
    height: 14.5rem;
    padding: 1.875rem 1rem
}

.barre-avancement {
    width: calc(100% - 1.5rem);
    display: flex;
    justify-content: space-between;
    margin: 1.875rem 0 3.75rem 1rem
}

@media(min-width: 768px) {
    .barre-avancement {
        width: 38.125rem
    }
    .barre-avancement.plus {
        width: 64.188rem
    }
}

.barre-avancement .etape {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.barre-avancement .etape a {
    text-decoration: none;
    position: relative
}

.barre-avancement .etape a span {
    position: relative;
    z-index: 1;
    width: 1.125rem;
    height: 1.125rem;
    background: #fff;
    border: 1px solid #0078bf;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: .75rem;
    line-height: .9375rem;
    letter-spacing: -0.01em;
    color: #0078bf;
    transition: all ease .6s
}

.barre-avancement .etape a.actif span {
    background: #0078bf;
    color: #fff;
    transition: all ease .6s
}

.barre-avancement .etape a:hover span {
    background: #0078bf;
    color: #fff;
    transition: all ease .6s
}

.barre-avancement .etape p {
    font-weight: 700;
    font-size: .75rem;
    line-height: 2rem;
    color: #0078bf;
    margin: 0;
    position: absolute;
    bottom: -2.1875rem;
    text-align: center;
}

.barre-avancement .etape.barre a:before {
    content: "";
    position: absolute;
    background: #eef6fb;
    height: .5rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    width: 6.25rem;
    left: -5.875rem
}

@media(min-width: 768px) {
    .barre-avancement .etape.barre a:before {
        width: 12.3125rem;
        left: -11.9375rem
    }
}

.barre-avancement .etape.barre a.actif2:before {
    background: #0078bf
}

.deem_bloc p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin: 0 0 1rem
}

@media(min-width: 768px) {
    .deem_bloc p {
        font-size: 1.3125rem;
        line-height: 2rem
    }
    .deem_bloc li {
        font-size: 1.3125rem;
    }
}

.deem_bloc.bloc_1 select {
    width: 100%
}

@media(min-width: 768px) {
    .deem_bloc.bloc_1 select {
        width: 25rem
    }
}

.deem_bloc .btn-blanc-vert {
    margin: 0;
    float: left
}

.radio_champ {
    display: flex;
    flex-direction: row;
    margin: 0 0 1.5rem
}

.radio_champ input[type=radio].checkise,
.radio_champ input[type=checkbox].checkise {
    display: none
}

.radio_champ input[type=radio].checkise+label {
    position: relative;
    padding-left: 2.3rem;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 2rem;
    margin: 0 1rem .75rem 0
}

.radio_champ input[type=checkbox].checkise+label {
    position: relative;
    padding-left: 2.3rem;
    font-size: .875rem;
    line-height: 1rem;
    color: #848484
}

.radio_champ input[type=radio].checkise+label::before,
.radio_champ input[type=radio].checkise+label::after,
.radio_champ input[type=checkbox].checkise+label::before,
.radio_champ input[type=checkbox].checkise+label::after {
    display: block;
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    border-radius: .25rem
}

.radio_champ input[type=radio].checkise+label::before,
.radio_champ input[type=checkbox].checkise+label::before {
    border: solid 1px rgba(132, 132, 132, .1);
    background: #fff
}

.radio_champ input[type=radio].checkise:checked+label::after,
.radio_champ input[type=checkbox].checkise:checked+label::after {
    background: url(../img/pictos/checke.svg) no-repeat center center
}

.radio_champ input[type=radio].checkise_v2 {
    display: none
}

.radio_champ input[type=radio].checkise_v2+label {
    position: relative;
    padding-left: 3rem;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 2rem;
    margin: 0 1rem .75rem 0;
    background: #EEF6FB;
}

.radio_champ input[type=radio].checkise_v2+label::before,
.radio_champ input[type=radio].checkise_v2+label::after {
    display: block;
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%
}

.radio_champ input[type=radio].checkise_v2+label::before {
    border: solid 1px #0078BF;/*rgba(132, 132, 132, .1);*/
    background: #fff
}

.radio_champ input[type=radio].checkise_v2:checked+label::after {
    width: .5rem;
    height: .5rem;
    left: 18px;
    background: #0078bf
}

.liste-engagements {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column
}

@media(min-width: 768px) {
    .liste-engagements {
        flex-direction: row
    }
}

.liste-engagements .engagements {
    width: 100%;
    margin-bottom: 1rem
}

@media(min-width: 768px) {
    .liste-engagements .engagements {
        width: 48%;
        margin-bottom: 2rem
    }
}

.liste-engagements .engagements .titre {
    display: flex;
    align-items: center;
    margin: 0 0 1rem
}

.liste-engagements .engagements .titre h3 {
    margin: 0;
    padding-left: 1rem
}

.actualite-liste {
    margin-bottom: 1rem
}

@media(min-width: 768px) {
    .actualite-liste {
        margin-bottom: 2rem
    }
}

.actualites_titre {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin: 0 0 1rem
}

@media(min-width: 768px) {
    .actualites_titre {
        flex-direction: row;
        margin: 0 0 2rem
    }
}

.actualites_titre h1 {
    margin: 0
}

.fiche_actualites_titre {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0
}

@media(min-width: 768px) {
    .fiche_actualites_titre {
        margin: 3.75rem 0 2rem
    }
}

.fiche_actualites_titre h2 {
    margin: 0
}

.les_actualites .btn-bleu {
    width: auto;
    margin: 0 auto 5rem
}

.actualites_fiche h1 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.875rem;
    color: #000;
    margin: 0 0 1rem
}

@media(min-width: 768px) {
    .actualites_fiche h1 {
        font-size: 3rem;
        line-height: 3.5rem;
        margin: 0 0 1.5rem
    }
}

.actualites_fiche h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0 0 1.5625rem;
    text-align: left
}

.actualites_fiche h3 {
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.5rem;
    margin: 2rem;
    padding: 1rem 0 1rem 2rem;
    border-left: solid 1px #0078bf
}

@media(min-width: 768px) {
    .actualites_fiche h3 {
        margin: 3.75rem 6.25rem;
        padding: 1.875rem 0 1.875rem 2.5rem
    }
}

.actualites_fiche .img {
    width: 100%;
    height: auto;
    margin: 0 0 1rem;
    border-radius: .25rem
}

@media(min-width: 768px) {
    .actualites_fiche .img {
        margin: 0 0 2.375rem
    }
}

.actualites_fiche .contenu {
    display: flex;
    justify-content: space-between
}

.actualites_fiche .contenu .gauche {
    width: 12.5%;
    display: none
}

@media(min-width: 900px) {
    .actualites_fiche .contenu .gauche {
        display: block
    }
}

.actualites_fiche .contenu .droite {
    width: 100%
}

@media(min-width: 900px) {
    .actualites_fiche .contenu .droite {
        width: 80%
    }
}

.actualites_fiche p {
    line-height: 1.6875rem;
    margin: 0 0 1.875rem
}

.fiche_infos {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 1rem;
    margin: 0 0 1rem;
    flex-direction: column;
    border-bottom: solid 1px rgba(44, 32, 108, .1)
}

@media(min-width: 768px) {
    .fiche_infos {
        padding: 1.0625rem 0;
        margin: 0 0 2.875rem;
        flex-direction: row;
        align-items: center
    }
}

.fiche_infos .infos {
    margin: 0 0 1rem
}

@media(min-width: 768px) {
    .fiche_infos .infos {
        margin: 0
    }
}

.fiche_infos .infos p {
    margin: 0
}

.fiche_infos .infos p.mini {
    color: rgba(132, 132, 132, .6)
}

.bloc_rs {
    background: #fff;
    box-shadow: 0px .25rem 1.5625rem rgba(0, 0, 0, .08);
    border-radius: .25rem;
    padding: 1.25rem;
    position: relative;
    width: 11.0625rem
}

.bloc_rs p {
    margin: 0 0 1.25rem
}

.bloc_rs .rs {
    display: flex;
    flex-direction: column
}

.bloc_rs .rs a {
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #000;
    display: block;
    padding-left: 1.875rem;
    margin-bottom: 1.125rem
}

.bloc_rs .rs a.linkedin {
    background: url(../img/pictos/linkedin.svg) no-repeat left center
}

.bloc_rs .rs a.facebook {
    background: url(../img/pictos/facebook.svg) no-repeat left center
}

.bloc_rs .rs a.twitter {
    background: url(../img/pictos/twitter.svg) no-repeat left center
}

.affix {
    position: fixed;
    top: 6.2rem;
    left:0;
}

body.mobile-app .affix {
    position: static;
}

@media(min-width: 900px) {
    .affix {
        top: 5rem;
        left: initial;
    }
}

@media(max-width: 900px) {
    .agence-colonne_gauche{
        padding: 0;
    }
}

.ui-widget.ui-widget-content {
    border: 1px solid #D2E1EA;
    border-radius: 5px;
    padding: 8px;
}

.ui-menu .ui-menu-item {
    border: solid 1px #D2E1EA;
    border-top: none;
    padding: 5px;
    text-transform: lowercase;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.375rem;
    letter-spacing: -0.01em;
    color: #000;
    transition: all ease 0.6s;
}

.ui-menu .ui-menu-item:hover {
    background: #D2E1EA;
    transition: all ease 0.6s;
}

.ui-menu .ui-menu-item:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: solid 1px #D2E1EA;
}

.ui-menu .ui-menu-item:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ui-menu .ui-menu-item-wrapper{
    border: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: none;
    background: transparent;
    color: #000;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active{
    margin: 0;
}

.bloc_form-as{
    border-radius: 8px;
    border: solid 1px rgba(0,0,0,0.1);
    padding: 24px;
}

.bloc_form-as p.bleu{
    color: #0078BF;
}

.order0{
    order: 0;
}

.order1{
    order: 1;
}

.order2{
    order: 2;
}

.order3{
    order: 3;
}

.order4{
    order: 4;
}

.order5{
    order: 5;
}

.order6{
    order: 6;
}

.order7{
    order: 7;
}

.order8{
    order: 8;
}

@media(min-width: 900px) {
    .order0,.order1,.order2,.order3,.order4,.order5,.order6,.order7,.order8{
        order: initial;
    }
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0
}

footer ul li {
    margin: 0 0 .3125rem
}

@media(min-width: 768px) {
    footer ul li {
        margin: 0 0 .625rem
    }
}

footer ul li a {
    text-decoration: none
}

footer a {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #fff
}

footer a:hover {
    color: #fff
}

footer p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #fff;
    margin: 0
}

footer .footer_haut {
    background-color: #0078bf;
    padding: 3.125rem 0
}

@media(min-width: 768px) {
    footer .footer_haut {
        padding: 4.375rem 0 6.875rem
    }
}

footer .footer_haut .footer-bloc {
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

@media(min-width: 768px) {
    footer .footer_haut .footer-bloc {
        flex-direction: row
    }
}

footer .footer_haut .footer-bloc div {
    width: 100%;
    text-align: center
}

@media(min-width: 768px) {
    footer .footer_haut .footer-bloc div {
        width: 50%;
        text-align: left
    }
}

@media(min-width: 768px) {
    footer .footer_haut .footer-bloc div.footer-bloc_4 {
        width: 40%
    }
}

footer .footer_haut .footer-bloc h4 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #fff;
    margin: 0 0 1rem
}

@media(min-width: 768px) {
    footer .footer_haut .footer-bloc h4 {
        margin: 0 0 1.875rem
    }
}

footer .footer_haut .footer-bloc .footer-bloc_1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.5rem
}

@media(min-width: 768px) {
    footer .footer_haut .footer-bloc .footer-bloc_1 {
        align-items: flex-start;
        margin-bottom: 0
    }
}

footer .footer_haut .footer-bloc .footer-bloc_1 .btn-vert {
    display: table;
    margin: 2.5rem 0 0;
    position: relative;
    padding-left: 2.375rem
}

footer .footer_haut .footer-bloc .footer-bloc_1 .btn-vert:before {
    content: "";
    position: absolute;
    width: .7188rem;
    height: 1rem;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/pictos/picto-mon_compte.svg) no-repeat center center;
    background-size: 100%
}

footer .footer_haut .footer-bloc .footer-bloc_2 {
    margin-bottom: 1.5rem
}

@media(min-width: 768px) {
    footer .footer_haut .footer-bloc .footer-bloc_2 {
        margin-bottom: 0
    }
}

footer .footer_haut .footer-bloc .footer-bloc_3 {
    margin-bottom: 1.5rem
}

@media(min-width: 768px) {
    footer .footer_haut .footer-bloc .footer-bloc_3 {
        margin-bottom: 0
    }
}

footer .footer_bas {
    background-color: #006fb0;
    padding: 1.375rem 0
}

footer .footer_bas ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: rgba(255, 255, 255, .6)
}

@media(min-width: 768px) {
    footer .footer_bas ul {
        flex-direction: row
    }
}

footer .footer_bas ul li {
    margin: 0 .375rem
}

footer .footer_bas ul li a {
    color: rgba(255, 255, 255, .6)
}

footer .footer_bas ul span {
    display: none
}

@media(min-width: 768px) {
    footer .footer_bas ul span {
        display: block
    }
}

.contour_champ-toggle{
    height: 45px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.contour_champ-toggle p{
    margin: 0 0 0 1rem;
    font-size: 1.1rem;
}

.toggle1 {
    background: transparent;
    border: solid 1px #D2E1EA;
    width: 50px;
    height: 25px;
    border-radius: 50px;
    display: block;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    cursor: pointer;
    float: left;
}
.toggle1:after {
    content: "";
    background: #999;
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    position: absolute;
    left: 2px;
    top: 1.5px;
    transform: scale(0.9);
    cursor: pointer;
    transition: all 0.4s ease;
}
.toggle1:checked {
    background: #EEE;
}
.toggle1:checked:after {
    background: #0078BF;
    left: 25px;
}

.champ_obligatoire{
    font-size: .875rem !important;
    line-height: 1rem !important;
    color: #848484;
    margin: 0 0 1.125rem;
}

.spe{
    margin: 30px auto;
    display: table;
}

.radio_champ.long{
    flex-direction: column;
}

.contact-bloc.moitie{
    width: 50%;
}

.bloc_ajouter{
    display: flex;
    align-items: center;
    margin: 0 0 1rem;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bloc_ajouter .contour_champ{
    margin: 0;
    width: 70%;
}

.ajouter_autre{
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: solid 1px #e8f2f8;
}

.ajouter_autre p{
    margin: 0;
    width: 30%;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 2rem;
}

.ajouter_autre a{
    margin: 0;
    text-decoration: none;
    color: #0078BF;
}

.devis_proposition{
    padding: 0 0 2.5rem;
    margin: 0 0 1.25rem;
    border-bottom: solid 1px #e8f2f8;
    display: flex;
    justify-content: space-between;
}

.devis_proposition .gauche{
    width: 45%;
}

.devis_proposition .droite{
    width: 45%;
}

.bloc_devis p{
    font-size: 16px;
    line-height: 19px;
}

p.titre{
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
}

.bloc_devis .devis_total p{
    font-weight: 700;
}

.bloc_devis .devis_taxe p{
    color: #848484;
}

.dev{
    display: flex;
    justify-content: space-between;
}

.dev .gauche{
    width: 70%;
}

.dev .droite{
    width: 25%;
}

.devis_infos.dev .gauche,
.devis_infos.dev .droite,
.devis_total.dev .gauche,
.devis_total.dev .droite{
    border-top: solid 1px #D9D9D9;
    padding-top: 15px;
}

.slide_calendrier{
    border: solid 1px #E8F2F8;
    border-radius: 4px;
    /*width: 70%;*/
    padding: 0 15px;
}

.calendrier_semaine{
    border-bottom: solid 1px #E8F2F8;
}

.calendrier_semaine p{
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    padding: 12px 0;
    text-align: center;
    margin: 0;
}

.calendrier_creneau{
    display: flex;
    justify-content: space-between;
    padding: 20px 0 0;
}

.calendrier_creneau .date{
    width: 17%;
}

.calendrier_creneau .date p{
    font-size: 16px;
    line-height: 19px;
}

.calendrier_creneau .date .h{
    border: solid 1px #E6E6E6;
    background: #EEF6FB;
    border-radius: 4px;
    color: #0078BF;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    margin: 0 0 15px;
}

.calendrier_creneau .date .h:hover{
    border: solid 1px #0078BF;
    cursor: pointer;
}

.calendrier_creneau .date .h.nondispo{
    background: #F5F5F5;
    color: #C9C9C9;
}

.calendrier_creneau .date .h.nondispo:hover{
    border: solid 1px #E6E6E6;
    cursor: default;
}

.slide_calendrier .carousel-control-next, .slide_calendrier .carousel-control-prev{
    position: absolute;
    top: 10px;
    bottom: initial;
    width: auto;
    opacity: 1;
}

.slide_calendrier .carousel-control-next{
    right: 200px;
}

.slide_calendrier .carousel-control-prev{
    left: 200px;
}

.slide_calendrier .carousel-control-prev-icon{
    background: url(../img/pictos/fleche-gauche-bleu.svg) no-repeat center center;
}

.slide_calendrier .carousel-control-next-icon{
    background: url(../img/pictos/fleche-droite-bleu.svg) no-repeat center center;
}

.bloc-lien_bleu{
    width: 70%;
}

.lien_bleu{
    color: #0078BF;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    display: table;
    margin: 30px auto;
    background: url(../img/pictos/fleche-droite-bleu.svg) no-repeat right center;
    padding-right: 15px;
}

.contact-bloc .lien_bleu{
    margin: 0;
}

.bloc_infos-as{
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}

.bloc_infos-as .adresse{
    background: transparent;
    border-radius: 8px;
    border: solid 1px rgba(0,0,0,0.1);
    padding: 24px;
    margin-top: 24px;
    width: 65%;
    margin-bottom: 0;
    position: relative;
}

.bloc_infos-as .adresse .btn-blanc{
    position: absolute;
    right: 24px;
    top: 24px;
}

.bloc_infos-as .mail{
    border-radius: 8px;
    border: solid 1px rgba(0,0,0,0.1);
    padding: 24px;
    margin-top: 24px;
    width: 30%;
}

.bloc_infos-as .mail h3 {
    margin: 0 0 0.625rem;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.375rem;
}

.bloc_infos-as .mail p {
    margin: 0;
    font-size: 18px;
    line-height: 21px;
}

.bloc_infos-as .mail a {
    color: #0078bf;
    font-weight: 700;
}

.bloc_fin{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px auto;
}

.bloc_fin img{
    display: block;
}

.bloc_fin p{
    margin-top: 24px;
    text-align: center;
}

.ajouter_installation{
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #0078BF;
    text-decoration: none;
}

p.gris{
    color: #848484;
    margin: 16px 0 0;
}

.contour_avec_texte{
    display: flex;
    justify-content: space-between;
}

.contour_avec_texte > p{
    margin: 0;
    width: 10%;
    font-size: 16px;
    line-height: 50px;
}

.contour_avec_texte .contour_champ{
    width: 90%;
}

.bloc_telechargements{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.bloc_telechargements .gauche{
    width: 55%;
}

.bloc_telechargements .gauche a{
    text-decoration: none;
    color: #000;
    font-size: 21px;
    line-height: 21px;
    background: url(../img/pictos/picto-telecharger.svg) no-repeat right center;
    padding-right: 1.875rem
}

.bloc_telechargements .droite{
    width: 40%;
    border-radius: 4px;
    border: solid 1px #E8F2F8;
    padding: 1rem;
}

.bloc_telechargements .droite p{
    margin: 0;
}

.bloc_prelevement{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.bloc_prelevement .gauche{
    width: 60%;
}

.bloc_prelevement .gauche .bloc_mode{
    border-radius: 4px;
    border: solid 1px #E8F2F8;
    padding: 1rem;
    display: table;
    margin-bottom: 15px;
}

.bloc_prelevement .droite{
    width: 35%;
}
/*# sourceMappingURL=style.min.css.map */