.ixnetVideoPopup {
  color: #6d6d6d;
  font-family: arial, helvetica;
  font-size: 12px;
  cursor: pointer;
}

.noFlash p {
  color: #6d6d6d;
}

/***********************************/
/***   Styles pour le jqModal    ***/
/***********************************/
.jqmWindow {
  display: none;
  position: absolute;
  left: 75px;
  top: 100px;
}

.jqmOverlay {
  /* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
  background-color: #333;
}

#boxPage .ixnetVideoPopup .jqmWindow .video,
#jqmWindowDefault .video {
  height: 700px;
  width: 900px;
}

/***************************************/
/*     STYLE TABLEAU MODAL          */
/***************************************/

table.boxModalTab {
  border-spacing: 0px;
  border-collapse: collapse;
}

.boxModalTab div,
.boxModalTab p {
  font-family: Arial, Helvetica, Verdana;
  font-size: 13px;
}

.boxModalTab .middle {
  padding: 5px;
}

.boxModalTab .middle h2,
.boxModalTab .middle .titre {
  margin-bottom: 5px;
  font-weight: bold;
  margin-top: 0;
  text-align: center;
  padding-top: 10px;
}

.boxModalTab {
  margin-top: 10px;
  margin-bottom: 10px;
}

.boxModalTab .left,
.boxModalTab .right,
.boxModalTab .left,
.boxModalTab .right {
  height: 6px;
  width: 6px;
  background-repeat: no-repeat;
}

.boxModalTab .left {
  width: 15px;
  height: 37px;
}
.boxModalTab thead .middle {
  height: 37px;
}
.boxModalTab thead tr .right {
  background-image: url('/public/images/DV4/boxModalTopRight.png');
  background-repeat: no-repeat;
  height: 37px;
  width: 37px;
  /** Fais en sorte que la cellule ne soit pas réduie sur mobile **/
  padding: 0 15px;
  box-sizing: border-box;
}

.boxModalTab .right {
  height: 15px;
}

.boxModalTab {
  padding: 15px;
  background-color: white;
}

.boxModalTab .middle #divContent {
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 15px;
}

.mfp-container #magnificContainer .boxModalTab {
  background: white;
}

.boxModalTab tbody .right {
  background-image: none;
}

.containerRecherchePartenaire .boxModalTab thead tr .right,
#boxPageContenu .boxModalTab thead tr .right {
  background-image: none;
}
