@charset "utf-8";

@font-face {
font-family: 'AvantGarde';
src: url('./fonts/ITCAvantGardePro-Bk.otf') format('truetype');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'AvantGarde';
src: url('./fonts/ITCAvantGardeStd-BoldCn.otf') format('truetype');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'AvantGarde';
src: url('./fonts/ITCAvantGardeStd-DemiCn.otf') format('truetype');
font-weight: 550;
font-style: normal;
}

body,
.wrapper,
.plugins .plugin .subplugin .button .text, .plugins .plugin .title,
.block.embed, .chat-form .input, .date .list .option, .footer-links, .plugins .plugin, .questionary .answers textarea, .questionary .plugin-container, .slideuse{
  font-family:AvantGarde;
}

.player-only .content{
  margin:20px 0 0;
}

.pagelogin .header-img{
  display:none;
}
.pagelogin .header{
  padding-bottom:56.25%;
  background:url(/upload/clients/eurazeo/media/image_2308.jpg) center bottom no-repeat;
  background-size:contain;
}

/*.pagelogin .header::before{
  content:"";
  display:block; width:100%; padding-top:56.25%;
  background:url(/upload/clients/eurazeo/media/image_2308.jpg) center no-repeat;
  background-size:contain;
}*/
#help{ display:block; height:40px; line-height:40px; float:right; cursor:pointer; color: #39284E; position: relative;bottom: 40px; right: 10px;}



.displayinstance.title {
  visibility: hidden;
}

.form-input.button.submit{
  color:#fff;
}

.chat-feed{ display:none; }

.text-item .item-hour, .text-item .item-title {
    font-size: 140%;
}

@media screen and (max-width: 1544px) and (min-width: 1161px){
.wrapper {
    width: 90%;
    max-width: none;
  }
}
@media screen and (min-width: 1545px){
.wrapper {
    width: 80%;
    max-width: none;
  }
}