.elementor .e-button-base, .elementor-button,[type=button], [type=submit], button {
   border-radius:9999px !important;
    border-width: 0px;
    background-color: var(--prim-bg-color);
    display: inline-block;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing:10%;
    padding: 15px 30px;
    border-radius:5px;
}


/*
[type=button], [type=submit], button {
    background-color: transparent;
    border: 1px solid var(--visited-link);
    border-radius: 3px;
    color: var(--visited-link);
}
*/


nav .elementor-button {
    background-color: var(--second-color-var01);
}


.currency-popup-demo [type=button],
.currency-popup-demo [type=submit],
.currency-popup-demo button {
    border-radius:var(--radius-xl);
}


.cgu_btn {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    font: inherit;
    font-size: 15.5px;
    font-weight: 700;
    color: #fff;
    padding: 15px 34px;
    border: none;
    border-radius: 9999px;
    cursor: pointer;
}


.cgu_btn:focus-visible {
    outline: 3px solid #cdd2ff;
    outline-offset: 3px;
}


/* ---------- Default button ---------- */

.btn_default {
    border:0;
}


/* ---------- Bouton shift ---------- */

.btn_shift {
    background: linear-gradient(120deg,#A738B6,#7c3aed,#d445ff);
    background-size: 220% 100%;
    background-position: 0 0;
    transition: background-position .5s ease,box-shadow .3s;
    box-shadow: 0 14px 20px -14px rgba(180, 68, 255, 0.55);
    border:0 ;
}


.btn_shift:hover,
.btn_shift:focus-visible {
    background-position: 100% 0;
    box-shadow: 0 14px 20px -14px rgba(249, 22, 238, 0.6);
}

.book_now{
    padding: 20px 30px !important;
    font-size: var(--font-size-body);
}

/* ---------- FIN Bouton shift ---------- */


/* ---------- Bouton Sweep ---------- */

.btn_sweep {
    background: linear-gradient(135deg,oklch(0.55 0.22 265),oklch(0.6 0.24 305));
}


.btn_sweep::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 -70%;
    width: 45%;
    background: linear-gradient(105deg,transparent,rgba(255,255,255,.55),transparent);
    transform: skewX(-18deg);
    transition: left .55s ease;
}


.btn_sweep:hover::after,
.btn_sweep:focus-visible::after {
    left: 125%;
}


/* ---------- Bouton Ghost ---------- */

.btn_ghost {
    /*
    background: transparent;
    */
    background:#000000;
    color: #e9d5ff;
    transition: color .35s;
}


.btn_ghost::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(120deg,#a855f7,#ec4899);
    -webkit-mask: linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
    mask: linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}


.btn_ghost::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(120deg,#a855f7,#ec4899);
    opacity: 0;
    transition: opacity .35s;
    z-index: -1;
}


.btn_ghost:hover,
.btn_ghost:focus-visible {
    color: #fff;
}


.btn_ghost:hover::after,
.btn_ghost:focus-visible::after {
    opacity: 1;
}


/* ---------- Bouton fermeture Pop up Currency ---------- */

body #currency-popup-close {
    text-transform: initial;
    position: absolute;
    top: 10px;
    right: 10px;
    left: auto;
    width: 42px;
    height: 42px;
    padding: 0;
    background-color: transparent;
    color: var(--prim-color);
    font-size: 28px;
    line-height: 1;
}


body #currency-popup-close:hover,
body #currency-popup-close:focus,
body #currency-popup-close:focus-visible,
body #currency-popup-close:active {
    background-color: transparent;
    color: var(--prim-color);
}


/* =========================================
   POPUP CURRENCY — OPTIONS
   ========================================= */



.currency-popup-demo [type="button"],
.currency-popup-demo [type="submit"],
.currency-popup-demo button {
    text-transform: none;
    letter-spacing: 0;
}

/* =========================================
   CURRENCY — BOUTON SÉLECTIONNÉ
   ========================================= */

   /* Bouton mise en panier */

   .product_button>*{
    width:100%;
   }
.currency-popup-options{
    border:var(--grey);
}