@font-face {
  font-family: "LucidaSans-Bold";
  src: url("../fonts/LucidaSans-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/LucidaSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/LucidaSans-Bold.otf") format("opentype"),
    url("../fonts/LucidaSans-Bold.woff") format("woff"),
    url("../fonts/LucidaSans-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "lucidasans-Demibold";
  src: url("../fonts/lucidasans-Demibold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/lucidasans-Demibold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/lucidasans-Demibold.otf") format("opentype"),
    url("../fonts/lucidasans-Demibold.ttf") format("truetype"),
    url("../fonts/lucidasans-Demibold.woff") format("woff"),
    url("../fonts/lucidasans-Demibold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "LucidaSans-Regular";
  src: url("../fonts/LucidaSans-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/LucidaSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/LucidaSans-Regular.otf") format("opentype"),
    url("../fonts/LucidaSans-Regular.woff") format("woff"),
    url("../fonts/LucidaSans-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "LucidaSans-Italic";
  src: url("../fonts/LucidaSans-Italic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/LucidaSans-Italic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/LucidaSans-Italic.otf") format("opentype"),
    url("../fonts/LucidaSans-Italic.woff") format("woff"),
    url("../fonts/LucidaSans-Italic.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Bold.otf") format("opentype"),
    url("../fonts/Roboto-Bold.ttf") format("truetype"),
    url("../fonts/Roboto-Bold.woff") format("woff"),
    url("../fonts/Roboto-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

sup {
  top: -0.6em;
}

button,
button:focus {
  outline: none;
}

body {
  font-family: "LucidaSans-Regular";
  font-size: 16px;
  color: #323f56;
  overflow-x: hidden;
  background-color: #fcfbfa;
  position: relative;
}

body .main-admin {
  background-color: #f1f3f8;
}

body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 99;
  opacity: 0;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  pointer-events: none;
}

body.toggled {
  overflow: hidden;
}

body.toggled::before {
  opacity: 0.4;
  pointer-events: all;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fbfcfd;
}

a {
  color: #353735;
}

strong {
  font-family: "LucidaSans-Bold";
  font-weight: inherit;
}

.default-btn {
  color: #fff;
  background-color: #e00034;
  border-radius: 10px;
  padding: 10px 25px;
  height: 45px;
  line-height: 1.4;
  min-width: 167px;
  position: relative;
}

.default-btn:hover {
  color: #fff;
}

a:not([href]):not([tabindex]) {
  color: #fff !important;
}

.contents-dashboard {
  width: calc(100% - 300px);
  padding: 26px 36px;
}

.contents-dashboard .profil-top .img-user-profil {
  min-width: 46px;
  width: 46px;
  height: 46px;
  background: #d8d8d8;
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 40px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 40px 5px rgba(0, 0, 0, 0.2);
  margin-left: 20px;
  position: relative;
  z-index: 999;
}

.contents-dashboard .profil-top .img-user-profil img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.contents-dashboard .profil-top .img-user-profil::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #f1f3f8;
}

.contents-dashboard .profil-top .img-user-profil.actif::before {
  background-color: #28df99;
}

.contents-dashboard .profil-top #menu-profil-top {
  font-size: 18px;
  padding-right: 20px;
  cursor: pointer;
}

.contents-dashboard .profil-top #menu-profil-top::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  background: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 6px;
  width: 10px;
  pointer-events: none;
}

.contents-dashboard .profil-top .dropdown-menu {
  background: #ffffff;
  -webkit-box-shadow: 0 12px 44px -20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 12px 44px -20px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  border: 0;
  top: 32px;
  right: 8px;
  left: auto;
}

.contents-dashboard .profil-top .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -12px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 25px 25px;
  border-color: transparent transparent #ffffff transparent;
  -webkit-box-shadow: 0 12px 44px -20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 12px 44px -20px rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.contents-dashboard .profil-top .dropdown-menu .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 20px;
  background-color: transparent;
  color: #323f56;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.contents-dashboard .profil-top .dropdown-menu .dropdown-item:hover {
  background-color: #efe8ef;
}

.contents-dashboard .profil-top .dropdown-menu .dropdown-item span {
  display: inline-block;
  min-width: 28px;
  margin-right: 10px;
}

.contents-dashboard .profil-top .dropdown-menu .dropdown-item i {
  display: inline-block;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  vertical-align: text-bottom;
}

.contents-dashboard
  .profil-top
  .dropdown-menu
  .dropdown-item
  i.icon-user-dropdown {
  background: url(../images/icon-user-dropdown.svg);
  height: 18px;
  width: 18px;
}

.contents-dashboard
  .profil-top
  .dropdown-menu
  .dropdown-item
  i.icon-qte-dropdown {
  background: url(../images/icon-qte-dropdown.svg);
  height: 21px;
  width: 18px;
}

.contents-dashboard
  .profil-top
  .dropdown-menu
  .dropdown-item
  i.icon-out-dropdown {
  background: url(../images/icon-out-dropdown.svg);
  height: 20px;
  width: 20px;
}

.notice-content {
  line-height: 26px;
  padding: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0 12px 44px -20px rgba(0, 0, 0, 0.14);
  box-shadow: 0 12px 44px -20px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  margin-bottom: 38px;
}

.notice-content p:last-child {
  margin-bottom: 0;
}

.titre-content-page {
  font-size: 34px;
  line-height: 39px;
  margin-bottom: 22px;
}

.titre-bloc {
  font-family: "lucidasans-Demibold";
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 23px;
}

input[type="range"] {
  -webkit-appearance: none;
  height: 5px;
  width: 100%;
  border-radius: 3px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0.01, #ea8a37),
    color-stop(0.01, #f6f6f6)
  );
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  background-color: #ea8a37;
  border: 1px solid #ea8a37;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none !important;
  background-color: #ea8a37;
  border: 1px solid #ea8a37;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  cursor: pointer;
}

input[type="range"]::-ms-thumb {
  -webkit-appearance: none !important;
  background-color: #ea8a37;
  border: 1px solid #ea8a37;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  cursor: pointer;
}

.titre-section {
  padding-top: 48px;
  position: relative;
  margin-bottom: 45px;
  font-family: "LucidaSans-Bold";
  font-size: 30px;
  line-height: 36px;
}

.titre-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 39px;
  background-image: url(../images/motif-title.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.form-check-inline {
  margin-bottom: 15px;
}

.form-check-inline .form-check-label {
  cursor: pointer;
  padding-left: 6px;
}

input[type="radio"] {
  display: inline-block;
  border: 1px solid #ea8a37;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer !important;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

input[type="radio"]:checked {
  background: #ea8a37;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
}

input[type="checkbox"] {
  display: inline-block;
  border: 1px solid #ea8a37;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 20px;
  min-width: 20px;
  border-radius: 3px;
  background: #fff;
  cursor: pointer !important;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

input[type="checkbox"]:checked {
  background: #ea8a37;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
}

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

.form-group label {
  font-size: 18px;
  line-height: 25px;
}

.form-control {
  height: 45px;
  border: 1px solid #9faca1;
  border-radius: 10px;
  padding: 6px 16px;
}

.form-control::-webkit-input-placeholder {
  color: #9faca1;
}

.form-control::-moz-placeholder {
  color: #9faca1;
}

.form-control:-ms-input-placeholder {
  color: #9faca1;
}

.form-control:-moz-placeholder {
  color: #9faca1;
}

.input-login-form {
  position: relative;
}

.input-login-form:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.input-login-form::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 48px;
  background-color: #e8eae8;
  height: 20px;
  width: 1px;
  pointer-events: none;
}

.input-login-form.login-input::before {
  background: url(../images/icon-user.svg);
  height: 18px;
  width: 18px;
}

.input-login-form.password-input::before {
  background: url(../images/icon-password.svg);
  height: 21px;
  width: 16px;
}

.input-login-form .form-control {
  padding-left: 60px;
}

.input-login-form .fa-eye {
  color: #9faca1;
  position: absolute;
  top: 50%;
  right: 15px;
  left: auto;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.input-login-form .fa-eye.fa-eye-slash {
  color: #323f56;
}

.nice-select {
  width: 100%;
  margin-bottom: 18px;
  height: 45px;
  border-radius: 10px;
  border: 1px solid #adb9be;
  line-height: 45px;
  font-size: 14px;
  display: block;
  float: none;
}

.nice-select::after {
  top: 24px;
  right: 14px;
  border: 0;
  background: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 6px;
  width: 10px;
  pointer-events: none;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.nice-select.open::after {
  top: 22px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nice-select .nice-select-dropdown {
  width: 100%;
}

.range-wrap {
  position: relative;
  margin-top: 36px;
  margin-bottom: 22px;
  padding-bottom: 25px;
}

.range-wrap .range-value {
  position: absolute;
  top: -28px;
}

.range-wrap .range-value span {
  width: 55px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #ea8a37;
  color: #fff;
  font-size: 12px;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 13px;
}

.range-wrap .range-value span::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid #ea8a37;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
}

.range-wrap .range-value span::after {
  content: "Km";
  position: relative;
  display: inline-block;
}

.range-wrap .min-range {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #adb9be;
}

.range-wrap .max-range {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #adb9be;
}

.icon-delete {
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icon-delete.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 16px;
}

.icon-eye-gray {
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icon-eye-gray.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 10px;
  width: 17px;
}

.icon-edit {
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icon-edit.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 19px;
  width: 19px;
}

.icon-edit::before {
  content: none;
}

.cadre-content {
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 12px 44px -20px rgba(0, 0, 0, 0.14);
  box-shadow: 0 12px 44px -20px rgba(0, 0, 0, 0.14);
  height: 100%;
  padding: 25px 15px;
}

.cadre-content .option-out-table .form-control {
  padding-left: 60px;
}

.option-out-table {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.option-out-table .search-option {
  position: relative;
  width: 437px;
  max-width: 100%;
}

.option-out-table .search-option .btn-search {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  color: #9faca1;
  background-color: transparent;
  border: 0;
  width: 45px;
}

.option-out-table .search-option .btn-search::before {
  content: "";
  position: absolute;
  top: 13px;
  right: 0;
  background-color: #f1f1f1;
  height: 20px;
  width: 1px;
}

.option-out-table .add-more-option {
  font-family: "lucidasans-Demibold";
  font-size: 18px;
}

.option-out-table .add-more-option a {
  color: #323f56;
  text-decoration: none;
}

.option-out-table .add-more-option i {
  color: #9faca1;
  font-size: 20px;
  margin-right: 4px;
}

.table-default {
  font-size: 14px;
}

.table-default thead th {
  font-family: "lucidasans-Demibold";
  border: 0;
  color: #adb9be;
  vertical-align: text-bottom;
}

.table-default thead th:last-child {
  width: 20px;
}

.table-default td,
.table-default th {
  border: 0;
  padding: 16px 20px;
}

.table-default .name-medecin,
.table-default .date-table-agenda {
  font-size: 16px;
  font-family: "lucidasans-Demibold";
  display: block;
  margin-bottom: 5px;
}

.table-default .fonction-medecin,
.table-default .time-table-agenda {
  color: #adb9be;
  display: block;
  margin-bottom: 5px;
}

.table-default .adresse-medecin {
  font-size: 14px;
  display: block;
}

.table-default .nowrap {
  white-space: nowrap;
}

.table-default .btns-item-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.table-default button {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  float: right;
  padding: 0;
  margin-left: 15px;
}

.table-default button.delete-item-table {
  color: #e00034;
}

.table-default button.edit-item-table {
  color: #adb9be;
}

.table-default .table-info-gestion {
  width: 330px;
  max-width: 100%;
}

.paginations-bloc {
  text-align: right;
  padding: 10px 15px 0;
}

.paginations-bloc nav {
  display: inline-block;
}

.paginations-bloc .pagination {
  margin: 0;
}

.paginations-bloc .page-item .page-link {
  border: 0;
  border-radius: 3px !important;
  color: #adb9be;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  padding: 0.26rem 0.5rem;
  height: 26px;
  min-width: 27px;
  font-size: 0.875rem;
  line-height: 18px;
  text-align: center;
  background-color: transparent;
}

.paginations-bloc .page-item .page-link:hover {
  background-color: #fbfcfd;
  color: #ec5c7e;
}

.paginations-bloc .page-item.active .page-link {
  background-color: #fef5f7;
  color: #ec5c7e;
}

.horaire-table {
  max-width: 100%;
}

.horaire-table .row-table {
  border-bottom: 1px solid #f1f1f1;
  padding: 8px 0;
  font-size: 14px;
  line-height: 22px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.horaire-table .row-table:last-child {
  border-bottom: 0;
}

.horaire-table .day-table {
  font-family: "lucidasans-Demibold";
  min-width: 99px;
  width: 99px;
}

.horaire-table .times-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.horaire-table .times-table p {
  margin: 0;
  margin-right: 20px;
  white-space: nowrap;
  display: inline-block;
}

.horaire-table .times-table p:last-child {
  margin-right: 0;
}

.horaire-table .times-table span {
  color: #b86f31;
}

.horaire-table .times-table .update-time-table button {
  background-color: transparent;
  border: 0;
  color: #c7c7d4;
  padding: 0 5px;
  font-size: 16px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.horaire-table .times-table .update-time-table button:hover {
  color: #ea8a37;
}

.head-filter-dashboard {
  padding-bottom: 22px;
  border-bottom: 1px solid #e2e2e2;
}

.head-filter-dashboard .date-filter-dashboard {
  display: inline-block;
  position: relative;
}

.head-filter-dashboard .date-filter-dashboard .filter-date {
  border: 0;
  padding: 0;
  font-size: 14px;
  color: #b86f31;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.head-filter-dashboard .date-filter-dashboard .filter-date::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: relative;
  margin-left: 15px;
  color: #b86f31;
  font-size: 12px;
  z-index: 2;
}

.head-filter-dashboard .date-filter-dashboard input {
  display: inline-block;
  border: 0;
  padding: 0;
  font-size: 14px;
  color: #b86f31;
  height: auto;
}

.head-filter-dashboard .date-filter-dashboard input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.head-filter-dashboard .date-filter-dashboard input::-webkit-input-placeholder {
  color: #b86f31;
}

.head-filter-dashboard .date-filter-dashboard input::-moz-placeholder {
  color: #b86f31;
}

.head-filter-dashboard .date-filter-dashboard input:-ms-input-placeholder {
  color: #b86f31;
}

.head-filter-dashboard .date-filter-dashboard input:-moz-placeholder {
  color: #b86f31;
}

.titre-cadre-graphe {
  font-family: "lucidasans-Demibold";
  font-size: 20px;
  margin-bottom: 25px;
}

.row-item-graphes {
  margin: 0 -10px 25px;
}

.row-item-graphes > div {
  padding: 0 10px;
  margin-bottom: 20px;
}

.liste-style ul {
  padding-left: 26px;
}

.liste-style ul li {
  position: relative;
  list-style: none;
}

.liste-style ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -26px;
  background: url(../images/liste-motif.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 11px;
  width: 11px;
}

.lasts-articles {
  padding-top: 10px;
}

.btn-default {
  background-color: #ea8a37;
  border: 1px solid #ea8a37;
  color: #fff;
  height: 45px;
  padding: 6px 26px;
  border-radius: 10px;
  font-family: "LucidaSans-Regular";
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.btn-default:hover {
  color: #ea8a37;
  background-color: transparent;
}

.btn-default.red-btn-default {
  background-color: #e00034;
  border: 1px solid #e00034;
}

.btn-default.red-btn-default:hover {
  color: #e00034;
  background-color: transparent;
}

.modal .modal-content {
  border: 0;
  border-radius: 10px;
}

.modal .close {
  background-color: #e00034;
  border: 1px solid #e00034;
  opacity: 1;
  font-size: 16px;
  line-height: 18px;
  padding: 6px 30px;
  font-weight: inherit;
  text-shadow: none;
  float: none;
}

.modal .close:hover {
  color: #e00034;
  background-color: transparent;
  opacity: 1;
}

.modal.modal-default .modal-dialog {
  width: 700px;
  max-width: 90%;
  margin: 14vmin auto;
}

.modal.modal-default .modal-content {
  padding: 50px 80px 35px;
  text-align: center;
  display: block;
}

.modal.modal-default .text-modal {
  font-size: 20px;
  line-height: 30px;
}

.modal.modal-default .close {
  margin-top: 35px;
}

.item-article {
  margin-bottom: 40px;
}

.item-article .content-article {
  -webkit-box-shadow: 0px 7px 35px rgba(41, 41, 41, 0.06);
  box-shadow: 0px 7px 35px rgba(41, 41, 41, 0.06);
  background-color: #fff;
  height: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.item-article .bloc-img-article {
  display: block;
  height: 262px;
  background-position: center;
  background-size: cover;
  border-radius: 20px 20px 0 0;
  position: relative;
  color: #353735;
}

.item-article .bloc-img-article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 130px;
  opacity: 0.26;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#353735),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    #353735 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -o-linear-gradient(top, #353735 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(-180deg, #353735 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.item-article .bloc-img-article::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: url(../images/motif-image.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.item-article .bloc-img-article .cat-article {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 10px 15px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 25px;
}

.item-article .detail-content-article {
  padding: 15px 30px 25px;
  position: relative;
  background-color: #fff;
}

.item-article .detail-content-article::before {
  content: "";
  position: absolute;
  top: -45px;
  left: 30px;
  height: 21px;
  width: 39px;
  background-image: url(../images/motif-title.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.item-article .bloc-titre-article {
  line-height: 25px;
  color: #576774;
  margin-bottom: 30px;
}

.item-article .bloc-text-article {
  font-family: "LucidaSans-Bold";
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 30px;
  min-height: 100px;
}

.item-article .bloc-text-article a {
  text-decoration: none;
  color: #212529;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.item-article .bloc-text-article a:hover {
  color: #e00034;
}

.item-article .date-article {
  color: #bbc2c7;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 3px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffa800;
}

.status-rendu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.status-rendu .icon-fin {
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #52c41a;
  margin-right: 8px;
}

.status-rendu .icon-encour {
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #ea8a37;
  margin-right: 8px;
}

/**********************************\ CSS Loader \**********************************/
.lds-ellipsis {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: auto;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #e00034;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}

.icon-duplicate {
  display: inline-block !important;
  height: 20px !important;
  width: 20px !important;
  min-width: 30px !important;
  background: url(../images/icon-duplicate.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.icon-delete-gray {
  display: inline-block !important;
  height: 20px !important;
  width: 16px !important;
  min-width: 30px !important;
  background: url(../images/icon-delete-gray.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.icon-update-gray {
  display: inline-block !important;
  height: 19px !important;
  width: 19px !important;
  min-width: 30px !important;
  background: url(../images/icon-update-gray.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.icon-add-gray {
  display: inline-block !important;
  background: url(../images/icon-add-gray.svg) !important;
  height: 17px !important;
  width: 17px !important;
  min-width: 30px !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.icon-selection-gray {
  display: inline-block !important;
  background: url(../images/icon-selection-gray.svg) !important;
  height: 23px !important;
  width: 18px !important;
  min-width: 30px !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

/* Select React */
div[class$="-container"] > div[class$="-control"] {
  width: 100% !important;
  margin-bottom: 18px !important;
  height: 45px !important;
  border-radius: 10px !important;
  border: 1px solid #adb9be !important;
  line-height: 34px !important;
  font-size: 14px !important;
  float: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

div[class$="-container"] > div[class$="-control"]:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

div[class$="-container"] > div[class$="-control"] > div:first-child {
  padding-left: 18px !important;
}

div[class$="-container"] > div[class$="-control"] div[class$="-placeholder"] {
  font-size: 14px !important;
  color: gray !important;
}

div[class$="-container"] > div[class$="-control"] div[class$="-singleValue"] {
  font-size: 14px !important;
  color: #092532 !important;
}

div[class$="-container"]
  > div[class$="-control"]
  span[class$="-indicatorSeparator"] {
  display: none !important;
}

div[class$="-container"]
  > div[class$="-control"]
  div[class$="-indicatorContainer"] {
  width: 36px !important;
  background: #fff !important;
}

div[class$="-container"]
  > div[class$="-control"]
  div[class$="-indicatorContainer"]:before {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  right: 14px !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  background: url(/theme/assets/images/arrow-down.svg) !important;
  background-size: contain !important;
  height: 6px !important;
  width: 10px !important;
  cursor: pointer !important;
}

div[class$="-container"]
  > div[class$="-control"]
  div[class$="-indicatorContainer"]
  svg {
  display: none !important;
}

div[class$="-container"] > div[class$="-menu"] {
  margin-top: -6px !important;
  border-radius: 0 0 10px 10px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #adb9be !important;
}

div[class$="-container"] > div[class$="-menu"] div[class$="-option"] {
  font-size: 14px;
}

/* DatePiker */
.react-datepicker {
  position: relative !important;
  background: #ffffff !important;
  -webkit-box-shadow: 0 0px 14px 0 rgba(0, 0, 0, 0.28) !important;
  box-shadow: 0 0px 14px 0 rgba(0, 0, 0, 0.28) !important;
  font-family: "LucidaSans-Regular" !important;
  border: 0 !important;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^="bottom"]
  .react-datepicker__triangle:before,
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^="top"]
  .react-datepicker__triangle:before,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow:before,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow:before,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow:before {
  border-bottom-color: #ffffff !important;
}

.react-datepicker-popper[data-placement^="bottom"]
  .react-datepicker__triangle:before,
.react-datepicker-popper[data-placement^="top"]
  .react-datepicker__triangle:before,
.react-datepicker__month-read-view--down-arrow:before,
.react-datepicker__month-year-read-view--down-arrow:before,
.react-datepicker__year-read-view--down-arrow:before {
  border-bottom-color: #ffffff !important;
}

.react-datepicker__header {
  text-align: center !important;
  background-color: #ffffff !important;
  border-bottom: 0 !important;
  padding-top: 15px !important;
}

.react-datepicker__navigation {
  top: 19px !important;
}

.react-datepicker__navigation--previous {
  right: 35px !important;
  left: auto !important;
}

.react-datepicker__navigation--next {
  right: 15px !important;
}

.react-datepicker-time__header,
.react-datepicker-year-header,
.react-datepicker__current-month {
  color: #6c777c !important;
  font-weight: 400 !important;
  font-size: 0.944rem !important;
  text-align: left !important;
  margin: 0 1.5rem 5px !important;
}

.react-datepicker__day {
  color: #ea8a37 !important;
}

.react-datepicker__day--outside-month {
  opacity: 0.7 !important;
  color: #acacac !important;
}

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem !important;
  background-color: rgba(234, 138, 55, 0.25) !important;
}

.react-datepicker__day--selected,
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  background-color: #ea8a37 !important;
  color: #ffffff !important;
  outline: none !important;
}

.react-datepicker__day--selected:hover,
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #ea8a37 !important;
}

.react-datepicker__day-name {
  opacity: 0.7 !important;
  color: #acacac !important;
}

.react-datepicker__month {
  margin: 0 1rem 1rem !important;
}

.react-datepicker__day,
.react-datepicker__day-name,
.react-datepicker__time-name {
  margin: 1px 0.166rem !important;
}

.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item--selected,
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item--selected:hover {
  background-color: #ea8a37 !important;
}

.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item {
  line-height: 30px !important;
}

.react-datepicker__header--time {
  padding: 5px 5px 0px !important;
}

.react-datepicker__header--time .react-datepicker-time__header {
  margin: 0 0 5px !important;
  text-align: center !important;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
  right: 130px !important;
  left: auto !important;
}

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.51rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--next {
  right: 105px !important;
}

.react-datepicker__portal .react-datepicker__time-container {
  border-left: 2px solid #ea8a37;
  padding: 10px 0;
  overflow: hidden;
}

.react-datepicker__portal
  .react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item {
  line-height: 22px !important;
}

.react-datepicker__portal
  .react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item:hover {
  background-color: rgba(234, 138, 55, 0.25) !important;
}

.react-datepicker__portal .react-datepicker-time__header,
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header,
.react-datepicker__current-month {
  text-transform: capitalize;
}

.react-datepicker__input-container > input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.no-time .react-datepicker__portal .react-datepicker__navigation--previous {
  right: 55px !important;
}

.no-time .react-datepicker__portal .react-datepicker__navigation--next {
  right: 30px !important;
}

.bloc-content-graf-cercle {
  overflow: scroll;
  padding: 20px 0 0;
}

.content-graf-items-cercle {
  height: 410px;
  width: 1008px;
  position: relative;
}

.graph-item-cercle {
  border: 6px solid #ea8a37;
  border-radius: 100%;
  height: 95px;
  width: 95px;
  text-align: center;
  position: absolute;
  z-index: 1;
}

.graph-item-cercle.hidden {
  display: none;
}

.graph-item-cercle::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border: 6px solid #ea8a37;
  border-radius: 100%;
  z-index: 9;
}

.graph-item-cercle .nb-item-cercle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -35px;
}

.graph-item-cercle .porcentage-item-cercle {
  position: absolute;
}

.graph-item-cercle .name-item-cercle {
  font-family: "lucidasans-Demibold";
  font-size: 11px;
  line-height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fdf8f3;
  position: relative;
  margin: 0;
  border-radius: 100%;
  text-transform: uppercase;
}

.graph-item-cercle .name-item-cercle:before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #f9dcc4;
  z-index: -1;
}

.graph-item-cercle:nth-child(1) {
  top: 190px;
  left: 0;
  z-index: 9;
}

.graph-item-cercle:nth-child(1)::before {
  content: none;
}

.graph-item-cercle:nth-child(2) {
  top: 190px;
  left: 20%;
  z-index: 8;
}

.graph-item-cercle:nth-child(2) .name-item-cercle::before {
  width: 120px;
  left: -116px;
}

.graph-item-cercle:nth-child(2) .porcentage-item-cercle {
  left: -85%;
  bottom: 10px;
}

.graph-item-cercle:nth-child(3) {
  top: 0px;
  left: 44%;
  z-index: 7;
}

.graph-item-cercle:nth-child(3) .name-item-cercle::before {
  width: 250px;
  left: -200px;
  -webkit-transform: translateY(103px) rotate(-48deg);
  -ms-transform: translateY(103px) rotate(-48deg);
  transform: translateY(103px) rotate(-48deg);
}

.graph-item-cercle:nth-child(3) .porcentage-item-cercle {
  left: -110%;
  -webkit-transform: translateY(22px) rotate(-45deg);
  -ms-transform: translateY(22px) rotate(-45deg);
  transform: translateY(22px) rotate(-45deg);
}

.graph-item-cercle:nth-child(4) {
  top: 140px;
  left: 44%;
  z-index: 6;
}

.graph-item-cercle:nth-child(4) .name-item-cercle::before {
  width: 250px;
  left: -200px;
  -webkit-transform: translateY(21px) rotate(-20deg);
  -ms-transform: translateY(21px) rotate(-20deg);
  transform: translateY(21px) rotate(-20deg);
}

.graph-item-cercle:nth-child(4) .porcentage-item-cercle {
  left: -80%;
  -webkit-transform: translateY(-58px) rotate(-20deg);
  -ms-transform: translateY(-58px) rotate(-20deg);
  transform: translateY(-58px) rotate(-20deg);
}

.graph-item-cercle:nth-child(5) {
  top: 275px;
  left: 44%;
  z-index: 5;
}

.graph-item-cercle:nth-child(5) .name-item-cercle::before {
  width: 250px;
  left: -200px;
  -webkit-transform: translateY(-47px) rotate(27deg);
  -ms-transform: translateY(-47px) rotate(27deg);
  transform: translateY(-47px) rotate(27deg);
}

.graph-item-cercle:nth-child(5) .porcentage-item-cercle {
  left: -75%;
  -webkit-transform: translateY(-108px) rotate(29deg);
  -ms-transform: translateY(-108px) rotate(29deg);
  transform: translateY(-108px) rotate(29deg);
}

.graph-item-cercle:nth-child(6) {
  top: 15px;
  left: 70%;
  z-index: 4;
}

.graph-item-cercle:nth-child(6) .name-item-cercle::before {
  width: 250px;
  left: -220px;
  -webkit-transform: translateY(59px) rotate(-31deg);
  -ms-transform: translateY(59px) rotate(-31deg);
  transform: translateY(59px) rotate(-31deg);
}

.graph-item-cercle:nth-child(6) .porcentage-item-cercle {
  left: -120%;
  -webkit-transform: translateY(-20px) rotate(-35deg);
  -ms-transform: translateY(-20px) rotate(-35deg);
  transform: translateY(-20px) rotate(-35deg);
}

.graph-item-cercle:nth-child(7) {
  top: 185px;
  left: 70%;
  z-index: 3;
}

.graph-item-cercle:nth-child(7) .name-item-cercle::before {
  width: 250px;
  left: -220px;
  -webkit-transform: translateY(-40px) rotate(16deg);
  -ms-transform: translateY(-40px) rotate(16deg);
  transform: translateY(-40px) rotate(16deg);
}

.graph-item-cercle:nth-child(7) .porcentage-item-cercle {
  left: -120%;
  -webkit-transform: translateY(-75px) rotate(20deg);
  -ms-transform: translateY(-75px) rotate(20deg);
  transform: translateY(-75px) rotate(20deg);
}

.graph-item-cercle:nth-child(8) {
  top: 112px;
  left: 90%;
  z-index: 2;
}

.graph-item-cercle:nth-child(8) .name-item-cercle::before {
  width: 420px;
  left: -400px;
  -webkit-transform: translateY(10px) rotate(0deg);
  -ms-transform: translateY(10px) rotate(0deg);
  transform: translateY(10px) rotate(0deg);
}

.graph-item-cercle:nth-child(8) .porcentage-item-cercle {
  left: -270%;
  -webkit-transform: translateY(-60px) rotate(0deg);
  -ms-transform: translateY(-60px) rotate(0deg);
  transform: translateY(-60px) rotate(0deg);
}

.menu-left-dashboard {
  width: 300px;
  max-width: 100%;
  padding: 25px;
  background: #ffffff;
  -webkit-box-shadow: 0 12px 44px -20px rgba(0, 0, 0, 0.14);
  box-shadow: 0 12px 44px -20px rgba(0, 0, 0, 0.14);
  min-height: 100vh;
}

.menu-left-dashboard.visibles {
  -webkit-animation: 0.3s slideRight ease-in forwards;
  animation: 0.3s slideRight ease-in forwards;
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

.menu-left-dashboard.invisibles {
  -webkit-animation: 0.3s slideLeft ease-out forwards;
  animation: 0.3s slideLeft ease-out forwards;
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

.menu-left-dashboard .logo-menu-admin {
  margin-bottom: 54px;
}

.menu-left-dashboard .logo-menu-admin img {
  height: 59px;
}

.menu-left-dashboard .user-profil-menu {
  margin-bottom: 25px;
}

.menu-left-dashboard .user-profil-menu .img-user-profil {
  min-width: 78px;
  width: 78px;
  height: 78px;
  background: #d8d8d8;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0px 7px 17px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 7px 17px 1px rgba(0, 0, 0, 0.3);
  margin-right: 12px;
  margin-bottom: 15px;
}

.menu-left-dashboard .user-profil-menu .img-user-profil img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.menu-left-dashboard .user-profil-menu .infos-profil-menu {
  width: 100%;
  margin-bottom: 15px;
  line-height: 18px;
}

.menu-left-dashboard .user-profil-menu .infos-profil-menu .name-profil {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 21px;
}

.menu-left-dashboard .user-profil-menu .infos-profil-menu .age-profil {
  color: #adb9be;
  display: block;
  margin-bottom: 8px;
}

.menu-left-dashboard .user-profil-menu .infos-profil-menu .niveau-profil {
  font-family: "LucidaSans-Bold";
  margin: 0;
}

.menu-left-dashboard .menu-dashboard {
  padding: 24px 0;
  border-top: 1px solid #f7f7f7;
}

.menu-left-dashboard .menu-dashboard .navbar-menu {
  padding: 0;
  margin: 0;
}

.menu-left-dashboard .menu-dashboard .navbar-menu .item-nav a {
  padding: 18px 0;
  position: relative;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  color: #6c777c;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.menu-left-dashboard .menu-dashboard .navbar-menu .item-nav a .icon-item-nav {
  display: inline-block;
  vertical-align: middle;
  min-width: 23px;
  margin-right: 14px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.menu-left-dashboard
  .menu-dashboard
  .navbar-menu
  .item-nav
  a
  .icon-item-nav.icon-nav-user {
  background: url(../images/icons-menu/icon-user.svg);
  width: 18px;
  height: 18px;
}

.menu-left-dashboard
  .menu-dashboard
  .navbar-menu
  .item-nav
  a
  .icon-item-nav.icon-nav-compte-rendus {
  background: url(../images/icons-menu/icon-compts.svg);
  width: 18px;
  height: 20px;
}

.menu-left-dashboard
  .menu-dashboard
  .navbar-menu
  .item-nav
  a
  .icon-item-nav.icon-nav-speed {
  background: url(../images/icons-menu/icon-speed.svg);
  width: 22px;
  height: 17px;
}

.menu-left-dashboard
  .menu-dashboard
  .navbar-menu
  .item-nav
  a
  .icon-item-nav.icon-nav-statistique {
  background: url(../images/icons-menu/icon-statistics.svg);
  width: 20px;
  height: 19px;
}

.menu-left-dashboard
  .menu-dashboard
  .navbar-menu
  .item-nav
  a
  .icon-item-nav.icon-nav-contenu {
  background: url(../images/icons-menu/icon-contenu.svg);
  width: 16px;
  height: 20px;
}

.menu-left-dashboard
  .menu-dashboard
  .navbar-menu
  .item-nav
  a
  .icon-item-nav.icon-nav-agenda {
  background: url(../images/icons-menu/icon-agenda.svg);
  width: 18px;
  height: 20px;
}

.menu-left-dashboard
  .menu-dashboard
  .navbar-menu
  .item-nav
  a
  .icon-item-nav.icon-nav-ecohorte {
  background: url(../images/icons-menu/icon-ecohorte.svg);
  width: 18px;
  height: 21px;
}

.menu-left-dashboard
  .menu-dashboard
  .navbar-menu
  .item-nav
  a
  .icon-item-nav.icon-nav-user-profil {
  background: url(../images/icons-menu/icon-menu-profil.svg);
  width: 17px;
  height: 25px;
}

.menu-left-dashboard
  .menu-dashboard
  .navbar-menu
  .item-nav
  a
  .icon-item-nav.icon-nav-question {
  background: url(../images/icons-menu/icon-menu-question.svg);
  width: 21px;
  height: 21px;
}

.menu-left-dashboard .menu-dashboard .navbar-menu .item-nav a:hover {
  color: #e00034;
}

.menu-left-dashboard
  .menu-dashboard
  .navbar-menu
  .item-nav
  a:hover
  .icon-item-nav.icon-nav-user {
  background: url(../images/icons-menu/icon-user-active.svg);
}

.menu-left-dashboard
  .menu-dashboard
  .navbar-menu
  .item-nav
  a:hover
  .icon-item-nav.icon-nav-compte-rendus {
  background: url(../images/icons-menu/icon-compts-active.svg);
}

.menu-left-dashboard
  .menu-dashboard
  .navbar-menu
  .item-nav
  a:hover
  .icon-item-nav.icon-nav-speed {
  background: url(../images/icons-menu/icon-speed-active.svg);
}

.menu-left-dashboard
  .menu-dashboard
  .navbar-menu
  .item-nav
  a:hover
  .icon-item-nav.icon-nav-statistique {
  background: url(../images/icons-menu/icon-statistics-active.svg);
}

.menu-left-dashboard
  .menu-dashboard
  .navbar-menu
  .item-nav
  a:hover
  .icon-item-nav.icon-nav-contenu {
  background: url(../images/icons-menu/icon-contenu-active.svg);
}

.menu-left-dashboard
  .menu-dashboard
  .navbar-menu
  .item-nav
  a:hover
  .icon-item-nav.icon-nav-agenda {
  background: url(../images/icons-menu/icon-agenda-active.svg);
}

.menu-left-dashboard
  .menu-dashboard
  .navbar-menu
  .item-nav
  a:hover
  .icon-item-nav.icon-nav-ecohorte {
  background: url(../images/icons-menu/icon-ecohorte-active.svg);
}

.menu-left-dashboard
  .menu-dashboard
  .navbar-menu
  .item-nav
  a:hover
  .icon-item-nav.icon-nav-user-profil {
  background: url(../images/icons-menu/icon-menu-profil-active.svg);
}

.menu-left-dashboard
  .menu-dashboard
  .navbar-menu
  .item-nav
  a:hover
  .icon-item-nav.icon-nav-question {
  background: url(../images/icons-menu/icon-menu-question-active.svg);
}

.menu-left-dashboard .menu-dashboard .navbar-menu .item-nav a.active {
  color: #e00034;
}

.menu-left-dashboard
  .menu-dashboard
  .navbar-menu
  .item-nav
  a.active
  .icon-item-nav.icon-nav-user {
  background: url(../images/icons-menu/icon-user-active.svg);
}

.menu-left-dashboard
  .menu-dashboard
  .navbar-menu
  .item-nav
  a.active
  .icon-item-nav.icon-nav-compte-rendus {
  background: url(../images/icons-menu/icon-compts-active.svg);
}

.menu-left-dashboard
  .menu-dashboard
  .navbar-menu
  .item-nav
  a.active
  .icon-item-nav.icon-nav-speed {
  background: url(../images/icons-menu/icon-speed-active.svg);
}

.menu-left-dashboard
  .menu-dashboard
  .navbar-menu
  .item-nav
  a.active
  .icon-item-nav.icon-nav-statistique {
  background: url(../images/icons-menu/icon-statistics-active.svg);
}

.menu-left-dashboard
  .menu-dashboard
  .navbar-menu
  .item-nav
  a.active
  .icon-item-nav.icon-nav-contenu {
  background: url(../images/icons-menu/icon-contenu-active.svg);
}

.menu-left-dashboard
  .menu-dashboard
  .navbar-menu
  .item-nav
  a.active
  .icon-item-nav.icon-nav-agenda {
  background: url(../images/icons-menu/icon-agenda-active.svg);
}

.menu-left-dashboard
  .menu-dashboard
  .navbar-menu
  .item-nav
  a.active
  .icon-item-nav.icon-nav-ecohorte {
  background: url(../images/icons-menu/icon-ecohorte-active.svg);
}

.menu-left-dashboard
  .menu-dashboard
  .navbar-menu
  .item-nav
  a.active
  .icon-item-nav.icon-nav-user-profil {
  background: url(../images/icons-menu/icon-menu-profil-active.svg);
}

.menu-left-dashboard
  .menu-dashboard
  .navbar-menu
  .item-nav
  a.active
  .icon-item-nav.icon-nav-question {
  background: url(../images/icons-menu/icon-menu-question-active.svg);
}

.menu-left-dashboard .menu-dashboard .navbar-menu .item-nav a.active:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -26px;
  background: url(../images/motif-menu-select.svg);
  width: 29px;
  background-size: contain;
  background-repeat: no-repeat;
}

.menu-left-dashboard .menu-dashboard .navbar-menu .item-nav a .count-menu {
  background-color: #6c777c;
  min-width: 30px;
  height: 17px;
  color: #fff;
  border-radius: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 14px;
  margin-right: 8px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.menu-left-dashboard .menu-dashboard .navbar-menu .item-nav .sub-menu {
  padding-left: 38px;
  margin-bottom: 15px;
}

.menu-left-dashboard
  .menu-dashboard
  .navbar-menu
  .item-nav
  .sub-menu
  .item-nav
  a {
  font-size: 12px;
  line-height: 17px;
  padding: 4px 0;
}

.menu-left-dashboard
  .menu-dashboard
  .navbar-menu
  .item-nav
  .sub-menu
  .item-nav
  a::before {
  content: none;
}

.menu-left-dashboard
  .menu-dashboard
  .navbar-menu
  .item-nav
  .sub-menu
  .item-nav
  a:hover
  .count-menu {
  background-color: #e00034;
}

/* Menu burger */
.header-mobile {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0 15px;
}

.header-mobile #menu-burger {
  position: relative;
  display: inline-block;
  text-align: right;
  width: 24px;
  line-height: 0;
  z-index: 999;
  cursor: pointer;
}

.header-mobile #menu-burger .bar1,
.header-mobile #menu-burger .bar2,
.header-mobile #menu-burger .bar3 {
  width: 24px;
  height: 3px;
  background-color: #323f56;
  margin: 2px 0;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
  display: inline-block;
}

.header-mobile #menu-burger .bar1 {
  width: 20px;
}

.header-mobile #menu-burger .bar2 {
  background-color: #e00034;
  width: 14px;
}

.header-mobile #menu-burger.clicked .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 3px);
  -ms-transform: rotate(-45deg) translate(-6px, 3px);
  transform: rotate(-45deg) translate(-6px, 3px);
  width: 24px;
}

.header-mobile #menu-burger.clicked .bar2 {
  opacity: 0;
}

.header-mobile #menu-burger.clicked .bar3 {
  -webkit-transform: rotate(45deg) translate(-7px, -4px);
  -ms-transform: rotate(45deg) translate(-7px, -4px);
  transform: rotate(45deg) translate(-7px, -4px);
}

/* Animations pour le menu slide */
@keyframes slideRight {
  from {
    left: -320px;
  }
  to {
    left: 0%;
  }
}

@-webkit-keyframes slideRight {
  from {
    left: -320px;
  }
  to {
    left: 0%;
  }
}

@keyframes slideLeft {
  from {
    left: 0%;
  }
  to {
    left: -320px;
  }
}

@-webkit-keyframes slideLeft {
  from {
    left: 0%;
  }
  to {
    left: -320px;
  }
}

.connexion-page .logo-connexion {
  padding: 25px 0 38px;
}

.connexion-page .titre-section {
  margin-bottom: 10px;
}

.connexion-page .row-formulaire-login {
  padding-top: 10px;
  margin: 0;
  margin-bottom: 40px;
}

.connexion-page .row-formulaire-login > div {
  padding: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 12px 44px -20px rgba(0, 0, 0, 0.14);
  box-shadow: 0 12px 44px -20px rgba(0, 0, 0, 0.14);
}

.connexion-page .row-formulaire-login .bloc-formulaire-login {
  padding: 40px 65px;
  height: 100%;
}

.connexion-page
  .row-formulaire-login
  .bloc-formulaire-login
  .form-group:nth-child(2) {
  margin-bottom: 10px;
}

.connexion-page .row-formulaire-login .bloc-formulaire-login .form-control {
  padding-left: 60px;
}

.connexion-page .row-formulaire-login .bloc-formulaire-login .oublier-password {
  text-align: right;
  font-size: 12px;
  margin-bottom: 21px;
}

.connexion-page
  .row-formulaire-login
  .bloc-formulaire-login
  .oublier-password
  a {
  color: #9faca1;
  text-decoration: none;
  display: block;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.connexion-page
  .row-formulaire-login
  .bloc-formulaire-login
  .oublier-password
  a:hover {
  color: #e00034;
}

.connexion-page .row-formulaire-login .bloc-formulaire-login .form-check {
  padding-left: 38px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.connexion-page
  .row-formulaire-login
  .bloc-formulaire-login
  .form-check
  .form-check-label {
  font-size: 15px;
  line-height: 17px;
  cursor: pointer;
}

.connexion-page
  .row-formulaire-login
  .bloc-formulaire-login
  .form-check
  input[type="checkbox"] {
  left: 0;
  margin: 0;
  border-color: #000;
}

.connexion-page
  .row-formulaire-login
  .bloc-formulaire-login
  .form-check
  input[type="checkbox"]:checked {
  background: #000;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
}

.connexion-page
  .row-formulaire-login
  .bloc-formulaire-login
  .notice-texte-login {
  padding: 34px 0 18px;
  font-size: 12px;
}

.connexion-page
  .row-formulaire-login
  .bloc-formulaire-login
  .notice-texte-login
  a {
  font-family: "lucidasans-Demibold";
  color: #323f56;
  text-decoration: none;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.connexion-page
  .row-formulaire-login
  .bloc-formulaire-login
  .notice-texte-login
  a:hover {
  color: #e00034;
}

.connexion-page .row-formulaire-login .bloc-image-connexion::before {
  content: "";
  position: absolute;
  top: -96px;
  right: -74px;
  background: url(../images/image-connexion-3x.png);
  width: 110px;
  height: 275px;
  background-repeat: no-repeat;
  background-size: contain;
}

.connexion-page .row-formulaire-login .bloc-image-connexion img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.connexion-page.connexion-page-ssu .form-check {
  margin-bottom: 35px !important;
}

.termine-inscrir-page .logo-inscrir-page {
  padding: 25px 0 38px;
}

.termine-inscrir-page .titre-section {
  margin-bottom: 25px;
}

.termine-inscrir-page .sub-titre-inscrir {
  margin-bottom: 25px;
}

.termine-inscrir-page .row-content-inscrir {
  margin: 0;
  margin-bottom: 40px;
  background: #ffffff;
  -webkit-box-shadow: 0 12px 44px -20px rgba(0, 0, 0, 0.14);
  box-shadow: 0 12px 44px -20px rgba(0, 0, 0, 0.14);
}

.termine-inscrir-page .row-content-inscrir > div {
  padding: 0;
}

.termine-inscrir-page .row-content-inscrir .content-form-inscrir {
  padding: 65px 72px;
  height: 100%;
}

.termine-inscrir-page .row-content-inscrir .titre-form-inscrir {
  margin-bottom: 40px;
  font-family: "lucidasans-Demibold";
}

.termine-inscrir-page .row-content-inscrir .form-group label {
  font-size: 16px;
  line-height: 18px;
}

.termine-inscrir-page .row-content-inscrir .form-group input,
.termine-inscrir-page .row-content-inscrir .form-group select,
.termine-inscrir-page .row-content-inscrir .form-group .nice-select {
  font-size: 16px;
  color: #9faca1;
}

.termine-inscrir-page .row-content-inscrir .bloc-btn-inscrir {
  padding-top: 30px;
}

.termine-inscrir-page .row-content-inscrir .bloc-image-inscrir::before {
  content: "";
  position: absolute;
  top: -96px;
  right: -64px;
  background: url(../images/image-connexion-3x.png);
  width: 110px;
  height: 275px;
  background-repeat: no-repeat;
  background-size: contain;
}

.termine-inscrir-page .row-content-inscrir .bloc-image-inscrir img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.bloc-search-medecin {
  padding: 20px 23px;
}

.bloc-search-medecin .form-check-proximite .form-check-inline {
  margin-right: 40px;
}

.bloc-search-medecin .form-check-proximite .form-check-inline:last-child {
  margin-right: 0;
}

.bloc-search-medecin .nice-select {
  margin-bottom: 30px;
}

.bloc-search-medecin .search-proximite {
  font-family: "lucidasans-Demibold";
  margin-bottom: 15px;
}

.bloc-search-medecin .bloc-valide-btn {
  text-align: center;
}

.bloc-favoris-medecins {
  padding: 20px 0;
}

.bloc-favoris-medecins .titre-bloc {
  padding: 0 26px;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-page-espace .blocs-searchs-favoris {
  margin: 0 -9px 30px;
}

.content-page-espace .blocs-searchs-favoris > div {
  padding: 0 9px;
}

.content-page-espace .blocs-searchs-favoris > div > div {
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 12px 44px -20px rgba(0, 0, 0, 0.14);
  box-shadow: 0 12px 44px -20px rgba(0, 0, 0, 0.14);
  height: 100%;
}

#modalPoints .modal-dialog {
  width: 776px;
  max-width: 90%;
  margin: 14vmin auto;
}

#modalPoints .modal-point-body {
  padding: 46px 10px 0;
}

#modalPoints .head-modal-point {
  width: 450px;
  max-width: 100%;
  padding: 0 20px;
  text-align: center;
  margin: 0 auto 45px;
  font-size: 19px;
  line-height: 19px;
}

#modalPoints .title-modal-points {
  font-family: "lucidasans-Demibold";
  font-size: 34px;
  line-height: 43px;
  color: #e00034;
}

#modalPoints .image-modal-point {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-right: 60px;
}

#modalPoints .image-modal-point img {
  width: 498px;
  max-width: 100%;
  position: relative;
  bottom: -2px;
}

#modalPoints .btn-default {
  margin-bottom: 60px;
  float: right;
}

#modalUpdatePoints .modal-dialog {
  width: 776px;
  max-width: 90%;
  margin: 14vmin auto;
}

#modalUpdatePoints .modal-content {
  padding: 60px 20px;
  text-align: center;
}

#modalUpdatePoints .title-modal-points {
  font-family: "lucidasans-Demibold";
  font-size: 20px;
  line-height: 27px;
}

#modalUpdatePoints .form-control {
  width: 170px;
  margin: 34px auto;
  text-align: center;
  display: block;
  height: 50px;
}

#modalNotice .modal-dialog {
  width: 776px;
  max-width: 90%;
  margin: 14vmin auto;
}

#modalNotice .modal-content {
  padding: 60px 20px;
  text-align: center;
}

#modalNotice .title-modal-notice {
  font-family: "lucidasans-Demibold";
  font-size: 20px;
  line-height: 27px;
}

#modalNotice .choix-modal-notice {
  margin-top: 45px;
}

#modalNotice button {
  margin: 0 24px;
  width: 132px;
}

#modalNotice button.btn-red {
  background-color: #e00034;
  border-color: #e00034;
}

#modalNotice button.btn-red:hover {
  background-color: transparent;
  color: #e00034;
}

#modalNotice button.btn-gray {
  background-color: #6c777c;
  border-color: #6c777c;
}

#modalNotice button.btn-gray:hover {
  background-color: transparent;
  color: #6c777c;
}

.swiper-pagination {
  display: none;
}

.content-page-profil .cadre-content {
  padding: 50px 55px;
}

.content-page-profil .cadre-content .titre-form-profil {
  margin-bottom: 40px;
  font-family: "lucidasans-Demibold";
}

.content-page-profil .cadre-content .form-group label {
  font-size: 16px;
  line-height: 18px;
}

.content-page-profil .cadre-content .form-group input,
.content-page-profil .cadre-content .form-group select,
.content-page-profil .cadre-content .form-group .nice-select {
  font-size: 16px;
}

.content-page-profil .cadre-content .bloc-btn-inscrir {
  padding-top: 30px;
}

#modaldashbord-profil .modal-dialog {
  width: 776px;
  max-width: 90%;
  margin: 14vmin auto;
}

#modaldashbord-profil .modal-point-body {
  padding: 70px 10px 0;
}

#modaldashbord-profil .repense-btns-profil {
  text-align: center;
  display: none;
}

#modaldashbord-profil .head-modal-point {
  padding: 0 80px;
  text-align: center;
  margin: 0 auto 45px;
}

#modaldashbord-profil .title-modal-points {
  font-family: "lucidasans-Demibold";
  font-size: 34px;
  line-height: 43px;
  color: #e00034;
}

#modaldashbord-profil .image-modal-point {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#modaldashbord-profil .image-modal-point img {
  width: 370px;
  max-width: 100%;
  position: relative;
  bottom: -2px;
}

#modaldashbord-profil .bloc-btns-popup-profil {
  width: 525px;
  max-width: 100%;
  margin: auto;
  text-align: center;
}

#modaldashbord-profil .close {
  position: absolute;
  right: 125px;
  bottom: 55px;
}

#modaldashbord-profil .btns-popup-profil {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 22px;
}

#modaldashbord-profil .btns-popup-profil .btn-default {
  background-color: #c7c7d4;
  border-color: #c7c7d4;
  margin-bottom: 0 10px 20px;
}

#modaldashbord-profil .btns-popup-profil .btn-default:hover {
  color: #c7c7d4;
  background-color: transparent;
}

.content-page-etudes .blocs-rows-etudes > div {
  margin-bottom: 38px;
}

.content-page-etudes .bloc-invite-consultes {
  padding-bottom: 12px;
}

.content-page-etudes .bloc-invite-consultes .row {
  margin: 0 -8px;
}

.content-page-etudes .bloc-invite-consultes .row > div {
  padding: 8px;
}

.content-page-etudes .bloc-invite-consultes .content-coitem-consulte {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  font-family: "lucidasans-Demibold";
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  text-align: center;
}

.content-page-etudes
  .bloc-invite-consultes
  .content-coitem-consulte:hover::before {
  opacity: 0.4;
}

.content-page-etudes .bloc-invite-consultes .content-coitem-consulte::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  bottom: 0;
  background-color: #000;
  opacity: 0.7;
  border-radius: 10px;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.content-page-etudes .bloc-invite-consultes .content-coitem-consulte img {
  height: 211px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-page-etudes
  .bloc-invite-consultes
  .content-coitem-consulte
  .titre-item-consulte {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 0 10px;
  margin: 0;
  z-index: 1;
}

.content-page-etudes .bloc-points-etude {
  min-height: 393px;
  position: relative;
  overflow: hidden;
}

.content-page-etudes .bloc-points-etude .nbr-points {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}

.content-page-etudes .bloc-points-etude .nbr-points .count-points {
  font-family: "lucidasans-Demibold";
  font-size: 60px;
  line-height: 70px;
}

.content-page-etudes .bloc-points-etude .date-ajour-point {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #969ea4;
  font-size: 14px;
  line-height: 16px;
}

.content-page-etudes .bloc-points-etude img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.content-page-etudes .bloc-cadeaux-etude {
  padding-bottom: 0;
  overflow: hidden;
}

.content-page-etudes .bloc-cadeaux-etude .titre-bloc {
  margin-bottom: 16px;
}

.content-page-etudes .bloc-cadeaux-etude .text-cadeaux-etude {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
}

.content-page-etudes .bloc-cadeaux-etude .text-cadeaux-etude span {
  font-family: "lucidasans-Demibold";
  color: #e00034;
}

.content-page-etudes .bloc-cadeaux-etude .bottom-cadeaux-etude {
  position: relative;
  margin: 0 -15px;
}

.content-page-etudes .bloc-cadeaux-etude .img-cadeaux-etude {
  position: relative;
  height: 230px;
  z-index: 0;
}

.content-page-etudes .bloc-cadeaux-etude .img-cadeaux-etude img {
  position: absolute;
  bottom: -1px;
  left: 0px;
  right: 0px;
}

.content-page-etudes .bloc-cadeaux-etude .btn-message-cadeaux {
  position: relative;
  background-color: #fdeff2;
  padding: 10px 0 25px;
  text-align: center;
}

.content-page-questions tbody span {
  display: block;
  width: 250px;
  max-width: 250px;
}

.titre-sub-bloc {
  font-family: "lucidasans-Demibold";
}

.description-cadre-content {
  font-size: 15px;
  margin-bottom: 20px;
}

.description-cadre-content p:last-child {
  margin-bottom: 0;
}

.content-ecohorte-questions .ql-editor {
  min-height:100px;
}
.progress {
  height: 1.4rem;
}
.progress .progress-bar-animated {
    width: 100%;
    font-size: 1.3em;
    background-color: #ea8a37;
}

.content-ecohorte-questions .form-ecohorte-questions > .row > div {
  margin-bottom: 30px;
}

.content-ecohorte-questions .cadre-content {
  padding: 32px;
}

.content-ecohorte-questions .titre-sub-bloc {
  margin-bottom: 25px;
}

.content-ecohorte-questions .description-cadre-content {
  font-size: 16px;
  line-height: 28px;
}

.content-ecohorte-questions .form-check {
  margin-bottom: 25px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-ecohorte-questions .form-check .form-check-input {
  position: static;
  margin: 0;
  margin-right: 10px;
  background-origin: border-box;
  border-color: #000;
}

.content-ecohorte-questions .form-check .form-check-input:checked {
  background-color: #000;
}

.content-ecohorte-questions .form-check .form-control {
  margin-top: 15px;
}

.content-ecohorte-questions .form-check:last-child {
  margin-bottom: 10px;
}

.content-ecohorte-questions .form-group label {
  font-size: 16px;
  line-height: 18px;
}

.content-ecohorte-questions .form-group:last-child {
  margin-bottom: 0;
}

.content-ecohorte-questions .form-group:last-child .nice-select {
  margin-bottom: 0;
}

.content-ecohorte-questions textarea {
  height: 140px;
}

.content-ecohorte-questions .titre-Radio {
  margin-bottom: 0;
}

.content-ecohorte-questions .groupe-line-form {
  background-color: #f9fafc;
  padding: 30px 5px;
  margin: 0 -20px 20px;
  border-radius: 2px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.content-ecohorte-questions .groupe-line-form .form-check {
  margin-bottom: 0;
}

.content-ecohorte-questions .groupe-line-form .form-check .form-check-input {
  margin-right: 0;
}

.content-ecohorte-questions .groupe-titre-form {
  margin: 0 -20px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.content-ecohorte-questions .groupe-titre-form > div {
  padding: 0 5px;
}

.content-ecohorte-questions .bloc-drags-questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 35px;
}

.content-ecohorte-questions .bloc-drags-questions .bloc-full-drags {
  width: calc(100% - 288px);
  max-width: 100%;
  padding-right: 38px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.content-ecohorte-questions .bloc-drags-questions .bloc-type-questions {
  width: 288px;
  max-width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .bloc-type-questions
  .cadre-content {
  height: auto;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.content-ecohorte-questions .bloc-drags-questions .item-type-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ea8a37;
  background-clip: border-box;
  padding: 12px 20px;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.content-ecohorte-questions .bloc-drags-questions .item-type-question:hover {
  -webkit-box-shadow: 0 12px 44px -20px rgba(0, 0, 0, 0.14);
  box-shadow: 0 12px 44px -20px rgba(0, 0, 0, 0.14);
}

.content-ecohorte-questions .bloc-drags-questions .item-type-question p {
  margin-bottom: 0;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .item-type-question:last-child {
  margin-bottom: 0;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .item-type-question
  .icon-type-question {
  background-color: #000;
  display: none;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .item-type-question
  .icon-type-question.icon-seul-choix {
  background: url(../images/icon-type-radio_button.svg);
  height: 19px;
  min-width: 19px;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .item-type-question
  .icon-type-question.icon-choix-multi {
  background: url(../images/icon-type-check_box.svg);
  height: 17px;
  min-width: 17px;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .item-type-question
  .icon-type-question.icon-lists {
  background: url(../images/icon-type-format_list.svg);
  height: 18px;
  min-width: 21px;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .item-type-question
  .icon-type-question.icon-text {
  background: url(../images/icon-type-text_format.svg);
  height: 18px;
  min-width: 16px;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .item-type-question
  .icon-type-question.icon-grid-case {
  background: url(../images/icon-type-grid-case.svg);
  height: 18px;
  min-width: 21px;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .item-type-question
  .icon-type-question.icon-echelle {
  background: url(../images/icon-type-linear_scale.svg);
  height: 6px;
  min-width: 22px;
}

.content-ecohorte-questions .bloc-drags-questions .header-item-drag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.content-ecohorte-questions .bloc-drags-questions .header-item-drag button {
  padding: 0;
  border: 0;
  background-color: transparent;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 10px;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .header-item-drag
  .options-item-drag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .header-item-drag
  .btn-more-option {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 10px;
  cursor: pointer;
  z-index: 99;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .header-item-drag
  .btn-more-option.active-option
  .bloc-more-option {
  opacity: 1;
  pointer-events: all;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .header-item-drag
  .bloc-more-option {
  position: absolute;
  top: 16px;
  right: 10px;
  padding: 20px 25px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #efefef;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: 0.1s all;
  -o-transition: 0.1s all;
  transition: 0.1s all;
  pointer-events: none;
  z-index: 1;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .header-item-drag
  .bloc-more-option::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 17px 25px;
  border-color: transparent transparent #ffffff transparent;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .header-item-drag
  .bloc-more-option
  button {
  font-family: "LucidaSans-Regular";
  width: 100%;
  margin: 0 0 20px;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .header-item-drag
  .bloc-more-option
  button:last-child {
  margin-bottom: 0;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .header-item-drag
  .titre-item-drag {
  font-family: "lucidasans-Demibold";
  margin-bottom: 15px;
}

.content-ecohorte-questions .bloc-drags-questions .icon-more-option {
  display: inline-block;
  height: 5px;
  width: 20px;
  background: url(../images/icon-option.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.content-ecohorte-questions .bloc-drags-questions .icon-up {
  display: inline-block;
  height: 6px;
  width: 10px;
  background: url(../images/icon-up.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.content-ecohorte-questions .bloc-drags-questions .icon-down {
  display: inline-block;
  height: 6px;
  width: 10px;
  background: url(../images/icon-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.content-ecohorte-questions .bloc-drags-questions .icon-collapse {
  display: inline-block;
  height: 3px;
  width: 11px;
  background: url(../images/icon-collapse.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.content-ecohorte-questions .bloc-drags-questions .detail-item-drag {
  padding-top: 20px;
}

.content-ecohorte-questions .bloc-drags-questions .item-content-drag {
  margin-bottom: 35px;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .item-content-drag
  .form-group {
  margin-bottom: 30px;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .item-content-drag
  .radiobutton-drag,
.content-ecohorte-questions
  .bloc-drags-questions
  .item-content-drag
  .checkbox-drag {
  margin-bottom: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .item-content-drag
  .radiobutton-drag
  .delete-valeur-drag,
.content-ecohorte-questions
  .bloc-drags-questions
  .item-content-drag
  .checkbox-drag
  .delete-valeur-drag {
  margin-left: auto;
  background-color: transparent;
  border: 0;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .item-content-drag
  .radiobutton-drag
  .delete-valeur-drag,
.content-ecohorte-questions
  .bloc-drags-questions
  .item-content-drag
  .checkbox-drag
  .delete-valeur-drag {
  margin-left: auto;
  background-color: transparent;
  border: 0;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .item-content-drag
  .checkboxGrid {
  background-color: #f9fafc;
  padding: 20px;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .item-content-drag
  .checkboxGrid
  .titre-gridCaseCocher {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .item-content-drag
  .checkboxGrid
  .titre-gridCaseCocher
  p {
  font-family: "lucidasans-Demibold";
  margin-bottom: 12px;
}

.content-ecohorte-questions .bloc-drags-questions .item-content-drag textarea {
  height: 174px;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .item-content-drag
  .add-valeur-drag {
  margin-bottom: 30px;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .item-content-drag
  .obligatoir-bloc {
  border-top: 1px solid #e2e2e2;
  padding-top: 35px;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .item-content-drag
  .choix-select-echelle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .item-content-drag
  .choix-select-echelle
  > span {
  margin: 0 10px;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .item-content-drag
  .choix-select-echelle
  .select-medecin {
  margin-bottom: 0;
  padding: 0;
  line-height: initial;
  height: auto;
  border: 0;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .item-content-drag
  .choix-select-echelle
  .select-medecin
  .current {
  font-family: "lucidasans-Demibold";
}

.content-ecohorte-questions
  .bloc-drags-questions
  .item-content-drag
  .choix-select-echelle
  .select-medecin::after {
  background: url(../images/icon-arrow-select.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  min-width: 12px;
  height: 7px;
  border: 0;
  position: relative;
  right: auto;
  top: 2px;
  display: inline-block;
  margin-left: 4px;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .item-content-drag
  .choix-select-echelle
  .select-medecin
  .nice-select-dropdown {
  width: 45px;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .item-content-drag
  .choix-select-echelle
  .select-medecin
  .nice-select-dropdown
  .list {
  height: 100px;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .item-content-drag
  .libelles-echelle {
  padding-bottom: 10px;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .item-content-drag
  .libelles-echelle
  > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .item-content-drag
  .libelles-echelle
  label {
  margin-right: 10px;
}

.content-ecohorte-questions
  .bloc-drags-questions
  .item-content-drag
  .libelles-echelle
  .form-control {
  width: 195px;
  max-width: 100%;
}

.bloc-niveau-dependance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  align-items: center;
}

.bloc-niveau-dependance .status-niveau-dependance {
  margin-bottom: 10px;
  font-size: 15px;
}

.bloc-niveau-dependance .radio-niveau-dependance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  width: 100%;
  padding: 0 22px;
  flex-wrap: wrap;
}

.bloc-niveau-dependance .radio-niveau-dependance .form-check {
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bloc-niveau-dependance .radio-niveau-dependance .form-check:last-of-type {
  margin-right: 0;
}

.bloc-niveau-dependance .radio-niveau-dependance .form-check label {
  width: 100%;
  text-align: center;
  padding-left: 0;
  margin-bottom: 6px;
}

.bloc-niveau-dependance .radio-niveau-dependance .form-check .form-check-input {
  margin-right: 0;
}

.btn-send-question {
  text-align: center;
  padding-top: 15px;
}

.content-ecohorte-gestion .upload-ecohorte-bloc {
  margin: 58px -10px 0;
}

.content-ecohorte-gestion .upload-ecohorte-bloc > div {
  margin-bottom: 24px;
  padding: 0 10px;
}

.paginations-bloc-ecohorte {
  padding-top: 0;
}

.custom-file-ecohorte {
  height: 211px;
  width: 100%;
  overflow: hidden;
}

.custom-file-ecohorte input {
  height: 100%;
  position: absolute;
  cursor: pointer;
}

.custom-file-ecohorte .custom-file-label {
  position: static;
  display: block;
  height: 100%;
  line-height: 36px;
  text-align: center;
  color: #495057;
  border: 1px dashed #ea8a37;
  border-radius: 10px;
  font-size: 13px;
  color: #c7c7d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom-file-ecohorte .custom-file-label::after {
  content: none;
}

.custom-file-ecohorte .custom-file-label.selected {
  overflow: scroll;
}

.custom-file-ecohorte .custom-file-label i {
  display: inline-block;
  background: url(../images/icon-add-file.svg);
  height: 26px;
  width: 26px;
  background-repeat: no-repeat;
  background-size: contain;
}

.content-item-etude-gestion {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.content-item-etude-gestion::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.67;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(10%, rgba(101, 104, 101, 0)),
    to(#000000)
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(101, 104, 101, 0) 10%,
    #000000 100%
  );
  background-image: -o-linear-gradient(
    top,
    rgba(101, 104, 101, 0) 10%,
    #000000 100%
  );
  background-image: linear-gradient(
    180deg,
    rgba(101, 104, 101, 0) 10%,
    #000000 100%
  );
  z-index: 0;
}

.content-item-etude-gestion .check-item-etude {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  z-index: 1;
}

.content-item-etude-gestion .check-item-etude input[type="checkbox"] {
  position: absolute;
  top: -1px;
  left: 22px;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.content-item-etude-gestion
  .check-item-etude
  input[type="checkbox"]:checked
  + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 7px;
  width: 6px;
  height: 12px;
  border: solid #ea8a37;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.content-item-etude-gestion .check-item-etude span {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.content-item-etude-gestion .check-item-etude span::before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 5px;
}

.content-item-etude-gestion img {
  height: 211px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-item-etude-gestion .titre-item-etude-gestion {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  z-index: 1;
}

.content-item-etude-gestion .option-item-etude-gestion {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}

.content-item-etude-gestion .option-item-etude-gestion button {
  background-color: transparent;
  border: 0;
}

.content-item-etude-gestion .option-item-etude-gestion .icon-update-blanc {
  display: inline-block;
  height: 19px;
  width: 19px;
  background: url(../images/icon-update-blanc.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.content-item-etude-gestion .option-item-etude-gestion .icon-delete-blanc {
  display: inline-block;
  height: 20px;
  width: 16px;
  background: url(../images/icon-delete-blanc.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.formulaire-ecohorte-etude .form-group {
  margin-bottom: 30px;
}

.formulaire-ecohorte-etude .form-group label {
  font-size: 16px;
  line-height: 18px;
}

.formulaire-ecohorte-etude textarea {
  height: 178px;
}

.formulaire-ecohorte-etude .select-medecin {
  margin-bottom: 0;
}

.formulaire-ecohorte-etude .select-medecin:after {
  background: url(../images/arrow-down-bleu.svg);
}

.formulaire-ecohorte-etude .dates-ecohorte-etude span {
  display: inline;
  padding: 0 15px;
}

.formulaire-ecohorte-etude .dates-ecohorte-etude span:first-child {
  padding-left: 0;
}

.formulaire-ecohorte-etude .selectNumber-ecohorte-etude {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.formulaire-ecohorte-etude .selectNumber-ecohorte-etude span {
  display: inline;
  padding: 0 8px;
}

.formulaire-ecohorte-etude .selectNumber-ecohorte-etude > div {
  width: 100%;
}

.formulaire-ecohorte-etude .selectNumber-ecohorte-etude > div:first-child span {
  padding-left: 0;
}

.formulaire-ecohorte-etude .sexe-ecohorte-etude .form-check-inline {
  margin-right: 32px;
  margin-bottom: 30px;
  font-size: 15px;
}

.formulaire-ecohorte-etude .sexe-ecohorte-etude input[type="radio"] {
  border-color: #000;
}

.formulaire-ecohorte-etude .sexe-ecohorte-etude input[type="radio"]:checked {
  background: #000;
}

.formulaire-ecohorte-etude .half-bloc-form {
  width: 220px;
  max-width: 100%;
}

.formulaire-ecohorte-etude .upload-file-etude {
  background-color: rgba(234, 138, 55, 0.07);
  border-radius: 10px;
  padding: 28px;
  width: 444px;
  max-width: 100%;
  margin-bottom: 30px;
}

.formulaire-ecohorte-etude .upload-file-etude > div {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.formulaire-ecohorte-etude .upload-file-etude .titre-file-etude {
  font-family: "lucidasans-Demibold";
  font-size: 16px;
  margin-bottom: 20px;
}

.formulaire-ecohorte-etude .upload-file-etude .btn-default {
  position: relative;
  cursor: pointer;
  line-height: 32px;
  margin-bottom: 20px;
  z-index: 2;
}

.formulaire-ecohorte-etude .upload-file-etude .btn-default:hover {
  background-color: transparent;
  color: #ea8a37;
  pointer-events: none;
  z-index: 0;
}

.formulaire-ecohorte-etude .upload-file-etude .custom-file-input {
  position: absolute;
  top: 0;
  right: 0;
  width: 187px;
  height: 45px;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.formulaire-ecohorte-etude .upload-file-etude .custom-file-label {
  position: relative;
  width: 100%;
  background-color: transparent;
  border: 0;
  color: #8a847f;
  letter-spacing: 0.4px;
  font-size: 14px;
  padding: 0;
  margin-bottom: 0;
  height: auto;
  z-index: 0;
}

.formulaire-ecohorte-etude .upload-file-etude .custom-file-label::after {
  content: none;
}

.formulaire-ecohorte-etude .upload-file-etude .icon-close {
  float: right;
  background: url(../images/cancel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 18px;
  width: 18px;
  cursor: pointer;
  margin: 0;
  border: 0;
  display: none;
}

.btn-back-arrow {
  background-color: transparent;
  border: 0;
}

.btn-back-arrow .back-arrow {
  display: inline-block;
  background: url(../images/arrow-back.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 15px;
}

.content-ecohorte-etudeTabac {
  margin: 30px -10px 0;
}

.content-ecohorte-etudeTabac > div {
  padding: 0 10px;
  margin-bottom: 20px;
}

.content-ecohorte-etudeTabac .content-item-etudeTabac {
  border: 1px solid #cbd2cc;
  border-radius: 10px;
  padding: 16px;
}

.content-ecohorte-etudeTabac .img-bloc-etude {
  background-color: rgba(234, 138, 55, 0.07);
  text-align: center;
  padding: 40px 0;
  border-radius: 10px;
  margin-bottom: 20px;
}

.content-ecohorte-etudeTabac .img-bloc-etude img {
  height: 55px;
}

.content-ecohorte-etudeTabac .titre-etudeTabac {
  font-family: "lucidasans-Demibold";
  font-size: 15px;
  height: 80px;
}

.content-ecohorte-etudeTabac .bloc-date-more {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-ecohorte-etudeTabac
  .bloc-date-more.active-option
  .option-item-etude-gestion {
  z-index: 99;
}

.content-ecohorte-etudeTabac
  .bloc-date-more.active-option
  .option-btns-item-etude-gestion {
  opacity: 1;
  pointer-events: all;
  z-index: 100;
}

.content-ecohorte-etudeTabac .date-item-etudeTabac {
  display: inline-block;
  color: #9faca1;
  font-size: 15px;
  margin-right: 10px;
}

.content-ecohorte-etudeTabac .option-item-etude-gestion {
  position: relative;
  cursor: pointer;
}

.content-ecohorte-etudeTabac .option-item-etude-gestion .icon-more-option {
  display: inline-block;
  vertical-align: middle;
  height: 5px;
  width: 20px;
  background: url(../images/icon-option.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.content-ecohorte-etudeTabac .option-btns-item-etude-gestion {
  position: absolute;
  top: 26px;
  right: 10px;
  padding: 20px 18px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #efefef;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: 0.1s all;
  -o-transition: 0.1s all;
  transition: 0.1s all;
  pointer-events: none;
  width: 306px;
}

.content-ecohorte-etudeTabac .option-btns-item-etude-gestion::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 17px 25px;
  border-color: transparent transparent #ffffff transparent;
}

.content-ecohorte-etudeTabac .option-btns-item-etude-gestion.drop-down-top {
  top: auto;
  bottom: 26px;
  right: -3px;
}

.content-ecohorte-etudeTabac
  .option-btns-item-etude-gestion.drop-down-top::before {
  bottom: -5px;
  top: auto;
  right: 5px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}

.content-ecohorte-etudeTabac .option-btns-item-etude-gestion button {
  font-family: "LucidaSans-Regular";
  width: 100%;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  background-color: transparent;
  border: 0;
}

.content-ecohorte-etudeTabac .option-btns-item-etude-gestion button:last-child {
  margin-bottom: 0;
}

.content-ecohorte-etudeTabac .option-btns-item-etude-gestion button i {
  margin-top: 3px;
}

.content-ecohorte-etudeTabac .custom-file-ecohorte {
  height: 100%;
}

.content-ecohorte-etudeTabac
  .custom-file-ecohorte.active-option
  .option-item-etude-gestion {
  z-index: 99;
}

.content-ecohorte-etudeTabac
  .custom-file-ecohorte.active-option
  .option-btns-item-etude-gestion {
  opacity: 1;
  pointer-events: all;
  z-index: 100;
}

.content-ecohorte-etudeTabac .custom-file-ecohorte .option-item-etude-gestion {
  position: absolute;
  bottom: 16px;
  right: 26px;
  z-index: 99;
}

.content-ecohorte-etudeTabac .custom-file-ecohorte .custom-file-label {
  font-size: 16px;
}

.formulaire-etudiant-infos .titre-form-profil {
  margin-bottom: 20px;
}

.formulaire-etudiant-infos .bloc-btn-inscrir {
  padding-top: 15px;
}

.filter-list-gestion {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.filter-list-gestion .date-gestion-filter {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.filter-list-gestion .date-gestion-filter span {
  margin-right: 10px;
}

.filter-list-gestion .date-gestion-filter .input-date-agenda {
  max-width: 180px;
}

.filter-list-gestion .format-fgestion-filter {
  margin: 0 10px;
}

.filter-list-gestion .format-fgestion-filter span {
  white-space: nowrap;
  display: inline-block;
  margin-right: 20px;
}

.filter-list-gestion .form-check input[type="radio"] {
  border-color: #000;
  vertical-align: middle;
}

.filter-list-gestion .form-check input[type="radio"]:checked {
  background-color: #000;
}

.filter-list-gestion .btn-default {
  margin-bottom: 18px;
  white-space: nowrap;
}

.bloc-search-etudiant {
  padding: 40px 35px 30px;
  border: 1px solid #e0e4e1;
}

.bloc-search-etudiant .table {
  font-size: 15px;
  line-height: 22px;
}

.bloc-search-etudiant .table .form-check {
  padding-left: 0;
  margin: 0;
}

.bloc-search-etudiant .table .form-check input[type="checkbox"] {
  border-color: #000;
  vertical-align: middle;
}

.bloc-search-etudiant .table .form-check input[type="checkbox"]:checked {
  background-color: #000;
}

.bloc-search-etudiant .table td[colspan] {
  padding: 30px 0.75rem 0;
  text-transform: uppercase;
}

.bloc-search-etudiant .table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bloc-search-etudiant .table .name-etudiant {
  width: 100%;
}

.bloc-search-etudiant .table .modal-point {
  white-space: nowrap;
  padding: 0.75rem 23px;
}

.bloc-search-etudiant .table .modal-point a {
  color: #b86f31;
  text-decoration: underline;
}

.bloc-search-etudiant .table .number-point {
  padding: 0.75rem 23px;
  white-space: nowrap;
}

.bloc-search-etudiant .table .delete-item-table {
  background-color: transparent;
  border: 0;
}

.search-etudiant {
  width: 426px;
  max-width: 100%;
  position: relative;
}

.search-etudiant .form-control {
  padding-left: 60px;
  font-size: 16px;
}

.search-etudiant::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 48px;
  background-color: #e8eae8;
  height: 20px;
  width: 1px;
  pointer-events: none;
}

.search-etudiant .btn-search {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 48px;
  background-color: transparent;
  border: 0;
}

.search-etudiant .btn-search .icon-search {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  background: url(../images/icon-search-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.content-page-results .bloc-showing-results {
  padding: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0 12px 44px -20px rgba(0, 0, 0, 0.14);
  box-shadow: 0 12px 44px -20px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
}

.content-page-results .itinerary-doctors {
  height: 500px;
}

.item-doctor {
  display: inline-block;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  padding-bottom: 25px;
  border-bottom: 1px solid #f8f8f8;
  margin-bottom: 35px;
  position: relative;
}

.item-doctor:last-child {
  border: 0;
  padding-bottom: 0;
}

.item-doctor .img-doctor {
  min-width: 78px;
  height: 78px;
  width: 78px;
  border-radius: 10px;
  overflow: hidden;
}

.item-doctor .img-doctor img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.item-doctor .detail-doctor {
  padding-left: 12px;
}

.item-doctor .detail-doctor .btn-fav-doctor {
  position: absolute;
  top: 0;
  right: 12px;
  border: 0;
  background-color: transparent;
  padding: 0;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.item-doctor .detail-doctor .btn-fav-doctor .icon-fav-doctor {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 17px;
  background: url(../images/icon-star-off.svg);
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.item-doctor .detail-doctor .btn-fav-doctor.active .icon-fav-doctor {
  background: url(../images/icon-star.svg);
}

.item-doctor .detail-doctor .name-doctor {
  font-family: "lucidasans-Demibold";
  font-size: 18px;
  line-height: 21px;
  display: inline-block;
  max-width: 100%;
  width: 160px;
  margin-bottom: 5px;
}

.item-doctor .detail-doctor .fonction-doctor {
  color: #8a989e;
  margin-bottom: 15px;
}

.item-doctor .sub-detail-doctor {
  padding-left: 90px;
}

.item-doctor .sub-detail-doctor .itinerary-doctor {
  margin-bottom: 8px;
}

.item-doctor .sub-detail-doctor > .btn-default {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  cursor: url(../images/icon-cursor.svg), default;
  margin-bottom: 15px;
}

.item-doctor .sub-detail-doctor > .btn-default:hover {
  color: #fff;
  background-color: #ea8a37;
  border: 1px solid #ea8a37;
}

.item-doctor .sub-detail-doctor > .btn-default:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.item-doctor .sub-detail-doctor > .btn-default b {
  display: inline;
}

.item-doctor .sub-detail-doctor > .btn-default:not(.collapsed) span {
  display: none;
}

.item-doctor .sub-detail-doctor > .btn-default.collapsed {
  background-color: #c7c7d4;
  border: 1px solid #c7c7d4;
}

.item-doctor .sub-detail-doctor > .btn-default.collapsed b {
  display: none;
}

.item-doctor .sub-detail-doctor > .btn-default.collapsed:hover {
  color: #fff;
  background-color: #ea8a37;
  border: 1px solid #ea8a37;
}

.item-doctor .notice-more-detail {
  color: #8a989e;
  line-height: 22px;
  margin-bottom: 20px;
  width: 390px;
  max-width: 100%;
}

.item-doctor .map-itinerary {
  display: none;
}

.item-doctor .card-body {
  background-color: #fdf7f1;
  border-radius: 10px;
  border: 0;
}

.item-doctor .card-body .notice-choix {
  color: #b86f31;
  font-size: 14px;
  line-height: 22px;
  margin: 10px 0;
}

.item-doctor .card-body .form-check {
  padding-left: 35px;
  margin-bottom: 20px;
}

.item-doctor .card-body .form-check label {
  font-family: "lucidasans-Demibold";
  cursor: pointer;
}

.item-doctor .card-body .form-check input[type="checkbox"] {
  top: 3px;
  left: 0;
  margin: 0;
  border: 1px solid #000;
  background: #fdf7f1;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-radius: 50%;
}

.item-doctor .card-body .form-check input[type="checkbox"]:checked {
  background: #000000;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fdf7f1;
  box-shadow: inset 0px 0px 0px 2px #fdf7f1;
}

.item-doctor .card-body .formulaire-cordonne {
  padding-left: 35px;
}

.item-doctor .card-body .formulaire-cordonne .phone-doctor {
  margin-bottom: 8px;
}

.item-doctor .card-body .formulaire-cordonne .btn-default {
  margin-top: 15px;
}

.item-doctor .card-body .formulaire-cordonne a {
  color: #323f56;
  text-decoration: none;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  font-size: 14px;
}

.item-doctor .card-body .formulaire-cordonne a:hover {
  color: #b86f31;
}

.cadre-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 33px;
  width: 33px;
  min-width: 33px;
  background-color: #fcf0e5;
  border-radius: 8px;
  margin-right: 10px;
}

.cadre-icon:before {
  content: "";
  position: relative;
  display: inline-block;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.cadre-icon.icon-itinerary::before {
  background: url(../images/icon-itinerary.svg);
  width: 16px;
  height: 15px;
}

.cadre-icon.icon-map::before {
  background: url(../images/icon-map.svg);
  width: 13px;
  height: 13px;
}

.cadre-icon.icon-phone::before {
  background: url(../images/icon-phone.svg);
  width: 13px;
  height: 13px;
}

.cadre-icon.icon-email::before {
  background: url(../images/icon-email.svg);
  width: 14px;
  height: 14px;
}

.cadre-icon.icon-lien::before {
  background: url(../images/icon-lien.svg);
  width: 18px;
  height: 8px;
}

.cadre-icon.icon-horaire::before {
  background: url(../images/icon-horaire.svg);
  width: 16px;
  height: 16px;
}

.result-details-doctor {
  margin-bottom: 15px;
}

.result-details-doctor .btn-fav-doctor {
  position: absolute;
  top: 0;
  right: 12px;
  border: 0;
  background-color: transparent;
  padding: 0;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.result-details-doctor .btn-fav-doctor .icon-fav-doctor {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 17px;
  background: url(../images/icon-star-off.svg);
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.result-details-doctor .btn-fav-doctor.active .icon-fav-doctor {
  background: url(../images/icon-star.svg);
}

.result-details-doctor .img-doctor {
  min-width: 78px;
  height: 78px;
  width: 78px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.result-details-doctor .img-doctor img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.result-details-doctor .info-doctor {
  padding-left: 12px;
}

.result-details-doctor .info-doctor .name-doctor {
  font-family: "lucidasans-Demibold";
  font-size: 18px;
  line-height: 21px;
  display: inline-block;
  max-width: 100%;
  width: 160px;
  margin-bottom: 5px;
}

.result-details-doctor .info-doctor .fonction-doctor {
  color: #8a989e;
  margin-bottom: 20px;
}

.result-details-doctor .cordonne-doctor {
  color: #b86f31;
  font-size: 14px;
  line-height: 22px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.result-details-doctor .cordonne-doctor .titre-cordonne-doctor {
  color: #323f56;
  font-family: "lucidasans-Demibold";
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 18px;
}

.result-details-doctor .cordonne-doctor p {
  margin-bottom: 16px;
}

.result-details-doctor .cordonne-doctor a {
  color: #b86f31;
  text-decoration: none;
}

.result-details-doctor .cordonne-doctor.horaire-doctor p {
  margin-bottom: 0;
}

.result-details-doctor .horaire-table {
  width: 420px;
}

.result-details-doctor .horaire-table .times-table {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.result-details-doctor .map-itinerary {
  display: none;
  text-align: center;
}

.form-add-medecin {
  width: 445px;
  max-width: 100%;
  display: inline-block;
}

.form-add-medecin .horaire-doctor {
  font-family: "lucidasans-Demibold";
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0 20px;
}

.form-add-medecin .horaire-doctor p {
  margin-bottom: 0;
}

.form-add-medecin .horaire-table {
  margin-bottom: 50px;
}

.form-add-medecin .check-profile-medecin {
  padding-left: 36px;
  font-size: 14px;
  margin-bottom: 40px;
}

.form-add-medecin .check-profile-medecin input[type="checkbox"] {
  border-color: #000;
  left: 0;
  margin: 0;
}

.form-add-medecin .check-profile-medecin input[type="checkbox"]:checked {
  background: #000;
}

.bloc-upload-image {
  padding: 24px 20px;
  background-color: #fdf7f1;
  border-radius: 10px;
  margin-bottom: 28px;
}

.bloc-upload-image .image-avatar-medecin {
  min-width: 143px;
  width: 134px;
  height: 134px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.bloc-upload-image .image-avatar-medecin img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bloc-upload-image .image-avatar-medecin .btn-delete-profil {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #6c777c;
  border-radius: 6px;
  z-index: 1;
}

.bloc-upload-image .upload-img {
  width: calc(100% - 144px);
  padding-left: 35px;
}

.bloc-upload-image .upload-img .titre-upload {
  font-family: "lucidasans-Demibold";
  margin-bottom: 20px;
}

.bloc-upload-image .upload-img .btn-upload-avatar {
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}

.bloc-upload-image .upload-img .btn-upload-avatar span {
  cursor: pointer;
  display: block;
  background-color: #ea8a37;
  border: 1px solid #ea8a37;
  color: #fff;
  height: 45px;
  font-size: 15px;
  line-height: 32px;
  padding: 6px 5px;
  text-align: center;
  border-radius: 10px;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.bloc-upload-image .upload-img .btn-upload-avatar input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}

.bloc-upload-image .upload-img .btn-upload-avatar:hover span {
  background-color: transparent;
  color: #ea8a37;
}

.bloc-contents-profile {
  margin: 0;
}

.inscrirMedecin {
  width: 890px;
  max-width: 100%;
  margin: auto;
  padding: 25px 0 60px;
}

.inscrirMedecin .logo-inscrirMedecin {
  margin-bottom: 60px;
}

.inscrirMedecin .horaire-table .times-table {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.inscrirMedecin .input-login-form .form-control {
  color: #323f56;
}

.ajendaList table .texte-td-agenda {
  min-width: 200px;
}

.profil-editByUser .titre-bloc {
  font-size: 16px !important;
  line-height: 18px !important;
}

.profil-editByUser .form-control {
  color: #9faca1;
}

.addToAgenda .form-add-agenda {
  width: 480px;
  max-width: 100%;
}

.addToAgenda .form-add-agenda textarea {
  height: 286px;
}

.addToAgenda .form-row {
  margin: 0 -8px 15px;
}

.addToAgenda .form-row .col {
  padding: 0 8px;
}

.addToAgenda .form-row .col > span {
  margin-right: 16px;
}

.addToAgenda .input-timer-agenda {
  position: relative;
}

.addToAgenda .input-timer-agenda input {
  padding-left: 60px;
}

.addToAgenda .input-timer-agenda::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 15px;
  background: url(../images/icon-time.svg);
  height: 20px;
  width: 20px;
  pointer-events: none;
}

.addToAgenda .input-timer-agenda::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 48px;
  background-color: #e8eae8;
  height: 20px;
  width: 1px;
  pointer-events: none;
}

.addToAgenda .input-date-agenda {
  position: relative;
}

.addToAgenda .input-date-agenda input {
  padding-left: 60px;
}

.addToAgenda .input-date-agenda::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 15px;
  background: url(../images/icon-agenda.svg);
  height: 20px;
  width: 18px;
  pointer-events: none;
}

.addToAgenda .input-date-agenda::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 48px;
  background-color: #e8eae8;
  height: 20px;
  width: 1px;
  pointer-events: none;
}

.addToAgenda .titre-row-form-agenda {
  font-family: "lucidasans-Demibold";
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 20px;
}

.addToAgenda .titre-row-form-agenda > i {
  color: #9faca1;
  margin-left: 8px;
}

/* pupUp Date */
.lightpick {
  padding: 22px 22px 50px;
  background: #ffffff;
  -webkit-box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  font-family: "LucidaSans-Regular" !important;
}

.lightpick__days-of-the-week {
  display: none;
}

.lightpick__day.is-start-date,
.lightpick__day.is-end-date,
.lightpick__day.is-start-date:hover,
.lightpick__day.is-end-date:hover {
  background-image: none;
  background-color: #ea8a37;
  border-radius: 8px;
}

.lightpick__day:not(.is-disabled):hover {
  background-image: none;
  background-color: rgba(234, 138, 55, 0.25);
  border-radius: 8px;
}

.lightpick__day.is-today {
  color: #e00034;
}

.lightpick__day {
  color: #ea8a37;
}

.lightpick__day.is-previous-month,
.lightpick__day.is-next-month {
  opacity: 0.7;
  color: #acacac !important;
}

.lightpick__month-title > .lightpick__select {
  color: #6c777c;
}

.lightpick__previous-action,
.lightpick__next-action {
  background-color: transparent;
  font-family: "LucidaSans-Bold";
  padding: 0;
  width: auto;
  color: #9faca1;
  margin-left: 8px;
  font-size: 15px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.lightpick__previous-action:hover,
.lightpick__next-action:hover,
.lightpick__close-action:hover {
  color: #ea8a37;
}

.lightpick__close-action {
  background-color: transparent;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  width: auto;
  color: #6c777c;
  font-size: 16px;
  line-height: 18px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

/* pupUp Timer */

.picker-fixed > .picker-dialog {
  width: 200px;
  max-width: 90%;
  bottom: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.picker-fixed .picker-header {
  display: none;
}

.picker-picked {
  background-color: #ea8a37;
  border-radius: 8px;
  color: #fff;
}

.picker-cell__control::before {
  height: 0.6rem;
  width: 0.6rem;
}

.picker-cell__control--prev::before {
  border-right-width: 2px;
  border-top-width: 2px;
}

.picker-cell__control--next::before {
  border-left-width: 2px;
  border-bottom-width: 2px;
}

.picker-cell__control:hover::before {
  border-color: #ea8a37;
}

.picker-cancel {
  display: none;
}

.picker-confirm {
  width: 100%;
  text-align: center;
  color: #6c777c;
  font-size: 16px;
  line-height: 18px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.picker-confirm:hover {
  color: #ea8a37;
}

.compte-renduByUser .cadre-content {
  margin-bottom: 45px;
}

.compte-renduByUser .description-rendu {
  margin-bottom: 48px;
}

.compte-renduByUser .description-rendu a {
  font-family: "lucidasans-Demibold";
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.compte-renduByUser .description-rendu a:hover {
  color: #ea8a37;
}

.compte-renduByUser .description-rendu p {
  margin-bottom: 20px;
}

.compte-renduByUser .description-rendu p:last-child {
  margin-bottom: 0;
}

.compte-renduByUser .titre-bloc {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 40px;
}

.compte-renduByUser .right-form-rendu {
  padding-left: 50px;
}

.compte-renduByUser .adresse-ssu-rendu {
  padding: 18px 0;
}

.compte-renduByUser .sexe-ssu-rendu,
.compte-renduByUser .traitant-ssu-rendu {
  padding-bottom: 18px;
}

.compte-renduByUser ul {
  padding: 0;
}

.compte-renduByUser .form-group label {
  font-size: 16px;
  line-height: 18px;
}

.compte-renduByUser .form-check {
  margin-bottom: 10px;
}

.compte-renduByUser .form-check-input {
  margin-top: 0;
}

.compte-renduByUser .form-check-label {
  font-size: 15px;
  line-height: 20px;
  margin-left: 15px;
  padding-left: 0;
}

.compte-renduByUser input[type="radio"],
.compte-renduByUser input[type="checkbox"] {
  border: 1px solid #000;
  margin-right: 0;
}

.compte-renduByUser input[type="radio"]:checked,
.compte-renduByUser input[type="checkbox"]:checked {
  background: #000;
}

.compte-renduByUser .lists-sub-checkbox {
  padding-left: 36px;
  margin-top: 15px;
}

.compte-renduByUser .lists-sub-checkbox li {
  margin-bottom: 8px;
}

.compte-renduByUser .autre-motif-consultation {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  white-space: nowrap;
  padding: 8px 0;
  font-size: 15px;
}

.compte-renduByUser .autre-motif-consultation .form-control {
  margin-left: 5px;
  border: 0;
  border-bottom: 1px dashed #000;
  border-radius: 0;
  height: 15px;
  padding: 0;
  width: 340px;
  max-width: 100%;
}

.compte-renduByUser .autre-motif-consultation .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.resultats-publication-rendus {
  padding-bottom: 10px;
}

.resultats-publication-rendus .item-result-pub-rendu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9fafc;
  margin-bottom: 16px;
  padding: 13px 20px;
}

.resultats-publication-rendus .btns-item-pub button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 33px;
  width: 33px;
  border: 0;
  border-radius: 8px;
  margin: 7px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.resultats-publication-rendus .btns-item-pub button.btn-show-pub {
  background-color: #f6ebe2;
}

.resultats-publication-rendus .btns-item-pub button.btn-download-pub {
  background-color: #e2e3e5;
}

.resultats-publication-rendus .btns-item-pub button i {
  display: inline-block;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.resultats-publication-rendus .btns-item-pub button i.icon-show {
  background: url(../images/icon-eye.svg);
  width: 17px;
  height: 10px;
}

.resultats-publication-rendus .btns-item-pub button i.icon-download {
  background: url(../images/icon-download.svg);
  width: 17px;
  height: 17px;
}

.resultats-publication-rendus .detail-item-result-pub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.resultats-publication-rendus .icon-pdf {
  display: block;
  margin-right: 16px;
  background: url(../images/icon-pdf.svg);
  height: 52px;
  min-width: 45px;
  width: 45px;
  background-repeat: no-repeat;
  background-size: contain;
}

.resultats-publication-rendus .titre-item-result {
  font-family: "lucidasans-Demibold";
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 8px;
}

.table-renduByUser .table-default td {
  white-space: nowrap;
}

.table-renduByUser .table-default .name-medecin {
  font-family: "LucidaSans-Regular";
}

.table-renduByUser .table-default button {
  margin-left: 0;
  margin-right: 20px;
}

.resus-pdf-note-information {
  position: absolute;
  right: 22px;
  margin: 0;
  z-index: 9;
  top: 10px;
}
.content-ecohorte-etudeTabac .content-item-etudeTabac{
	cursor: pointer;
}
.firstBeforeSortList .custom-file-label span i{
	margin-top: 5px;
	margin-right: 5px;
}
.firstBeforeSortList .custom-file-label span p{
	margin: 0;
}
.content-ecohorte-etudeTabac .firstBeforeSortList .custom-file-ecohorte .option-item-etude-gestion {
    bottom: 10px;
    right: 23px;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .connexion-page .container,
  .termine-inscrir-page .container {
    max-width: 1186px;
  }
}

@media (max-width: 1439px) {
  .container {
    max-width: 100%;
    padding: 0 24px;
  }
  .form-add-medecin .bloc-upload-image .upload-img {
    padding-left: 15px;
  }
}

@media (max-width: 1199px) {
  .header-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-left-dashboard {
    position: fixed;
    top: 0;
    height: 100%;
    left: -320%;
    z-index: 9999;
  }
  .contents-dashboard {
    width: 100%;
    padding: 26px 0px;
  }
  .profil-top {
    display: none;
  }
  .connexion-page .row-formulaire-login .bloc-image-connexion::before,
  .termine-inscrir-page .row-content-inscrir .bloc-image-inscrir::before {
    right: -15px;
  }
  .inscrir-profilUser .horaire-table .times-table {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 993px) {
  .titre-content-page {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .titre-bloc {
    font-size: 18px;
    line-height: 21px;
  }
  .connexion-page .row-formulaire-login .bloc-formulaire-login,
  .termine-inscrir-page .row-content-inscrir .content-form-inscrir {
    padding: 40px 20px;
  }
  .lasts-articles {
    padding-top: 0px;
  }
  /* Mon Dashboard */
  .content-page-espace .blocs-searchs-favoris > div:first-child,
  .notice-content {
    margin-bottom: 20px;
  }
  .blocs-searchs-favoris .bloc-favoris-medecins {
    margin-right: -24px;
    border-radius: 10px 0 0 10px !important;
  }
  .swiper-pagination {
    display: block;
  }
  /* Annuaires */
  .content-page-results .bloc-showing-results {
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
  .item-doctor {
    position: relative;
    background: #ffffff;
    -webkit-box-shadow: 0 12px 44px -20px rgba(0, 0, 0, 0.14);
    box-shadow: 0 12px 44px -20px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    padding: 25px 15px 10px;
    width: 100%;
    margin-bottom: 20px;
  }
  .item-doctor .detail-doctor .btn-fav-doctor,
  .result-details-doctor .btn-fav-doctor {
    top: 23px;
  }
  .content-page-results .itinerary-doctors {
    display: none;
  }
  .item-doctor .card-body {
    margin-bottom: 20px;
    padding: 20px 15px;
  }
  .item-doctor .map-itinerary {
    text-align: center;
    display: block;
  }
  .content-result-details-doctor {
    position: relative;
    background: #ffffff;
    -webkit-box-shadow: 0 12px 44px -20px rgba(0, 0, 0, 0.14);
    box-shadow: 0 12px 44px -20px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    padding: 25px 15px 20px;
    width: 100%;
  }
  .result-details-doctor .horaire-table .times-table {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .horaire-table .times-table p {
    margin-right: 12px;
  }
  .result-details-doctor .cordonne-doctor .titre-cordonne-doctor {
    margin-bottom: 10px;
  }
  .result-details-doctor .cordonne-doctor p {
    margin-bottom: 20px;
  }
  .result-details-doctor .horaire-table {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .result-details-doctor .map-itinerary {
    display: block;
  }
  /*---- Mes Questionnaires -----*/
  .content-page-etudes .bloc-invite-consultes .content-coitem-consulte img,
  .content-ecohorte-gestion .content-item-etude-gestion img,
  .content-ecohorte-gestion .custom-file {
    height: 145px;
  }
  .content-page-etudes .bloc-invite-consultes .content-coitem-consulte {
    font-size: 14px;
    line-height: 15px;
  }
  .content-page-etudes .blocs-rows-etudes > div,
  .content-ecohorte-questions .form-ecohorte-questions > .row > div {
    margin-bottom: 20px;
  }
  .content-ecohorte-questions .bloc-drags-questions .bloc-full-drags {
    width: 100%;
    padding-right: 0;
  }
  .content-ecohorte-questions .bloc-drags-questions .bloc-type-questions {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
  .content-ecohorte-questions .bloc-items-type-question {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .content-ecohorte-questions .bloc-drags-questions .item-type-question {
    margin: 0 8px;
    width: 45px;
    height: 45px;
  }
  .content-ecohorte-questions .cadre-content {
    padding: 20px 15px;
  }
  .content-ecohorte-questions .bloc-drags-questions .item-type-question p {
    display: none;
  }
  .content-ecohorte-questions
    .bloc-drags-questions
    .item-type-question
    .icon-type-question {
    display: inline-block;
  }
  .content-ecohorte-questions .groupe-line-form,
  .content-ecohorte-questions .groupe-titre-form {
    margin: 0 0px 20px;
  }
  .bloc-niveau-dependance .radio-niveau-dependance {
    padding: 0 10px;
  }
  .filter-list-gestion {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bloc-search-etudiant {
    padding: 30px 15px 30px;
  }
}

@media (max-width: 767px) {
  .menu-left-dashboard {
    width: 270px;
    padding: 25px 15px;
  }
  .menu-left-dashboard .menu-dashboard .navbar-menu .item-nav a.active:before {
    right: -22px;
  }
  .menu-left-dashboard .menu-dashboard {
    padding: 12px 0;
  }
  .header-mobile .logo-menu-admin img {
    height: 37px;
  }
  .menu-left-dashboard .menu-dashboard .navbar-menu .item-nav a {
    padding: 12px 0;
    font-size: 16px;
    line-height: 18px;
  }
  .menu-left-dashboard .menu-dashboard .navbar-menu .item-nav .sub-menu {
    margin-bottom: 5px;
  }
  .connexion-page .container {
    padding: 0 10px;
  }
  .connexion-page .logo-connexion {
    padding: 25px 0 48px;
  }
  .connexion-page .logo-connexion img {
    height: 49px;
  }
  .connexion-page .titre-section {
    font-size: 26px;
    line-height: 34px;
  }
  .connexion-page .row-formulaire-login {
    padding-top: 0px;
  }
  .connexion-page .row-formulaire-login > div,
  .termine-inscrir-page .row-content-inscrir {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .connexion-page .conexion-content-page,
  .termine-inscrir-page .conexion-content-page {
    position: relative;
    padding: 0;
    background: #ffffff;
    -webkit-box-shadow: 0 12px 44px -20px rgba(0, 0, 0, 0.14);
    box-shadow: 0 12px 44px -20px rgba(0, 0, 0, 0.14);
    padding: 33px 20px 0;
    border-radius: 10px;
  }
  .connexion-page .conexion-content-page::before,
  .termine-inscrir-page .conexion-content-page::before {
    content: "";
    position: absolute;
    top: -75px;
    right: -10px;
    background: url(../images/image-connexion-3x-mobile.png);
    width: 135px;
    height: 140px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .termine-inscrir-page .row-content-inscrir .content-form-inscrir {
    padding: 0px 0px 40px;
  }
  .termine-inscrir-page .row-content-inscrir .bloc-btn-inscrir {
    padding-top: 20px;
  }
  .connexion-page .row-formulaire-login .bloc-formulaire-login {
    padding: 10px 0px 28px;
    display: inline-block;
    width: 100%;
  }
  .connexion-page .bloc-image-connexion,
  .connexion-page .row-formulaire-login .form-group label,
  .termine-inscrir-page .row-content-inscrir .bloc-image-inscrir {
    display: none;
  }
  .connexion-page
    .row-formulaire-login
    .bloc-formulaire-login
    .notice-texte-login {
    padding: 20px 0 38px;
  }
  .connexion-page .bloc-formulaire-login .btn-default {
    display: block;
    margin: auto;
  }
  /* Annuaires */
  .item-doctor .notice-more-detail {
    width: auto;
  }
  .item-doctor .detail-doctor > .btn-default {
    font-size: 14px;
  }
  .item-doctor .card-body .form-check label {
    font-size: 15px;
  }
  /*----------------- Modal Points ------------------*/
  #modalPoints .image-modal-point {
    padding-right: 0;
    text-align: center;
  }
  #modalPoints .btn-default {
    margin-bottom: 30px;
    float: none;
  }
  .modal.modal-default .modal-content {
    padding: 50px 20px 50px;
  }
  /* Ajouter medecin */
  .cadre-content {
    padding: 15px 0;
  }
  .form-add-medecin .bloc-upload-image .image-avatar-medecin {
    min-width: 85px;
    width: 85px;
    height: 85px;
  }
  .form-add-medecin .bloc-upload-image {
    padding: 13px 10px;
  }
  .form-add-medecin .bloc-upload-image .upload-img {
    width: 100%;
  }
  .form-add-medecin .bloc-upload-image .upload-img .titre-upload {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .form-add-medecin .horaire-doctor {
    padding: 10px 0 20px;
  }
  .form-add-medecin .horaire-table {
    margin-bottom: 30px;
  }
  /* gestion medecin */
  .option-out-table .add-more-option a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .option-out-table .add-more-option i {
    margin-right: 0px;
    margin-left: 4px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .option-out-table .search-option {
    width: 100%;
  }
  .table-default td,
  .table-default th {
    padding: 16px 15px;
  }
  /* compte-rendus */
  .compte-renduByUser .titre-bloc {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 24px;
  }
  .compte-renduByUser .right-form-rendu {
    padding-left: 15px;
    margin-bottom: 10px;
  }
  .compte-renduByUser .table-infos-convivialite td {
    display: block;
    padding: 0px 15px;
  }
  .compte-renduByUser .table-infos-convivialite tr {
    display: block;
    padding: 13px 0;
  }
  .compte-renduByUser .table-infos-convivialite .date-table-agenda {
    font-size: 14px;
    line-height: 16px;
  }
  .compte-renduByUser .table-results-enquetes {
    padding: 0;
  }
  .resultats-publication-rendus .item-result-pub-rendu {
    margin-bottom: 16px;
    padding: 15px 15px 15px 10px;
    background-color: #ffffff;
    margin-bottom: 0;
  }
  .resultats-publication-rendus .item-result-pub-rendu:nth-child(2n + 2) {
    background-color: #f9fafc;
  }
  .resultats-publication-rendus .detail-item-result-pub {
    width: calc(100% - 33px);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .resultats-publication-rendus .btns-item-pub {
    min-width: 33px;
    width: 33px;
  }
  .resultats-publication-rendus .titre-item-result {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 6px;
  }
  .resultats-publication-rendus .sub-titre-item-result {
    display: inline-block;
    max-width: 200px;
    overflow: scroll;
    font-size: 14px;
    line-height: 16px;
  }
  .btn-publication-rendus {
    padding: 15px;
  }
  .table-renduByUser .cadre-content > div {
    padding: 0;
  }
  /* PopUp Mon Profil */
  #modaldashbord-profil .modal-point-body {
    padding: 46px 10px 0;
  }
  #modaldashbord-profil .close {
    position: static;
    margin-bottom: 40px;
  }
  .content-page-etudes .cadre-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  /*---- Mes Questionnaires -----*/
  .content-ecohorte-gestion .cadre-content {
    padding: 25px 15px 15px;
    overflow: hidden;
  }
  .content-ecohorte-gestion .upload-ecohorte-bloc {
    margin: 20px -10px 0;
  }
  .content-ecohorte-gestion
    .content-item-etude-gestion
    .option-item-etude-gestion {
    bottom: auto;
    top: 10px;
    z-index: 99;
  }
  .content-ecohorte-gestion
    .content-item-etude-gestion
    .option-item-etude-gestion
    .icon-option-vertical {
    float: right;
    height: 16px;
    width: 4px;
    background: url(../images/icon-option-vertical.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .content-ecohorte-gestion
    .content-item-etude-gestion
    .option-btns-item-etude-gestion {
    position: absolute;
    top: -4px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid #efefef;
    border-radius: 10px;
    opacity: 0;
    -webkit-transition: 0.1s all;
    -o-transition: 0.1s all;
    transition: 0.1s all;
    pointer-events: none;
    z-index: 9;
  }
  .content-ecohorte-gestion
    .content-item-etude-gestion.active-option
    .option-btns-item-etude-gestion {
    opacity: 1;
    pointer-events: all;
  }
  .content-ecohorte-gestion
    .content-item-etude-gestion
    .option-btns-item-etude-gestion::before {
    content: "";
    position: absolute;
    top: 3px;
    right: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #ffffff;
  }
  .content-ecohorte-gestion
    .content-item-etude-gestion
    .option-item-etude-gestion
    .icon-update-blanc {
    background: url(../images/icon-update-gray.svg);
  }
  .content-ecohorte-gestion
    .content-item-etude-gestion
    .option-item-etude-gestion
    .icon-delete-blanc {
    background: url(../images/icon-delete-gray.svg);
  }
  .btn-back-arrow {
    padding: 0 15px;
  }
  .content-ecohorte-etudeTabac {
    margin: 30px 0px 0;
  }
  .filter-list-gestion .format-fgestion-filter {
    margin: 0;
  }
  .bloc-search-etudiant .table tr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  .bloc-search-etudiant .table .name-etudiant {
    width: calc(100% - 50px);
  }
  .bloc-search-etudiant .table tr > td:not([colspan]):last-child {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 1;
  }
  .bloc-search-etudiant .table .modal-point {
    padding: 0.75rem;
  }
  .bloc-content-graf-cercle {
    text-align: center;
  }
  .content-graf-items-cercle {
    height: 410px;
    overflow: scroll;
    width: 297px;
    margin: auto;
    display: inline-block;
  }
  .graph-item-cercle {
    position: relative;
    top: auto !important;
    left: auto !important;
    margin: 0 auto 90px;
    float: left;
  }
  .graph-item-cercle.hidden {
    opacity: 0;
    display: block;
  }
  .graph-item-cercle:nth-child(1) {
    float: none;
  }
  .graph-item-cercle:nth-child(1) .nb-item-cercle {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    right: -55px;
  }
  .graph-item-cercle:nth-child(2) {
    float: none;
  }
  .graph-item-cercle:nth-child(2) .name-item-cercle::before {
    width: 1px;
    height: 120px;
    top: -112px;
    left: auto;
  }
  .graph-item-cercle:nth-child(2) .nb-item-cercle {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    right: -55px;
  }
  .graph-item-cercle:nth-child(2) .porcentage-item-cercle {
    left: auto;
    bottom: auto;
    top: -60px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .graph-item-cercle:nth-child(3) .name-item-cercle::before {
    width: 170px;
    left: 14px;
    top: -45px;
    -webkit-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg);
  }
  .graph-item-cercle:nth-child(3) .porcentage-item-cercle {
    left: 75px;
    top: -65px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .graph-item-cercle:nth-child(4) {
    -webkit-transform: translateX(112%);
    -ms-transform: translateX(112%);
    transform: translateX(112%);
  }
  .graph-item-cercle:nth-child(4) .name-item-cercle::before {
    width: 170px;
    left: -103px;
    top: -50px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
  }
  .graph-item-cercle:nth-child(4) .porcentage-item-cercle {
    left: -15px;
    top: -62px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
  }
  .graph-item-cercle:nth-child(5) {
    -webkit-transform: translateX(-100%) translateY(130px);
    -ms-transform: translateX(-100%) translateY(130px);
    transform: translateX(-100%) translateY(130px);
    left: 6px !important;
  }
  .graph-item-cercle:nth-child(5) .name-item-cercle::before {
    width: 1px;
    height: 280px;
    left: 50%;
    bottom: 56px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .graph-item-cercle:nth-child(5) .nb-item-cercle {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    right: -55px;
  }
  .graph-item-cercle:nth-child(5) .porcentage-item-cercle {
    left: 42px;
    top: -150px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .graph-item-cercle:nth-child(6) {
    -webkit-transform: translateY(110px);
    -ms-transform: translateY(110px);
    transform: translateY(110px);
  }
  .graph-item-cercle:nth-child(6) .name-item-cercle::before {
    width: 115px;
    left: 53px;
    top: -38px;
    -webkit-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg);
  }
  .graph-item-cercle:nth-child(6) .porcentage-item-cercle {
    left: 78px;
    top: -50px;
    -webkit-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg);
  }
  .graph-item-cercle:nth-child(7) {
    -webkit-transform: translateX(100%) translateY(110px);
    -ms-transform: translateX(100%) translateY(110px);
    transform: translateX(100%) translateY(110px);
  }
  .graph-item-cercle:nth-child(7) .name-item-cercle::before {
    width: 110px;
    left: -69px;
    top: -38px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
  }
  .graph-item-cercle:nth-child(7) .porcentage-item-cercle {
    left: -12px;
    top: -50px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
  }
  .graph-item-cercle:nth-child(8) {
    -webkit-transform: translateY(260px) translateX(-94%);
    -ms-transform: translateY(260px) translateX(-94%);
    transform: translateY(260px) translateX(-94%);
  }
  .graph-item-cercle:nth-child(8) .name-item-cercle::before {
    width: 1px;
    height: 250px;
    bottom: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .graph-item-cercle:nth-child(8) .porcentage-item-cercle {
    left: 40px;
    top: -175px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media (max-width: 575px) {
  #modalPoints .head-modal-point {
    padding: 0;
  }
  #modalPoints .title-modal-points {
    font-size: 28px;
    line-height: 34px;
  }
  .header-mobile #menu-burger.clicked {
    position: fixed;
    right: 20px;
    z-index: 99999;
  }
  .menu-left-dashboard {
    left: -108%;
    width: 100%;
    padding-top: 40px;
  }
  .menu-left-dashboard .logo-menu-admin img {
    height: 37px;
  }
  /* Animations pour le menu slide */
  @keyframes slideRight {
    from {
      left: -108%;
    }
    to {
      left: 0%;
    }
  }
  @-webkit-keyframes slideRight {
    from {
      left: -108%;
    }
    to {
      left: 0%;
    }
  }
  @keyframes slideLeft {
    from {
      left: 0%;
    }
    to {
      left: -108%;
    }
  }
  @-webkit-keyframes slideLeft {
    from {
      left: 0%;
    }
    to {
      left: -108%;
    }
  }
  /* Annuaires */
  .item-doctor .sub-detail-doctor {
    padding-left: 0px;
    margin-top: 10px;
  }
  .horaire-table .day-table {
    min-width: 28px;
    width: 28px;
    visibility: hidden;
  }
  .horaire-table .day-table::first-letter {
    visibility: visible;
  }
  .horaire-table .row-table {
    overflow-x: scroll;
  }
  .horaire-table .times-table {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* Add Agenda  */
  .addToAgenda .titre-row-form-agenda {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .addToAgenda .input-date-agenda input {
    font-size: 13px;
    padding: 6px 10px 6px 40px;
    text-align: right;
  }
  .addToAgenda .input-timer-agenda input {
    font-size: 13px;
    padding: 6px 10px 6px 50px;
  }
  .addToAgenda .input-date-agenda::after,
  .addToAgenda .input-timer-agenda::after {
    left: 42px;
  }
  /* modif Mon Profil */
  .content-page-profil .cadre-content {
    padding: 50px 0;
  }
  /* PopUp Mon Profil */
  #modaldashbord-profil .head-modal-point {
    padding: 0;
  }
  #modaldashbord-profil .btns-popup-profil {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
  }
  /*---- Mes Questionnaires -----*/
  .content-ecohorte-questions .bloc-items-type-question {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .content-ecohorte-questions .bloc-drags-questions .item-type-question {
    padding: 8px;
    margin: 0 2px;
  }
  .content-ecohorte-questions .bloc-drags-questions .header-item-drag button,
  .content-ecohorte-questions
    .bloc-drags-questions
    .header-item-drag
    .btn-more-option {
    margin: 0 6px;
  }
  .content-ecohorte-gestion .upload-ecohorte-bloc > div {
    max-width: 50%;
  }
  .formulaire-ecohorte-etude .upload-file-etude {
    padding: 28px 15px;
  }
  .formulaire-ecohorte-etude .upload-file-etude .custom-file-input {
    top: 44px;
    right: auto;
    left: 0;
  }
  .filter-list-gestion .date-gestion-filter {
    display: block;
    margin-bottom: 25px;
  }
  .filter-list-gestion .date-gestion-filter span {
    width: 24px;
  }
  .filter-list-gestion .date-gestion-filter .input-date-agenda {
    max-width: 100%;
    width: 100%;
  }
  .filter-list-gestion .addToAgenda .input-date-agenda input {
    padding: 6px 10px 6px 60px;
    text-align: left;
  }
  .filter-list-gestion .format-fgestion-filter span {
    white-space: nowrap;
    display: block;
    margin-right: 0;
    margin-bottom: 22px;
  }
  .filter-list-gestion .format-fgestion-filter .form-check-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    margin-bottom: 26px;
  }
  .filter-list-gestion .btn-extract-donnee {
    text-align: center;
    padding-bottom: 20px;
  }
  .bloc-search-etudiant {
    padding: 30px 0px 30px;
  }
  .search-etudiant {
    max-width: calc(100% - 30px);
    margin: auto;
  }
  #modalNotice .choix-modal-notice {
    padding: 0 40px;
  }
  #modalNotice .choix-modal-notice button {
    margin: 0 0 30px;
    width: 100%;
  }
}

@media (max-width: 320px) {
  .horaire-table .day-table {
    min-width: 42px;
    width: 42px;
  }
  .form-add-medecin .bloc-upload-image .upload-img {
    padding-left: 8px;
  }
  .form-add-medecin .bloc-upload-image .upload-img .btn-upload-avatar span {
    font-size: 10px;
  }
  /*---- Mes Questionnaires -----*/
  .content-page-etudes .bloc-invite-consultes .item-consulte,
  .content-ecohorte-gestion .upload-ecohorte-bloc > div {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  .content-ecohorte-questions .bloc-drags-questions .item-type-question {
    width: 36px;
    height: 36px;
  }
  .content-ecohorte-etudeTabac .option-btns-item-etude-gestion {
    right: 6px;
    padding: 20px 5px;
    width: 250px;
    font-size: 14px;
  }
}
