/*import font*/
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');



/*Pleine largeur*/
@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
}
@media (min-width: 768px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
}
@media (min-width: 576px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
}


/*générale*/
.bold {
    font-weight: bold !important;
}
.primarybutton {
    display: inline-block;
    padding: 12px 24px;
    background-color: #e8d7c0;
    color: #323232;
    text-decoration: none;
    border-radius: 20px;
    font-weight: bold;
    border: solid 1px #323232;
    letter-spacing: 2px;
}
.primarybutton:hover {
    background-color: #323232;
    color: #e8d7c0;
    border: solid 1px #323232;
}
.pad15 {
    padding: 15px;
}
body {
    font-family: "Public Sans", sans-serif !important;
}
.txtcenter {
    text-align: center;
}
img {
    max-width: 100%;
}
#footer {
    padding: 0 15px;
}
a:hover {
    color: #647e59;
    text-decoration: none;
}
.btn-primary {
    color: #fff;
    background-color: #647e59;
    border-color: rgba(0, 0, 0, 0);
}
.btn-primary:hover {
    color: #fff;
    background-color: #88987e;
    border-color: rgba(0, 0, 0, 0);
}
a {
    color: #647e59;
    text-decoration: none;
}
#header .top-menu a[data-depth="0"]:hover {
    color: #647e59;
    text-decoration: none;
}
#header a:hover {
    color: #647e59;
    text-decoration: none;
}
.cms-id-6 .page-header {
    display: none;
}
.italic {
    font-style: italic;
}
.col-md-6.links .row {
    display: flex;
    justify-content: space-around;
}
.footer-container li a:hover {
    color: #647e59;
}
.form-control:focus {
    color: #232323;
    background-color: #fff;
    outline: 0.1875rem solid #647e59;
}
.form-control:focus {
    color: #7a7a7a;
    background-color: #fff;
    border-color: #647e59;
    outline: none;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open>.btn-primary.dropdown-toggle:hover, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #647e59;
    border-color: rgba(0, 0, 0, 0);
}
.input-group.focus {
    outline: 0.1875rem solid #647e59;
}
.custom-radio input[type="radio"]:checked+span {
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #647e59;
    border-radius: 50%;
} 
#lgcookieslaw_banner_a2d3df7db0bb602c9140ee1be8bb679e.lgcookieslaw-banner-floating {
    background-color: #fff;
}
.page-my-account #content .links a:hover i {
    color: #647e59;
}
body {
    font-size: 1.2rem;
    font-weight: 500;
}
p, .page-content.page-cms ul {
    font-weight: 500;
}
.top-menu a[data-depth="0"] {
    font-size: 1.2rem;
}
.group-span-filestyle .btn-default, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .bootstrap-touchspin .group-span-filestyle .btn-touchspin {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    color: #fff;
    text-transform: uppercase;
    background: #647e59;
    border-radius: 0;
}
p, .page-content.page-cms ul {
    font-size: 1.2rem;
    color: #323232;
}
.logofooter {
    width: 30%;
}
body#checkout section.checkout-step .address-item.selected {
    background: #fff;
    border: #647e59 3px solid;
}
#header .header-nav .cart-preview.active {
    background: #647e59;
}
button#next, #prev {
    cursor: pointer;
    border-radius: 0px;
    background-color: var(--pdv-main-color);
}
svg:not(:root) {
    overflow: hidden;
    display: none;
}
.display {
    display: none;
}
.addimg {
    display: none;
}
.promo-banner {
    background: var(--pdv-main-color);
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 22px;
    line-height: 1.6;
    padding: 18px 25px;
    width: fit-content;
    margin: 20px auto;
    text-align: center;
    border: 2px solid #e8d7c0;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    width: 90%;
    font-size: 20px;
    letter-spacing: 2px;
    font-family: "Public Sans", sans-serif !important;
}

.promo-banner .promo-code {
  display: inline-block;
  background: #e8d7c0;
  color: #647e59;

  padding: 4px 12px;
  border-radius: 6px;

  font-weight: bold;
  margin: 6px 0;
}
select#delta {
    text-align: center;
}
body#checkout a:hover {
    color: #647e59;
}
.block-promo .promo-code-button.cancel-promo {
    margin-bottom: 0;
    color: #647e59;
}
.block-promo .promo-input+button {
    margin-top: -4px;
    margin-left: -1px;
    text-transform: capitalize;
    border: 2px solid #647e59;
}
.product-menu span.title {
    color: var(--pdv-main-color);
}
.alert-etiquetage {
    color: var(--pdv_color_secondary);
}
.stand-options label {
    color: white;
    font-size: 1.2rem;
}
.stand-options table th:nth-child(3), .stand-options table td:nth-child(3) {
    display: none;
}
.product-price {
    display: inline-block;
    color: #647e59;
}
a:focus, a:hover {
    color: #647e59;
    text-decoration: underline;
}

/*menu*/
#index #wrapper {
    padding-top: 0;
    margin-top: -197px;
}
#wrapper {
    background: #fff;
}
.container {
    padding: 0;
}
#header .header-top {
    padding: 1.25rem 15px;
}
nav.header-nav {
    padding: 0 15px;
}
#header {
    background: transparent;
}




/*homepage*/
.banniereswap {
    background-image: url(https://swap-corner.fr/img/cms/swapbanner5.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 1920 / 1000;
    position: relative;
}
.buttonbanniere {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#concept {
    font-family: "Public Sans", sans-serif;
    background-color: #edebe8;
}
.concepttitre {
    text-align: center;
    padding-top: 50px;
}
.concepttitre h2 {
    font-size: 5rem;
    text-transform: uppercase;
    font-weight: 300;
}
.concepttitre p {
    font-size: 1.86rem;
    padding-top: 16px;
    color: #323232;
    text-transform: uppercase;
    line-height: normal;
}
.conceptflex {
    display: flex;
    justify-content: center;
    gap: 90px;
}
.imgcptflex {
    text-align: center;
}
.contentcptflex p {
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    letter-spacing: 2px;
    color: #323232;
    text-align: center;
}
.contentcptflex {
    align-self: center;
    text-align: justify;
    width: 40%;
}
.buttoncenter {
    text-align: center;
    margin-top: 50px;
}
.etapeflex {
    display: flex;
}
.contentetape {
    letter-spacing: 2px;
    width: 50%;
}
#etape2 {
    justify-content: end;
}
.contentetape h2 {
    text-transform: uppercase;
}
#etape4 {
    justify-content: end;
}
.etapes {
    padding-top: 50px;
}
.contentetape ul {
    list-style: inherit;
    line-height: 27px;
    margin-left: 31px;
}
#engagement {
    background-color: #edebe8;
}
.contenteggmt {
    text-align: center;
}
.eggnt {
    color: #5a4c31;
    text-transform: uppercase;
    margin-top: 34px;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: normal;
}
.tableauoptlocat table {
    margin-right: auto;
    margin-left: auto;
    color: #323232;
}
#fondvert {
    background-image: url(https://swap-corner.fr/img/cms/swapfondvert.png);
    background-size: cover;
    display: inline;
    background-repeat: no-repeat;
    padding: 9px 34px;
    color: #5a4c31;
    font-weight: 500;
    letter-spacing: 2px;
}
#titleoptloca {
    margin-bottom: 30px;
}
.tableauoptlocat {
    margin-top: 50px;
}
th.tabuppercase {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 30px;
}
.tableauoptlocat tr th, .tableauoptlocat tr td {
    text-align: center;
    padding-bottom: 14px;
}
.tableauoptlocat tr {
    border-bottom: solid 5px #edece5;
}
.tableauoptlocat tr:last-child {
  border: none;
}
.tableauoptlocat thead tr {
    border-bottom: solid 5px #edece5 !important;
}
.tableauoptlocat td:first-child {
  border: none;
}
.tableauoptlocat td {
    border-left: solid 2px #edece5;
    padding: 15px;
}
.tableauoptlocat th:first-child {
  border: none;
}
.tableauoptlocat th {
    border-left: solid 2px #edece5;
    padding: 5px 20px 20px;
}
td.tabuppercase {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}
.tabuppercase .prix {
    font-size: 1.5rem;
    color: #647e59;
    font-weight: 600;
}
.tabuppercase p {
    color: #323232;
}
.bdleft {
    font-size: 1.3rem;
    letter-spacing: 2px;
}
.highlight {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
}
.highlight::before,
.highlight::after {
    content: "";
    position: absolute;
    border: 2px solid #a8b3a3;
    border-radius: 50%;
    pointer-events: none;
}
.highlight::before {
    top: -12px;
    left: -18px;
    right: -18px;
    bottom: -12px;
    transform: rotate(-5deg);
}
.highlight::after {
    top: -8px;
    left: -12px;
    right: -12px;
    bottom: -8px;
    transform: rotate(3deg);
}
.tabuppercase.highlight {
    border: none;
    margin-top: 52px;
}
#bdright {
    border-right: solid 2px #edece5;
}
#flexoptlocation {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: baseline;
    line-height: normal;
}
#flexoptlocation p {
    font-size: 1.5rem;
    color: #323232;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#loccle {
    background-color: #f8f9f2;
}
#loccle .concepttitre {
    margin-bottom: 50px;
}
#inclutloc {
    background-image: url(https://swap-corner.fr/img/cms/swapfondbeige.png);
    background-size: cover;
    display: inline;
    background-repeat: no-repeat;
    padding: 9px 34px;
    color: #70645a;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    font-size: 1.6rem;
    text-transform: uppercase;
    line-height: 40px;
}
.listeLoccle {
    display: flex;
    margin-top: 50px;
}
.listeLoccle ul {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}
.listeLoccle ul {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    list-style: inherit;
}
.listeLoccle li {
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-bottom: 30px;
    letter-spacing: 2px;
}
.txtvert, .infogains .txtvert {
    color: #647e59;
}
#gains {
    background-color: #edece5;
}
.contentgains {
    text-align: center;
    margin-top: 50px;
}
.infogains p {
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 2px;
    color: #323232;
}
.infogains .txtbeige {
    color: #70645a;
}
.infogains {
    padding-top: 40px;
}
.etapeflex img {
    height: fit-content;
}
#mobiletarifs {
    display: none;
}
#fondcomm, #fondgains {
    color: #647e59;
}
.contentstands {
    display: flex;
    justify-content: space-evenly;
    margin: 0px 15%;
    margin-top: 70px;
}
.imgtxt {
    display: flex;
}
.flexetagere {
    flex-direction: row-reverse;
}
.flexpenderie .flechetext {
    align-self: end;
    margin-left: -110px;
    text-align: left;
    margin-bottom: 20px;
    z-index: 999;
}
.flexetagere .flechetext {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    margin-right: -50px;
    z-index: 999;
}
.flexetagere .flechetext img {
    width: fit-content;
}
.flexetagere .flechetext img {
    width: fit-content;
    align-self: end;
}
h3.titrestand {
    background-image: url(https://swap-corner.fr/img/cms/swapfondbeige.png);
    background-size: contain;
    display: inline;
    background-repeat: no-repeat;
    padding: 0px 51px;
    color: #647e59;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    font-size: 1.6rem;
    text-transform: uppercase;
    line-height: 40px;
}
.contentetageres {
    text-align: end;
}
.contentetageres h3 {
    margin-right: 40px;
}
.flechetext p {
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-bottom: 30px;
    letter-spacing: 2px;
    color: #647e59;
    text-align: center;
    word-break: break-word;
}
.buttonetape {
    padding-left: 30px;
}
#sectcontact {
    background: #edece5;
}
.flexcontact {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-top: 50px;
}
h3.titrehoraire {
    background-image: url(https://swap-corner.fr/img/cms/swapfondvert.png);
    display: inline;
    background-repeat: no-repeat;
    padding: 9px 34px;
    color: #5a4c31;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 1.83rem;
    text-transform: uppercase;
    background-size: 100% 100%;
}
.contentcontact {
    text-align: center;
}
.mb30 {
    margin-bottom: 40px;
}
.mt30 {
    margin-top: 20px;
}
.contentcontact p {
    color: #000;
    font-size: 1.3rem;
    letter-spacing: 2px;
}
.mapcontact {
    width: 750px;
}
.mapcontact iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
}
.faq { 
    display: flex; 
    flex-direction: column; 
    gap: 0.8rem; max-width: 
    760px; 
    margin: 0 auto; 
}
.faq-item {
    border: 1px solid #647e59;
    border-radius: 6px;
    overflow: hidden;
}
.faq-q { 
    padding: 1rem 1.4rem; 
    cursor: pointer; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    font-weight: 700; 
    user-select: none; 
}
.faq-q::after { 
    content: '›'; 
    transition: transform 0.2s; 
    flex-shrink: 0; 
}
.faq-q.open::after { 
    transform: rotate(90deg); 
}
.faq-a {
    display: none;
    padding: 0.8rem 1.4rem 1.1rem;
    line-height: 1.75;
    background-color: #f8f9f2;
}
.faq-a.open { 
    display: block; 
}
#infospratiques {
    background-color: #f8f9f2;
}









/*espace déposant*/
.espacedeposant h1 {
    font-size: 5rem;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
}
.espacedeposant p {
    font-size: 20px;
    line-height: normal;
    font-weight: 400;
    letter-spacing: 2px;
    color: #323232;
    margin-top: 40px;
}
.btnsdeposant {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-top: 50px;
}
.espacedeposant {
    text-align: center;
}
header.page-header {
    text-align: center;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.contentfaq {
    margin-top: 40px;
}









/*cgv*/
h2.page-subheading {
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 10px;
}
.cgv h3 {
    text-transform: uppercase;
    padding-top: 10px;
}
.cgv p {
    color: #323232;
}
.cgv table, .cgv tr, .cgv td, .cgv th {
    border: solid 1px #000;
    text-align: center;
    padding: 10px;
}
.cgv table {
    margin-bottom: 20px;
}



/*Réservation stand / gains / création étiquette*/
.vgHours .pdvTitle {
    color: #323232;
}
a.ButtonVoirPlus:hover {
    color: #000;
    background: #e8d7c0;
}
#footer a {
    font-size: 1rem;
}

.stand-select {
    background-color: var(--pdv-main-color)!important;
}

/*Flèche qui remonte en haut*/
#scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #323232;
    color: #e8d7c0;
    border: none;
    border-radius: 50%;
    padding: 9px 18px 13px 18px;
    font-size: 20px;
    cursor: pointer;
    display: none;
    transition: 0.3s;
}
#scrollTopBtn:hover {
    transform: scale(1.1);
}

/*Responsive*/
@media (max-width: 1618px) {
    .contentstands {
        margin: 0;
    }
}
@media (max-width: 1228px) {
    .contentstands {
        margin: 0;
    }
    .buttonbanniere {
        bottom: 5%;
    }
}
@media (max-width: 1130px) {
    #index #wrapper {
        margin-top: 0;
    }
}
@media (max-width: 1070px) {
    .flexetagere .flechetext {
        margin-top: 24px;
        margin-right: -34px;
    }
    .imgstand {
        width: 70%;
    }
    .flexpenderie .flechetext {
        margin-left: -90px;
        margin-bottom: 9px;
    }
}
@media (max-width: 1054px) {
    .flexpenderie .flechetext {
        margin-left: -78px;
        margin-bottom: -22px;
    }
}
@media (max-width: 1024px) {
    h3.titrehoraire {
        font-size: 1.53rem;
        line-height: 36px;
    }
}
@media (max-width: 1011px) {
    .listeLoccle ul {
        margin-left: 40px;
    }
}
@media (max-width: 921px) {
    .contentstands {
        flex-direction: column;
    }
    .flexpenderie .flechetext img {
        width: fit-content;
    }
    .flexetagere .flechetext {
        align-self: center;
    }
    .contentpenderie {
        text-align: center;
    }
    .flexpenderie .flechetext {
        margin-left: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-bottom: inherit;
        align-self: center;
    }
    .contentetageres {
        text-align: center;
        margin-top: 70px;
    }
    .flexpenderie .flechetext img {
        width: fit-content;
        align-self: center;
    }
    .flexetagere .flechetext img {
        width: fit-content;
        align-self: center;
    }
}
@media (max-width: 900px) {
    .contentetape {
        width: 100%;
    }
    #index #wrapper {
        margin-top: 0;
    }
    .buttonbanniere {
        bottom: 0px;
    }
}
@media (max-width: 817px) {
    .tableauoptlocat td {
        padding: 0;
    } 
}
@media (max-width: 768px) {
    .conceptflex {
        flex-direction: column;
        gap: 10px;
    }
    .concepttitre h2 {
        font-size: 4rem;
    }
    .imgstand {
        width: 50%;
    }
    .contentcptflex {
        width: 100%;
    }
    .flexcontact {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .mapcontact {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .links .title {
        padding: 1rem;
    }
    .footer-container .links ul {
        margin-bottom: 0;
        background-color: transparent;
    }
    .footer-container .links ul>li {
        padding: 1rem;
    }
    .col-md-6.links .row {
        flex-direction: column;
    }
    .logofooter {
        align-self: center;
    }
    .primarybutton {
        font-size: 1rem;
    }
}
@media (max-width: 705px) {
    th.tabuppercase {
        font-size: 1.1rem;
    }
    .tableauoptlocat th {
        padding: 5px 10px 9px;
    }
    .buttonbanniere {
        bottom: -10px;
    }
}
@media (max-width: 635px) {
    .flexpenderie .flechetext img {
        width: fit-content;
        align-self: center;
    }
    .flexetagere .flechetext img {
        width: fit-content;
        align-self: center;
    }
}
@media (max-width: 600px) {
    .banniereswap .primarybutton {
        padding: 2px 9px;
    }
    .buttonbanniere {
        bottom: -10px;
    }
    .imgcptflex {
        text-align: center;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    .btnsdeposant {
        gap: 40px;
        flex-direction: column;
    }
    .espacedeposant h1 {
        font-size: 3rem;
    }
}
@media (max-width: 575px) {
    .tabuppercase .prix {
        font-size: 1rem;
    }
    div#flexoptlocation {
        flex-direction: column;
        align-items: center;
    }
    .tableauoptlocat tr th, .tableauoptlocat tr td {
        text-align: center;
        padding-bottom: 0px;
    }
    .etapeflex {
        flex-direction: column;
    }
    .etapeflex img {
        height: fit-content;
        width: 25%;
        margin-right: auto;
        margin-left: auto;
    }
    .contentetape h2 {
        text-transform: uppercase;
        text-align: center;
    }
    #mobiletarifs {
        display: block;
    }
    .tableauoptlocat {
        display: none;
    }
    .buttonetape {
        padding-left: 0;
        text-align: center;
    }
}
@media (max-width: 527px) {
    .flexetagere .flechetext img, .flexpenderie .flechetext img
    {
        width: 40%;
    }
    .flexetagere .flechetext {
        margin-right: 0;
    }

}
@media (max-width: 498px) {
    .flechetext p {
        font-size: 1rem;
    }
}
@media (max-width: 442px) {
    .concepttitre h2 {
        font-size: 3rem;
    }
}
@media (max-width: 440px) {
    .concepttitre h2 {
        font-size: 2rem;
    }
    .concepttitre p {
        font-size: 1rem;
        line-height: 30px;
    }
    .banniereswap .primarybutton {
        font-size: 12px;
        width: 191px;
    }
}
@media (max-width: 342px) {
    .primarybutton {
        text-align: center;
    }
    .banniereswap .primarybutton {
        padding: 0px 8px;
    }
}
