@charset "utf-8";

/*room selector */
/*.rooms {
	display:none;
}*/

.rooms .room {
	
  text-transform:none;
  font-size:.8em;
}

.item-description p{
  font-size:90%;
}
.item-sublevel{
  font-size:90%;
}
.wrapper{
  overflow: hidden;
}
/*footer */
.wrapper.with-footer{
   padding-bottom: 0; 
}

footer{
  margin-top: 20px;
  padding-bottom: 20px;
}

footer .flags{
  display:none;
}

.with-footer .footer {
 height: auto;
  position: initial;
}
.footer-links{
  float:none;
  text-align: center;
  padding: 0;
  width:100%;
}
/*ul.partenaires-logos {
    list-style: none;
    padding-left: 0;
    margin-top: 40px;
}

ul.partenaires-logos li{
  text-align: center;
  display: block;
  float: none;  
  
}*/
.block.plugins strong{
  font-weight:bold;
}
.footer{
  padding:0;
}
.partenaires-logos{
  padding:20px;
}
.collaboration{
  display:inline-block;
  height:40px;
  line-height:40px;
  vertical-align:top;
  padding:0 10px;
}
.collaboration img{
  height:40px;
}
.footer{
  background:#27234F url(/upload/clients/arcep/custom/footer-20-ans.png) bottom right no-repeat;
  background-size:contain;
}

.item-hour{
  float:left;
}
.text-item .item-hour:before{
  display:none;
}
.item-hour::after{
  content:"\00a0";
  display:inline-block;
  width:40px;
}
.text-item{
  clear:both;
}
.item-description{
  clear:both;
}
p.li{
  display:block;
  margin:0 0 0 10px;
  list-style-type:disc;
}
p.li::before{
  content:"•";
  margin:0 10px 0 0;
}


/*

.footer-links {
    text-transform: initial;
}


@media screen and (max-width: 999px){
  ul.partenaires-logos li{
      display: inline-block;
      float: none;
      width: 30%;
  }
}

@media screen and (max-width: 530px){
  ul.partenaires-logos li{
      display: inline-block;
      float: none;
      width: 45%;
  }
}*/