address {
	font-style: normal; 
}

#proPublicUserName {
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.80);
	font-size: 200%;
}

.proPublicContent {
    border-radius: var(--radius-lg);
    text-align: left;
    margin-top: 24px;
    box-shadow: 0 0 24px rgb(74 85 95 / 10%);
    background: #FFF;
    margin-top: 30px;
    transition: box-shadow 0.3s ease;
}

.proPublicContent:hover {
	box-shadow: 0 0 24px rgb(74 85 95 / 30%);
}

.proPublicContent .title {
    display: flex;
    flex-direction: row;
    padding: 10px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    color: rgba(0, 0, 0, 0.8);
}

.proPublicContent .title img {
	margin-right: 6px;
}

.proPublicContent .body {
	padding: 0 10px 10px 10px;
	border-bottom-left-radius: 16px; 
	border-bottom-right-radius: 16px;
	color: rgba(0, 0, 0, 0.9);
}

.proPublicNote {
	font-size: 90%;
}

#headerTitleActions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
	flex: 0 0 auto;
}

#headerTitleActions .userPageShareButton {
	background: white;
    color: var(--color-brand);
    border: none;
    border-radius: 14px;
    padding: 10px 16px;
    border: 1px solid var(--color-brand);
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

#headerTitleActions .userPageShareButton:focus-visible {
	outline: 3px solid rgba(0, 155, 125, 0.22);
	outline-offset: 3px;
}

#headerTitleActions .userPageShareButtonIcon {
	width: 18px;
	height: 18px;
	fill: currentColor;
	flex: 0 0 auto;
}

@media (max-width: 640px) {

	#headerTitle {
		display: flex;
		align-items: center;
	}

	#headerTitleActions {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		margin-left: auto;
		align-self: center;
		flex: 0 0 auto;
	}

	#headerTitleActions .userPageShareButton {
        width: 34px;
        height: 34px;
        min-width: 34px;
        min-height: 34px;
        padding: 0;
        border-radius: 100px;
        align-items: center;
        justify-content: center;
        box-shadow: none;
        background: #e6e8eb;
        border: #e6e8eb;
        margin-right: 10px;
        color: black;
	}
	
	#headerTitleActions .userPageShareButton:hover {
	    background: #e6e8eb;
	}

	#headerTitleActions .userPageShareButton span {
		display: none;
	}

	#headerTitleActions .userPageShareButtonIcon {
		width: 16px;
		height: 16px;
	}
}

#firstAvailableSlotMessage {
	display: flex;
	flex-grow: 1;
	align-items: center;
	justify-content: center;
	user-select : none;
}

#firstAvailableSlotMessage #message {
	text-align: center;
    padding: 10px;
    margin-top: 10px;
    background: #e4e6eb;
    border-radius: var(--radius-lg);
    cursor: pointer;
}

#firstAvailableSlotMessage #message:hover {
	background: #d8dadf;
}

main #headerTitle {
	background: white;
	margin-bottom: 30px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	box-shadow: 0 0 24px rgb(74 85 95 / 10%);
}

main #headerTitleContent {
    display: flex;
    align-items: center;
    padding: 72px 10px 10px 10px;
    max-width: 1150px;
    margin: auto;
    width: 100%;
    box-sizing: border-box;
}

main  #headerTitleContent #titleUserPage {
    width: 100px;
    height: 100px;
	text-align: center;
	color: #000;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.80);
}


main  #headerTitleContent #titleUserPage img {
	width: 100px;
	border-radius: 10px;
}

main #headerTitleContent #name {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

main #headerTitleContent #name h1 {
	font-style: normal;
	font-size: 110%;
}

main #headerTitleContent #name .managerLink {
	font-size: 90%;
    font-weight: 500;
    color: #7f7f7f;
    padding: 2px 8px;
    border-radius: 10px;
    background: #f5f6f8;
    border-left: 10px solid #dddfe3;
    margin-top: 4px;
}

main #headerTitleContent #name .managerLink:hover {
    border-color: #009b7d;
    color: #009b7d;
}

#proAgendaPublicCustomInformation {
	margin-top: 20px;
}

#proPublicMapAuthorization {
	background:#f5f6f8;
	padding:10px;
    border-radius: var(--radius-lg);
	font-size:90%;
	text-align:center;
}

#proPublicMapAuthorization button {
	max-width:130px;
	margin: auto;
}

#calendarCoveringElement {
	position: absolute;
	display: flex;
	width: 100%;
	z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px; /* ajuste selon l'espacement souhaité */
    box-sizing: border-box; /* important pour que le padding ne fasse pas déborder l'élément */
}

#calendarCoveringElement #form {
	margin: auto;
	padding: 0 10px 10px 10px;
	background: white;
	border: 1px solid #e4e6eb;
    border-radius: var(--radius-lg);
	width: 100%;
	box-shadow: 0 0 24px rgb(74 85 95 / 10%);
}

#calendarCoveringElement #form #selectMultipleServices {
	display: none;
	margin-top: 10px;
}

#proPublicSelectServiceIntro,
#proPublicSelectAddressIntro {
	width: 100%;
	padding: 10px;
    border-radius: var(--radius-lg);
	border: 1px solid #e4e6eb;
	margin-top: 10px;
}

#proPublicSelectAddressHeader,
#proPublicSelectServiceHeader {
	width: 100%;
	padding: 8px;
    border-radius: var(--radius-lg);
	border: 1px solid #e4e6eb;
	margin-bottom: 10px;
}

#proPublicPresentation {
    background: #f5f6f8;
    border-radius: var(--radius-lg);
	padding: 10px;
}

#proPublicAddress {
    background: #f5f6f8;
    border-radius: var(--radius-lg);
	padding: 10px;
}

#maps-in-iframe {
	background: url(data:image/gif;base64,R0lGODlhEAAQAMQAAORHHOVSKudfOulrSOp3WOyDZu6QdvCchPGolfO0o/XBs/fNwfjZ0frl3/zy7////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAkAABAALAAAAAAQABAAAAVVICSOZGlCQAosJ6mu7fiyZeKqNKToQGDsM8hBADgUXoGAiqhSvp5QAnQKGIgUhwFUYLCVDFCrKUE1lBavAViFIDlTImbKC5Gm2hB0SlBCBMQiB0UjIQA7) center center no-repeat;
	margin-top: 10px;
	height: 300px;
}

.body > .serviceRow {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 10px;
    background: #f5f6f8;
    border-radius: var(--radius-lg);
    transition: background 0.3s ease;
}

.body > .serviceRow:last-child {
    margin-bottom: 0;
}

.body > .serviceRow:hover {
    background: #f2f2f2;
}

.body > .serviceRow .duration,
.body > .userAddressDesignation .duration {
    color: #7f7f7f;
    font-size: 0.9em; /* make the duration text slightly smaller */
}

.body > .serviceRow .serviceRowColumnPrice,
.body > .userAddressDesignation .serviceRowColumnPrice {
	display: flex;
	align-items: center;
	justify-content: right;
    text-align: right;
    width: 80px;
}

.body > .userAddressDesignation {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    margin-bottom: 10px;
    background: #f5f6f8;
    border-radius: var(--radius-lg);
    transition: background 0.3s ease;
}

.body > .userAddressDesignation:hover {
    background: #f2f2f2;
}

.body > .userAddressDesignation:last-child {
    margin-bottom: 0;
}

.body > .userAddressDesignation .title {
}

.body > .userAddressDesignation .serviceRow {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: var(--radius-lg);
    transition: background 0.3s ease;
}

.contactRow {
    display: flex;
    justify-content: space-between;
    background: #f5f6f8;
    padding: 10px;
    border-radius: var(--radius-lg);
}

.contactRow:hover {
    background: #f2f2f2;
}

.contactRow:not(:first-child) {
    margin-top: 10px;
}

.contactRowColumnNumber {
	width: 150px;
	display: flex;
	align-items: center;
	justify-content: right;
    text-align: right;
}

.scheduleRow {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    background: #f5f6f8;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: var(--radius-lg);
    padding-bottom: 10px;
    align-items: center;
}

.scheduleRow:hover {
	background: #f2f2f2;
}

.scheduleRow:last-child {
    margin-bottom: 0;
}

.scheduleRowColumnTime {
	width: 160px;
	display: flex;
	align-items: center;
	justify-content: right;
    text-align: right;
}

.scheduleRow .closedText {
	color: #7f7f7f;
	font-size: 0.9em;
}

.proPublicInformation {
    background: #FFF;
    border-radius: var(--radius-lg);
    margin-top: 30px;
    padding: 10px;
    box-shadow: 0 0 24px rgb(74 85 95 / 10%);
    color: rgba(0, 0, 0, 0.8);
}

/* */
/* Copy reservation page URL */
/* */

.inputUrlGroup {
	display: flex;
	align-items: center;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 12px;
	background: #ffffff;
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.inputUrlGroup:focus-within {
	border-color: rgba(0, 155, 125, 0.45);
	box-shadow: 0 0 0 4px rgba(0, 155, 125, 0.10);
}

.inputUrlGroup .inputPrefix {
	display: inline-flex;
	align-items: center;
	min-height: 46px;
	padding: 0 0 0 14px;
	color: #667085;
	white-space: nowrap;
	background: transparent;
}

.inputUrlGroup input {
	flex: 1;
	min-width: 0;
	height: 46px;
	border: 0;
	outline: none;
	padding: 0 12px;
	background: transparent;
	color: #1f2937;
}

/* Focus effect is hover parent */
.inputUrlGroup input[type="text"]:not([disabled]):focus {
	outline: none !important;
	border: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
}


.inputUrlCopyButton {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin: 0 2px 0 0 !important;
	border: 0;
	border-radius: 10px;
	background: transparent;
	color: #667085;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.inputUrlCopyButton:hover {
	background: rgba(0, 155, 125, 0.08);
	color: #009b7d;
}

.inputUrlCopyButton .material-icons {
	font-size: 18px;
	line-height: 1;
}

.inputUrlCopyButton .checkIcon {
	display: none;
}

.inputUrlCopyButton.is-copied {
	background: rgba(0, 155, 125, 0.12);
	color: #009b7d;
}

.inputUrlCopyButton.is-copied .copyIcon {
	display: none;
}

.inputUrlCopyButton.is-copied .checkIcon {
	display: inline-flex;
}

/* */
/* Waiting list feature */
/* */

.proPublicInformationWaitingList {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 24px auto 28px auto;
    padding: 18px 22px;
    border: 1px solid rgba(0, 155, 125, 0.18);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    color: #172b2a;
    box-sizing: border-box;
}

.proPublicInformationIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: var(--brand-lightbg);
    color: var(--brand-lightbg-text);
    font-size: 18px;
}

.proPublicInformationText {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
    min-width: 0;
}

.proPublicInformationText strong {
    font-size: 15px;
    font-weight: 650;
    line-height: 1.35;
    color: #172b2a;
}

.proPublicInformationText span {
    font-size: 14px;
    line-height: 1.45;
    color: rgba(23, 43, 42, 0.68);
}

.proPublicInformationCustomText {
    margin-top: 10px;
    max-width: 720px;
    padding: 11px 14px;
    border-radius: 14px;
    border: 1px solid var(--brand-lightbg-border);
    background: var(--brand-lightbg);
    color: rgba(23, 43, 42, 0.82);
    font-size: 14px;
    line-height: 1.5;
}

.proPublicInformationIcon img {
    width: 20px;
    height: 20px;
    display: block;
}

.proPublicInformationButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 13px;
    background: var(--color-brand);
    color: #ffffff;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 650;
    text-decoration: none;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .proPublicInformationWaitingList {
        align-items: flex-start;
        flex-direction: column;
        margin: 18px auto 22px auto;
        padding: 18px;
        gap: 14px;
    }

    .proPublicInformationButton {
        width: 100%;
    }
}