 
span.modal-open {
  text-decoration: underline;
  cursor: pointer;
}

body.modal-open {
  width: 100vw;
  position: fixed;
  padding-right: 0px;
}

body.modal-open nav {
  width: 100vw;
  top: 0;
}

body.modal-open nav span b {
  opacity: 1 !important;
}

.modal-container {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}

.modal-container .modal-content {
  display: inline-block;
  position: relative;
  background-color: #;
  width: 85%;
  max-width: 580px;
  margin-top: 50vh;
  margin-left: 50vw;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.modal-container .modal-content .modal-close {
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #;
  color: #fff !important;
  font-size: 21px;
  text-align: center;
  top: -12px;
  right: -12px;
  width: 30px;
  height: 30px;
  line-height: 31px !important;
  cursor: pointer;
}

.modal-container .modal-content h2 {
  font-size: 21px;
  line-height: 26px;
}

.modal-scroll {
  padding: 0 10px 1px 5px;
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
}

.modal-scroll::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

/* Track */
.modal-scroll::-webkit-scrollbar-track {
    background: #;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* Handle */
.modal-scroll::-webkit-scrollbar-thumb {
    background: #;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

/* Handle on hover */
.modal-scroll::-webkit-scrollbar-thumb:hover {
    background: #;
}

.modal-html>div {
  text-align: justify;
}

.modal-html>div img:not(.paysage) {
  display                : block;
  margin                 : 0 auto 10px;
  width                  : 40%;
  max-width              : 200px;
  -webkit-border-radius  : 8px;
  -moz-border-radius     : 8px;
  -ms-border-radius      : 8px;
  -o-border-radius       : 8px;
  border-radius          : 8px;
}

.modal-html>div img.paysage {
  display                : block;
  margin                 : 10px auto 10px;
  width                  : 75%;
  -webkit-border-radius  : 8px;
  -moz-border-radius     : 8px;
  -ms-border-radius      : 8px;
  -o-border-radius       : 8px;
  border-radius          : 8px;
}

.modal-html>div p {
  margin-top             : 10px;
}

.modal-html>div img + p {
  margin-top             : 0;
}

.modal-html>div p.sep b {
  display                : block;
  background-color       : #;
  height                 : 10px;
  width                  : 40%;
  margin                 : 15px auto;
  -webkit-border-radius  : 5px;
  -moz-border-radius     : 5px;
  -ms-border-radius      : 5px;
  -o-border-radius       : 5px;
  border-radius          : 5px;
}

@media (min-width: 1160px) {
  .modal-html>div img:not(.paysage) {
    display: inline;
    float: left;
    margin: 0 15px 3px 0;
    width: 143px;
  }

  .modal-html>div img.paysage {
    display: block;
    margin: 10px auto 10px;
    width: 75%;
  }
}