#privateChatContainer .nameOneConversation {
  width: 182px !important;
}



.overlayProgramme {
  position: fixed;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.75);
  z-index: 100000;
  color: #fff;
  text-align: center;
  padding-top: 200px;
}

/************* POPUP ***************/

 body.isOverlay{overflow:hidden}

 .popup_programme,
 .popup_programme_quickview {
  display: none;
}
.popup_programme.isOpen,
.popup_programme_quickview.isOpen {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    overflow: auto;
}
.popup-programme-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 80%;
    width: 60%;
    padding: 50px 0 30px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    z-index: 200;
}
.popup-programme-quickview-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 90%;
    width: 70%;
    padding: 80px 0 20px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    z-index: 200;
}

.popup-programme-quickview-container img{
    width: 100%;
}

/* Modal Content */
.popup-programme-content {
  margin: auto;
  padding: 0;
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  overflow-y: scroll;
}

.popup-programme-quickview-content {
    margin: auto;
    padding: 0;
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 100%;
}

/* The Close Button */
.popup-programme-container .close,
.popup-programme-quickview-container .close{
  color: #858585;
  font-size: 35px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 25px;
}

.popup-programme-container .close:hover,
.popup-programme-container .close:focus,
.popup-programme-quickview-container .close:hover,
.popup-programme-quickview-container .close:focus {
  cursor: pointer;
  text-decoration: none;
}



.myprogramme {
  font-family: 'Montserrat', sans-serif !important;
}
 @media (max-width: 768px){
     .popup-programme-container {
         height: 80%;
         width: 95%;
     }
 }


@media (max-width: 690px){
    .popup-programme-container {
        height: 100vh;
        width: 95%;
    }
}

@media (max-width: 576px) {

  #privateHelpDeskContainer {
    width: 100% !important;
  }

  #messageAEnvoyerHelpDesk {
    width: 93% !important;
  }

}

#buttonSmartphonePrivateChat {
  display: none;
}


 div.col-md-8.live-main > div.vignette {
   padding-left: 30px;
 }

 div.col-md-8.live-main > div.vignette > .typesession,
 div.col-md-8.live-main > div.vignette > .topic,
 div.col-md-8.live-main > div.vignette > .tag,
 div.col-md-8.live-main > div.vignette > .focus,
 div.col-md-8.live-main > div.vignette > .lang {
   display: inline-block;
   padding: 7px 11px;
   margin-right: 10px;
   margin-top: 15px;
   margin-bottom: 25px;
   background: #F8F9FD;
   border-radius: 6px;
   color: #333333;
 }

div.col-md-8.live-main > div.vignette > div.typesession::before {
    content: ' ';
    background-image: url('/sites/default/files/2021-05/icon_type.svg');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}

div.col-md-8.live-main > div.vignette > div.topic::before {
    content: ' ';
    background-image: url('/sites/default/files/2021-05/icon_themes-topics.svg');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}

div.col-md-8.live-main > div.vignette > div.tag::before {
    content: ' ';
    background-image: url('/sites/default/files/2021-05/icon_tag.svg');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}

div.col-md-8.live-main > div.vignette > div.lang::before {
    content: ' ';
    background-image: url('/sites/default/files/2021-05/icon_globe.svg');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}

div.col-md-8.live-main > div.vignette > div.focus::before {
    content: ' ';
    background-image: url('/sites/default/files/2021-05/icon_focus.svg');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}

 div.col-md-8.live-main > div.view-more p {
   margin-top: 25px;
   margin-bottom: 25px;
 }
 div.col-md-8.live-main > div.view-more p::after {
   left: 115px;
   width: 85%;
 }

 div.col-md-8.live-main > div.view-more p {
   clear:both;
 }

 div.col-md-8.live-main > div.view-more p > a {
   width: 100px;
   margin-left: 30px;
   padding: 10px;
   text-align: center;
   box-sizing: border-box;
   border-radius: 52px;
   font-size: 1.2rem;
   color: #ccc;
   border: 1px solid #ccc;
   text-decoration: none;
 }

 div.col-md-8.live-main > div.view-more p::after {
   position: absolute;
   position: relative;
   bottom: 34px;
   bottom: 10px;
   left: 105px;
   width: 70%;
   display: block;
   content: "";
   border-bottom: 1px solid #ccc;
   opacity: 0.3;
   z-index: 0;
 }

 div.col-md-8.live-main > div.objectives {
   background: #F3F3F3;
   border-radius: 3px;
   padding: 20px 30px 10px 30px;
   margin-left: 30px;
   margin-top: 10px;
   margin-bottom: 25px;
   width: 80%;
   color: #000000;
 }

 div.col-md-8.live-main > div.objectives ul {
   padding-top: 10px;
   padding-bottom: 10px;
   list-style: none;
 }

 div.col-md-8.live-main > div.objectives ul li {
   border-bottom: none !important;
   margin-right: 15px;
   margin-top: 5px;
   margin-bottom: 5px;
   border-radius: 30px;
   color: #000000;
   list-style: none;
 }

 div.col-md-8.live-main > div.objectives ul li::before {
   content: "\2022";
   color: #979CCC;
   font-weight: bold;
   display: inline-block;
   width: 1em;
   margin-left: -1em;
 }

 div.col-md-8.live-main > div.objectives > div.objectivesentence {
   font-weight: 700;
   color: #000000;
   font-size: 1.6rem;
 }

 div.col-md-8.live-main > div.moderators {
   padding-left: 30px;
 }

 div.col-md-8.live-main > div.moderators p {
   line-height: 12px;
   color: #8c8c8c !important;
   font-size: 1.4rem !important;
   font-weight: 600;
 }


 div.col-md-8.live-main > div.moderators.speaker-name > p {
   line-height: 12px;
   color: #8c8c8c !important;
   font-size: 1.4rem !important;
   font-weight: 600;
 }

 div.col-md-8.live-main > div.moderators span {
   color: #000000;
   line-height: 16px;
 }

 div.col-md-8.live-main > #detail {
   background-color: #F8F9FD;
   border-radius: 3px;
   border-left: 1px solid #C8CAE3 !important;
   padding: 2px 20px 5px 20px !important;
   margin-top: 30px;
   width: 80%;
   margin-left: 30px;
 }

 div.col-md-8.live-main > #detail > .interventions > .intervention > .interventionTitle::before {
   content: url("/sites/default/files/2021-05/Ellipse-intervention.png");
   padding-right: 12px;
   vertical-align: middle;
   margin-left: -31px;
 }

 div.col-md-8.live-main > #detail > .interventions > .intervention > .interventionTitle {
   margin-top: 10px;
   color: #51545b !important;
   font-weight: 600;
   margin-bottom: 0;
 }

 div.col-md-8.live-main > #detail > .interventions > .intervention > .interventionTitle p {
   margin-top: 5px;
   color: #51545b !important;
   font-weight: 600;
   margin-bottom: 0;
 }

 div.col-md-8.live-main > #detail > .interventions > .intervention > .speaker-intervention-name-img {
   font-size: 1.1rem;
   color: #7E82AA;
   font-weight: 600;
   margin-bottom: 0;
 }

 div.col-md-8.live-main > #detail > .interventions > .intervention > .speaker-intervention-name-img:before {
   content: url("/sites/default/files/2021-05/icone_speaker.png");
   vertical-align: sub;
   margin-left: -12px;
 }


 #upper-zone .live-detail {
   padding-bottom: 40px;
 }


 /* END LIVE PAGE */


@media (max-width: 500px) {
  div.btn_download_prog {
   text-align: center;
  }
}

@media (max-width: 768px) {

  .nameOneConversation {
    width: 253px !important;
  }

  @media screen and (-webkit-min-device-pixel-ratio:0) {
    select,
    textarea,
    input {
      font-size: 16px;
    }
  }

  #privatevisio-wrapper {
    right: 0 !important;
    z-index: 2000 !important;
  }

  #inputSearchGlobal {
    font-size: 12px !important;
  }

}








