/*
Theme Name: CMFC Cadre juridique
Theme URI:
Author: CLD
Author URI:
Template: wp-bootstrap-starter
Description:
Version: 1.0
License:
License URI:
Text Domain:
Tags:
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 2.5rem;
}
hr {
  box-sizing: content-box;
  height: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}
p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #563d7c;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  padding: 0.74rem 1rem;
}
.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
.navbar-brand > a:visited,
.navbar-brand > a:hover {
  text-decoration: none;
}
#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}
body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}
#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
  color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.75rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}
.navbar-brand {
  height: auto;
}
.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}
.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
  position: relative;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover > .dropdown-menu {
  display: block;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover > a:after {
  border-left-color: #fff;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
  float: none;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}
.dropdown-menu {
  min-width: 12.5rem;
}
.dropdown .open .dropdown-menu {
  display: block;
  left: 12.25em;
  top: 0;
}
.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.25rem;
    padding: 0;
  }
  .dropdown-menu li a {
    padding: 0;
  }
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }
  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}
.navigation.post-navigation {
  padding-top: 1.875rem;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}
.post-navigation .nav-next a::after {
  content: " \2192";
}
.post-navigation .nav-previous a::before {
  content: "\2190 ";
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}
a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
.widget_search .search-form input[type="submit"] {
  display: none;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}
.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}
.sticky .entry-title {
  position: relative;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}
.post.hentry {
  margin-bottom: 4rem;
}
.posted-on,
.byline,
.comments-link {
  color: #9a9a9a;
}
.entry-title > a {
  color: inherit;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comment-body .pull-left {
  padding-right: 0.625rem;
}
.comment-list .comment {
  display: block;
}
.comment-list {
  padding-left: 0;
}
.comments-title {
  font-size: 1.125rem;
}
.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}
.comment-list .pingback:first-child {
  border: medium none;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}
.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}
.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}
.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}
.elementor-page .entry-content {
  margin-top: 0;
}
/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}
.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}
.vc_desktop .entry-content {
  margin-top: 0;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}
.copyright a,
footer#colophon a {
  color: inherit;
}
@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}
.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}
.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}
html,
body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  font-size: 10px;
}
@media (max-width: 575.98px) {
  html,
  body {
    font-size: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  html,
  body {
    font-size: 9px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html,
  body {
    font-size: 9px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  html,
  body {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  html,
  body {
    font-size: 10px;
  }
}
html {
  scroll-behavior: smooth;
  background: #fff;
}
body {
  max-width: 1400px;
  margin: auto;
}
a {
  color: #ff0000;
  text-decoration: underline;
}
a:hover,
a:active,
a:focus {
  color: #ff0000;
  text-decoration: underline;
}
header#masthead {
  position: fixed;
  padding: 2rem 0 2rem 0;
  background: #fff;
  box-shadow: none;
  width: 100vw;
  max-width: 1400px;
  z-index: 5000;
}
header#masthead .logo {
  text-align: center;
}
header#masthead .logo img {
  width: 70%;
}
header#masthead a {
  color: #333333 !important;
  text-decoration: none !important;
}
header#masthead a:hover,
header#masthead a:active,
header#masthead a:focus {
  color: #333333 !important;
  text-decoration: none !important;
}
header#masthead h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  padding: 0;
  margin: 0 0 0.5em 0;
}
@media (max-width: 575.98px) {
  header#masthead h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header#masthead h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header#masthead h2 {
    font-size: 1.75rem;
  }
}
header#masthead h1 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3rem;
  padding: 0;
  margin: 0 0 0 0;
}
@media (max-width: 575.98px) {
  header#masthead h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header#masthead h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header#masthead h1 {
    font-size: 2.5rem;
  }
}
.b-lang {
  position: absolute;
  right: 6rem;
  bottom: 0;
  z-index: 4001;
}
.b-lang a {
  width: 5rem;
  height: 5rem;
  text-indent: -9999px;
  display: block;
}
.b-lang.en a {
  background: url('images/icon-en.svg') no-repeat center top;
  background-size: 100% auto;
}
.b-lang.fr a {
  background: url('images/icon-fr.svg') no-repeat center top;
  background-size: 100% auto;
}
.navbar-toggler {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 5rem;
  height: 5rem;
  border: none;
  transition: all 0.3s ease-out;
  background: url('images/icon-menu.svg') no-repeat center top;
  background-size: 100% auto;
  text-indent: -9999px;
}
.navbar-toggler[aria-expanded="true"] {
  background: url('images/icon-menu.svg') no-repeat center bottom;
  background-size: 100% auto;
}
.navbar {
  position: absolute;
  right: 0;
  top: 100%;
  width: 30vw;
  background: #f3f3f3;
  z-index: 1000;
}
@media (max-width: 575.98px) {
  .navbar {
    width: 100vw !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar {
    width: 75vw !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar {
    width: 50vw !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar {
    width: 45vw !important;
  }
}
.navbar ul#menu-menu li a {
  font-size: 2rem !important;
  color: #333333 !important;
  font-family: "Lato", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
  padding: 0.25em 1em 0.25em 1em !important;
  margin: 0 !important;
  display: block;
  text-decoration: none !important;
}
.navbar ul#menu-menu li a.visited {
  color: #949494 !important;
}
.navbar ul#menu-menu li a.accueil:hover,
.navbar ul#menu-menu li a.accueil:focus,
.navbar ul#menu-menu li a.accueil:active {
  color: #0073ae !important;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-decoration: none !important;
}
.navbar ul#menu-menu li a.ontario:hover,
.navbar ul#menu-menu li a.ontario:focus,
.navbar ul#menu-menu li a.ontario:active {
  color: #034694 !important;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-decoration: none !important;
}
.navbar ul#menu-menu li a.quebec:hover,
.navbar ul#menu-menu li a.quebec:focus,
.navbar ul#menu-menu li a.quebec:active {
  color: #0067b1 !important;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-decoration: none !important;
}
.navbar ul#menu-menu li a.nouveau-brunswick:hover,
.navbar ul#menu-menu li a.nouveau-brunswick:focus,
.navbar ul#menu-menu li a.nouveau-brunswick:active {
  color: #a9218e !important;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-decoration: none !important;
}
.navbar ul#menu-menu li a.nouvelle-ecosse:hover,
.navbar ul#menu-menu li a.nouvelle-ecosse:focus,
.navbar ul#menu-menu li a.nouvelle-ecosse:active {
  color: #77288b !important;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-decoration: none !important;
}
.navbar ul#menu-menu li a.manitoba:hover,
.navbar ul#menu-menu li a.manitoba:focus,
.navbar ul#menu-menu li a.manitoba:active {
  color: #00a160 !important;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-decoration: none !important;
}
.navbar ul#menu-menu li a.territoires-du-nord-ouest:hover,
.navbar ul#menu-menu li a.territoires-du-nord-ouest:focus,
.navbar ul#menu-menu li a.territoires-du-nord-ouest:active {
  color: #a09500 !important;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-decoration: none !important;
}
.navbar ul#menu-menu li a.colombie-britannique:hover,
.navbar ul#menu-menu li a.colombie-britannique:focus,
.navbar ul#menu-menu li a.colombie-britannique:active {
  color: #008c99 !important;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-decoration: none !important;
}
.navbar ul#menu-menu li a.ile-du-prince-edouard:hover,
.navbar ul#menu-menu li a.ile-du-prince-edouard:focus,
.navbar ul#menu-menu li a.ile-du-prince-edouard:active {
  color: #f78f1e !important;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-decoration: none !important;
}
.navbar ul#menu-menu li a.yukon:hover,
.navbar ul#menu-menu li a.yukon:focus,
.navbar ul#menu-menu li a.yukon:active {
  color: #0091d1 !important;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-decoration: none !important;
}
.navbar ul#menu-menu li a.alberta:hover,
.navbar ul#menu-menu li a.alberta:focus,
.navbar ul#menu-menu li a.alberta:active {
  color: #006e63 !important;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-decoration: none !important;
}
.navbar ul#menu-menu li a.saskatchewan:hover,
.navbar ul#menu-menu li a.saskatchewan:focus,
.navbar ul#menu-menu li a.saskatchewan:active {
  color: #a88239 !important;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-decoration: none !important;
}
.navbar ul#menu-menu li a.terre-neuve-et-labrador:hover,
.navbar ul#menu-menu li a.terre-neuve-et-labrador:focus,
.navbar ul#menu-menu li a.terre-neuve-et-labrador:active {
  color: #8d9e23 !important;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-decoration: none !important;
}
.navbar ul#menu-menu li a.nunavut:hover,
.navbar ul#menu-menu li a.nunavut:focus,
.navbar ul#menu-menu li a.nunavut:active {
  color: #383092 !important;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-decoration: none !important;
}
.navbar ul#menu-menu li a.canada:hover,
.navbar ul#menu-menu li a.canada:focus,
.navbar ul#menu-menu li a.canada:active {
  color: #ff0000 !important;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-decoration: none !important;
}
.navbar ul#menu-menu li a.default:hover,
.navbar ul#menu-menu li a.default:focus,
.navbar ul#menu-menu li a.default:active {
  color: #104B6E !important;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-decoration: none !important;
}
.navbar ul#menu-menu li:first-child {
  margin-top: 0.5em;
}
.navbar ul#menu-menu li:last-child {
  margin-bottom: 0.5em;
}
.side-icons {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 999;
}
.side-icons .icon-list {
  position: fixed;
  width: 100%;
  max-width: 1400px;
  top: 45vh;
}
@media (max-width: 575.98px) {
  .side-icons .icon-list {
    top: 23vh;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .side-icons .icon-list {
    top: 25vh;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .side-icons .icon-list {
    top: 30vh;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .side-icons .icon-list {
    top: 40vh;
  }
}
@media (min-width: 1200px) {
  .side-icons .icon-list {
    top: 45vh;
  }
}
.side-icons .icon-list .side-icon {
  list-style: none;
  position: absolute;
}
.side-icons .icon-list .side-icon a {
  display: block;
  width: 5rem;
  height: 5rem;
  text-indent: -9999px;
  text-decoration: none !important;
}
.side-icons .icon-list .side-icon.arrow-left {
  left: 0;
}
.side-icons .icon-list .side-icon.arrow-left a {
  background: url('images/icon-arrow-left.svg') no-repeat center center;
  background-size: cover;
}
.side-icons .icon-list .side-icon.arrow-right {
  right: 0;
}
.side-icons .icon-list .side-icon.arrow-right a {
  background: url('images/icon-arrow-right.svg') no-repeat center center;
  background-size: cover;
}
.side-icons .icon-list .side-icon.download-pdf {
  right: 0;
  top: 9vh;
}
.side-icons .icon-list .side-icon.download-pdf a {
  background: url('images/icon-pdf.svg') no-repeat center center;
  background-size: cover;
}
.site-content {
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 575.98px) {
  .site-content {
    padding-top: 13rem !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .site-content {
    padding-top: 13rem !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .site-content {
    padding-top: 13rem !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .site-content {
    padding-top: 15rem !important;
  }
}
@media (min-width: 1200px) {
  .site-content {
    padding-top: 15rem !important;
  }
}
.site-content.page-home {
  background-color: #0073ae;
  padding: 5rem 0 5rem 0 !important;
}
@media (max-width: 575.98px) {
  .site-content.page-home {
    padding-top: 19rem !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .site-content.page-home {
    padding-top: 19rem !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .site-content.page-home {
    padding-top: 17rem !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .site-content.page-home {
    padding-top: 19rem !important;
  }
}
@media (min-width: 1200px) {
  .site-content.page-home {
    padding-top: 20rem !important;
  }
}
.site-content.page-home h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 2rem;
  padding: 0;
  margin: 0 0 1em 0;
  line-height: 1.2;
}
@media (max-width: 575.98px) {
  .site-content.page-home h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .site-content.page-home h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .site-content.page-home h2 {
    font-size: 1.75rem;
  }
}
.site-content.page-home h1 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 5rem;
  padding: 0;
  margin: 0 0 0 0;
  line-height: 1.2;
}
@media (max-width: 575.98px) {
  .site-content.page-home h1 {
    font-size: 3.75rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .site-content.page-home h1 {
    font-size: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .site-content.page-home h1 {
    font-size: 4.5rem;
  }
}
.site-content .map {
  margin-top: 2rem;
  margin-bottom: 10rem;
}
.site-content .map .map-box {
  position: relative;
  aspect-ratio: 1.4 / 1;
  background: url('images/map.svg') no-repeat center center;
  background-size: 100% 100%;
}
.site-content .provinces-and-territories {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-content .provinces-and-territories .p-or-t {
  width: 18%;
  position: absolute;
}
.site-content .provinces-and-territories .p-or-t.ontario {
  left: 51.35%;
  top: 73.7%;
}
.site-content .provinces-and-territories .p-or-t.quebec {
  left: 62.5%;
  top: 53%;
}
.site-content .provinces-and-territories .p-or-t.nouveau-brunswick {
  left: 78.5%;
  top: 83%;
}
.site-content .provinces-and-territories .p-or-t.nouvelle-ecosse {
  left: 83%;
  top: 62%;
}
.site-content .provinces-and-territories .p-or-t.manitoba {
  left: 42.1%;
  top: 53%;
}
.site-content .provinces-and-territories .p-or-t.territoires-du-nord-ouest {
  left: 26.2%;
  top: 32.2%;
}
.site-content .provinces-and-territories .p-or-t.colombie-britannique {
  left: 1.2%;
  top: 47.1%;
}
.site-content .provinces-and-territories .p-or-t.ile-du-prince-edouard {
  left: 83%;
  top: 41%;
}
.site-content .provinces-and-territories .p-or-t.yukon {
  left: 5.7%;
  top: 25.9%;
}
.site-content .provinces-and-territories .p-or-t.alberta {
  left: 14.8%;
  top: 73.7%;
}
.site-content .provinces-and-territories .p-or-t.saskatchewan {
  left: 21.7%;
  top: 53%;
}
.site-content .provinces-and-territories .p-or-t.terre-neuve-et-labrador {
  left: 78.5%;
  top: 20%;
}
.site-content .provinces-and-territories .p-or-t.nunavut {
  left: 48.9%;
  top: 26%;
}
.site-content .provinces-and-territories .p-or-t.canada {
  left: 42.1%;
  top: 94.8%;
}
.site-content .provinces-and-territories .p-or-t .p-or-t-box {
  aspect-ratio: 1.4 / 1;
}
.site-content .provinces-and-territories .p-or-t .p-or-t-box h3 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  font-size: 1.2rem;
  margin: 0;
  padding: 0.1em 0.3em 0.1em 0.3em;
  color: #fff;
}
.site-content .provinces-and-territories .p-or-t .p-or-t-box.ontario {
  background: url('images/cover-ontario.jpg') no-repeat center center;
  background-size: cover;
}
.site-content .provinces-and-territories .p-or-t .p-or-t-box.ontario h3 {
  background: #034694;
}
.site-content .provinces-and-territories .p-or-t .p-or-t-box.quebec {
  background: url('images/cover-quebec.jpg') no-repeat center center;
  background-size: cover;
}
.site-content .provinces-and-territories .p-or-t .p-or-t-box.quebec h3 {
  background: #16b6df;
  color: #333333;
}
.site-content .provinces-and-territories .p-or-t .p-or-t-box.nouveau-brunswick {
  background: url('images/cover-nouveau-brunswick.jpg') no-repeat center center;
  background-size: cover;
}
.site-content .provinces-and-territories .p-or-t .p-or-t-box.nouveau-brunswick h3 {
  background: #a9218e;
}
.site-content .provinces-and-territories .p-or-t .p-or-t-box.nouvelle-ecosse {
  background: url('images/cover-nouvelle-ecosse.jpg') no-repeat center center;
  background-size: cover;
}
.site-content .provinces-and-territories .p-or-t .p-or-t-box.nouvelle-ecosse h3 {
  background: #77288b;
}
.site-content .provinces-and-territories .p-or-t .p-or-t-box.manitoba {
  background: url('images/cover-manitoba.jpg') no-repeat center center;
  background-size: cover;
}
.site-content .provinces-and-territories .p-or-t .p-or-t-box.manitoba h3 {
  background: #00a160;
  color: #333333;
}
.site-content .provinces-and-territories .p-or-t .p-or-t-box.territoires-du-nord-ouest {
  background: url('images/cover-territoires-du-nord-ouest.jpg') no-repeat center center;
  background-size: cover;
}
.site-content .provinces-and-territories .p-or-t .p-or-t-box.territoires-du-nord-ouest h3 {
  background: #ffee00;
  color: #333333;
}
.site-content .provinces-and-territories .p-or-t .p-or-t-box.colombie-britannique {
  background: url('images/cover-colombie-britannique.jpg') no-repeat center center;
  background-size: cover;
}
.site-content .provinces-and-territories .p-or-t .p-or-t-box.colombie-britannique h3 {
  background: #008c99;
  color: #333333;
}
.site-content .provinces-and-territories .p-or-t .p-or-t-box.ile-du-prince-edouard {
  background: url('images/cover-ile-du-prince-edouard.jpg') no-repeat center center;
  background-size: cover;
}
.site-content .provinces-and-territories .p-or-t .p-or-t-box.ile-du-prince-edouard h3 {
  background: #f78f1e;
  color: #333333;
}
.site-content .provinces-and-territories .p-or-t .p-or-t-box.yukon {
  background: url('images/cover-yukon.jpg') no-repeat center center;
  background-size: cover;
}
.site-content .provinces-and-territories .p-or-t .p-or-t-box.yukon h3 {
  background: #0091d1;
  color: #333333;
}
.site-content .provinces-and-territories .p-or-t .p-or-t-box.alberta {
  background: url('images/cover-alberta.jpg') no-repeat center center;
  background-size: cover;
}
.site-content .provinces-and-territories .p-or-t .p-or-t-box.alberta h3 {
  background: #006e63;
}
.site-content .provinces-and-territories .p-or-t .p-or-t-box.saskatchewan {
  background: url('images/cover-saskatchewan.jpg') no-repeat center center;
  background-size: cover;
}
.site-content .provinces-and-territories .p-or-t .p-or-t-box.saskatchewan h3 {
  background: #dcaa4b;
  color: #333333;
}
.site-content .provinces-and-territories .p-or-t .p-or-t-box.terre-neuve-et-labrador {
  background: url('images/cover-terre-neuve-et-labrador.jpg') no-repeat center center;
  background-size: cover;
}
.site-content .provinces-and-territories .p-or-t .p-or-t-box.terre-neuve-et-labrador h3 {
  background: #c1d831;
  color: #333333;
}
.site-content .provinces-and-territories .p-or-t .p-or-t-box.nunavut {
  background: url('images/cover-nunavut.jpg') no-repeat center center;
  background-size: cover;
}
.site-content .provinces-and-territories .p-or-t .p-or-t-box.nunavut h3 {
  background: #383092;
}
.site-content .provinces-and-territories .p-or-t .p-or-t-box.canada {
  background: url('images/cover-canada.jpg') no-repeat center center;
  background-size: cover;
}
.site-content .provinces-and-territories .p-or-t .p-or-t-box.canada h3 {
  background: #ff0000;
  color: #333333;
}
.site-content .provinces-and-territories .p-or-t .p-or-t-box.default h3 {
  background: #104B6E !important;
  color: #fff !important;
}
.region .cover-image {
  width: 100%;
  height: 75vh;
  margin-bottom: -15rem;
  transition: all 0.3s ease-out;
}
@media (max-width: 575.98px) {
  .region .cover-image {
    aspect-ratio: 1.6 / 1;
    height: inherit;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .region .cover-image {
    aspect-ratio: 1.6 / 1;
    height: inherit;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .region .cover-image {
    aspect-ratio: 1.6 / 1;
    height: inherit;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .region .cover-image {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .region .cover-image {
    font-size: 10px;
  }
}
.region .entry-title {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 5rem;
  margin: 0;
  padding: 0.5em 1em 0.5em 1em;
  display: inline-block;
  border: none;
}
.region .entry-content {
  margin-top: 0;
  margin-bottom: 5rem;
  padding: 3rem;
  background: #fff;
  color: #333333;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
}
.region .entry-content p {
  text-indent: 1em;
  padding: 0;
  margin: 0 0 0.5em 0;
}
.region .entry-content p:first-child {
  text-indent: 0;
}
.region .entry-content p:last-child:after {
  content: "\25A0";
  display: inline-block;
  margin-left: 0.5em;
  font-size: 4rem;
  position: absolute;
  padding: 0;
  margin: -0.425em -0.4em;
}
.region .entry-content ul {
  margin-bottom: 0;
}
.region .entry-content ul li {
  margin: 0 0 0.5em 0;
}
.region.ontario .cover-image {
  background: url('images/cover-ontario.jpg') no-repeat center center;
  background-size: cover;
}
.region.ontario .entry-title {
  background: #034694;
  color: #fff;
}
.region.ontario .site-main {
  background: #034694;
}
.region.ontario p a {
  color: #034694;
}
.region.ontario p a:hover,
.region.ontario p a:active,
.region.ontario p a:focus {
  color: #034694;
}
.region.ontario p:last-child:after {
  color: #034694;
}
.region.quebec .cover-image {
  background: url('images/cover-quebec.jpg') no-repeat center center;
  background-size: cover;
}
.region.quebec .entry-title {
  background: #0067b1;
  color: #fff;
}
.region.quebec .site-main {
  background: #0067b1;
}
.region.quebec p a {
  color: #0067b1;
}
.region.quebec p a:hover,
.region.quebec p a:active,
.region.quebec p a:focus {
  color: #0067b1;
}
.region.quebec p:last-child:after {
  color: #0067b1;
}
.region.nouveau-brunswick .cover-image {
  background: url('images/cover-nouveau-brunswick.jpg') no-repeat center center;
  background-size: cover;
}
.region.nouveau-brunswick .entry-title {
  background: #a9218e;
  color: #fff;
}
.region.nouveau-brunswick .site-main {
  background: #a9218e;
}
.region.nouveau-brunswick p a {
  color: #a9218e;
}
.region.nouveau-brunswick p a:hover,
.region.nouveau-brunswick p a:active,
.region.nouveau-brunswick p a:focus {
  color: #a9218e;
}
.region.nouveau-brunswick p:last-child:after {
  color: #a9218e;
}
.region.nouvelle-ecosse .cover-image {
  background: url('images/cover-nouvelle-ecosse.jpg') no-repeat center center;
  background-size: cover;
}
.region.nouvelle-ecosse .entry-title {
  background: #77288b;
  color: #fff;
}
.region.nouvelle-ecosse .site-main {
  background: #77288b;
}
.region.nouvelle-ecosse p a {
  color: #77288b;
}
.region.nouvelle-ecosse p a:hover,
.region.nouvelle-ecosse p a:active,
.region.nouvelle-ecosse p a:focus {
  color: #77288b;
}
.region.nouvelle-ecosse p:last-child:after {
  color: #77288b;
}
.region.manitoba .cover-image {
  background: url('images/cover-manitoba.jpg') no-repeat center center;
  background-size: cover;
}
.region.manitoba .entry-title {
  background: #00a160;
  color: #333333;
}
.region.manitoba .site-main {
  background: #00a160;
}
.region.manitoba p a {
  color: #00a160;
}
.region.manitoba p a:hover,
.region.manitoba p a:active,
.region.manitoba p a:focus {
  color: #00a160;
}
.region.manitoba p:last-child:after {
  color: #00a160;
}
.region.territoires-du-nord-ouest .cover-image {
  background: url('images/cover-territoires-du-nord-ouest.jpg') no-repeat center center;
  background-size: cover;
}
.region.territoires-du-nord-ouest .entry-title {
  background: #ffee00;
  color: #333333;
}
.region.territoires-du-nord-ouest .site-main {
  background: #ffee00;
}
.region.territoires-du-nord-ouest p a {
  color: #a09500;
}
.region.territoires-du-nord-ouest p a:hover,
.region.territoires-du-nord-ouest p a:active,
.region.territoires-du-nord-ouest p a:focus {
  color: #a09500;
}
.region.territoires-du-nord-ouest p:last-child:after {
  color: #ffee00;
}
.region.colombie-britannique .cover-image {
  background: url('images/cover-colombie-britannique.jpg') no-repeat center center;
  background-size: cover;
}
.region.colombie-britannique .entry-title {
  background: #008c99;
  color: #fff;
}
.region.colombie-britannique .site-main {
  background: #008c99;
}
.region.colombie-britannique p a {
  color: #008c99;
}
.region.colombie-britannique p a:hover,
.region.colombie-britannique p a:active,
.region.colombie-britannique p a:focus {
  color: #008c99;
}
.region.colombie-britannique p:last-child:after {
  color: #008c99;
}
.region.ile-du-prince-edouard .cover-image {
  background: url('images/cover-ile-du-prince-edouard.jpg') no-repeat center center;
  background-size: cover;
}
.region.ile-du-prince-edouard .entry-title {
  background: #f78f1e;
  color: #333333;
}
.region.ile-du-prince-edouard .site-main {
  background: #f78f1e;
}
.region.ile-du-prince-edouard p a {
  color: #f78f1e;
}
.region.ile-du-prince-edouard p a:hover,
.region.ile-du-prince-edouard p a:active,
.region.ile-du-prince-edouard p a:focus {
  color: #f78f1e;
}
.region.ile-du-prince-edouard p:last-child:after {
  color: #f78f1e;
}
.region.yukon .cover-image {
  background: url('images/cover-yukon.jpg') no-repeat center center;
  background-size: cover;
}
.region.yukon .entry-title {
  background: #0091d1;
  color: #fff;
}
.region.yukon .site-main {
  background: #0091d1;
}
.region.yukon p a {
  color: #0091d1;
}
.region.yukon p a:hover,
.region.yukon p a:active,
.region.yukon p a:focus {
  color: #0091d1;
}
.region.yukon p:last-child:after {
  color: #0091d1;
}
.region.alberta .cover-image {
  background: url('images/cover-alberta.jpg') no-repeat center center;
  background-size: cover;
}
.region.alberta .entry-title {
  background: #006e63;
  color: #fff;
}
.region.alberta .site-main {
  background: #006e63;
}
.region.alberta p a {
  color: #006e63;
}
.region.alberta p a:hover,
.region.alberta p a:active,
.region.alberta p a:focus {
  color: #006e63;
}
.region.alberta p:last-child:after {
  color: #006e63;
}
.region.saskatchewan .cover-image {
  background: url('images/cover-saskatchewan.jpg') no-repeat center center;
  background-size: cover;
}
.region.saskatchewan .entry-title {
  background: #dcaa4b;
  color: #333333;
}
.region.saskatchewan .site-main {
  background: #dcaa4b;
}
.region.saskatchewan p a {
  color: #a88239;
}
.region.saskatchewan p a:hover,
.region.saskatchewan p a:active,
.region.saskatchewan p a:focus {
  color: #a88239;
}
.region.saskatchewan p:last-child:after {
  color: #dcaa4b;
}
.region.terre-neuve-et-labrador .cover-image {
  background: url('images/cover-terre-neuve-et-labrador.jpg') no-repeat center center;
  background-size: cover;
}
.region.terre-neuve-et-labrador .entry-title {
  background: #c1d831;
  color: #333333;
}
.region.terre-neuve-et-labrador .site-main {
  background: #c1d831;
}
.region.terre-neuve-et-labrador p a {
  color: #8d9e23;
}
.region.terre-neuve-et-labrador p a:hover,
.region.terre-neuve-et-labrador p a:active,
.region.terre-neuve-et-labrador p a:focus {
  color: #8d9e23;
}
.region.terre-neuve-et-labrador p:last-child:after {
  color: #c1d831;
}
.region.nunavut .cover-image {
  background: url('images/cover-nunavut.jpg') no-repeat center center;
  background-size: cover;
}
.region.nunavut .entry-title {
  background: #383092;
  color: #fff;
}
.region.nunavut .site-main {
  background: #383092;
}
.region.nunavut p a {
  color: #383092;
}
.region.nunavut p a:hover,
.region.nunavut p a:active,
.region.nunavut p a:focus {
  color: #383092;
}
.region.nunavut p:last-child:after {
  color: #383092;
}
.region.canada .cover-image {
  background: url('images/cover-canada.jpg') no-repeat center center;
  background-size: cover;
}
.region.canada .entry-title {
  background: #ff0000;
  color: #fff;
}
.region.canada .site-main {
  background: #ff0000;
}
.region.canada p a {
  color: #ff0000;
}
.region.canada p a:hover,
.region.canada p a:active,
.region.canada p a:focus {
  color: #ff0000;
}
.region.canada p:last-child:after {
  color: #ff0000;
}
.region.default .entry-title {
  background: #104B6E !important;
  color: #fff !important;
}
.region.default .site-main {
  background: #104B6E !important;
}
.region.default p a {
  color: #104B6E !important;
}
.region.default p a:hover,
.region.default p a:active,
.region.default p a:focus {
  color: #104B6E !important;
}
.region.default p:last-child:after {
  color: #104B6E !important;
}
footer {
  margin: 0;
  padding: 2rem 0 2rem 0;
}
footer .logo {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
footer .site-info {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
}
.otgs-development-site-front-end {
  display: none !important;
}
