/*
 *
 * Classes de style utilisées par 
 *  		- les pages d'atterrissage PDF / ePUB
 *  		- les pages d'atterrissage Audio
 *  		- les pages d'atterrissage Video
 * 
 */


.modePortrait {
	display: none!important;
}

#visuLeftPane {
  padding-right: 0px !important;
}
.mode1 {display: none;}
.openPopin{cursor: pointer;}
.openInNewWindow{cursor: pointer;}
.link1,.link2,.link3{cursor: pointer;}
/* new refont Bureautique */

.bg1 {
  background-image: url(../images/bg2.png),
    linear-gradient(167deg, #ffffff00 0%, #ffffff 73%, #ffffff 100%);
  background-size: 4%;
}
.gradientPreview {
  background: linear-gradient(90deg, transparent 20%, #ffffff);
}
#openAttachment {
  cursor: pointer;
}
.p-visuDocContainer {
  max-width: 100%;
  max-height: 100%;

  margin-right: auto;
  margin-bottom: 0px;	
  margin-left: auto;
  position: relative;
}
.p-visuDocContainer-head1 {
  height: 12vh;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 11px 0px 0px 20px;
}
.p-visuDocContainer-head1 > .p-preview-wrap {
  display: flex;
  align-items: center;
  width: 75%;
  height: 100%;
}

.p-visuDocContainer-head2 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0px 0px 0px 20px;
  height: auto;
}

#nMasterRegion {
	position: absolute;
	left: 30px;
	margin-top: 15px;
}

.p-visuDocContainer-head2 > div:nth-child(2) {
  width: 20%;
}

.p-visuDocContainer-head2  .p-preview-wrap {
  width: 75%;
}
.p-preview-wrap .p-img-pre {
  height: 58px;
  width: auto;
  margin-right: 16px;
}
.p-preview-wrap .p-img-pre > img {
  width: auto;
  height: 100%;
}
.p-preview-wrap .p-title-pre {
  display: flex;
  flex-direction: column;
}
.p-preview-wrap > .p-title-pre > h2 {
  font: normal normal bold 12px/21px "roboto_condensed";
  letter-spacing: 0px;
}
.p-preview-wrap > .p-title-pre > span {
  font: normal normal normal 14px/19px "roboto_condensed";
  letter-spacing: 0px;
}
.p-download-file {
  text-align: left;
  font: normal normal normal 16px/21px "roboto_condensed";
  letter-spacing: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.p-download-file > div {
  cursor: pointer;
}
.p-visuDocContainer-head1 .p-download-file {
  width: 25%;
}
.p-visuDocContainer-head2 .p-download-file {
  width: 100%;
}
/* Comportement diff entre les download file */

.p-visuDocContainer-head1 .p-download-file {
  justify-content: center;
}

.p-visuDocContainer-top {
  /*  //75vh  */
  height: 75vh;
  margin-top: 10px;
}
.p-visuDocContainer-bottom {
  width: 100%;
  height:  20vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 28px;
  padding-right: 28px;
}
.splitOpen {
  position: absolute;
  cursor: pointer;
  top: 43%;
  border-radius: 0 30px 30px 0px;
  height: 100px;
  width: 10px;
  right: 3px;
}
.accordionBottomContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 90;
}
.accordionBottomContainer > div {
  width: 107px;
  height: 13px;
  border-radius: 0 0 30px 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  z-index: 10;
}
.accordionBottomContainer > div > i {
  font-size: 16px;
  position: absolute;
}

.notAvailableMsg {
  height: 100%;
}
.imgNeNum {
  height: 100%;
  width: 100% !important;
  padding-left: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.notAvailableMsg {
  height: 100%;
}

.notAvailableMsg > img {
  height: 200px;
}

.p-head-acc {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
}
.p-head-acc > span {
  text-decoration: underline;
  font: normal normal normal 16px/21px "roboto_condensed";
  letter-spacing: 0px;
}
.p-head-subInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.p-head-subInfo > div:nth-child(1) {
  width: 50%;
}
.p-head-subInfo > div:nth-child(2) {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  padding-right: 3vh;
}

.listAttahcment {
  display: flex;
  width: 100%;
}
.txt-acc {
  font: normal normal bold 16px/21px "roboto_condensed";
  letter-spacing: 0px;
  text-transform: uppercase;
}

.txt-acc i {
  font-size: 20px;
}

.txt-lnk {
  font: normal normal normal 16px/21px "roboto_condensed";
  letter-spacing: 0px;
  cursor: pointer;
}
.txt-lnk > a {
  cursor: pointer;
}
.p-head-list {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-head-list > div > div > .attachmentItem, .listAttachment > div > .attachmentItem  {
  height: 130px;
  width: 130px;
  margin: 0 10px 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 10px #afa5ff30;
  border: 1px solid #d2d7f1;
  border-radius: 10px;
  position: relative;
}

.listAttachment {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 25px;
  max-height: 60vh;
  overflow: auto;
}

.p-doc-wrap {
	/* margin-left: 30px; */
  	width: 100%;
  	height: 65vh;
  	display: flex;
  	row-gap: 20px;
  	flex-direction: column;
}

.p-doc-txt2 {
  font: italic normal normal 14px/19px "roboto_condensed";
  letter-spacing: 0px;
  width: 100%;
  height: 3vh;
  display: flex;
  justify-content: center;
  align-items: center;

}
.p-doc-img {
  width: auto;
  height: 56vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.p-doc-img > .wrap-img {
  height: auto;
  width: 39vh;
  position: relative;
}

.p-doc-img > .wrap-img > img, .p-doc-img > .wrap-img > a > img {
  height: auto;
  width: 100%;
  float: left;
  object-fit: contain;
}

.p-doc-img svg {
  position: relative;
  top: 2px;
  left: -5px;
}
.p-doc-frm {
  font: normal normal normal 14px/19px "roboto_condensed";
  letter-spacing: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  margin-top: 10px;
}

.imgHover {
  opacity: 0.2;
  border: 2px solid #2d14f1;
}

.linkTodoc {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 100%;
  text-decoration: underline;
  font: normal normal normal 16px/21px "roboto_condensed";
  letter-spacing: 0px;
  cursor: pointer;
  transform: translateX(-100%);
  width: 100%;
  text-align: center;
}
.linkItem {
  top: 45%;
  display: none;
  position: absolute;
  left: 100%;
  text-decoration: underline;
  font: normal normal normal 12px "roboto_condensed";
  letter-spacing: 0px;
  cursor: pointer;
  transform: translateX(-100%);
  width: 100%;
  text-align: center;
}

.linkItem svg {
  position: relative;
  top: 2px;
  left: -4px;
  height: 12px;
}
/* Pour hover des items attahcment  */
.linkItemHover {
  background: rgba(1, 1, 1, 0);
}

.linkItemHover > svg {
  opacity: 0.1;
}
/* _______________ */
.p-download-file > div > a {
  width: auto;
  display: flex;
}

.p-download-file > div > a::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: #525252;
  transform: translate(-14px, 8px);
  bottom: 7px;
}

.p-download-file > div > a > span:not(.picto_oeil) {
  text-decoration: underline;
  margin-left: 10px;
}

.txt-lnk > a {
  width: auto;
  display: flex;
  align-items: center;
}
.txt-lnk > a > span {
  text-decoration: underline;
  margin-left: 10px;
}
.txt-lnk > a::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: #525252;
  transform: translate(-14px, 8px);
  bottom: 7px;
}
.p-doc-frm > span {
  width: auto;
  position: relative;
}
.p-doc-frm > span > span {
  position: absolute;
  bottom: 8px;
  cursor: pointer;
}

.p-doc-frm > span::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: #525252;
  transform: translate(-14px, 8px);
  bottom: 3px;
}
.iconAttch {
  align-items: center;
  justify-content: center;
  font-size: 57px;
  
}

.attachmentDetails, .nMasterDetails {
  font-size: 15px;
  flex-direction: column;
  width: 130px;
  word-wrap: break-word;
}

.attachmentDetails{
  display: none;
}

.attachmentType {
  font-size: 15px;
  display: none;
  flex-direction: column;
  width: 130px;
  word-wrap: break-word;
  text-transform: capitalize;
  margin: 0 10px 10px 0;
}

.extension {
  margin-bottom: 10px;
  font-size: 18px;
}

.attachmentTitle {
  margin-bottom: 10px;
  font-weight: bold;
}

.bx1 {
  border-radius: 7px;
}
.bx2 {
  border-radius: 20px;
}
.notAvailibleDoc {
  width: 204px;
  height: 295px;
  background: #ffffff 0% 0% no-repeat padding-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  float: left;
  box-shadow: 3px 3px 20px #afa5ff30;
  border: 2px solid #d2d7f1;
}
.p-t1 {
  font-size: 44px;
}
.p-t2 {
  font-weight: 600;
}
.p-t3 {
  font-weight: 200;
  font-size: 12px;
  text-align: center;
}

.p-k1 {
  font-size: 12px;
}
.p-k2 {
  font-weight: 600;
  font-size: 7px;
}

.txt-lnk svg,
.p-download-file svg {
  width: 10px;
  height: 20px;
}

.a-info-bulle {
  transform: translateX(-50%);
  left: 50% !important;
  width: 150px;
}



/* @media only screen and (max-height:480px) {

}
@media only screen and (max-height:679px) and (min-height:579px) {

} */

/* @media only screen and (max-height:768px) and (min-height:679px) {
  .p-visuDocContainer-top {
    background-color: #525252;
  }
  .p-doc-wrap {
    height:  45vh !important;
  }
  .p-doc-img > .wrap-img {
    width:  14% !important;
  }
  .p-visuDocContainer-top {
    height:  52vh !important;
  }
} */

/* @media all and (min-width: 1024px) and (max-width: 1280px) {

  .p-doc-img {
    height: 45vh !important;
  }
  .wrap-img {
    width: 30vh !important;
  }
  
} */

@media all and (min-width: 768px) and (max-width: 1024px) { 

  .p-doc-img {
    height: 45vh !important;
  }
  .wrap-img {
    width: 30vh !important;
  }
}

@media all and (min-width: 480px) and (max-width: 768px) { 

  .p-doc-img {
    height: 39vh !important;
  }
  .wrap-img {
    width: 26vh !important;
  }
}

@media (min-height: 721px) and (max-height: 921px) { 
  .p-visuDocContainer-top {

    height: 67vh!important;
  }
  .p-doc-img {
    height: 50vh !important;
  }
  .wrap-img {
    width: 35vh !important;
  }
}

@media (min-height: 621px) and (max-height: 721px) { 
  .p-visuDocContainer-top {

    height: 64vh!important;
  }
  .p-doc-img {
    height: 45vh !important;
  }
  .wrap-img {
    width: 31vh !important;
  }
}

@media (min-height: 521px) and (max-height: 621px) { 
  .p-visuDocContainer-top {

    height: 60vh!important;
  }
  .p-doc-img {
    height: 38vh !important;
  }
  .wrap-img {
    width: 26vh !important;
  }
}

@media (min-height: 480px) and (max-height: 521px) { 
  .p-visuDocContainer-top {

    height: 60vh!important;
  }
  .p-doc-img {
    height: 38vh !important;
  }
  .wrap-img {
    width: 26vh !important;
  }
}

@media all and (max-width: 480px) {

 }
/* 
@media (min-height: 1025px) and (max-height: 1080px) {
  .p-doc-wrap {
    height: auto !important;
  }

  .p-doc-txt2 {
    height: 10% !important;

    margin-top: 10px !important;
  }
  .p-doc-img {
    height: 90% !important;
  }
  .p-doc-img > .wrap-img {
    height: 50% !important;
  }
}

@media (min-height: 768px) and (max-height: 1024px) {
  .p-doc-wrap {
    height: auto !important;
  }

  .p-doc-txt2 {
    height: 10% !important;

    margin-top: 10px !important;
  }
  .p-doc-img {
    height: 90% !important;
  }
  .p-doc-img > .wrap-img {
    height: 50% !important;
  }
}

@media (min-height: 700px) and (max-height: 767px) {
  .p-doc-wrap {
    height: 100% !important;
  }

  .p-doc-txt2 {
    height: 20% !important;

    margin-top: 0px !important;
  }
  .p-doc-img {
    height: 50% !important;
  }
  .p-doc-img > .wrap-img {
    height: 50% !important;
  }
  .p-doc-img > .wrap-img > img {
    height: 283px;
  }
  .p-visuDocContainer-top {
    height: 52vh !important;
  }
  .p-visuDocContainer-bottom {
    height: 37vh !important;
  }

  .notAvailibleDoc {
    height: 200px;
  }
}

@media (min-height: 600px) and (max-height: 699px) {
  .p-doc-wrap {
    height: 87% !important;
  }

  .p-doc-txt2 {
    height: 20% !important;

    margin-top: 0px !important;
  }
  .p-doc-img {
    height: 58% !important;
  }
  .p-doc-img > .wrap-img {
    height: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-doc-img > .wrap-img img {
    height: 160px;
  }
  .p-visuDocContainer-top {
    height: 45vh !important;
  }
  .p-visuDocContainer-bottom {
    height: 32vh !important;
  }

  .notAvailibleDoc {
    height: 150px;
  }
}

@media (min-height: 500px) and (max-height: 599px) {
  .p-doc-wrap {
    height: 100% !important;
  }

  .p-doc-txt2 {
    height: 20% !important;

    margin-top: 0px !important;
  }
  .p-doc-img {
    height: 34% !important;
  }
  .p-doc-img > .wrap-img {
    height: 50% !important;
    display: flex;
    align-items: end;
  }
  .p-doc-img > .wrap-img > img {
    height: 196px;
  }
  .p-visuDocContainer-top {
    height: 56vh !important;
  }
  .p-visuDocContainer-bottom {
    height: 32vh !important;
  }

  .notAvailibleDoc {
    height: 150px;
  }
}

@media (min-height: 200px) and (max-height: 499px) {
  .p-doc-img > .wrap-img > img {
    height: 142px;
  }

  .notAvailibleDoc {
    height: 150px;
  }
} */

/* ***************************************************** MODAL ********************************************************/
/* ***************************************************** MODAL ********************************************************/
/* ***************************************************** MODAL ********************************************************/

/* The Modal (background) */
.p-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  overflow: hidden;
}

.popin-wrap {
  height: 100%;
  position: relative;
  top: 30%;
/*   transform: translateY(100%); */
  left: 0%;
  margin: auto;
}

/* Modal Content */
.p-modal-content {
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}

/* The Close Button */
.p-close {
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 5px;
}

.p-close:hover,
.p-close:focus {
  text-decoration: none;
  cursor: pointer;
}

.p-close-wrap {
  width: 50%;
  margin: auto;
  position: relative;
}

.p-button-popin {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.p-button-popin > button:nth-child(2) {
  margin-left: 10px;
}
.p-button-popin > button {
  border-radius: 0;
}



.p-condition-wrap {
  display: flex;
  margin-left: 10px;
}
.p-condition-wrap > div:nth-child(2) {
  padding-left: 3%;
}

/* ***************************************************** MODAL ********************************************************/
/* ***************************************************** MODAL ********************************************************/
/* ***************************************************** MODAL ********************************************************/


.hasError-popin {
  color:#a94442;
}

.resize {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}