#dashboard_form_container {
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2em 0; }
  #dashboard_form_container form {
    max-width: 400px;
    width: 100%; }
    #dashboard_form_container form .row {
      display: flex;
      flex-direction: column;
      margin: 1em 0; }
      #dashboard_form_container form .row .titre-h4 {
        text-align: center;}
      #dashboard_form_container form .row label {
        margin-bottom: 5px; }
      #dashboard_form_container form .row input {
        height: 35px;
        padding-left: 20px;
        border: 1px solid #000;
        border-radius: 5px; }
    #dashboard_form_container form a {
      width: 200px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 1em auto;
      background: #08a381;
      color: #FFF;
      border: 1px solid #565656;
      border-radius: 5px;
      cursor: pointer; }

#agenda_container {
  width: 100%; }
  #agenda_container #agenda_search {
    display: flex;
    align-items: flex-end;
    position: relative;
    margin-bottom: 2em; }
    #agenda_container #agenda_search .row {
      display: flex;
      flex-direction: column; }
      #agenda_container #agenda_search .row label {
        font-weight: 500;
        margin-bottom: 10px; }
    #agenda_container #agenda_search input {
      width: 400px;
      height: 35px;
      padding-left: 20px; }
    #agenda_container #agenda_search #agenda_search_list {
      width: 250px;
      position: absolute;
      top: 62px;
      left: 0;
      list-style: none;
      border: 1px solid #565656;
      border-top: none;
      padding: 0;
      margin: 0;
      display: none;
      z-index: 999; }
      #agenda_container #agenda_search #agenda_search_list li {
        background: #FFF;
        padding: 5px 20px;
        cursor: pointer; }
        #agenda_container #agenda_search #agenda_search_list li:hover {
          background: #565656;
          color: #FFFFFF; }
    #agenda_container #agenda_search a {
      height: 42px;
      background: #6ed3b4;
      border: 1px solid #565656;
      margin-left: 1em;
      display: flex;
      align-items: center;
      padding: 5px 20px;
      border-radius: 5px;
      cursor: pointer; }
  #agenda_container #agenda_entete {
    position: relative;
    justify-content: flex-start;
    align-items: center; }
    #agenda_container #agenda_entete .title {
      width: 100%;
      font-size: 26px;
      font-weight: 700;
      margin-bottom: 2em; }
    #agenda_container #agenda_entete a {
      width: 100px;
      position: absolute;
      right: 0;
      text-align: right;
      float: right; }
  #agenda_container #agenda {
    width: 100%; }
    #agenda_container #agenda #agenda_nav {
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin: 1em auto; }
      #agenda_container #agenda #agenda_nav #agenda_nav_month {
        display: flex;
        flex-direction: column; }
        #agenda_container #agenda #agenda_nav #agenda_nav_month p {
          font-size: 22px;
          font-weight: 600;
          margin: 0;
          text-align: center; }
      #agenda_container #agenda #agenda_nav a {
        cursor: pointer;
        text-decoration: none;
        color: #6ed3b4; }
        #agenda_container #agenda #agenda_nav a img {
          height: 30px; }
    #agenda_container #agenda #agenda_elems {
      display: flex;
      flex-direction: column; }
      #agenda_container #agenda #agenda_elems .row {
        display: flex; }
        #agenda_container #agenda #agenda_elems .row:last-child {
          border-bottom: 1px solid #565656; }
        #agenda_container #agenda #agenda_elems .row .col {
          width: 14.28%;
          min-width: 80px;
          height: 80px;
          display: flex;
          justify-content: center;
          align-items: center;
          border-right: 1px solid #565656;
          background: #6ed3b4;
          cursor: pointer;
          color: black;
          opacity: .7; }
          #agenda_container #agenda #agenda_elems .row .col:first-child {
            border-left: 1px solid #565656; }
          #agenda_container #agenda #agenda_elems .row .col a {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center; }
        #agenda_container #agenda #agenda_elems .row .clickable:hover {
          background: #6ed3b4;
          color: #2a2a2a;
          font-size: 1.2rem;
          transition-duration: .3s;
          opacity: 1; }
        #agenda_container #agenda #agenda_elems .row .red {
          background: #EDABAB !important; }
        #agenda_container #agenda #agenda_elems .row .entete {
          background: #6ed3b4;
          border-top: 1px solid #565656;
          font-weight: 500;
          border-bottom: 1px solid #565656;
          color: #2a2a2a;
          opacity: 1; }
        #agenda_container #agenda #agenda_elems .row .disabled {
          background: #EEE;
          cursor: not-allowed; }
        #agenda_container #agenda #agenda_elems .row .not_exist {
          background: #FFF;
          cursor: not-allowed; }

#add_rendez_vous_step1 ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
  #add_rendez_vous_step1 ul li {
    width: 230px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6ed3b4;
    opacity: .7;
    margin: 1em;
    border-radius: 10px;
    cursor: pointer; }
    #add_rendez_vous_step1 ul li:hover {
      opacity: 1; }
    #add_rendez_vous_step1 ul li a {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer; }
  #add_rendez_vous_step1 ul .disabled {
    position: relative;
    background: #EDABAB;
    cursor: default; }
    #add_rendez_vous_step1 ul .disabled .creneau_mask {
      width: 100%;
      height: 50px;
      margin-top: 13px;
      border-radius: 10px;
      position: absolute;
      justify-content: flex-end;
      align-items: center;
      display: none;
      background: rgba(255, 255, 255, 0.8); }
      #add_rendez_vous_step1 ul .disabled .creneau_mask a {
        width: 35px;
        margin-right: 10px; }
        #add_rendez_vous_step1 ul .disabled .creneau_mask a img {
          height: 25px; }
    #add_rendez_vous_step1 ul .disabled:hover .creneau_mask {
      display: flex; }

.popup {
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999999999; }
  .popup .content {
    width: 700px;
    max-height: 90%;
    padding: 20px 30px;
    background: #FFF;
    border-radius: 25px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    position: relative; }
    .popup .content .close_popup_button, .popup .content .close_popup_button:hover {
      display: flex;
      background: transparent;
      color: black;
      border: none;
      position: absolute;
      top: 15px;
      right: 25px;
      cursor: pointer; }
      .popup .content .close_popup_button span, .popup .content .close_popup_button:hover span {
        display: flex;
        margin-left: 5px;
        font-size: 16px;
        border: 1px solid black;
        padding: 1px 4px 4px 4px;
        line-height: 0;
        align-items: center; }
    .popup .content::-webkit-scrollbar {
      display: none; }
    .popup .content .title {
      text-align: center;
      font-size: 16px;
      font-weight: 500;
      margin-top: 2em; }
    .popup .content .title {
      font-size: 20px; }
    .popup .content .row, .popup .content .half_row {
      display: flex;
      flex-direction: column;
      margin-bottom: 1em; }
      .popup .content .row label, .popup .content .half_row label {
        font-size: 10px;
        margin-bottom: 5px; }
      .popup .content .row .custom_select1, .popup .content .half_row .custom_select1 {
        position: relative; }
        .popup .content .row .custom_select1 select, .popup .content .half_row .custom_select1 select {
          appearance: none !important; }
        .popup .content .row .custom_select1 img, .popup .content .half_row .custom_select1 img {
          width: 12px;
          height: 15px;
          position: absolute;
          top: 15px;
          right: 10px;
          cursor: pointer; }
      .popup .content .row .custom_datepicker, .popup .content .half_row .custom_datepicker {
        position: relative; }
        .popup .content .row .custom_datepicker img, .popup .content .half_row .custom_datepicker img {
          width: 18px;
          position: absolute;
          top: 12px;
          right: 10px;
          cursor: pointer;
          background: #fbfbfb; }
      .popup .content .row .infos, .popup .content .half_row .infos {
        font-size: 11px !important;
        font-style: italic;
        margin: 0 0 5px 0; }
      .popup .content .row select, .popup .content .row input, .popup .content .row textarea, .popup .content .half_row select, .popup .content .half_row input, .popup .content .half_row textarea {
        width: 100%;
        min-height: 40px;
        border: 1px solid #5cccac;
        background: #f2f9f7;
        outline: none;
        padding-left: 20px; }
      .popup .content .row input[type="checkbox"], .popup .content .half_row input[type="checkbox"] {
        width: 18px;
        height: 18px;
        margin-right: 20px; }
      .popup .content .row textarea, .popup .content .half_row textarea {
        min-height: 200px;
        padding-top: 20px;
        padding-bottom: 20px; }
      .popup .content .row a, .popup .content .row a:hover, .popup .content .half_row a, .popup .content .half_row a:hover {
        width: 200px;
        height: 50px;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin: 2em auto 0 auto;
        background: #6ed3b4;
        border: 1px solid #565656;
        font-size: 16px;
        cursor: pointer; }
    .popup .content .half_row_container {
      display: flex;
      justify-content: space-between; }
    .popup .content .half_row {
      width: 48%; }
    .popup .content .green {
      color: #6ed3b4; }
    .popup .content .checkbox {
      flex-direction: row;
      align-items: center;
      margin: 0; }

#rendez_vous_list {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: .9em;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 2em; }
  #rendez_vous_list thead th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid #ccc; }
    #rendez_vous_list thead th:first-child {
      width: 40px;
      text-align: center; }
  #rendez_vous_list tbody td {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid #ccc; }
    #rendez_vous_list tbody td a {
      cursor: pointer; }
      #rendez_vous_list tbody td a:hover {
        color: #6ed3b4; }
    #rendez_vous_list tbody td:first-child {
      width: 40px;
      text-align: center; }
  #rendez_vous_list tbody > tr:nth-child(odd) > td, #rendez_vous_list tbody > tr:nth-child(odd) > th {
    background-color: #f7f7f7; }

#agenda_admin_nav .agenda_select_perm_button {
  margin-right: 1em;
  margin-bottom: 1em;
  background: #6ed3b4;
  border: 1px solid #565656;
  display: inline-block;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  border-radius: 5px;
  cursor: pointer;
  color: #FFF; }

#agenda_admin_nav_acces {
  display: flex;
  flex-direction: column; }
  #agenda_admin_nav_acces label {
    margin-bottom: 1em;
    font-weight: 500; }
  #agenda_admin_nav_acces .row {
    display: flex; }
    #agenda_admin_nav_acces .row select {
      width: 300px;
      margin-right: 1em; }
    #agenda_admin_nav_acces .row a {
      width: 170px;
      background: #6ed3b4;
      border: 1px solid #565656;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 5px 20px;
      border-radius: 5px;
      cursor: pointer;
      color: #FFF; }

.valid_button, .return_button {
  width: 250px;
  background: #6ed3b4;
  border: 1px solid #565656;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  border-radius: 5px;
  cursor: pointer;
  color: #FFF; }

@media screen and (max-width: 640px) {
  .responsive {
    display: none !important; } }

/*# sourceMappingURL=shortcodes.css.map */
