.kad-topbar-right {
    display:none;
} 

.prendrerdv {
    position: absolute;
    top: 30px;
    right: 30px;
    background: #009bda;
    color: white;
    border-radius: 20px;
    padding: 10px 20px;
    font-weight: bold;
    font-family: Poppins;
    font-size: 18px;
    transition:all 0.2s linear;
}

.prendrerdv:hover {
    background: #017daf;
    color:white;
    transform: scale(105%);
}


.gg-calendar,
.gg-calendar::before {
    display: inline-block;
    box-sizing: border-box
}
.gg-calendar {
    position: relative;
    transform: scale(90%);
    width: 17px;
    height: 18px;
    border: 2px solid;
    border-top: 4px solid;
    border-radius: 3px;
    vertical-align: -4px;
    margin-right:3px;
}
.gg-calendar::before {
    content: "";
    position: absolute;
    width: 3px;
    border-radius: 3px;
    left: 2px;
    background: currentColor;
    height: 2px;
    top: 4px;
    box-shadow: 3px 0 0, 6px 0 0, 0 3px 0, 3px 3px 0, 6px 3px 0;
}



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

        .prendrerdv {
            top: 20px;
            right: 30px;
            border-radius: 20px;
            padding: 6px 10px;
            font-size: 16px;
        }

    }

@media screen and (max-width: 520px) {
    .prendrerdv {
    top: -1px;
    right: 0;
    border-radius: 0 0 10px 10px;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: normal;
} 

.gg-calendar {
    transform: scale(80%);
}

    }

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

	.bex {
		display:flex;
		flex-direction:column;
	}
	.be3 { order:1}
	.be1 { order:2}
	.be4 { order:3}
	.be2 { order:4}
	.be5 { order:5}

}

@media screen and (min-width:992px) {

.menu-prendre-rdv-en-ligne {
	display:none!important;
}

 .menu-commandez-des-etiquettes {
	display:none!important;
} 

}



	/* --- POPUP --- */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.popup-box {
    background: #fff;
    width: 90%;
    max-width: 420px;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.popup-box h3 {
    margin-top: 0;
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #f79901ff;
}

.progress-bar-container {
    width: 100%;
    background: #ddd;
    border-radius: 10px;
    height: 12px;
    overflow: hidden;
    margin: 20px 0;
}

.progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(135deg, #1ab0ed, #1796c9);
    transition: width 0.5s ease-out; 
}

.pay-button-disabled {
    background: #999 !important;
    pointer-events: none;
}

.pay-button {
    display: inline-block;
    padding: 12px 20px;
    background: linear-gradient(135deg, #1ab0ed, #1796c9);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-size: 16px;
    transition: 0.3s;
}



.pay-button:hover {
    color: rgba(255,255,255,0.9);
}

.popup-screenshot {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 15px 0;
    /* box-shadow: 0 4px 10px rgba(0,0,0,0.2); */
}

/* Affichage responsive des images */
.popup-screenshot-mobile {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 20px auto 30px auto;
}

.popup-screenshot-desktop {
    display: none;
    width: 100%;
    max-width: 380px;
    margin: 20px auto 30px auto;

}

@media screen and (min-width: 1280px) {
    .popup-screenshot-mobile {
        display: none;
    }
    
    .popup-screenshot-desktop {
        display: block;
    }
    
    .popup-box {
        max-width: 600px;
    }
}