html,
body {
    width: 100%;
    height: 100%;
    user-select: none;
    min-width: 350px;
}

body {
    color: white;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 0;
}

.confirmP {
    margin-top: 100px;
    font-size: 24px;
}

.CAMILLE {
    background-color: #f48b40;
}

.DESSANGE {
    background-color: black;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    height: 100%;
}

.CAMILLE #page,
.CAMILLE #page-noheader {
    background-image: url("../images/TRAME_CAMILLE_2025_2.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.DESSANGE #page,
.DESSANGE #page-noheader {
    background-image: url("../images/TRAME_DESSANGE_2025_3.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

/*.DESSANGE .form-login,
.DESSANGE .form-inscription,
.DESSANGE .form-init
.DESSANGE .form-mdp-oublie{
    margin-top: 2.5em;
}*/
.CAMILLE .form-login,
.CAMILLE .form-inscription,
.CAMILLE .form-init,
.CAMILLE .form-mdp-oublie {
    color: black;
}

@media all and (max-width: 422px) {
    .DESSANGE .form-premierevisite {
        padding-top: 0px !important;
        padding-bottom: 5em !important;
    }

    .DESSANGE .form-inscription {
        margin-top: 2.5em;
    }

    .CAMILLE .form-premierevisite {
        padding-top: 0px !important;
        padding-bottom: 5em !important;
    }

    .CAMILLE .form-inscription {
        margin-top: 2.5em;
    }
}

#page {
    min-height: calc(100% - 130px);
    padding-top: 10px;
}

#page-noheader {
    padding-top: 10px;
    min-height: 100%;
}

.row {
    padding: 0px;
    margin: 0px;
}

.col {
    padding: 10px;
}

.padding0 {
    padding: 0;
}

.h100 {
    height: 100%;
}

.nowrap {
    white-space: nowrap;
}

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

a {
    cursor: pointer;
}

textarea {
    border-radius: 5px;
}

.DESSANGE input[type=button],
.DESSANGE input[type=submit] {
    background-color: black;
    border: 1px solid white;
    border-radius: 7px;
    color: white;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 11px;
}

.CAMILLE input[type=button],
.CAMILLE input[type=submit] {
    background-color: #f48b40;
    border: 1px solid white;
    border-radius: 7px;
    color: white;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 11px;
}

.DESSANGE input[type=button]:hover,
.DESSANGE input[type=submit]:hover {
    color: white;
    background-color: #000000;
    /*#9f63ad*/
}

.CAMILLE input[type=button]:hover,
.CAMILLE input[type=submit]:hover {
    color: white;
    background-color: #f48b40;
    /*#9f63ad*/
}

.form-group {
    margin-bottom: 0px;
}

.bg_radio {
    /*    background-color: rgba(0,0,0,0.5);*/
    /*border-radius:10px;*/
    /*padding: 10px 5px 5px ;*/
    /*margin: 0 0 5px;*/
}

input::placeholder {
    letter-spacing: normal;
    font-stretch: normal;
    font-weight: normal;
    font-style: italic;
    /*    color: black !important;*/
    color: transparent !important;
}

label {
    font-weight: bold;
}

.hide_label label {
    /*display: none;*/
}


.checkbox-round {
    width: 1.3em;
    height: 1.3em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid black;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.checkbox-round-white {
    width: 1.3em;
    height: 1.3em;
    background-color: black;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid white;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

input[type="checkbox"] {
    margin: 0;
}

input[type="checkbox"]:checked {
    background-image: url("../images/tick-radio.png");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
}

input {
    border-radius: 5px;
    /*opacity: 0.5;*/
}

.form-control,
.inputChoix {
    background-color: rgba(255, 255, 255, 0.5);
}

.inputChoix {
    padding: 10px 5px;
    min-width: 300px;
    text-align: center;
    color: black !important;
}

#ipt_salon {
    font-weight: bold;
    width: 400px;
}

.DESSANGE .btn-inverse {
    background-color: white !important;
    color: black !important;
}

.DESSANGE .btn-inverse:hover {
    background-color: #000000 !important;
    /*#9f63ad*/
    color: white !important;
}

.CAMILLE .btn-inverse {
    background-color: white !important;
    color: black !important;
}

.CAMILLE .btn-inverse:hover {
    background-color: #f48b40 !important;
    /*#9f63ad*/
    color: white !important;
}

.btn-basique {
    background-color: white !important;
    color: black !important;
    border: 1px solid black !important;
}

.disabled-color {
    background-color: #f6f6f6;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    margin: 0;
    color: white;
}

h4 {
    border: 0 solid #fff;
    border-bottom-width: 1px;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
}

.modalDessange .modal-dialog {
    margin-top: 130px;
}

.DESSANGE .modal-header {
    background-color: #000000;
    /*#9f63ad*/
}

.CAMILLE .modal-header {
    background-color: #f48b40;
    /*#9f63ad*/
}

.modal-header .close {
    color: white;
    opacity: 0.7;
    margin-top: -5px;
}

.modal-body {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.has-error .help-block {
    font-size: 12px;
}

/************************************ LOGIN ***********************************/
.form-login,
.form-premierevisite,
.form-inscription,
.form-init {
    position: relative;
}

.password-icon {
    position: absolute;
    cursor: pointer;
    width: 35px;
    height: 35px;
    right: 25px;
    margin-top: -35px;
    background: url("../images/eye.png") no-repeat right;
}

.password-icon.off {
    background: url("../images/eye-off.png") no-repeat right;
}

.form-login,
.form-premierevisite,
.form-inscription,
.form-mdp-oublie {
    border-radius: 7px;
    padding: 20px;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    height: 100%;
    max-width: 600px;
    margin: auto;
}

.form-login input,
.form-inscription input,
.form-mdp-oublie input {
    border-radius: 5px;
    height: 35px;
    font-size: 14px;
}

.wrapper {
    text-align: right;
}

#btn_connexion,
#btn_premierevisite,
#btn_inscription,
#btn_mdpoublie {
    background-color: white;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    font-size: 17px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 7px;
    margin-top: 10px;
}

#btn_premierevisite,
#btn_mdpoublie {
    width: 100%;
    margin-top: 0px;
}

#mdp_oublie {
    margin-top: 5px;
    font-weight: normal;
    font-size: 12px;
    color: white;
    font-style: italic;
}

.CAMILLE #mdp_oublie {
    color: black;
}


/*********************************** HEADER ***********************************/
.DESSANGE #header-rdv {
    background-color: #000000;
}

.CAMILLE #header-rdv {
    background-color: #f48b40;
}

#header-rdv {
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    color: white;
    z-index: 30;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#header-rdv-logo {
    height: auto;
    width: 160px;
    /*    height: 32px;
    width: auto;*/
}

#header-rdv-deconnexion,
#header-rdv-connexion {
    padding-top: 5px;
}

#img-deconnexion,
#img-connexion {
    height: 20px;
    width: auto;
}

@media all and (max-width: 422px) {
    #container {
        padding-top: 166px !important;
    }
}

@media all and (min-width: 470px) {
    #header-rdv {
        display: unset;
        height: 70px;
    }

    #header-rdv-deconnexion,
    #header-rdv-connexion {
        position: absolute;
        top: 24px;
        right: 10px;
    }

    .breadcrumb {
        top: 70px !important;
    }

    #container {
        padding-top: 126px !important;
    }
}

/*********************************** FOOTER ***********************************/


#footer-rdv {
    width: 100%;
    background-color: #d8d8d8;
    font-size: 12px;
    z-index: 10;
    display: inline-block;
    color: #878686;
}

#footer-rdv a {
    text-decoration: none !important;
    color: #878686;
}

#footer-rdv a:hover {
    color: white;
}

#footer-rdv-connexion {
    margin: 5px;
}

#footer-rdv-deconnexion {
    margin: 5px;
}

#footer-rdv-infos-compl {
    margin: 5px;
}

/*#info-compl {
    background: #878686 
}*/
#info-compl a {
    text-decoration: none !important;
    color: #D8D8D8;
    font-weight: bold;
}

#info-compl a:hover {
    color: white;
}

.footer-rdv-list {
    padding-bottom: 10px;
}

.footer-rdv-list li {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
}

#footer-rdv-social {
    padding-bottom: 20px;
    padding-top: 10px;
}

#footer-rdv-social a:hover {
    color: white;
}

#footer-rdv-copyright {
    margin-bottom: 10px;
}

@media all {
    #footer-rdv-social a {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media all and (min-width: 768px) {
    #footer-rdv-social a {
        margin-left: 30px;
        margin-right: 30px;
    }
}


/************************************ BODY ************************************/

.appointment-link img {
    height: 32px;
    width: auto;
}

.appointment-link span {
    color: white;
    font-size: 16px;
}

.breadcrumb>li+li:before {
    content: none !important;
}

.breadcrumb {
    padding: 18px;
    font-size: 14px;
    color: #aaa !important;
    letter-spacing: 2px;
    border-radius: 0px !important;
    position: fixed !important;
    top: 100px;
    width: 100%;
    z-index: 30;
    line-height: 20px;
}

.first-1 {
    background-color: white !important;
}

.breadcrumb a {
    text-decoration: none !important;
    color: black !important;
    margin-right: 5px;
}

.breadcrumb a:focus,
.breadcrumb a:active {
    outline: none !important;
    box-shadow: none !important;
}

.active-1 span {
    color: white !important;
}

.active-1 {
    font-size: 13px !important;
    border-radius: 10px !important;
    background-color: black !important;
    padding-left: 10px;
    padding-right: 10px;
}

#container {
    padding-top: 146px;
}

@media (max-width: 767px) {
    .breadcrumb {
        /*padding: 18px;*/
        font-size: 10px;
    }

    .breadcrumb-item+.breadcrumb-item {
        padding-left: 0;
    }

    .active-1 {
        font-size: 10px !important;
        padding-right: 8px !important;
        padding-left: 8px !important;
        width: 100% ! important;
    }

    .breadcrumb {
        letter-spacing: 1px !important;
    }

    .breadcrumb>* div {
        max-width: 60px;
    }
}

.label-rdv {
    border-bottom: none;
    border-radius: 4px 4px 0px 0px;
    margin: 0;
    padding: 6px 12px;
    width: 100%;
}

.DESSANGE .label-rdv {
    border: 1px solid #581845;
    /*#581845*/
    background-color: #000000;
    /*#9f63ad*/
    color: white;
}

.CAMILLE .label-rdv {
    border: 1px solid #581845;
    /*#581845*/
    background-color: #f48b40;
    /*#9f63ad*/
    color: white;
}

.form-control-rdv {
    border-radius: 0px 0px 4px 4px;
}

.DESSANGE .form-control-rdv {
    border-color: #9f63ad;
    /*#9f63ad*/
}

.CAMILLE .form-control-rdv {
    border-color: #9f63ad;
    /*#9f63ad*/
}

.DESSANGE .modalDessange .btn {
    border: 1px solid #9f63ad;
    /*#9f63ad*/
    border-radius: 7px;
    color: white !important;
    background-color: #000000;
    /*#9f63ad*/
}

.CAMILLE .modalDessange .btn {
    border: 1px solid #9f63ad;
    /*#9f63ad*/
    border-radius: 7px;
    color: white !important;
    background-color: #f48b40;
    /*#9f63ad*/
}

.DESSANGE .modalDessange .btn:hover {
    color: #000000 !important;
    /*#9f63ad*/
    background-color: white;
    text-decoration: none;
}

.CAMILLE .modalDessange .btn:hover {
    color: #f48b40 !important;
    /*#9f63ad*/
    background-color: white;
    text-decoration: none;
}

span[id^="jqxWidget"] {
    color: transparent !important;
}

.panelRdvEnLigne {
    max-width: 1000px;
    margin: auto;
    border: none;
}

.panelRdvEnLigneHoraires {
    width: 260px;
    margin: auto;
    border: none;
}

.panelRdvEnLigne>.panel-heading,
.panelRdvEnLigneHoraires>.panel-heading {
    color: black;
    font-weight: bold;
}

#liste-articles,
#liste-salons {
    padding-top: 10px;
    padding-bottom: 10px;
}

#liste-articles {
    color: black;
}

.row-prestations-famille {
    margin-bottom: 10px;
}

.div-prestations-famille-titre {
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid black;
}

.div-salons {
    background-color: #FFFFFF;
    /*#581845*/
    color: black;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    font-size: 11px;
    padding: 0;
}

.div-salons:hover {
    background-color: #DDDDDD;
    color: black;
}

.div-prestations {
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding: 15px;
    font-size: 11px;
    display: flex;
    align-items: center;
}

.div-prestations-button {
    float: right;
}

#myModalSalons .modal-content {
    height: 400px;
    overflow-y: scroll;
}

#myModalEmployees .modal-content {
    height: 610px;
}

#myModalEmployees .modal-dialog {
    margin-top: 30px;
}

.modal-content {
    height: 500px;
    /*overflow-y: scroll;*/
    overflow-y: auto;
}

.listRdvEnLigne {
    color: black;
}

.buttonRdvEnLignePrestations {
    float: right;
    width: 30px;
    padding: 0;
    background-color: white;
    border: none;
    position: relative;
    z-index: 1;
    top: 0px;
}

.buttonRdvEnLignePrestations img {
    width: 100%;
}

.selectRdvEnLignePrestations {
    float: right;
    margin-right: 10px;
    cursor: pointer;
    margin-top: 8px;
}

.checkboxRdvEnLignePrestations {
    float: right;
    margin-top: 12px !important;
    cursor: pointer;
}

.labelRdvEnLignePrestations {
    float: right;
    margin-left: 5px;
    margin-right: 10px;
    margin-bottom: 0px;
}

#liste-employees {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;
}

.employee_bloc {
    box-shadow: 5px 5px 10px 5px lightgray;
    height: 250px;
    width: 30%;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 15px;
}

.employee_bloc:hover,
.employee_bloc.selected {
    background-color: lightgray;
    box-shadow: 5px 5px 10px 5px gray;
}

.employee_bloc img {
    width: 80%;
    height: 200px;
    object-fit: cover;
}

.employee_bloc p {
    color: gray;
    font-size: 18px;
    padding-top: 10px;
}

#selection_date,
#selection_heure {
    margin-right: -35px;
    font-weight: bold;
    border: 1px solid black;
    border-radius: 7px;
    padding: 5px;
    width: 146px;
    color: black;
    position: relative;
    cursor: pointer;
    background: url(../images/calendar-red.png) no-repeat;
    background-size: 30px;
    background-position: 111px;
    background-color: white;
    padding-right: 40px;
}

#commentaire_rdv {
    width: 100%;
    height: 320px;
    max-width: 100%;
    min-width: 100%;
    color: black;
}

.bootstrap-datetimepicker-widget {
    color: black !important;
    left: calc(50% - 90px) !important;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"],
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"],
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"],
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"] {
    background-color: #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table td span,
.bootstrap-datetimepicker-widget table td a span {
    height: 50px;
    line-height: 50px;
    width: 0px;
    padding: 0px;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: auto;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute {
    width: 66px !important;
}

.bootstrap-datetimepicker-widget .timepicker-hour:hover,
.bootstrap-datetimepicker-widget .timepicker-minute:hover {
    background-color: white;
}

.error-message {
    color: #a94442;
    text-align: left;
}

.titre {
    font-weight: bold;
    font-size: 16px;
}

.panel-heading a {
    color: black;
}

.panel-body {
    color: black;
}

#choixrdv_bloc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.choixrdv-modif {
    cursor: pointer;
    font-size: 30px;
    margin: 10px;
}

.div-horaire {
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px;
    text-align: center;
    color: black !important;
}

.div-horaire:hover {
    background-color: lightgreen;
    color: black !important;
}

#duree_total_prestations {
    float: right;
}

.inline .form-control {
    display: inline;
}

.inline input[type=radio].form-control {
    vertical-align: middle;
    height: 25px;
    width: 25px;
    margin: 0;
}

.inline label {
    vertical-align: middle;
    margin: 0;
}