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: 10px;
    text-align: left;
    margin-top: 24px;
    box-shadow: 0 0 24px rgb(74 85 95 / 10%);
    background-color: #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: 10px;
    border-top-right-radius: 10px;
    color: rgba(0, 0, 0, 0.8);
}

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

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

.proPublicNote {
	font-size: 80%;
}

#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-color: #e4e6eb;
    border-radius: 10px;
    cursor: pointer;
}

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

main #headerTitle {
	background-color: 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;
}

main  #headerTitleContent #titleUserPage {
    width: 100px;
    height: 100px;
	text-align: center;
	color: #000;
	font-size: 200%;
	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: 6px;
    background-color: #f5f6f8;
    border-left: 10px solid #dddfe3;
	margin-top: 4px;
}

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

#proAgendaPublicCustomInformation {
	margin-top: 20px;
}

#proPublicMapAuthorization {
/*	margin-top: 10px;*/
	background-color:#f5f6f8;
	padding:10px;
	border-radius:10px;
	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-color: white;
	border: 1px solid #e4e6eb;
	border-radius: 10px;
	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: 10px;
	border: 1px solid #e4e6eb;
	margin-top: 10px;
}

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

#proPublicPresentation {
    background-color: #f5f6f8;
	border-radius: 10px;
	padding: 10px;
}

#proPublicAddress {
    background-color: #f5f6f8;
	border-radius: 10px;
	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-color: #f5f6f8;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}

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

.body > .serviceRow:hover {
    background-color: #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-color: #f5f6f8;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}

.body > .userAddressDesignation:hover {
    background-color: #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-color: #fff;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}

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

.contactRow:hover {
    background-color: #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-color: #f5f6f8;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    padding-bottom: 10px;
    align-items: center;
}

.scheduleRow:hover {
	background-color: #f2f2f2;
}

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

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

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

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