@charset "UTF-8";
body {
  font-family: sans-serif;
  font-size: 2.5vw;
  line-height: normal;
  height: 100%;
  overflow-x: hidden;
  background: white; }

iframe {
  width: 100%;
  height: 80vh; }

.mobile-layout .toolbar .menu_right {
  display: none !important; }

.annexe {
  display: none; }

h2 {
  color: black;
  text-decoration: underline;
  font-size: 2rem; }

h3 {
  background: lightgrey;
  font-size: .5em;
  width: max-content;
  font-weight: normal; }

p {
  font-size: .5em !important; }

.couv {
  display: none; }

mark {
  text-decoration: underline 5px lightpink;
  color: black;
  background: transparent;
  cursor: pointer; }
  mark:after {
    content: " 🔗";
    font-size: .5em;
    color: black; }
  mark:hover {
    color: black;
    background: lightpink; }

.menu {
  position: fixed;
  left: 0;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  top: 0;
  height: 100vh;
  background: lightgray; }

input[type="radio"].check {
  display: none; }

input[type="radio"].check + label {
  position: relative;
  padding-left: 1.3rem; }

input[type="radio"].check + label::before,
input[type="radio"].check + label::after {
  display: block;
  position: absolute;
  box-sizing: border-box;
  content: '';
  border-radius: 1rem; }

input[type="radio"].check + label::before {
  bottom: 0;
  left: 0;
  border: 1px solid #ccc;
  background-color: lightpink;
  width: 1rem;
  height: 1rem; }

input[type="radio"].check + label::after {
  bottom: 3px;
  left: 3px;
  width: calc(1rem - 6px);
  height: calc(1rem - 6px); }

input[type="radio"].check:checked + label::after {
  color: blue;
  content: "✔"; }

.but {
  z-index: 1;
  top: 0;
  margin: 0;
  padding: 0;
  right: 2vw;
  position: fixed;
  list-style: none;
  background: transparent; }
  .but .button-print,
  .but .close,
  .but .open {
    padding: 1vw;
    width: auto;
    font-size: 0.8vw !important;
    line-height: 0.3vw;
    background: lightgrey; }
    .but .button-print:hover,
    .but .close:hover,
    .but .open:hover {
      background: lightpink;
      color: blue;
      font-style: italic; }
    .but .button-print:focus:after,
    .but .close:focus:after,
    .but .open:focus:after {
      content: "✔"; }
    .but .button-print:active,
    .but .close:active,
    .but .open:active {
      background: blue;
      color: grey; }

.menu li {
  padding: 1.5vh 0.5vw; }
.menu ul {
  background: white; }
.menu a {
  border-bottom: 1px solid;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background: transparent;
  color: black;
  padding-left: 1vw; }
  .menu a .num {
    display: none; }
  .menu a:hover {
    color: blue;
    background: lightpink; }
  .menu a:nth-of-type(1n):before {
    content: " ➳ ";
    background: transparent;
    font-size: 2vw; }
  .menu a:nth-of-type(2n):before {
    content: " ⎘";
    background: transparent;
    font-size: 2vw; }
  .menu a:nth-of-type(3n):before {
    content: " ☺ ";
    background: transparent;
    font-size: 2vw; }
  .menu a:nth-of-type(4n):before {
    content: " ▦ ";
    background: transparent;
    font-size: 2vw; }
  .menu a:nth-of-type(5n):before {
    content: " ☑";
    background: transparent;
    font-size: 2vw; }
  .menu a:nth-of-type(6n):before {
    content: " ▣ ";
    background: transparent;
    font-size: 2vw; }
  .menu a:nth-of-type(7n):before {
    background: transparent;
    content: " 🔗";
    font-size: .8em; }

.doc {
  margin-left: 20vw;
  padding: 0;
  background: white; }

summary {
  font-size: 2vw !important;
  border-bottom: 1px dashed blue;
  border-top: 1px solid blue;
  color: black;
  text-decoration: none;
  list-style: none;
  background: white; }
  summary:focus {
    outline: -webkit-focus-ring-color auto 0;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 0;
    background: lightpink;
    color: blue; }

summary:hover {
  color: blue;
  background: lightpink;
  cursor: nesw-resize; }

li,
p,
table,
td,
tr {
  font-size: 1.5vw !important; }

details[open] summary ~ * {
  animation: open 0.3s ease-in-out; }

@keyframes open {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
details summary::-webkit-details-marker {
  display: none; }

details summary:after {
  content: " ↷";
  position: absolute;
  transform-origin: center;
  transition: 200ms linear;
  transform: rotate(5deg); }

details[open] summary:after {
  transform: rotate(45deg);
  font-size: 2rem; }

details {
  padding: 1vw; }

.rdv summary:before {
  content: "☺ ";
  color: blue; }

.cahier h2 {
  color: black;
  text-decoration: underline;
  font-size: 2rem; }
.cahier strong {
  background: lightgrey;
  margin-left: -2vw;
  font-style: oblique;
  font-weight: 400;
  text-decoration: overline; }
.cahier ul {
  list-style: outside;
  border-left: 1px solid black;
  padding-bottom: 2vh; }
  .cahier ul strong {
    background: lightgrey;
    margin-left: -2vw;
    font-style: oblique;
    font-weight: 400;
    text-decoration: overline; }
    .cahier ul strong:before {
      padding-left: 2vw; }
    .cahier ul strong:after {
      content: " ⤵ ";
      padding-left: -2vw; }
.cahier ul, .cahier li {
  font-size: 1.5em; }

.notes h5 {
  display: none; }
.notes h2 {
  color: black;
  text-decoration: underline; }
.notes h3 {
  padding: 1vw;
  margin: 0;
  width: fit-content;
  background: lightgrey;
  border-top: 1px dashed blue;
  border-left: 1px dashed blue;
  border-right: 1px dashed blue; }
.notes ul {
  margin-bottom: 1vh;
  border: 1px dashed blue;
  padding: 0;
  background: lightgrey;
  overflow: auto;
  list-style-type: "⟶ ";
  margin-top: 0; }
  .notes ul li {
    width: fit-content;
    background: white;
    margin-left: 2vw; }
.notes summary:before {
  content: "☺ ";
  color: blue; }

.besoins summary:before {
  content: "⚅ ";
  color: blue; }

.ref summary:before {
  content: " ";
  color: blue; }

.liens summary:before {
  content: "☄ ";
  color: blue; }

.calendar summary:before {
  content: "✔ ";
  color: blue; }

.besoins .rdv-ind,
.calendar .rdv-ind,
.liens .rdv-ind,
.notes .rdv-ind,
.rdv .rdv-ind,
.ref .rdv-ind {
  padding: 0.2vw;
  max-height: 60vh;
  overflow: auto;
  background: lightpink; }
.besoins details:nth-of-type(1n),
.calendar details:nth-of-type(1n),
.liens details:nth-of-type(1n),
.notes details:nth-of-type(1n),
.rdv details:nth-of-type(1n),
.ref details:nth-of-type(1n) {
  background: lightgrey; }
.besoins h2,
.calendar h2,
.liens h2,
.notes h2,
.rdv h2,
.ref h2 {
  background: transparent;
  font-family: serif;
  font-size: 2vw !important;
  font-weight: 900;
  z-index: 1;
  text-decoration: none; }
.besoins h3,
.calendar h3,
.liens h3,
.notes h3,
.rdv h3,
.ref h3 {
  font-size: 1.5vw !important;
  font-family: serif;
  padding-top: 3vh;
  border-top: 1px dashed blue; }
  .besoins h3:before,
  .calendar h3:before,
  .liens h3:before,
  .notes h3:before,
  .rdv h3:before,
  .ref h3:before {
    content: "● ";
    color: blue; }
.besoins strong,
.calendar strong,
.liens strong,
.notes strong,
.rdv strong,
.ref strong {
  font-weight: 400;
  text-decoration: underline; }
.besoins p,
.calendar p,
.liens p,
.notes p,
.rdv p,
.ref p {
  font-family: serif; }

a {
  text-decoration-color: lightpink;
  color: black; }

.content h1 {
  width: 50vw; }

.content-img {
  display: inline-flex;
  width: 75vw;
  height: auto;
  background: white;
  flex-wrap: wrap; }
  .content-img img {
    height: 15vw; }

#carte {
  margin: 0;
  padding: 0;
  background: white; }
  #carte svg {
    margin-right: 0;
    margin-left: 0;
    width: 100vw;
    height: 95vh;
    outline: 0 solid; }
    #carte svg:hover {
      cursor: zoom-in; }

img {
  position: relative;
  height: 40vh;
  width: auto;
  padding: 1%; }

span {
  width: 100%; }

abbr {
  border: none;
  text-decoration: none;
  background: transparent;
  text-transform: capitalize;
  background: white;
  border: 1px solid blue;
  color: blue; }

.color {
  border-bottom: 1px solid black;
  width: 75vw;
  padding: 1vw;
  font-size: 2vw !important;
  line-height: 5vh;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center; }
  .color span {
    color: white;
    background: blue;
    padding: 1.5vw; }

.vevent {
  border: 1px solid blue;
  width: auto;
  margin-left: 1vw;
  margin-top: 1vh;
  font-family: serif;
  background: white;
  color: black;
  padding: 1.5vw;
  font-size: 1.5vw !important;
  max-width: 33vw; }
  .vevent::after {
    content: "⚫"; }

.summary {
  font-family: serif;
  font-size: 1.5vw !important;
  color: black; }

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