@media screen and (min-width: 800px) {
    .mobile {
        display: none !important;
    }

    .wrapmobile {
        flex-wrap: nowrap !important;
    }
}

html, body {
    font-family: 'Onest', sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
    position: relative;
    user-select: none;
}

big, h1, h2, h3, h4, h5, h6 {
    font-family: 'Onest', sans-serif;
    font-weight: normal;
}

.in {
    max-width: 1280px;
    width: calc(100% - 30px);
    margin: 0 auto;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    /* padding: 24px 0; */
}

html.security {
    background: #00624ac9;
    color: white;
    background: url('/img/bg-connexion.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

html {
    background: white;
    /* transition: ease-out 0.1s opacity; */
}

header .none {
    color: #FFF;
    text-align: right;
    font-family: Onest,sans-serif,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 18.2px */
    letter-spacing: -0.39px;
}

html.security header .text, html.security header .text2 {
    fill: white;
}

header .none a {
    color: #C7D300;
    font-family: Onest,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.39px;
    display: block;
    text-decoration: none;
}

.loginbox {
    display: flex;
    padding: 45px 40px 35px 40px;
    flex-direction: column;
    align-items: stretch;
    gap: 35px;
    border-radius: 30px;
    border: 1px solid #EDECE8;
    background: #FFF;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
    margin: auto;
    max-width: 484px;
    box-sizing: border-box;
    color: black;
    position: relative;
    width: 100%;
}

.fullscreen {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 100vh;
    width: 100%;
    gap: 36px;
    padding-bottom: 50px;
    box-sizing: border-box;
}

big {
    color: #221F20;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 30.8px */
    letter-spacing: -0.66px;
    display: block;
    width: 100%;
    /* text-align: right; */
    color: var(--Jaguar, #221F20);

/* H3 */
    font-family: "Onest";
    font-size: 30px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    letter-spacing: -0.9px;
    width: 100%;
    /* display: flex; */
    align-items: center;
    /* justify-content: center; */
    gap: 10px;
}

input[type=email], input[type=text], input[type=tel], input[type=date],textarea {
    border-radius: 8px;
    border: 1px solid #757980;
    background: #FFF;
    width: 100%;
    padding: 12px 15px;
    align-self: stretch;
    outline: none !important;
    display: block;
    box-sizing: border-box;
    user-select: all;
    color: var(--Gun-Powder, #434550);
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.42px;
}

.loginbox form {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.btn {
    border-radius: 8px;
    background: #00624A;
    color: white;
    display: flex;
    padding: 14px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border: none;
    text-decoration: none;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.39px;
    width: max-content;
    box-sizing: border-box;
    cursor: pointer;
    min-width: min-content;
    position: relative;
    display: inline-flex;
    border: 1px solid var(--Gainsboro, #03624a);
}

p {
    color: #757980;
    font-family: Onest,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 20.8px */
    letter-spacing: -0.13px;
    margin: 0;
}

label {
    color: #434550;
    font-family: Onest,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.42px;
    display: block;
    margin-bottom: 5px;
    /* color: var(--Jaguar, #221F20); */
    /* font-family: Onest; */
    /* font-size: 12px; */
    /* font-style: normal; */
    /* font-weight: 600; */
    /* line-height: normal; */
    /* letter-spacing: -0.12px; */
}

.loginbox img {
    max-width: 129px;
}

.loginbox a {
    color: var(--Storm-Grey, #757980);
    font-family: Onest,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.12px;
    text-decoration: none;
}

.more {
    border-radius: 8px;
    background: var(--Almost-White, #F9F9F9);
    display: flex;
    padding: 14px 20px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.loginbox .more a {
    color: var(--Watercourse, #00624A);
    font-family: Onest,sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.39px;
}

.security .footer {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.btn-dark {
    background: var(--Watercourse, #00624A);
}

.btn.full {
    width: 100%;
}

html.security header {
    padding-top: 36px;
    padding-bottom: 36px;
    justify-content: space-between;
}

.security header svg.logo {
    position: absolute;
    margin: auto;
    width: 140px;
    /* background: red; */
    margin-left: -70px;
    left: 50%;
}

.public header {
    padding: 0;
    border-bottom: solid 1px #EDECE8;
    background: white;
    max-width: 100%;
    overflow-x: auto;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 99px;
    overflow: visible;
    min-height: 99px;
    max-height: 99px;
    box-sizing: border-box;
}

.public header .logo .text {
    fill: black;
}

.public footer {
    background: var(--Watercourse, #00624a);
    color: white;
    padding: 40px 0;
    margin-top: 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: stretch;
    gap: 30px;
    /* margin: 80px; */
}

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

.footerlinks {
    display: flex;
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
}

.footerlinks a {
    color: white;
    color: var(--White, #FFF);
    text-align: left;
    font-family: "Onest";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.public header nav.in {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.spacer {
    flex-grow: 1;
}

.btn-white {
    border-radius: 8px;
    border: 1px solid var(--Gainsboro, #E0E0E0);
    background: var(--Almost-White, #F9F9F9);
    color: #00624A;
}

.public header nav a:not(.btn) {
    color: var(--Jaguar, #221F20);
    text-align: center;
    font-family: "Onest";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.39px;
    text-decoration: none;
}

.btn {border-radius: 8px;border: 1px solid #E0E0E0;}

small {
    text-transform: uppercase;
    display: block;
    font-family: Onest,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.flex.vertical {
    flex-direction: column;
    align-items: flex-start;
    /* min-width: 400px; */
}

.m80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

h1 {
    color: var(--Jaguar, #221F20);
    /* Headline */
    font-family: "Onest";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.5px;
    margin: 0;
}

.l500 {
    max-width: 500px;
}

p.big {
    color: var(--Gun-Powder, #434550);
    font-family: Onest,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 25.6px */
    letter-spacing: -0.16px;
}

.wrapmobile img {
    /* margin-top: 80px; */
    /* margin-bottom: -80px; */
    width: 50vw;
    max-width: 600px;
    /* transition: all 0.5s linear; */
}

.top {
    align-items: flex-start;
}

.public_commercant_landing #ecran1 {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}

.bandeauGroupama {
    padding: 44px 0;
    background: radial-gradient(457% 191.95% at 5.14% 27.65%, #E8FDE1 0%, rgba(255, 254, 220, 0.75) 32.18%, rgba(233, 251, 227, 0.75) 58.76%, rgba(255, 255, 254, 0.00) 100%);
    background-size: cover;
    /* margin-top: -40px; */
    text-align: left;
    z-index: 2;
    position: relative;
}

.public_commercant_landing #ecran1 > div:first-child {
    padding-bottom: 80px;
}

.gray {
    color: #757980;
}

.vert {
    color: var(--Gossamer, #44A993);
}

.bandeauGroupama img {
    height: 50px;
}

img.ombregauche {
    box-shadow: #F5F9E6 -40px 40px;
    z-index: 0;
}

span.progess {
    position: relative;
    height: 6px;
    overflow: hidden;
    display: block;
    border-radius: 3px;
    background: var(--Gainsboro, #E0E0E0);
    /* margin-bottom: 30px; */
}

span.progressBar {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    transition: all 0.05s linear;
    border-radius: 3px;
    background: var(--Green-Linear, linear-gradient(93deg, #00624A 2.12%, #007C1D 100%));
}

.public_commercant_landing section#ecran2 {
    padding: 140px 0;
    background: var(--Soft-Linear, linear-gradient(135deg, #f5fcfb 0%, #fcfdf9 100%));
}

h2 {
    color: var(--Jaguar, #221F20);
    /* H1 */
    font-family: "Onest";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.2px;
    margin: 0;
    max-width: 565px;
}

.blocT {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 80px;
    align-items: stretch;
    justify-content: flex-start;
}

.blocT > div {
    display: block;
    /* border-left: solid 6px #effde3; */
    padding-left: 31px;
    max-width: 250px;
    box-sizing: border-box;
    position: relative;
    min-width: 231px;
}

.blocT b {
    color: var(--Jaguar, #221F20);
    /* H3 */
    font-family: "Onest";
    font-size: 30px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    letter-spacing: -0.9px;
}

.section-blocT {
    /* gap: 50px; */
    justify-content: space-between;
}

.section-blocT > div {
    max-width: 600px;
}

.section-blocT > img {
    max-width: 500px;
    margin: auto;
}

.blocC {
    display: flex;
    flex-wrap: wrap;
    gap: 36px 40px;
    align-items: stretch;
    justify-content: flex-start;
}

.blocC svg,.blocC span {
    border-radius: 16px;
    padding: 13px;
    margin-bottom: 20px;
    background: var(--Soft-Linear, linear-gradient(135deg, #E6F9F5 0%, #F5F9E6 100%));
    display: block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 20.8px */
    letter-spacing: -0.13px;
}

.blocC > div {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 40px 30px;
    gap: 10px;
    border-radius: 16px;
    border: 1px solid var(--Gainsboro, #E0E0E0);
    background: var(--White, #FFF);
    min-width: 100px;
    width: 44%;
    z-index: 1;
}

@media screen and (max-width: 1050px) {
    .blocC > div {
        width: calc(100% - 20px);
    }
}

.blocC b {
    color: var(--Jaguar, #221F20);
    font-family: "Onest";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.57px;
    word-break: break-word;
}

.section-slide .flex.wrapmobile {
    gap: 48px;
    align-items: flex-start;
    justify-content: stretch;
    overflow: hidden;
}

.section-slide img {
    border-radius: 16px;
    border: 1px solid var(--Gainsboro, #E0E0E0);
    position: absolute;
    /* transition: ease-in-out 0.4s all; */
}

div#slideMenu, div#slideMenuDetails {
    display: flex;
    gap: 80px;
    /* margin-top: 35px; */
    width: 100%;
}

div#slideMenu div, div#slideMenuDetails div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    cursor: pointer;
    width: 100%;
}

.section-slide b {
    color: var(--Jaguar, #221F20);
    font-family: "Onest";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.57px;
}

.section-temoignage .img {
    position: relative;
    width: 100%;
    /* height: 489px; */
    aspect-ratio: 400/489;
    max-width: 400px;
    border-radius: 16px;
}

.section-temoignage .img:before {
    content: "";
    width: 100%;
    display: block;
    background: red;
    position: absolute;
    z-index: 999;
    height: 100%;
    border-radius: 16px;
    background: var(--wan-white-bg, #EDECE8);
    transform: rotate(7.301deg);
    z-index: 0;
    top: 20px;
    left: 31px;
}

section#ecran4 {
    gap: 20px;
}

#ecran4 h2 {
    max-width: 100%;
    /* margin-bottom: 55Px; */
}

.btn.btn-ico {
    border-radius: 8px;
    border: 1px solid var(--Gainsboro, #E0E0E0);
    background: var(--Almost-White, #F9F9F9);
    flex-grow: 0;
    flex-shrink: 0;
}

.flex.btnlist {
    display: flex;
    width: 100%;
}

.p120 {
    padding: 120px 0;
}

.reassur {
    background: linear-gradient(135deg, #f3fcfa 0%, #fafcf2 100%);
    text-align: center;
}

html.loading {
    /* opacity: 0; */
}

.p80 {
    padding: 80px 0;
}

.reassur small {
    color: #00624A;
}

.reassur h2 {
    margin: auto;
}

.flex.vertical.center {
    align-items: center;
    justify-content: center;
}

.reassur a.btn {
    margin: auto;
}

.blocB > div {
    border-radius: 16px;
    border: 1px solid var(--Gainsboro, #E0E0E0);
    display: flex;
    padding: 40px 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
    text-align: left;
    min-width: 280px;
    box-sizing: border-box
}

.blocB b {
    color: var(--Jaguar, #221F20);
    font-family: "Onest", sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.57px;
}

.blocB a {
    color: var(--Watercourse, #00624A);
    font-family: Onest,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 20.8px */
    letter-spacing: -0.13px;
    text-decoration-line: underline;
    margin-top: 20px;
}

.blocB {
    display: flex;
    gap: 36px;
    flex-wrap: wrap;
}

.blocT > div:before {
    content: "";
    width: 6px;
    height: 100%;
    background: radial-gradient(457% 191.95% at 5.14% 27.65%, #E8FDE1 0%, rgba(255, 254, 220, 1) 32.18%, rgba(233, 251, 227, 1) 58.76%, rgba(255, 255, 254, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(180deg);
}

.flex.wrapmobile.slideblock {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 1280/517;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 55px;
}

.nowrap {
    flex-wrap: nowrap;
}

.slide1 #slide1, .slide2 #slide2, .slide3 #slide3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 66%;
    max-width: 100%;
}

.slide1 #slide2, .slide2 #slide3, .slide3 #slide1 {
    position: absolute;
    top: 0;
    left: 69%;
    width: 30%;
}

.slide1 #slide3, .slide2 #slide1, .slide3 #slide2 {
    position: absolute;
    top: 54%;
    left: 69%;
    width: 30%;
    max-width: 100%;
}

section#ecran5 {
    overflow: hidden;
    width: 100%;
}

.input-code.flex.nowrap {
    justify-content: flex-start;
    gap: 5px;
}

.loading .chargement {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 25px;
    opacity: 0.9;
    z-index: 99;
    display: block;
    padding: 100px;
    box-sizing: border-box;
}

.chargement {
    display: none;
    transition: opacity 0.5s ease-out;
    opacity: 0;
}

input.code {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.input-code.flex.nowrap .code {
    width: 41px;
    padding-left: 0;
    padding-right: 0;
}

.alert {
    margin: 10px 0;
    color: var(--Cinnabar, #E8501D);
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.39px;
    display: flex;
    gap: 5px;
    align-items: center;
}

input.error {
    border: 1px solid var(--Cinnabar, #E8501D);
    background: var(--Serenade, #FCE7D9);
}

nav {
}

div#intro {
}

.g35 {
    gap: 35px;
}

.g25 {
    gap: 25px;
}

.content {
    max-width: 500px;
}

.content500 {
    max-width: 500px;
}

.flex.centercenter {
    align-items: center;
    justify-content: center;
}

h4 {
    color: var(--Gun-Powder, #434550);
    font-family: Onest;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 24px */
    letter-spacing: -0.15px;
    margin: 0;
}

a.btn.btn-big {
    min-width: 100%;
}

p.info {
    color: var(--Watercourse, #00624A);
    font-family: Onest;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.12px;
}

.blocE span {
    display: block;
    color: var(--Storm-Grey, #757980);
    /* Paragraphe */
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 20.8px */
    letter-spacing: -0.13px;
    flex-grow: 1;
}

.blocE b {
    color: var(--Jaguar, #221F20);
    /* H6 */
    font-family: "Onest";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.57px;
}

.blocI {
    border-radius: 30px;
    border: 1px solid var(--wan-white-bg, #EDECE8);
    background: var(--Almost-White, #F9F9F9);
    display: flex;
    max-width: 373px;
    padding: 45px 40px;
    align-items: flex-start;
    gap: 25px;
    flex-direction: column;
    width: 100%;
    flex-grow: 1;
    box-sizing: border-box;
}

hr {
    height: 1px;
    display: block;
    border: none;
    background: #E0E0E0;
    width: 100%;
}

.col2 {
    display: flex;
    flex-direction: row;
    gap: 25px 80px;
    width: 100%;
    /* flex-wrap: wrap; */
    position: relative;
}

.bigone {
    flex-grow: 2;
    /* width: 100%; */
    position: relative;
}

.btn-list {
    display: flex;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
}

.loginbox b {
    color: #065b5b;
    font-weight: normal;
    /* font-size: 13px; */
}

.bandeau.warning:before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0C3.58203 0 0 3.58332 0 8C0 12.4193 3.58203 16 8 16C12.418 16 16 12.4193 16 8C16 3.58332 12.418 0 8 0ZM8 3.54839C8.7483 3.54839 9.3548 4.15497 9.3548 4.90323C9.3548 5.65148 8.7483 6.2581 8 6.2581C7.2517 6.2581 6.6452 5.65148 6.6452 4.90323C6.6452 4.15497 7.2517 3.54839 8 3.54839ZM9.8065 11.7419C9.8065 11.9557 9.6331 12.129 9.4194 12.129H6.5806C6.3669 12.129 6.1935 11.9557 6.1935 11.7419V10.9677C6.1935 10.754 6.3669 10.5806 6.5806 10.5806H6.9677V8.5161H6.5806C6.3669 8.5161 6.1935 8.3428 6.1935 8.129V7.3548C6.1935 7.1411 6.3669 6.9677 6.5806 6.9677H8.6452C8.8589 6.9677 9.0323 7.1411 9.0323 7.3548V10.5806H9.4194C9.6331 10.5806 9.8065 10.754 9.8065 10.9677V11.7419Z' fill='%23EE7919'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center left;
    content: "";
    DISPLAY: BLOCK;
    WIDTH: 37PX;
    height: 20px;
}

.bandeau.warning {
    color: var(--Carrot-Orange, #EE7919);
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.39px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0px;
    border-radius: 8px;
    border: 1px solid var(--Carrot-Orange, #EE7919);
    padding: 12px 20px;
    background: white;
    /* padding-left: 29px; */
}

.inscription-commercant label {
    color: var(--Gun-Powder, #434550);
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    letter-spacing: -0.42px;
}

.form-collection {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
}

.form-check label {
    display: block;
    padding: 10px 20px;
    /* background: blue; */
    border-radius: 8px;
    border: 1px solid var(--Gainsboro, #E0E0E0);
    background: var(--Almost-White, #F9F9F9);
    padding: 14px 40px;
}

.form-check input:checked + label {
    border-radius: 8px;
    background: var(--Watercourse, #00624A);
    color: white;
}

.form-check input {
    display: none;
}

div#main > .flex.top.in.mt {
    padding-bottom: 30px;
}

.checkbox label a {
    color: var(--Watercourse, #00624A);
    /* font-family: Onest; */
    /* font-size: 13px; */
    /* font-style: normal; */
    /* font-weight: 600; */
    /* line-height: normal; */
    /* letter-spacing: -0.39px; */
    /* text-decoration-line: underline; */
}

.checkbox label {
    border-radius: 8px;
    border: 1px solid var(--Gainsboro, #E0E0E0);
    background: var(--White-Smoke, #F5F5F5);
    display: flex;
    padding: 16px 20px;
    align-items: center;
    gap: 15px;
    align-self: stretch;
}

.checkbox input {
    display: none;
}

.bandeVert {
    background: #00624ac9;
    color: white;
    background: url(/img/bg-connexion.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 20px 40px 20px;
}

.bandeVert h1,.bandeVert p {
    color: white;
}

.max500 {
    max-width: 500px;
}

a.compte {
    display: flex;
    border-radius: 16px;
    border: 1px solid var(--wan-white-bg, #EDECE8);
    background: var(--White, #FFF);
    padding: 15px 25px;
    color: var(--Jaguar, #221F20);
    /* H6 */
    font-family: "Onest";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.57px;
    gap: 20px;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    justify-content: flex-start;
}

.compte:not(.choix) svg {
    border-radius: 16px;
    background: var(--Soft-Linear, linear-gradient(135deg, #E6F9F5 0%, #F5F9E6 100%));
    padding: 13Px;
}

.gap15 {
    gap: 15px;
}

a.compte small {
    color: var(--Storm-Grey, #757980);
    /* Paragraphe */
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 20.8px */
    letter-spacing: -0.13px;
    text-transform: none;
}

.compte b {
    color: black;
}

html.inscription-commercant.inscription_commercant_intro #main {
    padding-bottom: 0;
}

.bandeVert {
}

img.smartphone {
    border-radius: 40px;
    border: solid 10Px black;
    margin-top: -152px;
    max-width: 299px;
}

.in.flex.top {
}

.flex.right {
    justify-content: flex-end;
}

footer.xs {
    padding-bottom: 100px;
    padding-top: 30px;
    border-top: solid 1px #E0E0E0;
}

footer.xs a {
    color: var(--Jaguar, #221F20);
    text-align: center;
    font-family: "Onest";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

footer.xs div div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.border {
    padding: 80px;
    border-radius: 30px;
    border: 1px solid var(--Gainsboro, #E0E0E0);
    background: var(--White, #FFF);
    box-sizing: border-box;
    /* margin-bottom: 45px; */
    /* margin-top: 45px; */
}

.in.flex.right.margemobile {
    padding-left: 432px;
    box-sizing: border-box;
}

.m45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.gap80 {
    gap: 80px;
}

img.qrcode {
    max-width: 300px;
}

p.green {
    color: var(--Watercourse, #00624A);
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 20.8px */
    letter-spacing: -0.13px;
}

textarea {
    width: 100%;
    max-width: 500px;
    resize: vertical;
    min-height: 100px;
}

.form-group {
    width: 100%;
    max-width: 500px;
}

span.principale {
}

a.btn.btn-ico.btn-dark {
    background: #211f20;
    /* border-color: red; */
    border: 1px solid var(--Gun-Powder, #434550);
}

header.dark {
    background: var(--Jaguar, #221F20);
    overflow: visible;
}

header.dark nav a:not(.btn) {
    /* background: red; */
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Onest";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    padding: 10px 15px;
    align-items: flex-start;
    gap: 10px;
}

header.dark nav a.active:not(.btn) {
    color: var(--Electric-Lime, #C7D300);
    text-align: center;
    font-family: "Onest";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    padding: 10px 15px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
    background: var(--Black, #000);
}

div.avatar.dropdownmenu {
    flex-shrink: 0;
    background: #414040;
    padding: 0;
    flex-grow: 0;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid var(--Storm-Grey, #757980);
    position: relative;
    /* overflow: hidden; */
    max-width: 36px;
    min-width: 36px;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}

.dropdownmenu span.dropdown {
    position: absolute;
    top: 36px;
    right: 0;
    background: white;
    display: flex;
    width: 260px;
    padding: 15px 1px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: var(--Gun-Powder, #434550);
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.39px;
    display: flex;
    /* padding: 12px 20px; */
    align-items: center;
    gap: 10px;
    align-self: stretch;
    text-align: left;
    align-items: flex-start;
    border-radius: 8px;
    border: 1px solid var(--Gainsboro, #E0E0E0);
    background: var(--White, #FFF);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    transform: rotateX(90deg);
    opacity: 0;
    transition: ease-out 0.3s all;
    transform-origin: top right;
    z-index: 0;
}

header nav .dropdownmenu span.dropdown a {
    color: var(--Gun-Powder, #434550);
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.39px;
    padding: 10px 15px;
    text-align: left;
}

header nav .dropdownmenu span.dropdown a.logout {
    color: var(--Cinnabar, #E8501D);
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.39px;
}

header nav .dropdownmenu span.dropdown .spacer {
    border-top: solid 1px #E0E0E0;
    width: 100%;
}

.dropdownmenu.open span.dropdown {
    opacity: 1;
    transform: none;
    z-index: 999;
    max-height: 70vh;
    overflow: auto;
}

div#content {
    min-height: calc(100vh - 228px);
}

div#content {background: white;z-index: 1;position: relative;width: 100%;overflow: hidden;}

.flex > .btn-list {
    width: auto;
}

div#content.espaceclient {
    padding: 50px 0;
}

.question {
    padding: 35px 0;
    border-bottom: solid 1px #E0E0E0;
}

.question:first-child {
    border-top: solid 1px #E0E0E0;
}

.question b {
    color: var(--Jaguar, #221F20);
    /* H6 */
    font-family: "Onest";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.57px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.question p {
    display: none;
}

.question.open p {
    display: block;
    margin-top: 15px;
}

.question b:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.8885 8.73682L18.2625 8.11136C18.114 7.96288 17.8738 7.96288 17.7252 8.11136L12 13.8195L6.2748 8.11136C6.12623 7.96288 5.88596 7.96288 5.73738 8.11136L5.11143 8.73682C4.96286 8.88529 4.96286 9.12537 5.11143 9.27384L11.7313 15.8886C11.8799 16.0371 12.1202 16.0371 12.2687 15.8886L18.8885 9.27384C19.0372 9.12537 19.0372 8.88529 18.8885 8.73682Z" fill="%23434550"/></svg>');
    background-repeat: no-repeat;
    background-position: center center;
}

.question.open b:after {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.11146 15.2632L5.73745 15.8886C5.88596 16.0371 6.12622 16.0371 6.27483 15.8886L12 10.1805L17.7252 15.8886C17.8738 16.0371 18.114 16.0371 18.2626 15.8886L18.8886 15.2632C19.0371 15.1147 19.0371 14.8746 18.8886 14.7262L12.2687 8.11137C12.1201 7.96288 11.8798 7.96288 11.7313 8.11137L5.11146 14.7262C4.96285 14.8746 4.96285 15.1147 5.11146 15.2632Z" fill="%23434550"/></svg>');

}
#contact
{
    border-radius: 30px;
border: 1px solid var(--wan-white-bg, #EDECE8);
background: var(--Almost-White, #F9F9F9);
    display: flex;
width: 100%;
padding: 45px 40px;
flex-direction: column;
align-items: flex-start;
gap: 25px;
    box-sizing:border-box;

}


.flex.vertical.bigone form {
    width: 100%;
}

select {
    display: flex;
    padding: 12px 15px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Storm-Grey, #757980);
    background: var(--White, #FFF);
    width: 100%;
    outline: none!important;
    max-width: 500px;
}

.flex.fill {
    justify-content: center;
    /* align-items: center; */
}

.fill > div {
    width: 100%;
}
.etapes.flex.centercenter {
    background: opacity: 0.5;
    background: var(--Soft-Linear, linear-gradient(135deg, #E6F9F5 0%, #F5F9E6 100%));
}

.blocE {display: flex;max-width: 487px;width: 100%;flex-direction: column;gap: 8px;justify-content: stretch;align-items: stretch;}

.blocE > div,.blocE > a {
    background: white;
    padding: 25px 35px;
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 20px;
    border-radius: 16px;
    border: 1px solid var(--wan-white-bg, #EDECE8);
    background: var(--White, #FFF);
}

.bspan {}

.blocE svg {
    border-radius: 16px;
    background: var(--Soft-Linear, linear-gradient(135deg, #E6F9F5 0%, #F5F9E6 100%));
    padding: 13px;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    min-width: 50px;
}

.flex.in.mt {
    padding-top: 80px;
}

h1 {
    color: var(--Jaguar, #221F20);

/* H1 */
    font-family: "Onest";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.2px;
    word-break: break-word;
}

b small {
    color: var(--Watercourse, #00624A);
    font-family: Onest;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.12px;
    text-transform: none;
}

.blocI>b {
    color: var(--Jaguar, #221F20);
    font-family: "Onest";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.57px;
}

hr {}

.info.flex.vertical {
    gap: 25px;
    width: 100%;
}

.col2 > div {
    width: 50%;
}

.f span {
    color: var(--Gun-Powder, #434550);
    font-family: Onest;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 160%; /* 24px */
    letter-spacing: -0.45px;
}

.btn-list {
    display: flex;
    align-items: center;
}

label.form-label {}

.checkbox label:before {
    width: 24px;
    height: 24px;
    content: "";
    border: solid 1px black;
    border-radius: 5px;
    background: white;
    background-position: center center;
    transition: ease-out 0.1s;
    min-width: 24px;
    flex-shrink: 0;
}

.checkbox input:checked + label:before {
    background: #03624a;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDE0IDEwIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTIuODA3OSAwLjA0ODMzM0MxMi44NzY4IC0wLjAxNjExMSAxMi45ODg1IC0wLjAxNjExMSAxMy4wNTc0IDAuMDQ4MzMzTDEzLjk0ODQgMC44ODE5MjdDMTQuMDE3MiAwLjk0NjQwOSAxNC4wMTcyIDEuMDUwOTMgMTMuOTQ4NCAxLjExNTM2TDQuNTA0MDEgOS45NTE2OUM0LjQzNTA4IDEwLjAxNjEgNC4zMjMzOSAxMC4wMTYxIDQuMjU0NTIgOS45NTE2OUwwLjA1MTY1ODcgNi4wMTk0MUMtMC4wMTcyMjk3IDUuOTU0OSAtMC4wMTcyMDk1IDUuODUwNCAwLjA1MTY1ODcgNS43ODU5OEwwLjk0MjYxIDQuOTUyMzVDMS4wMTE1NCA0Ljg4NzkzIDEuMTIzMjUgNC44ODc5MyAxLjE5MjEyIDQuOTUyMzVMNC4zNzkyOSA3LjkzNDM0TDEyLjgwNzkgMC4wNDgzMzNaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=");
    background-position: center center;
    background-repeat: no-repeat;
}

.photos.scroll {
    display: block;
    max-width: 100%;
    /* background: red; */
    overflow-x: auto;
    overflow-y: hidden;
}

.photos.scroll > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 250px;
}

.photos.scroll > div img {
    height: 250px;
}

.photos.scroll > div > div {
    position: relative;
}

.photos.scroll > div > div input {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    accent-color: #31a38a;
    border-radius: 10px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* border-radius: 20px; */
}

span.principale {
    position: absolute;
    bottom: 10px;
    left: 45px;
    z-index: 2;
    background: black;
    color: var(--White, #FFF);
    font-family: Onest;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.12px;
    display: inline-flex;
    height: 30px;
    padding: 0 10px;
    /* justify-content: center; */
    /* align-items: center; */
    /* gap: 10px; */
    flex-shrink: 0;
    border-radius: 4px;
    background: var(--Jaguar, #221F20);
    text-align: center;
    max-width: calc(100% - 50px);
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: fit-content;
    overflow: hidden;
}

.photos.scroll > div > div .principale {
    display: none;
}

.photos.scroll > div > div:not(.principale) .principale {
    display: flex;
    opacity: 0;
    background: white;
    color: black;
}
.photos.scroll > div > div:hover:not(.principale) .principale {

    opacity: 1;

}
.photos.scroll > div > div.principale .principale {
    display: flex;
    opacity: 1;
}

.photos.scroll > div > div:not(.principale) .principale:before {
    content: "Nouvelle image de couverture";
}
.photos.scroll > div > div.principale .principale:before{
    content: "Image de couverture";
}


a.btn.btn-white {
    /* position: absolute; */
    /* top: -84px; */
}

a.tel {
    color: black;
}

div#main > .flex.top.in.mt form {
    width: 100%;
}

div#organisePhoto {
    width: 100%;
}

#organisePhoto a.btn.btn-white {
    display: none;
}

#organisePhoto .photos.scroll {
    display: block;
    height: auto;
    max-height: none;
    /* height: auto; */
    margin-top: 35px;
    margin-bottom: 35px;
}

#organisePhoto .photos.scroll > div {
    display: block;
    column-count: 3;
    /* background: red; */
    width: 100%;
    flex-direction: column;
    column-gap: 20px;
    max-height: none;
    height: auto;
}

#organisePhoto .photos.scroll > div img {max-width: 400px;width: 100%;height: auto;min-height: auto;min-width: auto;}

#organisePhoto .photos.scroll > div > div {
    margin-bottom: 20px;
}

.btn input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.btn {}

span#uploadBtn .upload {
    display: block;
}
span#uploadBtn.uploading .upload {
    display: none;
}
span#uploadBtn.uploading #progress {
    display: block;
    position:absolute;
    width:1px;
    top:0;
    left:0;
    height:100%;
    background:#03624a61;
}
span#uploadBtn #progress {
    display: none;
}
span#uploadBtn.uploading #progressinfo {
    display: block;
}
span#uploadBtn #progressinfo {
    display: none;
}

span#uploadBtn {
    width: 200px;
    text-align: center;
}

.accueil {
    background: transparent;
    background-position: top center;
    background-size: cover;
    /* background-color: #333; */
    color: white;
    position: relative;
}

.accueil:before {
    content:"";
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.35) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}


.accueil .flex
{
    max-width: 501px;
    padding:80px 0;
}
.accueil h1
{
    color:white;
    z-index:2;
    color: var(--White, #FFF);

/* Headline */
    font-family: "Onest";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.5px;
    max-width: 450px;
}
.accueil p
{
    color:white;
    z-index:2;
}

a.btn.btn-transparent {
    border: solid 2px white;
    background: transparent;
}

.accueil a.btn.btn-white {
    color: black;
}

.accueil .spacer {
    min-height: 128px;
}

html.public.public_commercant_landing .bandeauGroupama {
    margin-top: -40px;
}

.blocC4 > div {
    width: calc(25% - 30px);
}

.gradient {
    background: linear-gradient(104deg, rgba(232, 253, 225, 0.50) 27.01%, rgba(255, 254, 229, 0.50) 74.56%, rgba(233, 251, 227, 0.50) 100%);
    position: relative;
}

.m180 {
    margin-top: 180px;
    margin-bottom: 180px;
}

.flex.space-between {
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

a.btn.btn-transparent.green {
    color: #00624A;
}

a.c {
    display: block;
    max-width: 400px;
    width: 100%;
    text-decoration: none;
    /* position: absolute; */
    /* z-index: 9999; */
}

.c .img {
    width: 400px;
    max-width: 100%;
    aspect-ratio: 400/350;
    /* background: #eee; */
    background-position: center center;
    background-size: cover;
    min-width: 200px;
}

.c big {
    color: var(--Jaguar, #221F20);
    font-family: "Onest";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.57px;
    display: block;
    padding-top: 30px;
    padding-bottom: 10px;
    background: white;
}

.commercants {
    gap: 60px 40px;
    align-items: flex-start;
    justify-content: center;
    /* margin: 0; */
    padding: 0;
    width: 100%;
}

.c b {
    color: var(--Watercourse, #00624A);
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 20.8px */
    letter-spacing: -0.13px;
}

.c span {
    color: var(--Storm-Grey, #757980);
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 20.8px */
    letter-spacing: -0.13px;
}

.c .infos {
    display: flex;
    gap: 2px 20px;
    flex-wrap: wrap;
}

.video {
    background: #00624A;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1280/720;
    border-radius: 16px;
}

.video {}

h2.full {
    width: 100%;
    max-width: 100%;
}

.m60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.ariane {
    background: var(--Almost-White, #F9F9F9);
    padding: 20px 0;
}

.ariane a {
    color: var(--Jaguar, #221F20);
    font-family: Onest;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
} 

.ariane .in {
    gap: 10px;
    justify-content: flex-start;
}

.ariane span {
    color: var(--Storm-Grey, #757980);
    font-family: Onest;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.border {
    color: var(--Gun-Powder, #434550);
    font-family: Onest;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 24px */
    letter-spacing: -0.45px;
    /* max-width: 500px; */
    /* flex: 1; */
}

.border a {
    color: var(--Gun-Powder, #434550);
    font-family: Onest;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 24px */
    letter-spacing: -0.45px;
    text-decoration: none;
}

.horraires div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.horraires {
    width: 100%;
    display: block;
}

.image {
    position: relative;
    min-height: 200px;
    width: 100%;
    /* max-width: 400px; */
    flex-grow: 1;
    overflow: hidden;
    max-width: 713px;
}

.border .flex {
    flex-wrap: nowrap;
}

.grow {
    flex-grow: 1;
    width: 100%;
    max-width: 713px;
}

.images {
    display: flex;
    /* flex-wrap: wrap; */
    position: absolute;
    bottom: 20px;
    left: 20px;
    /* overflow-y: auto; */
    width: 100%;
    box-sizing: border-box;
    gap: 4px;
    overflow: hidden;
}

.images img {
    height: 60px;
    border-radius: 4px;
    border: 2px solid transparent;
    transition: ease-out all 0.2s;
    cursor: pointer;
}

.images img.active {
    border: 2px solid var(--Gossamer, #44A993);
}

.image > img {
    max-width: 100%;
    width: 100%;
    border-radius: 14px;
    transition: ease-out 0.2s all;
    min-width: 100%;
}

.flex.deuxCol {
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
}

.border svg {
    border-radius: 16px;
    background: var(--Soft-Linear, linear-gradient(135deg, #E6F9F5 0%, #F5F9E6 100%));
    padding: 13px;
    box-sizing: content-box;
    width: 24px;
    height: 24px;
    display: block;
    flex-shrink: 0;
    flex-grow: 0;
}

header.flex {
    align-items: flex-start;
    justify-content: flex-start;
}

.header a.btn.btn-ico svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    flex-grow: 0;
    max-width:24px;
}

.header a.btn.btn-ico {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header.flex.p80 {
    align-items: flex-start;
    justify-content: flex-start;
}

.header a.btn.btn-ico {
    width: 44px;
    height: 44px;
    max-width: 44px;
    box-sizing:border-box;
    min-width: 44px;
    padding: 0;
}

.header h1 {
    margin-top: -5px;
}

div#map {
    height: calc(100vh - 80px);
}


.gm-style-iw.gm-style-iw-c {
    padding: 0!important;
    /* width: 409px; */
}
.gm-style-iw.gm-style-iw-c .c big,
.gm-style-iw.gm-style-iw-c .c .infos
{
    padding-left: 20px;
    padding-right: 20px;
}
.gm-style-iw-d
{
    /* padding:0!important; */
    /* width: 200px; */
}

button.gm-ui-hover-effect {
    /* position: absolute; */
    /* color: white; */
}

div {}

div#video-container {}

.gm-style-iw-d {
    overflow: hidden!important;
    /* background: red; */
    padding-bottom: 20px;
}

.gm-style .gm-style-iw-tc::after {
    display: none;
}

.i {
    display: block;
    width: calc(100% - 2px);
    background: #eef9ed;
    background-position: center center;
    background-size: contain;
    aspect-ratio: 16/10;
    /* min-width: 800px; */
    border-radius: 30px;
    border: 1px solid var(--Gainsboro, #E0E0E0);
    background-repeat: no-repeat;
    overflow: hidden;
    max-width: 713px;
}

button.gm-ui-hover-effect {
    background: white;
    padding: 20px;
}

span {}

.gm-style-iw.gm-style-iw-c button
{
    right: 10px!important;
    background: white!important;
    border-radius: 100%;
    height: 36px!important;
    width: 36px!important;
    padding: 0!important;
    top: 10px!important;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.gm-style-iw.gm-style-iw-c button span {
    width: 12px!important;
    height: 12px!important;
    box-sizing: border-box;
}

.btn.btn-gradient {
    border-radius: 8px;
    border: 1px solid var(--wan-white-bg, #EDECE8);
    background: var(--Soft-Linear, linear-gradient(135deg, #E6F9F5 0%, #F5F9E6 100%));
    color: #00624A;
}

div#client {
    min-height: calc(100vh - 99px);
    align-items: stretch;
    justify-content: stretch;
    flex-wrap: nowrap;
}

div#cagnotecol {
    max-width: 567px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.bigCagnote.flex.vertical {
    border-radius: 16px 16px 0px 0px;
    background: var(--Watercourse, #00624A);
    color: white;
    align-items: center;
    padding: 40px 0;
    box-sizing: border-box;
    width: 400px;
    max-width: 400px;
    width: 100%;
}

.bigCagnote.flex.vertical b {
    display: block;
    color: var(--White, #FFF);
    text-align: center;

/* H6 */
    font-family: "Onest";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.57px;
}

.bigCagnote.flex.vertical big {
    color: var(--White, #FFF);
    text-align: center;

/* Big Number */
    font-family: "Onest";
    font-size: 80px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
    letter-spacing: -2.4px;
    width: 100%;
}

.btn-center {
    /* align-items: center; */
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    text-align: center;
}

a.btn.btn-dark-dark {
    border-radius: 8px;
    background: var(--British-Racing-Green, #004838);
}

.btn-center small {
    display: block;
    color: var(--Electric-Lime, #C7D300);
    text-align: center;
    font-family: Onest;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 17.6px */
    letter-spacing: -0.11px;
    margin-top: 5px;
    text-transform: none;
}

.flex.nogap {
    gap: 0;
}

div#qrCagnotte {
    border-radius: 0px 0px 16px 16px;
    border: 1px solid var(--wan-white-bg, #EDECE8);
    background: var(--White, #FFF);
    max-width: 400px;
    display: flex;
    max-width: 400px;
    width: 100%;
    align-items: center;
    justify-content: stretch;
    padding-right: 10px;
    box-sizing: border-box;
    padding-left: 10px;
}

div#qrCagnotte img {
    width: 171px;
}

div#qrCagnotte b,div#qrCagnotte big {
    display: block;
    color: var(--Jaguar, #221F20);

/* H6 */
    font-family: "Onest";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.57px;
}

b.spacecode {
    /* font-family: consolas; */
    letter-spacing: 0px;
    user-select: text;
}

table.history {
    display: table;
    width: 100%;
    box-sizing: border-box;
    border-spacing: 0;
    border-collapse : collapse;
}

table.history thead th {
    border-bottom: solid 1px #E0E0E0;
    color: var(--Storm-Grey, #757980);
    text-align: center;
    font-family: Onest;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
    padding: 10px 0;
    border-top: solid 1px #E0E0E0;
}

.flex.flexgrow {
    flex-grow: 1;
}

.p8080 {
    padding: 80px;
    box-sizing: border-box;
}

table.history tbody td b {
    color: var(--Jaguar, #221F20);
    font-family: "Onest";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.13px;
    text-transform: capitalize;
}

table.history tbody td {
    color: var(--Storm-Grey, #757980);
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.13px;
    padding: 25px 0;
    border-bottom: solid 1px #E0E0E0;
}

tr.credit.expire {
    text-decoration: line-through;
}

.credit td.montant {
    color: var(--Gossamer, #44A993);
    text-align: right;
    font-family: "Onest";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.13px;
}

.transaction td.montant {
    color: var(--Jaguar, #221F20);
    text-align: right;
    font-family: "Onest";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.13px;
}

h2.year {
    color: var(--Jaguar, #221F20);

/* H6 */
    font-family: "Onest";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.57px;
}

form#validerCode {
    background: white;
    padding: 25px;
    box-sizing: border-box;
    margin-top: 10px;
    border-radius: 16px;
    border: 1px solid var(--wan-white-bg, #EDECE8);
    background: var(--White, #FFF);
    max-width: 400px;
    width: 100%;
}

div#validerCode small {
    color: var(--Storm-Grey, #757980);
    font-family: Onest;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 17.6px */
    letter-spacing: -0.11px;
    text-transform: none;
}

.btnApp span, .btnApp a,.btnApp span, .btnApp b {
    display: flex;
    margin: 10px;
    align-items: center;
    gap: 10px;
    justify-content: center;
    width: 300px;
    padding: 10px 20px;
    box-sizing: border-box;
    background: red;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.15);
}

div#android {
    display: none;
}

div#installed {
    display: none;
}

div#video-container {}

div#headerapp {}

a.backApp {
    z-index: 999;
    position: absolute;
    top: 20px;
    left: 20px;
}

.light div#headerapp {
    background: transparent;
    border-color: #44A993;
}

.transactionOK .ok, .transactionOK .details, .transactionOK .btn {
    max-width: 500px;
    margin: auto;
    display: flex;
    border-radius: 16px;
    border: 1px solid rgba(68, 169, 147, 0.30);
    background: rgba(68, 169, 147, 0.20);
    width: calc(100% - 20px);
    margin-top: 0;
    margin-bottom: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
    gap: 10px;
    box-sizing: border-box;
    /* margin-top: 40px; */
}

.transactionOK span.montant {
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Onest";
    font-size: 66px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
    letter-spacing: -2.4px;
}

.transactionOK .ok b.flex {
    color: var(--Electric-Lime, #C7D300);
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    letter-spacing: -0.16px;
    gap: 10px;
}

.flex.vertical.transactionOK.center {/* padding-top: 40px; */gap: 15px;padding: 0!important;margin-top: 0;}

.transactionOK .details.flex.vertical {
    align-items: flex-start;
    padding: 25px;
    color: var(--White, #FFF);
    font-family: "Onest";
    font-size: 13px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
    letter-spacing: -0.13px;
}

.transactionOK span.btn {
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Onest";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.transactionOK.erreur .ok b.flex {
    color: white;
}

.transactionOK.erreur .ok {
    border-radius: 16px;
    border: 1px solid var(--Valencia, #D85050);
    background: #3D0E0E;
    gap: 25px;
    margin-top: 20px;
}

.transactionOK.erreur span.details {
    border-radius: 8px;
    background: var(--Valencia, #D85050);
    display: inline-flex;
    flex-direction: row;
    /* max-width: 200px; */
    width: 263px;
    padding: 10px;
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Onest";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.transactionOK.erreur span.details span {
    color: var(--White, #FFF);
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    letter-spacing: -0.16px;
}

.flex.big {
    width: 100%;
    /* min-width: 100%; */
    /* align-items: center; */
    justify-content: stretch;
    flex-grow: 1;
    /* max-width: 100%; */
}

.col {
    flex-grow: 1;
}

.appPush.flex.vertical.gradientdark {
    position: relative;
    padding-right: 222px!important;
    background: #0B625C;
    padding: 45px 40Px;
    border-radius: 16px;
    box-sizing: border-box;
    width: calc(100% - 20px);
}

.appPush img.smartphone {
    position: absolute;
    right: -20px;
    width: 200px;
    top: 200px;
}

.appPush.flex.vertical.gradientdark .qrcode {
    width: 140px;
}

.appPush a.btn.btn-green {
    border-radius: 8px;
    border: 1px solid var(--Gossamer, #44A993);
    background: transparent;
    width: 100%;
}

.colSmall {
    max-width: 486px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.appPush b {
    color: var(--White, #FFF);

/* H6 */
    font-family: "Onest";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.57px;
}

.appPush p.green {
    color: var(--Electric-Lime, #C7D300);
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 20.8px */
    letter-spacing: -0.13px;
}

.last.gradient.flex.vertical {
    padding: 45px 40px;
    border-radius: 16px;
    border: 1px solid var(--wan-white-bg, #EDECE8);
}

.gradient a {
    color: var(--Watercourse, #00624A);
    text-align: center;
    font-family: "Onest";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-flex;
    text-decoration: none;
    gap: 10px;
    /* color: white; */
}

.border.flex.remboursement {
    padding: 25px 35px;
    width: 100%;
    align-items: stretch;
    justify-content: stretch;
}

.remboursement small {
    color: var(--Storm-Grey, #757980);
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 20.8px */
    letter-spacing: -0.13px;
    text-transform: none;
}

.remboursement .gray {
    color: var(--Watercourse, #00624A);
    font-family: "Onest";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 17.6px */
    text-transform: uppercase;
    border-radius: 8px;
    background: var(--Almost-White, #F9F9F9);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 15px;
    flex-grow: 1;
    text-align: left;
}

.gray {}

.remboursement .flex.vertical {
    flex-grow: 1;
    gap: 0;
}

.remboursement b {
    color: var(--Jaguar, #221F20);

/* H3 */
    font-family: "Onest";
    font-size: 30px!important;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    letter-spacing: -0.9px;
}

.flex.prochainRemboursement {
    border-radius: 16px;
    border: 1px solid var(--wan-white-bg, #EDECE8);
    background: var(--White, #FFF);
    padding: 16px 20px;
    color: var(--Storm-Grey, #757980);
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 20.8px */
    letter-spacing: -0.13px;
    width: 100%;
    box-sizing: border-box;
}

.prochainRemboursement b {
    color: var(--Jaguar, #221F20);
    font-family: "Onest";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.13px;
}

.border.ventes {
    width: 99%;
    padding: 45px 40px;
}

.flex.kpi {
    width: 100%;
    align-items: stretch;
}

.flex.kpi > div {
    flex-grow: 1;
    padding: 45px 40px;
}

.border.ventes a {
    color: var(--Watercourse, #00624A);
    text-align: center;
    font-family: "Onest";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 5px;
}

.ventes .flex.space-between {
    padding-bottom: 28px;
}

div#popupvideo {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.9);
    width: 100%;
    height: 100vh;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#popupvideo video, #popupvideo #videoYoutube {
    max-width: 80vw;
    width:100vw;
    height:100vh;
    max-height: 80vh;
}

#popupvideo div {
    text-align: center;
}

#popupvideo span.close {#popupvideo:;color: white;font-size: 40px;font-family: sans-serif;transform: rotate(45deg);display: block;position: absolute;top: 50px;right: 50px;}

div#popupvideo {
    display: none;
    opacity: 0;
}

div#popupvideo.open {
    display: flex;
    opacity: 1;
}

.gradient a.btn {
    color: white;
}

.accueil.videofull .flex {
    max-width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

p>b {
    color: var(--Jaguar, #221F20);

/* H6 */
    font-family: "Onest";
    /* font-size: 19px; */
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.57px;
}

.white p {
    color: var(--Gun-Powder, #434550);
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    letter-spacing: -0.16px;
}

.blocC.blocC3 > div {
    width: calc(33.333333% - 27px);
}

.bandeau {
    border-radius: 8px;
    border: 1px solid var(--Watercourse, #00624A);
    background: var(--Soft-Linear, linear-gradient(135deg, #E6F9F5 0%, #F5F9E6 100%));
    display: flex;
    gap: 10px;
    display: flex;
    padding: 16px 20px;
    align-items: center;
    gap: 15px;
    align-self: stretch;
    color: var(--Watercourse, #00624A);
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
    line-height: 160%; /* 20.8px */
    letter-spacing: -0.39px;
}

.bandeau p {
    color: var(--Watercourse, #00624A);
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 20.8px */
    letter-spacing: -0.39px;
}

.btn-list a.classic {
    color: var(--Watercourse, #00624A);
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 20.8px */
    letter-spacing: -0.13px;
    text-decoration-line: underline;
    max-width: 230px;
}
@media screen and (max-width:1200px)
{
.blocC4 > div {
    width: calc(50% - 20px);
}
    }

.appli {
    display: flex;
    flex-direction: column;
    background: #03624b;
    border-radius: 35px;
    color:  var(--Electric-Lime, #C7D300);
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 20.8px */
    letter-spacing: -0.13px;
    gap: 20px;
    padding: 150px 50px;
    padding-right: 183px;
    position: relative;
    min-width: 412px;
    margin-right: 50px;
    box-sizing: border-box;
}

.appli img.smartphone {
    position: absolute;
    max-width: 200px;
    right: -50px;
    top: 50%;
    margin-top: -225px;
}

.appli p {
    color: var(--Electric-Lime, #C7D300);
}

.appli b {
    color: var(--White, #FFF);

/* H6 */
    font-family: "Onest";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.57px;
    /* order: 2; */
}

section#appliCommercant {}


.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    /* border-radius: 8px; */
    /* border: 1px solid var(--Gainsboro, #E0E0E0); */
    /* background: var(--Almost-White, #F9F9F9); */
    flex-wrap: wrap;
    margin: 20px 10px;
}

.pagination a,.pagination span {
    border-radius: 8px;
    border: 1px solid var(--Gainsboro, #E0E0E0);
    background: var(--Almost-White, #F9F9F9);
    width: 44Px;
    height: 44Px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--Nero, #222);
    text-align: center;
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 20.8px */
    letter-spacing: -0.13px;
    text-decoration: none;
    flex-grow: 0;
}

.pagination a.active {
    border-radius: 8px;
    background: var(--Watercourse, #00624A);
    color: white;
}

a.flottant {
    position: fixed;
    bottom: 25px;
    left: 50%;
    width: 200px;
    background: black;
    margin-left: -125px;
<
    svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http: //www.w3.org/2000/svg">
<path d="M5 8.4V18L10 16L15 18L19 15.6V6L15 8L10 6L5 8.4Z" stroke="#44A993" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M10 6V16" stroke="#44A993" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15 8V18" stroke="#44A993" stroke-linecap="round" stroke-linejoin="round"/>
</svg>;
    display: flex;
    width: 250px;
    height: 44px;
    padding: 0px 40px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--Nero, #222);
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Onest";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    box-sizing: border-box;
}

.commercants a {
    /* display: block; */
    /* width: 290px; */
    /* background: red; */
    background: #eee;
    background-position: center center;
    background-size: cover;
    background-image: url('/img/commercant/e404.png');
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

div#search form {
    display: flex;
    gap: 20px;
    align-items: stretch;
    justify-content: stretch;
}

.public_nos_commercants .bandeau {
    margin: 20px;
}

div#search {
    padding: 24px 0;
    border-bottom: solid 1px #EDECE8;
    /* margin-bottom: 24px; */
}

div#commerces {
    margin: 24px 0;
}

span.recherche {
    position: relative;
    flex-grow: 1;
    width: 50%;
    max-width: 50%;
}

span.recherche svg {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -9px;
}

span.category {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    border: 1px solid #757980;
    background: #FFF;
    /* width: 100%; */
    padding: 12px 15px;
    align-self: stretch;
    outline: none !important;
    box-sizing: border-box;
    color: var(--Gun-Powder, #434550);
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.42px;
    gap: 10px;
    position: relative;
    user-select: none;
    max-width: 50%;
    width: 50%;
}

.recherche input[type="text"] {
    height: 100%;
    padding-left: 32px;
    /* width: 50%; */
}

span.categorylist {
    position: absolute;
    background: white;
    max-height: 50vh;
    overflow: auto;
    width: 100%;
    z-index: 99;
    top: 36px;
    border-radius: 0 0 8px 8px;
    border: 1px solid #757980;
    left: -1px;
    border-top: 0;
    box-sizing: content-box;
    display:none;
    box-shadow:rgba(0,0,0,0.1) 0 10px 10px;
}

.openCategoryList
span.categorylist
{
    display:block;
}

.public_nos_commercants .checkbox label {
    background: transparent;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    margin: 0;
}

span#cat {display: block;height: 18px;overflow: hidden;}

#search span.btn {
    min-width: 200px;
}

.commercants b {
    color: var(--Watercourse, #00624A);
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 20.8px */
    letter-spacing: -0.13px;
}

.commercants span {
    color: var(--Storm-Grey, #757980);
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 20.8px */
    letter-spacing: -0.13px;
}

.commercants .infos {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
    background: white;
}

img.carte.border {
    padding: 0;
    margin-top: 40px;
    overflow: hidden;
    max-width: 100%;
    width: 537px;
    border-radius: 30px 30px 0 0px;
}

header {}

nav.mobile {
    /* padding: 30px; */
    /* box-sizing: border-box; */
    padding: 0 10px;
    gap: 20px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
#menuMobile div#qrCagnotte

{
    max-width:100%;
    width:100%;
    min-width: 100%;
}

#menuMobile .bigCagnote.flex.vertical
{
    margin:auto;border-radius: 16px;
border: 1px solid rgba(68, 169, 147, 0.30);
background: rgba(68, 169, 147, 0.20);
    margin-bottom:40px;
}

div#menuMobile {
    /* position: relative; */
    position: absolute;
    top: 100px;
    z-index: 99;
    width: 100%;
    height: calc(100vh - 100px);
    background: #03624a;
    overflow: auto;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
    padding: 0;
    box-sizing: border-box;
    gap: 20px;
    display: none;
}

.bigCagnote.flex.vertical {}

#menuMobile #cagnotte {
    margin: auto;
    width: 100%;
}
#menuMobile div#qrCagnotte
{
    border-radius:0;
}

div#menuMobile a {
    color: var(--White, #FFF);

/* H6 */
    font-family: "Onest";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.57px;
    text-align: left;
    width: 100%;
    padding: 20px;
    margin: 0;
    text-decoration: none;
    box-sizing: border-box;
}

.showMenu header {
    position: fixed;
    width: 100%;
    top: 0;
    /* height: 100px; */
    z-index: 99;
}

.showMenu #menuMobile {
    position: fixed;
    display: flex;
}

#menuMobile hr {
    background: #44A993;
}

div#menuMobile a.xs {
    color: var(--White, #FFF);
    text-align: left;
    font-family: "Onest";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 20px;
}

div#menuMobile a.center {
    text-align: center;
    color: var(--White, #FFF);
    text-align: center;
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 18.2px */
    letter-spacing: -0.39px;
}

div#menuMobile a.center b {
    color: var(--Electric-Lime, #C7D300);
}

#menuMobile img.center {
    display: flex;
    width: 129px;
    height: 34px;
    padding-right: 1.001px;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
}

.btnApp .btnApp a.btn {
    padding: 25px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Onest";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btnApp {
    /* width: 100%; */
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.appCommercant header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--Watercourse, #004f38);
    z-index: 10;
    display: flex;
    padding: 5px;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    color: var(--White, #FFF);
    font-family: "Onest";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.39px;
}

.appCommercant span.btn.btn-ico {
    width: 38px;
    border-radius: 8px;
    background: var(--British-Racing-Green, #004838);
    height: 38px;
    border: none;
    max-width: 38px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background: transparent!important;
}

.app_commercant_pay span.btn.btn-ico {
    background: transparent;
    border: none;
}

.app_commercant_pay_montant header {
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    background: var(--Jaguar, #221F20);
    color: var(--White, #FFF);
    font-family: "Onest";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.39px;
    height: 38px;
    overflow: hidden;
    position: relative;
    top: auto;
    left: auto;
    align-items: center;
    padding: 0;
    line-height: 100%;
}

.appCommercant .btn-ico.close {
    background: black;
    position: absolute;
    top: 21px;
    right: 20px;
    z-index: 99;
    border-radius: 8px;
    border: 1px solid var(--Gun-Powder, #434550);
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 109;
}

.appCommercant .btn-ico.close span {
    transform: rotate(45deg);
    font-size: 43px;
}

.appCommercant .transactionOK  header {
    position: relative;
}

body.light.appCommercant.app_commercant_history table {
    padding-top: 50px;
}

.appCommercant h2.year {
    color: var(--White, #FFF);

/* H6 */
    font-family: "Onest";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.57px;
    text-align: left;
    padding: 20px;
}

.appCommercant h1 {
    text-align: left;
    padding: 20px;
    color: white;
}

.appCommercant hr {
    /* background: red; */
    background: rgba(68, 169, 147, 0.50);
}

.historyApp .spacer {
    height: 40px;
    display: block;
}

.burger svg.exit,.showMenu .burger svg.open {
    display: none;
}

.showMenu .burger svg.exit {
    display: block;
}

.large.flex.p8080.infosCommercants {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 50px;
    border-radius: 16px;
    border: 1px solid var(--wan-white-bg, #EDECE8);
    background: var(--White, #FFF);
    margin-top: 80px;
    margin-bottom: 80px;
}

.categories b {
    margin-bottom: 10px;
    display: block;
}

#backgroundvideo
{

    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    z-index:0;
}


section.accueil.videofull {
    background: url('/img/accueil.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

body {
    margin-top: 99px;
}

body.security {
    margin-top: 0;
}

body.inscription-commercant {
    margin-top: 0;
}

.form-group.required.error label:after {
    content: "Valeur non valide";
    display: block;
    background-position:left center;
    background-repeat:no-repeat;
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 0C3.58203 0 0 3.58332 0 8C0 12.4193 3.58203 16 8 16C12.418 16 16 12.4193 16 8C16 3.58332 12.418 0 8 0ZM8 3.54839C8.7483 3.54839 9.3548 4.15497 9.3548 4.90323C9.3548 5.65148 8.7483 6.2581 8 6.2581C7.2517 6.2581 6.6452 5.65148 6.6452 4.90323C6.6452 4.15497 7.2517 3.54839 8 3.54839ZM9.8065 11.7419C9.8065 11.9557 9.6331 12.129 9.4194 12.129H6.5806C6.3669 12.129 6.1935 11.9557 6.1935 11.7419V10.9677C6.1935 10.754 6.3669 10.5806 6.5806 10.5806H6.9677V8.5161H6.5806C6.3669 8.5161 6.1935 8.3428 6.1935 8.129V7.3548C6.1935 7.1411 6.3669 6.9677 6.5806 6.9677H8.6452C8.8589 6.9677 9.0323 7.1411 9.0323 7.3548V10.5806H9.4194C9.6331 10.5806 9.8065 10.754 9.8065 10.9677V11.7419Z" fill="%23E8501D"/></svg>');
    padding-left: 20px!important;
    color: red;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    margin-top: 5px;
    font-weight: bolder;
    font-size: 12px;
    color: var(--Cinnabar, #E8501D);
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.39px;
}

.gm-style-iw-ch {padding: 0!important;height: 0;overflow: hidden;}

.gm-style-iw-chr {
    height: 0!important;
}

#backgroundvideo video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}


a.btn.big {}

.btnApp .btn.big span {
    border-radius: 8px;
    background: var(--British-Racing-Green, #004838);
    width: auto;
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Onest";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section.gradient.lines:before {
    background-image: url('/img/lines.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

.lines .in.flex.space.wrapmobile.section-blocC.p80 {
    position: relative;
    z-index: 2;
}

.lines svg {
    width: 50%;
}

.lines .flex.vertical {
    width: 50%;
}

.public_accueil .video.m60 {
    background-image: url('/img/temoignage.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

div#content.in {
    max-width: calc(100% - 30px);
}

table.history thead th.right {
    text-align: right;
}

.accoordeon.white.p8080.flex.vertical.flexgrow {}

.accoordeon {
    width: 100%;
    overflow: hidden;
    /* height: 100px; */
    /* background: red; */
    height: fit-content;
    padding: 0;
    margin: 0;
    flex-grow: none;
}

.accoordeon  {
    "";
    position: relative;
    padding-botom: 20px;
}

.accoordeon:not(.active) table {
    display: none!important;
}

.accoordeon:before {
    position: absolute;
    width: 7px;
    height: 7px;
    transform: rotate(-45deg);
    border-top: solid 2px #434550;
    border-right: solid 2px #434550;
    content: "";
    right: 10px;
    top: 11px;
    transition: ease-out 0.2s;
}

.accoordeon.active:before {
    transform: rotate(133deg);
}

table.history tbody td.right {
    text-align: right;
}

.kpi small {
    color: var(--Storm-Grey, #757980);
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 20.8px */
    letter-spacing: -0.13px;
    text-transform: none;
}

.commercant_vente .border,.commercant_remboursement .border {
    min-width: 300px;
    box-sizing: border-box;
    background: red;
    border-radius: 16px;
    border: 1px solid var(--wan-white-bg, #EDECE8);
    background: var(--Almost-White, #F9F9F9);
    padding: 25px 35px !important;
}

small.bigger {
    color: var(--Jaguar, #221F20);
    font-family: "Onest";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.57px;
    margin-bottom: 10px;
    display: block;
}

a.btn.btn-white:hover {
    color: #00624A;
    background: #F5F5F5;
    border-color: #B2B2B2;
    transition: ease-in-out 0.2s;
}

.btn.btn-gradient:hover {
    background:var(--Soft-Linear, linear-gradient(135deg, #E6F9F5 0%, #F5F9E6 100%));
    color: #00624A;
    border-color: #B2B2B2;
    transition: ease-in-out 0.2s;
}

.btn:hover {
    background: #004838;
    /* border-color: #004838; */
    color: white;
    transition: ease-in-out 0.2s;
}
@media screen and (min-width:1200px)
{
    .btn
    {
        padding:14px 50px
    }
    .public header nav.in
    {
        gap:30px;
    }
}

div#questions {
    /* overflow: hidden; */
    /* background: red; */
    width: 100%;
}

body.inscription_commercant_fin {
    margin-top: 0;
}
margin-top: 35px;
}

.gray fieldset.form-group.required {
    padding: 0;
    margin: 0;
    width: 100%;
}

.gray .form-check input:checked + label {
    background: #E0E0E0;
    color: var(--Watercourse, #00624A);
    border-radius: 8px;
    border: 1px solid var(--Gainsboro, #E0E0E0);
    background: var(--White-Smoke, #F5F5F5);
    padding-left: 20px;
}

.gray .form-check input + label:before {
    content: "";
url(
    'data: image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.8079 7.04833C17.8768 6.98389 17.9885 6.98389 18.0574 7.04833L18.9484 7.88193C19.0172 7.94641 19.0172 8.05093 18.9484 8.11536L9.50401 16.9517C9.43508 17.0161 9.32339 17.0161 9.25452 16.9517L5.05166 13.0194C4.98277 12.9549 4.98279 12.8504 5.05166 12.786L5.94261 11.9524C6.01154 11.8879 6.12325 11.8879 6.19212 11.9524L9.37929 14.9343L17.8079 7.04833Z" fill="white"/></svg>');
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.8079 7.04833C17.8768 6.98389 17.9885 6.98389 18.0574 7.04833L18.9484 7.88193C19.0172 7.94641 19.0172 8.05093 18.9484 8.11536L9.50401 16.9517C9.43508 17.0161 9.32339 17.0161 9.25452 16.9517L5.05166 13.0194C4.98277 12.9549 4.98279 12.8504 5.05166 12.786L5.94261 11.9524C6.01154 11.8879 6.12325 11.8879 6.19212 11.9524L9.37929 14.9343L17.8079 7.04833Z" fill="white"/></svg>');
    width: 24px;
    height: 24px;
    display: block;
    background-repeat: no-repeat;
    background: white;
    border-radius: 100%;
    border-radius: 12px;
    border: 1px solid var(--Storm-Grey, #757980);
    background: var(--White, #FFF);
}

.gray .form-check input+ label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    color: var(--Jaguar, #221F20);
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.39px;
    /* width: 100%; */
    padding-left: 20px;
}

.gray .form-check input:checked + label:before {
    background: #03624a;
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.8079 7.04833C17.8768 6.98389 17.9885 6.98389 18.0574 7.04833L18.9484 7.88193C19.0172 7.94641 19.0172 8.05093 18.9484 8.11536L9.50401 16.9517C9.43508 17.0161 9.32339 17.0161 9.25452 16.9517L5.05166 13.0194C4.98277 12.9549 4.98279 12.8504 5.05166 12.786L5.94261 11.9524C6.01154 11.8879 6.12325 11.8879 6.19212 11.9524L9.37929 14.9343L17.8079 7.04833Z" fill="white"/></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    border-color: #03624a;
}

.gray .form-collection {
    margin-top: 10px;
}

form .info .gray b {
    color: var(--Jaguar, #221F20);
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.13px;
    text-transform: uppercase;
}


.gray fieldset.form-group.required {
    padding: 0;
    margin: 0;
    width: 100%;
    border:0;
}

 form .info .gray {
    display: block;
    border-radius: 16px;
    border: 1px solid var(--wan-white-bg, #EDECE8);
    background: var(--Almost-White, #F9F9F9);
    display: flex;
    width: 941px;
    padding: 30px 35px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    color: var(--Gun-Powder, #434550);
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.42px;
    margin-top: 35px;
     box-sizing:border-box
}

.public_fiche_commerce .border.flex.vertical {
    padding: 40px 30px;
}

.commercant_vente .flex {
    align-items: flex-start;
}

svg {
    max-width: 100%;
}



body.interne-pro-edit-photo {
    padding: 50px;
    margin: 0;
}

div#contact div {
    width: 100%;
}

#contact select#sujet {
    max-width: 100%;
}

#contact textarea {
    max-width: 100%;
}

.in.error {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    text-align: left;
    justify-content: space-between;
    padding: 50px 0;
}


.reassur.bigerror {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-around;
    position: absolute;
    top: -99px;
    left: 0;
    width: 100%;
}

.error a.btn {
    margin: 0;
}

div#report {
    width: 400px;
}

#report form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
}

.error h1 {
    color: var(--Jaguar, #221F20);

/* Headline */
    font-family: "Onest";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.5px;
}

.error p {
    color: var(--Gun-Powder, #434550);
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    letter-spacing: -0.16px;
}

.error img {
    max-width: 275px;
    width: 100%;
}

.public_fiche_commerce .header.flex.m45 {
    flex-wrap: nowrap;
}

.border .horraires b {
    margin-bottom: 5px;
}

section.gray {
    padding: 15px 80px;
    background: var(--Almost-White, #F9F9F9);
}

section.gray .in {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

section.gray .in a {
    display: flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--Watercourse, #00624A);
    text-align: center;
    font-family: "Onest";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

section.gray .in a.active {
border-radius: 8px;
    color:white;
background: var(--Watercourse, #00624A);
}

.legal {
    padding: 80px 0;
    display: block;
    min-height: calc(100vh - 1035px);
    color: #757980;
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 25.6px */
    letter-spacing: -0.16px;
}

.legal h2 {
    font-size: 20px;
    padding-top: 50px;
    padding-bottom: 20px;
}

.public_comment_ca_marche .accueil h1 {
    max-width: 600px;
}

.bandeauGroupama b {
    max-width: 375px;
    color: var(--Watercourse, #00624A);
    text-align: right;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.border.ventes svg {
    background: transparent;
    height: 12px;
    width: 12px;
    display: inline-block;
    border-radius: 0;
    padding: 0;
}

.header a.btn.btn-ico:hover {


    color: #00624A;
    background: #F5F5F5;
    border-color: #B2B2B2;
    transition: ease-in-out 0.2s;
}

.btnApp .btn.big:first-child b {
    width: 64px;
}

#validerCode small:nth-child(2) {
    text-transform: none;
    color: #8c8c8c;
}

small.tech {
    white-space: pre-wrap;
    background: white;
    padding: 20px;
    font-size: 10px;
    text-transform: none;
}

a.compte.choix {
    a.compte.choix {

    border-radius: 16px;
    border: 1px solid var(--wan-white-bg, #EDECE8);
    background: var(--Soft-Linear, linear-gradient(135deg, #E6F9F5 0%, #F5F9E6 100%));
};




    border-radius: 16px;
    border: 1px solid var(--wan-white-bg, #EDECE8);
    background: var(--Soft-Linear, linear-gradient(135deg, #E6F9F5 0%, #F5F9E6 100%));
    padding: 25px;




}

a.compte span {
    flex-grow: 1;
}

.compte b i {
    font-style: normal;
    font-weight: 100;
    color: var(--Gossamer, #44A993);
    font-family: 'Onest';
    font-size: 19px;
    font-style: normal;
    font-weight: lighter!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    line-height: normal;
    letter-spacing: -0.57px;
}

big.small {
    color: var(--Jaguar, #221F20);

/* H5 */
    font-family: "Onest";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 30.8px */
    letter-spacing: -0.66px;
    display: flex;
}

.spacerflex {
    display: flex;
    gap: 20px;
    width: 100%;
    align-items: center;
    justify-content: stretch;
    padding: 10px 40px;
    box-sizing: border-box;
    font-size: 10px;
    color: var(--Storm-Grey, #757980);
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.39px;
}

div#popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    max-height: 100vh;
    overflow: auto;
    padding-top: 100px;
    box-sizing: border-box;
}

span#validerCode {
    border-radius: 16px;
    border: 1px solid var(--wan-white-bg, #EDECE8);
    background: var(--White, #FFF);
    display: flex;
    padding: 25px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
    text-align: center;
    margin: auto;
    margin-top: 15px;
    width: 100%;
    max-width: 407px;
    box-sizing: border-box;
    color: var(--Jaguar, #221F20);
    font-family: "Onest";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.13px;
    cursor: pointer;
}


.loginbox .bandeau.warning {
    margin: 20px 0;
}

.qr img {
    width: 50px;
    height: 50px;
    margin: 0;
    border-radius: 8px;
}
nav a.qr {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    border: 1px solid var(--Gainsboro, #E0E0E0);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow:hidden;
}



.flex.right {
    align-items: center;
    justify-content: flex-end;
}

.border b {
    display: block;
    color: var(--Jaguar, #221F20);
    font-family: Onest;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.12px;
}

html.light body {margin-top: 0;}

.keybtn span:active {
    background: #221F20;
}

div#left {
    position: absolute;
    top: 190px;
    width: 10%;
    background: #000000a1;
    z-index: 22;
    height: 100%;
}

.transactionOK b {
    color: #C7D300;
}

a#dt_first {}

div#dt_paginate span a {
    padding: 10px;
    cursor: pointer;
}

table tbdoy tr td span {
    border-radius: 4px;
    background: var(--Serenade, #FCE7D9);
    display: flex;
    padding: 1px 5px;
    align-items: center;
    gap: 10px;
    display: inline-block;
}

.warningBloc {
    padding: 20px 50px;
    border-radius: 8px;
    background: var(--Serenade, #FCE7D9);
    margin-top: 50px;
    color: var(--Cinnabar, #E8501D);
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.39px;
    width: calc(10);
}

.bandeau.ko a {
    /* float: right; */
    display: inline-block;
    background: #e8501d;
    color: white;
    text-decoration: none;
    font-weight: bolder;
    padding: 2px 5px;
    border-radius: 3px;
}