html, body {
    height: max-content !important;
}

#planning-table{
    margin-top:30px;
}

table{
	border-spacing: 0px;
}
body#planning-view{
	font-family: "Open Sans", Arial, sans-serif;
    font-weight: 200;
    color: #4F4F4F;
	background-color: white;
    margin:0px;
}

a{
	text-decoration: none;
}

#calendar th{
   background: #3A3A3A;
    color:white;
}


.header{
    letter-spacing: 1px;
    color:#3A3A3A;
    text-transform: capitalize;
	font-weight: 200;
}

.cell-header-date{
	height: 30px;
	margin: 20px;
    font-size:14pt;
    padding: 20px;
    color:white;
    border-left: none;
}

.cell-header-hour{
    height: 10px;
    border-style: solid;
    padding: 10px;
    border-color: rgba(155,155,155, .8);
    border-width: 0px 0px 1px 1px;
}

.cell-header-hour.even{
    border-color: rgba(155,155,155, .8);
    border-width: 0px 0px 1px 1px;
}

.cell-header-hour.odd{
    border-color: rgba(155,155,155, .8) rgba(155,155,155, .8) rgba(155,155,155, .8) rgba(155,155,155, .2);
    border-width: 0px 0px 1px 1px;
}


.cell-header-hour .content{
    margin-left: -25px;
    background-color: white;
    border: solid 1px rgba(155,155,155, .8);
    display: inline-block;
    padding: 4.5px 4px 4px 4px;
    border-radius: 100%;
}

.cell-header-employee{
    padding: 10px;
    min-width:50px;
    border-style: solid;
    border-color: rgba(155,155,155, .8);
    border-width: 0px 1px 1px 1px;
}

.line{
	height:90px;
}

.cell{
	padding:5px;
    font-size:8pt;
    letter-spacing: 1px;
    line-height:12pt;
    text-align: center;
	border-style: solid;
    border-width: 0px 0px 1px 1px;
    border-color: rgba(0,0,0, 0.2);
    position: relative;
color:black;
}

.cell-rdv{
	background-color: #6CB46C;
}

.cell-rdv .phone{
/*
	border-style: solid;

    border-color: rgba(0,0,0, 1);
    border-width: 1px;
    border-radius:2px;
*/
    margin-left: -5px;
    margin-right: -5px;
    font-size: 8pt;
    color:black;
}

.cell-rdv .name{
	font-style: italic;
}

.cell-free{
	background-color: #79d279;
}

.cell-holidays{
	background-color: #4da6ff;
    text-transform: capitalize;
}

.cell-not-working{
	background-color: #ffffff;
	opacity: 0.3;
}

.separator{
	position: absolute;
    height: 100% !important;
    width: 0px;
    top: 0px;
    bottom: 0px;
	border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: rgba(0,0,0, 0.2);
    color: white;
}

.booking-bloc{
    /*opacity:0.7;*/
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    padding:0px;
    display: inline-block;
    height:17vw;
}
.booking-bloc.product{
    height:5vw;
}
.booking-bloc:hover{
    opacity:1;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.booking-bloc.product:hover{
  cursor: pointer;
}

.booking-bloc.product.selected div{
    opacity:1;
	background-color: #C0C0C0;
}

.shop-image{
	width:15vw;
	height:15vw;
	border-radius:50%;
	background-size: cover;
	margin-left: auto;
    margin-right: auto;
}

.employee-image{
	width:15vw;
	height:15vw;
	border-radius:50%;
	background-size: cover;
    background-position: center;
}

.planning-contact-img img {
    width: 100%;
}

.planning-contact-img h1 {
    margin-top: calc(-20% - 40px);
    font-weight: bold;
    text-align: center;
    font-size: x-large;
    font-style: italic;
    color: white;
}

.planning-contact-img h1 p {
    font-weight: bold;
    color: white;
    font-size: large;
}

button.planning-btn{
    border: 1px solid #3A3A3A;
    color: #3A3A3A;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    float: none;
    margin: 0 auto;
    padding: 10px 20px;
    background-color: transparent;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
}

button.planning-btn:hover {
    background: #3A3A3A;
    color: white;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

button.planning-btn.round{
    border-radius: 100%;
    padding: 5px;
    display: block;
    /*position: absolute;*/
    left: 10px;
    top: -50px;
}

.planning-main-title {
    text-align: center;
}

.planning-main-subtitle {
    text-align: center;
    color: #a3195b;
}

.planning-mliv-logo {
    margin: 10px auto;
    width: max-content;
    margin-top: 30px;
}

.planning-main-info {
    text-align: center;
    font-style: italic;
}

.planning-main-info p {
    color: #333;
    font-size: large;
}

.planning-contact-btn {
    width: max-content;
    margin: auto;
}

.planning-contact-btn .planning-btn {
    padding: 20px 40px !important;
}

.btn.btn-modal {
    text-align: center;
    font-size: small;
    font-style: normal;
    font-weight: bold;
    margin-left: 10px;
    border-radius: 10px;
    width: max-content;
    height: max-content;
    padding: 3px 8px;
}

#modalInfoContactEmployee .modal-dialog {
    text-align: center;
    margin: 0;
    padding: 20px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

#modalInfoContactEmployee .modal-header {
    border: none;
    padding-bottom: 0;
}

#modalInfoContactEmployee .modal-title {
    font-weight: 750;
    color: #a3195b;
    max-width: 300px;
    width: 100%;
    margin: auto;
    font-style: italic;
}

#modalInfoContactEmployee .close {
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 10px;
    background: #a3195b;
    opacity: 1;
    color: white;
    padding: 5px 7px;
    font-size: small;
}

#modalInfoContactEmployee .modal-body {
    max-width: 250px;
    font-style: italic;
    font-weight: 450;
    margin: auto;
}

@media (max-width:767px) {
    .planning-contact-btn {
        transform: translate(-50%, -50%);
        position: absolute;
        left: 50%;
    }
    
    .form-control-label {
        text-align: center;
    }
}

@media (min-width:768px) {
    .planning-contact-btn {
        transform: translate(0, 50%);
    }

    .btn.btn-modal {
        display: block;
        margin-left: auto;
    }
}

#module-wsplanning-subscribeinfo .container {
    padding: 0;
}

div.row-next{
	text-align:center;
}
div.bloc-date{
	display:inline-block;
    font-size: 12pt !important;
	width:80px;
	height:80px;
    overflow: visible;
    word-wrap: normal;
    line-height: 100%;
}

div.bloc-date.disabled{
	opacity:0.2;
}

div.bloc-date-day{
	text-align: center;
	width: 100%;
    text-transform: capitalize;
	/*opacity: 0;*/
	padding-bottom:5px;
}

div.bloc-date-number{
	margin:auto;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: #3A3A3A;
    height: 50px;
    width: 50px;
    color: #3A3A3A;
    border-radius: 50%;
    text-align: center;
    padding: 14px;
    font-size: 14pt;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

div.bloc-date:not(.disabled):hover {
  	cursor: pointer;
}

div.bloc-date:not(.disabled):hover div.bloc-date-number{
    background-color: #3A3A3A;
    color: white;
}

div.bloc-date:not(.disabled):hover div.bloc-date-day{
	opacity:1;
}

@media (max-width: 1400px) {
    div.bloc-date-day{
        opacity:1;
        font-size:10pt;
    }
}

div.hour{
	margin:auto;
    background-color: white;
    height: 70px;
    /* width: 70px; */
    color: #3A3A3A;
    text-align: center;
    font-size: 18pt;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

div.hour.disabled{
	opacity:0.2;
}



div.hourElement{
	float: left;
	height:80px;
	width:80px;
	padding-top:calc(40% - 10px);
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 100%;
    border: 1px solid #3A3A3A;
}


div.hourLeft{
    width:40px;
    margin-left: 0px;
    border-radius: 0px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}
div.hourRight{
    width:40px;
    color:#3A3A3A;
    margin-left: 0px;
    opacity:1;
    border-radius: 0px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-left: none;
}
/*
@media (min-width: 1400px) {
    div.hourRight{
        opacity:0;
        border-color:white;
        color:white;
        border-style: dashed;
    }
}*/

div.hourRight{
    width:34px;
    -webkit-transition: all 0 ease-in-out;
    -o-transition: all 0 ease-in-out;
    transition: all 0 ease-in-out;
    font-size:14pt;
}

div.hourMiddle{
    width:34px;
    -webkit-transition: all 0 ease-in-out;
    -o-transition: all 0 ease-in-out;
    transition: all 0 ease-in-out;
    font-size:14pt;
}

div.hourMiddle {
    border: 1px solid #3A3A3A;
    border-left: none;
}

div.hourRight div.verticalHours,
div.hourMiddle div.verticalHours{
    margin-top:-9px;
}
div.hourRight div.verticalSeparator,
div.hourMiddle div.verticalSeparator{
    margin-top:-13px;
    font-size: 12pt;
}
div.hourRight div.verticalMinutes,
div.hourMiddle div.verticalMinutes{
    margin-top:-3px;
}

/* div.hour:hover:not(.disabled) {
} */

div.hour:hover:not(.disabled) div.hourLeft:not(.disabled){
	margin-left: 0px;
	opacity:0.1;
    background-color: #3A3A3A;
    color:white;
}

div.hour:hover:not(.disabled) div.hourRight,
div.hour:hover:not(.disabled) div.hourMiddle{
	margin-left: 0px;
	opacity:0.1;
	width:34px;
    color:white;
    background-color: #3A3A3A;
    /* border-color:rgba(255,255,255,1); */
}

div.hour:hover:not(.disabled) div.hourRight.disabled,
div.hour:hover:not(.disabled) div.hourMiddle.disabled{
	opacity:1;
  	cursor: not-allowed;
}



div.hour:hover:not(.disabled) div.hourLeft:not(.disabled):hover{
  	cursor: pointer; cursor: hand;
}

div.hour:hover:not(.disabled) div.hourLeft.disabled:hover{
  	border-radius:50px 0px 0px 50px;
  	background-color: white;
  	color:#d7d7d7 !important;
  	cursor: not-allowed;
    opacity:1;
}

div.hour:not(.disabled) div.hourRight.disabled{
  	border-radius:0px 50px 50px 0px;
  	background-color: white;
  	color:#d7d7d7 !important;
}

div.hour:not(.disabled) div.hourMiddle.disabled{
    background-color: white;
    color:#d7d7d7 !important;
}

div.hour:not(.disabled)  div.hourLeft.disabled{
    border-radius:50px 0px 0px 50px;
  	background-color: white;
  	color:#d7d7d7 !important;
}

div.hour div.hourElement{
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

div.hour:not(.disabled) div.hourElement{
    border: 1px solid #a3195b;
    color: #a3195b;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

div.hour:hover:not(.disabled) div.hourElement:not(.disabled):hover{
  	cursor: pointer; cursor: hand;
    border: 1px solid #a3195b;
    background-color: #a3195b;
    color: #FFFFFF;
}

div.centered{
	text-align:center;
}

body#module-wsplanning-booking section#wrapper div.container{
    max-width:90%;
    width:100%;
}

.planning-title {   
    color: #222222;
    margin-bottom: 20px;
    margin-top: 30px;
    padding: 0;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 3px;
    font-weight: 300;
    font-size: 1.6vw;
    text-transform: uppercase;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-shadow: #fff 1px 1px, #fff -1px 1px, #fff -1px -1px, #fff 1px -1px;
    white-space: normal;
}

.planning-title.category {
    background: #00000010;
    border-radius: 5px;
    padding: 10px;
}

.planning-title.sub-category {
    font-size: 1.3vw;
    text-transform: initial;
    letter-spacing: 1px;
    font-weight: 700;
}

.planning-title.month {
    position:relative;
}

.planning-title.category,
.planning-title.sub-category {
    position:relative;
}

.products {
    margin: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: max-content;
    max-width: 80vw;
}
.products .product-details {
    width: 100%;
}
.products .product-details .product-description p {
    text-align: center;
    font-style: italic;
    color: #111;
    margin-top: 2em;
    margin-bottom: 0;
    font-size: large;
}
.products .product-details .planning-btn {
    width: 100%;
    text-transform: uppercase;
    font-size: large;
}

.planning-title.product{
    font-size: 1.2vw;
    margin:0px;
    text-transform: none;
    position:relative;
    height: 4.6vw;
}
.planning-title-price {
    font-size: 1.1vw;
}
.planning-subtitle{
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: -6px;
}

div.product-sub-category .booking-bloc .planning-title.product {
    border-left:1px solid #4d4d4d;
}

.booking-bloc.employee .planning-title, .booking-bloc.employee .planning-subtitle {
    width: 15vw;
}


.booking-bloc.employee .btn{
    padding: 0px;
    background: transparent;
    outline: none;
}

.booking-bloc.employee .btn .planning-title{
    border: 2px solid transparent;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.booking-bloc.employee .btn:hover .planning-title{
    border: 2px solid #2b8b11;
    background-color: #2897d5;
    color: white;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.booking-bloc{
    margin-bottom: 15px;
}

@media (min-width: 993px) {
    
    div.product-sub-category .booking-bloc:nth-child(6n+1) .planning-title.product {
        border-left:none;
    }
}


@media (max-width: 992px) {
	.employee-image, .shop-image{
        height:18vw;
        width:18vw;
	}
    .booking-bloc{
       height: 23vw;
    }
    
    div.product-sub-category .booking-bloc:nth-child(4n+1) .planning-title.product {
        border-left:none;
    }
}

@media (max-width: 768px){

	.employee-image, .shop-image{
        height:45vw;
        width:45vw;
	}
    .booking-bloc.employee .planning-title, .booking-bloc.employee .planning-subtitle {
        width: 45vw;
    }
    .booking-bloc{
        /* float:left; */
        height: 45vw;
    }
    .planning-title {
        font-size:4vw;
    }
    .planning-title.sub-category {
        font-size: 3vw;
    }
    .booking-bloc.product{
        height: 10vw;
    }
    .booking-bloc.product .planning-title{
        font-size:3vw;
        height: 11.4vw;
    }
    .planning-title-price {
        font-size: 2.9vw;
    }
    body#module-wsplanning-booking section#wrapper div.container {
        max-width: 100%;
        margin: 0px;
        padding: 0px;
    }
    body#module-wsplanning-booking .card {
        padding: 0px;
    }
    body#module-wsplanning-booking .card .col-xs-12:not(.planning-title){
        padding:0px;
    }
    div.product-sub-category .booking-bloc:nth-child(odd) .planning-title.product {
        border-left:none;
    }
    /* .product:nth-child(even) .planning-title.product {
        border-left: 1px solid #4d4d4d;
    } */

}

@media (max-width: 768px){
    .booking-bloc {
        width: 49%;
    }
    .booking-offset{
        display:none;
    }
}

/****** NAVIGATION ******/

#toolbar{
    font-size: 10pt;
    position:fixed;
    width:100%;
    background: #3A3A3A;
    padding: 10px;
    color:white;
    z-index:100;
}

.control-navigation{
    display:inline-block;
    background: white;
    border-radius:3px;
    -moz-box-shadow: inset 0px 0px 1px 1px #000000;
    -webkit-box-shadow: inset 0px 0px 1px 1px #000000;
    -o-box-shadow: inset 0px 0px 1px 1px #000000;
    box-shadow: inset 0px 0px 1px 1px #000000;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=NaN, Strength=1);
}

#date-navigation{
    display:inline-block;
}

.btn-planning{
    display:inline-block;
    padding:5px;
    color: #8A8A8A;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.btn-planning.first{
    margin-left:-1px;
}

.btn-planning.last{
    margin-right:-1px;
}

.btn-planning:not(.first){
    margin-left:-4px;
}

.btn-planning.selected, .btn-planning:hover{
    border-radius:3px;
    background: #5A5A5A;
    color: white;
    -moz-box-shadow: 0px 0px 0px 0.3px #FFFFFF;
    -webkit-box-shadow: 0px 0px 0px 0.3px #FFFFFF;
    -o-box-shadow: 0px 0px 0px 0.3px #FFFFFF;
    box-shadow: 0px 0px 0px 0.3px #FFFFFF;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#FFFFFF, Direction=NaN, Strength=0);
}
.btn-planning:hover{
}

.btn-planning.selected:hover{
    background: #5A5A5A;
    color: white;
}



/****** Spinner ******/
#loading_Anim{
    position: absolute;
    left: 50%;
    top: 48%;
    z-index: 1010;
}




h3.h3-centered {
    text-align: center;
}

span.opening-days {
    font-size: 13px;
    color: #696969;
    letter-spacing: 3px;
    width: 100px;
}
span.address {
    font-weight: 200;
    font-size: 15px;
    letter-spacing: 1px;
    color: #777777;
}
span.contact-details {
    font-weight: 200;
    font-size: 15px;
    letter-spacing: 1px;
    color: #777777;
}


body#module-wsplanning-booking .tthometab-title{
    margin: 30px auto 0 !important;
    padding-bottom:25px;
    margin-top:10px;
}

@media all and (max-width: 992px){
    body#module-wsplanning-booking .tthometab-title{
        margin: 10px auto 0 !important;
        padding-bottom:25px;
        font-size: 20pt !important;
    }
}

@media all and (max-width: 1450px){
    .booking-bloc.employee .tthometab-title{
        margin: 5px auto 15px !important;
        font-size: 16pt !important;
    }
}

.booking-bloc.datetime {
    
}

.booking-bloc > form {
    width: max-content;
    margin: auto;
}


.booking-bloc.employee button {
    border-radius: 50%;
}

.booking-bloc.employee .planning-subtitle {
    margin-bottom: -8vh;
}

body#module-wsplanning-booking .card{
    border:none;
}
div.planning-title.product {
    background: none;
    line-height:1;
    padding:10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .planning-title {
    }
}

@media (max-width: 810px) {
    .breadcrumb.hidden-sm-down {
        display: none !important;
    }
}

.btn .planning-title{
    font-family: 'Caveat';
    text-transform: none;
    font-size: 24pt;
    font-weight: bold;
    color:#a3195b;
    /* position: absolute; */
    /* top: 40%; */
    margin: 0;
    position: absolute;
    top: 42%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-shadow: #fff 0.5px 1px;
    font-weight: 500;
    margin-top: 5px;
}


@media (max-width: 768px){
    .btn .planning-title{
        font-size: 18pt;
    }
}


.booking-bloc.employee .planning-title{
    position: relative;
    color:white;
    background-color: #a3195b;
    -ms-transform: none;
    transform: none;
    text-shadow: none;
    padding: 10px 5px;
    border-radius: 5px;
}

.booking-bloc.employee{
    height: auto;
}

/* ----------------- Page Tarif ----------------- */
div.tarif-section {
    background-image: url("../../img/tarifBackground.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgb(0, 0, 0);
    padding-top: 60px;
    padding-bottom: 60px;
}

div.tarif-container {
    padding-right: 0;
    padding-left: 0;
}
h2.tarif-title {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.5em;
    line-height: 1.4;
    text-align: center;
    padding: 30px 0px 30px 0px;
    color: white;
}
h3.tarif-category {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 1.4;
    text-transform: uppercase;
    padding: 30px 0px 20px 0px;
    color: white;
}
.tarif-all-sub-category {
    justify-content: center;
}
.tarif-sub-category {
    margin-bottom: 30px;
}
.tarif-product {
    font-size: 16px;
    font-weight: 300;
    color: #C6C6C6;
    line-height: 1.8;
    float:left;
} 
.tarif-price {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    color: #C6C6C6;
    line-height: 1.8;
    float:left;
}
.tarif-description, .tarif-description > p {
    font-style: italic;
    font-size: 14px;
    color: #808080;
    line-height: 1.25;
    float:left;
}

.blockquote {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    border:none;
    margin-bottom: 20px; 
    position:relative;
}
        
.blockquote:before { 
    content: "\201C";
    font-family:"Georgia";
    font-size:90px;
    position:absolute;
    top:-0.5em;
    left:-0.5em;
} 
.blockquote:after { 
    content: "\201D";
    font-family:"Georgia";
    font-size:90px;
    position:absolute;
    bottom:-1.1em;
    right:-0.5em;
}

#module-wsplanning-place main #wrapper .container  {
    width: 100%;
}

.col-md-4 {
    float: left;
}

.no-padding {
    padding: 0;
}
/* ----------------- Fin Page Tarif ---------------- -*/

.page-footer {
    width: 100%;
}


/* ----------------- Page Lieu ---------------- -*/

.div-shop-map {
    width: 100%;
    padding: 0;
}
.shop-map {
    width: 100%;
    height: 40vw;
    border: 0;
}

.shop-btn {
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom:20px;
}
.shop-btn > a {
    border: 1px solid #3A3A3A;
    color: #3A3A3A;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    float: none;
    margin: 0 auto;
    padding: 10px 20px;
}
.shop-btn > a:hover {
    background: #3A3A3A;
    color: white;
}

.shop-description p {
    font-weight: 400;
    font-size: 16px;
    color: #4F4F4F;
    line-height: 1.7;
    text-align: justify;
}

.shop-description table {
    width: 200px;
}
.shop-description .opening-days {
    font-size: 13px;
    color: #696969;
    letter-spacing: 3px;
    width: 100px;
}
.shop-description .opening-hours {
    font-size: 14px;
    color: #777777;
    letter-spacing: 1px;
    line-height: 1.25;
}
.shop-description .address {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    color: #4c4c4c;
} 

.fa{
    display:inline-block;
    font:normal normal normal 14px/1 FontAwesome;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.fa-phone:before{
    content:"\f095";
}
 

.shop-description .contact-details {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    color: #4c4c4c;
}

/* ----------------- Fin Page Salon ---------------- -*/

.recap {
    display: flex;
    column-gap: 0;
    justify-content: center;
    margin-bottom: 20px;
}

.recap > .wrapper {
    flex: 50%;
    padding: 10px 50px;
    max-width: 50%;
}

.recap-table {
    width: max-content;
}

.recap .wrapper:first-child .recap-table {
    margin-left: auto;
    margin-right: 0;
}
.recap .wrapper:last-child .recap-table {
    margin-left: 0;
    margin-right: auto;
}

.recap-table > table {
    max-width: max-content;
    border-collapse: separate;
    border-spacing: 1px;
}

.recap-table h2 {
    max-width: max-content;
    text-align: left;
    text-indent:20px;
    padding: 20px 10px;
}

.recap-table th, .recap-table td {
    padding: 10px 20px;
}

.recap-table:not(:last-child) {
    border-right: 2px solid #3C3C3C50;
}

#calendar #datepicker::-webkit-calendar-picker-indicator {
    position: absolute;
    top: -150%;
    left: -20%;
    width: 120%;
    height: 250%;
    cursor: pointer;
}


.fc-time-area col{
    min-width: 0px;
}

.event-attendance {
    display: none;
}

.event-attendance > div {
    display: flex;
    justify-content: right;
    align-items: center;
    text-align: center;
    margin-left: auto;
    column-gap: 10px
}

.event-attendance input {
    width: 20px;
}

.event-attendance label {
    margin: 0;
}

label {
    margin-top: 15px;
    margin-bottom: 5px;
}

.fc-event:hover {
    position: absolute !important;
    z-index: 99999;
    height: 17px;
    min-width: max-content;
    height: max-content;
}

.fc-event:hover>* {
    width: 162px;
}

.cancelled {
    background-image: repeating-linear-gradient(45deg, transparent, transparent 15px, rgba(255, 255, 255, .5) 15px, rgba(255, 255, 255, .5) 30px);
}

.header-booking-green,
#showBooking,
#showBooking:hover,
#green {
    color: white;
    background-color: #6cb46c;
}

.header-group-event,
#showGroupEvent,
#showGroupEvent:hover,
#purple,
.fc-addEvent-button {
    color: white;
    background-color: #a17fe4;
}

.header-recurring-group-event,
#showRecurringGroupEvent,
#showRecurringGroupEvent:hover {
    color: white;
    background-color: #7fe4d1;
}

.header-holiday,
#showHoliday,
#showHoliday:hover {
    color: white;
    background-color: #4da6ff
}

.header-booking-pending,
#showBookingPending,
#showBookingPending:hover {
    color: white;
    background-color: #DB4437;
}

.fc-addEvent-button {
    border-color: #a17fe4;
}

.fc-addEvent-button:hover {
    border-color: #a17fe4;
    background-color: #a17fe4;
}

.fc-center {
    margin-top: 5px;
    max-width: 50%;
    padding: 1px;
}

.fc-center:hover {
    border: 1px solid #3C3C3C50;
    border-radius: 5px;
    padding: 0px;
}

.fc-center>* {
    width: 400px;
    height: 45px;
    max-width: 100%;
    margin: 0 !important;
    text-align: center;
}

.fc-center>h2 {
    display: flex;
    justify-content: center;
    align-items: center;

}

.fc-center:hover,
.fc-center:hover>* {
    cursor: pointer;
}

.fc-center:hover>h2 {
    background: #000A;
    color: white;
}

.fc-center>input[type="date"] {
    font-size: 0;
    opacity: 0;
    position: absolute;
}

.fc-title {
    display: flex !important;
    flex-wrap: wrap;
}

.fc-title>div {
    min-width: 162px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: break-spaces;
}

.fc-no-scrollbars {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.fc-no-scrollbars::-webkit-scrollbar {
    display: none;
}

.select2-container {
    width: 100% !important;
}

#orange,
.header-booking-orange {
    color: white;
    background-color: #e2893d;
}

#red,
.header-booking-red {
    color: white;
    background-color: #d46c6c;
}

.new-event-wrapper {
    display: none
}

.new-event-wrapper.active {
    display: block;
}

.btn.nav-item {
    font-size: 16px;
    border-radius: 0;
}

.btn.nav-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.btn.nav-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.btn.nav-item.active {
    font-size: 16px;
    font-weight: bold;
}

.btn-white:not(.active) {
    border: 1px solid white;
}

label[for^="day"] {
    display: block;
}

input[name^="day"] {
    display: inline-block;
    width: calc(65% - 2px);
}

input[name^="time"] {
    display: inline-block;
    width: calc(35% - 3px);
}

input {
    width: 100%;
}

input.submit {
    color: #fff;
    background-color: #2C3E50;
    border-color: #2C3E50;
}

input.submit:hover {
    color: #fff;
    background-color: #1e2b37;
    border-color: #1a252f;
}

input.success {
    color: #6cb46c;
    background-color: #fff;
    border-color: #6cb46c;
}

input.success:hover {
    color: #fff;
    background-color: #6cb46c;
    border-color: #6cb46c;
}

input.danger {
    color: #d46c6c;
    background-color: #fff;
    border-color: #d46c6c;
}

input.danger:hover {
    background-color: #c45c5c;
    border-color: #c45c5c;
}

.fc-timeline-event {
    font-size: 12px;
}

.modal .modal-header {
    align-items: center;
}

.modal .modal-footer {
    justify-content: center;
    flex-wrap: nowrap;
}

.modal .close {
    color: white;
    margin-left: 0;
}

.select2-results__group {
    font-weight: bold;
    background: whitesmoke;
    cursor: pointer !important;
}

.select2-results__group:hover {
    background-color: #3C3C3CAA;
    color: whitesmoke;
    transition: background-color 0.3s ease, color 0.3s ease;
}

#indispoError {
    color: orange;
}

.fc-toolbar.fc-header-toolbar {
    position: sticky;
    top: 0px;
    z-index: 100;
    background: white;
    padding-bottom: 1.5em;
    margin-bottom: 0px;
}

.fc-head {
    position: sticky;
    top: calc(51px + 1.5em);
    z-index: 100;
}