/* #myc-container {
    width: inherit;
} */

body {
    background-image: url("../img/marbre_blanc_transparent_officiel.png");
    background-color: none;
}

#myc-nav-container {
    margin-bottom: 15px;
    width: inherit;
}

#myc-current-month-year-container {
    display: inline-block;
    font-size: 1.5em;
    font-weight: lighter;
    text-align: center;
    text-transform: capitalize;
    vertical-align: top;
    width: 68%;
}

#myc-prev-week-container {
    display: inline-block;
    width: 15%;
}

#myc-next-week-container {
    display: inline-block;
    width: 15%;
}

#myc-prev-week {
    border: 1px solid #e0e0e0;
    border-radius: 80px;
    color: #e0e0e0;
    cursor: pointer;
    float: left;
    font-size: 1.6em;
    font-weight: lighter;
    height: 40px;
    text-align: center;
    width: 40px;
}

#myc-next-week {
    border: 1px solid #e0e0e0;
    border-radius: 80px;
    color: #e0e0e0;
    cursor: pointer;
    float: right;
    font-size: 1.6em;
    font-weight: lighter;
    height: 40px;
    text-align: center;
    width: 40px;
}

#myc-prev-week:hover,
#myc-next-week:hover {
    border: 1px solid #bdbdbd;
    color: #bdbdbd;
}

#myc-week-container {
    border: 1px solid #e0e0e0;
}

#myc-dates-container {
    background-color: #fafafa;
}

.myc-date-header {
    border-right: 1px solid #e0e0e0;
    display: inline-block;
    min-height: 50px;
    padding: 15px 0px 15px 15px;
    vertical-align: top;
    width: 13.77%;
}

.myc-date-header:first-of-type {
    padding-left: 15px;
}

.myc-date-header:last-of-type {
    border-right: none;
    width: 13%;
}

#myc-available-time-container {
    border-top: 1px solid #e0e0e0;
    min-height: 450px;
}

.myc-day-time-container {
    /*border-right: 1px solid #e0e0e0;*/
    display: inline-block;
    height: 100%;
    padding: 15px 15px 15px 15px;
    vertical-align: top;
    width: 13.77%;
    background-color: white;
}

.myc-day-time-container:first-of-type {
    padding-left: 15px;
}

.myc-day-time-container:last-of-type {
    border-right: none;
    width: 13%;
}

.myc-date-number {
    font-size: 1.8em;
    font-weight: lighter;
}

.myc-available-time {
    margin-left: 2%;
    color: #c29f6a;
    border-radius: 50px;
    text-align: center;
    padding: 15px;
    border: 2px solid #c29f6a;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    text-decoration: none;
    font-family: 'Montserrat-Regular', sans-serif;
}

.myc-available-time.selected,
.myc-available-time:hover {
    background-color: #c29f6a;
            color: #fff
}

.myc-date-display {
    font-weight: lighter;
}

@media only screen and (max-width: 768px) {
    .myc-date-header,
    .myc-day-time-container {
        width: 13.5%;
    }
    /*.myc-date-header:last-of-type, .myc-day-time-container:last-of-type {
        width: 12%;
    }*/

    .description{
        font-size: 14px;
    }
}

/** MEETINGS **/

   /** MEETINGS FORM **/

.prise-rendez-vous-modal {
    margin-top: 7%;
}

.content-second-mini-box {
    background: none !important;
    display: none;
    height: 80vh;
    overflow: initial !important;
}

.container-form-meeting {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 1200px;
    margin: 0 auto;
    height: 65vh;
    border: 1px solid black;
}

.long-box {
    grid-area: 1/1/3/2;
    height: 100%;
}

.mini-box-1 {
  height: inherit;
}

.box {
  overflow: auto;
  padding: 1rem;
  text-align: justify;
}
.mini-box-2 {
  display: none;
}

.box:nth-child(1){
    background-color: #c29f6a;
}

.box:nth-child(2) {
  background-color: #fff;
}
.box:nth-child(3) {
  background-color: #fff;
}

.left-box p {
    margin-left: 2%;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: bold;
    margin-bottom: 5%;
}

.content-second-mini-box h2 {
    font-size: 20px;
    font-weight: bold;
} 

.content-second-mini-box b {
    font-size: 15px;
    font-weight: normal;
    padding-bottom: 10px;
}

.content-second-mini-box h4 {
    font-size: 20px;
}

.edit-info{
    background-color: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px grey;
    width: 600px;
    height: 660px;
}



.right-box {
    display: flex;
    flex-direction: column;
}

.right-box p:first-child{
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: bold;
}

.right-box p:last-of-type{
    font-family: 'Montserrat-Regular', sans-serif;
    text-align: initial; 
    margin-bottom: 5%;
    font-size: 20px;
    color: black;
}

.document-title{
    text-decoration: underline;
    font-family: 'Montserrat-Regular', sans-serif;
    float: left;
    margin: 0 auto;
    line-height: revert;
}

.englob-document {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px grey;
    width: 350px;
    height: 500px;
    margin-right: 10px;
}

.englob-document input {
    border: none;
}

.englob-document .input.text {
    width: 80%;
    border-bottom: 1px solid #707372 !important;
    border-radius: 0px;
    margin-left: 0%;
    margin-top: 5%;
}

.englob-document #file-upload-button{
    background-color: #313031;
    color: white;
}

.document-area{
    position: relative;
    overflow-x: scroll;
    width: 100%;
    display: flex;
    height: 550px;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding: 0.5rem;
}

.ghost-card {
    background-color: transparent;
    box-shadow: none;
}


.file-upload-button{
    background-color: black; 
}

.englob-file-btn{
    position: absolute;
    width: 200px;
    top: 40%;
    height: 500px;
    right: 2%;
}


.background-file-btn{
    background-color: white;
    position: absolute;
    top: 0%;
    opacity: 0.7;
    filter: blur(10px);
    right: 0%;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.icones-more-files{
    height: 80px;
    right: 25%;
    top: calc(50% - 80px);
    cursor: pointer;
    z-index: 2;
    position: absolute;
    opacity: 1;
}

.maskedcard {
    display: none;
}

.color-input{
    color: #707372;
    opacity: 0.75;
    font-size: 16px;
}

label {
    font-size: 16px;
    font-family: 'Montserrat-Regular', sans-serif;
}

.input-file-btn{
    background-color: #313031;
    color: white;
    border-radius: 10px;
    width: 160px;
    height: 50px;
    cursor: pointer;
    margin-top: 50px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.bold-style {
    font-weight: bold;
}

.horaire-text{
    padding-left: 1rem;
    margin: 0;
}

#selected-date-text{
    padding: 1rem;
}

/** PROGRESS BAR FORM **/ 

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
    padding: 0;
    height: 80px;
}

#progressbar ul{
    padding: 0;
    z-index: 1;
}

#progressbar li {
    list-style-type: none;
    color: #c29f6a;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    width: 33.33%;
    float: left;
    position: relative;
    letter-spacing: 1px;
    margin-top: 15px;
}

#progressbar .active {
    z-index: 1;
    color: black;
}

#progressbar .active::before {
      animation: 1.5s pulse-anim infinite;
}

@keyframes pulse-anim {
    0% {
      box-shadow: #000000 0 0 0 0;
    }
    100% {
      box-shadow: #00000000 0 0 0 10px;
    }
  }

.first-progress-title{
    color: black !important;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 28px;
    height: 28px;
    line-height: 30px;
    display: block;
    font-size: 12px;
    color: white;
    background: #c29f6a;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

#progressbar li:nth-child(1)::before{
    background: black;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 86%;
    height: 3px;
    background: #c29f6a;
    position: absolute;
    left: -43%;
    top: 12px;
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: black;
    color: white;
}

@media screen and (max-width: 1300px){
    .prise-rendez-vous-modal {
      margin-top: 9%;
      }
  }

@media screen and (max-width: 768px) {
  .container-form-meeting {
    display: block;
    height: auto;
  }
  .prise-rendez-vous-modal {
    margin-top: 15%;
    }
}



.meetings-form{
    padding: 10px 0 10px 20px;
    border: 2px solid #000;
    color: #000;
}

.side-nav{
    padding-bottom: 3%;
}


.container-form {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

/** TITLE **/

.form-title{
justify-content: center;
display: flex;
}

/** ALL DIV **/


/** FIRST DIV **/

/** BTN HORAIRE **/

.div-btn-prise-rdv{
    justify-content: center;
}

.btn-primary, .btn-secondary{
    border: none !important;
}

.btn-prise-rdv {
    cursor: pointer;
    background-color: rgb(236, 236, 236);
    border-radius: 10px;
    border: 1px solid black;
    text-align: center;
    padding: 5px;
    margin: 10px;
}

.btn-prise-rdv:hover{
    color: white;
    border: 1px solid white;
    background-color: #c29f6a;
    transition-duration: 0.5s;
}

.btn-prise-rdv.active {
    background-color: #c29f6a;
}


.form-meetings-date {
    display: flex;
    color: #c29f6a;
    border: 1px solid white;
}

.form-meetings-start {
    display: block;
}

input {
    margin-top: 5%;
}

.input {
    margin-bottom: 5%;
    width: 45%;
}

.input.date {
    display: flex;
    align-items: center;
    align-content: center;
    color: #c29f6a;
}

/** END FIRST DIV **/

/** SECOND DIV **/


.form-meetings-name {
    display: block;
    width: 100%;
    border-bottom: 2px solid #70707043 !important;
    border: none;
}



.form-meetings-family-name {
    display: block;
    width: 100%;
    border-bottom: 2px solid #70707043 !important;
    border: none;
}

.input.text {
    font-size: 20px;
    margin-left: 2%;
    font-weight: normal;
    display: inline-block;
}

.input.text:nth-of-type(5), .input.textarea{
    width: 100%;
}

/** END SECOND DIV **/

/** THIRD DIV **/



.form-meetings-email {
    display: block;
    width: 100%;
    border-bottom: 2px solid #70707043 !important;
    border: none;
}

.form-meetings-phone {
    display: block;
    border-bottom: 2px solid #70707043 !important;
    border: none;
    width: 100%;
}

.input.email {
    font-size: 20px;
    margin-left: 2%;
    font-weight: normal;
    display: inline-block;
}

.input.tel {
    font-size: 20px;
    margin-left: 2%;
    font-weight: normal;
    display: inline-block;
}

/** END THIRD DIV **/

/** FOURTH DIV **/

.input.time {
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
}


/** END **/

.form-meetings-description {
    display: block;
    width: 100%;
    margin-bottom: 2%;
    border-bottom: 2px solid #70707043 !important;
    border: none;
    margin-top: 5%;
}

.form-meetings-subject {
    width: 100%;
    border-bottom: 2px solid #70707043 !important;
    border: none;
}

.label .description {
    width: 50%;
    font-size: 20px;
    margin-left: 2%;
    font-weight: normal;
}

.input.textarea {
    font-size: 20px;
    margin-left: 2%;
    font-weight: normal;
    display: block;
}


.form-meetings-btn {
    width: 200px;
    color: white;
    padding: 10px;
    background-color: #c29f6a;
    border-radius: 50px;
    text-align: center;
    border: 2px solid #c29f6a;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    text-decoration: none;
    font-family: 'Montserrat-Regular', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}


.form-meetings-btn:hover {
    background-color: #fff;
    color: #c29f6a;
}

.form-meetings-back-btn{
    color: black;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    font-family: 'Montserrat-Regular', sans-serif;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s ease-in-out;
}


.form-meetings-back-btn span:nth-child(2){
    text-decoration: underline;
}

.left-arrow-meetings{
    margin-right: 5%;
}

.left-arrow-meetings::before {
    content: "\f177"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 20px;
    cursor: pointer;
}

.right-arrow-meetings::before {
    margin-left: 5%;
    content: "\f178"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 20px;
    cursor: pointer;
}

#id-container-btn-prise-rdv p {
    margin-top: 50px;
    color: #bdbdbd;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    text-align: center;
}

.emplacement-btn {
    display: flex;
    flex-direction: row-reverse;
    width: 90%;
    margin: auto;
    margin-top: 1%;
    justify-content: space-between;
    padding-bottom: 1%;
}

/** END **/





        /** SIMPLE CALENDAR **/*
        .calendar {
            position: relative;
            overflow: hidden;
            text-transform: capitalize;
            text-align: center;
            font: 15px/1em inherit;
            color: #fff; 
        }
    
        .calendar a {
          text-decoration: none;
          color: inherit;
         }

         .calendar header {
            height: 30px;
            display: flex;
            justify-content: center;
            flex-direction: column;
         }
    
        .calendar header .btn {
          display: inline-block;
          position: absolute;
          text-align: center;
          line-height: 30px;
          background-color: #c29f6a;
          border-radius: 50%;
          color: #fff;
        }
    
        .calendar header .btn-prev:focus{
            box-shadow: none;
        }

        .calendar header .btn-prev {
            left: 0;
            top: 0;
            font-weight: bold;
            padding: 0;
            font-size: 30px !important;
            margin: 0;
            margin-left: 3%;
            width: 30px;
        }
    
        .calendar header .btn-next {
            right: 0;
            top: 0;
            font-weight: bold;
            padding: 0;
            font-size: 30px !important;
            margin: 0;
            margin-right: 3%;
            width: 30px;
        }

        .calendar header .btn-next:focus{
            box-shadow: none;
        }
    
        .calendar header .month {
          padding: 0;
          margin: 0; 
          color: #fff;
          font-size: 20px;
          font-weight: bold;
        }
    
        .calendar table {
          width: 100%;
          margin: 20px 0;
          border-spacing: 0px; 
        }
    
        .calendar thead {
          font-size: 1.2em;
          font-weight: 600; 
        }
    
        .calendar td {
          padding: 0.8em 0.1em;
          text-transform: uppercase;
          font-weight: initial;
        }
    
        .calendar .day {
          display: inline-block;
          width: 2em;
          height: 2em;
          line-height: 1.9em;
          border: 2px solid transparent; 
        }
    
        .calendar .day:hover {
          background-color: #fff;
          color: #c29f6a;
          opacity: 50%;
        }
    
        .calendar .day.today {
          font-weight: bold;
          color: #fff; 
          border: 2px solid white;
        }
    
        .calendar .day.selected {
          background: #fff;
          color: #c29f6a; 
        }
    
        .calendar .day.wrong-month {
          color: rgba(187, 187, 187, 0.877); 
        }
    
        .calendar .day.wrong-month:hover {
          border: 2px solid transparent; 
        }
    
        .calendar .filler {
          position: absolute;
          width: 0;
          height: 0;
          background: #c29f6a;
          transform: translate(-50%, -50%); 
        }
    
        .calendar-container{
            position: relative;
            margin: 20px auto;
            max-width: 500px;
        }
    
        .calendar-title {
            text-align: center;
            color: #fff;
            margin-top: 10%;
            font-weight: bold;
        }

        .calendar-loader{
            font-size: 0;
            display: flex;
            height: 100px;
            width: 100px;
            margin-top: 20vh;
            background: none;
            border: 4px solid #fff;
            border-radius: 50%;
            border-top-color: transparent;
            animation: animate-loader 1s linear infinite;
        }

        @keyframes animate-loader {
            100%{
                transform: rotate(360deg);
            }
        }

        @media (max-width: 768px) {
            .calendar-loader{
                margin-top: 5vh;
            }
        }

        /** INPUT FILE **/ 

        .input-about {
        display: block;
        width: 100%;
        border: 1px solid #000;
        border-radius: 5px;
        }

        .input-about-desc {
        display: block;
        width: 100%;
        border: 1px solid #000;
        border-radius: 5px;
        }

       

        /** EDIT PAGE MEETINGS **/


        .bloc-informations{
            height: 100%;
            background-color: white;
            display: flex;
            max-width: 1200px;
            margin: 15px;
            height: max-content;
            border-radius: 20px;
            box-shadow: 0px 0px 10px 0px grey;
            margin-bottom: 80px;
        }

        .informations-horaire{
            padding: 50px;
            color: black;
            font-size: 20px;
            height: auto;
            line-height: 30px;
            margin-bottom: 30px;
        }

        .informations-horaire-title{
            font-size: 30px;
            font-family: 'Montserrat-Regular';
            font-weight: bold;
            color: #313031;
            margin-bottom: 10px;
        }

        .informations-horaire p:nth-child(4){
            font-weight: bold;
            border-bottom: 1px solid black;
            width: 80%;
        }

        .horaire-date {
            font-size: 20px;
            font-style: italic;
        }

        /* .editfa-horaire{

        } */

        .recap-bloc{
            display: block;
            font-family: 'Montserrat-Regular', sans-serif;
            font-size: 20px;
        }

        .recap-bloc p:nth-child(2){
            width: 100%;
            border-bottom: 2px solid black !important;
            border: none;
            font-weight: bold;
            font-size: 16px
        }

        .informations-coordonnees{
            color: black;
            font-size: 20px;
            height: auto;
            line-height: 25px;
            margin-bottom: 50px;
            padding: 50px;
        }

        .title-coordonnees{
            font-family: 'Montserrat-Regular', sans-serif;
            color: #313031;
            font-weight: bold;
            font-size: 30px;
            margin-bottom: 20px;
        }

        .coordonnees{
            display: flex;
            justify-content: center;
            width: 100%;
            height: 100%;
            margin-top: 15%;
        }

        .coordonnees p {
            width: 100%;
        } 
        
        .description-recap-area {
            height: 10vh;
            overflow: hidden;
        }

        .editfa::before{
            content: "\f044";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit;
            font-size: 25px;
            color: #c29f6a;
            z-index: 1;
            cursor: pointer;
        }

        .timesfa::before {
            content: "\f00d";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit;
            z-index: 1;
            cursor: pointer;
        }

        .timesfa:hover {
            color: red;
            transform: scale(1.2);
            transition: 0.3s ease-in;
        }

        .timesfa {
            float: right;
            font-size: 25px;
            color: black;
        }

        .englob-under-date{
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            border-bottom: 2px solid black !important;
        }

        .under-date{
            text-transform: uppercase;
            font-family: 'Montserrat-Regular', sans-serif;
            font-size: 18px;
            font-weight: bold;
        }


        .recap-btn{
            display: flex;
            background-color: #c29f6a;
            cursor: pointer;
            padding: 20px;
            justify-content: center;
            color: #fff;
            border-radius: 50px;
            width: 300px;
            border: none;
            margin: 10px auto; 
            border: 2px solid #c29f6a;
            transition: 0.2s ease-in-out;
        }

        .recap-btn:hover {
            background-color: #fff;
            color: #c29f6a;
        }

        .modal-footer{
            justify-content: space-between !important;
        }

        .back-modal-btn, .save-modal-btn{
            background-color: #c29f6a;
            color: #fff;
            border: 2px solid #c29f6a !important;
            transition: 0.2s ease-in-out;
        }

        .back-modal-btn:hover {
            background-color: #fff;
            color: #c29f6a;
        }

        .save-modal-btn:hover {
            background-color: #fff;
            color: #c29f6a;
        }

        #calendar-back-btn{
            background-color: #fff;
            color: #c29f6a;
            border: 2px solid #fff !important;
            transition: 0.2s ease-in-out;
        }

        #calendar-back-btn:hover {
            background-color: #c29f6a;
            color: #fff;
        }


        .aroundcoord{
            padding: 0 1em;
            width: 100%;
        }
        
        /* .aroundcoord .box:nth-child(1){
            background-color: #fff;
        } */

        .modal-body p {
            margin: 0 auto;
        }

.description{
    margin: 0 auto 0 auto;
    width: 62vw;
    font-family: 'Montserrat-Regular';
}

label[for=is-physical-0], label[for=is-physical-1]{
    margin-right: 40px;
    margin-bottom: 20px;
}

        /** RESPONSIVE EDIT MEETINGS **/

        @media screen and (max-width: 1024px){
            .description{
                width: 90%;
            }
        }

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

            .englob-document{
                width: 250px;
                height: 400px;
            }

            .right-box{
                text-align: center;
                padding-top: 5%;
            }


            .englob-file-btn{
                top: 1120px;
                height: 400px;
                right: 0;
                width: 100px;
            }

            .icones-more-files {
                height: 60px;
                right: 20%;
            }
        }

@media screen and (max-width: 425px){
    .description{
        font-size: 12px;
        width: 90%!important;
        margin-top: 25px!important;
    }
    .calendar-title{
        margin-top: 10px;
        font-size: 14px;
    }
    #progressbar li{
        font-size: 12px;
    }
    #progressbar{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 320px){
    .description{
        font-size: 12px;
        width: 90%!important;
        margin-top: 35px!important;
    }
    
    #progressbar li{
        font-size: 8px;
    }
    .calendar thead td{
        font-size: 14px;
    }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .prise-rendez-vous-modal{
      margin-top: 13%;
    }
    #progressbar li{
      font-size: 13px;
    }
  }