@charset "UTF-8";
/*!
Theme Name:   Thème Ecommerce - College d'Alma
Theme URI:    https://collegealma.ca/
Template:     jmy
Author:       Arsenalweb
Author URI:   https://Arsenalweb.com/
Description:  Thème du site principal Ecommerce - College d'Alma
Version:      1.0.0
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v4.0 | 20180602
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none; }

.glightbox-container.inactive {
  display: none; }

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden; }

.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0); }

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0; }

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative; }

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999; }

.glightbox-container .gslide-inner-content {
  width: 100%; }

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh; }

.glightbox-container .ginner-container.gvideo-container {
  width: 100%; }

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  flex-direction: column; }

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important; }

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto; }

.gslide:not(.current) {
  pointer-events: none; }

.gslide-image {
  align-items: center; }

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px; }

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto; }

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%; }

.gslide-image img.zoomable {
  position: relative; }

.gslide-image img.dragging {
  cursor: grabbing !important;
  transition: none; }

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important; }

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none; }

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto; }

.gslide-video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none; }

.gslide-video.playing::before {
  display: none; }

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh; }

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important; }

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto; }

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%; }

.gslide-inline .dragging {
  cursor: grabbing !important;
  transition: none; }

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1; }

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%; }

.gslide-media {
  display: flex;
  width: auto; }

.zoomed .gslide-media {
  box-shadow: none !important; }

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  flex-direction: column; }

.gslide-description {
  position: relative;
  flex: 1 0 100%; }

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%; }

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%; }

.gslide-description p {
  margin-bottom: 12px; }

.gslide-description p:last-child {
  margin-bottom: 0; }

.zoomed .gslide-description {
  display: none; }

.glightbox-button-hidden {
  display: none; }

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px; }

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em; }

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1; }

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold; }

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit; }

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4; }

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4; }

.gdesc-open .gdesc-inner {
  padding-bottom: 30px; }

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1; }

.greset {
  transition: all 0.3s ease; }

.gabsolute {
  position: absolute; }

.grelative {
  position: relative; }

.glightbox-desc {
  display: none !important; }

.glightbox-open {
  overflow: hidden; }

.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%; }

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity; }

.glightbox-mobile .goverlay {
  background: #000; }

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0; }

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1; }

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff; }

.gbtn.focused {
  outline: 2px solid #0f3d81; }

iframe.wait-autoplay {
  opacity: 0; }

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important; }

/*Skin */
.glightbox-clean .gslide-description {
  background: #fff; }

.glightbox-clean .gdesc-inner {
  padding: 22px 20px; }

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em; }

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em; }

.glightbox-clean .gslide-video {
  background: #000; }

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px; }

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff; }

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px; }

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px; }

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute; }

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto; }

.glightbox-clean .gclose:hover {
  opacity: 1; }

/*CSS Animations*/
.gfadeIn {
  animation: gfadeIn 0.5s ease; }

.gfadeOut {
  animation: gfadeOut 0.5s ease; }

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease; }

.gslideInLeft {
  animation: gslideInLeft 0.3s ease; }

.gslideOutRight {
  animation: gslideOutRight 0.3s ease; }

.gslideInRight {
  animation: gslideInRight 0.3s ease; }

.gzoomIn {
  animation: gzoomIn 0.5s ease; }

.gzoomOut {
  animation: gzoomOut 0.5s ease; }

@keyframes lightboxLoader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0); }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0; } }

@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }

@keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row; }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0; }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1; }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0; }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1; }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%; }
  .gslide-image img.zoomable {
    cursor: zoom-in; }
  .zoomed .gslide-image img.zoomable {
    cursor: grab; }
  .gslide-inline {
    max-height: 95vh; }
  .gslide-external {
    max-height: 100vh; }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px; }
  .glightbox-open {
    height: auto; }
  .goverlay {
    background: rgba(0, 0, 0, 0.92); }
  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65); }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto; }
  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32); }
  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7); }
  .glightbox-clean .gprev {
    top: 45%; }
  .glightbox-clean .gnext {
    top: 45%; } }

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px; } }

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000; } }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
@media (min-width: 1px) {
  .h-text--xs-right {
    text-align: right; }
  .h-text--xs-left {
    text-align: left; }
  .h-text--xs-center {
    text-align: center; }
  .h--xs-min-height-15 {
    min-height: 15rem; } }

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

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

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

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

@media (min-width: 1400px) {
  .h-text--xxl-right {
    text-align: right; }
  .h-text--xxl-left {
    text-align: left; }
  .h-text--xxl-center {
    text-align: center; }
  .h--xxl-min-height-15 {
    min-height: 15rem; } }

@media (min-width: 1920px) {
  .h-text--hd-right {
    text-align: right; }
  .h-text--hd-left {
    text-align: left; }
  .h-text--hd-center {
    text-align: center; }
  .h--hd-min-height-15 {
    min-height: 15rem; } }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
/**
 * Thème - Ville d'Alma
 *
 * 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--primary {
  color: #0068b3; }

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

.h-text--white-53 {
  color: rgba(255, 255, 255, 0.53); }

.h-text--black, .heading--black {
  color: #000; }

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

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

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

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

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

.h-disabled, .button.is-disabled, .link.is-disabled, .is-disabled.menu__link {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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-height-100 {
  height: 100%; }

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

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

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

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

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

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

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

.h-no-padding-top, .flexible-section--white + .flexible-section--white .block__inner {
  padding-top: 0 !important; }

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

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

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

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

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

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

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

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

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

.h-no-margin-top, .accordion:first-child {
  margin-top: 0 !important; }

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

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

.h-inline-block {
  display: inline-block; }

.clear {
  clear: both; }

.h-justify-content-between {
  justify-content: space-between; }

@media print {
  .h-no-print,
  .h-no-print * {
    display: none !important; }
  .h-print {
    display: block !important; } }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
html {
  font-size: 15px; }

body {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  line-height: 1.5rem;
  background: #fff;
  position: relative;
  overflow-x: hidden;
  overflow-y: inherit;
  color: #242421;
  display: flex;
  flex-direction: column;
  /* font Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  body.noscroll {
    overflow-y: hidden; }

::selection {
  color: #fff;
  background-color: #0068b3; }

@media screen and (max-width: 767px) {
  html {
    font-size: calc(15px - 1px); } }

@media screen and (max-width: 666px) {
  html {
    font-size: calc(15px - 2px); } }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
p {
  margin: 0.5rem auto 1rem;
  font-size: 1rem;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  line-height: 1.5rem; }
  p:last-child {
    margin: 0.5rem auto 0; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
a {
  transition: color 0.2s;
  text-decoration: none; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
i {
  font-weight: 400; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
ul, ol {
  margin: 0.5rem auto 1rem; }
  ul li, ol li {
    font-size: 1rem;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    line-height: 1.5rem;
    padding-left: 2rem; }
  ul ul, ul ol, ol ul, ol ol {
    margin: 0.3333rem 0; }
    ul ul:last-child, ul ol:last-child, ol ul:last-child, ol ol:last-child {
      margin-bottom: 0.3333rem; }
  ul:last-child, ol:last-child {
    margin-bottom: 0; }

ol li {
  counter-increment: customlistcounter;
  position: relative; }
  ol li:before {
    content: counter(customlistcounter) ". ";
    display: inline-block;
    position: absolute;
    left: 0;
    color: #0068b3; }

ul li {
  position: relative;
  line-height: 1.667rem; }
  ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.4rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 9px;
    border-color: transparent transparent transparent #0068b3; }
  ul li ul li:before {
    background-color: transparent; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
select {
  /* -webkit-appearance: none;
	appearance: none;
	position: relative;
	background-image: none; */ }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
table {
  width: 100%;
  border-spacing: .125rem;
  border-collapse: separate; }
  table th {
    padding: 1.5rem;
    line-height: 1rem;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase; }
  table td {
    padding: .5rem; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
img {
  font-style: italic;
  height: auto;
  max-width: 100%; }

figure {
  overflow: hidden;
  position: relative; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.col {
  box-sizing: border-box;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 1.6rem 0.8rem 0 0.8rem; }
  .col--full-h, .row--full-h > .col, .grid--full-h > .row > .col {
    height: 100%; }
  .col--no-gutters, .row--no-gutters > .col, .grid--no-gutters > .row > .col {
    padding: 1.6rem 0 0 0; }
  .col--small-gutters, .row--small-gutters > .col, .grid--small-gutters > .row > .col {
    padding: 1rem 0.5rem 0 0.5rem; }
  .col--large-gutters, .row--large-gutters > .col, .grid--large-gutters > .row > .col {
    padding: 3.2rem 1.6rem 0 1.6rem; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.grid {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%; }
  .grid--full-w {
    max-width: 100%; }
  .grid--full-h {
    height: 100%; }
  .grid--no-gutters {
    padding: 0; }
  .grid--small-gutters {
    padding: 0; }
  .grid--large-gutters {
    padding: 0; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 100%;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: -1.6rem -0.8rem 1.6rem -0.8rem; }
  .row--full-h, .grid--full-h > .row {
    height: 100%; }
  .row--no-gutters, .grid--no-gutters > .row {
    margin: -1.6rem 0 1.6rem 0; }
  .row--small-gutters, .grid--small-gutters > .row {
    margin: -0.8rem -0.4rem 1.6rem -0.4rem; }
  .row--large-gutters, .grid--large-gutters > .row {
    margin: -3.2rem -1.6rem 1.6rem -1.6rem; }
  .row:last-child {
    margin-bottom: 0; }

@media (min-width: 1px) {
  .row--xs-top {
    align-items: flex-start; }
  .row--xs-center {
    align-items: center; }
  .row--xs-bottom {
    align-items: flex-end; }
  .col--xs-align-top {
    align-self: flex-start; }
  .col--xs-align-center {
    align-self: center; }
  .col--xs-align-bottom {
    align-self: flex-end; }
  .col--xs-first {
    order: -1; }
  .col--xs-last {
    order: 1; }
  .col--xs-reset {
    order: 0; }
  .row--xs-reverse {
    flex-direction: row-reverse; }
  .col--xs-flex {
    display: flex; }
  .col--xs-hidden,
  .col--xs-hide {
    display: none; }
  .col--xs-show {
    display: block; }
  .col--xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1.6rem 0.8rem 0 0.8rem; }
  .col--xs-1 {
    width: 8.33333%;
    flex: none; }
  .col--xs-2 {
    width: 16.66667%;
    flex: none; }
  .col--xs-3 {
    width: 25%;
    flex: none; }
  .col--xs-4 {
    width: 33.33333%;
    flex: none; }
  .col--xs-5 {
    width: 41.66667%;
    flex: none; }
  .col--xs-6 {
    width: 50%;
    flex: none; }
  .col--xs-7 {
    width: 58.33333%;
    flex: none; }
  .col--xs-8 {
    width: 66.66667%;
    flex: none; }
  .col--xs-9 {
    width: 75%;
    flex: none; }
  .col--xs-10 {
    width: 83.33333%;
    flex: none; }
  .col--xs-11 {
    width: 91.66667%;
    flex: none; }
  .col--xs-12 {
    width: 100%;
    flex: none; }
  .col--xs-offset-1 {
    margin-left: 8.33333%; }
  .col--xs-offset-2 {
    margin-left: 16.66667%; }
  .col--xs-offset-3 {
    margin-left: 25%; }
  .col--xs-offset-4 {
    margin-left: 33.33333%; }
  .col--xs-offset-5 {
    margin-left: 41.66667%; }
  .col--xs-offset-6 {
    margin-left: 50%; }
  .col--xs-offset-7 {
    margin-left: 58.33333%; }
  .col--xs-offset-8 {
    margin-left: 66.66667%; }
  .col--xs-offset-9 {
    margin-left: 75%; }
  .col--xs-offset-10 {
    margin-left: 83.33333%; }
  .col--xs-offset-11 {
    margin-left: 91.66667%; }
  .col--xs-offset-12 {
    margin-left: 100%; }
  .col--xs-20 {
    width: 20%;
    flex: none; }
  .col--xs-45 {
    width: 45%;
    flex: none; } }

@media (min-width: 414px) {
  .row--sm-top {
    align-items: flex-start; }
  .row--sm-center {
    align-items: center; }
  .row--sm-bottom {
    align-items: flex-end; }
  .col--sm-align-top {
    align-self: flex-start; }
  .col--sm-align-center {
    align-self: center; }
  .col--sm-align-bottom {
    align-self: flex-end; }
  .col--sm-first {
    order: -1; }
  .col--sm-last {
    order: 1; }
  .col--sm-reset {
    order: 0; }
  .row--sm-reverse {
    flex-direction: row-reverse; }
  .col--sm-flex {
    display: flex; }
  .col--sm-hidden,
  .col--sm-hide {
    display: none; }
  .col--sm-show {
    display: block; }
  .col--sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1.6rem 0.8rem 0 0.8rem; }
  .col--sm-1 {
    width: 8.33333%;
    flex: none; }
  .col--sm-2 {
    width: 16.66667%;
    flex: none; }
  .col--sm-3 {
    width: 25%;
    flex: none; }
  .col--sm-4 {
    width: 33.33333%;
    flex: none; }
  .col--sm-5 {
    width: 41.66667%;
    flex: none; }
  .col--sm-6 {
    width: 50%;
    flex: none; }
  .col--sm-7 {
    width: 58.33333%;
    flex: none; }
  .col--sm-8 {
    width: 66.66667%;
    flex: none; }
  .col--sm-9 {
    width: 75%;
    flex: none; }
  .col--sm-10 {
    width: 83.33333%;
    flex: none; }
  .col--sm-11 {
    width: 91.66667%;
    flex: none; }
  .col--sm-12 {
    width: 100%;
    flex: none; }
  .col--sm-offset-1 {
    margin-left: 8.33333%; }
  .col--sm-offset-2 {
    margin-left: 16.66667%; }
  .col--sm-offset-3 {
    margin-left: 25%; }
  .col--sm-offset-4 {
    margin-left: 33.33333%; }
  .col--sm-offset-5 {
    margin-left: 41.66667%; }
  .col--sm-offset-6 {
    margin-left: 50%; }
  .col--sm-offset-7 {
    margin-left: 58.33333%; }
  .col--sm-offset-8 {
    margin-left: 66.66667%; }
  .col--sm-offset-9 {
    margin-left: 75%; }
  .col--sm-offset-10 {
    margin-left: 83.33333%; }
  .col--sm-offset-11 {
    margin-left: 91.66667%; }
  .col--sm-offset-12 {
    margin-left: 100%; }
  .col--sm-20 {
    width: 20%;
    flex: none; }
  .col--sm-45 {
    width: 45%;
    flex: none; } }

@media (min-width: 667px) {
  .row--md-top {
    align-items: flex-start; }
  .row--md-center {
    align-items: center; }
  .row--md-bottom {
    align-items: flex-end; }
  .col--md-align-top {
    align-self: flex-start; }
  .col--md-align-center {
    align-self: center; }
  .col--md-align-bottom {
    align-self: flex-end; }
  .col--md-first {
    order: -1; }
  .col--md-last {
    order: 1; }
  .col--md-reset {
    order: 0; }
  .row--md-reverse {
    flex-direction: row-reverse; }
  .col--md-flex {
    display: flex; }
  .col--md-hidden,
  .col--md-hide {
    display: none; }
  .col--md-show {
    display: block; }
  .col--md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1.6rem 0.8rem 0 0.8rem; }
  .col--md-1 {
    width: 8.33333%;
    flex: none; }
  .col--md-2 {
    width: 16.66667%;
    flex: none; }
  .col--md-3 {
    width: 25%;
    flex: none; }
  .col--md-4 {
    width: 33.33333%;
    flex: none; }
  .col--md-5 {
    width: 41.66667%;
    flex: none; }
  .col--md-6 {
    width: 50%;
    flex: none; }
  .col--md-7 {
    width: 58.33333%;
    flex: none; }
  .col--md-8 {
    width: 66.66667%;
    flex: none; }
  .col--md-9 {
    width: 75%;
    flex: none; }
  .col--md-10 {
    width: 83.33333%;
    flex: none; }
  .col--md-11 {
    width: 91.66667%;
    flex: none; }
  .col--md-12 {
    width: 100%;
    flex: none; }
  .col--md-offset-1 {
    margin-left: 8.33333%; }
  .col--md-offset-2 {
    margin-left: 16.66667%; }
  .col--md-offset-3 {
    margin-left: 25%; }
  .col--md-offset-4 {
    margin-left: 33.33333%; }
  .col--md-offset-5 {
    margin-left: 41.66667%; }
  .col--md-offset-6 {
    margin-left: 50%; }
  .col--md-offset-7 {
    margin-left: 58.33333%; }
  .col--md-offset-8 {
    margin-left: 66.66667%; }
  .col--md-offset-9 {
    margin-left: 75%; }
  .col--md-offset-10 {
    margin-left: 83.33333%; }
  .col--md-offset-11 {
    margin-left: 91.66667%; }
  .col--md-offset-12 {
    margin-left: 100%; }
  .col--md-20 {
    width: 20%;
    flex: none; }
  .col--md-45 {
    width: 45%;
    flex: none; } }

@media (min-width: 768px) {
  .row--lg-top {
    align-items: flex-start; }
  .row--lg-center {
    align-items: center; }
  .row--lg-bottom {
    align-items: flex-end; }
  .col--lg-align-top {
    align-self: flex-start; }
  .col--lg-align-center {
    align-self: center; }
  .col--lg-align-bottom {
    align-self: flex-end; }
  .col--lg-first {
    order: -1; }
  .col--lg-last {
    order: 1; }
  .col--lg-reset {
    order: 0; }
  .row--lg-reverse {
    flex-direction: row-reverse; }
  .col--lg-flex {
    display: flex; }
  .col--lg-hidden,
  .col--lg-hide {
    display: none; }
  .col--lg-show {
    display: block; }
  .col--lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1.6rem 0.8rem 0 0.8rem; }
  .col--lg-1 {
    width: 8.33333%;
    flex: none; }
  .col--lg-2 {
    width: 16.66667%;
    flex: none; }
  .col--lg-3 {
    width: 25%;
    flex: none; }
  .col--lg-4 {
    width: 33.33333%;
    flex: none; }
  .col--lg-5 {
    width: 41.66667%;
    flex: none; }
  .col--lg-6 {
    width: 50%;
    flex: none; }
  .col--lg-7 {
    width: 58.33333%;
    flex: none; }
  .col--lg-8 {
    width: 66.66667%;
    flex: none; }
  .col--lg-9 {
    width: 75%;
    flex: none; }
  .col--lg-10 {
    width: 83.33333%;
    flex: none; }
  .col--lg-11 {
    width: 91.66667%;
    flex: none; }
  .col--lg-12 {
    width: 100%;
    flex: none; }
  .col--lg-offset-1 {
    margin-left: 8.33333%; }
  .col--lg-offset-2 {
    margin-left: 16.66667%; }
  .col--lg-offset-3 {
    margin-left: 25%; }
  .col--lg-offset-4 {
    margin-left: 33.33333%; }
  .col--lg-offset-5 {
    margin-left: 41.66667%; }
  .col--lg-offset-6 {
    margin-left: 50%; }
  .col--lg-offset-7 {
    margin-left: 58.33333%; }
  .col--lg-offset-8 {
    margin-left: 66.66667%; }
  .col--lg-offset-9 {
    margin-left: 75%; }
  .col--lg-offset-10 {
    margin-left: 83.33333%; }
  .col--lg-offset-11 {
    margin-left: 91.66667%; }
  .col--lg-offset-12 {
    margin-left: 100%; }
  .col--lg-20 {
    width: 20%;
    flex: none; }
  .col--lg-45 {
    width: 45%;
    flex: none; } }

@media (min-width: 1024px) {
  .row--xl-top {
    align-items: flex-start; }
  .row--xl-center {
    align-items: center; }
  .row--xl-bottom {
    align-items: flex-end; }
  .col--xl-align-top {
    align-self: flex-start; }
  .col--xl-align-center {
    align-self: center; }
  .col--xl-align-bottom {
    align-self: flex-end; }
  .col--xl-first {
    order: -1; }
  .col--xl-last {
    order: 1; }
  .col--xl-reset {
    order: 0; }
  .row--xl-reverse {
    flex-direction: row-reverse; }
  .col--xl-flex {
    display: flex; }
  .col--xl-hidden,
  .col--xl-hide {
    display: none; }
  .col--xl-show {
    display: block; }
  .col--xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1.6rem 0.8rem 0 0.8rem; }
  .col--xl-1 {
    width: 8.33333%;
    flex: none; }
  .col--xl-2 {
    width: 16.66667%;
    flex: none; }
  .col--xl-3 {
    width: 25%;
    flex: none; }
  .col--xl-4 {
    width: 33.33333%;
    flex: none; }
  .col--xl-5 {
    width: 41.66667%;
    flex: none; }
  .col--xl-6 {
    width: 50%;
    flex: none; }
  .col--xl-7 {
    width: 58.33333%;
    flex: none; }
  .col--xl-8 {
    width: 66.66667%;
    flex: none; }
  .col--xl-9 {
    width: 75%;
    flex: none; }
  .col--xl-10 {
    width: 83.33333%;
    flex: none; }
  .col--xl-11 {
    width: 91.66667%;
    flex: none; }
  .col--xl-12 {
    width: 100%;
    flex: none; }
  .col--xl-offset-1 {
    margin-left: 8.33333%; }
  .col--xl-offset-2 {
    margin-left: 16.66667%; }
  .col--xl-offset-3 {
    margin-left: 25%; }
  .col--xl-offset-4 {
    margin-left: 33.33333%; }
  .col--xl-offset-5 {
    margin-left: 41.66667%; }
  .col--xl-offset-6 {
    margin-left: 50%; }
  .col--xl-offset-7 {
    margin-left: 58.33333%; }
  .col--xl-offset-8 {
    margin-left: 66.66667%; }
  .col--xl-offset-9 {
    margin-left: 75%; }
  .col--xl-offset-10 {
    margin-left: 83.33333%; }
  .col--xl-offset-11 {
    margin-left: 91.66667%; }
  .col--xl-offset-12 {
    margin-left: 100%; }
  .col--xl-20 {
    width: 20%;
    flex: none; }
  .col--xl-45 {
    width: 45%;
    flex: none; } }

@media (min-width: 1400px) {
  .row--xxl-top {
    align-items: flex-start; }
  .row--xxl-center {
    align-items: center; }
  .row--xxl-bottom {
    align-items: flex-end; }
  .col--xxl-align-top {
    align-self: flex-start; }
  .col--xxl-align-center {
    align-self: center; }
  .col--xxl-align-bottom {
    align-self: flex-end; }
  .col--xxl-first {
    order: -1; }
  .col--xxl-last {
    order: 1; }
  .col--xxl-reset {
    order: 0; }
  .row--xxl-reverse {
    flex-direction: row-reverse; }
  .col--xxl-flex {
    display: flex; }
  .col--xxl-hidden,
  .col--xxl-hide {
    display: none; }
  .col--xxl-show {
    display: block; }
  .col--xxl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1.6rem 0.8rem 0 0.8rem; }
  .col--xxl-1 {
    width: 8.33333%;
    flex: none; }
  .col--xxl-2 {
    width: 16.66667%;
    flex: none; }
  .col--xxl-3 {
    width: 25%;
    flex: none; }
  .col--xxl-4 {
    width: 33.33333%;
    flex: none; }
  .col--xxl-5 {
    width: 41.66667%;
    flex: none; }
  .col--xxl-6 {
    width: 50%;
    flex: none; }
  .col--xxl-7 {
    width: 58.33333%;
    flex: none; }
  .col--xxl-8 {
    width: 66.66667%;
    flex: none; }
  .col--xxl-9 {
    width: 75%;
    flex: none; }
  .col--xxl-10 {
    width: 83.33333%;
    flex: none; }
  .col--xxl-11 {
    width: 91.66667%;
    flex: none; }
  .col--xxl-12 {
    width: 100%;
    flex: none; }
  .col--xxl-offset-1 {
    margin-left: 8.33333%; }
  .col--xxl-offset-2 {
    margin-left: 16.66667%; }
  .col--xxl-offset-3 {
    margin-left: 25%; }
  .col--xxl-offset-4 {
    margin-left: 33.33333%; }
  .col--xxl-offset-5 {
    margin-left: 41.66667%; }
  .col--xxl-offset-6 {
    margin-left: 50%; }
  .col--xxl-offset-7 {
    margin-left: 58.33333%; }
  .col--xxl-offset-8 {
    margin-left: 66.66667%; }
  .col--xxl-offset-9 {
    margin-left: 75%; }
  .col--xxl-offset-10 {
    margin-left: 83.33333%; }
  .col--xxl-offset-11 {
    margin-left: 91.66667%; }
  .col--xxl-offset-12 {
    margin-left: 100%; }
  .col--xxl-20 {
    width: 20%;
    flex: none; }
  .col--xxl-45 {
    width: 45%;
    flex: none; } }

@media (min-width: 1920px) {
  .row--hd-top {
    align-items: flex-start; }
  .row--hd-center {
    align-items: center; }
  .row--hd-bottom {
    align-items: flex-end; }
  .col--hd-align-top {
    align-self: flex-start; }
  .col--hd-align-center {
    align-self: center; }
  .col--hd-align-bottom {
    align-self: flex-end; }
  .col--hd-first {
    order: -1; }
  .col--hd-last {
    order: 1; }
  .col--hd-reset {
    order: 0; }
  .row--hd-reverse {
    flex-direction: row-reverse; }
  .col--hd-flex {
    display: flex; }
  .col--hd-hidden,
  .col--hd-hide {
    display: none; }
  .col--hd-show {
    display: block; }
  .col--hd {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1.6rem 0.8rem 0 0.8rem; }
  .col--hd-1 {
    width: 8.33333%;
    flex: none; }
  .col--hd-2 {
    width: 16.66667%;
    flex: none; }
  .col--hd-3 {
    width: 25%;
    flex: none; }
  .col--hd-4 {
    width: 33.33333%;
    flex: none; }
  .col--hd-5 {
    width: 41.66667%;
    flex: none; }
  .col--hd-6 {
    width: 50%;
    flex: none; }
  .col--hd-7 {
    width: 58.33333%;
    flex: none; }
  .col--hd-8 {
    width: 66.66667%;
    flex: none; }
  .col--hd-9 {
    width: 75%;
    flex: none; }
  .col--hd-10 {
    width: 83.33333%;
    flex: none; }
  .col--hd-11 {
    width: 91.66667%;
    flex: none; }
  .col--hd-12 {
    width: 100%;
    flex: none; }
  .col--hd-offset-1 {
    margin-left: 8.33333%; }
  .col--hd-offset-2 {
    margin-left: 16.66667%; }
  .col--hd-offset-3 {
    margin-left: 25%; }
  .col--hd-offset-4 {
    margin-left: 33.33333%; }
  .col--hd-offset-5 {
    margin-left: 41.66667%; }
  .col--hd-offset-6 {
    margin-left: 50%; }
  .col--hd-offset-7 {
    margin-left: 58.33333%; }
  .col--hd-offset-8 {
    margin-left: 66.66667%; }
  .col--hd-offset-9 {
    margin-left: 75%; }
  .col--hd-offset-10 {
    margin-left: 83.33333%; }
  .col--hd-offset-11 {
    margin-left: 91.66667%; }
  .col--hd-offset-12 {
    margin-left: 100%; }
  .col--hd-20 {
    width: 20%;
    flex: none; }
  .col--hd-45 {
    width: 45%;
    flex: none; } }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.heading--h1, h1 {
  font-size: 2rem;
  line-height: 2.333rem; }

.heading--h2, h2, .table--number .table__cell--has-number:before {
  font-size: 2rem;
  line-height: 2.333rem; }

.heading--h3, h3 {
  font-size: 1.667rem;
  line-height: 2rem; }

.heading--h4, h4 {
  font-size: 1.2rem;
  line-height: 1.667rem; }

.heading--h5, h5 {
  font-size: 1.067rem;
  line-height: 1.2rem; }

.heading, h1, h2, h3, h4, h5, .table--number .table__cell--has-number:before {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 600;
  position: relative; }
  .heading--inline {
    display: inline-block;
    padding-right: 0.5rem; }

h4, .heading--h4, h4 {
  text-transform: none; }

h5, .heading--h5, h5 {
  font-weight: 500; }

.heading, h1, h2, h3, h4, h5, .table--number .table__cell--has-number:before {
  color: #242421; }

.heading + .heading, h1 + .heading, h2 + .heading, h3 + .heading, h4 + .heading, h5 + .heading, .table--number .table__cell--has-number:before + .heading, .heading + h1, h1 + h1, h2 + h1, h3 + h1, h4 + h1, h5 + h1, .table--number .table__cell--has-number:before + h1, .heading + h2, h1 + h2, h2 + h2, h3 + h2, h4 + h2, h5 + h2, .table--number .table__cell--has-number:before + h2, .heading + h3, h1 + h3, h2 + h3, h3 + h3, h4 + h3, h5 + h3, .table--number .table__cell--has-number:before + h3, .heading + h4, h1 + h4, h2 + h4, h3 + h4, h4 + h4, h5 + h4, .table--number .table__cell--has-number:before + h4, .heading + h5, h1 + h5, h2 + h5, h3 + h5, h4 + h5, h5 + h5, .table--number .table__cell--has-number:before + h5, .table--number .heading + .table__cell--has-number:before, .table--number h1 + .table__cell--has-number:before, .table--number h2 + .table__cell--has-number:before, .table--number h3 + .table__cell--has-number:before, .table--number h4 + .table__cell--has-number:before, .table--number h5 + .table__cell--has-number:before, .table--number .table__cell--has-number:before + .table__cell--has-number:before {
  padding-top: 0.5rem; }

.heading--huge {
  font-size: 4rem;
  font-weight: 600;
  text-transform: uppercase; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
/**
* Thème - Ville d'Alma
*
* Samuel Brisson <samuel@arsenalweb.ca>
* Arsenal Web (https://arsenalweb.ca)
*
* @link         https://arsenalweb.ca
* @copyright    Copyright (c) 2018 ArsenalWeb
*/
.block, .block-slider-home, .block-slider-page, .block-slider-404 {
  position: relative; }
  .block__inner {
    box-sizing: border-box;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 6.333rem 5rem; }
    .block__inner::before, .block__inner::after {
      clear: both; }
  .block__header {
    position: relative;
    margin-bottom: 0.66667rem; }
  .block__content {
    position: relative; }
  .block__footer {
    position: relative;
    margin-top: 2rem; }

.block__inner--side-padding {
  padding-left: 5rem;
  padding-right: 5rem; }

.block__inner--half-padding {
  padding: 3.1665rem 2.5rem; }

.block__inner--smaller, .site-main--smaller .block__inner {
  max-width: 800px; }

.block--large .block__inner {
  max-width: 100%; }

.block--full .block__inner {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

@media screen and (max-width: 666px) {
  .block, .block-slider-home, .block-slider-page, .block-slider-404 {
    position: relative; } }

/**
* Thème - Ville d'Alma
*
* Samuel Brisson <samuel@arsenalweb.ca>
* Arsenal Web (https://arsenalweb.ca)
*
* @link         https://arsenalweb.ca
* @copyright    Copyright (c) 2018 ArsenalWeb
*/
.block-slider-home {
  height: 28.2rem;
  width: 100%;
  position: relative;
  margin-bottom: 2.2rem; }
  .block-slider-home::before {
    content: '';
    background-color: #323231;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0.3;
    pointer-events: none; }
  .block-slider-home__inner {
    max-width: 100% !important;
    height: 100%;
    position: relative; }
  .block-slider-home__image {
    width: 100%;
    height: 28.2rem;
    background-size: cover;
    background-position: right top; }
  .block-slider-home__search {
    position: absolute;
    bottom: -2.2rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 50vw;
    max-width: 46.67rem;
    z-index: 900;
    background-color: #323231;
    padding: 2.333rem 3.333rem;
    box-sizing: border-box;
    text-align: center; }
    .block-slider-home__search__icon {
      font-weight: 300;
      font-size: 2.333rem;
      right: 0;
      color: #fff;
      transition: color 0.2s;
      text-align: right;
      width: 4rem; }
      .block-slider-home__search__icon:hover {
        color: #0068b3; }
    .block-slider-home__search__dynamic {
      position: absolute;
      left: 0;
      top: 0;
      color: #fff;
      font-size: 1.667rem;
      line-height: 2.333rem; }
    .block-slider-home__search__wrapper {
      width: 100%;
      border-bottom: 2px solid #fff;
      padding-bottom: 0.6667rem;
      position: relative; }
      .block-slider-home__search__wrapper:hover {
        cursor: pointer; }
      .block-slider-home__search__wrapper input {
        background-color: transparent;
        color: #fff;
        font-size: 1.667rem;
        line-height: 2.333rem;
        border: none;
        outline: none;
        width: calc(100% - 5rem); }
        .block-slider-home__search__wrapper input:-ms-input-placeholder {
          color: #fff; }
        .block-slider-home__search__wrapper input::-ms-input-placeholder {
          color: #fff; }
        .block-slider-home__search__wrapper input::placeholder {
          color: #fff; }

@media screen and (max-width: 1023px) {
  .block-slider-home__search {
    width: 100%; } }

@media screen and (max-width: 666px) {
  .block-slider-home {
    height: 30rem; }
    .block-slider-home__search {
      padding: 2rem; } }

/**
* Thème - Ville d'Alma
*
* Samuel Brisson <samuel@arsenalweb.ca>
* Arsenal Web (https://arsenalweb.ca)
*
* @link         https://arsenalweb.ca
* @copyright    Copyright (c) 2018 ArsenalWeb
*/
.block-slider-page {
  height: 21.53rem;
  width: 100%;
  z-index: 0;
  position: absolute !important;
  top: 0; }
  .block-slider-page__inner {
    max-width: 100% !important;
    height: 100%;
    position: relative;
    padding: 0;
    z-index: 0;
    color: #fff; }
  .block-slider-page__title {
    color: #fff;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 3rem; }
    .block-slider-page__title p {
      font-size: 3.333rem;
      line-height: 4.333rem; }
      .block-slider-page__title p strong {
        font-weight: 400; }
  .block-slider-page__image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    box-sizing: border-box; }
    .block-slider-page__image:before {
      content: '';
      background-color: #252525;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.60; }
  .block-slider-page__wrap {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    padding: 0; }
    .block-slider-page__wrap .row {
      height: 100%;
      justify-content: center; }

@media screen and (max-width: 1399px) {
  .block-slider-page__wrap {
    padding: 0 1.66667rem; } }

/**
* Thème - Ville d'Alma
*
* Samuel Brisson <samuel@arsenalweb.ca>
* Arsenal Web (https://arsenalweb.ca)
*
* @link         https://arsenalweb.ca
* @copyright    Copyright (c) 2018 ArsenalWeb
*/
.block-slider-404 {
  height: 100vh;
  width: 100%; }
  .block-slider-404__inner {
    max-width: 100% !important;
    height: 100%;
    position: relative;
    padding: 0;
    z-index: 0;
    color: #fff; }
  .block-slider-404__image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    box-sizing: border-box; }
    .block-slider-404__image:before {
      content: '';
      background-color: #252525;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.60; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.button {
  box-sizing: border-box;
  display: inline-block;
  line-height: 1rem;
  padding: 0.5333rem 1.5999rem;
  margin: 0 0.5333rem 0 0;
  border: 2px solid #0068b3;
  border-radius: 0rem;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 0.8667rem;
  font-weight: 600;
  text-decoration: none;
  vertical-align: middle;
  transition: all 0.2s;
  outline: none;
  cursor: pointer; }
  .button:last-child {
    margin-right: 0; }

.button--large {
  display: block;
  width: 100%;
  margin: 0 auto; }

.button--large-icon.button--square {
  border-color: transparent !important;
  font-size: 1.7334rem; }

.button--fat {
  font-size: 1rem;
  padding: 1rem 2rem; }

.button--fat-icon {
  font-size: 1.333rem;
  padding: 0.8667rem 1.133rem; }

.button--min-width {
  min-width: 12.87rem; }

.button--full-width {
  width: 100%; }

.button--file, .button--pdf {
  padding-left: 1rem;
  border: none; }
  .button--file::before, .button--pdf::before {
    content: '\f1c1';
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "Font Awesome 5 Brands", monospace;
    font-size: 1.333rem;
    font-weight: normal;
    margin-left: -1rem;
    margin-right: 1rem;
    border: 2px solid #0068b3;
    padding: 0.5333rem 0.7333rem;
    transition: all 0.2s; }

.button {
  background: transparent;
  color: #0068b3;
  border-color: #0068b3;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .button:hover, .candidat:hover .button {
    color: #fff;
    background-color: #0068b3; }
  .button.active {
    color: #fff;
    background-color: #0068b3;
    cursor: default; }
  .button--white {
    color: #0068b3;
    border-color: #fff;
    background-color: #fff; }
    .button--white::before {
      background-color: #fff; }
    .button--white:hover, .button--white:focus {
      color: #fff;
      border-color: #47708e;
      background-color: #47708e; }
  .button--grey, .form__wrapper--simple.form__wrapper--with-button .button {
    color: #fff;
    background-color: #323231;
    border-color: transparent; }
    .button--grey::before, .form__wrapper--simple.form__wrapper--with-button .button::before {
      background-color: #323231; }
    .button--grey:hover, .form__wrapper--simple.form__wrapper--with-button .button:hover, .form__wrapper--simple.form__wrapper--with-button .candidat:hover .button, .candidat:hover .form__wrapper--simple.form__wrapper--with-button .button, .button--grey:focus, .form__wrapper--simple.form__wrapper--with-button .button:focus {
      background-color: #282725 !important; }
  .button--danger {
    color: #c32d2d;
    border-color: #c32d2d; }
    .button--danger:hover, .button--danger:focus {
      color: #fff;
      background-color: #c32d2d; }
  .button--invert {
    background-color: #0068b3;
    color: #fff; }
    .button--invert:hover {
      background-color: #005b9d;
      border-color: #005b9d; }
  .button--file:hover, .button--pdf:hover {
    background-color: transparent;
    color: #0068b3; }
    .button--file:hover::before, .button--pdf:hover::before {
      background-color: #0068b3;
      color: #fff; }

.button.is-active {
  color: #fff;
  background-color: #0068b3; }

.button--white.is-active {
  color: #fff;
  border-color: #0068b3;
  background-color: #0068b3; }

.button.is-disabled {
  opacity: 0.5; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @image         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.image {
  height: 25rem;
  max-height: none;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #323231; }
  .image__img {
    width: 100%; }
    .image__img--cover {
      height: 100%;
      object-fit: cover; }
    .image__img--contain {
      height: 100%;
      object-fit: contain; }
  .image__bg {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat; }
    .image__bg--cover {
      background-size: cover; }
    .image__bg--contain {
      background-size: contain; }
  .image__spinner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
/**
* Thème - Ville d'Alma
*
* Samuel Brisson <samuel@arsenalweb.ca>
* Arsenal Web (https://arsenalweb.ca)
*
* @link         https://arsenalweb.ca
* @copyright    Copyright (c) 2018 ArsenalWeb
*/
.form--disabled {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.form__wrapper {
  position: relative;
  margin: 0.25rem 0 0; }
  .form__wrapper--with-button .form__input {
    width: calc(100% - 8.357rem);
    margin: 0;
    float: left;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0rem;
    border-top-left-radius: 0rem; }
  .form__wrapper--with-button .button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-right: 0; }
  .form__wrapper--home .button {
    position: absolute;
    bottom: 0rem;
    right: 0;
    margin-right: 0;
    height: 2.75rem;
    width: 2.75rem;
    font-size: 1.75rem;
    line-height: 1rem;
    display: block;
    border: none;
    padding: .5rem;
    color: #0068b3 !important; }
    .form__wrapper--home .button svg {
      vertical-align: middle; }
    .form__wrapper--home .button:hover, .form__wrapper--home .candidat:hover .button, .candidat:hover .form__wrapper--home .button, .form__wrapper--home .button:focus {
      color: #fff !important;
      background-color: #0068b3 !important; }
  .form__wrapper--inline .form__label {
    margin-right: .75rem; }
  .form__wrapper--inline.form__wrapper--group .form__wrapper {
    display: inline-block; }
  .form__wrapper--inline:not(.form__wrapper--group) {
    display: inline-block; }
  .form__wrapper--simple.form__wrapper--with-button .form__input {
    width: calc(100% - 2.6001rem - (0.1429rem * 2));
    float: left;
    margin-right: 0; }

.form__wrapper + .form__wrapper {
  margin-top: .5rem; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.form__label {
  display: block;
  height: 1.56006rem;
  line-height: 1.56006rem;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 0.8667rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #0068b3; }
  .form__label--white {
    color: #fff; }
  .form__label.is-error, .is-error .form__label {
    color: #c32d2d; }

.form__label-small {
  font-weight: 400;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-transform: none;
  color: #242421; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.form__input {
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0 0.46875rem;
  font-size: 0.9375rem; }
  .form__input.form__input--medium, .form__wrapper.form__wrapper--medium .form__input, .form__wrapper--group.form__wrapper--medium .form__input {
    height: 2.25rem;
    line-height: 2.25rem;
    padding: 0 0.46875rem;
    font-size: 0.9375rem; }
  .form__input.form__input--large, .form__wrapper.form__wrapper--large .form__input, .form__wrapper--group.form__wrapper--large .form__input {
    height: 3.36rem;
    line-height: 3.36rem;
    padding: 0 0.7rem;
    font-size: 1.4rem; }

.form__input {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  vertical-align: middle;
  outline: 0;
  margin: 0 0.5rem 0 0;
  border: 0 solid #0068b3;
  border-radius: 0;
  -webkit-appearance: none;
  transition: all 0.2s; }
  .form__input input {
    max-width: calc(100% - 3rem); }
  .form__input[type='date']::-webkit-inner-spin-button {
    display: none; }
  .form__input:focus, .form__input.is-active {
    border-color: #0068b3; }
  .form__input.is-error, .form__wrapper.is-error .form__input, .is-error .form__wrapper .form__input, .is-error .form__input {
    border-color: #c32d2d; }
    .form__input.is-error:focus, .is-error .form__input:focus {
      border-color: #901415; }
  .form__input__search-icon {
    font-weight: 300;
    font-size: 1.667rem;
    right: 0;
    position: absolute;
    color: #0068b3;
    transition: color 0.2s; }
    .form__input__search-icon:hover {
      color: #242421; }
  .form__input--search {
    width: 100%;
    border-bottom: 2px solid #0068b3;
    padding-bottom: 0.6667rem;
    position: relative;
    height: 2.667rem; }
    .form__input--search:hover {
      cursor: pointer; }
    .form__input--search input {
      background-color: transparent;
      color: #242421;
      font-size: 1rem;
      line-height: 1.667rem;
      border: none;
      outline: none;
      width: 100%; }
      .form__input--search input:-ms-input-placeholder {
        color: #242421; }
      .form__input--search input::-ms-input-placeholder {
        color: #242421; }
      .form__input--search input::placeholder {
        color: #242421; }
    .form__input--search--white {
      border-bottom: 2px solid #fff; }
      .form__input--search--white:after {
        color: #fff; }
      .form__input--search--white input {
        color: #fff; }
    .form__input--search--grey {
      border-bottom: 2px solid #242421; }
      .form__input--search--grey .form__input__search-icon {
        color: #242421; }
      .form__input--search--grey input {
        color: #242421; }

.form--disabled .form__input {
  opacity: 0.8;
  background-color: #323231; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.form__wrapper--select {
  border-radius: 0;
  -webkit-appearance: none;
  position: relative;
  display: inline-block; }
  .form__wrapper--select.form__wrapper--medium::after {
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem; }
  .form__wrapper--select::after {
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem; }
  .form__wrapper--select.form__wrapper--large::after {
    width: 3.36rem;
    height: 3.36rem;
    line-height: 3.36rem; }
  .form__wrapper--select select {
    padding: 0.7333rem 5.333rem 0.7333rem 1.667rem;
    border: 2px solid #0068b3;
    color: #0068b3;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    font-size: 0.8667rem;
    outline: none;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    /* remove the strong OSX influence from Webkit */
    border-radius: 0px; }
    .form__wrapper--select select:focus {
      outline: none; }
  .form__wrapper--select::after {
    content: '\f0d7';
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "Font Awesome 5 Brands", monospace;
    font-weight: 700;
    font-size: 1.333rem;
    position: absolute;
    display: block;
    bottom: 0;
    right: 1rem;
    top: 0.2rem;
    z-index: 1;
    pointer-events: none;
    color: #0068b3;
    background: transparent;
    transition: all 0.2s;
    border: 0 solid #0068b3;
    text-align: center; }
  .form__wrapper--select:focus-within, .form__wrapper--select.is-active {
    border-color: #0068b3; }
    .form__wrapper--select:focus-within::after, .form__wrapper--select.is-active::after {
      border-color: #0068b3; }
  .form__wrapper--select.is-error::after {
    border-color: #c32d2d;
    color: #c32d2d; }
  .form__wrapper--select.is-error:focus-within::after {
    border-color: #901415;
    color: #901415; }

/**
* Thème - Ville d'Alma
*
* Samuel Brisson <samuel@arsenalweb.ca>
* Arsenal Web (https://arsenalweb.ca)
*
* @link         https://arsenalweb.ca
* @copyright    Copyright (c) 2018 ArsenalWeb
*/
.form__date {
  position: relative; }
  .form__date .form__input {
    text-transform: capitalize; }
    .form__date .form__input:-ms-input-placeholder {
      text-transform: none; }
    .form__date .form__input::-ms-input-placeholder {
      text-transform: none; }
    .form__date .form__input::placeholder {
      text-transform: none; }
  .form__date .DayPickerInput-Overlay {
    z-index: 10; }
  .form__date .DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day {
    border-radius: 0 !important; }
    .form__date .DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day--end {
      border-top-right-radius: 50% !important;
      border-bottom-right-radius: 50% !important; }
    .form__date .DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day--start {
      border-top-left-radius: 50% !important;
      border-bottom-left-radius: 50% !important; }
    .form__date .DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day--selected:not(.DayPicker-Day--outside) {
      background-color: #0068b3;
      color: #fff; }
    .form__date .DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside) {
      background-color: #0068b3; }
    .form__date .DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day--today {
      color: #0068b3;
      font-weight: 400; }
    .form__date .DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
      background-color: #323231; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.number__input {
  text-align: center;
  min-width: 6rem; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.form__input-choice, .form .form__input[type="checkbox"], .form .form__input[type="radio"] {
  width: 1.125rem;
  height: 1.125rem;
  line-height: 1.5rem; }
  .form__input-choice.form__input--small, .form__wrapper.form__wrapper--small .form__input-choice.form__input, .form__wrapper.form__wrapper--small .form .form__input[type="checkbox"], .form .form__wrapper.form__wrapper--small .form__input[type="checkbox"], .form__wrapper.form__wrapper--small .form .form__input[type="radio"], .form .form__wrapper.form__wrapper--small .form__input[type="radio"], .form__wrapper--group.form__wrapper--small .form__input-choice.form__input, .form__wrapper--group.form__wrapper--small .form .form__input[type="checkbox"], .form .form__wrapper--group.form__wrapper--small .form__input[type="checkbox"], .form__wrapper--group.form__wrapper--small .form .form__input[type="radio"], .form .form__wrapper--group.form__wrapper--small .form__input[type="radio"], .form .form__input--small.form__input[type="checkbox"], .form .form__input--small.form__input[type="radio"] {
    width: 1.125rem;
    height: 1.125rem;
    line-height: 1.5rem; }
    .form__input-choice.form__input--small:checked::before, .form__wrapper.form__wrapper--small .form__input-choice.form__input:checked::before, .form__wrapper.form__wrapper--small .form .form__input[type="checkbox"]:checked::before, .form .form__wrapper.form__wrapper--small .form__input[type="checkbox"]:checked::before, .form__wrapper.form__wrapper--small .form .form__input[type="radio"]:checked::before, .form .form__wrapper.form__wrapper--small .form__input[type="radio"]:checked::before, .form__wrapper--group.form__wrapper--small .form__input-choice.form__input:checked::before, .form__wrapper--group.form__wrapper--small .form .form__input[type="checkbox"]:checked::before, .form .form__wrapper--group.form__wrapper--small .form__input[type="checkbox"]:checked::before, .form__wrapper--group.form__wrapper--small .form .form__input[type="radio"]:checked::before, .form .form__wrapper--group.form__wrapper--small .form__input[type="radio"]:checked::before, .form .form__input--small.form__input[type="checkbox"]:checked::before, .form .form__input--small.form__input[type="radio"]:checked::before, .form__input-choice.form__input--small:not(:checked)::before, .form__wrapper.form__wrapper--small .form__input-choice.form__input:not(:checked)::before, .form__wrapper.form__wrapper--small .form .form__input[type="checkbox"]:not(:checked)::before, .form .form__wrapper.form__wrapper--small .form__input[type="checkbox"]:not(:checked)::before, .form__wrapper.form__wrapper--small .form .form__input[type="radio"]:not(:checked)::before, .form .form__wrapper.form__wrapper--small .form__input[type="radio"]:not(:checked)::before, .form__wrapper--group.form__wrapper--small .form__input-choice.form__input:not(:checked)::before, .form__wrapper--group.form__wrapper--small .form .form__input[type="checkbox"]:not(:checked)::before, .form .form__wrapper--group.form__wrapper--small .form__input[type="checkbox"]:not(:checked)::before, .form__wrapper--group.form__wrapper--small .form .form__input[type="radio"]:not(:checked)::before, .form .form__wrapper--group.form__wrapper--small .form__input[type="radio"]:not(:checked)::before, .form .form__input--small.form__input[type="checkbox"]:not(:checked)::before, .form .form__input--small.form__input[type="radio"]:not(:checked)::before {
      width: 1.25rem;
      height: 1.25rem; }
    .form__input-choice.form__input--small:checked::after, .form__wrapper.form__wrapper--small .form__input-choice.form__input:checked::after, .form__wrapper.form__wrapper--small .form .form__input[type="checkbox"]:checked::after, .form .form__wrapper.form__wrapper--small .form__input[type="checkbox"]:checked::after, .form__wrapper.form__wrapper--small .form .form__input[type="radio"]:checked::after, .form .form__wrapper.form__wrapper--small .form__input[type="radio"]:checked::after, .form__wrapper--group.form__wrapper--small .form__input-choice.form__input:checked::after, .form__wrapper--group.form__wrapper--small .form .form__input[type="checkbox"]:checked::after, .form .form__wrapper--group.form__wrapper--small .form__input[type="checkbox"]:checked::after, .form__wrapper--group.form__wrapper--small .form .form__input[type="radio"]:checked::after, .form .form__wrapper--group.form__wrapper--small .form__input[type="radio"]:checked::after, .form .form__input--small.form__input[type="checkbox"]:checked::after, .form .form__input--small.form__input[type="radio"]:checked::after, .form__input-choice.form__input--small:not(:checked)::after, .form__wrapper.form__wrapper--small .form__input-choice.form__input:not(:checked)::after, .form__wrapper.form__wrapper--small .form .form__input[type="checkbox"]:not(:checked)::after, .form .form__wrapper.form__wrapper--small .form__input[type="checkbox"]:not(:checked)::after, .form__wrapper.form__wrapper--small .form .form__input[type="radio"]:not(:checked)::after, .form .form__wrapper.form__wrapper--small .form__input[type="radio"]:not(:checked)::after, .form__wrapper--group.form__wrapper--small .form__input-choice.form__input:not(:checked)::after, .form__wrapper--group.form__wrapper--small .form .form__input[type="checkbox"]:not(:checked)::after, .form .form__wrapper--group.form__wrapper--small .form__input[type="checkbox"]:not(:checked)::after, .form__wrapper--group.form__wrapper--small .form .form__input[type="radio"]:not(:checked)::after, .form .form__wrapper--group.form__wrapper--small .form__input[type="radio"]:not(:checked)::after, .form .form__input--small.form__input[type="checkbox"]:not(:checked)::after, .form .form__input--small.form__input[type="radio"]:not(:checked)::after {
      width: 0.5rem;
      height: 0.5rem; }
  .form__input-choice:checked::before, .form .form__input[type="checkbox"]:checked::before, .form .form__input[type="radio"]:checked::before, .form__input-choice:not(:checked)::before, .form .form__input[type="checkbox"]:not(:checked)::before, .form .form__input[type="radio"]:not(:checked)::before {
    width: 1.25rem;
    height: 1.25rem; }
  .form__input-choice:checked::after, .form .form__input[type="checkbox"]:checked::after, .form .form__input[type="radio"]:checked::after, .form__input-choice:not(:checked)::after, .form .form__input[type="checkbox"]:not(:checked)::after, .form .form__input[type="radio"]:not(:checked)::after {
    width: 0.5rem;
    height: 0.5rem; }
  .form__input-choice.form__input--medium, .form__wrapper.form__wrapper--medium .form__input-choice.form__input, .form__wrapper.form__wrapper--medium .form .form__input[type="checkbox"], .form .form__wrapper.form__wrapper--medium .form__input[type="checkbox"], .form__wrapper.form__wrapper--medium .form .form__input[type="radio"], .form .form__wrapper.form__wrapper--medium .form__input[type="radio"], .form__wrapper--group.form__wrapper--medium .form__input-choice.form__input, .form__wrapper--group.form__wrapper--medium .form .form__input[type="checkbox"], .form .form__wrapper--group.form__wrapper--medium .form__input[type="checkbox"], .form__wrapper--group.form__wrapper--medium .form .form__input[type="radio"], .form .form__wrapper--group.form__wrapper--medium .form__input[type="radio"], .form .form__input--medium.form__input[type="checkbox"], .form .form__input--medium.form__input[type="radio"] {
    width: 1.575rem;
    height: 1.575rem;
    line-height: 2.1rem; }
    .form__input-choice.form__input--medium:checked::before, .form__wrapper.form__wrapper--medium .form__input-choice.form__input:checked::before, .form__wrapper.form__wrapper--medium .form .form__input[type="checkbox"]:checked::before, .form .form__wrapper.form__wrapper--medium .form__input[type="checkbox"]:checked::before, .form__wrapper.form__wrapper--medium .form .form__input[type="radio"]:checked::before, .form .form__wrapper.form__wrapper--medium .form__input[type="radio"]:checked::before, .form__wrapper--group.form__wrapper--medium .form__input-choice.form__input:checked::before, .form__wrapper--group.form__wrapper--medium .form .form__input[type="checkbox"]:checked::before, .form .form__wrapper--group.form__wrapper--medium .form__input[type="checkbox"]:checked::before, .form__wrapper--group.form__wrapper--medium .form .form__input[type="radio"]:checked::before, .form .form__wrapper--group.form__wrapper--medium .form__input[type="radio"]:checked::before, .form .form__input--medium.form__input[type="checkbox"]:checked::before, .form .form__input--medium.form__input[type="radio"]:checked::before, .form__input-choice.form__input--medium:not(:checked)::before, .form__wrapper.form__wrapper--medium .form__input-choice.form__input:not(:checked)::before, .form__wrapper.form__wrapper--medium .form .form__input[type="checkbox"]:not(:checked)::before, .form .form__wrapper.form__wrapper--medium .form__input[type="checkbox"]:not(:checked)::before, .form__wrapper.form__wrapper--medium .form .form__input[type="radio"]:not(:checked)::before, .form .form__wrapper.form__wrapper--medium .form__input[type="radio"]:not(:checked)::before, .form__wrapper--group.form__wrapper--medium .form__input-choice.form__input:not(:checked)::before, .form__wrapper--group.form__wrapper--medium .form .form__input[type="checkbox"]:not(:checked)::before, .form .form__wrapper--group.form__wrapper--medium .form__input[type="checkbox"]:not(:checked)::before, .form__wrapper--group.form__wrapper--medium .form .form__input[type="radio"]:not(:checked)::before, .form .form__wrapper--group.form__wrapper--medium .form__input[type="radio"]:not(:checked)::before, .form .form__input--medium.form__input[type="checkbox"]:not(:checked)::before, .form .form__input--medium.form__input[type="radio"]:not(:checked)::before {
      width: 1.75rem;
      height: 1.75rem; }
    .form__input-choice.form__input--medium:checked::after, .form__wrapper.form__wrapper--medium .form__input-choice.form__input:checked::after, .form__wrapper.form__wrapper--medium .form .form__input[type="checkbox"]:checked::after, .form .form__wrapper.form__wrapper--medium .form__input[type="checkbox"]:checked::after, .form__wrapper.form__wrapper--medium .form .form__input[type="radio"]:checked::after, .form .form__wrapper.form__wrapper--medium .form__input[type="radio"]:checked::after, .form__wrapper--group.form__wrapper--medium .form__input-choice.form__input:checked::after, .form__wrapper--group.form__wrapper--medium .form .form__input[type="checkbox"]:checked::after, .form .form__wrapper--group.form__wrapper--medium .form__input[type="checkbox"]:checked::after, .form__wrapper--group.form__wrapper--medium .form .form__input[type="radio"]:checked::after, .form .form__wrapper--group.form__wrapper--medium .form__input[type="radio"]:checked::after, .form .form__input--medium.form__input[type="checkbox"]:checked::after, .form .form__input--medium.form__input[type="radio"]:checked::after, .form__input-choice.form__input--medium:not(:checked)::after, .form__wrapper.form__wrapper--medium .form__input-choice.form__input:not(:checked)::after, .form__wrapper.form__wrapper--medium .form .form__input[type="checkbox"]:not(:checked)::after, .form .form__wrapper.form__wrapper--medium .form__input[type="checkbox"]:not(:checked)::after, .form__wrapper.form__wrapper--medium .form .form__input[type="radio"]:not(:checked)::after, .form .form__wrapper.form__wrapper--medium .form__input[type="radio"]:not(:checked)::after, .form__wrapper--group.form__wrapper--medium .form__input-choice.form__input:not(:checked)::after, .form__wrapper--group.form__wrapper--medium .form .form__input[type="checkbox"]:not(:checked)::after, .form .form__wrapper--group.form__wrapper--medium .form__input[type="checkbox"]:not(:checked)::after, .form__wrapper--group.form__wrapper--medium .form .form__input[type="radio"]:not(:checked)::after, .form .form__wrapper--group.form__wrapper--medium .form__input[type="radio"]:not(:checked)::after, .form .form__input--medium.form__input[type="checkbox"]:not(:checked)::after, .form .form__input--medium.form__input[type="radio"]:not(:checked)::after {
      width: 1rem;
      height: 1rem; }
  .form__input-choice.form__input--large, .form__wrapper.form__wrapper--large .form__input-choice.form__input, .form__wrapper.form__wrapper--large .form .form__input[type="checkbox"], .form .form__wrapper.form__wrapper--large .form__input[type="checkbox"], .form__wrapper.form__wrapper--large .form .form__input[type="radio"], .form .form__wrapper.form__wrapper--large .form__input[type="radio"], .form__wrapper--group.form__wrapper--large .form__input-choice.form__input, .form__wrapper--group.form__wrapper--large .form .form__input[type="checkbox"], .form .form__wrapper--group.form__wrapper--large .form__input[type="checkbox"], .form__wrapper--group.form__wrapper--large .form .form__input[type="radio"], .form .form__wrapper--group.form__wrapper--large .form__input[type="radio"], .form .form__input--large.form__input[type="checkbox"], .form .form__input--large.form__input[type="radio"] {
    width: 2.025rem;
    height: 2.025rem;
    line-height: 2.7rem; }
    .form__input-choice.form__input--large:checked::before, .form__wrapper.form__wrapper--large .form__input-choice.form__input:checked::before, .form__wrapper.form__wrapper--large .form .form__input[type="checkbox"]:checked::before, .form .form__wrapper.form__wrapper--large .form__input[type="checkbox"]:checked::before, .form__wrapper.form__wrapper--large .form .form__input[type="radio"]:checked::before, .form .form__wrapper.form__wrapper--large .form__input[type="radio"]:checked::before, .form__wrapper--group.form__wrapper--large .form__input-choice.form__input:checked::before, .form__wrapper--group.form__wrapper--large .form .form__input[type="checkbox"]:checked::before, .form .form__wrapper--group.form__wrapper--large .form__input[type="checkbox"]:checked::before, .form__wrapper--group.form__wrapper--large .form .form__input[type="radio"]:checked::before, .form .form__wrapper--group.form__wrapper--large .form__input[type="radio"]:checked::before, .form .form__input--large.form__input[type="checkbox"]:checked::before, .form .form__input--large.form__input[type="radio"]:checked::before, .form__input-choice.form__input--large:not(:checked)::before, .form__wrapper.form__wrapper--large .form__input-choice.form__input:not(:checked)::before, .form__wrapper.form__wrapper--large .form .form__input[type="checkbox"]:not(:checked)::before, .form .form__wrapper.form__wrapper--large .form__input[type="checkbox"]:not(:checked)::before, .form__wrapper.form__wrapper--large .form .form__input[type="radio"]:not(:checked)::before, .form .form__wrapper.form__wrapper--large .form__input[type="radio"]:not(:checked)::before, .form__wrapper--group.form__wrapper--large .form__input-choice.form__input:not(:checked)::before, .form__wrapper--group.form__wrapper--large .form .form__input[type="checkbox"]:not(:checked)::before, .form .form__wrapper--group.form__wrapper--large .form__input[type="checkbox"]:not(:checked)::before, .form__wrapper--group.form__wrapper--large .form .form__input[type="radio"]:not(:checked)::before, .form .form__wrapper--group.form__wrapper--large .form__input[type="radio"]:not(:checked)::before, .form .form__input--large.form__input[type="checkbox"]:not(:checked)::before, .form .form__input--large.form__input[type="radio"]:not(:checked)::before {
      width: 2.25rem;
      height: 2.25rem; }
    .form__input-choice.form__input--large:checked::after, .form__wrapper.form__wrapper--large .form__input-choice.form__input:checked::after, .form__wrapper.form__wrapper--large .form .form__input[type="checkbox"]:checked::after, .form .form__wrapper.form__wrapper--large .form__input[type="checkbox"]:checked::after, .form__wrapper.form__wrapper--large .form .form__input[type="radio"]:checked::after, .form .form__wrapper.form__wrapper--large .form__input[type="radio"]:checked::after, .form__wrapper--group.form__wrapper--large .form__input-choice.form__input:checked::after, .form__wrapper--group.form__wrapper--large .form .form__input[type="checkbox"]:checked::after, .form .form__wrapper--group.form__wrapper--large .form__input[type="checkbox"]:checked::after, .form__wrapper--group.form__wrapper--large .form .form__input[type="radio"]:checked::after, .form .form__wrapper--group.form__wrapper--large .form__input[type="radio"]:checked::after, .form .form__input--large.form__input[type="checkbox"]:checked::after, .form .form__input--large.form__input[type="radio"]:checked::after, .form__input-choice.form__input--large:not(:checked)::after, .form__wrapper.form__wrapper--large .form__input-choice.form__input:not(:checked)::after, .form__wrapper.form__wrapper--large .form .form__input[type="checkbox"]:not(:checked)::after, .form .form__wrapper.form__wrapper--large .form__input[type="checkbox"]:not(:checked)::after, .form__wrapper.form__wrapper--large .form .form__input[type="radio"]:not(:checked)::after, .form .form__wrapper.form__wrapper--large .form__input[type="radio"]:not(:checked)::after, .form__wrapper--group.form__wrapper--large .form__input-choice.form__input:not(:checked)::after, .form__wrapper--group.form__wrapper--large .form .form__input[type="checkbox"]:not(:checked)::after, .form .form__wrapper--group.form__wrapper--large .form__input[type="checkbox"]:not(:checked)::after, .form__wrapper--group.form__wrapper--large .form .form__input[type="radio"]:not(:checked)::after, .form .form__wrapper--group.form__wrapper--large .form__input[type="radio"]:not(:checked)::after, .form .form__input--large.form__input[type="checkbox"]:not(:checked)::after, .form .form__input--large.form__input[type="radio"]:not(:checked)::after {
      width: 1.5rem;
      height: 1.5rem; }

.form__wrapper--group.form__wrapper--small .form__wrapper {
  padding-top: -0.3125rem; }

.form__wrapper--group.form__wrapper--medium .form__wrapper {
  padding-top: 0.0625rem; }

.form__wrapper--group.form__wrapper--large .form__wrapper {
  padding-top: 0.4375rem; }

.form__wrapper--choice .form__label, .form__wrapper--checkbox .form__label, .form__wrapper--radio .form__label {
  display: inline-block; }

.form__input-choice, .form .form__input[type="checkbox"], .form .form__input[type="radio"] {
  box-sizing: border-box; }
  .form__input-choice:checked, .form .form__input:checked[type="checkbox"], .form .form__input:checked[type="radio"], .form__input-choice:not(:checked), .form .form__input:not(:checked)[type="checkbox"], .form .form__input:not(:checked)[type="radio"] {
    position: relative; }
  .form__input-choice:checked:before, .form .form__input[type="checkbox"]:checked:before, .form .form__input[type="radio"]:checked:before, .form__input-choice:not(:checked):before, .form .form__input[type="checkbox"]:not(:checked):before, .form .form__input[type="radio"]:not(:checked):before {
    content: '';
    position: absolute;
    box-sizing: border-box;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    margin: auto;
    padding: 0;
    border: 0 solid #0068b3;
    transition: all 0.2s; }
  .form__input-choice:checked:after, .form .form__input[type="checkbox"]:checked:after, .form .form__input[type="radio"]:checked:after, .form__input-choice:not(:checked):after, .form .form__input[type="checkbox"]:not(:checked):after, .form .form__input[type="radio"]:not(:checked):after {
    content: '';
    position: absolute;
    box-sizing: border-box;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    margin: auto;
    padding: 0;
    transition: all 0.2s; }
  .form__input-choice:not(:checked):after, .form .form__input[type="checkbox"]:not(:checked):after, .form .form__input[type="radio"]:not(:checked):after {
    opacity: 0;
    transform: scale(0); }
  .form__input-choice:checked:after, .form .form__input[type="checkbox"]:checked:after, .form .form__input[type="radio"]:checked:after {
    opacity: 1;
    transform: scale(1); }
  .form__input-choice:last-child, .form .form__input:last-child[type="checkbox"], .form .form__input:last-child[type="radio"] {
    margin-right: 0; }

.form__input-choice:checked:before, .form .form__input[type="checkbox"]:checked:before, .form .form__input[type="radio"]:checked:before, .form__input-choice:not(:checked):before, .form .form__input[type="checkbox"]:not(:checked):before, .form .form__input[type="radio"]:not(:checked):before {
  background: #fff; }

.form__input-choice:checked:after, .form .form__input[type="checkbox"]:checked:after, .form .form__input[type="radio"]:checked:after, .form__input-choice:not(:checked):after, .form .form__input[type="checkbox"]:not(:checked):after, .form .form__input[type="radio"]:not(:checked):after {
  background: #0068b3; }

.form__input-choice:focus:checked:before, .form .form__input[type="checkbox"]:focus:checked:before, .form .form__input[type="radio"]:focus:checked:before, .form__input-choice:focus:not(:checked):before, .form .form__input[type="checkbox"]:focus:not(:checked):before, .form .form__input[type="radio"]:focus:not(:checked):before {
  border-color: #0068b3; }

.form__input-choice.is-error:checked:before, .form__wrapper--choice.is-error .form__input-choice:checked:before, .form__wrapper--group.is-error .form__wrapper--choice .form__input-choice:checked:before, .form__wrapper--group.is-error .form__wrapper--checkbox .form__input-choice:checked:before, .form__wrapper--group.is-error .form__wrapper--radio .form__input-choice:checked:before, .is-error.form__wrapper--checkbox .form__input-choice:checked:before, .is-error.form__wrapper--radio .form__input-choice:checked:before, .form .is-error.form__input[type="checkbox"]:checked:before, .form .is-error .form__input[type="checkbox"]:checked:before, .is-error .form .form__input[type="checkbox"]:checked:before, .form .is-error.form__input[type="radio"]:checked:before, .form .is-error .form__input[type="radio"]:checked:before, .is-error .form .form__input[type="radio"]:checked:before, .form__input-choice.is-error:not(:checked):before, .form__wrapper--choice.is-error .form__input-choice:not(:checked):before, .form__wrapper--group.is-error .form__wrapper--choice .form__input-choice:not(:checked):before, .form__wrapper--group.is-error .form__wrapper--checkbox .form__input-choice:not(:checked):before, .form__wrapper--group.is-error .form__wrapper--radio .form__input-choice:not(:checked):before, .is-error.form__wrapper--checkbox .form__input-choice:not(:checked):before, .is-error.form__wrapper--radio .form__input-choice:not(:checked):before, .form .is-error.form__input[type="checkbox"]:not(:checked):before, .form .is-error .form__input[type="checkbox"]:not(:checked):before, .is-error .form .form__input[type="checkbox"]:not(:checked):before, .form .is-error.form__input[type="radio"]:not(:checked):before, .form .is-error .form__input[type="radio"]:not(:checked):before, .is-error .form .form__input[type="radio"]:not(:checked):before {
  border-color: #c32d2d; }

.form__input-choice.is-error:focus:checked:before, .form__wrapper--choice.is-error .form__input-choice:focus:checked:before, .form__wrapper--group.is-error .form__wrapper--choice .form__input-choice:focus:checked:before, .form__wrapper--group.is-error .form__wrapper--checkbox .form__input-choice:focus:checked:before, .form__wrapper--group.is-error .form__wrapper--radio .form__input-choice:focus:checked:before, .is-error.form__wrapper--checkbox .form__input-choice:focus:checked:before, .is-error.form__wrapper--radio .form__input-choice:focus:checked:before, .form .is-error.form__input[type="checkbox"]:focus:checked:before, .form .is-error .form__input[type="checkbox"]:focus:checked:before, .is-error .form .form__input[type="checkbox"]:focus:checked:before, .form .is-error.form__input[type="radio"]:focus:checked:before, .form .is-error .form__input[type="radio"]:focus:checked:before, .is-error .form .form__input[type="radio"]:focus:checked:before, .form__input-choice.is-error:focus:not(:checked):before, .form__wrapper--choice.is-error .form__input-choice:focus:not(:checked):before, .form__wrapper--group.is-error .form__wrapper--choice .form__input-choice:focus:not(:checked):before, .form__wrapper--group.is-error .form__wrapper--checkbox .form__input-choice:focus:not(:checked):before, .form__wrapper--group.is-error .form__wrapper--radio .form__input-choice:focus:not(:checked):before, .is-error.form__wrapper--checkbox .form__input-choice:focus:not(:checked):before, .is-error.form__wrapper--radio .form__input-choice:focus:not(:checked):before, .form .is-error.form__input[type="checkbox"]:focus:not(:checked):before, .form .is-error .form__input[type="checkbox"]:focus:not(:checked):before, .is-error .form .form__input[type="checkbox"]:focus:not(:checked):before, .form .is-error.form__input[type="radio"]:focus:not(:checked):before, .form .is-error .form__input[type="radio"]:focus:not(:checked):before, .is-error .form .form__input[type="radio"]:focus:not(:checked):before {
  border-color: #901415; }

.form__label + .form__input-choice, .form .form__label + .form__input[type="checkbox"], .form .form__label + .form__input[type="radio"] {
  margin-left: .5rem; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.form .form__input[type="radio"]:checked:before, .form .form__input[type="radio"]:not(:checked):before {
  border-radius: 100%; }

.form .form__input[type="radio"]:checked:after, .form .form__input[type="radio"]:not(:checked):after {
  border-radius: 100%; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.form--disabled .button {
  background-color: #323231 !important;
  border-color: #323231 !important;
  color: #5b5b5b !important; }

/**
* Thème - Ville d'Alma
*
* Samuel Brisson <samuel@arsenalweb.ca>
* Arsenal Web (https://arsenalweb.ca)
*
* @link         https://arsenalweb.ca
* @copyright    Copyright (c) 2018 ArsenalWeb
*/
.grouped-select {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .grouped-select__input {
    background-color: #fff;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .grouped-select__menu {
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: 100%;
    width: 100%;
    max-height: 20rem;
    background-color: #fff;
    overflow-y: scroll;
    z-index: 15;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); }
  .grouped-select__list {
    margin: 0.5rem 0; }
  .grouped-select__group-label {
    font-weight: bold;
    padding: 0.4rem 1rem;
    position: relative; }
    .grouped-select__group-label::after {
      content: '\f0d7';
      position: absolute;
      top: 0.35rem;
      right: 0.5rem;
      display: block;
      height: 1rem;
      width: 1rem;
      vertical-align: middle;
      color: #d6d6d6;
      font-family: 'Font Awesome 5 Pro';
      font-weight: 900;
      text-align: center;
      pointer-events: none;
      z-index: 1; }
  .grouped-select__group {
    cursor: pointer; }
    .grouped-select__group:hover {
      background-color: #ececec; }
    .grouped-select__group.is-active {
      margin: 0.5rem 0;
      cursor: default;
      background-color: #f5f5f5;
      border-top: 1px solid #ececec;
      border-bottom: 1px solid #ececec; }
  .grouped-select__option {
    color: #444;
    padding: 0.4rem 1.5rem;
    cursor: pointer; }
    .grouped-select__option:hover {
      background-color: #ececec; }
    .grouped-select__option.is-active {
      color: #fff;
      background-color: #0068b3; }

.form--disabled .grouped-select__input {
  background-color: #323231; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.masked-field {
  position: relative;
  display: inline-block;
  margin-right: 1.5rem; }
  .masked-field:last-child {
    margin-right: 0; }
  .masked-field__link {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .masked-field__popup {
    width: 16rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); }
  .masked-field:not(.masked-field--multiple) .masked-field__children {
    display: flex;
    align-items: flex-end; }
  .masked-field:not(.masked-field--multiple) .masked-field__button {
    margin-left: 0.25rem; }
  .masked-field--multiple .masked-field__button {
    margin-top: 0.25rem; }
  .masked-field .form__input {
    margin-right: 0; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.form__error {
  color: #c32d2d;
  padding: 0.2rem 0;
  display: inline-block;
  line-height: 1em;
  font-size: 0.9rem; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.form__editor {
  box-sizing: border-box;
  width: 100%;
  text-decoration: none;
  vertical-align: middle;
  outline: 0;
  margin: 0 0.5rem 0 0;
  border: 0 solid #0068b3 !important;
  border-radius: 0 !important;
  transition: all 0.2s; }
  .form__editor .public-DraftEditor-content {
    min-height: 15rem; }
  .form__editor .public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR {
    margin-left: 0 !important; }
  .form__editor .public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR::before {
    left: 0 !important;
    width: auto !important; }
  .form__editor [class*="ButtonWrap__root"] {
    z-index: 2; }
  .form__editor.is-error, .form__wrapper.is-error .form__editor, .is-error .form__wrapper .form__editor {
    border-color: #c32d2d !important; }

.form--disabled .form__editor {
  background-color: #323231; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.svg {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  position: relative;
  margin: 0 auto .5rem; }
  .svg svg {
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1rem;
    left: -1rem;
    bottom: 0;
    margin: auto;
    pointer-events: none; }
  .svg--inline {
    display: inline-block;
    margin: .25rem auto .25rem;
    vertical-align: middle; }
  .svg__container {
    vertical-align: super;
    line-height: 100%; }
    .svg__container .svg {
      display: inline-block; }
      .svg__container .svg svg {
        position: static;
        display: inline;
        height: 100%;
        margin: auto;
        pointer-events: none; }
  .svg path,
  .svg circle,
  .svg rect {
    transition: all 0.2s; }

.svg__container {
  display: inline-block; }
  .svg__container .svg {
    margin-bottom: 0; }
    .svg__container .svg svg {
      position: static; }

.svg--tiny, .svg__container--tiny .svg {
  width: 1rem;
  height: 0.7rem; }

.svg--small, .svg__container--small .svg {
  width: 1.75rem;
  height: 1.75rem; }

.svg--big, .svg__container--big .svg {
  width: 3.875rem;
  height: 3.875rem; }

.svg--white path, .svg__container--white .svg path,
.svg--white circle,
.svg__container--white .svg circle,
.svg--white rect,
.svg__container--white .svg rect {
  fill: #fff; }

.svg--black path,
.svg--black circle,
.svg--black rect {
  fill: #000; }

.svg.is-disabled path,
.svg.is-disabled circle,
.svg.is-disabled rect {
  fill: #5b5b5b; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.table__cell {
  vertical-align: middle; }

.table--number .table__row {
  counter-increment: numbercounter; }

.table--number .table__cell--has-number {
  padding: 1rem 1rem 1rem 0;
  position: relative;
  width: 2rem; }
  .table--number .table__cell--has-number:before {
    color: #47708e;
    content: counter(numbercounter) ". "; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link                 https://arsenalweb.ca
 * @copyright        Copyright (c) 2018 ArsenalWeb
 */
.menu {
  margin: 0;
  padding: 0; }

.menu {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative; }
  .menu ul li {
    padding: 0;
    margin: 0; }
    .menu ul li::before {
      display: none; }
    .menu ul li.menu-item-has-children > a {
      pointer-events: none; }
  .menu > ul > li {
    margin-top: 1.2rem; }
    .menu > ul > li > a {
      color: #323231;
      font-weight: 600;
      font-size: 1.2rem; }
    .menu > ul > li > ul > li {
      cursor: pointer; }
      .menu > ul > li > ul > li > a {
        display: block;
        width: 100%;
        border: 2px solid #0068b3;
        box-sizing: border-box;
        padding: 1rem 3.2rem;
        margin-top: -2px;
        color: #0068b3;
        font-weight: 600;
        font-size: 1.2rem;
        transition: all 0.2s; }
      .menu > ul > li > ul > li:first-child > a {
        margin-top: 0; }
      .menu > ul > li > ul > li.menu-item-has-children {
        position: relative;
        overflow: hidden; }
        .menu > ul > li > ul > li.menu-item-has-children::after {
          content: '\f067';
          font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "Font Awesome 5 Brands", monospace;
          color: #0068b3;
          position: absolute;
          right: 3.2rem;
          top: 1rem;
          font-size: 1.333rem;
          height: 1.333rem; }
      .menu > ul > li > ul > li:hover > a {
        color: #fff;
        background-color: #0068b3; }
      .menu > ul > li > ul > li:hover.menu-item-has-children::after {
        color: #fff; }
      .menu > ul > li > ul > li > ul {
        max-height: 0;
        margin: 0;
        transition: all 0.2s; }
        .menu > ul > li > ul > li > ul.open {
          max-height: 50vh;
          margin: 0.5333rem 0; }
        .menu > ul > li > ul > li > ul > li > a {
          display: block;
          color: #323231;
          font-weight: 600;
          padding: 0.5333rem 3.2rem;
          margin-top: -2px;
          box-sizing: border-box;
          line-height: 1rem; }
          .menu > ul > li > ul > li > ul > li > a:hover {
            color: #0068b3; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link                 https://arsenalweb.ca
 * @copyright        Copyright (c) 2018 ArsenalWeb
 */
.menu-page {
  background-color: #f2f2f2;
  height: auto;
  min-height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  z-index: 999;
  display: none; }
  .menu-page__inner {
    margin-top: 10rem;
    width: 100%; }
  .menu-page__search {
    margin-top: 20%; }
    .menu-page__search__inner {
      max-width: 26.67rem; }
    .menu-page__search__icon {
      font-weight: 300;
      font-size: 2.333rem;
      right: 0;
      transition: color 0.2s; }
      .menu-page__search__icon:hover {
        color: #0068b3; }
    .menu-page__search__wrapper {
      width: 100%;
      border-bottom: 2px solid #323231;
      padding-bottom: 0.6667rem;
      position: relative; }
      .menu-page__search__wrapper:hover {
        cursor: pointer; }
      .menu-page__search__wrapper input {
        background-color: transparent;
        color: #323231;
        font-size: 1.667rem;
        line-height: 2.333rem;
        border: none;
        outline: none;
        width: calc(100% - 3rem); }
        .menu-page__search__wrapper input:-ms-input-placeholder {
          color: #323231; }
        .menu-page__search__wrapper input::-ms-input-placeholder {
          color: #323231; }
        .menu-page__search__wrapper input::placeholder {
          color: #323231; }
    .menu-page__search__keywords a {
      color: #323231;
      font-weight: 600;
      opacity: 0.55;
      transition: all 0.2s; }
      .menu-page__search__keywords a:hover {
        opacity: 1; }
  .menu-page__footer {
    margin-top: 6.667rem; }
  .menu-page__link {
    font-weight: 600;
    transition: all 0.2s;
    color: #323231; }
    .menu-page__link:hover {
      color: #0068b3; }
      .menu-page__link:hover.menu-page__link--cine:after {
        filter: invert(29%) sepia(43%) saturate(6966%) hue-rotate(190deg) brightness(84%) contrast(101%); }
    .menu-page__link:after {
      font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "Font Awesome 5 Brands", monospace;
      font-size: 1.333rem;
      margin-left: 0.8667rem;
      font-weight: normal; }
    .menu-page__link--map:after {
      content: '\f5a0'; }
    .menu-page__link--graph:after {
      content: '\f201'; }
    .menu-page__link--cine:after {
      content: '';
      background-image: url(/wp-content/themes/ville_alma/build/img/72511cab0ed2285cc47c4dcad3263a44.png);
      background-size: cover;
      width: 2.333rem;
      height: 1rem;
      display: inline-block;
      transition: all 0.2s; }

@media screen and (max-width: 1023px) {
  .menu-page__search {
    margin-top: 4rem; }
  .menu-page__footer {
    margin-top: 4rem; }
  .menu-page .menu {
    margin-top: 2rem; } }

@media screen and (max-width: 666px) {
  .menu-page__search {
    margin-top: 1rem; }
    .menu-page__search__keywords {
      display: none; }
  .menu-page__footer {
    margin-top: 2rem; } }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link                 https://arsenalweb.ca
 * @copyright        Copyright (c) 2018 ArsenalWeb
 */
.menu-side {
  margin-top: 6.333rem; }
  .menu-side ul {
    margin: 0; }
    .menu-side ul li {
      padding: 0;
      display: block; }
      .menu-side ul li::before {
        display: none; }
      .menu-side ul li.menu-item-has-children > a {
        pointer-events: initial; }
      .menu-side ul li a {
        display: block;
        font-weight: 600;
        color: #242421;
        line-height: 1rem; }
  .menu-side > ul > li {
    margin-bottom: 2px !important; }
    .menu-side > ul > li > a {
      display: block;
      color: #fff;
      font-weight: 600;
      padding: 1rem 1.3rem;
      background-color: #323231; }
    .menu-side > ul > li.current_page_parent > ul, .menu-side > ul > li.current_page_ancestor > ul {
      display: block; }
    .menu-side > ul > li > ul {
      display: none; }
      .menu-side > ul > li > ul > li {
        background-color: #f2f2f2;
        transition: background-color 0.2s; }
        .menu-side > ul > li > ul > li.current_page_parent > ul {
          display: block; }
        .menu-side > ul > li > ul > li:hover {
          background-color: #e3e3e3; }
        .menu-side > ul > li > ul > li > a {
          padding: 0.85rem 1.3rem; }
        .menu-side > ul > li > ul > li.menu-item-has-children {
          cursor: pointer; }
          .menu-side > ul > li > ul > li.menu-item-has-children > a {
            position: relative; }
            .menu-side > ul > li > ul > li.menu-item-has-children > a::after {
              content: '\f0d7';
              font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "Font Awesome 5 Brands", monospace;
              font-size: 1.2rem;
              right: 1.667rem;
              position: absolute; }
          .menu-side > ul > li > ul > li.menu-item-has-children.open {
            background-color: #e3e3e3; }
            .menu-side > ul > li > ul > li.menu-item-has-children.open > a::after {
              content: '\f0d8'; }
        .menu-side > ul > li > ul > li > ul {
          display: none; }
          .menu-side > ul > li > ul > li > ul:last-child {
            margin-bottom: 0; }
          .menu-side > ul > li > ul > li > ul > li > a {
            padding: 0.6667rem 1.3rem;
            font-size: 0.8667rem;
            margin-left: 0.5333rem;
            font-weight: 500; }
            .menu-side > ul > li > ul > li > ul > li > a:hover {
              font-weight: 600; }
          .menu-side > ul > li > ul > li > ul > li > ul.children {
            display: none; }
            .menu-side > ul > li > ul > li > ul > li > ul.children > li > a {
              padding: 0.6667rem 1.667rem;
              font-size: 0.8667rem;
              margin-left: 1.5333rem;
              font-weight: 400; }
          .menu-side > ul > li > ul > li > ul > li + li a {
            padding-top: 0; }
  .menu-side li.current_page_item a {
    color: #0068b3;
    font-weight: 600 !important; }

@media screen and (max-width: 1023px) {
  .menu-side {
    margin-top: 0; } }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.link, .menu__link {
  display: inline-block;
  text-decoration: none;
  font-family: "Poppins", Helvetica, Arial, sans-serif; }

.link, .menu__link {
  color: #0068b3;
  cursor: pointer; }
  .link--white {
    color: #fff; }
  .link--green {
    color: #0068b3; }
  .link--black, .pagination__link,
  .pagination .page-numbers {
    color: #000; }
  .link--white-alt {
    color: #fff; }
  .link:hover, .menu__link:hover {
    color: #47708e; }
    .link:hover.link--white, .menu__link:hover.link--white {
      color: #47708e; }
    .link:hover.link--green, .menu__link:hover.link--green {
      color: #fff; }
    .link:hover.link--black, .menu__link:hover.link--black, .menu__link.pagination__link:hover,
    .pagination .menu__link.page-numbers:hover, .link.pagination__link:hover,
    .pagination .link.page-numbers:hover {
      color: #0068b3; }
    .link:hover.link--white-alt, .menu__link:hover.link--white-alt {
      color: #323231; }
  .link.is-disabled, .is-disabled.menu__link {
    opacity: 0.6; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.pagination {
  margin: 0;
  padding: 0; }
  .pagination__link,
  .pagination .page-numbers {
    font-weight: 600;
    padding: 0 0.3rem;
    cursor: pointer;
    outline: none; }
  .pagination__page,
  .pagination .page-numbers {
    letter-spacing: 0.1rem;
    display: inline-block;
    padding: 1px 0.5333rem;
    outline: none;
    text-decoration: none; }
    .pagination__page::before,
    .pagination .page-numbers::before {
      display: none; }
    .pagination__page.prev, .pagination__page.next,
    .pagination .page-numbers.prev,
    .pagination .page-numbers.next {
      padding-bottom: 10px;
      font-size: 1.333rem;
      vertical-align: top; }

.pagination__page.is-active, .pagination__page.current,
.pagination .page-numbers.current {
  color: #fff;
  background-color: #242421; }
  .pagination__page.is-active .pagination__link, .pagination__page.current .pagination__link, .pagination .page-numbers.current .pagination__link {
    color: #0068b3; }

.pagination__page.is-disabled {
  opacity: 0.3; }
  .pagination__page.is-disabled .pagination__link {
    color: #5b5b5b; }
  .pagination__page.is-disabled .pagination__arrow {
    color: #5b5b5b; }
    .pagination__page.is-disabled .pagination__arrow:hover {
      color: #5b5b5b; }

.pagination__page.is-hidden {
  display: none; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.page-spinner {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
blockquote {
  padding-left: 2rem;
  position: relative; }
  blockquote:before {
    content: '';
    height: 100%;
    background-color: #0068b3;
    width: 2px;
    position: absolute;
    left: 0; }
  blockquote p {
    font-size: 1.333rem;
    line-height: 2rem;
    margin: 0;
    color: #0068b3; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.actu {
  width: 100%;
  box-shadow: 0.2rem 0.2667rem 2.133rem 0 rgba(0, 0, 0, 0.08); }
  .actu__img {
    width: 100%;
    height: 10rem; }
    .actu__img img {
      object-fit: cover;
      height: 100%;
      width: 100%; }
  .actu a {
    color: #242421;
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.2s; }
    .actu a:hover {
      background-color: #eee; }
  .actu__info {
    padding: 1rem 1.667rem;
    position: relative; }
    .actu__info h4 {
      padding-right: 1.65rem; }
    .actu__info::after {
      content: "";
      clear: both;
      display: table; }
    .actu__info__btn {
      color: #0068b3;
      font-size: 1.333rem;
      position: absolute;
      right: 1.667rem;
      top: 0;
      bottom: 0;
      margin: auto;
      height: 1.333rem; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.event {
  box-shadow: 0.2rem 0.2667rem 2.133rem 0 rgba(0, 0, 0, 0.08); }
  .event a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    transition: all 0.2s;
    background-color: #323231;
    color: #fff; }
    .event a:hover .event__img::after {
      opacity: 0.9; }
  .event__date {
    min-width: 9.667rem;
    color: #fff;
    padding: 0 1rem;
    box-sizing: border-box;
    font-size: 2rem;
    line-height: 1.9rem;
    text-transform: uppercase; }
    .event__date div:not(.big),
    .event__date span {
      font-size: 1rem; }
  .event__inner {
    width: 100%;
    position: relative;
    border-left: 1px solid #fff; }
  .event__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; }
    .event__img::after {
      content: '';
      background-color: #323231;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.7;
      transition: all 0.2s; }
    .event__img img {
      object-fit: cover;
      height: 100%;
      width: 100%; }
  .event__info {
    padding: 3rem 3rem 3rem 1.667rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 10rem;
    box-sizing: border-box; }
    .event__info::after {
      content: "";
      clear: both;
      display: table; }
    .event__info > div {
      width: 100%; }
    .event__info__title {
      width: 100%; }
    .event__info__btn {
      color: #fff;
      font-size: 1.333rem;
      position: absolute;
      right: 1.667rem;
      bottom: 1.667rem; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.bottin {
  position: relative; }
  .bottin__info__phone > span:first-child {
    margin-right: 0.3333rem; }
  .bottin__info__phone > span:last-child {
    margin-left: 0.3333rem; }
  .bottin__info__email > a {
    color: #242421; }
    .bottin__info__email > a:hover {
      color: #0068b3; }

.bottin-container:nth-child(3n+1):after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
  position: absolute;
  left: 0;
  margin-top: 1rem; }

@media screen and (max-width: 666px) {
  .bottin-container::after {
    width: calc(100% - 5rem / 1.5) !important;
    left: 1.66667rem !important; }
  .bottin-container:nth-child(1n+1)::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #dbdbdb;
    position: absolute;
    left: 0;
    margin-top: 1rem; } }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.breadcrumbs {
  margin-bottom: 1rem;
  font-size: 0.8667rem; }
  .breadcrumbs a {
    color: #a3d3f5;
    margin: 0.4rem; }
    .breadcrumbs a:hover {
      color: #0068b3; }
    .breadcrumbs a:first-child {
      margin-left: 0; }
  .breadcrumbs span {
    margin: 0.4rem; }
  .breadcrumbs > span span {
    margin: 0.4rem; }
    .breadcrumbs > span span:last-child {
      margin-right: 0; }
    .breadcrumbs > span span:first-child {
      margin-left: 0; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.accordion {
  box-shadow: 6px 10px 84.55px 10.45px rgba(0, 0, 0, 0.05);
  padding: 3.333rem; }
  .accordion__title {
    line-height: 1.667rem;
    position: relative;
    width: 100%;
    cursor: pointer;
    transition: color 0.2s; }
    .accordion__title:after {
      content: '\f067';
      font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "Font Awesome 5 Brands", monospace;
      font-size: 1.333rem;
      position: absolute;
      right: 0; }
    .accordion__title:hover {
      color: #0068b3; }
  .accordion__text {
    display: none; }
  .accordion.open .accordion__title:after {
    content: '\f068'; }

@media screen and (max-width: 666px) {
  .accordion {
    padding: 2rem; } }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
hr {
  height: 1px;
  background-color: #dbdbdb;
  border: none; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.search-highlight {
  color: #0068b3;
  font-weight: 700; }

.search__form label {
  margin-right: 1rem; }

.search__form input {
  padding: 0.6667rem 1rem; }

.search__item a {
  display: block;
  color: #242421;
  transition: all 0.2s;
  padding: 0 1rem; }
  .search__item a:hover {
    background-color: #eee; }

.search__cat-title {
  margin: 3rem 0 1rem; }

.search__type-container {
  margin: 3rem 0; }

.search hr {
  margin: 0; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.regulation {
  box-shadow: 3px 4px 32px 0 rgba(0, 0, 0, 0.08);
  padding: 1.333rem 1.667rem;
  transition: all 0.2s;
  width: 100%; }
  .regulation > a {
    display: block;
    width: 100%;
    height: 100%; }
  .regulation h4 {
    color: #323231; }
  .regulation:hover {
    background-color: #eee; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.alerts {
  width: 100%;
  height: auto;
  z-index: 1000;
  position: absolute;
  right: 0;
  top: 155px;
  background-color: #c32d2d;
  color: #fff;
  box-sizing: border-box;
  padding: 1.5rem 3.2rem; }
  .alerts__container {
    padding-left: 4.667rem;
    font-size: 0.8667rem;
    position: relative;
    text-align: center; }
    .alerts__container::before {
      content: '\f071';
      font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "Font Awesome 5 Brands", monospace;
      font-size: 45px;
      font-weight: bold;
      position: absolute;
      left: 0;
      top: 1.45rem; }
    .alerts__container a {
      width: 100%;
      height: 100%;
      text-decoration: none;
      color: #fff; }
  .alerts__item {
    font-size: 1.5rem;
    line-height: 1.5em; }
    .alerts__item > div:first-child {
      font-weight: 600; }
  .alerts__close {
    cursor: pointer;
    font-size: 1.667rem; }
  .alerts .grid {
    height: auto; }

@media screen and (max-width: 1023px) {
  .alerts {
    top: 8rem;
    width: 100%; } }

@media screen and (max-width: 666px) {
  .alerts {
    top: 5rem;
    height: auto;
    padding: 1rem; }
    .alerts .grid {
      min-height: 5rem;
      height: 100%; }
    .alerts__container {
      padding-left: 3rem; }
      .alerts__container::before {
        font-size: 20px;
        top: 0.6667rem; }
    .alerts__close {
      font-weight: 300; } }

@media screen and (max-width: 413px) {
  .alerts .row {
    align-items: flex-start; } }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.block-candidats__container .col:first-child .block-candidats__district-name {
  margin-top: 1rem; }

.block-candidats__district-name {
  margin-top: 3rem; }

.candidat {
  box-shadow: 3px 4px 32px 0 rgba(0, 0, 0, 0.08);
  padding: 1.333rem 1.667rem;
  transition: all 0.2s;
  width: 100%;
  cursor: pointer; }
  .candidat__photo {
    width: 100%;
    aspect-ratio: 8/11; }
    .candidat__photo img {
      object-fit: contain;
      width: 100%;
      height: 100%; }
  .candidat__name {
    color: #323231; }
  .candidat__team {
    color: #323231;
    margin-top: 1rem; }
  .candidat__presentation {
    color: #323231;
    margin-top: 1rem;
    text-align: justify; }
  .candidat__link {
    float: right; }
  .candidat:hover {
    background-color: #eee; }
  .candidat__info {
    display: none; }
    .candidat__info__photo {
      width: 100%;
      aspect-ratio: 8/11; }
      .candidat__info__photo img {
        object-fit: contain;
        width: 100%;
        height: 100%; }
  .candidat__presentation, .candidat__why, .candidat__how, .candidat__priorities {
    text-align: justify; }
    .candidat__presentation strong, .candidat__why strong, .candidat__how strong, .candidat__priorities strong {
      font-weight: 600; }

.glightbox .candidat__info {
  display: block; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.site-content {
  flex: 1 0 auto; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.block, .block-slider-home, .block-slider-page, .block-slider-404 {
  position: relative; }
  .block__inner {
    box-sizing: border-box;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 6.333rem 5rem; }
    .block__inner::before, .block__inner::after {
      clear: both; }
  .block__header {
    position: relative;
    margin-bottom: 2rem; }
    .block__header::after {
      content: '';
      display: inline-block;
      height: 0.2rem;
      width: 4.5rem;
      margin-top: 2rem;
      background-color: #0068b3; }
    .block__header--simple {
      padding-bottom: 0; }
      .block__header--simple::after {
        content: none; }
  .block__content {
    position: relative; }
  .block__footer {
    position: relative;
    margin-top: 2rem; }

.block--large .block__inner {
  max-width: 100%; }

.block--full .block__inner {
  max-width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.block__inner--no-side-padding {
  padding-left: 0;
  padding-right: 0; }

.block__inner .block__inner--no-side-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.block__inner--smaller, .site-main--smaller .block__inner {
  max-width: 800px; }

.block--grey {
  background-color: #f2f2f2; }

@media screen and (max-width: 1399px) {
  .block__inner:not(.block__inner--bg) {
    padding: 6.333rem 1.66667rem; } }

@media screen and (max-width: 1023px) {
  .block__inner:not(.block__inner--bg) {
    padding: 6.333rem 1.66667rem; } }

@media screen and (max-width: 767px) {
  .block__inner:not(.block__inner--bg) {
    padding: 6.333rem 2.5rem; } }

@media screen and (max-width: 666px) {
  .block__inner:not(.block__inner--bg) {
    padding: 5.333rem 1.66667rem; } }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.block-image-side__image {
  width: 50%;
  margin: 0 2rem 1rem 0;
  float: left; }

.block-image-side--right .block-image-side__image {
  margin: 0 0 1rem 2rem;
  float: right; }

.block-image-side--right .row {
  flex-direction: row-reverse; }

@media screen and (max-width: 666px) {
  .block-image-side__image {
    width: 100%;
    margin: 0 0 2rem 0;
    float: none; }
  .block-image-side--right .block-image-side__image {
    margin: 0 0 2rem 0; } }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.header {
  min-height: 21.53rem; }
  .header--home {
    min-height: 28.2rem; }
  .header__grid {
    max-width: calc(100% - 3.75rem * 2); }
  .header__inner {
    box-sizing: border-box;
    margin: auto;
    width: 100%;
    min-height: 5.714rem;
    position: absolute;
    z-index: 1000; }
  .header__nav {
    width: 8rem;
    height: 8rem;
    position: relative;
    background-color: #323231; }
    .header__nav__toggle {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      cursor: pointer; }
      .header__nav__toggle__icon {
        width: 2rem;
        height: 2rem;
        background-image: url(/wp-content/themes/ville_alma/build/img/1e86c315cc008b63c68ab3224e791e72.png);
        background-repeat: no-repeat;
        background-position: center center; }
  .header__logo {
    height: 8rem;
    background-color: #0068b3;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.04);
    z-index: 1000; }
  .header__slogan {
    color: #fff;
    font-size: 1.538rem;
    text-shadow: 1px 1px 2px #969696;
    padding: 0 2rem;
    line-height: 1.923rem; }
  .header.open .header__slogan {
    display: none; }
  .header.open .header__inner > .grid .row:nth-child(2) {
    display: none; }

@media screen and (max-width: 666px) {
  .header .h-no-padding-top:nth-child(2), .header .flexible-section--white + .flexible-section--white .block__inner:nth-child(2), .flexible-section--white + .flexible-section--white .header .block__inner:nth-child(2) {
    width: calc(100% - 65px); }
  .header--home {
    min-height: 30rem; }
  .header__nav {
    width: 5rem;
    height: 5rem; }
    .header__nav__toggle__icon {
      width: 1.2rem;
      height: 1.2rem;
      background-size: 100%; }
  .header__logo {
    text-align: center;
    height: 5rem; }
    .header__logo img {
      max-width: 100%; }
  .header__slogan {
    text-align: left;
    margin-top: 1rem; } }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.footer {
  background-color: #0068b3;
  color: #fff;
  line-height: 2rem;
  flex: none; }
  .footer__title {
    color: #fff; }
  .footer__address {
    line-height: 1.667rem;
    padding-left: 2.667rem;
    position: relative; }
    .footer__address a {
      transition: all 0.2s; }
      .footer__address a:hover {
        color: #fff !important;
        opacity: 0.5; }
    .footer__address::before {
      content: '\f041';
      font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "Font Awesome 5 Brands", monospace;
      font-weight: 700;
      position: absolute;
      left: 0;
      font-size: 1.067rem;
      color: #fff; }
    .footer__address--address {
      line-height: 1.667rem; }
    .footer__address--phone:before {
      content: '\f095'; }
    .footer__address--fax:before {
      content: '\f1ac'; }
    .footer__address--email:before {
      content: '\f0e0'; }
  .footer__menu-col {
    border-left: 1px solid rgba(255, 255, 255, 0.33);
    padding-left: 4rem; }
  .footer__menu {
    position: relative;
    display: flex;
    justify-content: space-between; }
    .footer__menu > li {
      width: calc(100% / 3);
      font-weight: 600;
      padding: 0 0 0 2.533rem; }
      .footer__menu > li:first-child {
        padding-left: 0; }
    .footer__menu li {
      line-height: 1rem; }
      .footer__menu li:before {
        display: none; }
      .footer__menu li > a {
        color: #fff;
        transition: all 0.2s; }
        .footer__menu li > a:hover {
          opacity: 0.5; }
      .footer__menu li ul {
        padding-top: 1rem; }
        .footer__menu li ul li {
          padding: 0;
          text-transform: none;
          font-weight: 500;
          font-size: 0.8667rem;
          margin-top: 0.7333rem; }
  .footer__copyright {
    font-size: 0.7333rem;
    background-color: #005b9d; }
    .footer__copyright__inner {
      padding: 1rem 0; }
    .footer__copyright a {
      transition: all 0.2s;
      color: #fff;
      opacity: 0.30;
      text-transform: uppercase;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: 700; }
      .footer__copyright a:hover {
        opacity: 0.75; }

@media screen and (max-width: 1919px) {
  .footer__copyright__inner {
    padding: 1rem !important; } }

@media screen and (max-width: 1023px) {
  .footer__menu-col {
    border-left: 0;
    padding-left: 1rem; } }

@media screen and (max-width: 767px) {
  .footer__menu {
    flex-wrap: wrap; }
    .footer__menu > li {
      width: calc(100% / 2);
      padding: 0;
      margin-bottom: 3rem; }
      .footer__menu > li:first-child {
        padding-left: 0; }
      .footer__menu > li:last-child {
        margin-bottom: 0; } }

@media screen and (max-width: 666px) {
  .footer__menu > li {
    width: 100%; } }

@media screen and (max-width: 413px) {
  .footer__copyright__inner .col:not(:first-child) {
    padding-top: 0; } }

/**
* Thème - Ville d'Alma
*
* Samuel Brisson <samuel@arsenalweb.ca>
* Arsenal Web (https://arsenalweb.ca)
*
* @link         https://arsenalweb.ca
* @copyright    Copyright (c) 2018 ArsenalWeb
*/
.section-photo-side__image--full {
  width: 100%;
  padding-bottom: 40%;
  position: relative;
  height: auto;
  margin-bottom: 1rem; }
  .section-photo-side__image--full img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute; }

/**
* Thème - Ville d'Alma
*
* Samuel Brisson <samuel@arsenalweb.ca>
* Arsenal Web (https://arsenalweb.ca)
*
* @link         https://arsenalweb.ca
* @copyright    Copyright (c) 2018 ArsenalWeb
*/
.section-video__container {
  padding-bottom: 56%;
  position: relative; }

.section-video__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/**
* Thème - Ville d'Alma
*
* Samuel Brisson <samuel@arsenalweb.ca>
* Arsenal Web (https://arsenalweb.ca)
*
* @link         https://arsenalweb.ca
* @copyright    Copyright (c) 2018 ArsenalWeb
*/
.section-vert_box__list__item {
  background-size: cover;
  background-position: center center;
  padding-top: 175%;
  border-bottom: 0.6667rem solid #fff;
  position: relative;
  margin-right: 1px;
  display: block; }
  .section-vert_box__list__item::before {
    content: '';
    position: absolute;
    top: 0;
    background-color: #252525;
    width: 100%;
    height: 100%;
    opacity: 0.6; }
  .section-vert_box__list__item::after {
    content: '';
    position: absolute;
    bottom: 0;
    background-color: #252525;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    max-height: 0;
    transition: all 0.4s; }
  .section-vert_box__list__item__info {
    position: absolute;
    bottom: 3.667rem;
    padding: 0 1.667rem;
    color: #fff;
    z-index: 10; }
    .section-vert_box__list__item__info__title {
      color: #fff; }
    .section-vert_box__list__item__info__icon {
      font-size: 1.333rem; }
  .section-vert_box__list__item:hover::after {
    opacity: 0.5;
    max-height: 100%; }

.section-vert_box__list__item--green {
  border-bottom-color: #66b25e; }
  .section-vert_box__list__item--green:after {
    background-color: #66b25e; }

.section-vert_box__list__item--orange {
  border-bottom-color: #c27f3e; }
  .section-vert_box__list__item--orange:after {
    background-color: #c27f3e; }

.section-vert_box__list__item--yellow {
  border-bottom-color: #dec628; }
  .section-vert_box__list__item--yellow:after {
    background-color: #dec628; }

.section-vert_box__list__item--red {
  border-bottom-color: #a02b2b; }
  .section-vert_box__list__item--red:after {
    background-color: #a02b2b; }

.section-vert_box__list__item--blue {
  border-bottom-color: #2773d2; }
  .section-vert_box__list__item--blue:after {
    background-color: #2773d2; }

.section-vert_box__list__item--grey {
  border-bottom-color: #7a7a7a; }
  .section-vert_box__list__item--grey:after {
    background-color: #7a7a7a; }

@media screen and (max-width: 1399px) {
  .section-vert_box__list__item {
    padding-top: 100%; }
    .section-vert_box__list__item__info {
      bottom: 1rem; } }

@media screen and (max-width: 666px) {
  .section-vert_box__list__item {
    padding-top: 75%; }
    .section-vert_box__list__item__info {
      bottom: 1rem; } }

@media screen and (max-width: 413px) {
  .section-vert_box__list__item {
    padding-top: 50%; }
    .section-vert_box__list__item__info {
      bottom: 1rem; } }

/**
* Thème - Ville d'Alma
*
* Samuel Brisson <samuel@arsenalweb.ca>
* Arsenal Web (https://arsenalweb.ca)
*
* @link         https://arsenalweb.ca
* @copyright    Copyright (c) 2018 ArsenalWeb
*/
.section-quick_link.block--grey .section-quick_link__list__item {
  background-color: #fff; }
  .section-quick_link.block--grey .section-quick_link__list__item:hover {
    background-color: #2773d2; }

.section-quick_link__list__item {
  padding: 2.667rem;
  background-color: #eee;
  display: block;
  height: 11.67rem;
  box-sizing: border-box;
  transition: all 0.4s; }
  .section-quick_link__list__item__info {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-wrap: wrap; }
    .section-quick_link__list__item__info__icon {
      width: 100%;
      height: 3.333rem;
      position: relative; }
      .section-quick_link__list__item__info__icon__img {
        position: absolute;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto;
        transition: all 0.4s; }
        .section-quick_link__list__item__info__icon__img--hover {
          opacity: 0; }
  .section-quick_link__list__item:hover {
    background-color: #2773d2; }
    .section-quick_link__list__item:hover .section-quick_link__list__item__info__title {
      color: #fff; }
    .section-quick_link__list__item:hover .section-quick_link__list__item__info__icon__img {
      opacity: 0; }
      .section-quick_link__list__item:hover .section-quick_link__list__item__info__icon__img--hover {
        opacity: 1; }

@media screen and (max-width: 1399px) {
  .section-quick_link__list__item {
    height: 13rem; } }

/**
* Thème - Ville d'Alma
*
* Samuel Brisson <samuel@arsenalweb.ca>
* Arsenal Web (https://arsenalweb.ca)
*
* @link         https://arsenalweb.ca
* @copyright    Copyright (c) 2018 ArsenalWeb
*/
.section-actu_event__inner > .row {
  justify-content: space-between; }

@media screen and (max-width: 1023px) {
  .section-actu_event .col--xl-45:first-child {
    margin-bottom: 4rem; } }

/**
* Thème - Ville d'Alma
*
* Samuel Brisson <samuel@arsenalweb.ca>
* Arsenal Web (https://arsenalweb.ca)
*
* @link         https://arsenalweb.ca
* @copyright    Copyright (c) 2018 ArsenalWeb
*/
.section-contact_map__info {
  box-sizing: border-box;
  padding: 2.333rem;
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
  width: 100%; }

.section-contact_map__map {
  min-height: 32.87rem;
  width: 100%; }
  .section-contact_map__map .acf-map {
    width: 100%;
    height: 100%; }

@media screen and (max-width: 666px) {
  .section-contact_map__map {
    min-height: 32.87rem;
    width: 100%; }
    .section-contact_map__map .acf-map {
      width: 100%;
      min-height: 32.87rem; } }

/**
* Thème - Ville d'Alma
*
* Samuel Brisson <samuel@arsenalweb.ca>
* Arsenal Web (https://arsenalweb.ca)
*
* @link         https://arsenalweb.ca
* @copyright    Copyright (c) 2018 ArsenalWeb
*/
.section-edifices__container {
  display: none; }

.section-edifices__item:nth-child(3n+1)::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
  position: absolute;
  left: 0;
  margin-top: 1rem; }

@media screen and (max-width: 666px) {
  .section-edifices__item::after {
    width: calc(100% - 5rem / 1.5) !important;
    left: 1.66667rem !important; }
  .section-edifices__item:nth-child(1n+1)::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #dbdbdb;
    position: absolute;
    left: 0;
    margin-top: 1rem; } }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.single__img-container {
  width: 100%;
  height: 23.33rem; }
  .single__img-container img {
    object-fit: cover;
    height: 100%;
    width: 100%; }

.single__socials__label {
  border-right: 1px solid #dbdbdb;
  padding-right: 1rem;
  margin-right: 1rem; }

.single__socials__link {
  color: #0068b3;
  font-size: 0.8667rem;
  font-weight: 700;
  margin-right: 1rem; }
  .single__socials__link:hover {
    color: #242421; }

/**
 * Thème - Ville d'Alma
 *
 * Samuel Brisson <samuel@arsenalweb.ca>
 * Arsenal Web (https://arsenalweb.ca)
 *
 * @link         https://arsenalweb.ca
 * @copyright    Copyright (c) 2018 ArsenalWeb
 */
.block strong, .block-slider-home strong, .block-slider-page strong, .block-slider-404 strong {
  font-weight: 600; }

p a:not(.button) {
  position: relative;
  color: #0068b3;
  font-weight: 700; }
  p a:not(.button):hover {
    color: #47708e; }

body.mce-content-body p {
  margin: 0.5rem 0 1rem; }

body.mce-content-body ul, body.mce-content-body ol {
  margin: 0.5rem 0 1rem; }

