*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    outline: none;
}

body {
    position: relative;
}

h1, p {
    margin: 0;
}

p {
    color: rgba(0,0,0,0.85);
    font-size: 18px;
}

.hide{
    display: none;
}

@font-face {
    font-family: 'BelyDisplay';
    src: local('BelyDisplay'),
    url('../fonts/BelyDisplay.woff') format('woff'),
    url('../fonts/BelyDisplay.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Recoleta';
    src: url('../fonts/Recoleta-Black.eot');
    src: local('Recoleta Black'), local('Recoleta-Black'),
        url('../fonts/Recoleta-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Recoleta-Black.woff2') format('woff2'),
        url('../fonts/Recoleta-Black.woff') format('woff'),
        url('../fonts/Recoleta-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Recoleta';
    src: url('../fonts/Recoleta-Regular.eot');
    src: local('Recoleta Regular'), local('Recoleta-Regular'),
        url('../fonts/Recoleta-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Recoleta-Regular.woff2') format('woff2'),
        url('../fonts/Recoleta-Regular.woff') format('woff'),
        url('../fonts/Recoleta-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Recoleta';
    src: url('../fonts/Recoleta-SemiBold.eot');
    src: local('Recoleta SemiBold'), local('Recoleta-SemiBold'),
        url('../fonts/Recoleta-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Recoleta-SemiBold.woff2') format('woff2'),
        url('../fonts/Recoleta-SemiBold.woff') format('woff'),
        url('../fonts/Recoleta-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: local('SFProDisplay-Regular'), local('SFProDisplay Regular'),
        url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: local('SFProDisplay-Semibold'), local('SFProDisplay Semibpld'),
        url('../fonts/SFProDisplay-Semibold.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.container-btn-categ-tabs {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.btn,.btn-attribute {
    color: #1d47ab;
    border: 2px solid #1d47ab;
    background-color: white;
    border-radius: 10px;
    font-family: 'Recoleta',sans-serif;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    padding: 6px 12px;
    margin: 5px;
}

.btn-attribute {
    margin: 0;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}

.container-btn-categ-tabs .btn.active,
.container-btn-categ-tabs .btn:hover {
    background-color: #1d47ab;
    color: white;
}

.titre_etiquette {
    color: black;
    font-size: 30px;
    font-family: 'Recoleta',sans-serif;
    font-weight: 900;
    margin-top: 10px;
}

.btn-attribute.active,
.btn-attribute:hover{
    background-color: #1d47ab;
    color: white;
}

.name_attribut{
    color: black;
    font-size: 24px;
    font-family: 'Recoleta',sans-serif;
    font-weight: 900;
}

.attribut{
    margin: 15px 0;
}

.desc_etiquette {
    color: black;
    font-size: 12px;
    font-family: 'SF Pro Display',sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
}

.name_etiquette{
    color: black;
    display: inline-block;
    font-size: 20px;
    font-family: 'Recoleta',sans-serif;
    font-weight: 600;
}

#select-salles{
    color: #1d47ab;
    background-color: white;
    padding: 0 8px;
    border: none;
    font-size: 16px;
    font-family: 'Recoleta',sans-serif;
    font-weight: 600;
    cursor: pointer;
}

fieldset {
    border: 2px solid #1d47ab;
    border-radius: 10px;
    width: 50%;
}

fieldset legend {
    color: #1d47ab;
    font-size: 12px;
    margin-left: 15px;
    padding: 0 5px;
    font-family: 'Recoleta', sans-serif;
    font-weight: 600;
}

.info_categ {
    font-family: 'Recoleta',sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 16px;
    color: black;
}

.toggle {
    width: 95%;
    margin: 0 auto;
}

.form-switch {
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.form-switch i {
    position: relative;
    display: inline-block;
    margin-right: .5rem;
    width: 50px;
    height: 30px;
    background-color: #cccccc;
    border-radius: 23px;
    vertical-align: text-bottom;
    transition: all 0.3s linear;
}

.form-switch i::before,.form-switch i::after{
    content: "";
    position: absolute;
    left: 0;
    background-color: #fff;
    border-radius: 11px;
}

.form-switch i::before {
    width: 44px;
    height: 24px;
    transform: translate3d(2px, 3px, 0) scale3d(1, 1, 1);
    transition: all 0.25s linear;
}

.form-switch i::after {
    width: 24px;
    height: 24px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
    transform: translate3d(2px, 3px, 0);
    transition: all 0.2s ease-in-out;
}

.form-switch:active i::after {
    width: 28px;
    transform: translate3d(2px, 3px, 0);
}

.form-switch:active input:checked+i::after {
    transform: translate3d(16px, 3px, 0);
}

.form-switch input {
    display: none;
}

.form-switch i::before {
    background-color: #cccccc;
}

.form-switch input:checked+i {
    background-color: #54a610;
}

.form-switch input:checked+i::before {
    transform: translate3d(18px, 3px, 0) scale3d(0, 0, 0);
}

.form-switch input:checked+i::after {
    transform: translate3d(24px, 3px, 0);
}

.green {
    color: #54a610;
    font-weight: 600;
}

.red {
    color: red;
    font-weight: 600;
}

.toggle {
    display: none;
}

.toggle:first-child {
    display: block;
}

.container-products {
    font-family: 'SF Pro Display',sans-serif;
    font-weight: 600;
}

.price-product,.view-planning{
    background-color: #54a610;
    color: white;
    border: 1px solid #54a610;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    padding: 5px 10px;
    margin-left: auto;
    font-family: 'SF Pro Display',sans-serif;
    font-weight: 600;
    min-width: 60px;
}

.planning-product .price-product{
    background: none;
    border: none;
    color: black;
    font-family: 'Recoleta',sans-serif;
    font-weight: 600;
}


.name-produit,.name-produit span {
    font-family: 'Recoleta',sans-serif;
    font-weight: 600;
    line-height: 35px;
    color: black;
    font-size: 18px;
}

.produit {
    display: flex;
    margin-bottom: 20px;
    background-color: #f5f7fb;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.produit.exemple {
    display: none;
}

#loader {
    width: 100px;
    height: 40px;
    position: absolute;
    bottom: 30%;
    left: 50%;
    margin: -20px -50px;
    display: none;
}

#loader div {
    width: 20px;
    height: 20px;
    background: #1d47ab;
    border-radius: 50%;
    position: absolute;
}

#d1 {
    animation: animate 2s linear infinite;
}

#d2 {
    animation: animate 2s linear infinite -.4s;
}

#d3 {
    animation: animate 2s linear infinite -.8s;
}

#d4 {
    animation: animate 2s linear infinite -1.2s;
}

#d5 {
    animation: animate 2s linear infinite -1.6s;
}

@-webkit-keyframes animate {
    0% {
        left: 100px;
        top: 0
    }
    80% {
        left: 0;
        top: 0;
    }
    85% {
        left: 0;
        top: -20px;
        width: 20px;
        height: 20px;
    }
    90% {
        width: 40px;
        height: 15px;
    }
    95% {
        left: 100px;
        top: -20px;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 100px;
        top: 0;
    }
}

input[type="radio"]:checked + label {
    background: #1d47ab;
    color: white;
}

.centrer-age{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.periodicite{
    display: none;
}

.container-cat.att_age_adultes .periodicite{
    display: block;
}

.site-content{
    margin : 1em 0;
}

.site-full-width-stretched-container .site-content .woostify-container {
    padding-left: 15px;
    padding-right: 15px;
}

/* SCAN BOUTIQUE */
.btn-scan {
    color: #fff;
    border: 2px solid #1d47ab;
    background-color: #1d47ab;
    border-radius: 10px;
    font-family: 'Recoleta',sans-serif;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    padding: 6px 12px;
    margin: 5px;
    display: flex;
    align-items: center;
}

.btn-scan p{
    margin-left: 5px;
    color: #fff;
}

.btn-scan img{
    filter: brightness(0) invert(1);
}

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

.boutique-scan-container {
    display: flex;
    align-items: flex-start;
}

.customer-info-part,
.customer-prestation-part{
    display: flex;
    flex-direction: column;
    width: 45%;
}

.customer-info-part{
    margin-right: 10%;
}

.buddyboulder,
.climbingdistrict{
    font-family: BelyDisplay, sans-serif;
    font-size: 30px;
    color: #1d378a;
}

.buddyboulder{
    margin-bottom: 20px;
    line-height: 25px;
}

.climbingdistrict{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.customer-photo-ipad {
    display: flex;
    justify-content: center;
}
.customer-photo-phone {
    display: none;
}

.customer-photo-ipad img,
.customer-photo-phone img{
    border-radius:50%;
}

.customer-photo-ipad img{
    width:250px;
    height: 250px;
}

.customer-photo-phone img{
    width: 150px;
    height: 150px;
}

.customer-name{
    display: flex;
    justify-content: center;
}

.customer-name h2{
    font-family: Recoleta, sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: rgba(0,0,0,0.85);
}

.customer-other-info {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.info-column-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 50px;
}

.info-column-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.classement-container {
    cursor: pointer;
    height: 50px;
    width: 90%;
    background-color: grey;
    margin: 10px auto;
}

.logo-climbing{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.logo-climbing img{
    width: 100px;
}

.settings-buttons-ipad {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.settings-buttons-phone{
    display: none;
}

.container-presta
{
    background-color: #f5f7fb;
    border-radius: 2px;
    padding: 10px 20px;
    display: flex;
    align-items: first baseline;
}

.container-presta-phone{
    display: none;
}

.right-presta{
    padding: 0 0 0 10px;
}

.info-of-the-day p{
    color: #000;
    font-family: Recoleta, sans-serif;
    font-weight: 500;
}

.text-presta{
    margin: 10px 0;
}

.prestation-wrapper {
    height: 380px;
    overflow-y: scroll;
}

.check-circle{
    background-color: #e02020;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.check-circle-container{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.ticket{
    width: 100px;
    height: 65px;
    overflow: hidden;
    background-color: #55a711;
    position: relative;
    margin-right: 30px;
    border-radius: 5px;
}

.holes-left,.holes-right{
    height: 20px;
    width: 20px;
    background-color: #f5f7fb;
    position: absolute;
    border-radius: 50%;
    top: 35%;
    z-index: 10;
}

.holes-left{
    right: 90px;
}

.holes-right{
    left:90px;
}

.progress-ticket{
    width: 80%;
    height: 100%;
    position: absolute;
    left: 0;
}

.red-bg{
    background-color: #e02020 !important;
}

.blue-bg{
    background-color: #0091ff !important;
}

.green-bg{
    background-color: #5cbb0d !important;
}

.darkblue-bg{
    background-color: #1d378a !important;
}

.ticket-number{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    font-family: "SF Pro Display",sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.info-prestation{
    font-size: 20px;
    font-family: 'Recoleta',sans-serif;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
}

.endDateExpi{
    font-size: 15px;
    color: darkgrey;
}

.prestation-card{
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    position: relative;
}

.number-presta{
    position: absolute;
    float: right;
    right: 20px;
}

.number-presta p{
    color: #6d7278;
    font-weight: 300;
    font-family: 'SF Pro Display', sans-serif;
    font-size: 30px;
    opacity: 0.5;
}

.bottom-menu-container {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #6dd400;
    padding: 20px;
    width: 100%;
    z-index: 99999999999999;
}

.footer-wrapper{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 95%;
    margin: 0 auto;
}

.left-menu,.right-menu{
    display: flex;
}

.right-menu-phone{
    display: none;
}

.left-menu p{
    font-family: Recoleta, sans-serif;
    font-weight: 500;
    color: #fff;
}

.left-menu div{
    margin: 0 15px;
}

.left-menu img,.right-menu img,.check-circle img{
    filter: brightness(0) invert(1)
}

.left-menu-phone{
    display: none;
}

.home-icon,
.scan-icon,
.shop-icon,
.planning-icon{
    text-align: center;
}

.scan-icon img{
    rotate: 90deg;
}

.activities-selector {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.btn-activity {
    color: #1d47ab;
    border: 2px solid #1d47ab;
    background-color: #fff;
    border-radius: 10px;
    font-family: 'Recoleta',sans-serif;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    padding: 5px;
    margin: 5px;
    display: flex;
    align-items: center;
}

.btn-activity:hover,
.btn-activity.active{
    color: #fff;
    background-color: #1d47ab;
}

.popup-classement-container
{
    min-width: 500px !important;
    padding: 50px 60px;
    background-color: #f5f7fb;
    border-radius: 10px;
    position: absolute;
    top: 20%;
    left: 290px;
    z-index: 999999;
    box-shadow: 3px 2px 13px rgba(175, 175, 175, 0.8);
}

.popup-title h1{
    font-size: 24px;
    font-family: 'Recoleta',sans-serif;
    font-weight: 900;
    margin-bottom: 20px;
}

.popup-select-salle{
    margin-bottom: 20px;
}

#select-salles-popup{
    color: #1d47ab;
    background-color: #f5f7fb;
    padding: 0 8px;
    border: none;
    font-size: 16px;
    font-family: 'Recoleta',sans-serif;
    font-weight: 600;
    cursor: pointer;
}

.fieldset-popup{
    border: 2px solid #1d47ab;
    border-radius: 10px;
    width: 20%;
}

.close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

#menu__toggle {
    opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
    left: 0 !important;
}
.menu__btn {
    width: 26px;
    height: 26px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 99999;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition-duration: .25s;
}
.menu__btn > span::before {
    content: '';
    top: -8px;
}
.menu__btn > span::after {
    content: '';
    top: 8px;
}
.menu__box {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #1d47ab;
    transition-duration: .25s;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.menu__box li {
    margin-bottom: 20px;
}

.menu__item {
    display: block;
    padding: 20px 0;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: .25s;
}

.menu__item:hover {
    background-color: #CFD8DC;
}

@media screen and (max-width: 500px)
{
    .settings-buttons-ipad{
        display: none;
    }

    .settings-buttons-phone{
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .container-presta-phone{
        background-color: #f5f7fb;
        border-radius: 2px;
        padding: 10px 20px;
        display: flex;
        margin-bottom: 40px;
        align-items: first baseline;
    }

    .container-presta{
        display: none;
    }

    .boutique-scan-container{
        flex-direction: column;
    }

    .customer-other-info p{
        font-size: 15px;
    }

    .info-column-1{
        margin-right: 30px;
    }

    .popup-classement-container {
        min-width: inherit !important;
        left: inherit;
    }

    .customer-info-part, .customer-prestation-part {
        width: 100%;
    }

    .customer-photo-phone {
        display: flex;
        justify-content: center;
    }

    .customer-photo-ipad{
        display: none;
    }

    .customer-name h2 {
        font-size: 30px;
    }

    .ticket {
        width: 50px;
    }

    .holes-left{
        top: -10px;
        left: 15px;
    }

    .holes-right{
        top: 52px;
        left: 15px;
    }

    .check-circle {
        width: 40px;
        height: 40px;
    }

    .buddyboulder,
    .logo-climbing{
        display:none;
    }

    .right-presta .btn-scan{
        display: none;
    }

    .text-presta{
        display: none;
    }

    .prestation-card{
        display: none;
    }

    .prestation-card:first-child{
        display: flex;
        align-items: center;
    }

    .prestation-wrapper{
        height: inherit;
    }

    .btn-scan{
        padding: 4px 8px;
    }

    .footer-wrapper{
        max-width: inherit;
        margin: inherit;
    }

    .left-menu-phone{
        width: 20%;
        display: flex;
    }

    .right-menu-phone{
        display: flex;
        width: 80%;
        align-items: center;
        justify-content: center;
    }

    .right-menu-phone .btn-scan p{
        font-size: 14px;
    }

    .left-menu,.right-menu{
        display: none;
    }
}

/* PAGE SCAN */
.scan-page-logo{
    display: flex;
    justify-content: space-between;
}

.scan-page-logo img{
    width: 100px;
}

/* WORDPRESS */
#wpadminbar{
    display: none !important;
}

/* Calendar */
.blb-navigation select, .blb-navigation button {
    line-height: inherit;
}

.blb-navigation-middle {
    display: inherit;
}

.blb-navigation__title {
    margin-left: 5px;
}

.blb-timetable--style-2 .blb-navigation__title {
    color: #1d47ab;
    font-family: 'Recoleta', sans-serif;
}

.blb-filters {
    width: inherit;
}

#blb-filters-club {
    background-color: white;
    border: none;
    color: #1d47ab;
    font-family: 'Recoleta', sans-serif;
    line-height: inherit;
    font-size: 120%;
    font-weight: 600;
    text-align: center;
}

.blb-filters fieldset {
    padding-bottom: 5px;
}

.blb-day__title {
    background-color: #2a357a;
    color: white;
}

.blb-timetable__week .blb-day__title::before {
    background-color: white !important;
    font-family: 'Recoleta', sans-serif;
}

.blb-btn.blb-btn--prev.blb-btn--action, .blb-btn.blb-btn--next.blb-btn--action {
    background-color: white;
    border: 2px solid #1d47ab;
    border-radius: 10px;
    color: #1d47ab;
    font-family: 'Recoleta', sans-serif;
    font-weight: 600;
    top: 25%;
}

.blb-btn.blb-btn--prev.blb-btn--action:hover, .blb-btn.blb-btn--next.blb-btn--action:hover {
    background-color: #1d47ab;
    color: white;
}

.blb-timetable__week .blb-day .blb-timetable__classes .blb-class .blb-class__title {
    position: inherit;
    top: inherit;
    background-color: #1d47ab;
    color: white;
}

.blb-timetable__week .blb-day .blb-timetable__classes .blb-class .blb-class__time {
    text-align: center;
}

.blb-timetable__week time {
    margin-bottom: inherit;
}

.blb-timetable__classes:hover {
    cursor: pointer;
}

.blb-your-booking-title, .blb-your-booking-info {
    text-align: left;
}

.blb-your-booking-title h4 {
    font-family: 'Recoleta', sans-serif;
}

.blb-your-booking-activity-name {
    font-family: 'Recoleta', sans-serif;
    font-weight: 600;
}

.blb-your-booking-date {
    color: #1d47ab;
    font-family: 'Recoleta', sans-serif;
    font-weight: 600;
}

.blb-your-booking-start-time {
    color: #1d47ab;
    font-family: 'Recoleta', sans-serif;
}

.blb-validate-button {
    background-color: #1d47ab;
    border-color: #1d47ab;
    border-radius: 10px;
    border-width: 0px;
    color: white;
    font-size: 18px;
    font-family: 'Recoleta', sans-serif;
    padding: 10px 50px;
}

.blb-validate-button:hover {
    background-color: white;
    border-width: 1px;
    color: #1d47ab;
    cursor: pointer;
}

@media (max-width: 992px) {
    .blb-navigation-middle {
        display: block;
        margin-left: 15px;
    }
}

/* Booking done */
.cm-user-booking-result-image {
    width: 150px;
}

.cm-user-booking-result-text {
    color: #1d47ab;
    font-family: 'Recoleta', sans-serif;
    font-weight: 600;
    margin-top: 20px;
}

.cm-reservation, .cm-reservation-table td {
    text-align: center;
}

.cm-reservation-table {
    margin-left: auto;
    margin-right: auto;
}

.cm-reservation-table thead {
    background-color: #2a357a;
    color: white;
    font-family: 'Recoleta', sans-serif;
    font-weight: 600;
}

.cm-reservation-table thead td {
    font-weight: 600;
}

.cm-reservation-table tbody {
    color: #1d47ab;
    font-family: 'Recoleta', sans-serif;
}

.cm-reservation-table, .cm-reservation-table td {
    border-color: #1d47ab;
}

/* HOME PAGE PROFILE */
.btn-profil {
    color: #fff;
    border: 2px solid #1d47ab;
    background-color: #1d47ab;
    border-radius: 10px;
    font-family: 'Recoleta',sans-serif;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    padding: 6px 12px;
    margin: 5px 0;
}

.width-100{
    width: 100%;
}

.width-48{
    width:48%;
}

.endmenu-buttons-l2{
    display: flex;
    justify-content: space-between;
}

.footer-menu-profile-home-page {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #1d378a;
    padding: 20px;
    width: 100%;
    z-index: 9999999;
    cursor: pointer;
}

.customer-qr-code,.unknown-qr-code{
    border: 5px solid #5cbb0d;
    border-radius: 10px;
    width: 180px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.customer-qr-code-zone,.unknown-qr-code-zone{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.footer-wrapper img{
    filter: brightness(0) invert(1);
}
.footer-wrapper p{
    color: #fff;
    font-size: 12px;
}

.unknown-message-info{
    text-align: center;
    margin-bottom: 15px;
    font-family: Recoleta,sans-serif;
}

.unknown-photo-phone{
    display: flex;
    justify-content: center;
}

.container-presta-profile {
    background-color: #f5f7fb;
    border-radius: 2px;
    padding: 10px 20px;
    display: flex;
    align-items: first baseline;
}

.prestation-card-profile{
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    position: relative;
}

/* PROFILE */
.profile-page-container{
    padding-bottom: 140px;
}

.customer-profile-info-container p{
    font-family: "SF Pro Display",sans-serif;
}

.customer-phone-profile,.customer-mail-profile,.customer-instagram-profile,.customer-bio-profile{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.customer-profile-left{
    display: flex;
    justify-content: flex-end;
    width: 25%;
    margin-right: 10%;
}
.customer-profile-right{
    width: 65%;
}

.customer-profile-left p{
    font-size: 20px;
    font-weight: bold;
}

.customer-profile-right p{
    font-size: 15px;
}

.btn-edit-profil{
    color: #1d47ab;
    background-color: white;
    border: none;
    font-family: 'Recoleta',sans-serif;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    padding: 6px 12px;
    margin: 5px;
}

.btn-save-profil,.btn-disconnect-profil{
    color: #fff;
    border: 2px solid #97a1ba;
    background-color: #97a1ba;
    border-radius: 10px;
    font-family: 'Recoleta',sans-serif;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    padding: 6px 12px;
    margin: 5px 0;
}

.btn-save-profil.profil-saved{
    background-color: #1d47ab;
    border: 2px solid #1d47ab;
}

.tag-style-container{
    width: 80%;
    margin: 0 10%;
}

.tag-style-info .title{
    font-weight: bold;
    font-family: Recoleta, sans-serif;
    font-size: 20px;
}

.tag-style-info span{
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin: 1px 3px 0 0;
}

.blue-square-profile,.green-square-profile{
    display: flex;
    align-items: center;
    color: black;
    font-family: "SF Pro Display",sans-serif;
}

.blue-square-profile span{
    background: #1d47ab;
    border-radius: 30%;
}

.green-square-profile span{
    background: #6dd400;
    border: 1px solid #1d47ab;
    border-radius: 30%;
}

.btn-edit-style,.btn-edit-goals{
    color: #1d47ab;
    border: 2px solid #1d47ab;
    background-color: #fff;
    border-radius: 10px;
    font-family: 'Recoleta',sans-serif;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    padding: 6px 12px;
    margin: 5px 0;
}

.goals-container,.disconnect-btn-container,.tag-style-info,.btn-container-profile{
    margin-bottom: 30px;
}

.btn-delete-profil{
    color: black;
    background-color: white;
    border: none;
    font-family: 'Recoleta',sans-serif;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    padding: 6px 12px;
    margin: 5px;
}

.popup-delete-profile-container{
    margin-top: 20px;
    padding: 15px 25px 20px 25px;
    border-radius: 5px;
    box-shadow: 0 0 5px -1px rgba(18, 33, 69, 0.5), 0 0 16.5px 0 rgba(18, 33, 69, 0.6);
}

.popup-delete-profile-title h2{
    font-family: Recoleta, sans-serif;
    font-size: 24px;
    color: black;
}

.popup-delete-profile-text p{
    font-family: Recoleta, sans-serif;
    color: black;
    margin-bottom: 20px;
}

.delete-profile-btn-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.red-btn-delete-profile{
    color: #e02020;
    border: 2px solid #e02020;
    background-color: #fff;
    border-radius: 10px;
    font-family: 'Recoleta',sans-serif;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    padding: 6px 12px;
    margin: 5px 0;
}

.style-btn-container .btn-edit-style.active{
    background-color: #6dd400;
}

.goals-container .btn-edit-goals.active{
    background-color: #1d47ab;
    color: #fff;
}