/*
light : #00AED6;
medium: #0F5A84;
dark : #003263;


Pour la présentation Web, utilisez la famille Libre Franklin, qui est une police de caractère Google Fonts. Voici un exemple de l’utilisation. La taille pouvant être ajustée selon le concept graphique de l’interface.

H1 - Libre Franklin Blod (700) (noir)
H1 - Libre Franklin SemiBold (600) (bleu profond)
H2 - Libre Franklin Medium(500) (bleu moyen)
Corps de texte - Libre Franklin(400) (noir)

*/

.zoomHover:focus,
.zoomHover:hover {
  transition: transform 0.2s !important;
  transform: scale(1.05) !important;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.59) !important;
}

.zoomHoverFa:focus > .fas,
.zoomHoverFa:focus > .fal,
.zoomHoverFa:hover > .fas,
.zoomHoverFa:hover > .fal {
  transition: transform 0.2s !important;
  transform: scale(1.05) !important;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.59) !important;
}

.able {
  border: solid 1px white;
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 3px;
}

.able-seekbar {
  padding-bottom: 10px;
}

.able-status-bar {
  padding-bottom: 30px;
}

.able-media-container {
  margin-bottom: -7px;
}

body {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
}

h1 {
  font-weight: 700;
}

h1.blue {
  font-weight: 600;
  color: #003263;
}

h2 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #0f5a84;
}

body {
  font-family: "Libre Franklin", sans-serif;
}

main a[target="_blank"]:not(.imgLink):after {
  font-family: "Font Awesome 5 Pro";
  content: "\f35d";
  display: inline-block;
  padding-left: 8px;
  font-weight: 900;
}

main a[target="_blank"]:not(.imgLink):focus,
.conseilsLogoSection a:focus {
  /*display: inline-block;*/
  /* outline: 1px solid #0f5a84 !important; */
}

a:not(.nav-link):not(.dropdown-item) {
  color: #017c98;
  text-decoration: underline;
}

.py-4Plus {
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}

.outlineFocus:focus {
  /* outline: 1px solid #0f5a84 !important; */
}

.smallTexte {
  font-size: 75%;
}

.bigTexte {
  font-size: 125%;
}

.doubleBigTexte {
  font-size: 150%;
}

/*
a:hover, a:focus {
  color: #0F5A84
}
*/

.pageWrapper {
  max-width: 1366px;
}

.mainWrapper {
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

@media (min-width: 992px) {
  .mainWrapper {
    margin-top: -20px;
    padding-top: 20px;
  }
}

.mainLogo {
  max-width: 500px;
}

.secondLogo {
  max-width: 350px;
}

.LogoFrancOntario {
  max-width: 95px;
  border: solid 2px green;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 8px;
}

.logoCanada {
  max-width: 250px;
  width: 100%;
}

.logoOntario {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  max-width: 300px;
  width: 100%;
}

.logoLaurentien {
  padding-left: 50px;
  max-width: 480px;
}

.solidBorder {
  border: solid 2px black;
  border-radius: 5px;
}

.nousJoindreBox {
  border: solid 5px #00aed6;
  border-radius: 10px;
  padding: 10px 30px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  width: fit-content;
  margin-left: auto;
}

.nousJoindreBox .far {
  font-size: 2.5rem;
  margin: 10px;
}

.nousJoindreBox .fas {
  font-size: 2.3rem;
  margin: 10px;
}

@media (max-width: 991px) {
  .blueNavLine {
    background-color: #00aed6;
  }
}

.blueNavLine {
  background-image: linear-gradient(transparent 25%, #00aed6 25% 75%, transparent 75%);
}

.navbar-dark-custom button {
  color: #fff;
  border: solid 1px white;
}

.navbar-dark-custom li {
  margin: 0 0.8%;
}

.navbar-dark-custom li.nav-item > a {
  background: #0f5a84;
  border: solid 3px white;
  border-radius: 25px 0 25px 0;
  padding: 20px;
}

.navbar-dark-custom li.nav-item > a:hover,
.navbar-dark-custom li.nav-item > a:focus {
  transition: transform 0.2s !important;
  transform: scale(1.05) !important;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.59) !important;
}

.navbar-dark-custom li a {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
}

.navbar-dark-custom .dropdown-menu {
  margin: 0;
  padding: 0;
  z-index: 6000;
  min-width: 250px;
}

.navbar-dark-custom li .dropdown-menu a {
  color: #003263 !important;
  font-size: 1rem;
  margin: 0;
  padding: 15px 15px 15px 25px !important;
  font-weight: 500;
}

.navbar-dark-custom li .dropdown-menu .fas {
  float: right;
  font-size: 1.4rem;
}

#navbarDropdownTwoSubOneDiv,
#navbarDropdownOneSubOneDiv {
  top: 0;
  left: 100%;
}

@media (min-width: 992px) {
  .lastDropdownMenu {
    transform: translatex(calc(-100% + 20px));
    left: 100%;
  }
}

.navbar-dark-custom .dropdown-menu a:hover,
.navbar-dark-custom .dropdown-menu a:focus,
.navbar-dark-custom .dropdown-menu a:active {
  background-color: #0f5a84 !important;
  color: #fff !important;
}

.smallNav {
  font-size: 1rem;
}

.smallNav a,
.nousJoindreBox {
  color: #003263 !important;
  text-decoration: none !important;
}

.smallNav a:hover,
.nousJoindreBox:hover,
.smallNav a:focus,
.nousJoindreBox:focus {
  color: #003263 !important;
  text-decoration: underline !important;
}

.smallNav .fas {
  font-size: 1.6rem;
}

.smallNav .nav-link {
  padding: 0.5rem 0.8rem;
}

.homeLink {
  padding-top: 0.35rem !important;
}

.dropdown-toggle::after {
  content: none !important;
}

.headerRightCol {
  font-weight: 600;
}

@media (max-width: 991px) {
  #navbarDropdownTwoSubOneDiv .dropdown-item,
  #navbarDropdownOneSubOneDiv .dropdown-item {
    padding-left: 50px !important;
  }

  .fas.fa-angle-right:before {
    content: "\f107";
  }

  .navbar-nav > .nav-item {
    width: 65%;
    margin: 5px auto;
    min-width: 450px;
  }
}

@media (max-width: 1483px) {
  #sticky-social-media-right {
    padding-top: 15px;
  }

  #sticky-social-media-right ul li {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1484px) {
  #sticky-social-media-right {
    position: absolute;
    right: 0;
    transform: translatex(100%);
    top: 2px;
  }

  #sticky-social-media-right ul li a {
    border-radius: 0 5px 5px 0;
    margin-bottom: 0.7rem;
  }

  .headerRightCol {
    padding-right: 3rem;
  }
}

#sticky-social-media-right.ressources-media-widget ul li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 10px;
}

#sticky-social-media ul,
#sticky-social-media-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sticky-social-media-right ul li a {
  background-color: #00aed6;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  height: 3.9rem !important;
  padding: 0.6rem 0.15rem 0 0.2rem !important;
  text-align: center;
  width: 3.9rem;
}

#sticky-social-media-right ul li:nth-child(even) a {
  background-color: #0f5a84 !important;
}

main {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 65px;
  padding-right: 65px;
  padding-top: 40px;
  padding-bottom: 40px;
}

main .img-fluid {
  padding-bottom: 25px;
  padding-top: 10px;
}

main ul {
  list-style: none !important;
}

main ul li {
  padding-bottom: 1rem;
  padding-right: 30px;
}

main ul:not(.no-bullet) li::before {
  content: "";
  background-image: url(../img/bullet.png);
  background-size: 1.2rem 1.2rem;
  display: inline-block;
  vertical-align: text-top;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: -2.2rem;
  margin-right: 1rem;
  margin-top: 0.2rem;
}
.no-bullet {
  padding-left: 0;
}

.a65-40 {
  margin-top: -40px;
}

.no-p-for-blue {
  margin-left: -65px;
  margin-right: -65px;
  padding-left: 65px;
  padding-right: 65px;
}

@media (min-width: 992px) {
  .no-p {
    margin-left: -65px;
    margin-right: -65px;
  }

  .a65-40 {
    margin-top: -58px;
  }

  .pl-box {
    padding-left: 80px;
  }

  .pr-box {
    padding-right: 80px;
  }
}

.blueTexteOnly {
  color: #0f5a84;
}

.blueTexte {
  font-weight: 600;
  color: #0f5a84;
}

.blueBox {
  border: solid 4px #00aed6;
  border-radius: 10px;
  padding: 20px;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 20px;
}

.blueBox p {
  font-weight: 600;
  color: #0f5a84;
  margin: 0;
}
.blueBoxCenter {
  border: solid 4px #00aed6;
  border-radius: 10px;
  padding: 20px;

  margin-left: 16%;
  margin-right: 16%;
  margin-bottom: 20px;
}
.blueBoxCenter p {
  font-weight: 600;
  color: #0f5a84;
  margin: 0;
}
.blueBoxCenter ul {
  margin-bottom: -15px;
}

.grayBox {
  background-color: #f7f7f7;
  padding: 35px 40px 20px 40px;
  margin-bottom: 30px;
}

.darkBlueBg {
  background-color: #0f5a84;
}

.lightBlueBg {
  background-color: #00aed6;
}

.rightBlueLine {
  border-right: solid 8px #00aed6;
}

.leftBlueLine {
  border-left: solid 8px #00aed6;
}

.blueBadge {
  position: absolute;
  top: 0;
  background-color: #0f5a84;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
}

.blueBadge.right {
  right: 0;
}

.blueBadge.left {
  left: 0;
}

.whiteText {
  color: #fff !important;
}

.three-col-ul {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

.card-img-top {
  width: 2rem !important;
  width: 100% !important;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

@media (min-width: 770px) {
  .br {
    border-radius: 35% 0 0 0;
  }

  .three-col-ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 992px) {
  .three-col-ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

.PlanDuSite {
  margin-top: 30px;
}

.PlanDuSite ul li {
  padding-bottom: initial;
  padding-top: 20px;
  font-weight: 600;
}

.PlanDuSite > ul > li > ul > li,
.PlanDuSite > ul > li > ul > li > ul > li {
  font-weight: 500;
  padding-top: 10px;
}

.causeries {
  text-align: center;
}

.causeries .card-title {
  font-weight: 600;
  font-size: 1.35rem;
}

.causeries .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rondCircle {
  font-size: 3.5rem;
  border: solid 8px #00aed6;
  padding: 20px 24px;
  border-radius: 50%;
  color: #fff;
}

.flex {
  display: flex;
}

.flex.v-align {
  align-items: center;
}

.flex.h-align {
  justify-content: center;
}

.legende {
  font-size: 1rem;
  font-weight: 700;
}

.legende a {
  display: inline-block;
  padding: 2px 0;
}

.C00,
.C56,
.C57,
.C58,
.C59,
.C60A,
.C60B,
.C61,
.C62,
.C63,
.C64,
.C65,
.C66 {
  height: 40px;
  width: 40px;
  vertical-align: middle;
  margin-left: 15px;
  margin-right: 20px;
  border: solid 1px black;
  display: inline-block;
  box-shadow: 0px 0px 0px 3px white inset;
}

.C00 {
  background-color: #fff;
  margin-left: 50px;
}

.C56 {
  background-color: #5a2c84;
  margin-left: 28px;
}

.C57 {
  background-color: #15b086;
  margin-left: 29px;
}

.C58 {
  background-color: #02a2de;
  margin-left: 28px;
}

.C59 {
  background-color: #ef3125;
  margin-left: 28px;
}

.C60A {
  background-color: #ffd207;
  margin-left: 15px;
}

.C60B {
  background-color: #039a63;
  margin-left: 16px;
}

.C61 {
  background-color: #2c5595;
  margin-left: 31px;
}

.C62 {
  background-color: #a00271;
  margin-left: 29px;
}

.C63 {
  background-color: #024162;
  margin-left: 28px;
}

.C64 {
  background-color: #f8b236;
  margin-left: 28px;
}

.C65 {
  background-color: #005b9c;
  margin-left: 28px;
}

.C66 {
  background-color: #fdc530;
  margin-left: 28px;
}

.carte {
  position: relative;
}

.carte button {
  border: none;
  background-color: transparent;
  position: absolute;
}

#grand-nord {
  z-index: 100;
  top: 37.4%;
  left: 5.1%;
  width: 42.6%;
  height: 28.8%;
  /*background-color: rgba(255, 0, 0, 0.3) !important;*/
}

#est {
  z-index: 300;
  top: 71.5%;
  left: 76.6%;
  width: 18%;
  height: 18.4%;
  /*background-color: rgba(0, 255, 0, 0.3) !important;*/
}

#nord-est {
  z-index: 100;
  top: 49.2%;
  left: 51.4%;
  width: 29.4%;
  height: 31.8%;
  /*background-color: rgba(0, 0, 255, 0.3) !important;*/
}

#nord-ouest {
  z-index: 300;
  top: 54.2%;
  left: 47.4%;
  width: 21.3%;
  height: 23.3%;
  /*background-color: rgba(255, 255, 0, 0.3) !important;*/
}

#centre-sud {
  z-index: 200;
  top: 74.8%;
  left: 55.4%;
  width: 25%;
  height: 24.3%;
  /*background-color: rgba(255, 0, 255, 0.3) !important;*/
}

#grand-nord:hover,
#est:hover,
#nord-est:hover,
#nord-ouest:hover,
#centre-sud:hover,
#home-grand-nord:hover,
#home-est:hover,
#home-nord-est:hover,
#home-nord-ouest:hover,
#home-centre-sud:hover,
#grand-nord:focus,
#est:focus,
#nord-est:focus,
#nord-ouest:focus,
#centre-sud:focus,
#home-grand-nord:focus,
#home-est:focus,
#home-nord-est:focus,
#home-nord-ouest:focus,
#home-centre-sud:focus {
  background-color: rgba(0, 50, 99, 0.2) !important;
}

#home-grand-nord {
  top: 78.1%;
  left: 77.9%;
  width: 17.3%;
  height: 17.8%;
  /*background-color: rgba(255, 0, 0, 0.3) !important;*/
}

#home-est {
  top: 77%;
  left: 73.8%;
  width: 17.3%;
  height: 17.8%;
  /*background-color: rgba(0, 255, 0, 0.3) !important;*/
}

#home-nord-est {
  top: 77.4%;
  left: 7.6%;
  width: 17.3%;
  height: 17.8%;
  /*background-color: rgba(0, 0, 255, 0.3) !important;*/
}

#home-nord-ouest {
  top: 3.2%;
  left: 79.2%;
  width: 17.3%;
  height: 17.8%;
  /*background-color: rgba(255, 255, 0, 0.3) !important;*/
}

#home-centre-sud {
  top: 77%;
  left: 73.7%;
  width: 17.3%;
  height: 17.8%;
  /*background-color: rgba(255, 0, 255, 0.3) !important;*/
}

.ressourceCard {
  border-radius: initial;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ressourceCard .card-img-top {
  border-radius: initial;
}

.ressourceCard .card-body,
.causeries .card-body {
  padding-bottom: 70px;
}

.ressourceCard .card-body .card-title {
  font-size: 1.35rem;
  font-weight: 600;
}

.ressourceCard .card-body .card-text {
  font-size: 1.1rem;
}

.ressourceCard .btn-primary,
.causeries .btn-primary {
  position: absolute;
  bottom: 20px;
  right: 20px;

  border-radius: initial;
  text-decoration: none !important;
  background-color: #0f5a84;
  border: solid 2px #0f5a84;
  color: #fff !important;
}

.ressourceCard .btn-primary:hover,
.ressourceCard .btn-primary:focus,
.ressourceCard .btn-primary:active,
.causeries .btn-primary:hover,
.causeries .btn-primary:focus,
.causeries .btn-primary:active {
  color: #0f5a84 !important;
  background-color: #fff !important;
  text-decoration: none !important;
}

.btn-avenir {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-weight: 600;
  left: 20px;
}

.facebook-link {
  margin-left: 16px;
  padding-top: 12px;
  margin-bottom: 15px;
  display: block;
  color: #003263 !important;
  text-decoration: none !important;
}
.facebook-link:hover,
.facebook-link:focus {
  text-decoration: underline !important;
}
.facebook-link img {
  max-width: 35px;
  vertical-align: bottom;
}
@media (max-width: 1483px) {
  .facebook-link {
    text-align: center;
    margin-left: 0px;
  }
}

cite {
  font-style: normal;
}

/* icon lien */

.chain-link > a::after {
  content: none !important;
}

.chain-link {
  font-size: 1.5rem;
}
.chain-link a {
  color: #265a85 !important;
}

.chain-link::before {
  content: "\f0c1";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #00aed6;
  font-size: 2rem;
  vertical-align: sub;
  margin-right: 10px;
}

.chain-link.text-white a,
.chain-link.text-white::before {
  color: white !important;
}

/* order list big bumber */
ol.circled-number {
  list-style: none;
  counter-reset: ol-counter;

  /* margin-left: 75px; */
  padding: 0;
}

ol.circled-number > li {
  counter-increment: ol-counter;
  padding-top: 3rem;
  padding-left: calc(6.4rem + 65px);
}

.blue-line-png-list {
  transform: scale(-1, -1);
  margin-left: calc(0px - 6.4rem - 65px);
  width: calc(100% + 6.4rem + 65px);
}
ol.circled-number > li::before {
  display: inline-block;
  position: absolute;
  width: 4rem;
  height: 4rem;

  content: counter(ol-counter);
  background-color: white;
  color: #0f5a84;
  font-size: 2.2rem;
  font-weight: bold;

  border: solid 4px #00aed6;
  border-radius: 50%;

  text-align: center;
  padding-top: 0.25rem;

  margin-top: -1rem;
  margin-left: -5.4rem;
  margin-right: 1rem;
}

/* tab panel  */
.collapsing {
  -webkit-transition: none !important;
  transition: none !important;
  display: none !important;
}

.tab-wrapper {
  /* border-bottom: solid 1px #45aed8; */
  /* margin-left: -35px; */
  /* margin-right: -65px; */
  /* padding-left: 30px; */
  margin-left: 30px;
}

.tab-header button {
  /* border: solid 4px #00aed6; */
  border-radius: 10px 10px 0 0;
  border-bottom: none;

  padding: 10px 20px;

  margin-right: 10px;
  width: auto;

  font-weight: 600;
  font-size: 1.3rem;
  background-color: #f7f7f7;
  color: #0f5a84;
}
.tab-header button:focus {
  box-shadow: none;
}

.tab-header button:not(.collapsed) {
  color: #fff;
  background-color: #0f5a84;
  border-color: #0f5a84;
  z-index: 2;
}

.tab-header button:hover,
.tab-header button:focus {
  text-decoration: none;
  color: #fff;
  background-color: #0f5a84;
  border-color: #0f5a84;
  z-index: 2;
}
@media (max-width: 510px) {
  .tab-wrapper {
    flex-wrap: wrap;
    margin-left: 65px;
    margin-right: 65px;
  }
  .tab-header button {
    border-radius: 10px;
    margin-bottom: 10px;
  }
}

/* title */
.blue-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #0f5a84;

  margin-top: 5px;
  margin-bottom: 10px;
}
.little-black-title {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
}

/* fil d'ariane */
.fil-ariane {
  list-style: none !important;
  padding-left: 0;
  display: inline-block;
}

.fil-ariane a {
  color: #000 !important;
}

.fil-ariane-elem1::before,
.fil-ariane-elem2::before,
.fil-ariane-elem3::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #45aed8;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 800;
}
.fil-ariane-elem1 {
  /* font-size: 2.5rem;
  font-weight: 700; */
  display: inline-block;
}

.fil-ariane-elem2 {
  display: inline-block;
  /* font-size: 1.8rem;
  font-weight: 600;
  color: #0f5a84 !important; */
}

.fil-ariane-elem3 {
  display: inline-block;
}

/* blue line */
.blue-line-svg {
  /* transform: scaleY(-1); */
  margin-left: -65px;
  margin-right: -65px;
}
ol.circled-number .blue-line-svg {
  margin-left: calc(0px - 6.4rem - 65px);
  width: calc(100% + 6.4rem + 65px);
}

/* 2 col list */
@media (min-width: 1350px) {
  .list2col {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}

.blue-line-png {
  margin-left: -65px;
  margin-right: -65px;
  transform: scale(-1, -1);
  width: calc(100% + 130px);
}

.grayBg {
  background-color: #f7f7f7;
}
.my-neg65 {
  margin-left: -65px;
  margin-right: -65px;
}
.py-65 {
  padding-left: 65px;
  padding-right: 65px;
}

/* homepage btn (En-route-vers-l-ontrio) */
.navigation-tile {
  padding-top: 30px;
}

.main-page-button,
.navigation-tile > li > ul {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 1350px) {
  .main-page-button,
  .navigation-tile > li > ul {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
}

.navigation-tile .sub-list {
  display: flex;
}

.navigation-tile .sub-list li {
  max-width: 23rem;
  padding-bottom: 0;
  padding-right: 40px;
}
.navigation-tile-subpage li {
  display: inline-flex;
}
.main-page-button,
.navigation-tile-subpage > li > ul {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 1350px) {
  .main-page-button,
  .navigation-tile-subpage > li > ul {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
}

.navigation-tile-subpage .sub-list {
  display: flex;
  align-items: flex-start;
}

.navigation-tile-subpage .sub-list li {
  max-width: 23rem;
  padding-bottom: 0;
  padding-right: 40px;
}
.main-page-button {
  background: #0f5a84;
  border: solid 3px white;
  border-radius: 0 25px 0 25px;
  padding: 20px;
  color: white !important;
  max-width: 18rem;
  width: 100%;
  margin-right: 40px;
  height: fit-content;

  display: flex;
}
.navigation-tile-subpage .main-page-button {
  border-radius: 0 25px 25px 0;
}
.sub-page-button {
  background: #f9f9f9;
  border: solid 3px white;
  border-radius: 25px;
  padding: 20px;
  color: #0f5a84 !important;
}

.main-page-button .fa-chevron-right,
.sub-page-button .fa-chevron-right {
  font-size: 2rem;
  padding-left: 15px;
}

.main-page-button,
.sub-page-button {
  display: flex;
  align-items: center;

  text-decoration: none !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  font-weight: 600;

  margin-bottom: 30px;
}

.sub-page-button.inner-page {
  max-width: 21rem;
  width: fit-content;
}

.main-page-button:hover,
.sub-page-button:hover {
  transform: scale(1.1);
  transition: transform 0.1s;
}
.main-page-button[aria-current="page"],
.sub-page-button[aria-current="page"] {
  background-color: #ddd;
  color: #0f5a84 !important;
}
.dark-blue-box {
  background-color: #0f5a84;
  color: white;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.nav-en-route {
  background-image: url("../img/map-bg-01.png");
  background-repeat: no-repeat;
  min-height: 750px;
}

.nav-en-route {
  margin-top: 50px;
  margin-bottom: 50px;

  margin-right: -65px;
  margin-left: -65px;
  padding-left: 65px;
  padding-right: 20px;
}

@media (max-width: 1024px) {
  .sub-list {
    flex-wrap: wrap;
  }
}
.max-width-500 {
  max-width: 500px;
}
:focus-visible {
  outline-color: black !important;
  outline-style: inset !important;
  outline-width: 4px !important;
  outline-offset: 4px !important;

  box-shadow: 0 0 0 4px white !important;
}
.navigation-link {
  font-size: 1.4rem;
  margin-top: 50px;
  margin-bottom: 60px;
}
.navigation-link a,
.navigation-link button {
  text-decoration: none !important;
  color: #0f5a84;

  background-color: #fff;
  border: none;
}
.navigation-link a span,
.navigation-link button span {
  font-size: 3rem;
  vertical-align: middle;
  color: #00aed6;
}

.navigation-link a span.fa-circle-left,
.navigation-link button span.fa-circle-left {
  margin-right: 5px;
}
.navigation-link a span.fa-circle-right,
.navigation-link button span.fa-circle-right {
  margin-left: 5px;
}

.navigation-link a:hover,
.navigation-link a:focus,
.navigation-link button:hover,
.navigation-link button:focus {
  text-decoration: underline !important;
}
.menu-btn {
  background-color: #f9f9f9;
  text-decoration: none !important;
  color: #000 !important;
  padding: 12px 24px;
  border-radius: 10px;
  border: solid 3px white;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.fil-ariane li a {
  background-color: #ddd;
  padding: 10px 15px;
  border-radius: 10px;
  border: solid 3px white;
  text-decoration: none !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.fil-ariane {
  padding-bottom: 25px;
}
.video-description ul {
  list-style: disc !important;
}
.video-description li {
  padding-bottom: unset !important;
}
.video-description li::before {
  content: "";
  background-image: none !important;
  background-size: unset !important;
  display: unset !important;
  vertical-align: unset !important;
  width: unset !important;
  height: unset !important;
  margin-left: unset !important;
  margin-right: unset !important;
  margin-top: unset !important;
}

/* jwplayeur */
.jw-controlbar {
  background-color: #000 !important;
}

.jw-controlbar {
  padding-top: 5px !important;
}

/* .jwplayer,
.jwplayer-iframe {
  border-radius: 25px;
} */

.jw-preview.jw-reset {
  background-color: white;
}
.jw-controls-backdrop {
  background: none !important;
}
.jw-state-idle {
  background: none !important;
}
.jw-controls {
  background: none !important;
}
.jw-icon.jw-icon-display.jw-button-color.jw-reset {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 15px;
}
.jw-controls.jw-reset {
  background-color: transparent !important;
}
