@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;700&display=swap");
.message-agenda {
  z-index: 15;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 20px;
  border-radius: 4px;
  background: #7cb342;
  color: white;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

#voyage-form {
  position: relative;
  display: none;
  padding: 40px;
  margin: 0 0 10px 0;
  background: white;
  border-radius: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
#voyage-form #voyage-form-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  color: #1976d2;
  cursor: pointer;
}
#voyage-form #voyage-form-close:hover {
  color: #378fe7;
}
#voyage-form table tr th {
  font-family: "Montserrat", sans-serif;
  border: none !important;
  text-align: left;
  font-size: 8px;
  font-weight: 700;
  color: black;
}
#voyage-form table tr td {
  vertical-align: middle;
  border: none;
}
#voyage-form table tr td input, #voyage-form table tr td select {
  margin-bottom: 0 !important;
  border: solid 1px black !important;
  border-radius: 4px !important;
  color: black !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}

.operationsAgenda {
  position: relative;
  padding: 20px;
  width: 100%;
  margin: auto;
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  border-radius: 0;
}
.operationsAgenda * {
  box-sizing: border-box;
}
.operationsAgenda .exampleJson {
  padding: 15px;
  background: #f2f2f2;
  color: gray;
  font-weight: 300;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
.operationsAgenda .agenda-version {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
}
@media (max-width: 1000px) {
  .operationsAgenda .agenda-version {
    display: block;
  }
}
.operationsAgenda .agenda-version .agenda-version-navigation {
  text-align: left;
  align-self: center;
  position: relative;
}
.operationsAgenda .agenda-version .agenda-version-navigation .agenda-version-item__before, .operationsAgenda .agenda-version .agenda-version-navigation .agenda-version-item__after, .operationsAgenda .agenda-version .agenda-version-navigation .navigation-today {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 15px;
  margin: 0 5px;
  border-radius: 5px;
  font-size: 0.8em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #666666;
  background: #fafafa;
  border: solid 1px #e0e0e0;
  text-align: center;
}
.operationsAgenda .agenda-version .agenda-version-navigation .agenda-version-item__before:hover, .operationsAgenda .agenda-version .agenda-version-navigation .agenda-version-item__after:hover, .operationsAgenda .agenda-version .agenda-version-navigation .navigation-today:hover {
  color: #1976d2;
  background: #dfedfb;
  border: solid 1px #64a9ed;
}
.operationsAgenda .agenda-version .agenda-version-date {
  text-align: center;
  align-self: center;
}
.operationsAgenda .agenda-version .agenda-version-date input {
  font-size: 1em;
  font-weight: 500;
  color: #1976d2 !important;
  text-align: center !important;
  margin: 0 !important;
  border: none !important;
  font-family: "Montserrat", sans-serif !important;
}
.operationsAgenda .agenda-version .agenda-version-switch {
  text-align: right;
  align-self: center;
}
.operationsAgenda .agenda-version .agenda-version-switch .agenda-version-item__today, .operationsAgenda .agenda-version .agenda-version-switch .agenda-version-item__week {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 15px;
  margin: 0 5px;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.8em;
  color: #666666;
  background: #fafafa;
  border: solid 1px #e0e0e0;
  text-align: center;
  transition: all 0.1s;
}
.operationsAgenda .agenda-version .agenda-version-switch .agenda-version-item__today:hover, .operationsAgenda .agenda-version .agenda-version-switch .agenda-version-item__week:hover {
  color: #1976d2;
  background: #dfedfb;
  border: solid 1px #64a9ed;
}
.operationsAgenda .agenda-version .agenda-version-switch .agenda-version-item__active {
  color: #1976d2;
  background: #dfedfb;
  border: solid 1px #64a9ed;
}
.operationsAgenda .agenda-version-main {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  padding: 20px 0;
  /* Container du calendrier */
}
.operationsAgenda .agenda-version-main .agenda-version-main__title {
  display: none;
}
.operationsAgenda .agenda-version-main .agenda-container {
  /* Style version semaine */
}
.operationsAgenda .agenda-version-main .agenda-container table:not(.day) {
  width: 100%;
  padding: 20px;
  border-collapse: inherit;
}
.operationsAgenda .agenda-version-main .agenda-container table:not(.day) tr td:nth-child(1) {
  width: 10%;
}
.operationsAgenda .agenda-version-main .agenda-container table:not(.day) tr td:not(:first-child) {
  width: calc(90% / 7);
}
.operationsAgenda .agenda-version-main .agenda-container table:not(.day) tr td {
  position: relative;
  text-align: center;
  padding: 10px 0;
  font-weight: 300;
  font-size: 14px;
  border: none;
}
.operationsAgenda .agenda-version-main .agenda-container table:not(.day) tr td .agenda-item-day {
  display: block;
  padding: 0 0 5px 0;
  vertical-align: middle;
  width: 100%;
  text-align: left;
  color: #7cb342;
  background: #e1efd2;
  font-weight: 700;
  font-size: 9px;
  line-height: normal;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
.operationsAgenda .agenda-version-main .agenda-container table:not(.day) tr td .agenda-item-day:hover {
  background: #edf5e5;
}
.operationsAgenda .agenda-version-main .agenda-container table:not(.day) tr td .agenda-item-day .agenda-item-day__convocation {
  display: block;
  width: 100%;
  margin: 2px 0;
}
.operationsAgenda .agenda-version-main .agenda-container table:not(.day) tr td .agenda-item-day .agenda-item-day__convocation div {
  margin: 2px 0;
  display: block;
  font-size: 8px;
  font-weight: 700;
}
.operationsAgenda .agenda-version-main .agenda-container table:not(.day) tr td .agenda-item-day .navire-name {
  display: inline-block;
  vertical-align: middle;
}
.operationsAgenda .agenda-version-main .agenda-container table:not(.day) tr td .agenda-item-day img {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.operationsAgenda .agenda-version-main .agenda-container table:not(.day) tr td .agenda-item-day .res-circle {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.operationsAgenda .agenda-version-main .agenda-container table:not(.day) tr td .agenda-item-day .res-circle .circle-txt {
  font-size: 9px;
}
.operationsAgenda .agenda-version-main .agenda-container table:not(.day) tr td .item-day-operation {
  background: #f7f7f7;
  color: #4d4d4d;
}
.operationsAgenda .agenda-version-main .agenda-container table:not(.day) tr td .item-day-operation:hover {
  background: #f2f2f2;
  background-size: 100% 100%;
}
.operationsAgenda .agenda-version-main .agenda-container table:not(.day) tr td .item-day-mission {
  background: #dfedfb;
  color: #1976d2;
  text-align: center;
  font-weight: 700;
}
.operationsAgenda .agenda-version-main .agenda-container table:not(.day) tr td .item-day-mission:hover {
  background: #d6e8fa;
  background-size: 100% 100%;
}
.operationsAgenda .agenda-version-main .agenda-container table:not(.day) tr td .agenda-item-detail {
  display: none;
  background: white;
  border-radius: 0;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.24);
  padding: 40px;
  width: max-content;
  width: -moz-max-content;
}
.operationsAgenda .agenda-version-main .agenda-container table:not(.day) tr td .agenda-item-detail .res-circle {
  height: 30px;
  width: 30px;
}
.operationsAgenda .agenda-version-main .agenda-container table:not(.day) tr td .agenda-item-detail .agenda-item-detail-key, .operationsAgenda .agenda-version-main .agenda-container table:not(.day) tr td .agenda-item-detail .agenda-item-detail-value {
  font-size: 14px;
}
.operationsAgenda .agenda-version-main .agenda-container table:not(.day) tr td .agenda-item-detail .agenda-item-detail-key {
  display: block;
  font-weight: 500;
  padding: 5px;
  text-align: center;
  background: #d6e8fa;
  color: #1976d2;
}
.operationsAgenda .agenda-version-main .agenda-container table:not(.day) tr td .agenda-item-detail .agenda-item-detail-value {
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  background: #f7f7f7;
  color: #4d4d4d;
  margin: 5px;
}
.operationsAgenda .agenda-version-main .agenda-container table:not(.day) tr td .agenda-item-detail .agenda-item-detail-value img {
  width: 150px;
  border-radius: 20px;
}
.operationsAgenda .agenda-version-main .agenda-container table:not(.day) tr td .agenda-item-detail .little-img img {
  width: 30px;
}
.operationsAgenda .agenda-version-main .agenda-container table:not(.day) tr:nth-child(1) td:nth-child(1) {
  padding: 15px 0;
}
.operationsAgenda .agenda-version-main .agenda-container table:not(.day) tr:nth-child(1) td:not(:first-child) {
  color: #333333;
  font-weight: 600;
  font-size: 1em;
}
.operationsAgenda .agenda-version-main .agenda-container table:not(.day) tr:not(:first-child) td:nth-child(1) {
  background: #dfedfb;
  /*border:solid 1px lighten($blue, 20);
  border-radius: 5px;*/
  color: #1976d2;
  font-weight: 500;
}
.operationsAgenda .agenda-version-main .agenda-container table:not(.day) tr:not(:first-child) td {
  border-right: solid 1px #f2f2f2;
  border-bottom: solid 1px #f2f2f2;
}

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