#accordion .faq-item-body ul {
  list-style-type: none;
}
#accordion .faq-item-body ul li{
  float: left;
}

#accordion .faq-item-body .col-md-6.pl-2.pr-2.mb-3 {
  padding: 20px;
}

#accordion .faq-item-body .ao-downloadable a {
  display: block;
  padding: 10px 17px;
  background: #e4eab9;
}
#myModal.modal{
  z-index: 9999;
}

.overlay_videotheque {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}

.videotheque_modals .modal-dialog {
  width: 50%;
  max-width: 60%;
  height: 50%;
  max-height: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
}
.videotheque_modals .modal-content, .videotheque_modals iframe {
  height: 100%;
  width: 100%;
}
.videotheque_modals .modal-body {
  padding: 0;
  margin: 0;
}

.videotheque_modals .modal-body .close {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: ease0.25s all;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 1000px;
  background: #377d21;
  font-family: Arial, Sans-Serif;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #ffffff !important;
  opacity: 1 !important;
}
.videotheque_modals .modal-content, .videotheque_modals iframe {
  height: 100%;
  width: 100%;
}
.modal-backdrop {
  display: none;
}
