@charset "UTF-8";
/*
	Theme Name: Trois-Rivières Ville Forte
	Theme URI: https://villeforte.ca
	Description: Trois-Rivières Ville Forte
	Version: 1.0.0
	Author: Marc-Antoine Berthiaume (@maberthiaume2)
	Author URI: http://maberthiaume.com
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   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,
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, menu, nav, section {
  display: block;
}

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;
}

header {
  position: relative;
}
header .header_complet {
  position: absolute;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 40px 60px;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  background: linear-gradient(to bottom, rgba(207, 230, 255, 0.98) 0%, rgba(207, 230, 255, 0.9) 50%, rgba(207, 230, 255, 0) 100%);
}
@media screen and (max-width: 975px) {
  header .header_complet {
    padding: 15px 20px 40px;
  }
}
header .header_complet.active {
  position: fixed;
}
header .header_complet .col_left .logo {
  width: 250px;
  display: inline-block;
  max-width: 50vw;
}
@media screen and (max-width: 1300px) {
  header .header_complet .col_left .logo {
    width: 220px;
  }
}
@media screen and (max-width: 1100px) {
  header .header_complet .col_left .logo {
    width: 200px;
  }
}
header .header_complet .col_left .logo img {
  display: block;
  width: 100%;
}
header .header_complet .col_right {
  flex: 1;
  text-align: right;
}
header .header_complet .col_right .btn_menu {
  background-color: transparent;
  color: #060053;
  transition: background-color 250ms ease;
  font-size: 16px;
  line-height: 1.2em;
  padding: 12px 18px;
  margin: 0 0 0 10px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  border-radius: 10px;
}
@media screen and (max-width: 975px) {
  header .header_complet .col_right .btn_menu {
    display: none;
  }
}
header .header_complet .col_right .btn_menu:hover {
  background-color: #060053;
  color: #ffffff;
}
header .header_complet .col_right .btn_menu.blue {
  background-color: #002FBC;
  color: #ffffff;
  margin-left: 20px;
}
header .header_complet .col_right .btn_menu.blue:hover {
  background-color: #060053;
  color: #ffffff;
}
header .header_complet .col_right .btn_menu_mobile {
  margin: 5px 0;
  background-color: #002FBC;
  color: #ffffff;
  display: none;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  padding: 15px;
  border-radius: 7.5px;
  font-weight: bold;
  font-size: 14px;
  width: 100px;
  transition: background-color 250ms ease, color 250ms ease;
  cursor: pointer;
}
@media screen and (max-width: 975px) {
  header .header_complet .col_right .btn_menu_mobile {
    display: inline-flex;
  }
}
@media screen and (max-width: 374px) {
  header .header_complet .col_right .btn_menu_mobile {
    font-size: 12px;
    padding: 12px;
  }
}
header .header_complet .col_right .btn_menu_mobile:hover {
  background-color: #060053;
}
header .header_complet .col_right .btn_menu_mobile .btn_menu_content {
  width: 15px;
  height: 2px;
  position: relative;
  top: -4.5px;
  margin-right: 6px;
  position: relative;
  transform: translateY(5px);
  background: white;
  transition: all 0ms 300ms;
}
header .header_complet .col_right .btn_menu_mobile .btn_menu_content:after {
  width: 15px;
  height: 2px;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background: white;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header .header_complet .col_right .btn_menu_mobile .btn_menu_content:before {
  width: 15px;
  height: 2px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  background: white;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header .header_complet .col_right .btn_menu_mobile.active .btn_menu_content {
  background: rgba(255, 255, 255, 0);
}
header .header_complet .col_right .btn_menu_mobile.active .btn_menu_content:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header .header_complet .col_right .btn_menu_mobile.active .btn_menu_content:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header .container_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
@media screen and (max-width: 975px) {
  header .container_logo {
    padding: 30px 20px;
  }
}
header .container_logo a.logo {
  width: 85%;
  max-width: 400px;
}
@media screen and (max-width: 1200px) {
  header .container_logo a.logo {
    max-width: 375px;
  }
}
@media screen and (max-width: 975px) {
  header .container_logo a.logo {
    max-width: 275px;
  }
}
header .container_logo a.logo img {
  display: block;
  width: 100%;
}
header .fixed_btm_menu {
  position: fixed;
  bottom: 30px;
  left: 40px;
  width: calc(100% - 80px);
  text-align: center;
  z-index: 999;
}
@media screen and (max-width: 1400px) {
  header .fixed_btm_menu {
    bottom: 20px;
  }
}
header .fixed_btm_menu .container_fixed_btm_menu {
  background-color: rgba(219, 235, 255, 0.75);
  border-radius: 12.5px;
  display: inline-flex;
  justify-content: center;
  align-items: stretch;
  align-content: center;
  flex-wrap: wrap;
  padding: 5px 5px;
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 374px) {
  header .fixed_btm_menu .container_fixed_btm_menu {
    padding: 3px;
  }
}
header .fixed_btm_menu .container_fixed_btm_menu .btn_menu {
  margin: 5px;
  background-color: #ffffff;
  color: #060053;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  padding: 15px 17.5px;
  border-radius: 7.5px;
  font-weight: bold;
  font-size: 16px;
  transition: background-color 250ms ease, color 250ms ease;
}
@media screen and (max-width: 975px) {
  header .fixed_btm_menu .container_fixed_btm_menu .btn_menu {
    font-size: 14px;
  }
}
@media screen and (max-width: 374px) {
  header .fixed_btm_menu .container_fixed_btm_menu .btn_menu {
    border-radius: 5.5px;
  }
}
@media screen and (max-width: 767px) {
  header .fixed_btm_menu .container_fixed_btm_menu .btn_menu {
    display: none;
  }
}
header .fixed_btm_menu .container_fixed_btm_menu .btn_menu:hover {
  background-color: #002FBC;
  color: #ffffff;
}
header .fixed_btm_menu .container_fixed_btm_menu .btn_menu.blue {
  background-color: #060053;
  color: #ffffff;
}
header .fixed_btm_menu .container_fixed_btm_menu .btn_menu.blue:hover {
  background-color: #002FBC;
}
header .fixed_btm_menu .container_fixed_btm_menu .btn_menu_mobile {
  margin: 5px;
  background-color: #002FBC;
  color: #ffffff;
  display: none;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  padding: 15px;
  border-radius: 7.5px;
  font-weight: bold;
  font-size: 14px;
  transition: background-color 250ms ease, color 250ms ease;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  header .fixed_btm_menu .container_fixed_btm_menu .btn_menu_mobile {
    display: flex;
  }
}
@media screen and (max-width: 374px) {
  header .fixed_btm_menu .container_fixed_btm_menu .btn_menu_mobile {
    font-size: 12px;
    padding: 12px;
  }
}
header .fixed_btm_menu .container_fixed_btm_menu .btn_menu_mobile:hover {
  background-color: #060053;
}
header .fixed_btm_menu .container_fixed_btm_menu .btn_menu_mobile .btn_menu_content {
  width: 15px;
  height: 2px;
  position: relative;
  top: -4.5px;
  margin-right: 6px;
  position: relative;
  transform: translateY(5px);
  background: white;
  transition: all 0ms 300ms;
}
header .fixed_btm_menu .container_fixed_btm_menu .btn_menu_mobile .btn_menu_content:after {
  width: 15px;
  height: 2px;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background: white;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header .fixed_btm_menu .container_fixed_btm_menu .btn_menu_mobile .btn_menu_content:before {
  width: 15px;
  height: 2px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  background: white;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header .fixed_btm_menu .container_fixed_btm_menu .btn_menu_mobile.active .btn_menu_content {
  background: rgba(255, 255, 255, 0);
}
header .fixed_btm_menu .container_fixed_btm_menu .btn_menu_mobile.active .btn_menu_content:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header .fixed_btm_menu .container_fixed_btm_menu .btn_menu_mobile.active .btn_menu_content:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header .fixed_btm_menu .container_fixed_btm_menu .logo {
  margin: 5px 10px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 374px) {
  header .fixed_btm_menu .container_fixed_btm_menu .logo {
    margin: 5px 7.5px 5px 5px;
  }
}
header .fixed_btm_menu .container_fixed_btm_menu .logo img {
  width: 150px;
}
@media screen and (max-width: 975px) {
  header .fixed_btm_menu .container_fixed_btm_menu .logo img {
    width: 135px;
  }
}
@media screen and (max-width: 767px) {
  header .fixed_btm_menu .container_fixed_btm_menu .logo img {
    width: 125px;
  }
}
@media screen and (max-width: 374px) {
  header .fixed_btm_menu .container_fixed_btm_menu .logo img {
    width: 110px;
  }
}

.menu_mobile {
  opacity: 0;
  pointer-events: none;
  transition: opacity 250ms ease;
  display: flex;
  justify-content: center;
  align-items: start;
  align-content: start;
  text-align: center;
  background-color: rgba(219, 235, 255, 0.75);
  border-radius: 12.5px;
  flex-wrap: wrap;
  padding: 5px 5px;
  backdrop-filter: blur(10px);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  padding-top: 105px;
}
@media screen and (min-width: 976px) {
  .menu_mobile {
    display: none;
  }
}
.menu_mobile.active {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 374px) {
  .menu_mobile {
    bottom: 84px;
  }
}
.menu_mobile .btn_menu {
  margin: 5px;
  background-color: #ffffff;
  color: #060053;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  text-decoration: none;
  padding: 15px;
  border-radius: 7.5px;
  font-weight: bold;
  font-size: 15px;
  transition: background-color 250ms ease, color 250ms ease;
}
@media screen and (max-width: 374px) {
  .menu_mobile .btn_menu {
    margin: 2.5px;
    padding: 13px;
  }
}
.menu_mobile .btn_menu:hover {
  background-color: #060053;
  color: #ffffff;
}
.menu_mobile .btn_menu.blue {
  background-color: #002FBC;
  color: #ffffff;
}
.menu_mobile .btn_menu.blue:hover {
  background-color: #060053;
}

h1, .h1 {
  font-size: 42px;
  line-height: 1.1em;
  font-weight: bold;
  padding: 0;
  margin: 15px 0;
  color: #060053;
}
@media screen and (max-width: 975px) {
  h1, .h1 {
    font-size: 34px;
    margin: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 30px;
    margin: 10px 0;
  }
}

h2, .h2 {
  font-size: 32px;
  line-height: 1.1em;
  font-weight: bold;
  padding: 0;
  margin: 15px 0;
  color: #060053;
}
@media screen and (max-width: 975px) {
  h2, .h2 {
    font-size: 24px;
    margin: 10px 0;
  }
}
h2.margin-bottom_replace_padding, .h2.margin-bottom_replace_padding {
  margin-bottom: 0;
  padding-bottom: 15px;
}
@media screen and (max-width: 975px) {
  h2.margin-bottom_replace_padding, .h2.margin-bottom_replace_padding {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}

h3, .h3 {
  font-size: 24px;
  line-height: 1.1em;
  font-weight: bold;
  margin: 10px 0;
  display: block;
  color: #060053;
}
@media screen and (max-width: 975px) {
  h3, .h3 {
    font-size: 20px;
    margin: 10px 0px;
  }
}

img {
  height: auto;
}

p {
  font-size: 18px;
  line-height: 1.2em;
  padding: 15px 0;
  margin: 0;
  font-weight: 400;
  color: #060053;
}
@media screen and (max-width: 975px) {
  p {
    font-size: 17px;
    padding: 10px 0;
  }
}
p strong, p b {
  font-weight: 700;
}
p em, p i {
  font-style: italic;
}
p sup {
  vertical-align: super;
  font-size: 0.7em;
  line-height: 0.7em;
}
p a {
  color: #002FBC;
  text-decoration: none;
}
p a:hover {
  text-decoration: underline;
}

ul {
  margin: 0;
}
ul li {
  font-size: 18px;
  line-height: 1.2em;
  position: relative;
  margin: 7.5px 0 7.5px 20px;
  color: #060053;
}
@media screen and (max-width: 975px) {
  ul li {
    font-size: 17px;
  }
}
ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: -20px;
  width: 7px;
  height: 7px;
  border-radius: 9999px;
  background-color: #060053;
  display: block;
}
ul li a {
  color: #002FBC;
}

blockquote, blockquote * {
  font-size: 22px;
  line-height: 1.2em;
  padding: 10px 0 0;
  margin: 0;
  font-weight: 700;
  color: #002FBC;
  font-style: italic;
}
@media screen and (max-width: 975px) {
  blockquote, blockquote * {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  blockquote, blockquote * {
    font-size: 18px;
  }
}
blockquote strong, blockquote b, blockquote * strong, blockquote * b {
  font-weight: 700;
}
blockquote em, blockquote i, blockquote * em, blockquote * i {
  font-style: italic;
}
blockquote sup, blockquote * sup {
  vertical-align: super;
  font-size: 0.7em;
  line-height: 0.7em;
}
blockquote a, blockquote * a {
  color: #060053;
  text-decoration: none;
}
blockquote a:hover, blockquote * a:hover {
  text-decoration: underline;
}

.btn {
  background-color: #002FBC;
  color: #ffffff;
  transition: background-color 250ms ease;
  font-size: 16px;
  line-height: 1.2em;
  padding: 12px 20px;
  margin: 0;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  border-radius: 10px;
}
@media screen and (max-width: 975px) {
  .btn {
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 10px 14px;
    border-radius: 6px;
  }
}
.btn:hover {
  background-color: #060053;
}

.btn_arrow_back {
  background-color: #002FBC;
  color: #ffffff;
  transition: background-color 250ms ease;
  font-size: 16px;
  line-height: 1.2em;
  padding: 12px 20px;
  margin: 0;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  border-radius: 10px;
}
@media screen and (max-width: 975px) {
  .btn_arrow_back {
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .btn_arrow_back {
    padding: 10px 14px;
    border-radius: 6px;
  }
}
.btn_arrow_back .arrow {
  position: relative;
  width: 10px;
  top: 2px;
  margin-right: 10px;
}
@media screen and (max-width: 975px) {
  .btn_arrow_back .arrow {
    width: 9px;
    top: 1.5px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .btn_arrow_back .arrow {
    width: 7px;
    top: 1px;
    margin-right: 8px;
  }
}
.btn_arrow_back:hover {
  background-color: #060053;
}

.btn_arrow {
  background-color: #002FBC;
  color: #ffffff;
  transition: background-color 250ms ease;
  font-size: 16px;
  line-height: 1.2em;
  padding: 12px 20px;
  margin: 0;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  border-radius: 10px;
}
@media screen and (max-width: 975px) {
  .btn_arrow {
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .btn_arrow {
    padding: 10px 14px;
    border-radius: 6px;
  }
}
.btn_arrow .arrow {
  position: relative;
  width: 10px;
  top: 2px;
  margin-left: 10px;
}
@media screen and (max-width: 975px) {
  .btn_arrow .arrow {
    width: 9px;
    top: 1.5px;
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .btn_arrow .arrow {
    width: 7px;
    top: 1px;
    margin-left: 8px;
  }
}
.btn_arrow:hover {
  background-color: #060053;
}

.entete_home {
  padding: 175px 0px 0px;
  width: 100%;
  margin: auto;
  display: block;
  text-align: center;
  background: linear-gradient(to bottom, rgba(207, 230, 255, 0.98) 0%, rgba(207, 230, 255, 0.9) 5%, rgba(207, 230, 255, 0) 60%);
}
@media screen and (max-width: 975px) {
  .entete_home {
    padding: 130px 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  .entete_home {
    padding: 110px 0px 0px;
  }
}
.entete_home h2 {
  font-style: italic;
  padding: 0 20px;
  font-size: 3.2vw;
}
@media screen and (max-width: 1200px) {
  .entete_home h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 975px) {
  .entete_home h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .entete_home h2 {
    font-size: 30px;
  }
}
.entete_home .container_btn {
  margin: 40px 0 20px;
}
@media screen and (max-width: 975px) {
  .entete_home .container_btn {
    margin: 30px 0 20px;
  }
}
.entete_home .equipe {
  display: block;
  width: 100%;
}

.container_plateforme {
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .container_plateforme {
    margin: 30px 0 20px;
  }
}
.container_plateforme .plateforme {
  text-align: center;
  display: block;
  width: 100%;
}
.container_plateforme .plateforme .desktop {
  display: inline-block;
  margin: auto;
  width: 85%;
  max-width: 1100px;
}
@media screen and (max-width: 975px) {
  .container_plateforme .plateforme .desktop {
    display: none;
  }
}
.container_plateforme .plateforme .mobile {
  display: none;
  margin: auto;
  width: 85%;
  max-width: 500px;
}
@media screen and (max-width: 975px) {
  .container_plateforme .plateforme .mobile {
    display: inline-block;
  }
}

.container_photo img {
  width: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.07);
}
.container_photo img.desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .container_photo img.desktop {
    display: none;
  }
}
.container_photo img.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .container_photo img.mobile {
    display: block;
  }
}

.container_message {
  display: block;
  width: 100%;
  text-align: center;
  max-width: 1005px;
  padding: 4vw 0;
  margin: auto;
}
@media screen and (max-width: 975px) {
  .container_message {
    padding: 45px 0;
  }
}
@media screen and (max-width: 767px) {
  .container_message {
    padding: 35px 0;
  }
}
.container_message h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .container_message h2 {
    margin-bottom: 20px;
  }
}
.container_message p {
  font-size: 20px;
}
@media screen and (max-width: 975px) {
  .container_message p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .container_message p {
    font-size: 16px;
  }
}
.container_message p span {
  display: inline-block;
}
.container_message .signature {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .container_message .signature {
    margin-top: 20px;
  }
}
.container_message .signature img {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .container_message .signature img {
    width: 115px;
  }
}

.container_video {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 1vw 0;
}
@media screen and (max-width: 767px) {
  .container_video {
    flex-wrap: wrap;
    padding: 15px 0;
  }
}
.container_video .col_video {
  width: 60%;
  padding-right: 30px;
}
@media screen and (max-width: 1200px) {
  .container_video .col_video {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .container_video .col_video {
    width: 100%;
    padding-right: 0;
  }
}
.container_video .col_video a {
  cursor: pointer;
  transition: opacity 250ms ease;
}
.container_video .col_video a img {
  display: block;
  width: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.07);
}
.container_video .col_video a:hover {
  opacity: 0.9;
}
.container_video .col_texte {
  text-align: center;
  width: 40%;
  padding-left: 30px;
}
@media screen and (max-width: 1200px) {
  .container_video .col_texte {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .container_video .col_texte {
    width: 100%;
    padding: 40px 0;
  }
}
.container_video .col_texte h2 {
  text-align: center;
  max-width: 370px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .container_video .col_texte h2 {
    max-width: 300px;
  }
}
.container_video .col_texte h2 span {
  display: inline-block;
}
.container_video .col_texte .container_btn {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .container_video .col_texte .container_btn {
    margin-top: 20px;
  }
}

.container_sengager {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 4vw 0;
}
@media screen and (max-width: 975px) {
  .container_sengager {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .container_sengager {
    padding: 30px 0 0;
  }
}
.container_sengager h2 {
  text-align: center;
  width: 100%;
  padding-bottom: 40px;
}
@media screen and (max-width: 975px) {
  .container_sengager h2 {
    padding-bottom: 20px;
  }
}
.container_sengager .flex_sengager {
  margin: 0 -10px;
  width: calc(100% + 20px);
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.container_sengager .flex_sengager .col_sengager {
  background-color: #f3faff;
  border-radius: 20px;
  border: 1px solid #dbebff;
  width: calc(50% - 20px);
  margin: 10px;
  padding: 30px;
  display: flex;
  justify-content: flex-start;
  align-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .container_sengager .flex_sengager .col_sengager {
    width: calc(100% - 20px);
  }
}
.container_sengager .flex_sengager .col_sengager .col_top {
  width: 100%;
}
.container_sengager .flex_sengager .col_sengager .col_btm {
  width: 100%;
}
.container_sengager .flex_sengager .col_sengager h3 {
  margin: 0;
  padding: 0;
}
.container_sengager .flex_sengager .col_sengager .btn {
  margin-top: 15px;
}
@media screen and (max-width: 975px) {
  .container_sengager .flex_sengager .col_sengager .btn {
    margin-top: 10px;
  }
}

.container_actualites {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .container_actualites {
    margin-top: 40px;
  }
}
.container_actualites h2 {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 40px;
}
.container_actualites h2 a {
  text-decoration: none;
  color: #060053;
}
@media screen and (max-width: 975px) {
  .container_actualites h2 {
    padding-bottom: 30px;
  }
}
.container_actualites .listing_actualites {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .container_actualites .listing_actualites {
    max-width: 350px;
  }
}
@media screen and (max-width: 975px) {
  .container_actualites .listing_actualites .block_actualites:nth-child(3) {
    display: none;
  }
}

.container_page {
  padding: 140px 40px 40px;
  max-width: 1600px;
  width: 100%;
  margin: auto;
  display: block;
}
@media screen and (max-width: 975px) {
  .container_page {
    padding: 110px 20px 20px;
  }
}
.container_page.home {
  padding: 0px 40px 40px;
}
@media screen and (max-width: 975px) {
  .container_page.home {
    padding: 0px 20px 20px;
  }
}
.container_page.plateforme {
  padding: 140px 0px 40px;
  max-width: 100%;
  width: 100%;
  margin: auto;
  display: block;
}
@media screen and (max-width: 975px) {
  .container_page.plateforme {
    padding: 110px 0px 20px;
  }
}

.blogue {
  background-color: #ffffff;
  padding: 30px 0 10px;
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  .blogue {
    padding: 20px 0 10px;
  }
}
.blogue .container_media {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  background-color: #f3faff;
  padding: 25px 30px;
  border-radius: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .blogue .container_media {
    padding: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .blogue .container_media .col_left {
    width: 100%;
  }
}
.blogue .container_media .col_left p {
  margin: 0 20px 0 0;
  padding: 0;
}
.blogue .container_media .col_left p a {
  display: inline-block;
  color: #060053;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .blogue .container_media .col_right {
    width: 100%;
    margin-top: 10px;
  }
}
.blogue .container_blogue .img {
  max-width: 42%;
  float: right;
  padding-left: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 975px) {
  .blogue .container_blogue .img {
    max-width: 600px;
    width: 100%;
    float: initial;
    padding: 0 0 20px 0;
  }
}
.blogue .container_blogue .img img {
  border-radius: 20px;
  display: block;
  width: 100%;
}
.blogue .container_blogue .date {
  font-size: 16px;
  line-height: 1.2em;
  padding: 0;
  margin: 0 0 20px;
  font-weight: 400;
  color: #060053;
}
@media screen and (max-width: 975px) {
  .blogue .container_blogue .date {
    font-size: 14px;
  }
}
.blogue .container_blogue .date span a {
  font-weight: 700;
  color: #060053;
  text-decoration: none;
}
.blogue .container_blogue .date span a:hover {
  text-decoration: underline;
}

.flex_actualites {
  width: calc(100% + 20px);
  margin: -10px -10px -20px -10px;
}

.listing_actualites {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .listing_actualites {
    justify-content: center;
    margin: auto;
  }
}
.listing_actualites .block_actualites {
  width: calc(100% / 3 - 20px);
  margin: 10px 10px 20px;
  text-decoration: none;
}
@media screen and (max-width: 975px) {
  .listing_actualites .block_actualites {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .listing_actualites .block_actualites {
    width: calc(100% - 20px);
  }
}
.listing_actualites .block_actualites:hover .image {
  opacity: 0.9;
}
.listing_actualites .block_actualites .image {
  transition: opacity 250ms ease;
}
.listing_actualites .block_actualites .image img {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.07);
}
.listing_actualites .block_actualites .titre {
  margin-top: 15px;
}
.listing_actualites .block_actualites .titre h3 {
  font-size: 18px;
  line-height: 1.2em;
  padding: 0;
  margin: 0;
  font-weight: 700;
  color: #060053;
}
@media screen and (max-width: 975px) {
  .listing_actualites .block_actualites .titre h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .listing_actualites .block_actualites .titre h3 {
    font-size: 15px;
  }
}
.listing_actualites .block_actualites .titre .date {
  color: #060053;
  font-size: 16px;
  line-height: 1.2em;
  padding: 0;
  margin: 4px 0 0;
  font-weight: 400;
}
@media screen and (max-width: 975px) {
  .listing_actualites .block_actualites .titre .date {
    font-size: 14px;
  }
}

.blogue.listing h1 {
  display: block;
  text-align: center;
  padding-bottom: 40px;
}
.blogue.listing .container_page {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.page_fiche_equipe .entete_img_district {
  height: 33vw;
  min-height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 975px) {
  .page_fiche_equipe .entete_img_district {
    min-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .page_fiche_equipe .entete_img_district {
    min-height: 225px;
  }
}
.page_fiche_equipe .btn_arrow_back {
  margin: 25px 0;
}
.page_fiche_equipe .fiche_equipe {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  align-content: center;
  flex-wrap: wrap;
}
.page_fiche_equipe .fiche_equipe .col_image {
  width: 35%;
  text-align: center;
}
@media screen and (max-width: 975px) {
  .page_fiche_equipe .fiche_equipe .col_image {
    width: 100%;
    order: 1;
  }
}
.page_fiche_equipe .fiche_equipe .col_image .photo_equipe {
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 975px) {
  .page_fiche_equipe .fiche_equipe .col_image .photo_equipe {
    width: 75%;
    max-width: 450px;
  }
}
.page_fiche_equipe .fiche_equipe .col_contenu {
  flex: 1;
  padding-right: 60px;
  padding-top: 30px;
}
@media screen and (max-width: 975px) {
  .page_fiche_equipe .fiche_equipe .col_contenu {
    flex: auto;
    width: 100%;
    padding-right: 0;
    padding-top: 30px;
    order: 2;
  }
}
.page_fiche_equipe .fiche_equipe .col_contenu .prenom {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #060053;
  font-size: 56px;
  line-height: 1em;
  padding: 0;
  margin: 0;
  letter-spacing: -1px;
}
@media screen and (max-width: 975px) {
  .page_fiche_equipe .fiche_equipe .col_contenu .prenom {
    font-size: 46px;
    text-align: center;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page_fiche_equipe .fiche_equipe .col_contenu .prenom {
    font-size: 42px;
  }
}
.page_fiche_equipe .fiche_equipe .col_contenu .nom {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #060053;
  font-size: 46px;
  line-height: 1em;
  padding: 0;
  margin: 0;
  letter-spacing: -1px;
}
@media screen and (max-width: 975px) {
  .page_fiche_equipe .fiche_equipe .col_contenu .nom {
    font-size: 36px;
    text-align: center;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page_fiche_equipe .fiche_equipe .col_contenu .nom {
    font-size: 32px;
  }
}
.page_fiche_equipe .fiche_equipe .col_contenu .district {
  color: #060053;
  font-size: 20px;
  line-height: 1.2em;
  padding: 5px 0 25px;
  margin: 0;
  font-weight: 500;
}
@media screen and (max-width: 975px) {
  .page_fiche_equipe .fiche_equipe .col_contenu .district {
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
    display: block;
    width: 100%;
  }
}
.page_fiche_equipe .fiche_equipe .col_contenu .link {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 975px) {
  .page_fiche_equipe .fiche_equipe .col_contenu .link {
    justify-content: center;
  }
}
.page_fiche_equipe .fiche_equipe .col_contenu .link .facebook {
  margin-right: 20px;
}
@media screen and (max-width: 975px) {
  .page_fiche_equipe .fiche_equipe .col_contenu .link .facebook {
    margin: 0 10px;
  }
}
.page_fiche_equipe .fiche_equipe .col_contenu .link .facebook img {
  width: 50px;
}
@media screen and (max-width: 975px) {
  .page_fiche_equipe .fiche_equipe .col_contenu .link .facebook img {
    width: 42px;
  }
}
.page_fiche_equipe .fiche_equipe .col_contenu .link .btn {
  margin-right: 20px;
}
@media screen and (max-width: 975px) {
  .page_fiche_equipe .fiche_equipe .col_contenu .link .btn {
    margin: 0 10px;
  }
}
.page_fiche_equipe .fiche_equipe .col_contenu .link .courriel {
  font-size: 18px;
  line-height: 1.2em;
  padding: 15px 0;
  margin: 0;
  font-weight: 400;
  color: #060053;
  text-decoration: none;
}
@media screen and (max-width: 975px) {
  .page_fiche_equipe .fiche_equipe .col_contenu .link .courriel {
    font-size: 16px;
    padding: 10px 0;
    margin: 0 10px;
  }
}
.page_fiche_equipe .fiche_equipe .col_contenu .link .courriel:hover {
  text-decoration: none;
  color: #002FBC;
}

.padding_equipe {
  max-width: 1300px;
}

.listing_equipe {
  padding: 30px 0 10px;
}
@media screen and (max-width: 767px) {
  .listing_equipe {
    padding: 20px 0 10px;
  }
}
.listing_equipe h1 {
  text-align: center;
}
.listing_equipe .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}
.listing_equipe .list .item_equipe {
  width: calc(100% / 3 - 40px);
  margin: 20px;
  text-decoration: none;
}
@media screen and (max-width: 975px) {
  .listing_equipe .list .item_equipe {
    width: calc(100% / 2 - 40px);
  }
}
@media screen and (max-width: 767px) {
  .listing_equipe .list .item_equipe {
    width: calc(100% - 40px);
    margin: 20px;
  }
}
.listing_equipe .list .item_equipe:hover .prenom, .listing_equipe .list .item_equipe:hover .nom, .listing_equipe .list .item_equipe:hover .district {
  color: #002FBC;
}
.listing_equipe .list .item_equipe .photo {
  position: relative;
  margin-bottom: 15px;
  border-radius: 20px;
  overflow: hidden;
}
.listing_equipe .list .item_equipe .photo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: url("https://villeforte.ca/wp-content/uploads/2025/09/Fond.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: opacity 250ms ease;
  opacity: 1;
}
.listing_equipe .list .item_equipe .photo img {
  display: block;
  width: 100%;
  padding-top: 10px;
  position: relative;
  z-index: 3;
}
.listing_equipe .list .item_equipe.mairie .photo:after {
  background-image: url("https://villeforte.ca/wp-content/uploads/2025/09/Fond_Pale.png");
}
.listing_equipe .list .item_equipe .prenom {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #060053;
  font-size: 42px;
  line-height: 1em;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  letter-spacing: -1px;
  transition: color 250ms ease;
}
@media screen and (max-width: 1200px) {
  .listing_equipe .list .item_equipe .prenom {
    font-size: 32px;
  }
}
.listing_equipe .list .item_equipe .nom {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #060053;
  font-size: 32px;
  line-height: 1em;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  letter-spacing: -1px;
  transition: color 250ms ease;
}
@media screen and (max-width: 1200px) {
  .listing_equipe .list .item_equipe .nom {
    font-size: 26px;
  }
}
.listing_equipe .list .item_equipe .district {
  color: #060053;
  font-size: 18px;
  line-height: 1.2em;
  padding: 5px 0 0;
  margin: 0;
  font-weight: 500;
  display: block;
  width: 100%;
  transition: color 250ms ease;
}

.plateforme .introduction {
  padding: 0px 40px 0px;
  max-width: 975px;
  width: 100%;
  margin: auto;
  display: block;
}
@media screen and (max-width: 975px) {
  .plateforme .introduction {
    padding: 0px 20px 0px;
  }
}
.plateforme .introduction h1 {
  font-style: italic;
  display: block;
  text-align: center;
  padding: 40px 0 20px;
  color: #002FBC;
  font-size: 46px;
}
@media screen and (max-width: 975px) {
  .plateforme .introduction h1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .plateforme .introduction h1 {
    font-size: 34px;
  }
}
.plateforme .listing_plateforme .thematique {
  margin-top: 40px;
}
.plateforme .listing_plateforme .thematique .entete_thematique {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 30vw;
  max-height: 425px;
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: relative;
}
.plateforme .listing_plateforme .thematique .entete_thematique:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.25;
  z-index: 1;
  position: absolute;
}
.plateforme .listing_plateforme .thematique .entete_thematique h2 {
  position: relative;
  z-index: 3;
  color: #ffffff;
  text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 20px;
}
.plateforme .listing_plateforme .thematique .sections {
  max-width: 1400px;
  margin: 0px auto;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .plateforme .listing_plateforme .thematique .sections {
    padding: 20px;
  }
}
.plateforme .listing_plateforme .thematique .sections .section {
  margin: 10px 0px 50px;
}
@media screen and (max-width: 767px) {
  .plateforme .listing_plateforme .thematique .sections .section {
    margin: 10px 0px 40px;
  }
}
.plateforme .listing_plateforme .thematique .sections .section .entete_section {
  max-width: 1400px;
  margin: 0px auto;
}
.plateforme .listing_plateforme .thematique .sections .section .entete_section h3 {
  text-align: left;
  color: #002FBC;
}
.plateforme .listing_plateforme .thematique .sections .section .entete_section .description_section {
  text-align: left;
  margin-top: 0;
  padding-top: 0;
}
.plateforme .listing_plateforme .thematique .sections .section .categories {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}
.plateforme .listing_plateforme .thematique .sections .section .categories .categorie {
  width: calc(100% / 2 - 40px);
  margin: 20px;
  background-color: #f3faff;
  border-radius: 20px;
  padding: 30px;
  border: 1px solid #dbebff;
}
@media screen and (max-width: 767px) {
  .plateforme .listing_plateforme .thematique .sections .section .categories .categorie {
    width: calc(100% - 40px);
    margin: 10px 20px;
    padding: 28px;
  }
}
.plateforme .listing_plateforme .thematique .sections .section .categories .categorie h4 {
  margin: 0 !important;
  padding: 0 !important;
}
.plateforme .listing_plateforme .thematique .sections .section .categories .categorie .propositions {
  padding-top: 15px;
  padding-bottom: 0;
}
footer {
  position: relative;
  z-index: 1;
  padding-top: 20px;
}
footer .container_footer {
  text-align: center;
}
footer .container_footer .container_facebook {
  display: inline-flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
}
@media screen and (max-width: 975px) {
  footer .container_footer .container_facebook {
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 975px) {
  footer .container_footer .container_facebook .icone_facebook {
    width: 100%;
    text-align: center;
  }
}
footer .container_footer .container_facebook .icone_facebook img {
  display: inline-block;
  width: 60px;
}
footer .container_footer .container_facebook h3 {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 975px) {
  footer .container_footer .container_facebook h3 {
    width: 100%;
    text-align: center;
    padding: 15px 30px;
  }
}
footer .container_don {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 30px;
}
footer .container_don .container_bloc_don {
  background-color: #002FBC;
  padding: 20px;
  border-radius: 20px;
  width: 100%;
  max-width: 600px;
  margin: auto;
}
footer .container_don .container_bloc_don h3 {
  color: #ffffff;
}
footer .container_don .container_bloc_don p {
  font-size: 16px;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 975px) {
  footer .container_don .container_bloc_don p {
    font-size: 14px;
  }
}
footer .container_don .container_bloc_don .container_btn_dons {
  margin-top: 10px;
}
footer .container_don .container_bloc_don .container_btn_dons .btn_dons {
  background-color: #ffffff;
  color: #002FBC;
  transition: background-color 250ms ease, color 250ms ease;
  font-size: 24px;
  line-height: 1.2em;
  padding: 14px 24px;
  margin: 5px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  border-radius: 10px;
  text-transform: lowercase;
}
@media screen and (max-width: 975px) {
  footer .container_don .container_bloc_don .container_btn_dons .btn_dons {
    font-size: 20px;
    padding: 12px 22px;
    border-radius: 8px;
    margin: 4px;
  }
}
@media screen and (max-width: 767px) {
  footer .container_don .container_bloc_don .container_btn_dons .btn_dons {
    font-size: 18px;
    padding: 12px 20px;
    border-radius: 6px;
  }
}
footer .container_don .container_bloc_don .container_btn_dons .btn_dons:hover {
  background-color: #060053;
  color: #ffffff;
}
footer .legal_texte {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  opacity: 0.3;
  margin-top: 10px;
  line-height: 1.2em;
  color: #060053;
}
footer .legal_texte a {
  color: #060053;
  text-decoration: none;
  display: inline-block;
  margin-top: 5px;
}
footer .legal_texte a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  footer .legal_texte {
    margin-top: 5px;
  }
}

* {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

html, body {
  font-family: "Poppins", sans-serif;
}

body {
  position: relative;
  min-height: 100vh;
  padding-bottom: 30px;
}
img {
  max-width: 100%;
}

.cky-revisit-bottom-left {
  bottom: 10px !important;
  left: 5px !important;
}

.cky-btn-revisit-wrapper {
  width: 35px !important;
  height: 35px !important;
}

.cky-btn-revisit-wrapper .cky-btn-revisit img {
  height: 20px !important;
  width: 20px !important;
}

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