/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */

/* HTML element (SMACSS base) rules */
@import "normalize.css";

/* Layout rules */
/*@import "layouts/responsive.css";*/

/* Component (SMACSS module) rules */
/*@import "components/misc.css";*/
/* Optionally, add your own components here. */
@import "print.css";

/* Import MHR Styles */

@import "mhr_styles.css";

/* SMACSS theme rules */
/* @import "theme-A.css"; */
/* @import "theme-B.css"; */

.mhr-wall-content{
    max-height: 480px;
    overflow-y: auto;
}

.rss-news .tabs-contents .item .view{
    height: 195px;
    overflow: hidden;
    position: relative;
}

.galleria{
    height: 600px;
    max-width: 100%;
}

.search-info{
    display: none;
}

#block-boxes-pub-home-small p{
    margin: 0;
    text-decoration: none;
}
#boxes-box-pub_home_small a:hover::before{
    display: none;
}

#views-exposed-form-news-page-list .chosen-search,
#views-exposed-form-effectif-page-list #edit-saison-wrapper{
    display: none;
}

.matchs-items .match-item .button.resume,
.matchs-items .match-item .button.photos{
    padding-bottom: 0.75rem;
    padding-top: 0.55rem;
}

.webform-container-inline.webform-datepicker div.form-item.form-type-select,
.webform-datepicker .chosen-container {
    display: none;
}

/**
* Modif 20-JUL-2017
* Rajouter Instagram et Snapchat
* @author sylvain@choosit.com
*/
.remodal .snapcode{
  display: block;
  margin: 0 auto;
  max-width: 280px;
  max-width: 100%;
}
.remodal h2{
  font-family: 'MHR_title';
  color: #003366;
  font-size: 46px;
  margin-top: 0;
}
.socials li {
  vertical-align: middle;
}
.socials li.instagram a,
.socials li.snapchat a{
  position: relative;
}
.socials li.instagram a:hover svg,
.socials li.snapchat a:hover svg{
  fill: #042647;
}
.socials li svg{
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  fill: #fff;
  -webkit-transition: fill .3s;
  transition: fill .3s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.socials li.snapchat svg{
  /*top: 9px;*/
}
.addthis_toolbox > a:after{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
