@charset "UTF-8";
html,
body {
  height: 100%;
  margin: 0;
  font-size: 1vw;
}
.ds-container, .mainConteneur{
  max-width: 1800px!important;
}

@media (hover: hover) {
  div.dropdown:hover > ul.dropdown-menu {
    display: block;
  } 
}

@media screen and (max-width: 1300px) {
  .modal-header {
    font-size: 14px;
  }
  .modal-footer {
    font-size: 14px;
  }
}

@media screen and (max-width: 870px) {
  .modal-header {
    height: 105px;
    font-size: 14px;
  }
  .modal-body {
    top: 105px;
  }
  .modal-footer {
    font-size: 14px;
  }
}

.box {
  /*display: flex;
  flex-flow: column;*/
  display: flex;
  flex-direction: column;
  height: 100vh; /* Avoid the IE 10-11 `min-height` bug. */
}

.test{
  background-color:red;
}
.box .header {
  /*flex: 0 1 auto;*/
  /* The above is shorthand for:
  flex-grow: 0,
  flex-shrink: 1,
  flex-basis: auto

  */
  
}

.box .content {
  /*flex: 1 1 auto;*/
  flex: 1 0 auto;
}

.box .footer {
 /* flex: 0 1 auto;*/
 flex-shrink: 0;
} 

.hidden-element {
  display: none;
}

.modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

.modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #3c7dcf;
  border-radius: 0;
  box-shadow: none;
}

.modal-header {
  height: 100px;
  display: flow;
  background: #ededed;
}

.modal-title {
  font-weight: 300;
  font-size: 2em;
  color: #fff;
  line-height: 30px;
}

.modal-body {
  position: absolute;
  top: 100px;
  bottom: 100px;
  width: 100%;
  -webkit-overflow-scrolling: touch!important;
  padding: 27px 0;
  margin: 0 0 60px;
  margin: 20px 0;
  padding: 0px;
}

.modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100px;
  padding: 10px;
  display: row;
  background: #ededed;
}

table.dataTable.display tbody tr:hover {
  background: none;
}

.top{
  padding-top: 2em;
}

.top_min{
  padding-top: 1em;
}

.bottom {
  margin-bottom:1em;
}

.textBold{
  font-weight: bold;
}

.consent__lang{position:relative;float:right;margin-top:3px}

.consent__lang select{position:absolute;top:0;left:0;height:100%;width:100%;opacity:0}

#iframeAgreement {
  position: absolute;
}

.consent-btn {
  font-family: inherit;
  background-color: #bababa !important;
  border: none;
  border-radius: 10px;
  transition: 500ms;
  transform: translateY(0);
  padding: 5px 45px;
  align-items: center;
  margin: 10px;
}

.acceptBtn:hover:enabled {
  transition: 500ms;
  background-color: #3c7dcf !important;
  color: #ffffff;
}

.closeBtn:hover {
  transition: 500ms;
  background-color: #626365 !important;
  color: #ffffff;
}
.acceptBtn:disabled {
  cursor: not-allowed;
  background-color: #cecccc !important;
  color: #9d9d9d;
}

.downloadBtn:hover {
  transition: 500ms;
  background-color: #626365 !important;
  color: #ffffff;
}

.agreementParagBeg {
  text-align: left;
}

.agreementParagEnd {
  text-align: left;
}

.consentFooterButtons {
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.acceptStamp {
  padding-top: 2em;
  padding-bottom: 2em;
  margin-left: 30em;
}