body {
    padding: 0;
    font-family: 'Inter', sans-serif;
    margin: 0;
    word-break: break-word;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 200%;
    color: #434343;
    background: white;
}

header {
    background: white;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 101;
    position: relative;
    border-bottom: solid 1px #d9d9d9;
    box-sizing: border-box;
    gap: 16px;
    word-break: normal;
    text-align: center;
    /* position: sticky; */
    padding-right: 20px;
    padding-left: 20px;
}

header a {
    padding: 0 0 0 0;
    color: black;
    border-bottom: solid 4px transparent;
    text-decoration: none;
    height: 93px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: solid 4px transparent;
}

header img {
    height: 60px;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: underline;
    color: black;
}

.popup_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgb(20 20 20 / 81%);
    transform: translateY(-100%);
    transition: ease-out 0.4s;
    opacity: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup_container.visible {
    transform: none;
    opacity: 1;
    display: flex!important;
}

.popup {
    background: white;
    display: block;
    width: calc(100% - 10px);
    max-width: 800px;
    border: solid 1px #E9E9E9;
    padding: 50px;
    border-radius: 20px;
    transform: scale(0.2);
    opacity: 0;
    transition: ease-out 0.8s;
    overflow: visible;
    position: relative;
    max-height: 80vh;
    box-sizing: border-box;
    overflow-y: auto;
}

.popup_container.visible .popup {
    transform: none;
    opacity: 1;
}

.popup h1, .popup .h1 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.03em;
    margin: 0;
    padding: 0;
    padding-bottom: 40px;
    border-bottom: solid 1px #E9E9E9;
    margin-bottom: 40px;
}

.popup h2,.popup .h2 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.03em;
    margin-top: 40px;
}

.footer {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    clear: both;
    gap: 10px;
}

span.btn {
    display: block;
    padding: 20px 30px;
    background: black;
    color: white;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    /* border: solid 2px black; */
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    text-align: center;
}

span.btn.btn-secondary {
    border: solid 2px black;
    color: black;
    background: transparent;
}

a.dropdown:after {
    content: "";
    border: solid 2px black;
    width: 6px;
    height: 6px;
    display: inline-block;
    transform: rotate(45deg);
    border-top: none;
    border-left: none;
    margin-left: 10px;
    margin-bottom: 2px;
    transition: all ease-out 0.2s;
    border-radius: 0 0 1px 0;
}

header a.actif {
    border-bottom-color: #ec663a;
}

header.offre a#headerOffre:after, a.dropdown:hover:after {
    transform: rotate(-135deg);
    border-color: black;
    margin-bottom: -2px;
}

.spacer {
    flex-grow: 1;
}

.front .submenu {
    position: absolute;
    display: block;
    background: white;
    left: 0;
    top: 100px;
    color: black;
    width: 100%;
    transform: translateY(-100%);
    opacity: 0;
    border-bottom: solid 1px #e9e9e9;
    z-index: 99;
    transition: all ease-out 0.2s;
}

.in {
    display: flex;
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

.in > div {
    display: block;
    border-right: solid 1px #E9E9E9;
    max-width: 560px;
    margin: 60px 0;
    padding: 0 20Px;
    min-width: 212px;
}

.front .submenu a {
    margin: 0;
    padding: 0;
    border: none;
    width: 200px;
    height: 20px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #434343;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    text-decoration: none;
}

.submenu b {
    display: block;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #000000;
    margin-bottom: 20px;
}

.submenu a.all {
    text-decoration-line: underline;
    color: #621CD1;
}

.submenu.visible {
    opacity: 1;
    display: block;
    transform: none;
    box-shadow: rgb(0 0 0 / 20%) 0 100px 100vh;
}

.in > div:last-child {
    border-right: none;
}

.filter {
    padding: 10px;
    border-bottom: solid 1px #E9E9E9;
    text-align: center;
    overflow: auto;
}

.filter a {
    color: #434343;
    border-radius: 4px;
    padding: 8px;
    margin: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    text-decoration: none;
}

.filter a.actif {
    background: #434343;
    color: white;
    font-weight: 500;
    padding: 8px 15px;
}

.mainFlex {
    display: flex;
    justify-content: stretch;
    /* align-items: stretch; */
    /* min-height: calc(100vh - 149px); */
}

.filtreGauche {
    width: 429px;
    background: #FAFAFA;
    border-right: solid 1px #E9E9E9;
    min-width: 429px;
    padding: 80px 40px;
    box-sizing: border-box;
}

div#marques a {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: #000000;
    max-width: 300px;
    overflow: hidden;
    width: 100%;
    min-width: 200px;
    min-height: 184px;
    text-decoration: none;
}

.offreList {
    padding: 80px 20px;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    align-items: flex-start;
    justify-content: space-around;
    display: grid;
    grid-template-columns: repeat(auto-fill, 400px);
    position: relative;
}

div.offreList {grid-template: none;display: flex;text-align: left;}

#blog {
    padding: 80px 20px;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-around;
    display: grid;
    grid-template-columns: repeat(auto-fill, 600px);
}

div#marques a span.img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: solid 2px #eee;
    border-radius: 5px;
    overflow: hidden;
    height: 160px;
    box-sizing: border-box;
    padding: 20px;
}

div#marques a span.img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    width: auto;
    height: auto;
}

.filtreGauche h2,.filtreGauche h1 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 20px;
}

.filtreGauche h1 span, .filtreGauche .flexgauche span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    letter-spacing: 0.01em;
    color: #7C7C7C;
    word-break: normal;
}

input#search {
    background: #E9E9E9;
    border-radius: 8px;
    width: 100%;
    border: none;
    padding: 15px 49px 15px 15px;
    position: relative;
    outline: none !important;
}

.search:after {
    content: "";
    width: 13px;
    height: 13px;
    background: transparent;
    position: absolute;
    right: 13px;
    top: 10px;
    border: solid 3px black;
    border-radius: 100%;
}

.search {
    position: relative;
}

.search:before {
    content: "";
    width: 11px;
    height: 0;
    background: transparent;
    position: absolute;
    right: 8px;
    top: 28px;
    border-top: solid 3px black;
    transform: rotate(45deg);
    z-index: 2;
}

.filterCat a {
    padding: 10px;
    display: block;
}

.filterCat span, .filterCat a,.filterCat h2 {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #000000;
    padding: 10px;
    border-top: solid 1Px #e9e9e9;
    cursor: pointer;
    position: relative;
    text-decoration: none;
}

div#marques a b {
    padding-bottom: 5px;
    display: block;
}

span.filterCat {
    margin-top: 40px;
    display: block;
    border-bottom: solid 1px #e9e9e9;
}

.filterCat span.active:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    border-top: solid 3px #8b8b8b;
    border-right: solid 3px #8b8b8b;
    width: 10px;
    height: 6px;
    transform: rotate(126deg);
    border-radius: 0 1px 0 0;
    margin-top: -7px;
}

.filterCat span.active:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    border-top: solid 3px #8b8b8b;
    border-right: solid 3px #8b8b8b;
    width: 10px;
    height: 6px;
    transform: rotate(126deg);
    border-radius: 0 1px 0 0;
    margin-top: -7px;
}

header.offre a#headerOffre, header a:hover {
    text-decoration: underline;
}

div.alaune,.offreList > a.big.alaune {display: block;width: 100%;aspect-ratio: 2/1;/* background: #ccc; */position: relative;/* overflow: hidden; */text-align: center;display: flex;align-items: center;justify-content: center;flex-direction: column;padding: 20px;box-sizing: border-box;min-height: 300px;margin: 20px 0;}

.cat_img {
    text-align: center;
    color: white;
    background: #555;
    min-height: 200px;
    padding-top: min(200px, 30vh);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 0 0 0 50px;
}

.offreList h4 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
    text-decoration: none;
    display: block;
}

.offreList h4:before {
    content: "";
    width: 13px;
    height: 13px;
    background: black;
    display: inline-block;
    margin-right: 10px;
}

.offreList > a {
    display: inline-block;
    max-width: 400px;
    margin: 0;
    vertical-align: top;
    width: 100%;
    text-decoration: none;
    position: relative;
}

.offreList .i {
    background: #eee;
    max-width: 100%;
    width: 400px;
    position: relative;
    aspect-ratio: auto 1000 / 1000;
    border-radius: 0 50px;
    overflow: hidden;
    display: block;
    font-size: 0;
    padding: 0;
    margin: 0;
    line-height: 0;
}

.offreList .i b {
    position: absolute;
    color: white;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    background: black;
    padding: 4px 8px;
    top: 24px;
    left: 24px;
    max-width: calc(100% - 120px);
}

.offreList .i img {
    height: 400px;
    color: black;
    text-align: center;
    margin: 0;
    padding: 0;
    /* margin-left: -50%; */
}

.offreList h3 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #000000;
    margin-top: 20px;
    display: block;
    margin-bottom: 80px;
}

a.closed:after,h2.closed:after {
    border: 2px solid #7C7C7C;
    transform: rotate(45deg);
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    border-top: none;
    border-left: none;
    margin-top: -8px;
    border-radius: 0 0 2px 0;
}

.cat_img .h1 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.55);
    margin-bottom: 0;
}

.cat_img p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 0px 50px rgba(0, 0, 0, 95%);
}

.offre .partenaire:before {
    /* content: ""; */
    width: 13px;
    height: 13px;
    background: black;
    display: inline-block;
    margin-right: 10px;
}

.offre .partenaire {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
    max-height: 100px;
    max-width: 100%;
}

.offre .titre {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #000000;
    margin: 10px;
    padding: 10px;
    margin-left: 0;
    padding-left: 0;
}

.offre .remise {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    display: inline-block;
    margin: 20px;
    padding: 4px 8px;
    border-radius: 5px;
    background: #7C7C7C;
    border-radius: 4px;
    margin-left: 0;
}

.offre .offer {
    font-size: 16px;
    width: 100%;
    padding: 10px;
    background: #FFFFFF;
    border-radius: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: stretch;
    max-width: 449px;
    margin-left: 0;
    padding-left: 0;
    cursor: pointer;
    text-decoration: none;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.front .offer {
    width: 100%;
    padding: 10px;
    background: #FFFFFF;
    border-radius: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: stretch;
    max-width: 449px;
    z-index: 90;
    margin-left: 0;
    max-width: 100%;
    gap: 20px;
    position: relative;
    max-width: 449px;
}

.offre .offer .button {
    padding: 20px 30px;
    gap: 10px;
    background: black;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    text-align: center;
    margin-left: 0;
}

.offre .offer .description {
    color: black;
    padding: 10px;
    margin: 10px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.03em;
    color: #434343;
    margin-right: 0;
    padding-left: 0;
    margin-left: 0;
    width: calc(100% - 240px);
    min-width: 200px;
}

.flex_offre {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    gap: 80px;
}

.flex_offre .images {
    display: block;
    width: 50vw;
    width: 100%;
    box-sizing: border-box;
    max-width: 600px;
    position: relative;
}
.images.nouveau:before {
    content: "NOUVEAU";
    position: absolute;
    color: white;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: black;
    background: white;
    padding: 4px 8px;
    top: 24px;
    right: 24px;
    z-index:20;
    max-width: calc(100% - 120px);
}

.images .image {
    width: 100%;
    background: #eee;
    margin-right: 10px;
    border-radius: 0px 0px 0px 50px;
    position: relative;
    aspect-ratio: auto 1000 / 1000;
    line-height: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
}

.minidescriptif {
    padding: 20px 0;
    flex-grow: 1;
    width: 50%;
    box-sizing: border-box;
}

.big_in {
    max-width: 1500px;
    width: calc(100% - 40px);
    display: block;
    margin: auto;
}

.ariane .big_in {
    padding-left: 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 49px;
}

.ariane {
    color: #555;
    border-bottom: solid 1px #D9D9D9;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    color: #D9D9D9;
}

.ariane a {
    padding: 5px 0;
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    margin: 0 10px;
    align-items: center;
    text-decoration: none;
}

a.back, a.next {
    display: inline-block;
    border: solid 1px #D9D9D9;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0;
    margin: 10px;
    align-items: center;
    position: relative;
}

a.next:before {
    content: "";
    border: 2px solid #434343;
    width: 8px;
    height: 8px;
    border-right: none;
    border-bottom: none;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 20px;
    border-radius: 1px 0 0 0;
}

a.next:after {
    content: "";
    border-top: 2px solid #434343;
    width: 13px;
    height: 10px;
    border-right: none;
    border-bottom: none;
    position: absolute;
    top: 50%;
    right: 21px;
    margin-top: -1px
}

a.back:before {
    content: "";
    border: 2px solid #434343;
    width: 8px;
    height: 8px;
    border-right: none;
    border-bottom: none;
    transform: rotate(315deg);
    position: absolute;
    top: 12px;
    left: 10px;
    border-radius: 1px 0 0 0;
}

a.back:after {
    content: "";
    border-top: 2px solid #434343;
    width: 13px;
    height: 10px;
    border-right: none;
    border-bottom: none;
    position: absolute;
    top: 16px;
    left: 11px;
}

.menu_offre {
    margin-top: 80px;
    border-top: solid 1px #ededed;
    border-bottom: solid 1px #ededed;
    position: relative;
}

.menu_offre a {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #000000;
    padding: 20px;
    display: inline-block;
    position: relative;
    color: #848484;
    font-weight: normal;
    text-decoration: none;
}

.menu_offre a.actif:after {
    position: absolute;
    bottom: -1px;
    height: 3px;
    background: black;
    border-radius: 3px;
    width: 100%;
    display: block;
    content: "";
    left: 0;
}

.menu_offre a.actif {
    font-weight: 600;
    color: #000000;
}

.tabcontent {
}

footer {
    background: black;
    padding-top: 120px;
    position: relative;
    margin-top: 100px;
    color: white;
    overflow: hidden;
}

footer:before {
    content: "";
    position: absolute;
    background: white;
    width: 100%;
    height: 30px;
    border-radius: 0 0 30px 30px;
    top: 0;
    left: 0;
}

html {
    padding: 0;
    margin: 0;
}

footer a {
    color: white;
}

.offreList a img.ess {max-width: 75px;bottom: 20px;right: 20px;position: absolute;height: auto;}

.footer_block {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-evenly;
    gap: 20px;
    padding: 20px;
    width: 100%;
    position: relative;
}

.footer_block > a {
    display: block;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    padding: 60px 0;
    max-width: 420px;
    font-weight: 300;
    text-decoration: none;
    min-width: calc(33% - 40px);
}

footer b {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}

footer p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    color: rgba(255, 255, 255, 0.4);
}

.footer_block span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    position: relative;
}

.footer_block span:after {
    display: inline-block;
    width: 12px;
    border-top: solid 2px white;
    content: "";
    height: 4px;
    margin-left: 10px;
}

.footer_block span:before {
    content: "";
    border-top: solid 2px white;
    width: 6px;
    height: 6px;
    border-left: solid 2px white;
    display: block;
    position: absolute;
    transform: rotate(135deg);
    bottom: 5px;
    right: 0;
    border-radius: 1Px 0 0 0;
}

.footer_links a {
    padding: 5px;
    margin: 5px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    text-decoration: none;
}

.footer_links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 40px;
}

a#bandeauAdmin {
    position: fixed;
    top: 50%;
    left: 0;
    margin: 0;
    padding: 4px 10px;
    line-height: 100%;
    background: #ff9800;
    color: white;
    text-transform: uppercase;
    display: block;
    font-weight: bolder;
    font-size: 10px;
    transform: rotate(90deg);
    transform-origin: bottom left;
    margin-top: 0;
    z-index: 99;
    font-weight: 900;
    opacity: 0.5;
}

a#bandeauAdmin:hover {
    opacity: 1;
}

.tabcontent img.logo {
    max-width: 200px !important;
    margin-bottom: 20px;
    margin-top: 20px;
    display: block;
}

.contentHTML {
    position: relative;
    flex-grow: 1;
    width: 100%;
    background: white;
    font-size: 16px;
    line-height: 200%;
    text-align: left;
}

img.bandeau {
}

.tabcontent .flex {
    display: flex;
    align-items: flex-start;
    justify-content: stretch;
    gap: 80px;
    /* flex-wrap: wrap; */
}

.tabcontent .partenaire {
    max-width: 200px;
    background: black;
    display: block;
    padding: 60px;
    border-radius: 8px;
    max-width: 640px;
    flex-grow: 1;
    min-width: 300px;
    margin-top: 60px;
    color: black;
    background: #FAFAFA;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
}

.tabcontent .partenaire small {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #939393;
    display: block;
    margin-top: 10px;
    font-size: 12px;
    line-height: 15px;
    color: #7C7C7C;
}

.partenaire a.cat {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    border: solid 1px #514d4d;
    padding: 1px 5px;
    border-radius: 5px;
    display: inline-block;
    color: #000000;
    text-decoration: none;
    margin: 5px;
}

.contentHTML a {
    /* color: #621CD1; */
    text-decoration: underline;
}

input + label.form-label:before {
    content: "-";
    border: solid 2px gray;
    border-radius: 2px;
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    color: transparent;
    font-size: 0;
    height: 18px;
    width: 18px;
}

::before {
}

#carousel {
    display: block;
    width: 100vw;
    background: #555;
    height: 50vw;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 0 40px;
    max-height: 75vh;
    min-height: 400px;
}

.car-slide {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #444;
    z-index: 1;
    transform: none;
    transition: ease-out transform 0.6s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
}

.car-slide.gauche {
    transform: translateX(-100%);
    opacity: 1;
    z-index: 1;
}

.car-slide.droite {
    transform: translateX(100%);
    opacity: 1;
    z-index: 1;
}

.alaune span.titre, .car-slide b, .car-slide h2 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.55);
    margin: 30px 0;
    max-width: 650px;
    position: relative;
    z-index: 2;
    text-align: left;
}

div#car_slide {
    color: white;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    z-index: 99;
}

div#car_footer {
    position: absolute;
    padding: 0 40px 40px 40px;
    bottom: 0;
    left: 0;
    z-index: 99;
}

div#car_footer span {
}

div#car_footer_slides span {
    display: inline-block;
    background: transparent;
    width: 40px;
    height: 4px;
    margin-right: 10px;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
}

span.car_content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: 120px;
    left: 40px;
    box-sizing: border-box;
    /* background: red; */
}

div#car_footer_slides span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    height: 4px;
    width: 100%;
    background: rgb(255 255 255 / 26%);
    transition: none;
    border-radius: 2px;
}

div#car_footer_slides span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    height: 4px;
    width: 100%;
    background: white;
    transform: translateX(-100%);
    transition: none;
    border-radius: 2px;
}

div#car_footer_slides span.actif:after {
    transform: none;
    transition: all 5s ease-out;
}

div#car_footer_slides span.forceactif:after {
    transform: none;
    transition: none;
}

.partenaire {
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.partenaire:before {
    content: "";
    display: inline-block;
    background: white;
    width: 12px;
    height: 12px;
    margin-right: 10px;
}

.offer .description {
    color: black;
    padding: 10px;
    margin: 10px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.03em;
    color: #434343;
    margin-right: 0;
}

.front .button, .contentHTML .button, .front button {
    padding: 20px 30px;
    gap: 10px;
    background: #000000;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    text-align: center;
    border: none;
    min-width: 198px;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
}

.footer_logo {
    padding: 40px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.baseline {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 80px;
    letter-spacing: -0.03em;
    max-width: calc(100% - 300px);
    color: white;
}

footer a img {
    height: 80px;
    margin-top: 25px;
    max-width: 250px;
}

.partenaire a {
    color: black;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    text-decoration-line: underline;
    color: #000000;
}

.car-slide.gauche b,
.car-slide.gauche h2 {
    transform: translateX(-200px);
    opacity: 0;
}

.car-slide.droite b,
.car-slide.droite h2  {
    transform: translateX(200px);
    opacity: 0;
}

.car-slide b, .car-slide h2 {
    transform: none;
    opacity: 1;
    transition: all ease-out 0.75s;
}

.car-slide .offer {
    transform: none;
    opacity: 1;
    transition: all ease-out 0.80s;
}

.car-slide.gauche .offer {
    transform: translateX(-200px);
    opacity: 0;
}

.car-slide.droite .offer {
    transform: translateX(200px);
    opacity: 0;
}

.car-slide .partenaire {
    transform: none;
    opacity: 1;
    transition: all ease-out 0.7s;
    margin: 0;
    font-weight: normal;
    color: white;
}

.car-slide.gauche .partenaire {
    transform: translateX(-200px);
    opacity: 0;
}

.car-slide.droite .partenaire {
    transform: translateX(200px);
    opacity: 0;
}

div#reassur {
    display: block;
    padding: 40px;
    text-align: center;
    border-bottom: solid 1px #E9E9E9;
}

.reassur .img {
    display: block;
    margin: auto;
    width: 60px;
    margin-top: 30px;
    height: 60px;
    position: relative;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: default;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    letter-spacing: -0.03em;
    color: #000000;
}

.reassur {
    width: 210px;
    display: inline-block;
    padding: 0;
    margin: 10px;
    width: 200px;
    text-align: center;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    letter-spacing: -0.03em;
    background: white;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    letter-spacing: -0.03em;
    color: #000000;
}

.offres {
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
}

.header a {
}

.front a.btn, .front a.btn.next {
    width: auto;
    padding-right: 50px;
    padding-left: 20px;
    line-height: 55px;
    letter-spacing: 0.01em;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    height: 55Px;
    overflow: hidden;
    text-decoration: none;
}

.front .header h2 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 61px;
    letter-spacing: -0.03em;
    color: #000000;
}

.big_in.flex {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.big_in.flex .blockGauche {
    width: 100%;
}

.blockDroit {
    width: 400px;
    background: #FAFAFA;
    padding: 80px 40px;
    box-sizing: border-box;
    min-width: min(100%, 400px);
    border-left: solid 1px #E9E9E9;
}

.public_offre_en_profiter footer, .public_paiement footer, .public_offre_en_profiter_coupon footer {
    margin-top: 0;
}

.public_offre_en_profiter .big_in.flex, .public_offre_en_profiter_coupon .big_in.flex, .public_paiement .big_in.flex {
}

.public_offres footer:after, .public_marques footer:after, .public_offres_categories footer:after {
    content: "";
    position: absolute;
    background: #fafafa;
    width: 429px;
    height: 130px;
    border-radius: 0 0 0 30px;
    top: -100px;
    left: 0;
    border-right: solid 1px #E9E9E9;
    box-sizing: border-box;
}

.public_offre_en_profiter footer:after, .public_paiement footer:after {
    content: "";
    position: absolute;
    background: #fafafa;
    width: 400px;
    height: 30px;
    border-radius: 0 0 30px 0;
    top: 0;
    right: 0;
    border-left: solid 1px #E9E9E9;
    box-sizing: border-box;
    max-width: 100%;
}

.blockDroit .rappel {
    border-top: solid 1px #E9E9E9;
    border-bottom: solid 1px #E9E9E9;
    display: flex;
    align-items: center;
    padding: 20px 0;
    transition: all ease-out 0.1s;
    cursor: pointer;
}

.blockDroit span.marque {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #7C7C7C;
    display: block;
}

.blockDroit .image {
    display: block;
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
    margin-right: 40px;
}

.rappel span.titre {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.03em;
    color: #000000;
}

.txt {
    line-height: 1;
}

.blockDroit span.remise {
    display: inline-block;
    background: black;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 4px 8px;
    border-radius: 4px;
    margin-top: 30px;
    cursor: pointer;
}

.padding50 {
    padding: 80px 50px 0 50px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000000;
    padding: 80px 50px 0 50px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000000;
}

h1 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #000000;
    margin: 0;
}

.ariane.noborder {
    border-bottom: none;
}

.cta {
    display: block;
    background: #FAFAFA;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    /* flex-wrap: wrap; */
    gap: 10px;
    padding: 20px;
}

.cta div {
    flex-grow: 1;
    padding: 10px 0;
}

.blockGauche {
    padding-bottom: 180px;
}

.cta svg {
    width: 50px;
    margin: 20px 40px;
}

.front .cta a.btn {
    margin: 0;
    padding: 20px 18px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    background: black;
    height: auto;
    border-radius: 8px;
    margin-right: 30px;
    word-break: normal;
    margin-left: 20px;
    text-align: center;
}

.cta h2 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #000000;
    display: block;
}

.cta p {
    margin-top: 10px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #434343;
}

.offreList > a.big {
    display: block;
    position: relative;
    width: 100%;
    min-height: 500px;
    max-width: 100%;
}

.offreList .big .i img {
    width: 100%;
    /* min-height: 200px; */
    /* margin-bottom: 0; */
    aspect-ratio: 2/1;
    height: auto;
}

.offreList .big .i {
    max-width: 1000px;
    width: 100%;
    min-height: 0;
    aspect-ratio: auto;
}

div#images .sortableDiv {
    display: inline-block;
}

.btn {
}

span.option.active {
    color: #621CD1;
}

.option {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #000000;
    padding: 20px 40px;
    border-radius: 2px;
    border-bottom: 1px solid #E9E9E9;
    cursor: pointer;
    user-select: none;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    border-right: 0;
    border-left: 0;
    margin: 0;
}

div.optionGroup {
    background: #FAFAFA;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    padding: 40px;
    margin-bottom: 20px;
    font-size: 16px;
}

h3 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #434343;
    margin: 0;
}

input.panier_qte {
    background: #FFFFFF;
    border: 2px solid #e9e9e9;
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #000000;
    width: 100px;
    padding-right: 0;
    margin-right: 25px;
}

.panier_ligne td {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #000000;
    padding: 10px;
    box-sizing: border-box;
    padding-left: 0;
    padding: 38px 0;
}

td.panier_prix small {
    display: block;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
}

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

table#panier thead td {
    font-size: 10px;
    border-bottom: solid 1Px #E9E9E9;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    padding-bottom: 10px;
    color: #7C7C7C;
    border-top: solid 1Px #E9E9E9;
    padding: 10px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 200%;
}

td.panier_sstotal {
    text-align: right;
    padding-right: 0;
    word-break: normal;
}

input.panier_qte:focus {
    border: 2px solid #621CD1;
}

td.qte {
    padding: 10px 0;
    width: 100px;
}

table#panier.none {
    display: none;
}

div#panier_none {
    display: none;
    font-size: 14px;
}

div#none.none {
    display: block;
    text-align: center;
}

div#panier_none.none {
    display: block;
}

td.prix {
    width: 100px;
    text-align: right;
}

.panier_ligne td.panier_prix {
    text-align: right;
    padding-right: 0;
    word-break: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.rappel {
}

.insideFloat {
    display: block;
    padding: 0;
    margin: 0;
    max-width: min(1200px, calc(100% - 20px));
    width: 100%;
    margin: auto;
    box-sizing: border-box;
}

.panier_total {
    border-top: solid 1px #E9E9E9;
    margin-top: 20px;
    padding-top: 20px;
}

div#panier_details {
    border-top: solid 1px #E9E9E9;
    margin-top: 20px;
    padding-top: 20px;
}

.panier_recap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
}

.panier_recap small {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #7C7C7C;
}

.panier_recap b {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: #434343;
    word-break: keep-all;
}

.panier_total.panier_recap #total {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.03em;
    color: #000000;
}

.padding50.cta_list {
    padding-top: 10px;
    flex-wrap: wrap;
}

.ariane a.back {
    margin-left: 0;
}

.blockForm label {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    letter-spacing: 0.01em;
    color: #434343;
    display: block;
}

.blockForm > div {
    padding-bottom: 20px;
    font-size: 14px;
}

.blockForm div input, .inputemail,.blockForm div select {
    padding: 5px 15px;
    /* padding: 12px 15px; */
    width: 100%;
    background: #E9E9E9;
    border-radius: 8px;
    border: none;
    margin-top: 10px;
    outline: none !important;
    box-sizing: border-box;
    display: block;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    margin: 0;
    word-break: break-word;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 200%;
    color: #434343;
    margin-bottom: 20px;
    margin-top: 10px;
    /* color: var(--Shady-Lady, #979797); */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    height: 20px;
    flex-direction: column;
    justify-content: center;
    flex: 1 0 0;
    border-radius: 15px!important;
    border: 1px solid var(--Gainsboro, #E3E3E3)!important;
    background: var(--White, #FFF)!important;
    display: flex;
    height: 50px;
    padding: 13px 20px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    justify-content: center;
    align-items: flex-start;
}

.blockForm div.flex {
    display: flex;
    width: 100%;
}

.blockForm div.flex > div {
    margin-right: 10px;
    flex-grow: 1;
    /* margin-left: 10px; */
    position: relative;
    box-sizing: border-box;
}

.blockForm div.flex > div:first-child {
    margin-left: 0;
}

.blockForm div.flex > div:last-child {
    margin-right: 0;
}

.blockForm.padding50 {
    padding-top: 20px;
}

.optionGroup.user {
}

.contentHTML .col {
    width: 100%;
    flex-grow: 1;
    box-sizing: border-box;
    column-count: 2;
    column-gap: 80px;
}

.big {
    flex-grow: 1;
    width: 100%;
}

.col h2:first-child {
    display: none;
}

.col.offre {
    width: 100%;
    background: #FFF6DB;
    padding: 60px 40px;
    column-count: 1;
    padding-bottom: 40px;
    margin-bottom: 40px;
    padding-right: calc(50% + 30px);
    box-sizing: border-box;
}

.col {
}

.col p {
    margin-top: 0;
}

.contentHTML p {
    font-size: 16px;
    line-height: 200%;
    color: #494949;
}

.offre h3 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.03em;
    color: #000000;
    font-weight: 500;
    margin-bottom: 10px;
}

.contentHTML p small {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
}

.contentHTML .big p {
    line-height: 160%;
}

.contentHTML .offre p {
    line-height: 140%;
}

.contentHTML .col .offre strong {
    padding-top: 20px;
}

.contentHTML .offre p big strong {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.03em;
    color: #000000;
}

.offre h3 strong, .offre h3 b {
    font-weight: 500;
}

.description.big {
}

.description-big {
    padding: 20px;
}

body#tinymce {
    background: white !important;
}

html[data-mce-style] {
    background: white !important;
}

.tabcontent .contentHTML {
    font-size: 16px;
    line-height: 200%;
}

.content .flex label {
    width: 200px;
    text-align: left;
    line-height: 18px;
    padding-top: 10px;
}

.content .flex input {
    flex-grow: 1;
}

span.flex {
    padding: 5px 0;
    border-bottom: solid 1px #eee;
}

.descriptionWYSIWYG {
    padding: 10px;
}

.descriptionWYSIWYG label {
    margin: 0;
    padding: 0;
}

div#payment-element {
    padding-bottom: 20px;
}

div#payment-message {
    display: block;
    padding: 8px;
    font-size: 16px;
    background: #f6f8fa;
    border: solid 2px #df1c41;
    margin-top: 20px;
    border-radius: 8px;
    color: #de1c40;
    /* font-weight: 800; */
    text-align: center;
}

div#payment-message.hidden {
    display: none;
}

.contentHTML iframe {
    margin-top: 50px;
    width: 100%;
    height: auto;
    border: none;
    aspect-ratio: 16/9;
}

.login #content {
    display: none;
}

.login footer {
    display: none;
}

div#main {
    overflow: hidden;
    width: 100%;
    /* position: relative; */
}

.login header a {
    display: none;
}

.login .popup_container.visible {
    background: transparent;
}

.login header a:first-child {
    display: inline-block;
}

.login header {
    position: fixed;
    width: 100%;
    border: none;
}

.login .spacer {
    display: none;
}

.info.bandeau.error {
    color: red;
}

.backLink {
    position: absolute;
    bottom: -48px;
    height: 20px;
    width: 100%;
    left: 0;
    text-align: center;
}

.backLink a {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 200%;
    text-align: center;
    text-decoration-line: underline;
    color: #FFFFFF;
}

button.text {
    background: transparent;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    margin: 5px 0;
    display: block;
}

a.text {
    color: black;
    text-decoration: underline;
}

.otherImage {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    cursor: pointer;
}

.otherImage img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    margin: 20px 10px;
    border: solid 2px #ddd;
    bor: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.otherImage img.active {
    border: solid 2px #000001;
}

#offreEdit .menu {
    display: flex;
    gap: 0;
    position: sticky;
    top: 0px;
    background: white;
    z-index: 1004;
    border-bottom: solid 1px #e9e9e9;
    overflow: auto;
    justify-content: stretch;
}

#offreEdit .menu > * {
    padding: 10px 20px;
    border-bottom: none;
    cursor: pointer;
    margin-bottom: 0;
    margin-top: 5px;
    padding-bottom: 5px;
    /* opacity: 0.8; */
    /* background: #eee; */
    /* border-radius: 5px 5Px 0 0; */
    font-weight: 200;
    text-transform: uppercase;
    font-size: 14px;
    transition: all ease-out 0.2s;
    color: #7C7C7C;
    font-size: 12px;
    font-family: Inter;
    font-weight: 600;
    text-transform: uppercase;
    word-wrap: break-word;
    border-bottom: solid 5px transparent;
    padding: 15px 5px;
    box-sizing: border-box;
    flex-grow: 1;
    max-width: 172px;
    text-align: center;
    line-height: 1.2;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    user-select: none;
}

#offreEdit .menu .active {
    /* background: #828382; */
    /* color: white; */
    /* padding-top: 10px; */
    /* margin-top: 0; */
    /* opacity: 1; */
    border-bottom: solid 5px black;
    /* padding: 30px 10px; */
    /* box-sizing: border-box; */
    color: black;
    /* flex-grow: 1; */
}

#offreEdit .tab {
    display: none;
    padding: 0;
    /* padding-bottom: 100px; */
    padding: 20px;
}

#offreEdit .tab.active {
    display: block;
    background: white;
    padding-top: 0;
    position: relative;
    z-index: 1000;
    padding-bottom: 100px;
}

.blocCareee {
    display: inline-block;
    padding: 60px 40px;
    border: solid 1px #eee;
    border-radius: 20px;
    padding-left: 130px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 30px;
    max-width: calc(50% - 20px);
    gap: 40px;
    min-width: 300px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin-right: 17px;
    margin-bottom: 20px;
    vertical-align: top;
}

.blocCareee img {
    position: absolute;
    top: 60px;
    left: 40px;
    width: 50px;
    max-height: 50px;
}

.blocCareee h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.03em;
    color: #000000;
}

.blocCareee p {
    font-weight: 300;
    font-size: 14px;
    line-height: 160%;
    color: #000000;
    margin: 5px 0;
}

button.inivisbleEnter {
    background: transparent;
    border: transparent;
}

.btn.telephone span.tel {
    background: white;
    padding: 3px 5px;
    color: black;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    border-radius: 4px 0 0 4px;
    position: relative;
    margin-right: 8px;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.front .cta a.btn.telephone {
    display: inline-flex;
    align-items: center;
    justify-content: stretch;
}

.btn.telephone span.tel:before {
    position: absolute;
    top: 50%;
    right: -5px;
    content: "";
    width: 10px;
    height: 10px;
    background: white;
    transform: rotate(45deg);
    margin-top: -5px;
}

.telephone span.prix {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 9px;
    line-height: 10px;
    margin-left: 5px;
    text-align: center;
}

.cta_coupon .flex {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 10px;
    margin-bottom: 50px;
    flex-wrap: wrap;
    justify-content: center;
}

.padding50.cta_coupon {
    background: #FFF6DB;
    border-radius: 8px;
}

.cta_coupon {
    padding: 60px 40px;
    background: #FFF6DB;
    border-radius: 8px;
    user-select: none;
    margin: auto;
}

.cta_coupon .cta {
    background: black;
    color: white;
    padding-bottom: 10px;
}

.cta_coupon h1 {
    font-weight: 600;
    font-size: 35px;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #000000;
    margin: 0;
    padding: 0;
}

.cta_coupon p {
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    color: #000000;
    margin: 0;
    padding: 0;
}

.cta_coupon .coupon.btn {
    padding: 18px 25px;
    gap: 10px;
    height: 60px;
    background: #000000;
    border-radius: 8px;
    color: white;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    box-sizing: border-box;
    letter-spacing: 0.01em;
    user-select: all;
    white-space: nowrap;
}

.cta_coupon .flex > div.titre {
    flex-grow: 1;
    margin-left: 40px;
}

.cta_coupon .cta h2 {
    color: white;
}

.cta_coupon .cta p {
    color: white;
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    color: #C5C5C5;
}

.front .cta_coupon .cta a.btn {
    border: solid 2px #7c7c7c;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
}

.cta_coupon p a {
    color: #9292ff;
    text-decoration: underline;
}

.copy.btn {
}

.cta_coupon .copy.btn {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    border: solid 2px #cecdcd;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    cursor: copy;
    min-width: 60px;
}

.copy:before {
    width: 13px;
    height: 13px;
    border: solid 2px #000;
    position: absolute;
    top: 16px;
    left: 16px;
    content: "";
    background: #828382;
    background: #fff6db;
    border-radius: 2px;
}

.copy:after {
    width: 13px;
    height: 13px;
    border: solid 2px #000;
    position: absolute;
    top: 22px;
    left: 22px;
    content: "";
    background: #fff6db;
    border-radius: 2px;
    box-shadow: #fff6db -2px -2px 0;
}

#copied {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100px;
    z-index: 99999999999999;
    background: #fff6db;
    top: 0;
    left: 0;
    color: black;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 20px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    opacity: 0;
    transform: translateY(-100%);
    transition: opacity ease-out 0.2s, transform ease-out 4s, visibility linear 1s;
    visibility: hidden;
    border-bottom: solid 1px #d9d9da;
}

.circle.check {
    display: block;
    width: 100px;
    height: 100Px;
    border-radius: 100%;
    position: relative;
}

.circle.check:before {
    position: absolute;
    top: 33px;
    width: 40px;
    height: 19px;
    border-bottom: solid 4px black;
    border-left: solid 4px black;
    content: "";
    transform: rotate(-45deg);
    left: 31px;
    border-radius: 0 3px 0;
}

div#copied.show {
    display: flex;
    opacity: 1;
}

div#copied.show {
    transition: none;
    transform: none;
    visibility: visible;
}

.lp_ekoya .btn svg {
    margin: 0;
    padding: 0;
    /* width: 10px; */
    height: 14px;
}

.front .cta_coupon .cta a.btn:hover {
    border-color: white;
}

.cta_coupon .copy.btn:hover {
    border-color: black;
}

.boutonsBandeau:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

#siteSelector select,#siteSelector {
    margin: 0;
    height: 48px;
    border-radius: 10px;
    width: 100%;
}

.boutonsBandeau:first-child .btn {
    margin: 0;
}

.header .boutonsBandeau {
    width: auto;
    border: none;
    padding: 0;
}

form#siteSelector {
    width: 200px;
    min-width: 200px;
    margin: 0;
    height: 48px;
}

.front .cta_coupon .cta a.btn.telephone {
    width: auto;
}

#content > .big_in {
    margin: auto;
}

.optionGroup.user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    border-color: #e8e9e8;
    padding: 10px 20px;
    flex-wrap: wrap;
    margin-top: 20px;
    margin: 20px auto;
}

.optionGroup.user a.btn {
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #000000;
    padding: 0;
    margin: 0;
    line-height: 20px;
    height: 20px;
}

table#panier thead td.prix.total {
    font-weight: 500;
    font-size: 14px;
    line-height: 200%;
    text-align: right;
    color: #000000;
}

#panier tr.panier_ligne td {
    border-bottom: solid 1px #e9e9e9;
}

table#panier {
    margin-bottom: 50px;
}

.insideFloat input.button {
    width: 100%;
    margin-top: 10px;
}

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

.options-elt {
    border: solid 1px #eee;
    padding: 15px 18px;
    background: #FAFAFA;
    border: 2px solid #D9D9D9;
    border-radius: 8px;
    position: relative;
    font-size: 1px;
    line-height: 18px;
}

.options-elt small {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #7C7C7C;
}

.option_list {
    position: absolute;
    background: white;
    max-width: 320px;
    width: 100%;
    visibility: hidden;
    transform: translateY(-20px);
    opacity: 0;
    border-bottom: solid 1px #e9e9e9;
    z-index: 99;
    visibility: hidden;
    transition: all ease-out 0.2s, visibility linear 0.4s;
    min-width:200px;
}

.options-elt span.selected {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-left: 10px;
}

.options-elt:hover .option_list {
    display: block;
    opacity: 1;
    border: solid 1px #d9d9da;
    border-radius: 8px;
    left: 0;
    visibility: visible;
    transition: all ease-out 0.2s, visibility linear 0.01s;
    transform: none;
}

.options-elt:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    border-top: solid 2px black;
    border-right: solid 2px black;
    margin: -4px 4px 0 13px;
    vertical-align: baseline;
}

span.option.active:before {
    position: absolute;
    content: "✓";
    left: 18px;
}

.option:last-child {
    border: none;
    background: transparent;
}

.insideFloat .padding50:first-child {
    padding-top: 50px;
}

.insideFloat .padding50 {
    padding-top: 20px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: auto;
}

footer .big_in {
    max-width: 100%;
}

div#marques {
    gap: 20px;
    /* align-items: flex-start; */
    /* justify-content: flex-start; */
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(auto-fill, 305px);
    width: 100%;
    padding: 80px 20px 20px 20px;
    padding-bottom: 120px;
    align-items: flex-start;
    justify-content: space-evenly;
    box-sizing: border-box;
}

.boutonsBandeau {
    position: fixed;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: hidden;
    width: 100%;
    background: #fdfbfd;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: 99;
    border-top: solid 1px #cbcbcb;
    border-bottom: solid 1px #eee;
    margin-bottom: 0;
    padding: 0;
    gap: 10px;
    box-sizing: border-box;
    padding: 10px;
    z-index: 10070;
}

.admin_categories_id form#sort {
    padding-bottom: 0;
}

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

.admin_categories_id #offreEdit .image {
    width: 400px;
    height: 200px;
    margin: auto;
}

.changePhoto {
    display: block;
    margin: auto;
    width: 200px;
    position: relative;
}

.changePhoto img {
    width: 100%;
}

.public_marque .image {
    width: 100%;
    background: white;
    border-radius: 20px;
    margin-top: -60px;
    display: flex;
    /* height: 100px; */
    gap: 20px;
    padding: 20px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.blocContenu {
    max-width: 650px;
    text-decoration: none;
    width: 100%;
}

.blocContenu .image {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
    border-radius: 0 30px 0 30px;
    aspect-ratio: 2/1;
    font-size: 0;
    background: #f8f8f8;
    display: block;
    height: auto !important;
}

.blocContenu .image img {
    min-width: 600px;
    position: relative;
    width: 100%;
    border-radius: 0 30px 0 30px;
    aspect-ratio: 2/1;
    z-index: 1;
}

.blocContenu h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #000000;
    border: none;
    padding: 0;
    margin: 10px 0;
    font-weight: 600;
}

.blocContenu h3 {
    display: block;
    font-weight: 500;
    font-size: 25px;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #000000;
}

div#blog {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-around;
    grid-template-columns: repeat(auto-fill, 600px);
}

.blog h1 a {
    font-weight: 500;
    font-size: 25px;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #000000;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
}

.blog h1 {
    font-weight: 400;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #000000;
    margin: 80px 0;
    margin-top: 0;
}

.public_offre_en_profiter div#panier_details {
}

.public_contenu div.offreList {
    padding: 20px;
}

.big_in.offre_autre {
    padding-top: 80px;
    margin-top: 80px;
}

.padding50 h2 {
}

.account h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #7C7C7C;
}

.compte_menu {
    gap: 20px;
    align-items: stretch;
    justify-content: flex-start;
    display: grid;
    grid-template-columns: repeat(auto-fill, min(100%, 440px));
    padding-top: 20px;
}

.compte_menu a p {
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    color: #434343;
    margin: 0;
    margin-top: 10px;
}

.compte_menu b {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #000000;
}

.compte_menu a {
    background: #FAFAFA;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    padding: 40Px;
    text-decoration: none;
    position: relative;
}

.account svg {
    display: block;
    height: 46px;
    margin-bottom: 32px;
    width: 50px;
}

.compte_menu a:hover {
    border-color: black;
}

.compte_menu a:hover svg * {
    fill: black;
}

.bin_in.padding50.account {
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    color: #434343;
    /* max-width: 1200px; */
    /* margin: auto; */
}

.files .file {
    display: inline-block;
    width: 200px;
    height: 200px;
    line-height: 10px;
    font-size: 10px;
    overflow: hidden;
    position: relative;
    word-break: break-word;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    color: black;
}

.form-group {
    display: block;
    margin: 20px 0;
}

.compte .form-group label {
    display: block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: #434343;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
/* identical to box height */
    /* text-align: right; */
    letter-spacing: 0.01em;

/* Charcoal */
    color: #434343;
}

.compte form .form-group input, .compte form .form-group textarea, .compte form .form-group select {
    display: block;
    width: 100%;
    /* max-width: 800px; */
    padding: 21px 15px;
    gap: 10px;
    /* max-width: 590px; */
    background: #E9E9E9;
    border-radius: 8px;
    outline: none !important;
    border: none;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'Inter';
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 15px;
    border: 1px solid var(--Gainsboro, #E3E3E3);
    background: var(--White, #FFF);
    color: var(--Night, #0A100D);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.help {
    display: block;
    width: 300px;
    background: #FAFAFA;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    padding: 40px;
    gap: 30px;
}

.flex {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    align-items: flex-start;
    gap: 20px;
    /* background: white; */
}

.flex > form {
    flex-grow: 1;
}

.help h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #000000;
}

.account h1 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 50px;
    line-height: 120%;
}

hr {
    background: #E9E9E9;
    border: none;
    height: 1px;
    display: block;
    margin: 30px 0;
}

.front .offre .offer {
    max-width: 100%;
}

.public_paiement .big_in.flex {
}

div.error>.user.error {
    display: block;
    width: auto;
    padding: 10px 0;
    color: white;
    background: #F44336;
    padding: 5px;
    margin-top: 0px;
    border-radius: 0 0 8px 8px;
    line-height: 14Px;
    font-size: 14px;
    text-align: center;
}

.commande {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: stretch;
    width: 100%;
    padding: 20px 0;
    border-top: solid 1px #d9d9d9;
    gap: 20px;
}

.commande img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

.commande span.details {
    flex-grow: 1;
}

span.statut {
    border-radius: 4px;
    background: #494949;
    color: white;
    padding: 2px 5px;
    font-weight: bold;
    font-size: 14px;
}

.commande b {
    display: block;
}

.commande .l b {
    min-width: 14px;
    display: inline-block;
}

.commande .details .details {
    font-size: 12px;
    line-height: 16px;
    border-left: solid 1px #d9d9d9;
    padding: 5px 0 5px 10px;
}

.commande:last-child {
    border-bottom: solid 1px #d9d9d9;
}

.commandeListe {
    flex-grow: 1;
}

.commande a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-decoration-line: underline;
    color: #000000;
}

.checkbox input {
    display: none!important;
}

.checkbox.mt50 {
    margin-top: 50px;
    /* display: flex; */
    /* align-items: center; */
}

.checkbox {
}

.checkbox input + label.form-label:before {
    width: 24px;
    height: 24px;
    border: 1px solid #C5C5C5;
    border-radius: 4px;
    margin-right: 10px;
    transition: all ease-out 0.1s;
    font-size: 16px;
    min-width: 24px;
}

.checkbox label.form-label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.checkbox label {
    border: solid 1px #e9e9e9;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 10px;
    /* max-width: 500px; */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #000000;
    transition: all ease-out 0.1s;
}

.checkbox input:checked + label {
    border: solid 2px #621CD1;
    padding: 19px;
}

.checkbox input:checked + label:before {
    background: #621cd2;
    border-color: #621cd2;
    content: "✓";
    color: white;
    line-height: 23px;
}

.account h3 {
    color: black;
    font-size: 30px;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #000000;
    margin-bottom: 20px;
}

span.mobile.close, span.mobile.open {
    display: none;
    position: absolute;
    top: 30px;
    left: 10px;
    border: solid 1px;
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
}

span.mobile.close b {
    transform: rotate(45deg);
    display: block;
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    position: absolute;
    top: 6px;
    left: 9px;
    font-weight: normal;
    font-size: 26px;
    font-weight: 100;
}

@media screen and (max-width: 1190px) {
    body.login.login.ekoya
    {
        background:white!important;
    }
    .car-slide img.ess
    {
        width:75px!important;
        top:10px;
        right:10px;
    }
    .bin_in.padding50.account.parrainage
    {
        padding:0;
    }
    span.mobile.open {
        display: block;
    }
    .blog h1
    {
        font-size:40px;
        line-height:50px;
    }

    .login span.mobile.open {
        display: none;
    }

    .open span.mobile.open {
        display: none;
    }

    .open span.mobile.close {
        display: block;
        position: absolute;
    }

    .alaune span.titre, .car-slide b, .car-slide h2 {
        font-size: 25px!important;
        line-height: 25px;
        font-weight: 500;
        line-height: 120%!important;
        margin: 5px 0;
    }
    .car-slide
    {
        padding:0;
        /* background: red; */
    }
    div#car_footer
    {
        padding:0 20px 15px 25px
    }
    span.car_content
    {
        left:20px;
        width:calc(100% - 40px);
        bottom:60px;
        justify-content: space-between;
        align-items: flex-start;
        /* height: calc(100% - 100px); */
    }


    td.description {
        font-size: 14px;
        padding: 2px;
    }

    .car-slide .offer .description {
        /* display: none; */
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        letter-spacing: -0.03em;

/* Charcoal */
        color: #434343;
        text-align: center;
        width: 100%;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .car-slide .offer {
        /* background: transparent; */
        /* padding: 0; */
        max-width: 280px;
    }

    .header {
        flex-direction: column;
    }

    .offreList {
        grid-template-columns: repeat(auto-fill, 300px);
    }

    .baseline {
        display: none;
    }

    .mainFlex {
        flex-direction: column;
    }

    .filtreGauche {
        border-right: none;
        border-bottom: solid 1px #E9E9E9;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 20px;
        min-width: 100%;
    }

    .popup h1, .popup .h1 {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    span.filterCat.hideMobile {
         display: none;
    }

    .public_offres footer:after, .public_marques footer:after, .public_offres_categories footer:after {
        background: white;
        width: 100%;
        height: 130px;
        border-radius: 0 0 0 30px;
        top: -100px;
        left: 0;
        border-right: solid 1px white;
        box-sizing: border-box;
    }

    .footer_block > a {
        width: 100%;
        max-width: 100%;
        border-top: 0;
    }

    .cat_img {
        padding-top: 100px;
    }

    .flex_offre {
        flex-direction: column;
        align-items: center;
    }

    .minidescriptif {
        padding: 20px 0 0 0;
        width: 100%;
        text-align: center;
    }

    .front .offer {
        width: 100%;
        max-width: 100%;
        flex-wrap: wrap;
        box-sizing: border-box;
        margin-bottom: 0;
        max-width: 500px;
    }
    .front .offer .button {
        display:block;
        width:100%;
    }

    .col.offre {
        padding-right: 40px;
    }

    .contentHTML .col {
        column-count: 1;
    }

    .blocCareee {
        max-width: 100%;
    }

    header > a, header .spacer {
        display: none;
        /* height: 0; */
        /* overflow: hidden; */
        padding: 17px!important;
        margin: 0;
    }

    header .mobile {
        display: block;
        height: 60px;
        border: none;
        margin: 0;
        box-sizing: content-box;
    }

    header {
        justify-content: center;
    }

    .open header {
        display: flex;
        flex-direction: column;
        height: auto;
        overflow: auto;
        gap: 2px;
        padding-bottom: 20px;
        overflow: auto!important;
        top: 0;
        position: absolute!important;
        /* background: red; */
        /* padding-top: 10px; */
        margin-top: 0;
    }
    .open header > a.mobile
    {
        height:auto;
        /* padding:0; */
        display: block;
        height: auto;
        /* background: blue; */
    }
    .open header > a.mobile img
    {
        height:60px;
        display:block;
    }

    .open header > a, .open header .spacer {
        display: block;
        background: transparent;
        padding: 17px 30px 37px 30px;
        border: none !important;
        height: auto;
        /* transition: ease-out all 0.2s; */
    }
    header a.headerTel
    {
        display:none;
    }

    .open header .spacer {
        display: none;
    }

    .open header a:after {
        display: none;
    }

    .open .flex_offre .images {
        width: 100%;
    }

    .otherImage img {
        width: 40px;
        height: 40px;
    }

    .ariane {
        display: none;
    }

    #car_footer_slides {
        /* display: none; */
        max-width: 100%;
        display: flex;
        gap: 5px;
    }
    div#car_slide
    {
        font-size:8px;
    }

    div#car_footer_slides span
    {
        width:20px;
        margin:0;
        transition:all ease-out 0.2s;
    }


    div#car_footer_slides span.actif
    {
        width:50px;
        margin:0;
    }
    div.car_footer
    {
        padding:20px;
    }
    .menu_offre {
        margin-top: 20px;
    }

    .tabcontent .flex {
        gap: 20px;
    }

    footer {
        margin-top: 0;
    }

    .big_in.flex {
        flex-direction: column;
    }

    .insideFloat .padding50 {
        padding: 20px 5px;
        box-sizing: border-box;
    }

    .flex, .cta_coupon .flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .cta_coupon {
        padding: 40px 0;
    }

    .insideFloat {
        margin-top: 0 !important;
    }

    .blockGauche {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    table#panier thead td {
        padding: 2px 0;
    }

    .public_offre_en_profiter footer:after, .public_paiement footer:after {
        width: 100%;
        border-left: none;
    }

    .blockDroit {
        width: 100%;
        border-left: none;
        border-top: solid 1px #e9e9ea;
        margin-top: 0;
        min-width: 100%;
    }

    input.panier_qte {
        width: 40px;
        padding: 10px 0;
        text-align: center;
    }

    td.prix.total {
        display: none;
    }

    td.panier_sstotal {
        display: none;
    }

    td.qte {
        width: 50px;
    }

    td.panier_prix small {
        font-size: 8px;
    }

    .public_paiement .big_in.flex {
        flex-direction: column-reverse;
    }

    .public_paiement .blockDroit {
        border-top: none;
        border-bottom: solid 1px #e9e9ea;
    }

    .offre .offer .button {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        border-radius: 0;
        border: solid 20px #FFF6DB;
    }

    input#pay {
    }

    .popup {
        padding: 30px 20px;
        max-width: 500px;
        border: none;
        max-height: none;
        box-sizing: border-box;
        max-height: calc(100vh - 50px);
    }
    #rgpd .popup {
        padding: 20px;
        margin: 10px;
        line-height: 16px;
        /* padding-top: 10px!important; */
    }

  .popup .footer {
padding-top:10px;
    }

    .popup_container {
    }

    #offresMenu {
        display: none;
    }
    .cta
    {
        flex-wrap:wrap;
    }
    .popup h2, .popup .h2
    {
        margin-top:10px;
    }
}

.front .submenu .publi a {
    width: 100%;
}

.login header a.mobile {
    display: block;
    text-align: center;
}

.popup a.button {
    display: inline-block;
    margin-bottom: 10px;
}

.compte form .form-group textarea {
    resize: vertical;
    min-height: 50PX;
}

.contentHTML.blog {
    margin: auto;
}

article {
    max-width: 670px;
    display: block;
    margin: auto;
}

a.ae {
    color: black;
    font-weight: bolder;
    text-decoration: none;
}

.cat .titre input {
    display: none;
}

.cat .titre > label.form-label {
    border-bottom: solid 1px #e1e2e1;
    border-right: solid 1px #e1e2e1;
    margin: 0;
    padding: 10px;
}

.legalmenu {
    padding: 40px;
    gap: 20px;
    width: 325px;
    left: 40px;
    top: 0px;
    background: #FAFAFA;
    border-radius: 8px;
}

.contentHTML.legal {
    width: auto;
    flex-grow: 0;
    border-top: solid 1px #fafafa;
    width: 100%;
}

.legal h1 {
    text-align: center;
    padding: 50px 0;
}

.contentHTML.legal article {
    margin: 0;
}

.legalmenu a {
    display: block;
    text-decoration: none;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #7C7C7C;
    padding: 10px 0;
}

.legalmenu a.active {
    color: black;
    font-weight: bold;
}

.car-slide:before, .alaune a.largeCategorie:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(49deg, rgba(0, 0, 0, 0.48365283613445376) 0%, rgba(0, 0, 0, 0.22034751400560226) 39%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(49deg, rgba(0, 0, 0, 0.48365283613445376) 0%, rgba(0, 0, 0, 0.22034751400560226) 39%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(49deg, rgba(0, 0, 0, 0.48365283613445376) 0%, rgba(0, 0, 0, 0.22034751400560226) 39%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    z-index: 0;
    box-sizing: border-box;
}

li.option.null[data-value=""]:before {
    content: "Aucun";
}

table a.delete {
    display: inline-block;
    background: #828382;
    color: white;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    text-align: center;
    line-height: 14px;
    transform: rotate(45deg);
    text-decoration: none;
    font-size: 16px;
}

#offreEdit form#sort {
    padding-bottom: 0;
}

div.alaune a {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    gap: 4%;
    /* padding-bottom: 20px; */
    box-sizing: border-box;
    padding: 4%;
    text-decoration: none;
    background-position: center center;
    background-size: cover;
    min-height: 300px;
}

.alaune span.cat {
    display: block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
/* identical to box height */
    letter-spacing: 0.01em;
    text-transform: uppercase;

/* True White */
    color: #FFFFFF;
    position: relative;
}

.alaune span.titre {
    position: relative;
    color: white;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 120%;
/* or 60px */
    letter-spacing: -0.03em;

/* True White */
    color: #FFFFFF;
    text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.55);
    text-align: left;
}

.alaune span.btn {
    position: relative;
    border: solid 2px white;
    background: #0000001f;
}

.cartegroupama .flex {
    /* height: calc(100vh - 200px); */
    align-items: center;
    justify-content: center;
}

.flex .groupama {/* width: 50%; */padding: 20px;text-align: left;}

.cartegroupama .flex .map {
    flex-grow: 1;
    min-width: 60%;
    width:100%;
    text-align:center;
    /* height: calc(100vh - 200px); */
    position: relative;
}

.cartegroupama .flex .map svg
{
    width:100%;
    height: auto;
    padding: 10%;
    box-sizing: border-box;
    max-height: calc(100vh - 200px);
}

.flex .groupama h1 {
    color: #05614b;
    font-size: 35px;
    line-height: 110%;
}

.cartegroupama footer {
    text-align: center;
    padding-bottom: 20px;
    background: #05614b;
    margin-top: 0;
    padding-top: 60px;
}

#ctas .elt b {
    text-align: center;
    color: blue;
    text-decoration: underline;
}

table.tableform td {
    position: relative;
}

table.tableform td input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    text-align: center;
}

table.tableform td:focus-within {
    outline: solid 1px #3498db;
}

form {
    max-widh: 600px;
}

.col2 {
    display: flex;
    gap: 40px;
    /* flex-wrap: wrap; */
}

.col2 > div {
    width: 100%;
}

.inscription form h2 {
    margin-bottom: 10px;
    border-top: solid 1px #d9d9d9;
    padding-top: 20px;
    font-weight: bolder;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
/* identical to box height, or 28px */
    letter-spacing: -0.03em;

/* True Black */
    color: #000000;
    margin-top: 20px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.inscription form h2:first-child {
    border: none;
    padding-top: 0;
    margin-top: 0;
}

.inscription .bin_in.padding50.account {
    max-width: 1200px;
    margin: auto;
}

.commandeOK {
    display: flex;
    padding: 40px 20px;
    background: #1abc9c;
    color: white;
    font-weight: bolder;
    border-radius: 20px;
    font-size: 16px;
    gap: 20px;
    align-items: center;
    border-bottom: none;
    margin-bottom: 20px;
    justify-content: center;
}

.commandeOK:before {
    content: "✓";
    border-radius: 100%;
    border: solid 2px white;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    font-size: 33px;
    line-height: 40px;
    justify-items: center;
}

.commande:first-child {
    border-top: 0;
}

.contentHTML h2 a {
    display: block;
    text-align: center;
    color: black;
    margin-top: 80px;
    margin-bottom: 0;
    text-decoration: none;
    font-weight: normal;
}
form#payment-form {
    width: 100%!important;
}

header {}

.public_home header {

    position: sticky;
    top: 0;
    width: 100%;
    left: 0;
    /* max-height: 80vh; */
    overflow: hidden;
}

.public_home #main {
    /* padding-top: 50px!important; */
}

.admin_categories_id #offreEdit .image img {
    width: 100%;
}

small.vert {}

small.rouge {
    background: #e67e22;
}

a.form {
    text-decoration: none;
}

.front .cta a.btn.cta-offre-lien {
    /* width: 150px; */
}

a.btn.cta-offre-continuer-internet {
    width: 200px;
    min-width: 110px;
}

a.nouveau .i:before {
    content: "NOUVEAU";
    position: absolute;
    color: white;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: black;
    background: white;
    padding: 4px 8px;
    top: 24px;
    left: 24px;
    max-width: calc(100% - 120px);
}

.offreList a.nouveau .i b {
    top: 49px;
}

.images img.ess {
    position: absolute;
    top: 20px;
    left: 20px;
    max-width: 20%;
    z-index: 10;
}

div#image {}

.car-slide img.ess {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 150px;
    /* background: red; */
}

img.ess {}

.parrainageAccueil h2 {
    color: #e57b32;
    margin-top: 30px;
}

.opt {
    display: block;
    border: solid 1px #eee;
    max-width: 300px;
    width: 33%;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.flex.full {
    align-items: stretch;
}

.flex.full .opt {
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
    background: #e9e9e9;
    min-width: 200px;
    margin: 0;
}

.flex.full .opt.active {
    border: solid 2px #077d95;
    background: #077d95;
    color: white;
}

span.euro {
    position: relative;
}

span.euro:after {
    content: "€";
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 10px;
}

span.euro input {
    text-align: right;
    padding-right: 26px;
}

div#choixParainnage .flex div {
    width: 50%;
}

div#submitform {
    margin-top: 50px;
}

.offreList.alaune {}

.offreList > a.big.alaune {
    text-align: left;
    align-items: flex-start;
    min-height: 0;
    aspect-ratio: auto;
    max-width: 1000px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.offreList > a.big.alaune h2 {
    font-weight: normal;
}

.offreList.alaunelist {
    padding: 0;
    align-items: center;
    justify-content: center;
    padding: 0 0px;
}

.lp_retour img {
    max-width: 440px;
    width: 100%;
    background: #eee;
}

img.bigwidth {
    width: 100%;
    height: auto;
}

.parrainage h1 {
    text-align: center;
}

.bin_in.padding50.account.parrainage {
    background: white;
}

.parrainage form {
    max-width: 100%;
    /* background: blue; */
    flex-grow: 1;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 0;
    padding-top: 0;
    border: solid 4px #e57b32;
    border-top: 0;
}

.parrainage h1 {
    padding: 20px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    color: white;
    background: #e57b32;
    text-transform: uppercase;
    font-size: 27px;
}

.in.align {
    flex-direction: column;
}

.parrainage .in.align {
    background: #077d95;
    color: white;
    padding: 20px;
    box-sizing: border-box;
    /* font-weight: bold; */
}

.lp_cta {
    display: flex;
    align-items: center;
    gap: 40px;
    /* height: 30px; */
    background: white;
}

.spacertop {}

.bp {
    display: flex;
    /* text-align: center; */
    flex-wrap: wrap;
    align-items: strech;
    justify-content: space-around;
    max-width:1380px;
    margin:0 auto;
}

.bp > div {
    margin: 10px;
    display: inline-block;
    text-align: left;
    box-sizing: border-box;
    width: 100%;
    max-width: 440px;
    background: red;
/* True White */
    background: #FFFFFF;
/* White Smoke */
    border: 1px solid #E9E9E9;
    border-radius: 30px;
    /* padding: 60px 40px; */
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
    align-items: flex-start;
    background: #FAFAFA;
    overflow: hidden;
}

.bp div img {
    max-width: 100%;
    background: white;
    padding: 40px 30px 60px 30px;
    box-sizing: border-box;
    border-radius: 0 0 30px 30px;
    border-top: solid 1px #E9E9E9;
}

.bp div b {
    /* position: absolute; */
    right: 40px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
/* identical to box height */
    letter-spacing: 0.01em;
    text-transform: uppercase;

/* True Black */
    color: #000000;
    background: yellow;
    background: #FFF6DB;
    border-radius: 4px;
    padding: 4px 8px;
    display: inline-block;
    /* margin-bottom: 10px; */
    /* margin-left: 40px; */
    /* margin-bottom: 40Px; */
}

.lp_ekoya a.btn svg {
    width: 13px;
}

.lp_retour p {
    font-size: 14px;
    line-height: 200%;
}

.center h3 {
    text-align: center;
}

div {}

.number {overflow-y: auto;display: flex;align-items: center;padding: 10px;/* justify-content: space-around; */}

.number small {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
/* or 25px */
    letter-spacing: -0.03em;

/* Grey */
    color: #7C7C7C;
    color: #000;
    text-align: center;
    /* font-family: Geomanist; */
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    line-height: 24px; /* 133.333% */
    display: block;
    height: 72px;
    /* background: red; */
}

div {}

.headerModal {
    background: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
}

.headerModal img {
    height: 50px;
}

.headerModal a.btn {
    border: solid 1px #3a3a3a;
    padding: 12px 17px;
    height: auto;
    line-height: 14px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    height: 19px;
    color: white;
    display: flex;
    gap: 15px;
    align-items: center;
}

.bandeau {
    /* padding: 20px 15px; */
    gap: 10px;
    width: 900px;
    height: 50px;

/* Corn Silk */
    background: #FFF6DB;
    border-radius: 8px;
    box-sizing: border-box;
    max-width: 100%;
}

.account .bandeau {
    width: 100%;
    padding: 13px 15px;
    height: auto;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.inscription-step2 .inscription form h2 {
    margin-top: 20px;
    padding: 20px 0;
    border-top: solid 1px #E9E9E9;
    /* padding-bottom: 40px; */
    padding-right: 40px;
    padding-bottom: 10px;
    cursor:pointer;
}

.inscription-step2 .inscription form h2:after {
    content: "";
    position: absolute;
    right: 19px;
    border-top: solid 2px black;
    border-right: solid 2px black;
    height: 10px;
    width: 10px;
    transform: rotate(135deg);
    top: 32px;
}

.inscription-step2 .inscription form h2.open:after {
    transform: rotate(-45deg);
    top: 27px;
}

.inscription-step2 .inscription form h2.open {
    padding-bottom: 40px;
}

.compte span.btn {
    width: auto;
    display: inline-block;
    border: solid 2px black;
    padding: 15px 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    min-width: 100px;
}

.account h2 svg {
    display: inline-block;
    background: #621CD1;
    padding: 4px 3px;
    border-radius: 100%;
    height: 28px!important;
    width: 28px!important;
    margin: 0;
    box-sizing: border-box;
    padding: 5px;
    align-items: center;
    display:none;
}

.account h2.ok svg {
    display: inline-block;
}

.spacertop {
    display: block;
    /* padding: 100px; */
    height: 100px;
}


div#alerteF {
}

.optinForm {
    display: flex;
    padding: 50px 0;
    background: linear-gradient(179deg, #FFFEEE 0%, #F9F3FF 100%);
    /* transform: rotate(-90deg); */
    gap: 20px;
    align-items: center;
    justify-content: space-evenly;
    margin-top: -20px;
}

span.btn.secondary {
    border: solid 2px #C5C5C5;
    background: transparent;
    color: black;
    opacity: 0.2;
    font-size: 16px;
    font-family: Inter;
    font-weight: 600;
}

.optinForm .btnlist {
    padding-top: 20px;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}

.optinForm big {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 140%;
/* or 42px */
    letter-spacing: -0.03em;

/* True Black */
    color: #000000;
    max-width: 400px;
    display: block;
}
footer .inscription.widget
{

background: linear-gradient(265.54deg, #FFFEEE 0%, #F9F3FF 100%);
}

.blocBleu {
    display: flex;
    width: 100%;
    left: 270px;
    top: 285px;

/* Medium Blue */
    background: #0400CB;
    border-radius: 30px;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 20px;
}

.blocBleu div {
    padding: 50px 0;
    color: white;
}

.blocBleu big {
    font-size: 35px;
    line-height: 140%;
    font-weight: 500;
}

.blocBleu img {
    height: 200px;
}

.blocExtension {
    display: flex;
    width: 100%;
    left: 270px;
    top: 285px;
    background: #0400CB;
    border-radius: 30px;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 160%;
    background: linear-gradient(265.54deg, #FFFEEE 0%, #F9F3FF 100%);
/* White Smoke */
    border: 1px solid #E9E9E9;
    border-radius: 30px;
    padding:60px 40px;
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
/* or 26px */


/* True Black */
    color: #000000;
}

.blocExtension big {
    font-size: 25px;
    line-height: 140%;
/* identical to box height, or 35px */
    letter-spacing: -0.03em;

/* True Black */
    color: #000000;
    font-weight: 500;
}

.btnlist a.btn {
    display: inline-block;
    background: black;
    color: white;
    border-radius: 8px;
    padding: 20px 30px;
    box-sizing: border-box;
    height: auto;
    line-height: 100%;
    text-decoration: none;
    font-weight: bold;
}

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

.btnlist a.btn.secondary {
    border: solid 2px #E9E9E9;
    background: transparent;
    color: black;
}

.center {
    text-align: center;
}

.lp_retour div {
    max-width: 600px;
    /* flex-grow: 1; */
    /* display: flex; */
    padding-bottom: 30px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    padding-top: 30px;
    width: 100%;
    /* height: 20PX; */
}

.lp_retour div small {
    display: block;
    margin-top: 0;
    margin-bottom: 30px;
}

.progress {
    display: flex;
    /* background: orange; */
    gap: 10px;
    padding-top: 40px;
    /* position: absolute; */
    bottom: 10px;
    padding-top: 0!important;
    padding-bottom: 0!important;
}

.progress {}

.progress i:after {
    content: "";
    width: 0%;
    background: #ec663a;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.progress i.active:after {
    width: 100%;
    transition: ease-out 5s;
}

.spacer120 {
    display: block;
    height: 120px;
    clear: both;
    width: 100%;
    /* background: red; */
}

.center.padding20 a.btn {
    margin-top: 20px;
}

.popup .info.bandeau.error {
    text-align: center;
    font-size: 14px;
    font-weight: bolder;
    margin-bottom: 20px;
    padding-top: 10px;
}

.filtreGauche .flexgauche {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 20px;
}

::after {}

footer .inscription {
    display: flex;
    max-width: 1200px;
    margin: 40px auto;
    margin-top: 0;
    background: white;
    border-radius: 30px;
    padding: 40px;
    gap: 40px;
    align-items: center;
    justify-content: space-evenly;
    color: black;
    width: calc(100% - 40px);
    box-sizing: border-box;
}

footer .inscription .t {
    color: black;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 140%;
/* identical to box height, or 49px */
    letter-spacing: -0.03em;

/* True Black */
    color: #000000;
}

footer .inscription b {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
/* or 25px */
    letter-spacing: -0.03em;

/* True Black */
    color: #000000;
}

footer .inscription p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
/* or 26px */


/* True Black */
    color: #000000;
    padding-bottom: 20px;
}

.blocExtension div {
    /* display: flex; */
}

header a.account {
    height: 18px;
}

header .account small {
    height: 17px;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.public_inscription_widget .blocExtension.big {
    border-radius: 0;
    background: transparent;
    margin: 40px 0;
    border-left: 0;
    border-right: 0;
}

.ariane2 span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
/* identical to box height */


/* True Black */
    color: #7C7C7C;
}

.ariane2 span.active {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
/* identical to box height */


/* Violet */
    color: #621CD1;
}

.ariane2 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.ariane2 svg {
    margin: 0;
    height: 7px;
    width: auto;
}

.ariane2 span.ok {
    color: #000000;
}

body.public_inscription_widget {
    /* background: orange; */
    background: linear-gradient(265.54deg, #FFFEEE 0%, #F9F3FF 100%);
}


.infosInscription {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.infosInscription .bloc {
    padding: 40px;
    border: solid 1px #eee;
/* Almost White */
    background: #FAFAFA;
/* White Smoke */
    border: 1px solid #E9E9E9;
    border-radius: 8px;
}

.infosInscription p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 200%;
/* or 32px */


/* Charcoal */
    color: #434343;
}

.infosInscription a.btn.seconardy {
    border: solid 2px #e9e9e9;
    border-radius: 8px;
    display: inline-flex;
    color: black;
    color: #621CD1;
    padding: 20px 30px;
    height: 18px;
    line-height: 18px;
    gap: 20px;
}

.infosInscription a.btn.seconardy svg {
    display: inline-block;
    margin: 0;
    height: 18px;
    width: 9px;
}

.public_inscription_confirm .big_in > a.btn.secondary {
    display: inline-block;
    border: solid 2px #e9e9e9;
    margin-top: 20px;
}

.infosInscription a {
    display: block;
    color: #621cd1;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 200%;
/* identical to box height, or 32px */
    text-decoration-line: underline;

/* Violet */
    color: #621CD1;
}

.infosInscription a:before {
    content: "→";
}

.infosInscription a.btn.seconardy:before {
    content: "";
}


.public_inscription_confirm .bin_in > a.btn.secondary
{
    display:inline-flex;
    height:auto;
    padding:10px 20px;
    border:solid 2px #e9e9e9;
    border-radius:8px;
    margin-top:20px;
    align-items:center;
    gap:15px;
}

.public_inscription_confirm .bin_in > a.btn.secondary svg
{
margin:0;
    height:14px;
    width:auto;
}

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

    footer .inscription
    {
        flex-direction:column;
        padding: 50px 20px!important;
    }
    footer .inscription.widget
    {
        display:none;
    }
    .col2
    {
        display:block;
        flex-direction:column;
    }
    .optinForm
    {
        flex-direction:column;
        padding:50px 20px;
        box-sizing:border-box;

    }
    .nomobile
    {
        display: none!important;
    }
    .public_inscription_widget .blocExtension.big
    {
        flex-direction:column;
        gap:40px;

        padding:40px 0;
    }
    .inscription .bin_in.padding50.account
    {
        padding:40px 20px;
    }
    .blocBleu
    {
        flex-direction:column;
    }

    .blocExtension
    {
        flex-direction:column;
    }
    .infosInscription
    {
        flex-direction:column;
    }
    .blocBleu div
    {
        padding:20px 0;
    }
}



.inscription-step2 .bandeau {margin-bottom: 0;}

select#inscription_ekoya_emploi {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE2IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNSAxTDggOEwxIDAuOTk5OTk5IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-position: calc(100% -  20px) center;
    /* background-position: 20px; */
    padding-right: 80px;
    max-width: 400px;
}

.grey {
    padding: 120px 20px;
    background: #FAFAFA;
    border-radius: 10px;
}

.error label {
    color: red;
}

.error input {
    background: #ff00001c!important;
    color: red;
    border: solid 1px red!important;
    border-radius: 8px 8px 0 0 !important;
}

div>.user.error {
    display: none;
}

.inscription .compte span.btn {
    background-color: #ec663a;
    border-color: #ec663a;
}

.car_content span.nouveau {
    background: white!important;
    color: black;
    display: block;
    padding: 2px 8px;
    margin-bottom: 30px;
    font-weight: bolder;
}

.compte.inscription span.btn {
    background: #ec663a;
    border-color: #ec663a;
}

.rgpd_option {
    display: inline-flex;
    float: right;
    border: solid 2px black;
    border-radius: 5px;
}

.rgpd_option .btn.active {
    background: black;
    color: white;
    opacity: 1;
}

.rgpd_option .btn {
    padding: 8px 10px;
    opacity: 0.3;
}

.rgpd_option .btn:hover {
    opacity: 1;
    cursor: pointer;
}

span.loading {}

table tbody td .btn {
    padding: 10px;
    font-size: 12px;
    margin: 0;
    font-weight: 600;
}

.sortable th.dir-d {
    color: #621cd1!important;
}

.sortable th,th, table thead th, table thead td {
    background: white!important;
    color: black!important;
    border-bottom: solid 2Px #E9E9E9;
    padding: 25px 10px!important;
    color: #C5C5C5!important;
    font-size: 12px!important;
    font-family: Inter!important;
    font-weight: 600!important;
    word-wrap: break-word;
    text-transform: uppercase!important;
    padding-bottom: 10px!important;
    padding-top: 46px!important;
}

tr {}

.admin_partenaire_show div#chat {
    top: 71px;
    height: calc(100vh - 71px);
}

.admin_offre_show .flex {
    gap: 0;
}

a.pub {
    margin-top: 20px;
}

#inPartner .in > .flex .col.grow {
    flex-grow: 1;
    width: 100%;
}

table#newsletterTable, table#newsletterTable tr, table#newsletterTable td,table#newsletterTableBig, table#newsletterTableBig tr, table#newsletterTableBig td {
    background: white!important;
    cursor: default;
    border-bottom: none;
    /* display: table-cell; */
    padding: 0!important;
    margin: 0!important;
}

.ekoya header a.headerTel {
    padding: 8px 15px;
    color: #0A090C;
    font-size: 16px;
    font-family: Inter;
    font-weight: 600;
    letter-spacing: 0.16px;
    word-wrap: break-word;
    border: solid 1Px #E9E9E9;
    border-radius: 5px;
    text-decoration: none;
}

header a.btnheader {
    color: white;
    font-size: 16px;
    font-family: Inter;
    font-weight: 600;
    letter-spacing: 0.16px;
    word-wrap: break-word;
    border: solid 2px  #005FCF;
    background:#005FCF;
    padding:20px 30px;
    border-radius: 8px;
    text-decoration: none;
*/
    max-height: 60px;
    box-sizing: border-box;
    max-height: 60px;
}

div#bemovehome {
    /* background: #ffffff; */
    /* align-items: center; */
    /* justify-content: center; */
    /* background-image: url('/img/bemove/BG.jpg'); */
    /* background-repeat: no-repeat; */
    /* background-position: right bottom; */
    /* background-size: contain; */
    /* position: relative; */
}

.blockInscription {display: flex;max-width: 440px;padding: 40px;flex-direction: column;align-items: flex-start;gap: 10px;border-radius: 30px;border: 1px solid var(--White-Smoke, #E9E9E9);background: var(--True-White, #FFF);box-shadow: 5px 5px 50px 0px rgba(0, 0, 0, 0.05);width: 100%;box-sizing: border-box;/* margin: 20px; *//* max-width: calc(100% - 20px); */}

.blockInscription .title {
    color: var(--Black-Russian, #0A090C);
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.75px;
    border-bottom: solid 1px var(--White-Smoke, #E9E9E9);
    padding-bottom:20px;
    /* margin-bottom:20px; */
    display: block;
    /* align-items: center; */
    /* justify-content: flex-start; */
    width: 100%;
}

.blockInscription .title span.caption {
    display: block;
    color: var(--Tang-Blue, #005FCF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
    width: 100%;
    display: block;
}

.blockInscription .blockForm label {
    color: var(--Charcoal, #434343);
    /* text-align: right; */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.14px;
    user-select: none;
}

.blockInscription input#email {
    display: flex;
    height: 60px;
    padding: 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    background: var(--White-Smoke, #E9E9E9);
    width: 100%;
    border: none;
    box-sizing: border-box;
    margin: 10px 0;
    outline: none;
    font-size: 14px;
}

.blockInscription input.button {
    width: 100%;
    margin-top: 10px;
}

span.circle
{
    position:relative;
    z-index:10;
}
span.circle:before {
    position:absolute;
    content:"";
    top:-10%;
    left:-14%;
    width:120%;
    height:120%;
    background:no-repeat url(
    'data: image/svg+xml,<svg width="186" height="71" viewBox="0 0 186 71" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M85.0197 7.15776C65.4472 6.06862 11.3683 13.1634 3.72904 28.0277C-0.151354 35.5781 11.7054 55.0158 33.4136 62.1325C55.9601 69.5241 96.0429 69.4059 129.611 64.7019C161.176 60.2786 168.692 51.9691 171.698 50.1212C191.493 37.9531 184.231 18.5887 158.134 11.6906C141.731 7.35471 98.5469 1.52522 46.7885 3.34047" stroke="url(%23paint0_linear_1_55)" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/><defs><linearGradient id="paint0_linear_1_55" x1="183" y1="3" x2="141.471" y2="118.003" gradientUnits="userSpaceOnUse"><stop stop-color="%23FFDA55"/><stop offset="1" stop-color="%23FFB152"/></linearGradient></defs></svg>');
    background-size:contain;
    z-index:0;

}

#bemovehome .info .border {
    display: flex;
    padding: 8px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid var(--White-Smoke, #E9E9E9);
    background: var(--True-White, #FFF);
    text-align: center;
    color: black;
    font-weight: bold;
}

#bemovehome .info {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 40px;
    flex-wrap: wrap;
    margin-top: 10px;
    color: var(--Black-Russian, #0A090C);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 25.2px */
    letter-spacing: -0.54px;
}

#bemovehome .info a {
    color: var(--Tang-Blue, #005FCF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px;
    text-decoration-line: underline;
}

#bemovehome li {
    color: var(--True-Black, #000);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    max-width: 555px;
    margin: 20px 0;
}

#bemovehome .mainCol {
    padding: 0 10px;
    z-index: 2;
    position: relative;
}

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

div#bemovehome {
    background:none!important;
    flex-direction: column-reverse;
    padding-top: 10px;
    gap: 50px;
    padding-bottom: 10px;
    min-height: calc(100vh - 100px);
    height: auto;
    padding-left: 0;
    padding-right: 0;
}
#bemovehome > div. {
    flex-grow: 1;
    width: 100%;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}
}

header a.btnheader.secondary {
    background: white;
    color: #015fcf;
}


#bemovehome .colInscription {
    width: 100%;
    max-width: 440px;
    z-index: 2;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

input#cgvConfirm {
    /* display: none; */
    position: absolute;
    opacity: 0;
    /* width: 100%; */
    /* height: 100%; */
    width: 20px;
    height: 20px;
    top: 50%;
    left: 20px;
    margin: 0;
    padding: 0;
}

.blockForm {
    position: relative;
}

.checkbox {}

.inscription-step2.bemove .flex {}

li.check {
    background: url('data:image/svg+xml,<svg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.3515 1.0257C16.1657 1.77209 16.2207 3.03722 15.4743 3.85146L7.22432 12.8515C6.8455 13.2647 6.31062 13.5 5.75001 13.5C5.1894 13.5 4.65452 13.2647 4.2757 12.8515L0.525704 8.76055C-0.220681 7.94631 -0.165676 6.68118 0.648563 5.93479C1.4628 5.18841 2.72794 5.24342 3.47432 6.05765L5.75001 8.54023L12.5257 1.14856C13.2721 0.334324 14.5372 0.279319 15.3515 1.0257Z" fill="white"/></svg>');
    background-repeat: no-repeat;
    background-position: left center;
    list-style: none;
    padding-left: 20px;
    padding: 5px 6px 5px 30px;
}

div.catalog {
    display: block;
    background: red;
    display: flex;
    width: 440px;
    padding: 40px 40px 60px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 20px;
    color: var(--True-White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    border-radius: 30px;
    background: #D77504;
    color: var(--True-White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    text-align: left;
    box-sizing: border-box;
    max-width: 100%;
    justify-content: space-between;
}

.catalog h2 {
    color: var(--True-White, #FFF);
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 42px */
    letter-spacing: -0.9px;
    margin: 0;
}

.account div.catalog#mensuel {
    border: 1px solid var(--White-Smoke, #E9E9E9);
    background: var(--Almost-White, #FAFAFA);
    color: black;
}

div.catalog#annuel {
    background: black;
}

.flex {}

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

div.catalog p {
    margin: 0;
}

h2 {}

.compte_menu a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #015fcf;
    color: white;
    border-radius: 0 0 5px 5px;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    font-weight: bolder;
    font-size: 14px;
    line-height: 14px;
}

input[type="submit"], .submitBTN {
    display: flex;
    height: 60px;
    padding: 18px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--Black-Russian, #0A090C);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.16px;
    border-radius: 8px;
    background: var(--True-White, #FFF);
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.catalog ul {
    padding: 0;
    margin: 0;
}

.submitbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px 10px;
    flex-wrap: wrap;
}

.catalog .submitbtn a:not(.submitBTN) {
    color: white;
    color: var(--True-White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.16px;
    text-decoration-line: underline;
}

.catalog small {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 19.6px */
    letter-spacing: -0.42px;
    /* background: var(--Light-Orange-gradient, linear-gradient(225deg, #FFFBEB 0%, #FFF0B9 100%)); */
    background-clip: text;
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    display: inline-flex;
    padding: 5px 7px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 3px;
    border: 1px solid #FFEB3B;
    /* float: right; */
    color: #FFEB3B;
}

.headerb {
    overflow: hidden;
    padding: 60px 40px 40px 40px;
    background: #555;
    display: block;
    width: 100%;
    border-radius: 30px 30px 0 0;
    background-size: cover;
    background-position:center center;
    box-sizing: border-box;
}

.bp .headerb > big {
    color: white;
    display: block;
}


b {}

.account div#mensuel {}

.account li.check {
    background-image:url(
    'data: image/svg+xml,<svg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.3515 1.0257C16.1657 1.77209 16.2207 3.03722 15.4743 3.85146L7.22432 12.8515C6.8455 13.2647 6.31062 13.5 5.75001 13.5C5.1894 13.5 4.65452 13.2647 4.2757 12.8515L0.525704 8.76055C-0.220681 7.94631 -0.165676 6.68118 0.648563 5.93479C1.4628 5.18841 2.72794 5.24342 3.47432 6.05765L5.75001 8.54023L12.5257 1.14856C13.2721 0.334324 14.5372 0.279319 15.3515 1.0257Z" fill="black"/></svg>');
}

.account div#annuel {
    border: 1px solid var(--White-Smoke, #E9E9E9);
    background: var(--Light-Orange-gradient, linear-gradient(225deg, #FFFBEB 0%, #FFF0B9 100%));
    color: black;
}

.account div#annuel a,.account div#mensuel a {
    display: none;
}

.account #mensuel input[type="submit"],.account #annuel input[type="submit"] {
    background: #1f70b7;
    color: white;
}

.inscription form h2 {
    color: var(--Black-Russian, #0A090C);
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 42px */
    letter-spacing: -0.9px;
}

.account .catalog small {
    color: #005FCF!important;
    border-color: #005FCF;
}

.public_inscription_abonnement .flex.center {
    padding-top: 20px;
}

div#content {
    /* overflow: hidden; */
    width: 100%;
}

div#plusQue {
    display: flex;
    background: #005FCF;
    padding-top: 100px;
    margin-top: -60px;
    color: white;
    cursor: pointer;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

div#plusQue big {
    display: block;
    color: var(--True-White, #FFF);
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 35px */
    letter-spacing: -0.75px;
}

body.public_home.bemove .imgpartenaire {
    display: block;
    max-height: 40px;
    /* height: 40px; */
    /* background: red; */
}

.imgpartenaire {
    display: none;
}

body.public_home.bemove .car_content .partenaire {
    display: none;
}

.bemove span.offer {
    max-width: 800px;
    width: auto;
}

.bemove .car-slide .offer .description {
    padding-left: 0;
    margin-left: 0;
}

a#warning {
    background: #015fcf;
    color: white;
    display: block;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    z-index: 9999;
    position: relative;
}

.required label.form-label:after {
    content: "*";
    position: absolute;
    margin-top: -5px;
    font-size: 10px;
    color: #b9b6b6;
}

span.infoRequired {
    font-size: 12px;
    color: #b9b6b6;
    display: block;
    margin: 10px 0;
}
@media screen and (max-width:400px){
#rgpd_intro span.btn {
    padding: 10px 9px;
}
}

.white.abo {
    padding-bottom: 150px;
}

span.blocPubli {
    display: flex;
    width: 200px;
    flex-direction: column;
}

div#enseignes {
    display: flex;
}

.public_lp h1 {}

.public_lp .blockInscription .title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
}

.public_lp .blockInscription .blockForm label {
    margin-top: 0px;
    border: none;
    /* margin: 0; */
}

.blockInscription form {
    width: 100%;
}

.public_lp footer:before {
    display: none;
}

body#tinymce {
    /* padding: 20px; */
    /* margin: 20px; */
}

.admin_offre_prop_show  .in > div {
    border-right: none;
    width: 100%;
    box-sizing: border-box;
    min-width: 100%;
    /* overflow: hidden; */
    display: block;
    position: relative;
}

.public_inscription_abonnement .orange {
    padding: 87px 10px;
    background: #E89326;
    color: white;
}

.public_inscription_abonnement .orange h1 {color:white;color: #FFF;font-family: Inter;font-size: 45px;font-style: normal;font-weight: 700;line-height: normal;letter-spacing: auto;max-width: 1000px;}
.public_inscription_abonnement .orange h1 small {color:white;display:block;font-size:14px;color: #FFF;font-family: Inter;font-size: 20px;font-style: normal;font-weight: 400;line-height: normal;font-weight: normal;margin-bottom: 17px;}

.orange a.button {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
}

a.loginTop {
    display: flex;
    gap: 20px;
    text-align: left;
    align-items: center;
}

a.loginTop {}

a.loginTop b {
    display: block;
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

a.loginTop u {
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

a.loginTop:hover {
    text-decoration: none;
}

.flex.big.blockI {
    display: block;
    margin-top: -60px;
    display: flex;
    flex-wrap: wrap;
    /* padding: 45px; */
    /* background: white; */
    /* border: solid 1px #E0E0E0; */
    gap: 0;
    align-items: stretch;
    justify-content: flex-end;
}

.flex.big.blockI div {
    display: flex;
    padding: 45px;
    background: white;
    border: solid 1px #E0E0E0;
    max-width: 392px;
    flex-direction: column;
    gap: 12px;
}

.flex.big.blockI div svg {
    height: 45px;
    display: block;
}

.flex.big.blockI div b {
    display: block;
    color: #E89326;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.flex.big.blockI div big {
    color: #000;
    font-family: Inter;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.flex.big.blockI div p {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.flex.big.blockI div p {
    margin: 0;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.flex.big.blockI div.transparent {background: transparent;border-color: transparent;padding-top: 120px;flex-grow: 1;/* width: 100%; *//* display: block; */max-width: 471px;padding-left: 10px;}

.flex.big.blockI div.transparent b {
    color: #3258CF;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-left:solid 4px #e89326;
    padding-left:20px
}

.transparent span.i {
    color: #E89326;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


a.button.final {
    display: block;
    margin: 50px auto;
    max-width: 500px;
    width: 100%;
}
@media screen and (max-width:800px)
{
    .notmobile
    {
        display: none!important;
    }
}

.blockI img {
    max-width: 100%;
}

#pay div#checkout {
    max-width: 513px;
    /* padding-left: 0; */
    /* padding-right: 0; */
    max-height: 95vh;
}

span.bandeauremise {
    display: block;
    width: 100%;
    background: #015fcf;
    color: white;
    text-align: center;
    margin-top: -5px;
    border-radius: 0 0 5px 5px;
    font-weight: bold;
    font-size: 12px;
    padding: 3px;
    box-sizing: border-box;
}

.ekoya span.bandeauremise
{
    background:#ec663a;
}

.partenaires div#chat {}

.flex.welcomepart {
    gap: 0;
}

.partenaires .in > div.col2.sblock:last-child {
    border: solid 1px #E9E9E9;
}

.ekoya a.btnheader.secondary {
    color: #EC663B;
    border-color: #EC663B;
}

.ekoya a.btnheader {color: white;border-color: #EC663B;background: #EC663B;text-transform: uppercase;}

.ekoya footer .inscription .t {
    color: #EC663B;
}

.ekoya footer .inscription {
    max-width: 900px;
    border-radius: 0;
    padding: 40px 100px;
}

.ekoya .btnlist a.btn {
    background: #ec663a;
    text-transform: uppercase;
    height: 20px;
    line-height: 20px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 2px #ec663a;
    gap: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    color: white;
}

.ekoya a.btnheader, .ekoya .btn,.ekoya .button {
    /* background: #ec663a; */
}

.ekoya .car-slide .offer {
    border-radius: 0;
}

div#accueilEkoya {
    display: block;
    background: #f3d92e;
    width: 100%;
    /* min-height: 100vh; */
    padding-top: 25px;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
}

#accueilEkoya .in > div {
    border: none;
    max-width: 800px;
    flex-grow: 1;
    min-width: 350px;
    text-align: left;
}

#accueilEkoya big {}

#accueilEkoya a.btn.secondary {
    background: transparent;
    color: #ec663a;
    border-color: #ec663a;
}

#accueilEkoya h1 {
    color: #000;
    /* font-family: Geomanist; */
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-align: left;
    width: 100%;
}

#accueilEkoya h1 big {
    display: block;
    font-size: 100px;
}

#accueilEkoya p {
    font-size: 18px;
    line-height: 22px;
}

div#accueilEkoya .in {
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: stretch;
    max-width: 1166px;
    gap: 50px;
}

#accueilEkoya img {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 600px;
    margin-top: 50px;
}

div#accueilEkoya .footersvg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height:4px;
}

.bp > div > div {
    background: #c3c3c3;
    background-blend-mode: darken;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 204px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
    padding: 30px;
    align-items: flex-start;
    justify-content: flex-end;
}

.bp u {
    display: inline-block;
    background: #EC663B;
    color: white;
    text-decoration: none;
    padding: 2px 6px;
    color: #FFF;
    /* font-family: Geomanist; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ekoya .bp div b {
    color: #FFF;
    /* font-family: Geomanist; */
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: transparent;
}

.lp_retour big b {
    display: block;
    line-height: 25px;
    padding-bottom: 11px;
    margin-top: -2px;
    color: #ec663a;
}

.ekoya .btnlist a.btn.secondary {
    background: transparent;
    color: #ec663a!important;
}

.ekoya .btnlist a.btn.secondary svg * {
    stroke: #ec663a;
}

body.login.login.ekoya {
    background: #f3d92e;
}

.ekoya .front .button, .ekoya .contentHTML .button,.ekoya .front button {
    background: #ec663a;
    border: solid 2px #ec663a;
    display: inline-block;
    border-radius: 25px!important;
    background: var(--Outrageous-Orange, #F63);
    display: flex;
    height: 50px;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    align-self: stretch;
}

.ekoya footer .inscription.widget {
    padding: 40px;
}

.orangebig .in {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ekoya.public_le_programme .deuxcol.flex big {
    text-align: left;
    max-width: 400px;
}

.ekoya footer {
    /* background: black; */
}

.ekoya footer a.btn {
    color: white!important;
}

.ekoya.public_le_programme footer {
    margin-top: 0;
}

.orangebig h5 {
    /* font-weight: 900; */
    font-size: 35px;
    max-width: 700px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.orangebig h5 small {
    font-weight: 100;
    font-size: 20px;
    /* margin-top: -10px; */
    display: block;
}

.ekoya .in > div.center {
    display: flex;
    max-width: 100%;
}

.ekoya .popup {
    border-radius: 0;
}

.ekoya span.btn {
    background: #ec663a;
}

.popup .close {
    position: absolute;
    top: -6px;
    right: 0;
    font-size: 30px;
    font-weight: 900;
    transform: rotate(45deg);
    opacity: 0.5;
    padding: 20px;
    background: white;
    z-index: 999;
    cursor:pointer;
}

.ekoya span.btn.btn-secondary {
    border-color: #ec663a;
    background: transparent;
    color: #ec663a;
}

    header
    {
        gap: 16px;
    }
@media screen and (max-width:1600px)
{
    header a
    {
        font-size:14px;
    }
    header
    {
        gap:20px;
    }
}

a.mobilebtn.btnheader {
    display: none;
}
@media screen and (max-width:1300px)
{

    .public_offre header a.mobilebtn.btnheader {
        display:none;
    }
    header a
    {
        font-size:14px;
    }
    header
    {
        gap:15px;
    }

a.mobilebtn.btnheader {
    display: flex;
        position:fixed;
    bottom:0;
    left:0;
    width:100%;
}
    div#accueilEkoya .in
    {
        flex-direction:column;
        justify-content:center;
        align-items:center;
        gap:0;
    }

    div#accueilEkoya .in img
    {
        max-width:400px;
        width:90%;
        margin-top: 0;
    }
    #accueilEkoya h1 {
        text-align:center;
    }
    #accueilEkoya p
    {
        text-align:center;
    }
    #accueilEkoya .btnlist
    {
        align-items:center;
        width:100%;
        display:flex;
        justify-content:center;
    }
    #accueilEkoya .in > div
    {
        padding:10px;
        margin-bottom:5px;
    }
}


h4 small {
    display: block;
}

a.headerTel {
    min-width: 110px;
    word-break: keep-all;
    height: auto;
}

header a img {
    /* height: 32px; */
    max-width: 250px;
}



.contentHTML img {
    max-width: 100%!important;
    margin:auto;
    display:block;
    height: auto!important;
}


img.avatar {
    max-width: 100px;
}

span.green {
    background: #D7FFF0;
}

span.blockInscription {}

.error {
    color: red;
}

.ekoya a.button.secondary {
    background: transparent;
    color: #ec663a;
    border-color: #ec663a;
}

 header a img.walleo {
    height: 33px;
    margin-top: -10px;
    margin-bottom: 0;
}

header a.headerTel {
    padding: 8px 15px;
    color: #0A090C;
    font-family: Inter, sans-serif;
    font-weight: 600;
    letter-spacing: 0.16px;
    border: solid 1Px #E9E9E9;
    border-radius: 5px;
    text-decoration: none;
    word-break: normal;
    margin-bottom: 0;
}

@media screen and (max-width: 1600px) {
     header a {
        font-size: 16px;
        margin: 0;
        /* padding: 0!important; */
        /* height: auto; */
        /* border: none; */
    }

     header {
        gap: 20px;
    }

     header a img.walleo {
        height: 25px;
        /* margin-top: 2px; */
        margin-bottom: 3px;
    }
     header a.headerTel
    {
        padding: 2px 5px;
    }
}


a.walleo {
    height: auto;
    padding: 0;
    margin: 0;
    border: none;
}
.modifFlex > div {
    width: 100%;
}sy

input.btn.btn-primary {}

input.btn.btn-primary {background: black;color: white;font-weight: 900;border-radius: 5px!important;}

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

.blockForm div.formflex input, .blockForm div.formflex select {width: 48%;min-width: 200px;flex-grow: 1;}



.ce header a.btnheader {
    background: #D08C56;
    border-color: #D08C56;
}

.ce header a.btnheader.secondary {
    background: transparent;
    color: #D08C56;
}

.ce .btnlist a.btn.secondary {
    background: transparent;
    border-color: #D08C56;
    color: #D08C56;
}

.programme {
    display: flex;
    max-width: 1400px;
    width: calc(100% - 20px);
    margin: auto;
    width: calc(100% - 20px);
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}

.programme div.flex > div {
    flex-grow: 1;
    width: 50%;
    position: relative;
    color: #16191E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px; /* 122.222% */
    padding: 100px;
    box-sizing: border-box;
}

.programme div.flex > div img {
    width: 100%;
}

.programme h2 {
    padding-bottom: 100px;
}


.public_lp .blockInscription .title div {
    width: 100%;
}

button#submit[disabled] {
    background: black;
}

div#content {
    /* overflow: hidden; */
    width: 100%;
}

.public_offres_categories footer {
    /* padding-top: 0; */
    margin-top: 0;
}


.checkbox label.alert {
    outline: solid 2px red;
}

.checkbox label.form-label.red {
    outline: solid 2px red;
    /* color: red; */
}

footer:before {
    background: black;
}

a.adminButton {
    opacity: 0;
    position: absolute;
    padding: 5px 3px;
    text-transform: uppercase;
    color: white;
    background: orange;
    font-size: 10px;
    font-weight: bolder;
}

div:hover>a.adminButton {
    opacity: 1;
}

#inAdmin > form > .flex {
    align-items: flex-start;
    justify-content: flex-start;
}

.compte button {
    border-radius: 25px;
    background: var(--primary-darker, #F63);
    display: flex;
    height: 50px;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    color: var(--White, #FFF);
    font-family: Geomanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 19.2px */
    margin-bottom: 100px;
}

.compte h3 {
    color: var(--Night, #0A100D);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Geomanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.2px;
}

.compte hr {
    margin: 50px 0;
}

.compte h1 {
    color: var(--Rich-Black, #071E22);
    font-feature-settings: 'liga' off, 'clig' off;

/* H2 */
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 42px */
}

.compte .login {
    color: var(--Eclipse, #3C3C3C);
    font-feature-settings: 'liga' off, 'clig' off;

/* Paragraph */
    font-family: Geomanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    display: block;
    margin-bottom: 50px;
}

.login.V3 header {
    display: none!important;
}

body.login.login.ekoya.V3 {
    background: #ff662c!important;
    background-image: url('login.jpeg')!important;
    /* background-position:center center !important; */
    background-size: cover !important;
    background-repeat: no-repeat!important;
    background-position: bottom left!important;
    min-height: 100vh!important;
    height: 100vh!important;
}

.login.V3 .logo {
    max-width: 96px;
    margin: 0;
    padding: 0;
}

.login.V3 .footer {
    margin-top: 0;
    padding-top: 0;
}

.login.V3 .popup.visible.blockForm {
    border-radius: 25px!important;
    background: var(--White, #FFF);

/* Dropshadow 1 */
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
}

a.backTWlink {
    display: inline-flex!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}

header a img.walleo2 {
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
    height: 33px;
    margin-top: -10px;
}

ul.list--inline {
    position: relative;
}

li.walleoHeader {
    width: 100%;
    background: blue;
}

small.red {
    background: red;
}

.header__logo a {}

.header__logo a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__logo a {
    display: flex!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    /* background: red; */
    font-weight: bolder;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}

iframe#cardholder {
    height: 20px;
}

path {}

span.icon.icon--arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .header__logo a.btn-round {
    justify-content: center;
}

iframe#pan {
    flex-grow: 1;
}

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

.paiementForm {
    display: flex;
    padding: 50px 35px;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    align-self: stretch;
    border-radius: 15px;
    border: 1px solid var(--Misty-Rose, #F1DEDE);
    background: var(--White, #FFF);
}

.cart__mobile.js-cart-button.cart-active {
    z-index: 999999999999;
}

#applePay .flex.center {
    display: flex;
    justify-content: stretch;
    flex-wrap: nowrap!important;
}

#applePay .flex.center b {
    flex-grow: 1;
}

#applePay label {
    color: var(--Night, #0A100D);
    font-feature-settings: 'liga' off, 'clig' off;

/* Small paragraph medium */
    font-family: Geomanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
}

.vehicule-image-big {
    display: block;
    width: 100%;
    border-radius: 0 0 25px 25px;
    border: 1px solid var(--Gainsboro, #E3E3E3);
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
    overflow: hidden;
    position: relative;
    aspect-ratio: 3/2;
    display: flex;
    align-items: flex-end;
    justify-content: normal;
    /* flex-wrap: wrap-reverse; */
    /* gap: 10px; */
    /* padding: 20px; */
    border-top: none;
}

.vehicule-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /* display: none; */
    width: 100%;
}

img.vehicule-image-small {
    width: 45px;
    z-index: 2;
    position: relative;
    border-radius: 5px;
    cursor: pointer;
}

a.vehicule-block {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-width: 345px;
    border-radius: 10px;
    border: 1px solid var(--Gainsboro, #E3E3E3);
    /* padding: 1px 1px 25px 1px; */
    width: 100%;
}

img.vehicule-image-small.actif {
    outline: solid 2px var(--primary-darker);
}

.vehicule-image-mini {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px;
    width: 100%;
}


.list-specs--small {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: flex-start;
    justify-content: flex-start;
    margin: 10px 0;
}

.list-specs--small b {
    width: 100%;
    max-width: 200px;
    color: var(--Eclipse, #3C3C3C);
    font-feature-settings: 'liga' off, 'clig' off;

/* Small paragraph medium */
    font-family: Geomanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
}

.list-specs--small p {
    margin: 0;
    color: var(--Rich-Black, #071E22);
    font-feature-settings: 'liga' off, 'clig' off;

/* Small paragraph */
    font-family: Geomanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

.list-specs {
    padding-left: 0;
}

select.subfilters__button {
    border: none;
}

.wrapper.wrapper-vehicule {
    margin: 20px auto;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
} 

span.vehicule-options {
    background: var(--Rich-Black, #071E22);
    display: flex;
    /* width: 303px; */
    padding: 0px 20px 0px 20px;
    align-items: center;
    gap: 10px;
    color: var(--White, #FFF);
    font-family: Geomanist;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 15.6px */
    text-transform: uppercase;
    display: block;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
}

span.vehicule-detail {
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    gap: 5Px;
}

.vehicule-detail b {
    color: var(--Rich-Black, #071E22);
    font-size: 20px; 
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.2px;
}

.vehicule-detail .vehicule-description {
    color: var(--Eclipse, #3C3C3C);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Geomanist;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 19.5px */
}

span.vehicule-prix {
    color: var(--Outrageous-Orange, #F63);
    font-family: Geomanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.2px;
}

.vehicule-block img {
    aspect-ratio: 4/3;
    width: 100%;
    border: none;
}

b.nbresult {
    padding: 40px 0 20px 0;
    display: block;
    color: var(--primary-color);
    color: var(--Outrageous-Orange, #F63);
    font-family: Geomanist;
    font-size: 14px;
    font-style: normal; 
    font-weight: 500;
    line-height: normal;
}
@media screen and (max-width:1024px){
.vehicule-image-mini {
display:none;
}
.vehicules
    {
        display:flex;
        flex-direction: column-reverse!important;
    }
      .vehicules  .cart--default .cart__inner {
        border-radius: 10px!important;
        display: block!important;
        height: auto!important;
        left: auto;
        overflow-y: auto;
        padding: 1rem 1.25rem 1.75rem!important;
        position: relative!important;
        top: auto;
        width: 100%;
        z-index: 110;
    }
    .vehicules .cart--default
    {
        height:auto!important;
        top:0!important;
        position:relative!important;
    }
}



.FaIcon_container {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.WelcomeToCommunity_content h3 {
 font-size: 18px!important;
}

.WelcomeToCommunity_content p {
 font-size: 14px!important;
 font-family: Arial,sans-serif!important;
 padding: 15px 0;
}

span.vehicule-header {
    border-radius: 25px 25px 0 0;
    border: 1px solid var(--Gainsboro, #E3E3E3);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    gap: 5px;
    border-radius: 25px 25px 0px 0px;
    border-top: 1px solid var(--Misty-Rose, #F1DEDE);
    border-right: 1px solid var(--Misty-Rose, #F1DEDE);
    border-left: 1px solid var(--Misty-Rose, #F1DEDE);
    background: var(--color-ultralight);
    color: var(--primary);
    font-family: Geomanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 15px;
}

span.vehicule-header span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

b.violet {
    color: #C9A5FF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Geomanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
}

span.critair,span.co2rang {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: black;
    color: white;
    font-weight: bolder;
    border-radius: 16px;
    line-height: 20px;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
    padding-top: 2px;
    box-sizing: border-box;
}

span.co2rang.A {
    background:#009235;

}
span.co2rang.B {
    background:#55ab25;

}
span.co2rang.C {
    background:#cbd001;
    color:black;

}
span.co2rang.D {
    background:#ffeb03;
    color:black;

}

span.co2rang.E {
    background:#fbba03;
    color:black;

}
span.co2rang.F {
    background:#fb6f03;
    color:black;

}
span.co2rang.G {
    background:#fb1303;
    color:black;
  
}

span.critair.c0
{
    background:#3f6d3c;
} 
span.critair.c1
{
    background:#794685;
}
span.critair.c2
{
    background:#edc038;
}

span.critair.c3
{
    background:#e58838;
}
span.critair.c4
{
    background:#482122;
}

span.vehicule-header svg path {
    stroke: var(--primary);
}

select.subfilters__button {
    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="M6 9L12 15L18 9" stroke="%23FF6633" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    /* background-position: right center; */
}

select.subfilters__button {
    appearance: none;
    padding-right: 40px!important;
}

li.subfilters__item svg {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -12px;
}

li.subfilters__item {
    position: relative;
}

li.subfilters__item svg path { 
    stroke: var(--primary);
}

.branding3__inner.max-md\:wrapper.grid {
    background-size: cover;
    background-position: center center;
}