@charset "UTF-8";
/**
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
/**
* Objectif Scnène
*
* Samuel Brisson <samuel@arsenalweb.ca>
* Arsenal Web (https://arsenalweb.ca)
*
* @link         https://arsenalweb.ca
* @copyright    Copyright (c) 2018 ArsenalWeb
*/
/**
* Objectif Scnène
*
* Samuel Brisson <samuel@arsenalweb.ca>
* Arsenal Web (https://arsenalweb.ca)
*
* @link         https://arsenalweb.ca
* @copyright    Copyright (c) 2018 ArsenalWeb
*/
/**
* Objectif Scnène
*
* Samuel Brisson <samuel@arsenalweb.ca>
* Arsenal Web (https://arsenalweb.ca)
*
* @link         https://arsenalweb.ca
* @copyright    Copyright (c) 2018 ArsenalWeb
*/
/**
* Objectif Scnène
*
* Samuel Brisson <samuel@arsenalweb.ca>
* Arsenal Web (https://arsenalweb.ca)
*
* @link         https://arsenalweb.ca
* @copyright    Copyright (c) 2018 ArsenalWeb
*/
/**
* Objectif Scnène
*
* Samuel Brisson <samuel@arsenalweb.ca>
* Arsenal Web (https://arsenalweb.ca)
*
* @link         https://arsenalweb.ca
* @copyright    Copyright (c) 2018 ArsenalWeb
*/
/**
* Objectif Scnène
*
* Samuel Brisson <samuel@arsenalweb.ca>
* Arsenal Web (https://arsenalweb.ca)
*
* @link         https://arsenalweb.ca
* @copyright    Copyright (c) 2018 ArsenalWeb
*/
/**
 * Objectif Scnène
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
@media (min-width: 1rem) {
  .h-text--xs-right {
    text-align: right; }
  .h-text--xs-left {
    text-align: left; }
  .h-text--xs-center {
    text-align: center; } }

@media (min-width: 480px) {
  .h-text--sm-right {
    text-align: right; }
  .h-text--sm-left {
    text-align: left; }
  .h-text--sm-center {
    text-align: center; } }

@media (min-width: 770px) {
  .h-text--md-right {
    text-align: right; }
  .h-text--md-left {
    text-align: left; }
  .h-text--md-center {
    text-align: center; } }

@media (min-width: 1000px) {
  .h-text--lg-right {
    text-align: right; }
  .h-text--lg-left {
    text-align: left; }
  .h-text--lg-center {
    text-align: center; } }

@media (min-width: 1399px) {
  .h-text--xl-right {
    text-align: right; }
  .h-text--xl-left {
    text-align: left; }
  .h-text--xl-center {
    text-align: center; } }

/**
* Objectif Scnène
*
* Samuel Brisson <samuel@arsenalweb.ca>
* Arsenal Web (https://arsenalweb.ca)
*
* @link         https://arsenalweb.ca
* @copyright    Copyright (c) 2018 ArsenalWeb
*/
.events__filters-container {
  padding: 40px 60px;
  background-color: #202933;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500; }
  .events__filters-container__label {
    margin-bottom: 10px; }
    .events__filters-container__label--separator {
      height: 25px;
      width: 1px;
      margin: 35px auto 0;
      padding: 0;
      text-align: center;
      border-left: 1px solid #fff; }
  .events__filters-container__input-wrapper input[type="text"],
  .events__filters-container__input-wrapper select {
    color: #202933;
    font-size: 13px;
    font-weight: 500;
    padding: 0 15px;
    width: 100%;
    border-radius: 0;
    height: 40px; }

.events__result__title {
  margin: 30px 0 30px 60px;
  font-size: 24px;
  font-weight: 500;
  font-family: Montserrat, sans-serif; }

.events__item {
  background-color: #f3f3f3;
  font-family: Montserrat, sans-serif;
  padding: 60px;
  margin-top: 30px; }
  .events__item:first-child {
    margin-top: 0; }
  .events__item__col1 {
    padding-right: 60px !important; }
  .events__item__img img {
    width: 100%; }
  .events__item__category {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    background-color: #202933;
    padding: 12px 18px;
    margin-bottom: 25px; }
  .events__item__address {
    font-weight: 600;
    font-size: 12px; }
    .events__item__address--mobile {
      display: none; }
    .events__item__address > div {
      padding: 0; }
    .events__item__address__info {
      background-image: url("../../public/img/icon-marker.png");
      background-repeat: no-repeat;
      padding-left: 30px !important; }
    .events__item__address__title {
      font-size: 15px;
      margin-bottom: 10px;
      line-height: 16px; }
  .events__item__title {
    margin-bottom: 20px;
    margin-top: 0;
    padding: 0;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase; }
  .events__item__date, .events__item__hour {
    background-image: url("../../public/img/icon-date.png");
    background-repeat: no-repeat;
    padding-left: 30px !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px; }
  .events__item__hour {
    background-image: url("../../public/img/icon-time.png"); }
  .events__item__desc {
    margin-bottom: 20px;
    padding: 0 !important;
    font-weight: 500;
    font-size: 14px; }
  .events__item__btn-container {
    padding: 0 !important; }

.events__button-container {
  text-align: center;
  margin: 40px 0 80px; }

.events__button,
.events .button {
  color: #fff !important;
  background-color: #e32f87;
  border: 0;
  text-transform: uppercase;
  box-shadow: none;
  transition: all 0.2s;
  font-size: 13px;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
  padding: 12px 25px;
  line-height: 13px;
  border-radius: 5px;
  display: inline-block; }
  .events__button:hover,
  .events .button:hover {
    box-shadow: none;
    background-color: #f2b630; }
  .events__button--big,
  .events .button--big {
    padding: 20px 30px; }

.events__title-home {
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
  border-bottom: 2px solid #e32f87;
  padding: 0 5% 15px 0; }

.events__container-home {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 45px 0 30px; }
  .events__container-home .events__item {
    width: calc((100% - 60px) / 3);
    background-color: transparent;
    padding: 0;
    margin: 0 0 0 30px; }
    .events__container-home .events__item:first-child {
      margin-left: 0; }
    .events__container-home .events__item__img {
      background-size: cover;
      width: 100%;
      padding-bottom: 62.5%; }
    .events__container-home .events__item__title {
      font-size: 16px;
      font-weight: bold;
      line-height: 1.5em;
      margin: 15px 0 5px; }
    .events__container-home .events__item__desc {
      font-size: 13px;
      font-weight: 500;
      text-transform: uppercase;
      margin: 0; }

.event__container {
  margin: 30px 0; }

.h--no-margin {
  margin: 0; }

.h--margin-base-bottom {
  margin-bottom: 25px; }

/* Responsive */
@media screen and (max-width: 768px) {
  .events__filters-container__label {
    margin-top: 10px; }
    .events__filters-container__label--separator {
      display: none; }
  .events__item {
    padding: 30px; }
    .events__item__col1 {
      padding-right: 15px !important; }
    .events__item__address--mobile {
      display: block;
      margin-bottom: 20px; }
    .events__item__address__title {
      margin-bottom: 5px; }
    .events__item__address--desktop {
      display: none; }
  .events__container-home {
    flex-wrap: wrap;
    justify-content: space-between; }
    .events__container-home .events__item {
      width: calc((100% - 30px) / 2);
      margin-bottom: 30px;
      margin-left: 0; } }

@media screen and (max-width: 480px) {
  div#single-title-box .entry-title {
    font-size: 18px !important;
    letter-spacing: 0.2em !important; }
  .events__container-home .events__item {
    width: 100%;
    margin-bottom: 30px; } }

/**
* Objectif Scnène
*
* Samuel Brisson <samuel@arsenalweb.ca>
* Arsenal Web (https://arsenalweb.ca)
*
* @link         https://arsenalweb.ca
* @copyright    Copyright (c) 2018 ArsenalWeb
*/
.h-noscroll {
  overflow-y: hidden; }

.h-relative {
  position: relative; }

.h-clear::before, .h-clear::after {
  clear: both; }

.h-bgcover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.h-absolutecover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 2; }

.h-text--left {
  text-align: left; }

.h-text--center {
  text-align: center; }

.h-text--right {
  text-align: right; }

.h-text--l {
  font-size: 2.333rem;
  line-height: 2.333rem; }

.h-text--xl {
  font-size: 1.667rem;
  line-height: 2rem; }

.h-text--m {
  font-size: 1.333rem;
  line-height: 1.6rem; }

.h-text--xm {
  font-size: 1.2rem;
  line-height: 1.333rem; }

.h-text--s {
  font-size: 1rem;
  line-height: 1.333rem; }

.h-text--xs {
  font-size: 0.8667rem;
  line-height: 1rem; }

.h-text--white {
  color: #fff; }

.h-text--primary {
  color: #f2b630; }

.h-text--secondary {
  color: #202933; }

.h-text--tertiary {
  color: #e32f87; }

.h-bg--white {
  background-color: #fff; }

.h-bg--primary {
  background-color: #f2b630; }

.h-bg--secondary {
  background-color: #202933; }

.h-bg--tertiary {
  background-color: #e32f87; }

.h-text--hv-white:hover {
  color: #fff; }

.h-text--hv-primary:hover {
  color: #f2b630; }

.h-text--hv-secondary:hover {
  color: #202933; }

.h-text--fw-light {
  font-weight: 300; }

.h-text--fw-regular {
  font-weight: 400; }

.h-text--fw-semibold {
  font-weight: 500; }

.h-text--fw-bold {
  font-weight: 700; }

.h-text--fw-black {
  font-weight: 900; }

.h-text--tr-uppercase {
  text-transform: uppercase; }

.h-text--tr-no {
  text-transform: none; }

.h-text--fs-italic {
  font-style: italic; }

.h-disabled {
  cursor: default;
  user-select: none;
  pointer-events: none; }

.h-min-height-5 {
  min-height: 5rem; }

.h-min-height-10 {
  min-height: 10rem; }

.h-min-height-15 {
  min-height: 15rem; }

.h-padding-bottom {
  padding-bottom: 5rem !important; }

.h-padding-top {
  padding-top: 5rem !important; }

.h-half-padding-bottom {
  padding-bottom: 2.5rem !important; }

.h-half-padding-top {
  padding-top: 2.5rem !important; }

.h-no-padding-bottom {
  padding-bottom: 0 !important; }

.h-no-padding-top {
  padding-top: 0 !important; }

.h-no-padding-left {
  padding-left: 0 !important; }

.h-no-padding-right {
  padding-right: 0 !important; }

.h-double-padding-top {
  padding-top: 10rem !important; }

.h-double-padding-bottom {
  padding-bottom: 10rem !important; }

.h-half-margin-bottom {
  margin-bottom: 2.5rem !important; }

.h-half-margin-top {
  margin-top: 2.5rem !important; }

.h-margin-bottom {
  margin-bottom: 5rem !important; }

.h-margin-top {
  margin-top: 5rem !important; }

.h-no-margin {
  margin: 0 !important; }

.h-no-margin-bottom {
  margin-bottom: 0 !important; }

.h-no-margin-top {
  margin-top: 0 !important; }

.h-no-margin-left {
  margin-left: 0 !important; }

.h-margin-s-top {
  margin-top: 2.5rem !important; }

.h-margin-base-top {
  margin-top: 1rem !important; }

.h-margin-base-bottom {
  margin-bottom: 1rem !important; }

.h-margin-base-right {
  margin-right: 1rem !important; }

.h-margin-base-left {
  margin-left: 1rem !important; }

.h-icon-fw-bold i {
  font-weight: 900; }

.h-icon-margin-right {
  margin-right: 1rem; }

.h-icon-half-margin-right {
  margin-right: 0.5333rem; }

.h-text--vertical {
  white-space: nowrap;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  filter: progid:dximagetransform.microsoft.basicimage(rotation=3); }

.h-align-v-top {
  vertical-align: top; }

.h-align-v-bottom {
  vertical-align: bottom; }

.h-align-v-center {
  vertical-align: center; }

.h-w-100 {
  width: 100%; }

@media screen and (max-width: 770px) {
  .h-md-text--left {
    text-align: left; } }

/**
* Objectif Scnène
*
* Samuel Brisson <samuel@arsenalweb.ca>
* Arsenal Web (https://arsenalweb.ca)
*
* @link         https://arsenalweb.ca
* @copyright    Copyright (c) 2018 ArsenalWeb
*/

/*# sourceMappingURL=main.css.map*/