/*!!!ATTENTION, CECI EST UN FICHIER GENERE DEPUIS LE REPOSITORY MAQUETTE. NE PAS MODIFIER !!!*/
/*!!!ATTENTION, CECI EST UN FICHIER GENERE DEPUIS LE REPOSITORY MAQUETTE. NE PAS MODIFIER !!!*/
/*!!!ATTENTION, CECI EST UN FICHIER GENERE DEPUIS LE REPOSITORY MAQUETTE. NE PAS MODIFIER !!!*/
/* NEUTRALS */
/*#f7f4ee*/
/* GREY */
/* BLUE + VIOLET */
/* YELLOW */
/* GREEN */
/* RED + PINK + ORANGE + BEIGE */
/* Shadow */
/* Slidetoggle */
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../../fonts/Montserrat-Regular.woff2") format("woff2"), url("../../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Thin";
  src: url("../../fonts/Roboto-Thin.woff2") format("woff2"), url("../../fonts/Roboto-Thin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../../fonts/Roboto-Regular.woff2") format("woff2"), url("../../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../../fonts/Roboto-Medium.woff2") format("woff2"), url("../../fonts/Roboto-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../../fonts/Roboto-Bold.woff2") format("woff2"), url("../../fonts/Roboto-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body.modal-open {
  overflow: initial;
  overflow-y: initial !important;
}

.modal-open main {
  z-index: 1029 !important;
}
.modal-open footer {
  display: block !important;
}

.alertRdvDate .modal-dialog,
.alertRdvActiv .modal-dialog {
  display: flex !important;
  justify-content: center;
  max-width: 700px;
  min-height: 430px;
  margin: 0 auto;
  top: 190px;
}
@media (max-width: 506px) {
  .alertRdvDate .modal-dialog,
  .alertRdvActiv .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0px;
    transform: none !important;
    -webkit-transform: none !important;
  }
}
.alertRdvDate .modal-dialog-centered,
.alertRdvActiv .modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  min-height: calc(100% - 1rem);
  margin: 0 auto;
}
.alertRdvDate .modal-header,
.alertRdvActiv .modal-header {
  background-color: #232558;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px;
}
.alertRdvDate .modal-header .block-modal-title,
.alertRdvActiv .modal-header .block-modal-title {
  display: flex;
  column-gap: 10px;
  align-items: center;
  padding-left: 30px;
  top: 3px;
  position: relative;
}
.alertRdvDate .modal-header .block-modal-title img,
.alertRdvActiv .modal-header .block-modal-title img {
  width: 20px;
  height: 20px;
}
.alertRdvDate .modal-header .block-modal-title .modal-title,
.alertRdvActiv .modal-header .block-modal-title .modal-title {
  color: white;
  font-size: 20px;
  margin: 0;
}
.alertRdvDate .modal-header,
.alertRdvDate .modal-content,
.alertRdvActiv .modal-header,
.alertRdvActiv .modal-content {
  border-radius: 0;
  border: none;
  background-color: #232558;
}
.alertRdvDate .modal-header .close,
.alertRdvActiv .modal-header .close {
  background-image: url(../../img/angular/coesio/icons/coesio_close_modal_white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  opacity: 1;
  padding: 0;
  margin: 0;
  background-size: inherit;
  position: relative;
}
.alertRdvDate .modal-body,
.alertRdvActiv .modal-body {
  padding: 16px 48px;
  padding-bottom: 50px;
  background-color: #232558;
}
.alertRdvDate .modal-body p,
.alertRdvActiv .modal-body p {
  font-size: 16px;
  line-height: 24px;
  color: white;
}
.alertRdvDate .modal-body #img_datepicker_desktop_test,
.alertRdvActiv .modal-body #img_datepicker_desktop_test {
  width: 270px;
  height: auto;
}
.alertRdvDate .modal-body .content-rdv-activ,
.alertRdvActiv .modal-body .content-rdv-activ {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  padding-top: 85px;
}
.alertRdvDate .modal-body .col-right,
.alertRdvActiv .modal-body .col-right {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
@media (max-width: 991px) {
  .alertRdvDate .modal-body .col-right,
  .alertRdvActiv .modal-body .col-right {
    padding-top: 30px;
    row-gap: 30px;
  }
}
@media (max-width: 506px) {
  .alertRdvDate .modal-body .col-right,
  .alertRdvActiv .modal-body .col-right {
    padding-top: 80px;
  }
}
.alertRdvDate .modal-body .btns_actions,
.alertRdvActiv .modal-body .btns_actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 506px) {
  .alertRdvDate .modal-body .btns_actions,
  .alertRdvActiv .modal-body .btns_actions {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.alertRdvDate .modal-open .modal,
.alertRdvActiv .modal-open .modal {
  display: block;
  opacity: 1;
}/*!!!ATTENTION, CECI EST UN FICHIER GENERE DEPUIS LE REPOSITORY MAQUETTE. NE PAS MODIFIER !!!*/
/*!!!ATTENTION, CECI EST UN FICHIER GENERE DEPUIS LE REPOSITORY MAQUETTE. NE PAS MODIFIER !!!*/
/*!!!ATTENTION, CECI EST UN FICHIER GENERE DEPUIS LE REPOSITORY MAQUETTE. NE PAS MODIFIER !!!*/