@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap');
.transition-fade {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.transition-fade-btn {
  transition: background-color 0.3s, border-color 0.3s;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
/* Our style rules - namespace so as not to collide with the core app styles */
body {
  overflow-x: hidden;
}
body.mfp-zoom-out-cur {
  overflow: hidden;
}
body.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
html.ccm-toolbar-visible header div.header-fixable {
  top: 48px !important;
}
div.ccm-page {
  font-family: 'Inter', sans-serif;
  color: #000000;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
}
@media (min-width: 768px) {
  div.ccm-page {
    font-size: 13px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  div.ccm-page {
    font-size: 15px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  div.ccm-page {
    font-size: 17px;
    line-height: 30px;
  }
}
div.ccm-panel-content ul.nav li {
  flex: 1 1 100%;
}
#ccm-theme-grid-edit-mode-row-wrapper {
  display: flex;
  width: 100%;
}
div.ccm-page h1 {
  font-size: 35px;
  line-height: 35px;
  font-family: 'Inter', sans-serif;
  margin: 10px 0;
  font-weight: 800;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  div.ccm-page h1 {
    font-size: 45px;
    line-height: 45px;
    margin: 15px 0;
  }
}
@media (min-width: 992px) {
  div.ccm-page h1 {
    font-size: 47px;
    line-height: 47px;
    margin: 20px 0;
  }
}
@media (min-width: 1200px) {
  div.ccm-page h1 {
    font-size: 50px;
    line-height: 50px;
    margin: 25px 0;
  }
}
div.ccm-page h2 {
  font-size: 30px;
  line-height: 32px;
  font-family: 'Inter', sans-serif;
  margin: 10px 0;
  font-weight: 300;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  div.ccm-page h2 {
    font-size: 34px;
    line-height: 36px;
    margin: 15px 0;
  }
}
@media (min-width: 992px) {
  div.ccm-page h2 {
    font-size: 37px;
    line-height: 39px;
    margin: 20px 0;
  }
}
@media (min-width: 1200px) {
  div.ccm-page h2 {
    font-size: 40px;
    line-height: 42px;
    margin: 25px 0;
  }
}
div.ccm-page h3 {
  font-size: 19px;
  line-height: 24px;
  font-family: 'Inter', sans-serif;
  margin: 10px 0;
  font-weight: 300;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  div.ccm-page h3 {
    font-size: 20px;
    line-height: 25px;
    margin: 15px 0;
  }
}
@media (min-width: 992px) {
  div.ccm-page h3 {
    font-size: 22px;
    line-height: 27px;
    margin: 20px 0;
  }
}
@media (min-width: 1200px) {
  div.ccm-page h3 {
    font-size: 25px;
    line-height: 30px;
    margin: 25px 0;
  }
}
div.ccm-page a {
  color: #000000;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  text-decoration: underline;
  word-wrap: break-word;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
div.ccm-page a:hover {
  color: #4d6a83;
  text-decoration: none;
}
div.ccm-page p {
  margin: 9.4921875px 0;
  word-wrap: break-word;
  font-family: 'Inter', sans-serif;
}
@media (min-width: 768px) {
  div.ccm-page p {
    margin: 16.875px 0;
  }
}
@media (min-width: 992px) {
  div.ccm-page p {
    margin: 22.5px 0;
  }
}
@media (min-width: 1200px) {
  div.ccm-page p {
    margin: 30px 0;
  }
}
div.ccm-page ul,
div.ccm-page ol {
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 21px;
}
@media (min-width: 768px) {
  div.ccm-page ul,
  div.ccm-page ol {
    margin: 8.4375px 0;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  div.ccm-page ul,
  div.ccm-page ol {
    margin: 11.25px 0;
    line-height: 23px;
  }
}
@media (min-width: 1200px) {
  div.ccm-page ul,
  div.ccm-page ol {
    margin: 15px 0;
    line-height: 24px;
  }
}
div.ccm-page ul li,
div.ccm-page ol li {
  margin-bottom: 5px;
}
div.ccm-page #btnToTop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #4d6a83;
  color: white;
  cursor: pointer;
  padding: 15px;
  transition: ease-in 0.2s;
  border-radius: 4px;
}
div.ccm-page #btnToTop:hover {
  background-color: #002b4f;
  transition: ease-in 0.2s;
}
div.ccm-page .container-large {
  max-width: 1838px;
  margin: auto;
}
div.ccm-page .container {
  max-width: 1540px;
  margin: auto;
}
div.ccm-page .texte-rose {
  color: #e50047;
}
div.ccm-page .texte-tertiary {
  color: #23a09d;
}
div.ccm-page .texte-darkBlue {
  color: #002b4f;
}
div.ccm-page .texte-semibold {
  color: 600;
}
div.ccm-page .texte-bold {
  font-weight: 700;
}
div.ccm-page .texte-extrabold {
  font-weight: 900;
}
div.ccm-page span.moreButton a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff !important;
  background-color: #e50047;
  transition: ease-in-out 0.3s;
  border-radius: 5px;
  padding: 0 15px;
  margin-top: 20px;
  margin-bottom: 75px;
}
div.ccm-page span.moreButton a:hover {
  background-color: #d6dae2;
  transition: ease-in-out 0.3s;
}
@media (max-width: 991px) {
  div.ccm-page span.moreButton a {
    font-size: 14px;
    padding: 5px 15px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  div.ccm-page span.moreButton a {
    padding: 0 10px;
    margin-bottom: 25px;
  }
}
div.ccm-page span.quickLink {
  text-align: center;
}
div.ccm-page span.quickLink a {
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  color: #002b4f !important;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  transition: ease-in-out 0.3s;
  background-color: #ffffff !important;
  padding: 10px 20px;
  border-radius: 5px;
  width: 100%;
}
@media (max-width: 991px) {
  div.ccm-page span.quickLink a {
    padding: 5px 15px;
  }
}
div.ccm-page span.quickLink a:hover {
  background-color: #002b4f !important;
  transition: ease-in-out 0.3s;
  color: #ffffff !important;
}
div.ccm-page ul.bulletListLink,
div.ccm-page ol.bulletListLink {
  margin: 30px 0;
}
@media (max-width: 991px) {
  div.ccm-page ul.bulletListLink,
  div.ccm-page ol.bulletListLink {
    margin-top: 10px;
    margin-left: -20px;
  }
}
div.ccm-page ul.bulletListLink li,
div.ccm-page ol.bulletListLink li {
  position: relative;
}
div.ccm-page ul.bulletListLink li a,
div.ccm-page ol.bulletListLink li a {
  position: relative;
  font-family: 'Inter', sans-serif;
  color: #002b4f;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 10px;
  text-decoration: none;
}
div.ccm-page ul.bulletListLink li:hover,
div.ccm-page ol.bulletListLink li:hover {
  list-style: none;
}
div.ccm-page ul.bulletListLink li:hover:before,
div.ccm-page ol.bulletListLink li:hover:before {
  content: url('/application/themes/designed_by_tonik/images/icons/blue_thickest_arrow_11x18.png');
  z-index: 25;
  position: absolute;
  left: -20px;
}
div.ccm-page ul.bulletListLink li:hover a,
div.ccm-page ol.bulletListLink li:hover a {
  color: #e50047;
}
div.ccm-page ul.processusListLink,
div.ccm-page ol.processusListLink {
  position: relative;
  left: -40px;
}
div.ccm-page ul.processusListLink li,
div.ccm-page ol.processusListLink li {
  list-style: none;
  background: url('/application/themes/designed_by_tonik/images/icons/blue_thickest_arrow_11x18.png');
  background-repeat: no-repeat;
}
div.ccm-page ul.processusListLink li a,
div.ccm-page ol.processusListLink li a {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  color: #0082aa;
  line-height: 18px;
  padding-bottom: 10px;
  text-decoration: underline;
  transition: ease-in-out 0.2s;
}
div.ccm-page ul.processusListLink li a:hover,
div.ccm-page ol.processusListLink li a:hover {
  color: #e50047;
  transition: ease-in-out 0.2s;
  text-decoration: none;
}
div.ccm-page ul.processusListLink li ul,
div.ccm-page ol.processusListLink li ul {
  margin-left: 30px;
}
div.ccm-page ul.processusListLink li ul li,
div.ccm-page ol.processusListLink li ul li {
  list-style: none;
  background: url('/application/themes/designed_by_tonik/css/');
}
div.ccm-page ul.processusListLink li ul li:before,
div.ccm-page ol.processusListLink li ul li:before {
  content: "\2022";
  color: #4caeac;
  font-weight: 600;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
div.ccm-page ul.processusListLink li ul li a,
div.ccm-page ol.processusListLink li ul li a {
  position: relative;
  padding-left: 0;
  color: #4caeac;
}
div.ccm-page header div.header-fixable {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  padding-top: 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 0 20px 0 rgba(0, 0, 0, 0.19);
  /*Top menu*/
}
@media (min-width: 576px) {
  div.ccm-page header div.header-fixable {
    height: 65px;
  }
}
@media (min-width: 768px) {
  div.ccm-page header div.header-fixable {
    height: 85px;
  }
}
@media (min-width: 992px) {
  div.ccm-page header div.header-fixable {
    height: 100px;
  }
}
div.ccm-page header div.header-fixable .responsive-menu {
  display: inline-block !important;
}
div.ccm-page header div.header-fixable .responsive-menu #responsive-menu-trigger {
  display: block;
  margin-top: 5px;
  font-size: 40px;
  line-height: 40px;
  width: 48px;
  height: 100%;
  padding: 10px 10px 10px 0;
  color: #002b4f;
  text-decoration: none;
  text-align: right;
}
@media (max-width: 991px) {
  div.ccm-page header div.header-fixable .responsive-menu #responsive-menu-trigger {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  div.ccm-page header div.header-fixable .responsive-menu #responsive-menu-trigger {
    padding: 10px 0;
    font-size: 24px;
    line-height: 24px;
  }
}
div.ccm-page header div.header-fixable .responsive-menu #responsive-menu-trigger:hover,
div.ccm-page header div.header-fixable .responsive-menu #responsive-menu-trigger:focus,
div.ccm-page header div.header-fixable .responsive-menu #responsive-menu-trigger:active {
  text-decoration: underline;
  color: #002b4f;
}
div.ccm-page header div.header-fixable div.top-bar-wrapper {
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
}
@media (min-width: 992px) {
  div.ccm-page header div.header-fixable div.top-bar-wrapper {
    padding-right: 0;
  }
}
div.ccm-page header div.header-fixable div.top-bar-wrapper ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
div.ccm-page header div.header-fixable div.top-bar-wrapper ul li {
  display: inline-block;
  margin: 0;
  text-align: center;
}
div.ccm-page header div.header-fixable div.top-bar-wrapper ul li a {
  display: block;
  color: #000000;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  padding: 15px 20px;
  text-decoration: none;
}
div.ccm-page header div.header-fixable div.top-bar-wrapper ul li a:hover,
div.ccm-page header div.header-fixable div.top-bar-wrapper ul li a:focus,
div.ccm-page header div.header-fixable div.top-bar-wrapper ul li a:active {
  text-decoration: underline;
  color: #000000;
  background-color: transparent;
}
div.ccm-page header div.header-fixable div.bottom-bar-wrapper .bottom-bar-flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div.ccm-page header div.header-fixable div.bottom-bar-wrapper .bottom-bar-flex-wrap div.logo-wrapper img {
  padding-right: 100px;
}
div.ccm-page header div.header-fixable div.bottom-bar-wrapper .bottom-bar-flex-wrap div div.responsive-menu a {
  font-size: 20px;
}
div.ccm-page header div.header-fixable div.nav-bar-wrapper {
  padding: 18px 0;
  /*Navigaton*/
}
@media (max-width: 991px) {
  div.ccm-page header div.header-fixable div.nav-bar-wrapper {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  div.ccm-page header div.header-fixable div.nav-bar-wrapper {
    padding: 5px;
  }
}
div.ccm-page header div.header-fixable div.nav-bar-wrapper nav#mainnav {
  display: inline-block;
  text-align: right;
  width: 100%;
}
div.ccm-page header div.header-fixable div.nav-bar-wrapper nav#mainnav ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
div.ccm-page header div.header-fixable div.nav-bar-wrapper nav#mainnav ul li {
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  /*Dropdown Menu*/
}
div.ccm-page header div.header-fixable div.nav-bar-wrapper nav#mainnav ul li:hover > a,
div.ccm-page header div.header-fixable div.nav-bar-wrapper nav#mainnav ul li:focus > a,
div.ccm-page header div.header-fixable div.nav-bar-wrapper nav#mainnav ul li:active > a {
  color: #000000;
}
div.ccm-page header div.header-fixable div.nav-bar-wrapper nav#mainnav ul li:hover div.dropdown_sub,
div.ccm-page header div.header-fixable div.nav-bar-wrapper nav#mainnav ul li:focus div.dropdown_sub,
div.ccm-page header div.header-fixable div.nav-bar-wrapper nav#mainnav ul li:active div.dropdown_sub {
  display: block;
}
div.ccm-page header div.header-fixable div.nav-bar-wrapper nav#mainnav ul li:first-child a {
  padding-left: 0;
}
div.ccm-page header div.header-fixable div.nav-bar-wrapper nav#mainnav ul li:last-child a {
  padding-right: 0;
}
div.ccm-page header div.header-fixable div.nav-bar-wrapper nav#mainnav ul li a {
  display: block;
  color: #000000;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  padding: 15px 8px;
  font-weight: 400;
  text-decoration: none;
}
@media (min-width: 992px) {
  div.ccm-page header div.header-fixable div.nav-bar-wrapper nav#mainnav ul li a {
    padding: 15px 30px;
  }
}
@media (min-width: 1200px) {
  div.ccm-page header div.header-fixable div.nav-bar-wrapper nav#mainnav ul li a {
    padding: 15px 40px;
  }
}
div.ccm-page header div.header-fixable div.nav-bar-wrapper nav#mainnav ul li a:hover,
div.ccm-page header div.header-fixable div.nav-bar-wrapper nav#mainnav ul li a:focus,
div.ccm-page header div.header-fixable div.nav-bar-wrapper nav#mainnav ul li a:active {
  color: #000000;
  text-decoration: underline;
}
div.ccm-page header div.header-fixable div.nav-bar-wrapper nav#mainnav ul li div.dropdown_sub {
  display: none;
  position: absolute;
  margin: 0;
  z-index: 95;
  background-color: #ffffff;
  width: 100%;
  min-width: 150px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 0 20px 0 rgba(0, 0, 0, 0.19);
  left: 50%;
  transform: translate(-50%, 0);
}
div.ccm-page header div.header-fixable div.nav-bar-wrapper nav#mainnav ul li div.dropdown_sub div.spacer {
  position: absolute;
  width: 100%;
  left: 0;
  top: -15px;
  height: 30px;
}
div.ccm-page header div.header-fixable div.nav-bar-wrapper nav#mainnav ul li div.dropdown_sub ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}
div.ccm-page header div.header-fixable div.nav-bar-wrapper nav#mainnav ul li div.dropdown_sub ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: list-item;
}
div.ccm-page header div.header-fixable div.nav-bar-wrapper nav#mainnav ul li div.dropdown_sub ul li a {
  font-size: 15px;
  line-height: 15px;
  color: #000000;
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  text-transform: none;
  font-weight: 400;
}
div.ccm-page header div.header-fixable div.nav-bar-wrapper nav#mainnav ul li div.dropdown_sub ul li a:hover,
div.ccm-page header div.header-fixable div.nav-bar-wrapper nav#mainnav ul li div.dropdown_sub ul li a:focus,
div.ccm-page header div.header-fixable div.nav-bar-wrapper nav#mainnav ul li div.dropdown_sub ul li a:active {
  color: #000000;
  text-decoration: underline;
}
div.ccm-page header div.header-fixable div.nav-bar-wrapper nav#mainnav ul li div.dropdown_sub ul li.nav-last a {
  border: none;
}
div.ccm-page header div.pad-fixed {
  height: 45px;
}
@media (min-width: 576px) {
  div.ccm-page header div.pad-fixed {
    height: 65px;
  }
}
@media (min-width: 768px) {
  div.ccm-page header div.pad-fixed {
    height: 95px;
  }
}
@media (min-width: 992px) {
  div.ccm-page header div.pad-fixed {
    height: 100px;
  }
}
@media (min-width: 1200px) {
  div.ccm-page header div.pad-fixed {
    height: 115px;
  }
}
div.ccm-page header .hero-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  min-height: calc(100vh - 45px);
}
@media (min-width: 576px) {
  div.ccm-page header .hero-wrapper {
    min-height: calc(100vh - 65px);
  }
}
@media (min-width: 768px) {
  div.ccm-page header .hero-wrapper {
    min-height: calc(100vh - 95px);
  }
}
@media (min-width: 992px) {
  div.ccm-page header .hero-wrapper {
    min-height: calc(100vh - 100px);
  }
}
@media (min-width: 1200px) {
  div.ccm-page header .hero-wrapper {
    min-height: calc(100vh - 115px);
  }
}
div.ccm-page header .hero-wrapper div.bg-hero {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
div.ccm-page header .hero-wrapper div.bg-hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
div.ccm-page header .hero-wrapper div.img-hero {
  width: 100%;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 575px) {
  div.ccm-page header .hero-wrapper div.img-hero {
    height: 200px;
    margin-bottom: 40px;
    background-position: center center;
    background-size: cover;
    align-self: flex-end;
    flex: 1 0 200px;
  }
}
@media (min-width: 576px) {
  div.ccm-page header .hero-wrapper div.img-hero {
    position: absolute;
    top: 0;
    bottom: auto;
    width: 40%;
    right: 65px;
    height: 103%;
  }
}
@media (min-width: 768px) {
  div.ccm-page header .hero-wrapper div.img-hero {
    width: 50%;
    right: 95px;
    height: 105%;
  }
}
@media (min-width: 992px) {
  div.ccm-page header .hero-wrapper div.img-hero {
    right: 100px;
  }
}
@media (min-width: 1200px) {
  div.ccm-page header .hero-wrapper div.img-hero {
    right: 115px;
    height: 115%;
  }
}
div.ccm-page header .hero-wrapper .content {
  position: relative;
  align-self: center;
  width: 100%;
  padding: 35px 0;
  flex: 1 1 auto;
}
@media (min-width: 576px) {
  div.ccm-page header .hero-wrapper .content {
    padding: 30px 0;
  }
}
@media (min-width: 768px) {
  div.ccm-page header .hero-wrapper .content {
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  div.ccm-page header .hero-wrapper .content {
    padding: 45px 0;
  }
}
div.ccm-page header .hero-wrapper .content h1 {
  font-size: 40px;
  line-height: 40px;
}
@media (min-width: 576px) {
  div.ccm-page header .hero-wrapper .content h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (min-width: 768px) {
  div.ccm-page header .hero-wrapper .content h1 {
    font-size: 55px;
    line-height: 55px;
  }
}
@media (min-width: 992px) {
  div.ccm-page header .hero-wrapper .content h1 {
    font-size: 65px;
    line-height: 65px;
  }
}
@media (min-width: 1200px) {
  div.ccm-page header .hero-wrapper .content h1 {
    font-size: 75px;
    line-height: 75px;
  }
}
div.ccm-page header .hero-wrapper .content p {
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
}
@media (min-width: 576px) {
  div.ccm-page header .hero-wrapper .content p {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (min-width: 768px) {
  div.ccm-page header .hero-wrapper .content p {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (min-width: 992px) {
  div.ccm-page header .hero-wrapper .content p {
    font-size: 47px;
    line-height: 47px;
  }
}
@media (min-width: 1200px) {
  div.ccm-page header .hero-wrapper .content p {
    font-size: 50px;
    line-height: 50px;
  }
}
div.ccm-page header .hero-wrapper .content a {
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
}
@media (min-width: 576px) {
  div.ccm-page header .hero-wrapper .content a {
    font-size: 17px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  div.ccm-page header .hero-wrapper .content a {
    font-size: 16px;
    line-height: 29px;
  }
}
@media (min-width: 992px) {
  div.ccm-page header .hero-wrapper .content a {
    font-size: 17px;
    line-height: 30px;
  }
}
div.ccm-page header .banner-wrapper {
  position: relative;
  height: 250px;
}
@media (min-width: 576px) {
  div.ccm-page header .banner-wrapper {
    height: 300px;
  }
}
div.ccm-page header .banner-wrapper div.bg-banner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 576px) {
  div.ccm-page header .banner-wrapper div.bg-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
div.ccm-page header .banner-wrapper div.img-banner {
  position: absolute;
  top: 0;
  right: 115px;
  width: 50%;
  height: 115%;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 576px) {
  div.ccm-page header .banner-wrapper div.img-banner {
    top: 0;
    bottom: auto;
    width: 40%;
    right: 65px;
    height: 105%;
  }
}
@media (min-width: 768px) {
  div.ccm-page header .banner-wrapper div.img-banner {
    width: 50%;
    right: 95px;
    height: 105%;
  }
}
@media (min-width: 992px) {
  div.ccm-page header .banner-wrapper div.img-banner {
    right: 100px;
  }
}
@media (min-width: 1200px) {
  div.ccm-page header .banner-wrapper div.img-banner {
    right: 115px;
    height: 115%;
  }
}
div.ccm-page header .banner-wrapper .content {
  background-color: rgba(209, 232, 205, 0.7);
  position: absolute;
  top: 50%;
  width: 100%;
  min-height: 50px;
  transform: translate(0, -50%);
  text-align: left;
}
@media (min-width: 576px) {
  div.ccm-page header .banner-wrapper .content {
    background-color: transparent;
  }
}
div.ccm-page header .header-not-found {
  margin-top: 100px;
  padding: 100px 0;
  background-color: #f5f6f8;
  position: relative;
  z-index: 0;
}
@media (max-width: 991px) {
  div.ccm-page header .header-not-found {
    margin-top: 85px;
  }
}
@media (max-width: 767px) {
  div.ccm-page header .header-not-found {
    margin-top: 55px;
  }
}
div.ccm-page header .header-main {
  margin-top: 100px;
  background-color: #f5f6f8;
  position: relative;
  z-index: 0;
  height: 100%;
}
@media (max-width: 1199px) {
  div.ccm-page header .header-main .row {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  div.ccm-page header .header-main {
    margin-top: 85px;
  }
}
@media (max-width: 767px) {
  div.ccm-page header .header-main {
    margin-top: 55px;
  }
}
div.ccm-page header .header-main .container-fluid {
  height: 100%;
  padding: 0 !important;
}
div.ccm-page header .header-main .row {
  overflow: hidden;
  height: 100%;
}
div.ccm-page header .header-main .carousel-header {
  width: 100%;
  height: 100%;
  min-height: 650px;
}
@media (max-width: 991px) and (orientation: landscape) {
  div.ccm-page header .header-main .carousel-header {
    width: 100%;
    height: 650px;
  }
}
@media (max-width: 767px) {
  div.ccm-page header .header-main .carousel-header {
    height: 585px;
    min-height: 585px;
  }
}
div.ccm-page header .header-main .carousel-header .canadaMap {
  position: absolute;
  top: -515px;
  left: 3%;
}
@media (max-width: 991px) {
  div.ccm-page header .header-main .carousel-header .canadaMap {
    top: -500px;
  }
}
@media (max-width: 991px) {
  div.ccm-page header .header-main .carousel-header .canadaMap {
    top: -450px;
  }
}
div.ccm-page header .header-main .carousel-header .canadaMap img {
  filter: brightness(97%);
  height: 1000px;
  width: 1030px;
  max-width: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  div.ccm-page header .header-main .carousel-header .canadaMap img {
    width: auto;
  }
}
div.ccm-page header .header-main .carousel-header .mountainsOverlay {
  position: absolute;
  bottom: -25px;
  z-index: 48;
}
div.ccm-page header .header-main .carousel-header .mountainsOverlay img {
  filter: brightness(80%) contrast(150%);
  object-fit: contain;
  opacity: 0.75;
  height: auto;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  div.ccm-page header .header-main .carousel-header .mountainsOverlay {
    bottom: 0px;
  }
}
@media (max-width: 767px) {
  div.ccm-page header .header-main .carousel-header .mountainsOverlay {
    bottom: 0px;
  }
}
div.ccm-page header .header-main .carousel-header .anchor-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 190px;
  max-width: 500px;
  border-radius: 5px;
  padding: 25px 35px 50px 35px;
  background: linear-gradient(#0082aa, #0082aa, #0082aa, #002b4f, #002b4f);
  z-index: 49;
}
div.ccm-page header .header-main .carousel-header .anchor-wrapper .child {
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  font-weight: 900;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 0.16px;
  font-family: 'Inter', sans-serif;
}
@media (max-width: 991px) {
  div.ccm-page header .header-main .carousel-header .anchor-wrapper .child {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  div.ccm-page header .header-main .carousel-header .anchor-wrapper .child {
    font-size: 14px;
  }
}
div.ccm-page header .header-main .carousel-header .anchor-wrapper .child img {
  margin-left: 50px;
  height: 20px;
  width: 35px;
}
@media (max-width: 1599px) {
  div.ccm-page header .header-main .carousel-header .anchor-wrapper {
    margin-bottom: 10px;
    left: 125px;
  }
}
@media (max-width: 1199px) {
  div.ccm-page header .header-main .carousel-header .anchor-wrapper {
    margin-bottom: 15px;
    left: 5%;
  }
}
@media (max-width: 991px) {
  div.ccm-page header .header-main .carousel-header .anchor-wrapper {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 30px;
    padding: 15px 30px 30px 30px;
    left: 5%;
  }
}
@media (max-width: 767px) {
  div.ccm-page header .header-main .carousel-header .anchor-wrapper {
    margin-bottom: 35px;
    padding: 10px 25px 25px 25px;
  }
}
div.ccm-page header .header-main .carousel-header .carousel-control-next {
  right: 0px;
  opacity: 0;
  display: none;
}
div.ccm-page header .header-main .carousel-header .carousel-control-prev {
  left: -80px;
  opacity: 0;
  display: none;
}
div.ccm-page header .header-main .carousel-header .indicators-container {
  position: absolute;
  bottom: 70px;
  right: 25px;
}
div.ccm-page header .header-main .carousel-header .indicators-container .carousel-indicators {
  z-index: 51;
}
div.ccm-page header .header-main .carousel-header .indicators-container li {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #002b4f;
  background-color: #ffffff;
}
div.ccm-page header .header-main .carousel-header .indicators-container .active {
  background-color: #002b4f;
}
@media (max-width: 767px) {
  div.ccm-page header .header-main .carousel-header .indicators-container {
    bottom: 90px;
  }
}
div.ccm-page header .header-main .carousel-header .carousel-inner {
  color: #002b4f;
  word-wrap: break-word;
  font-family: 'Inter', sans-serif;
}
div.ccm-page header .header-main .carousel-header .carousel-inner .carousel-item .carousel-background-image {
  z-index: 5;
  height: 80vh;
}
div.ccm-page header .header-main .carousel-header .carousel-inner .carousel-item .carousel-background-image img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: auto;
  width: 600px;
  object-fit: cover !important;
  object-position: center center !important;
}
div.ccm-page header .header-main .carousel-header .carousel-inner .carousel-item .carousel-content-box {
  position: absolute;
  z-index: 49;
  top: 50PX;
  left: 190PX;
  max-width: 850px;
  padding: 10px 0;
}
div.ccm-page header .header-main .carousel-header .carousel-inner .carousel-item .carousel-content-box h1 {
  font-weight: 700;
}
div.ccm-page header .header-main .carousel-header .carousel-inner .carousel-item .carousel-content-box h1 span.texte-rose {
  font-weight: 900;
}
div.ccm-page header .header-main .carousel-header .carousel-inner .carousel-item .carousel-content-box h2 {
  font-weight: 700;
}
div.ccm-page header .header-main .carousel-header .carousel-inner .carousel-item .carousel-content-box h3 {
  font-weight: 400;
}
@media (min-width: 1600px) {
  div.ccm-page header .header-main .carousel-header .carousel-inner .carousel-item .carousel-content-box h1 {
    font-size: 68px;
    line-height: 78px;
    letter-spacing: 0;
  }
  div.ccm-page header .header-main .carousel-header .carousel-inner .carousel-item .carousel-content-box h2 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.16px;
  }
  div.ccm-page header .header-main .carousel-header .carousel-inner .carousel-item .carousel-content-box h3 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.16px;
  }
}
@media (max-width: 1599px) {
  div.ccm-page header .header-main .carousel-header .carousel-inner .carousel-item .carousel-background-image img {
    width: 530px;
    right: -20px;
    bottom: 0;
  }
  div.ccm-page header .header-main .carousel-header .carousel-inner .carousel-item h1 {
    font-size: 37.5px;
  }
  div.ccm-page header .header-main .carousel-header .carousel-inner .carousel-item .carousel-content-box {
    top: 60px;
    left: 125px;
    width: 50%;
  }
}
@media (max-width: 1199px) {
  div.ccm-page header .header-main .carousel-header .carousel-inner .carousel-item .carousel-background-image img {
    width: 515px;
    right: 0;
    bottom: 0;
  }
  div.ccm-page header .header-main .carousel-header .carousel-inner .carousel-item h1 {
    font-size: 37.5px;
  }
  div.ccm-page header .header-main .carousel-header .carousel-inner .carousel-item .carousel-content-box {
    top: 40px;
    left: 5%;
    width: 55%;
  }
}
@media (max-width: 991px) {
  div.ccm-page header .header-main .carousel-header .carousel-inner .carousel-item h1 {
    font-size: 28.125px;
  }
  div.ccm-page header .header-main .carousel-header .carousel-inner .carousel-item .carousel-content-box {
    top: 15px;
    left: 5%;
    width: 85%;
  }
}
@media (max-width: 991px) and (orientation: portrait) {
  div.ccm-page header .header-main .carousel-header .carousel-inner .carousel-item .carousel-background-image img {
    display: block;
    width: 450px;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  div.ccm-page header .header-main .carousel-header .carousel-inner .carousel-item .carousel-background-image img {
    display: none;
  }
}
@media screen and (max-device-width: 991px) and (orientation: landscape) {
  div.ccm-page header .header-main .carousel-header .carousel-inner .carousel-item .carousel-background-image img {
    display: none;
  }
}
@media (max-width: 767px) {
  div.ccm-page header .header-main .carousel-header .carousel-inner .carousel-item .carousel-background-image img {
    display: none;
  }
  div.ccm-page header .header-main .carousel-header .carousel-inner .carousel-item h1 {
    font-size: 28.125px;
    line-height: 45px;
  }
  div.ccm-page header .header-main .carousel-header .carousel-inner .carousel-item h2 {
    font-size: 16.875px;
    line-height: 28px;
  }
  div.ccm-page header .header-main .carousel-header .carousel-inner .carousel-item h3 {
    font-size: 14.0625px;
    line-height: 22px;
  }
  div.ccm-page header .header-main .carousel-header .carousel-inner .carousel-item .carousel-content-box {
    top: 8%;
  }
}
@media (max-width: 575px) {
  div.ccm-page header .header-main .carousel-header .carousel-inner .carousel-item h1 {
    font-size: 21.8203125px;
    line-height: 34.23828125px;
  }
}
div.ccm-page div.home section {
  padding: 18.984375px 0;
}
@media (min-width: 576px) {
  div.ccm-page div.home section {
    padding: 25.3125px 0;
  }
}
@media (min-width: 768px) {
  div.ccm-page div.home section {
    padding: 33.75px 0;
  }
}
@media (min-width: 992px) {
  div.ccm-page div.home section {
    padding: 45px 0;
  }
}
@media (min-width: 1200px) {
  div.ccm-page div.home section {
    padding: 60px 0;
  }
}
div.ccm-page div.home .divider1 {
  position: relative;
  top: -60px;
  z-index: 50;
}
div.ccm-page div.home .divider1 img {
  height: auto;
  width: 100%;
}
div.ccm-page div.home .section2 {
  position: relative;
  top: -75px;
  padding: 25px 25px 0 25px;
  height: auto;
  background-color: #ffffff;
  border-left: 125px solid #d6e7ed;
  border-right: 125px solid #ffffff;
}
@media (max-width: 1199px) {
  div.ccm-page div.home .section2 {
    border-left: 75px solid #d6e7ed;
    border-right: 75px solid #ffffff;
    padding: 25px 50px 0 25px;
  }
}
@media (max-width: 767px) {
  div.ccm-page div.home .section2 {
    border-left: 25px solid #d6e7ed;
    border-right: 25px solid #ffffff;
    padding: 10px 0 0 20px;
    max-width: 100%;
  }
}
div.ccm-page div.home .section2 .section2-etape {
  padding: 90px 0 0 0;
}
@media (max-width: 1199px) {
  div.ccm-page div.home .section2 .section2-etape {
    padding: 75px 0 0 0;
  }
}
@media (max-width: 991px) {
  div.ccm-page div.home .section2 .section2-etape {
    padding: 35px 0 0 0;
  }
}
@media (max-width: 767px) {
  div.ccm-page div.home .section2 .section2-etape {
    padding: 15px 0 0 0;
  }
}
div.ccm-page div.home .section2 .section2-etape:last-child .section2-tags .child div:before {
  content: "";
  position: absolute;
  bottom: -10px;
  height: 45px;
  width: 45px;
  z-index: 1;
  border-radius: 5px;
  background-color: #ffffff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
div.ccm-page div.home .section2 .section2-etape:last-child .section2-tags .child div img {
  z-index: 2;
}
div.ccm-page div.home .section2 .section2-etape:last-child .section2-tags .child div.crochet:before {
  content: "";
  position: absolute;
  bottom: -150px;
  height: 100px;
  width: 100px;
  z-index: 1;
  border-radius: 100px;
  background-color: #e50047;
}
div.ccm-page div.home .section2 .section2-etape:last-child .section2-tags .child div.crochet img {
  z-index: 2;
  position: absolute;
  bottom: -125px;
  height: 50px;
  width: 64px;
}
@media screen and (max-width: 1350px) {
  div.ccm-page div.home .section2 .section2-etape:last-child .section2-tags .child div.crochet {
    display: none;
  }
}
div.ccm-page div.home .section2 .section2-etape:last-child .section2-content-box {
  padding: 40px 0 20px 0;
}
div.ccm-page div.home .section2 .section2-etape .section2-tags {
  display: block;
}
@media (max-width: 767px) {
  div.ccm-page div.home .section2 .section2-etape .section2-tags {
    display: none !important;
  }
}
div.ccm-page div.home .section2 .section2-etape .section2-tags .child {
  text-align: center;
}
div.ccm-page div.home .section2 .section2-etape .section2-tags .child h1 {
  font-size: 200px;
  margin-top: 85px;
  text-align: center;
  color: #0082aa;
  font-weight: 900;
  line-height: 32px;
  letter-spacing: 0.16px;
}
@media (max-width: 1199px) {
  div.ccm-page div.home .section2 .section2-etape .section2-tags .child h1 {
    font-size: 175px;
    margin-top: 80px;
  }
}
div.ccm-page div.home .section2 .section2-etape .section2-tags .child div {
  display: flex;
  justify-content: center;
}
div.ccm-page div.home .section2 .section2-etape .section2-tags .child div img {
  position: absolute;
  bottom: -3px;
  width: 35px;
  height: 18px;
}
div.ccm-page div.home .section2 .section2-etape .section2-content-box-border {
  border-bottom: 1px solid #d6dae2;
  padding-right: 50px;
}
div.ccm-page div.home .section2 .section2-etape .section2-last-child {
  margin-bottom: -10px;
}
div.ccm-page div.home .section2 .section2-etape .section2-content-box {
  display: block;
  padding: 40px 0 0 0;
  margin-left: 48px;
}
@media (max-width: 991px) {
  div.ccm-page div.home .section2 .section2-etape .section2-content-box {
    margin-left: 50px;
    padding: 40px 0 0 0;
  }
}
@media (max-width: 767px) {
  div.ccm-page div.home .section2 .section2-etape .section2-content-box {
    margin-left: 40px;
    padding: 40px 0 0 0px;
  }
}
div.ccm-page div.home .section2 .section2-etape .section2-content-box .section2-title h2 {
  font-size: 26px;
  font-weight: 900;
  line-height: 32px !important;
  letter-spacing: 0.16px;
  margin: 1px 0 !important;
  font-family: 'Inter', sans-serif;
}
div.ccm-page div.home .section2 .section2-etape .section2-content-box .section2-title img {
  position: absolute;
  top: 10px;
  left: -45px;
}
div.ccm-page div.home .section2 .section2-etape .section2-content-box .section2-content {
  display: block;
  text-align: left;
  padding-top: 10px;
  padding-left: 25px;
}
@media (max-width: 991px) {
  div.ccm-page div.home .section2 .section2-etape .section2-content-box .section2-content {
    padding-top: 0;
    margin-bottom: 25px;
    padding-left: 0px;
  }
}
div.ccm-page div.home .divider2 {
  background-color: #4caeac;
  margin-top: -75px;
  height: auto;
  max-width: 100%;
  z-index: 50;
}
@media (max-width: 1199px) {
  div.ccm-page div.home .divider2 h3 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  div.ccm-page div.home .divider2 h3 {
    font-size: 18px;
  }
}
div.ccm-page div.home .divider2 .divider2Left {
  height: 200px;
  display: flex;
  padding: 20px;
  justify-content: end;
  align-items: center;
  background-color: #002b4f;
}
@media (max-width: 991px) {
  div.ccm-page div.home .divider2 .divider2Left {
    height: 175px;
  }
}
@media (max-width: 767px) {
  div.ccm-page div.home .divider2 .divider2Left {
    height: 150px;
    justify-content: space-evenly;
  }
}
div.ccm-page div.home .divider2 .divider2Left div.crochet img {
  z-index: 2;
}
@media screen and (min-width: 1351px) {
  div.ccm-page div.home .divider2 .divider2Left div.crochet {
    display: none;
  }
}
@media (max-width: 767px) {
  div.ccm-page div.home .divider2 .divider2Left div.crochet {
    margin-left: 40px;
  }
}
div.ccm-page div.home .divider2 .divider2Left div h3 {
  position: relative;
  right: -130px;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  text-align: left;
  max-width: 85%;
}
@media (min-width: 1600px) {
  div.ccm-page div.home .divider2 .divider2Left div h3 {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.16px;
  }
}
@media (max-width: 991px) {
  div.ccm-page div.home .divider2 .divider2Left div h3 {
    right: -60px;
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  div.ccm-page div.home .divider2 .divider2Left div h3 {
    right: -30px;
    max-width: 85%;
  }
}
div.ccm-page div.home .divider2 .arrowHead:before {
  content: '';
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 100%;
  border-top: 100px solid transparent;
  border-bottom: 100px solid transparent;
  border-left: 100px solid #002b4f;
}
@media (max-width: 991px) {
  div.ccm-page div.home .divider2 .arrowHead:before {
    border-top: 87px solid transparent;
    border-bottom: 87px solid transparent;
    border-left: 88px solid #002b4f;
  }
}
@media (max-width: 767px) {
  div.ccm-page div.home .divider2 .arrowHead:before {
    border-top: 75px solid transparent;
    border-bottom: 75px solid transparent;
    border-left: 75px solid #002b4f;
  }
}
div.ccm-page div.home .divider2 .divider2Right {
  background-color: #4caeac;
  background-image: url("/application/themes/designed_by_tonik/images/icons/canada_faded_leaf.png");
  background-position: center right;
  background-repeat: no-repeat;
  height: 200px;
  z-index: 4;
}
@media (max-width: 991px) {
  div.ccm-page div.home .divider2 .divider2Right {
    height: 175px;
    flex-direction: column;
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  div.ccm-page div.home .divider2 .divider2Right {
    height: 150px;
    padding: 10px 20px;
  }
}
div.ccm-page div.home .divider2 .divider2Right .vertical {
  display: flex;
  align-items: center;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
div.ccm-page div.home .divider2 .divider2Right .vertical div.title-container {
  margin-left: 10px;
}
div.ccm-page div.home .divider2 .divider2Right .vertical div.title-container h3 {
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}
@media (min-width: 1600px) {
  div.ccm-page div.home .divider2 .divider2Right .vertical div.title-container h3 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.16px;
  }
}
@media (max-width: 991px) {
  div.ccm-page div.home .divider2 .divider2Right .vertical div.title-container h3 {
    text-align: center;
  }
}
div.ccm-page div.home .divider2 .divider2Right .vertical div.btn-container {
  display: block;
  width: 160px;
}
@media (max-width: 991px) {
  div.ccm-page div.home .divider2 .divider2Right .vertical div.btn-container {
    margin: auto;
    width: 145px;
  }
  div.ccm-page div.home .divider2 .divider2Right .vertical div.btn-container p {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  div.ccm-page div.home .divider2 .divider2Right .vertical div.btn-container {
    width: 145px;
  }
}
div.ccm-page div.home .section3 {
  position: relative;
  padding: 60px 25px 50px 25px;
  border-right: 125px solid #d6e7ed;
  border-left: 125px solid #ffffff;
  background-color: #ffffff;
}
@media (max-width: 1199px) {
  div.ccm-page div.home .section3 {
    border-right: 75px solid #d6e7ed;
    border-left: 75px solid #ffffff;
    padding: 60px 15px 50px 15px;
  }
}
@media (max-width: 767px) {
  div.ccm-page div.home .section3 {
    border-right: 25px solid #d6e7ed;
    border-left: 0px solid #ffffff;
  }
}
div.ccm-page div.home .section3 .section3-etape {
  margin-top: 75px;
  z-index: 49;
}
@media (max-width: 991px) {
  div.ccm-page div.home .section3 .section3-etape {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  div.ccm-page div.home .section3 .section3-etape {
    margin-top: 0px;
  }
}
div.ccm-page div.home .section3 .section3-etape .section3-tags {
  display: block;
}
div.ccm-page div.home .section3 .section3-etape .section3-tags:before {
  content: "";
  background-color: #e50047;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%);
  height: 175%;
  width: 3px;
  z-index: 1;
}
@media (max-width: 991px) {
  div.ccm-page div.home .section3 .section3-etape .section3-tags:before {
    left: 0;
    transform: none;
  }
}
@media (max-width: 767px) {
  div.ccm-page div.home .section3 .section3-etape .section3-tags {
    display: none !important;
  }
}
div.ccm-page div.home .section3 .section3-etape .section3-tags .child .image-wrapper {
  position: relative;
  left: -15px;
}
div.ccm-page div.home .section3 .section3-etape .section3-tags .child .image-wrapper img {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%);
  margin-left: 15px;
  z-index: 4;
}
@media (max-width: 991px) {
  div.ccm-page div.home .section3 .section3-etape .section3-tags .child .image-wrapper img {
    left: -25px;
    margin-left: 0;
    transform: none;
  }
}
div.ccm-page div.home .section3 .section3-etape .section3-tags .child .image-wrapper:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%);
  margin-left: 15px;
  height: 135px;
  width: 135px;
  z-index: 3;
  border-radius: 100px;
  background-color: #e50047;
}
@media (max-width: 991px) {
  div.ccm-page div.home .section3 .section3-etape .section3-tags .child .image-wrapper:before {
    left: -67px;
    margin-left: 0;
    transform: none;
  }
}
div.ccm-page div.home .section3 .section3-etape .lastTags {
  display: block;
}
div.ccm-page div.home .section3 .section3-etape .lastTags:before {
  content: "";
  background-color: #e50047;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%);
  height: 100%;
  width: 3px;
  z-index: 1;
}
@media (max-width: 991px) {
  div.ccm-page div.home .section3 .section3-etape .lastTags:before {
    left: 0;
    transform: none;
  }
}
@media (max-width: 767px) {
  div.ccm-page div.home .section3 .section3-etape .lastTags {
    display: none !important;
  }
}
div.ccm-page div.home .section3 .section3-etape .lastTags .child .image-wrapper {
  position: relative;
  left: 15px;
}
@media (max-width: 991px) {
  div.ccm-page div.home .section3 .section3-etape .lastTags .child .image-wrapper {
    left: 8px;
  }
}
div.ccm-page div.home .section3 .section3-etape .lastTags .child .image-wrapper img {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%);
  margin-left: -15px;
  z-index: 4;
}
@media (max-width: 991px) {
  div.ccm-page div.home .section3 .section3-etape .lastTags .child .image-wrapper img {
    left: -45px;
    transform: none;
  }
}
div.ccm-page div.home .section3 .section3-etape .lastTags .child .image-wrapper:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%);
  margin-left: -15px;
  height: 135px;
  width: 135px;
  z-index: 3;
  border-radius: 100px;
  background-color: #e50047;
}
@media (max-width: 991px) {
  div.ccm-page div.home .section3 .section3-etape .lastTags .child .image-wrapper:before {
    left: -75px;
    transform: none;
  }
}
div.ccm-page div.home .section3 .section3-etape .section3-content-box {
  display: block;
  z-index: 50;
  padding-left: 50px;
  margin-top: -10px;
}
@media (max-width: 991px) {
  div.ccm-page div.home .section3 .section3-etape .section3-content-box {
    padding-left: 0;
  }
}
div.ccm-page div.home .section3 .section3-etape .section3-content-box .section3-title h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  letter-spacing: 0.16px;
  margin: 1px 0 !important;
}
@media (min-width: 1600px) {
  div.ccm-page div.home .section3 .section3-etape .section3-content-box .section3-title h2 {
    font-size: 26px;
    line-height: 32px !important;
  }
}
div.ccm-page div.home .section3 .section3-etape .section3-content-box .section3-title a {
  padding-bottom: 50px;
}
div.ccm-page div.home .section3 .section3-etape .section3-content-box .section3-title img {
  position: absolute;
  top: 25px;
  left: -40px;
  width: 50px;
  height: 50px;
}
div.ccm-page div.home .section3 .section3-etape .section3-content-box .section3-content {
  z-index: 50;
  display: block;
  text-align: left;
  padding-top: 40px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  div.ccm-page div.home .section3 .section3-etape .section3-content-box .section3-content {
    padding-top: 40px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  div.ccm-page div.home .section3 .section3-etape .section3-content-box .section3-content {
    padding-top: 40px;
    margin-bottom: 75px;
  }
}
div.ccm-page div.home .section3 .section3-etape .section3-content-box .section3-content .etude-container h3 {
  font-size: 32px;
  line-height: 1.5em;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 30px;
}
@media (max-width: 1599px) {
  div.ccm-page div.home .section3 .section3-etape .section3-content-box .section3-content .etude-container h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  div.ccm-page div.home .section3 .section3-etape .section3-content-box .section3-content .etude-container h3 {
    font-size: 25px;
  }
}
div.ccm-page div.home .section3 .section3-etape .section3-content-box .section3-content .etude-container .etude-list {
  cursor: pointer;
  margin-left: -35px;
  margin-right: -15px;
}
div.ccm-page div.home .section3 .section3-etape .section3-content-box .section3-content .etude-container .etude-list .single-etude {
  color: #e50047;
  font-weight: 700;
  background: #ffffff;
  margin: 0 0 10px;
  padding: 0 0 0 20px;
}
div.ccm-page div.home .section3 .section3-etape .section3-content-box .section3-content .etude-container .etude-list .single-etude:last-child {
  margin: 0;
}
div.ccm-page div.home .section3 .section3-etape .section3-content-box .section3-content .etude-container .etude-list .single-etude .etude-title {
  position: relative;
  color: #e50047;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: 400;
  width: 950px;
  margin: 0 -15px 0 0;
  border: 1px solid #d6dae2;
  border-radius: 5px 5px 0 0;
  padding: 5px 50px 5px 15px;
}
@media (max-width: 1599px) {
  div.ccm-page div.home .section3 .section3-etape .section3-content-box .section3-content .etude-container .etude-list .single-etude .etude-title {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  div.ccm-page div.home .section3 .section3-etape .section3-content-box .section3-content .etude-container .etude-list .single-etude .etude-title {
    font-size: 20px !important;
    line-height: 22px !important;
  }
}
@media (max-width: 767px) {
  div.ccm-page div.home .section3 .section3-etape .section3-content-box .section3-content .etude-container .etude-list .single-etude .etude-title {
    font-size: 18px !important;
    line-height: 20px !important;
  }
}
@media (max-width: 575px) {
  div.ccm-page div.home .section3 .section3-etape .section3-content-box .section3-content .etude-container .etude-list .single-etude .etude-title {
    font-size: 16px !important;
    line-height: 18px !important;
  }
}
div.ccm-page div.home .section3 .section3-etape .section3-content-box .section3-content .etude-container .etude-list .single-etude .etude-title::after {
  content: "";
  width: 11px;
  height: 17px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(-100%, -50%) rotate(270deg);
  transform-origin: center;
  background: url("/application/themes/designed_by_tonik/images/icons/blue_thickest_arrow_11x18.png") center center no-repeat;
}
div.ccm-page div.home .section3 .section3-etape .section3-content-box .section3-content .etude-container .etude-list .single-etude .etude-title.collapsed {
  color: #002b4f;
  font-family: 'Inter', sans-serif;
  border: 1px solid #d6dae2;
  border-radius: 5px;
}
div.ccm-page div.home .section3 .section3-etape .section3-content-box .section3-content .etude-container .etude-list .single-etude .etude-title.collapsed::after {
  top: 50%;
  transform: translate(-100%, -50%) rotate(90deg);
  transform-origin: center;
  background: url("/application/themes/designed_by_tonik/images/icons/blue_thickest_arrow_11x18.png") center center no-repeat;
}
div.ccm-page div.home .section3 .section3-etape .section3-content-box .section3-content .etude-container .etude-list .single-etude .etude-content-container .etude-content {
  padding: 20px;
  width: 950px;
  max-width: 100%;
  border: 1px solid #d6dae2;
  border-radius: 5px;
  border-top: 0px;
  position: relative;
  top: -5px;
}
div.ccm-page div.home .section3 .section3-etape .section3-content-box .section3-content .etude-container .etude-list .single-etude .etude-content-container .etude-content ul li {
  color: #5c778f;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.25em;
  font-weight: 300;
  margin: 0 0 10px;
}
div.ccm-page div.home .section3 .section3-etape .section3-content-box .section3-content .etude-container .etude-list .single-etude .etude-content-container .etude-content ul li p {
  color: #5c778f;
  font-weight: 900;
}
div.ccm-page div.home .section3 .section3-etape .section3-content-box .section3-content .etude-container .etude-list .single-etude .etude-content-container .etude-content p {
  font-size: 17px;
  line-height: 1.25em;
  margin: 0 0 35px;
}
div.ccm-page div.home .section3 .section3-etape .section3-content-box .section3-content .etude-container .etude-list .single-etude .etude-content-container .etude-content p.infos {
  padding-left: 35px;
}
div.ccm-page div.home .divider3 {
  background-color: #e50047;
  background-image: url('/application/themes/designed_by_tonik/images/textures/motif_strip_canada_004-01.png');
  height: 100px;
  width: 100%;
  background-size: cover;
  background-repeat: repeat-x;
  background-position: center center;
}
div.ccm-page div.home .section4 {
  background-color: #ffffff;
  text-align: center;
  padding: 50px 40px;
  width: 100%;
}
@media (max-width: 991px) {
  div.ccm-page div.home .section4 {
    padding: 50px 15px;
  }
}
div.ccm-page div.home .section4 h2 {
  font-weight: 900;
  font-family: 'Inter', sans-serif;
  color: #002b4f;
}
@media (min-width: 1600px) {
  div.ccm-page div.home .section4 h2 {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.16px;
  }
}
div.ccm-page div.home .section4 .partenaires {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 75px;
}
div.ccm-page div.home .section4 .partenaires img {
  padding: 10px;
}
@media (max-width: 991px) {
  div.ccm-page div.home .section4 .partenaires img {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  div.ccm-page div.home .section4 .partenaires img {
    padding: 20px 65px;
  }
}
div.ccm-page div.home .divider4 {
  position: relative;
  top: -60px;
  z-index: 50;
}
div.ccm-page div.home .divider4 img {
  height: auto;
  width: 100%;
}
div.ccm-page div.home .section5 {
  background-color: #ffffff;
  padding: 0 40px 85px 40px;
  background-image: url("/application/themes/designed_by_tonik/images/icons/canada_lightgrey_half_leaf.png");
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  div.ccm-page div.home .section5 {
    padding: 0 50px 85px 20px;
  }
}
@media (max-width: 767px) {
  div.ccm-page div.home .section5 {
    padding: 15px 25px 65px 25px;
  }
}
@media (max-width: 575px) {
  div.ccm-page div.home .section5 {
    padding: 15px 0px 65px 0px;
  }
}
div.ccm-page div.home .section5 .column1 {
  margin: 10px 0 0 0;
}
div.ccm-page div.home .section5 .column1 img {
  padding: 0 60px 100px 0;
}
@media (max-width: 991px) {
  div.ccm-page div.home .section5 .column1 img {
    padding: 0 0 75px 0;
  }
}
@media (max-width: 767px) {
  div.ccm-page div.home .section5 .column1 img {
    padding: 0px 0 20px 10px;
  }
}
div.ccm-page div.home .section5 .column1 .page-list {
  border-right: 1px solid #d6dae2;
  padding: 0 60px 0 20px;
}
@media (max-width: 767px) {
  div.ccm-page div.home .section5 .column1 .page-list {
    border-right: 0px solid #d6dae2;
    padding: 0 15px;
  }
}
div.ccm-page div.home .section5 .column1 .page-list .section5-leftside-menu {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
div.ccm-page div.home .section5 .column1 .page-list .section5-leftside-menu a {
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  color: #4caeac;
}
div.ccm-page div.home .section5 .column1 .page-list .section5-leftside-menu a:hover {
  color: #4d6a83;
}
div.ccm-page div.home .section5 .column1 .page-list .section5-leftside-menu p {
  margin: 0 0 12px 0 !important;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #002b4f;
  font-weight: 500;
}
div.ccm-page div.home .section5 .column1 .page-list .editable-content {
  margin-top: 25px;
}
div.ccm-page div.home .section5 .column1 .page-list .editable-content h3 {
  margin: 0 0 20px 0;
}
div.ccm-page div.home .section5 .column1 .page-list .editable-content a {
  color: #4caeac;
  text-decoration: underline;
}
div.ccm-page div.home .section5 .column1 .page-list .editable-content a:hover {
  color: #0082aa;
  text-decoration: none;
}
div.ccm-page div.home .section5 .column1 .page-list .editable-content p {
  margin: 0 !important;
}
div.ccm-page div.home .section5 .column2 {
  margin: 10px 0 0 0;
}
div.ccm-page div.home .section5 .column2 img {
  padding: 0px 100px 100px 30px;
}
@media (max-width: 991px) {
  div.ccm-page div.home .section5 .column2 img {
    padding: 0 75px 50px 30px;
  }
}
@media (max-width: 767px) {
  div.ccm-page div.home .section5 .column2 img {
    margin-top: 60px;
    padding: 0 0 50px 10px;
  }
}
div.ccm-page div.home .section5 .column2 .formidable span.error {
  display: none !important;
}
div.ccm-page div.home .section5 .column2 .formidable-container {
  overflow: hidden;
  height: 100%;
}
div.ccm-page div.home .section5 .column2 .formidable-container .formidable_message {
  padding-left: 30px;
}
div.ccm-page div.home .section5 .column2 .formidable-container h1,
div.ccm-page div.home .section5 .column2 .formidable-container h2,
div.ccm-page div.home .section5 .column2 .formidable-container h3,
div.ccm-page div.home .section5 .column2 .formidable-container h4,
div.ccm-page div.home .section5 .column2 .formidable-container h5,
div.ccm-page div.home .section5 .column2 .formidable-container h6,
div.ccm-page div.home .section5 .column2 .formidable-container p {
  padding-left: 25px;
}
@media (max-width: 767px) {
  div.ccm-page div.home .section5 .column2 .formidable-container h1,
  div.ccm-page div.home .section5 .column2 .formidable-container h2,
  div.ccm-page div.home .section5 .column2 .formidable-container h3,
  div.ccm-page div.home .section5 .column2 .formidable-container h4,
  div.ccm-page div.home .section5 .column2 .formidable-container h5,
  div.ccm-page div.home .section5 .column2 .formidable-container h6,
  div.ccm-page div.home .section5 .column2 .formidable-container p {
    padding-left: 10px;
  }
}
div.ccm-page div.home .section5 .column2 .formidable-container .formidable_row .formidable_column {
  padding-left: 25px;
}
@media (max-width: 767px) {
  div.ccm-page div.home .section5 .column2 .formidable-container .formidable_row .formidable_column {
    padding-left: 13px;
  }
}
div.ccm-page div.home .section5 .column2 .formidable-container .formidable_row .formidable_column div {
  margin: 0;
}
div.ccm-page div.home .section5 .column2 .formidable-container .formidable_row .formidable_column div .element select {
  margin: 5px 0 !important;
}
div.ccm-page div.home .section5 .column2 .formidable-container .formidable_row .formidable_column .element label {
  color: #4d6a83;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}
div.ccm-page div.home .section5 .column2 .formidable-container .formidable_row .formidable_column .element input:focus,
div.ccm-page div.home .section5 .column2 .formidable-container .formidable_row .formidable_column .element textarea:focus,
div.ccm-page div.home .section5 .column2 .formidable-container .formidable_row .formidable_column .element select:focus {
  border-color: #23a09d;
  box-shadow: 0 0 0 0.2rem rgba(65, 199, 204, 0.219);
}
div.ccm-page div.home .section5 .column2 .formidable-container .formidable_row .formidable_column .element .buttons input[type=submit] {
  float: left;
  border: none !important;
  background-color: #002b4f;
  margin: 0;
  margin-left: -15px;
  transition: ease-in-out 0.2s;
}
div.ccm-page div.home .section5 .column2 .formidable-container .formidable_row .formidable_column .element .buttons input[type=submit]:hover {
  background-color: #e50047;
  color: #ffffff;
  transition: ease-in-out 0.2s;
}
div.ccm-page div.home .section5 .column2 .formidable-container .formidable_row .formidable_column .element div.captcha_holder {
  margin-left: 0 !important;
  margin-top: 10px !important;
}
div.ccm-page div.sub {
  padding: 20px 0;
  /* Breadcrumb */
  /* Aside */
  /* Other */
}
@media (min-width: 576px) {
  div.ccm-page div.sub {
    padding: 40px 0;
  }
}
div.ccm-page div.sub ol.breadcrumb {
  background-color: transparent;
  padding-inline-start: 0;
  font-size: 15px;
  margin: 0;
}
@media (min-width: 576px) {
  div.ccm-page div.sub ol.breadcrumb {
    padding: 15px 0 0 0;
  }
}
div.ccm-page div.sub ol.breadcrumb li {
  margin: 0;
  padding: 0;
}
div.ccm-page div.sub ol.breadcrumb li a {
  color: #000000;
  text-decoration: none;
  font-weight: 300;
}
div.ccm-page div.sub ol.breadcrumb li.active {
  color: #000000;
  font-weight: 600;
}
div.ccm-page div.sub ol.breadcrumb li + li:before {
  font-weight: 300;
  padding: 0 5px;
  color: #000000;
  content: ">";
}
@media (min-width: 576px) {
  div.ccm-page div.sub aside {
    padding: 60px 0;
  }
}
div.ccm-page div.sub aside div.subnav-wrapper {
  padding: 45px;
  background-color: #f1f1f1;
}
div.ccm-page div.sub aside div.subnav-wrapper div.subnav-parent {
  border-bottom: 2px solid rgba(0, 0, 0, 0.07000000000000001);
  padding: 0 10px 20px;
}
div.ccm-page div.sub aside div.subnav-wrapper div.subnav-parent a {
  text-decoration: none;
  font-size: 19px;
  line-height: 24px;
  font-weight: 600;
}
@media (min-width: 768px) {
  div.ccm-page div.sub aside div.subnav-wrapper div.subnav-parent a {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 992px) {
  div.ccm-page div.sub aside div.subnav-wrapper div.subnav-parent a {
    font-size: 22px;
    line-height: 27px;
  }
}
@media (min-width: 1200px) {
  div.ccm-page div.sub aside div.subnav-wrapper div.subnav-parent a {
    font-size: 25px;
    line-height: 30px;
  }
}
div.ccm-page div.sub aside div.subnav-wrapper div.subnav-parent a:hover,
div.ccm-page div.sub aside div.subnav-wrapper div.subnav-parent a:focus,
div.ccm-page div.sub aside div.subnav-wrapper div.subnav-parent a:active {
  text-decoration: underline;
  color: #000000;
}
div.ccm-page div.sub aside div.subnav-wrapper ul.subnav {
  list-style: none;
  padding: 20px 0 0;
  margin: 0;
}
div.ccm-page div.sub aside div.subnav-wrapper ul.subnav li {
  padding: 10px;
  margin: 0;
}
div.ccm-page div.sub aside div.subnav-wrapper ul.subnav li:last-child {
  padding-bottom: 0;
}
div.ccm-page div.sub aside div.subnav-wrapper ul.subnav li.nav-selected a {
  font-weight: 600;
}
div.ccm-page div.sub aside div.subnav-wrapper ul.subnav li a {
  text-decoration: none;
  font-weight: 400;
}
div.ccm-page div.sub aside div.subnav-wrapper ul.subnav li a:hover,
div.ccm-page div.sub aside div.subnav-wrapper ul.subnav li a:focus,
div.ccm-page div.sub aside div.subnav-wrapper ul.subnav li a:active {
  text-decoration: underline;
  color: #000000;
}
div.ccm-page div.sub picture {
  display: block;
  margin: 9.4921875px 0;
}
@media (min-width: 768px) {
  div.ccm-page div.sub picture {
    margin: 16.875px 0;
  }
}
@media (min-width: 992px) {
  div.ccm-page div.sub picture {
    margin: 22.5px 0;
  }
}
@media (min-width: 1200px) {
  div.ccm-page div.sub picture {
    margin: 30px 0;
  }
}
div.ccm-page div.sub .content {
  padding: 20px 0 0;
  min-height: 390px;
}
@media (min-width: 768px) {
  div.ccm-page div.sub .content {
    min-height: 400px;
  }
}
@media (min-width: 576px) {
  div.ccm-page div.sub .content {
    padding: 40px 0;
  }
}
div.ccm-page footer {
  width: 100%;
  max-width: 100%;
  background-color: #f5f6f8;
}
@media (max-width: 1599px) {
  div.ccm-page footer {
    height: auto;
  }
}
div.ccm-page footer .copyrightContent {
  padding: 10px 0;
  text-align: center;
}
@media (min-width: 768px) {
  div.ccm-page footer .copyrightContent {
    text-align: left;
  }
}
div.ccm-page footer .copyrightContent .container-fluid .row {
  justify-content: space-between;
  align-items: center;
}
div.ccm-page footer .copyrightContent .container-fluid .row div.rightReserve {
  color: #002b4f;
  font-size: 13px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0.16px;
  padding: 0px 30px;
}
@media (min-width: 768px) {
  div.ccm-page footer .copyrightContent .container-fluid .row div.rightReserve {
    padding: 0px 60px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  div.ccm-page footer .copyrightContent .container-fluid .row div.rightReserve {
    padding: 0px 60px;
    line-height: 20px;
  }
}
div.ccm-page footer .copyrightContent .container-fluid .row div.logo {
  padding: 0px 30px;
}
@media (min-width: 768px) {
  div.ccm-page footer .copyrightContent .container-fluid .row div.logo {
    padding: 0px 60px;
  }
}
div.ccm-page footer .copyrightContent .container-fluid .row div.logo img {
  float: none;
  display: block;
  padding: 0 5px;
  margin: 0 auto;
  margin-top: 10px;
  max-width: 100px;
}
@media (min-width: 768px) {
  div.ccm-page footer .copyrightContent .container-fluid .row div.logo img {
    float: right;
    margin: 0;
  }
}
