@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
.site-header {
  padding: 0;
  background-color: #fff;
  z-index: 999;
  position: sticky;
  top: -140px !important;
}

.title-area {
  position: relative;
  height: 90px;
  width: 100%;
  max-width: 100% !important;
  text-align: center;
  background-color: #fff;
  z-index: 100;
  border-bottom: 1px solid #59c4e8;
}

.title-area .site-title {
  vertical-align: middle;
}

.title-area .custom-logo-link {
  max-width: 350px;
  margin: 2px auto 0;
}

.nav-primary {
  height: 80px;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  padding: 0 !important;
  -webkit-box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.1);
}

.nav-primary ul {
  margin: 0;
  padding: 0;
  line-height: 1.1;
}

.nav-primary ul li {
  padding: 20px 0;
}

.nav-primary ul li.align-left,
.nav-third ul li.align-left {
  float: left;
}

.nav-primary ul li.align-right,
.nav-third ul li.align-right {
  float: right;
}

.nav-primary ul > li a {
  color: #0070ba;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  border-right: 1px solid #aaa;
  padding: 10px 15px;
}

.nav-primary ul li.two-lines a {
  padding: 0px 15px;
}

.nav-primary ul li:nth-last-child(3) a,
.nav-primary ul li:last-child a,
.nav-primary ul li:nth-child(2) a {
  border: none;
}

.nav-primary .sub-menu {
  margin-top: 20px;
}

.nav-primary .sub-menu li {
  margin: 0;
  padding: 0;
}

.nav-primary .sub-menu li a {
  border: none !important;
  border-bottom: 1px solid #eee !important;
}

.sub-menu-toggle {
  padding: 20px 10px;
}

.site-top-header {
  float: right;
  width: 100%;
  height: 50px;
  background-color: #0070ba;
}

.nav-third {
  width: 100%;
  float: left;
  height: 50px;
}

.nav-third ul {
  float: left;
  width: 100%;
  padding: 0 5px 0 5px;
  margin: 0;
}

.nav-third ul li {
  padding: 10px 0 15px 8px;
}

.nav-third ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  padding: 0 8px 0 0;
  margin-top: 7px;
}

.nav-third ul li a:hover,
.nav-third ul li a:focus {
  color: #fff !important;
}

.nav-third ul li.align-left:nth-child(4) a {
  border: none;
}

.nav-third ul li i {
  margin-right: 2px;
}

.nav-third ul li.search-box a {
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #fff;
  border-radius: 50%;
  color: #0070ba;
  height: 32px;
  width: 32px;
  line-height: 33px;
  margin-top: -1px;
  margin-right: 8px;
  text-align: center;
  float: right;
}

.nav-third ul li.search-box a:hover {
  background-color: #0070ba;
  color: #fff;
}

.nav-third ul li.search-box a span {
  margin-left: 6px;
}

.overlay-search-box {
  display: flex;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 112, 186, 0.9);
  z-index: 10000;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  padding: 15px;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.overlay-search-box.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.overlay-search-box .content-search {
  max-width: 600px;
  width: 100%;
}

.overlay-search-box .content-search .searchform input[type=submit] {
  background-color: #fff;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 10px;
}

.overlay-search-box .content-search .searchform input[type=submit]:hover {
  background-color: #000 !important;
  color: #fff;
}

.overlay-search-box .content-search h4 {
  color: #FFF;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 5px;
}

.overlay-search-box .search-box-close {
  color: #FFF;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 200;
  float: right;
  margin-top: -25px;
}

.overlay-search-box .content-search .searchform input[type=text] {
  font-size: 14px;
  font-size: 1.4rem;
}

.noscroll {
  overflow: hidden;
}

/*.nav-third ul li.align-right { padding: 11px 10px; }
.nav-third ul li.align-right:nth-child(5) a:before { 
	font-family: "Font Awesome 5 pro";
	font-size: 24px;
	font-size: 2.4rem;
	display: inline-block;
	margin-right: 10px;
	margin-top: 3px;
	font-weight: 300;
	float: left;
}
.nav-third ul li.align-right:nth-child(5) a:before { content: '\f4c4'; }
.nav-third ul li.align-right a { font-size: 14px; font-size: 1.4rem; }
.nav-third ul li.align-right a span { display: inline-block; }*/
.site-sub-header {
  float: right;
  width: 100%;
  position: relative;
}

.site-sub-header .nav-fourth.hide {
  margin-top: -142px;
}

.site-sub-header .nav-fourth {
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.nav-fourth {
  float: left;
  position: relative;
  width: 100%;
  z-index: 10;
  background-color: #efefef;
  height: 110px;
}

.nav-fourth ul {
  height: 100%;
  padding: 0;
  margin: 0;
}

.nav-fourth ul li {
  float: left;
  line-height: 1.1;
  border-right: 1px solid #fff;
  height: 100%;
  width: 150px;
  padding: 0;
  background-color: #0070ba;
}

.nav-fourth ul li:last-child {
  border-right: none;
}

.nav-fourth ul li a {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
}

.nav-fourth ul li a:hover img {
  opacity: 0.5;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.nav-fourth ul li a .texte-menu-sub {
  color: #fff;
  z-index: 100;
  text-decoration: none;
  padding: 23px 15px;
  width: 100%;
}

.nav-fourth ul li:nth-child(2) a .texte-menu-sub {
  padding-left: 25px;
}

.nav-fourth ul li a:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 80;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
}

.nav-fourth ul li a img {
  position: absolute;
  z-index: 0;
  height: auto;
  min-height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.nav-fourth ul li a span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

.nav-fourth ul li a span:first-child {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.nav-fourth ul li:first-child {
  position: relative;
  border: none;
  max-width: 135px !important;
  min-width: 135px !important;
}

.nav-fourth ul li:nth-child(2) {
  width: 160px;
}

.nav-fourth ul li .lab-texte {
  position: relative;
  z-index: 100;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 37px 0 37px 10px;
  text-transform: uppercase;
  background-color: #fab900;
  color: #fff;
  height: 100%;
}

.nav-fourth ul li .img-menu-sub {
  position: absolute;
  height: 100%;
  width: 150px;
  background-color: #000;
}

.nav-fourth ul li .lab-fleche {
  position: absolute;
  z-index: 150;
  top: 2px;
  right: -10px;
  width: 0;
  height: 0;
  border-top: 52px solid transparent;
  border-bottom: 52px solid transparent;
  border-left: 10px solid #fab900;
}

.btn-close-submenu {
  position: absolute;
  z-index: 0;
  color: #fff;
  bottom: -31px;
  right: 15px;
  font-size: 30px;
  font-size: 3rem;
  background: transparent;
  background-color: #fab900;
  padding: 0px 8px;
  line-height: 1;
  -webkit-border-bottom-right-radius: 45px;
  -webkit-border-bottom-left-radius: 45px;
  -moz-border-radius-bottomright: 45px;
  -moz-border-radius-bottomleft: 45px;
  border-bottom-right-radius: 45px;
  border-bottom-left-radius: 45px;
  width: 40px;
  text-align: center;
}

.btn-close-submenu:hover,
.btn-close-submenu:focus {
  color: #0070ba;
  background-color: #fab900;
}

.btn-open-submenu {
  position: absolute;
  z-index: 0;
  color: #fff;
  top: 0;
  right: 15px;
  font-size: 30px;
  font-size: 3rem;
  background: transparent;
  background-color: #fab900;
  padding: 0px 8px;
  line-height: 1;
  -webkit-border-bottom-right-radius: 45px;
  -webkit-border-bottom-left-radius: 45px;
  -moz-border-radius-bottomright: 45px;
  -moz-border-radius-bottomleft: 45px;
  border-bottom-right-radius: 45px;
  border-bottom-left-radius: 45px;
  width: 40px;
  text-align: center;
}

.btn-open-submenu:hover {
  color: #0070ba;
  background-color: #fab900;
}

.site-social-header {
  position: absolute;
  top: 0;
  right: 0;
  padding: 35px 10px 35px 10px;
}

.site-social-header ul {
  margin: 0;
  padding: 0;
}

.site-social-header ul li {
  float: right !important;
}

.site-social-header ul li:nth-child(2) {
  border-left: 1px solid #fab900;
  padding-left: 8px;
  margin-left: 9px;
}

.site-social-header ul li a {
  color: #fab900;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  padding: 0 5px;
}

.site-lang-header {
  position: absolute;
  top: 0;
  left: 0;
  padding: 37px 15px 37px 15px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  color: #fab900;
}

.site-social-header ul li a .fa-hal {
  margin-top: 2px;
  display: inline-block;
  background-image: url("images/structure/icon-hal.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 17px;
  width: 17px;
}

.site-social-header ul li a .fa-canalu {
  margin-top: 2px;
  display: inline-block;
  background-image: url("images/structure/icon-canalu.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 17px;
  width: 17px;
}

@media only screen and (max-width: 1420px) {
  .nav-fourth ul li .img-menu-sub {
    display: none;
  }
}
@media only screen and (max-width: 1020px) {
  .nav-fourth ul li a {
    align-items: center;
  }
  .nav-fourth ul li .texte-menu-sub span:first-child {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .nav-fourth ul li .texte-menu-sub span:last-child {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .site-sub-header {
    display: none;
    border-top: 1px solid #aaaaaa;
  }
  .site-header .menu-toggle::before {
    width: 30px;
    height: 30px;
    font-size: 30px;
    font-size: 3rem;
  }
  .nav-primary {
    height: auto;
    position: initial !important;
  }
  .nav-primary ul li.align-left,
  .nav-primary ul li.align-right {
    float: none;
  }
  .nav-primary ul li {
    border-top: 1px solid #aaaaaa;
    padding: 0;
  }
  .nav-primary ul li.two-lines a {
    padding: 20px 15px;
  }
  .nav-primary ul li a {
    border: none;
    padding: 20px 15px;
  }
  .nav-primary ul li a br {
    display: none;
  }
  .nav-primary ul li ul.sub-menu {
    padding: 0;
    margin: 0;
  }
  .nav-primary .sub-menu li a {
    background-color: #efefef;
  }
  .nav-primary .sub-menu li a:before {
    content: "- ";
  }
  .site-social-header {
    display: none;
  }
  .site-social-header ul li.menu-item {
    display: inline-block;
  }
  .site-lang-header {
    top: 84px;
    z-index: 999;
  }
}
@media only screen and (max-width: 880px) {
  .nav-fourth ul li:first-child {
    display: none;
  }
}
@media only screen and (max-width: 760px) {
  .nav-third ul li.align-left a span span {
    display: none;
  }
  .nav-third ul li.align-right {
    max-width: 200px;
  }
  .nav-third ul li.align-right a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media only screen and (max-width: 420px) {
  .nav-third ul li a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .nav-third ul li a span span {
    display: none;
  }
  .nav-third ul li.align-right {
    max-width: auto;
  }
  .nav-third ul li.align-right a {
    overflow: visible;
    white-space: initial;
    text-overflow: initial;
  }
  .nav-third ul li.align-right a span span {
    display: none;
  }
}
html {
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  color: #000;
}

hr {
  margin: 20px 0;
}

*:focus {
  outline: none;
}

button[type=submit],
input[type=submit] {
  border-radius: 0;
}

button[type=submit]:hover,
input[type=submit]:hover,
button[type=submit]:focus,
input[type=submit]:focus {
  background-color: #ccc !important;
  color: #000;
}

button:focus {
  color: #000;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

.texte-content a {
  color: #0070ba;
  text-decoration: underline;
}

.texte-content a:hover {
  color: #000;
  text-decoration: underline;
}

/*-------------------------*/
.row > * {
  padding-bottom: calc(var(--bs-gutter-x) * 0.5 * 2);
}

/*-------------------------*/
.button--bulle {
  background: none;
  padding: 0;
  pointer-events: auto;
  cursor: pointer;
  border: none;
  margin: 0;
  position: relative;
  display: inline-block;
  margin: 7.5px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  color: #0070ba;
  background: rgba(0, 0, 0, 0.04);
}

.button--bulle::before,
.button--bulle::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button--bulle .button__bg {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.button--bulle:hover .button__bg {
  transition: all 0.3s ease;
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.6), -4px -4px 5px 0px rgba(255, 255, 255, 0.6), 7px 7px 20px 0px rgba(0, 0, 0, 0.1333333333), 4px 4px 5px 0px rgba(0, 0, 0, 0.0666666667);
}

.button--bulle .button__bg::before,
.button--bulle .button__bg::after {
  content: "";
  position: absolute;
  background: #0070ba;
}

.button--bulle .button__bg::before {
  width: 110%;
  height: 0;
  padding-bottom: 110%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}

.button--bulle:hover .button__bg::before {
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}

.button--bulle .button__bg::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}

.button--bulle:hover .button__bg::after {
  opacity: 1;
  transition-duration: 0.02s;
  transition-delay: 0.3s;
}

.button--bulle span {
  display: block;
  position: relative;
  padding: 25px 20px;
  color: #0070ba;
}

.button--bulle:hover span {
  color: #fff;
}

/*-------------------------*/
.site-inner {
  max-width: 100%;
  padding: 0;
  -webkit-box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.12);
  z-index: 100;
  position: relative;
}

.site-inner .content {
  width: 100%;
}

.site-inner .content .content-entry-header {
  max-width: 1224px;
  padding: 0 15px;
  margin: 0 auto;
}

.site-inner .content .infos-entry-header {
  position: relative;
  z-index: 10;
  max-width: 1224px;
  padding: 0 15px;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.site-inner .content .entry-header .entry-title {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.1;
  color: #0070ba;
  margin: 0;
}

.site-inner .content .entry-header .soustitre {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 300;
  color: #0070ba;
  text-transform: uppercase;
  line-height: 1.2;
}

.site-inner .content .entry-content {
  max-width: 1224px;
  padding: 60px 15px;
  margin: 0 auto;
}

.site-inner .content .breadcrumb {
  width: 100%;
  border: none;
  margin: 0;
  color: rgb(89, 196, 232);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.site-inner .content .breadcrumb a {
  color: rgb(89, 196, 232);
  float: left;
  line-height: 1.4;
}

.site-inner .content .breadcrumb i {
  margin-right: 4px;
  float: left;
  line-height: 1.4;
}

.site-inner .content .breadcrumb > span {
  margin-right: 4px;
  float: left;
  line-height: 1.4;
}

.site-inner .content .breadcrumb > span:first-child {
  margin-top: -1px;
}

/*-------------------------*/
.entry-content ol,
.entry-content ul {
  padding-left: 2rem;
}

/*-------------------------*/
.lien-interne {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  background-color: #59c4e8;
  text-align: center;
  padding: 12px 30px;
  margin-top: 20px;
  color: #0070ba;
}

.lien-interne:hover {
  color: #fff;
}

.lien-externe {
  border-radius: 4px;
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  background-color: #59c4e8;
  text-align: center;
  padding: 12px 30px;
  margin-top: 20px;
  color: #0070ba;
}

.lien-externe:hover {
  color: #fff;
}

/*-------------------------*/
.key-figures .number {
  color: #3f3f3f;
  font-weight: 700;
  font-size: 100px;
  font-size: 10rem;
  line-height: 1;
}

.key-figures .titre {
  color: #3f3f3f;
  font-weight: 700;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
}

.key-figures .titre.unique {
  color: #0070ba;
  font-weight: initial;
  font-size: 24px;
  font-size: 2.4rem;
}

.key-figures .description {
  color: #0070ba;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  margin-top: 5px;
}

/*-------------------------*/
.more-resume {
  display: block;
  width: 100%;
}

.more-resume .more-resume-content {
  position: relative;
  display: inline-block;
  z-index: 10;
  font-size: 20px;
  font-size: 2rem;
  background-color: #59c4e8;
  text-align: center;
  padding: 12px 30px;
  color: #0070ba;
}

.more-resume .overlay-more-resume {
  height: 240px;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  background: linear-gradient(0deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
}

/*-------------------------*/
.owl-carousel .owl-stage {
  display: flex;
}

/*-------------------------*/
.owl-item figure.wp-caption {
  position: relative;
  margin: 0;
}

.owl-item figcaption,
.owl-item .gallery-caption,
.owl-item .wp-caption-text {
  font-size: 1.2rem;
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 35px 15px 15px;
  text-align: left;
  width: 100%;
  color: #fff;
  bottom: 0;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 112, 186, 0.8) 0%, rgba(0, 112, 186, 0) 100%);
}

@media only screen and (max-width: 768px) {
  .key-figures .number {
    font-size: 90px;
    font-size: 9rem;
  }
}
.page .site-inner .content .entry-content {
  position: relative;
  background-color: #fff;
  max-width: 100%;
  padding: 0;
  margin: 0;
  z-index: 0;
}

.page-template-default .site-inner .content .entry-header {
  padding: 40px 0;
}

.page-template-default .site-inner .content .entry-content {
  max-width: 1224px;
  padding: 60px 15px;
  margin: 0 auto;
  font-size: 20px;
  font-size: 2rem;
  text-align: justify;
}

.page article {
  margin: 0;
}

.page .row [class*=col] .col-content {
  margin-right: 20px;
}

.page .site-inner .content .breadcrumb {
  margin-top: 20px;
}

/*-------------------------*/
.container-box {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.03);
  margin-bottom: 15px;
  border-radius: 4px;
  overflow: hidden;
}

.container-box .img-box {
  position: relative;
}

.container-box .img-box .cat-box {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 8px 15px 7px;
  background-color: rgba(89, 196, 232, 0.9);
  color: #fff;
}

.container-box .img-box .cat-box span:last-child {
  display: none;
}

.container-box .content-box {
  padding: 20px 10px 25px;
}

.container-box .content-box h4 {
  line-height: 1.1;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  margin: 0 0 5px 0;
}

.container-box .content-box .text-box {
  line-height: 1.2;
  font-size: 16px;
  font-size: 1.6rem;
  color: #202020;
}

.container-box .content-box .date-single {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
  text-transform: capitalize;
  color: #5e5e5e;
}

.container-box .content-box h4.simple {
  text-align: center;
  text-transform: uppercase;
}

/*-------------------------*/
.entry-header {
  position: relative;
  background: rgb(0, 112, 186);
  background: radial-gradient(circle, rgba(89, 196, 232, 0.1) 40%, rgba(0, 112, 186, 0.3) 100%);
  padding: 0;
  -webkit-box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.entry-header .container-entry-header {
  position: relative;
  padding: 40px 0;
}

.entry-header .container-entry-header.full {
  height: 530px;
  overflow: hidden;
}

.entry-header .container-entry-header.full .image-header-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 785px;
  position: fixed;
  z-index: 0;
  background-color: #fff;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-animation: in_img 5s ease-out;
  animation: in_img 5s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}

.entry-header .container-entry-header.full:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  background: linear-gradient(0deg, rgba(0, 112, 186, 0.8) 0%, rgba(0, 112, 186, 0) 65%);
}

.entry-header .container-entry-header.full .content-entry-header {
  position: absolute;
  z-index: 10;
  bottom: 40px;
  left: 50%;
  max-width: 1224px;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.entry-header .container-entry-header .content-entry-header > .entry-title {
  font-size: 58px;
  font-size: 5.8rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.1;
  color: #0070ba;
}

.entry-header .container-entry-header.full .content-entry-header .entry-title {
  color: #fff;
}

.entry-header .container-entry-header .content-entry-header .soustitre {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  color: #fab900;
  line-height: 1.2;
  margin: 0;
}

@-webkit-keyframes in_img {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes in_img {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/*


.page-template-sous-page .site-inner .content .entry-content {
	max-width: 1224px;
    padding: 60px 15px;
    margin: 0 auto;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3;
    text-align: justify;
}

.page-template-sous-page .site-inner .content .entry-content .liste-boutons { margin-top: 30px; }

.page-template-sous-page .site-inner .content .entry-content .liste-partenaires { border-top: 1px solid #59c4e8; }
.page-template-sous-page .site-inner .content .entry-content .liste-partenaires h4 {
	color: #3f3f3f;
	font-size: 20px; 
	font-size: 2rem; 
	margin-bottom: 20px; 
}
.page-template-sous-page .site-inner .content .entry-content .liste-partenaires ul { padding: 0; }
.page-template-sous-page .site-inner .content .entry-content .liste-partenaires ul li { list-style: none; }
.page-template-sous-page .site-inner .content .entry-content .liste-partenaires ul li a { display: block; border: 1px solid rgba(0, 0, 0, 0.2); }

.container-square {
	width: 100%;
	padding: 92% 0 0 0 !important;
	background: #efefef;
	position: relative;
}
.container-square .content-square {
	position: absolute !important;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.container-square .content-square h4 { 
	margin: 0;
	text-transform: uppercase;
	font-size: 32px;
	font-size: 3.2rem;
	text-align: center;
	padding: 20px;
} */
/*-------------------------*/
.layer-page .site-inner .content .entry-content {
  z-index: 10;
}

.page .slide-page:nth-child(odd) {
  background-color: #f9f9f9;
}

.page .content .entry-content h2 {
  font-size: 30px;
  font-size: 3rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.page .content .entry-content .surtitre {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 0;
  color: #0070ba;
}

.page .content .entry-content .texte-content {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  text-align: justify;
}

/*-------------------------
LAYERS PAGE
-------------------------*/
.slide-page .container-slide {
  max-width: 1224px;
  padding: 60px 15px;
  margin: 0 auto;
}

.slide-page .container-slide.no-padding {
  padding: 0 !important;
  max-width: 1440px;
}

.slide-page .container-slide.no-padding .row {
  margin: 0;
}

.slide-page .container-slide.no-padding .row > [class*=col] {
  padding: 0;
}

.slide-page hr {
  margin: 40px 0 45px;
}

/*-----------------------*/
.slide-map {
  padding: 60px 0 0 !important;
  background-color: #FFF !important;
}

.slide-map .container-slide {
  max-width: 100% !important;
  padding: 0 !important;
}

.slide-map .container-slide .header-slide {
  max-width: 1224px;
  padding: 0 15px;
  margin: 0 auto;
}

/*-----------------------*/
.slide-2-colonnes .container-slide.no-padding .content {
  padding: 10px 30px;
}

.slide-2-colonnes .container-slide .owl-carousel {
  padding: 0;
  position: sticky;
  top: 200px;
  border-radius: 4px;
  overflow: hidden;
}

.slide-2-colonnes .container-slide .owl-carousel img {
  border-radius: 4px;
  overflow: hidden;
}

.slide-2-colonnes .container-slide.no-padding .row {
  background-color: initial;
}

.slide-2-colonnes .container-slide.no-padding .row > [class*=col].order-2 .content {
  padding-right: 15px;
}

.slide-2-colonnes .container-slide .row > [class*=col].order-2.order-md-1 .content {
  padding-right: 30px;
}

.slide-2-colonnes .container-slide.no-padding .row > [class*=col].order-2.order-md-1 .content {
  padding-left: 15px;
}

/*-----------------------*/
.slide-2-colonnes-txt .bloc-slide > .row {
  margin-right: -20px;
  margin-left: -20px;
}

.slide-2-colonnes-txt .bloc-slide > .row > [class*=col] {
  padding-left: 20px;
  padding-right: 20px;
}

.slide-2-colonnes-txt .container-slide .texte-content .slide-pdd {
  border-radius: 4px;
  position: relative;
  padding: 15px 20px 8px 35px;
  border: 1px solid #59c4e8;
  margin: 10px 0;
}

.slide-2-colonnes-txt .container-slide .texte-content .slide-pdd a {
  color: #000;
  text-decoration: none;
}

.slide-2-colonnes-txt .container-slide .texte-content .slide-pdd:first-child {
  margin-top: 15px;
}

.slide-2-colonnes-txt .container-slide .texte-content .slide-pdd:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 20px;
  background-color: #59c4e8;
  text-align: center;
  vertical-align: middle;
}

/*-----------------------*/
.slide-question .container-slide .col-fixe {
  flex: 0 0 auto;
  width: 200px;
}

.slide-question .container-slide .col-variable {
  flex: 0 0 auto;
  width: calc(100% - 200px);
}

.slide-question .icon-qr {
  color: #59c4e8;
  font-size: 100px;
  font-size: 10rem;
}

.slide-question .row > [class*=col] {
  position: relative;
}

.slide-question .content-qr {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #59c4e8;
  padding: 40px;
}

.slide-question .content-qr ul {
  margin: 0;
}

.slide-question .fleche-qr {
  position: absolute;
  width: 0;
  height: 0;
  left: -32px;
  top: 50px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 40px solid #59c4e8;
  z-index: 0;
}

.slide-question .fleche-qr-sub {
  position: absolute;
  width: 0;
  height: 0;
  left: -31px;
  top: 50px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 40px solid #fff;
  z-index: 10;
}

/*-----------------------*/
.slide-cards .lien-page {
  display: inline-block;
  margin-bottom: 30px;
}

.slide-cards .lien-page .btn-lien-page {
  border-radius: 4px;
  overflow: hidden;
  display: inline-block;
  font-size: 22px;
  font-size: 2.2rem;
  color: #59c4e8;
  border: 1px solid #59c4e8;
  padding: 10px 20px;
  margin-top: 10px;
}

.slide-cards .lien-page .btn-lien-page i {
  color: #fff;
  background-color: #59c4e8;
  padding: 16px 15px;
  margin: -20px 10px -20px -20px;
}

/*-----------------------*/
.slide-lien-video .container-slide .bloc-slide {
  border: 1px solid #59c4e8;
  overflow: hidden;
  background-color: #f9f9f9;
}

.slide-lien-video .container-slide .bloc-slide .row [class*=col] {
  padding: 0;
}

.slide-lien-video .container-slide .bloc-slide h2 {
  padding: 40px;
  margin: 0;
  height: 100%;
}

.slide-lien-video .container-slide .bloc-slide .container-video {
  height: 290px;
  position: relative;
}

.slide-lien-video .container-slide .bloc-slide .container-video .overlay {
  background-color: rgba(89, 196, 232, 0.4);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 100;
}

.slide-lien-video .container-slide .bloc-slide .container-video .overlay a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-size: 2rem;
  background-color: #0070ba;
  text-align: center;
  padding: 12px 30px;
  color: #fff;
}

.slide-lien-video .container-slide .bloc-slide .container-video .js-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: initial;
  width: 100%;
}

/*-----------------------*/
.slide-icones .liste-icone {
  background-color: #59c4e8;
  padding: 30px 0 0;
  border-radius: 4px;
  text-align: center;
}

.slide-icones .liste-icone .icone {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  margin-bottom: 30px;
  display: block;
}

.slide-icones .liste-icone .icone:hover .icon-slide {
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  background-color: rgb(255, 255, 255);
  transform: scale(1.05) !important;
}

.slide-icones .liste-icone .icone .icon-slide {
  display: block;
  font-size: 63px;
  font-size: 6.3rem;
  line-height: 2;
  background-color: #fff;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  margin: 0 auto 12px;
  color: #0070ba;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

/*-----------------------*/
.slide-organisation .container-slide > .row {
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
}

.slide-organisation .row [class*=col] {
  padding: 0;
  position: relative;
  text-align: center;
}

.slide-organisation .row [class*=col] button {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
  padding: 40px 15px 30px;
  background-color: transparent;
}

.slide-organisation .row [class*=col]:nth-child(-n+3) {
  background-color: #91e3ff;
}

.slide-organisation .row [class*=col]:nth-child(-n+3) button {
  color: #0070ba;
}

.slide-organisation .row [class*=col]:nth-child(n+4) {
  background-color: #59c4e8;
}

.slide-organisation .row [class*=col]:nth-child(n+7) {
  background-color: #0070ba;
}

.slide-organisation .row [class*=col]:nth-child(n+4) button {
  color: #fff;
  padding: 50px 0 30px;
}

.slide-organisation .row [class*=col]:last-child {
  border-top: 1px solid #59c4e8;
}

.slide-organisation .row [class*=col]:last-child button {
  padding: 50px 0 30px;
}

.slide-organisation .row [class*=col]:nth-child(2),
.slide-organisation .row [class*=col]:nth-child(5) {
  border-right: 1px solid #0070ba;
  border-left: 1px solid #0070ba;
}

.slide-organisation .row [class*=col] .orga-fleche {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  z-index: 100;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 100px 0 100px;
  border-color: #91e3ff transparent transparent transparent;
  margin-left: auto;
  margin-right: auto;
}

.slide-organisation .row [class*=col]:nth-child(5) .orga-fleche {
  border-color: #59c4e8 transparent transparent transparent;
}

.slide-organisation .row [class*=col] i {
  opacity: 0.6;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 6px;
  display: block;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

.slide-organisation .row [class*=col] button:hover i {
  opacity: 1;
}

/*-----------------------*/
.slide-cards-simple .container-slide .row a {
  display: flex;
  height: 100%;
  margin: 0;
}

.slide-cards-simple .container-slide .row span {
  border-radius: 4px;
  transition: all 0.3s ease;
  padding: 15px;
  height: 100%;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
}

.slide-cards-simple .container-slide .row span h3 {
  text-align: left;
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  color: inherit;
}

.slide-cards-simple .container-slide .row span p {
  margin: 0;
}

/*-----------------------*/
.slide-video .embed-container {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 1224px;
  margin: 0 auto;
  height: auto;
}

.slide-video .embed-container iframe,
.slide-video .embed-container object,
.slide-video .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-------------------------*/
.modal {
  font-size: 18px;
  font-size: 1.8rem;
}

.modal-header {
  border: none;
  position: relative;
  background-color: transparent;
  padding: 0;
}

.modal-body {
  padding: 15px;
}

.modal-body ul {
  padding-left: 2rem;
}

.modal-body ul li {
  list-style-type: disc;
}

.modal-header .btn-close {
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  position: absolute;
  z-index: 100;
  top: 20px;
  right: 20px;
}

.modal h4 {
  font-size: 30px;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 30px;
}

.modal-footer button {
  font-size: 18px;
  font-size: 1.8rem;
  border: 0;
}

/*-------------------------*/
.slide-chiffres .container-slide .list-chiffres .chiffre {
  font-weight: 700;
  font-size: 110px;
  font-size: 11rem;
  line-height: 1;
}

.slide-chiffres .container-slide .list-chiffres .titre-chiffre {
  font-weight: 700;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
}

.slide-chiffres .container-slide .list-chiffres .texte-chiffre {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  color: #0070ba;
}

.slide-chiffres .container-slide .list-chiffre-ligne .titre-chiffre {
  font-weight: 400;
  color: #0070ba;
}

.slide-chiffres .container-slide .list-chiffre-ligne .content-chiffre {
  text-align: center;
}

/*-------------------------*/
.liste-boutons.icones {
  text-align: left;
  margin: 0 -7.5px;
}

.liste-boutons ul {
  padding: 0;
  margin-bottom: -15px;
}

.liste-boutons ul li {
  display: inline-block;
}

.liste-boutons .lien-content {
  border-radius: 4px;
  transition: all 0.3s ease;
  align-items: center !important;
  display: flex;
  flex-wrap: wrap;
  padding: 25px 20px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.04);
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  color: #0070ba;
}

.liste-boutons .lien-content:hover {
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.6), -4px -4px 5px 0px rgba(255, 255, 255, 0.6), 7px 7px 20px 0px rgba(0, 0, 0, 0.1333333333), 4px 4px 5px 0px rgba(0, 0, 0, 0.0666666667);
}

.liste-boutons .lien-content.off:hover {
  box-shadow: none;
}

.liste-boutons .lien-content span {
  width: 100%;
}

.liste-boutons .lien-content img {
  max-width: 255px;
  width: 100%;
}

/*-------------------------*/
.page-id-1014 .slide-1 {
  padding: 0 !important;
}

.page-id-1014 .slide-1 .header-slide {
  display: none;
}

@media only screen and (max-width: 767px) {
  .page-template-sous-page .site-inner .content .entry-header,
  .page-template-global .site-inner .content .entry-header,
  .entry-header .container-entry-header.full {
    max-height: 420px;
  }
  .page-template-sous-page .site-inner .content .entry-header .entry-title,
  .page-template-global .site-inner .content .entry-header .entry-title {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .page-template-sous-page .site-inner .content .entry-header .soustitre,
  .page-template-global .site-inner .content .entry-header .soustitre {
    font-size: 20px;
    font-size: 2rem;
  }
  .page .content .owl-2-colonnes {
    margin-bottom: 40px;
  }
  .page .content .entry-content h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .slide-page hr {
    margin: 30px 0 35px;
  }
  .liste-boutons .lien-content {
    font-size: 20px;
    font-size: 2rem;
  }
  .slide-question .container-slide .col-fixe {
    display: none;
  }
  .slide-question .container-slide .col-variable {
    width: 100%;
  }
  .slide-question .container-slide .col-variable .fleche-qr,
  .slide-question .container-slide .col-variable .fleche-qr-sub {
    display: none;
  }
  .slide-organisation .row [class*=col] {
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #0070ba;
  }
  .slide-organisation .row [class*=col] .orga-fleche {
    display: none;
  }
}
.site-footer {
  position: relative;
  z-index: 100;
  text-align: left;
  background-color: #fff;
  border-top: none;
  padding: 0;
}

.site-footer p {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 15px;
  display: none;
}

.site-footer .menu-footer {
  width: 100%;
  background-color: #59c4e8;
  padding: 40px 20px 20px;
}

.menu-footer .container-logo-footer {
  padding: 30px 0 20px;
  display: none;
}

.menu-footer .container-logo-footer img {
  max-width: 500px;
}

.menu-footer .container-menu-footer {
  padding: 0;
  display: flex;
}

.menu-footer .container-menu-footer h3 {
  font-size: 15px;
  font-size: 1.5rem;
  color: #0070ba;
  font-weight: 600;
}

.menu-footer .container-menu-footer .content-footer {
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 20px;
}

.menu-footer .container-menu-footer .container-adresse,
.menu-footer .container-menu-footer .container-reseaux {
  line-height: 1.2;
}

.menu-footer .container-menu-footer ul {
  padding: 4px 0 0;
}

.menu-footer .container-menu-footer .menu-naviguer ul {
  -moz-columns: 2;
  columns: 2;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.menu-footer .container-menu-footer ul li {
  color: #fff;
  display: inline-block;
  padding-right: 4px;
}

.menu-footer .container-menu-footer ul li a {
  font-size: 17px;
  font-size: 1.7rem;
  text-decoration: none;
  color: #fff;
}

.menu-footer .container-menu-footer ul.list-reseaux li a {
  width: 30px;
  height: 30px;
  float: left;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
}

.menu-footer .container-menu-footer ul.list-reseaux li a .fa-hal {
  display: inline-block;
  background-image: url("images/structure/icon-hal-blanc.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 17px;
  width: 17px;
  margin-bottom: -1px;
}

.menu-footer .container-menu-footer ul.list-reseaux li a .fa-canalu {
  display: inline-block;
  background-image: url("images/structure/icon-canalu-blanc.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 17px;
  width: 17px;
  margin-bottom: -1px;
}

.nav-secondary {
  float: left;
  margin: 0;
  padding: 45px 0 0;
}

.nav-secondary .menu-secondary {
  margin: 0;
  padding: 0;
}

.nav-secondary .menu-secondary a {
  color: #0070ba;
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 20px;
  margin-right: 0;
}

.menu-logo-footer {
  float: right;
  padding: 10px 0 10px 20px;
}

.menu-logo-footer .titre-liste {
  font-size: 12px;
  font-size: 1.2rem;
  color: #0070ba;
}

.menu-logo-footer ul {
  display: block;
  margin: 0;
  padding-left: 0;
}

.menu-logo-footer ul li {
  display: inline-block;
  padding: 10px 30px 10px 0;
}

.menu-logo-footer ul li:last-child {
  padding-right: 15px;
}

.menu-logo-footer ul li a img {
  max-height: 50px;
}

@media only screen and (max-width: 920px) {
  .menu-logo-footer {
    float: initial;
  }
  .nav-secondary {
    float: left;
    padding: 0 20px 20px;
  }
  .nav-secondary .menu-secondary a {
    margin-left: 0;
    margin-right: 20px;
  }
}
.home .site-inner {
  max-width: 100%;
  padding: 0;
}

.home .site-inner .content {
  width: 100%;
}

/*-----------------------*/
.front-page {
  padding: 80px 0 60px;
}

.front-page .row {
  max-width: 1224px;
  margin: 0 auto;
}

/*-----------------------*/
.container-title {
  margin-bottom: 20px;
}

.container-title h3 {
  display: inline-block;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
}

.container-title a {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 10px;
  text-decoration: none;
  color: #0070ba;
}

.container-title a:hover {
  color: #000;
}

/*-----------------------*/
.menu-sub-front {
  height: 220px;
  position: relative;
  padding: 0;
  margin: 0;
}

.menu-sub-front li {
  height: 110px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.menu-sub-front li:first-child {
  background-color: #fab900;
  display: flex;
  align-items: center;
}

.menu-sub-front li a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.menu-sub-front li a .texte-menu-sub {
  color: #fff;
  z-index: 100;
  text-decoration: none;
  padding: 23px 15px;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.menu-sub-front li a img {
  position: absolute;
  z-index: 0;
  height: auto;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.menu-sub-front li a:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 80;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
}

.menu-sub-front li .lab-texte {
  position: relative;
  z-index: 100;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 10px;
  text-transform: uppercase;
  background-color: #fab900;
  color: #fff;
  text-align: center;
  width: 100%;
}

/*-----------------------*/
.front-page-1 {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 0;
}

.front-page-1 .owl-slider {
  z-index: 10;
  position: absolute;
  height: 100%;
}

.front-page-1 .owl-slider .background-front-page {
  height: 100%;
}

.front-page-1 .owl-slider .owl-stage .owl-item .background-front-page {
  background-position: center;
  background-size: cover;
}

.front-page-1 .owl-stage-outer,
.front-page-1 .owl-stage,
.front-page-1 .owl-item {
  height: 100%;
}

.front-page-1 .owl-slider .owl-stage-outer:before {
  top: 0;
  left: 0;
  content: "";
  z-index: 11;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 112, 186, 0) 0%, rgba(0, 112, 186, 0.25) 55%, rgba(0, 0, 0, 0.599877451) 100%);
}

.front-page-1 .content-front-page {
  position: relative;
  z-index: 100;
  padding: 130px 0 130px;
}

.front-page-1 h2 {
  font-size: 48px;
  font-size: 4.8rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.front-page-1 .description-site {
  max-width: 840px;
  margin: 0 auto;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 40px;
  line-height: 1.2;
}

.front-page-1 .thematique-site {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
  margin-bottom: 25px;
}

.front-page-1 .thematique-site:hover .icon-slide {
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  background-color: rgb(255, 255, 255);
  transform: scale(1.1) !important;
}

.front-page-1 .thematique-site .icon-slide {
  display: block;
  font-size: 53px;
  font-size: 5.3rem;
  line-height: 2;
  background-color: rgba(255, 255, 255, 0.7);
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin: 0 auto 12px;
  color: #0070ba;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

/*-----------------------*/
.front-page-2 {
  position: relative;
  text-align: center;
}

.front-page-2 h3 {
  text-transform: uppercase;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.1;
}

.front-page-2 .subtitle {
  font-size: 24px;
  font-size: 2.4rem;
  color: #0070ba;
}

/*-----------------------*/
.front-page-3 {
  background-color: #f9f9f9;
}

.front-page-3 .owl-carousel .owl-dots {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.front-page-3 .owl-carousel .owl-dots button.owl-dot {
  margin: 0 3px;
}

.front-page-3 .owl-carousel .owl-dots button.owl-dot.active span {
  background-color: #000;
}

.front-page-3 .owl-carousel .owl-dots button.owl-dot span {
  background-color: #59c4e8;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: block;
}

/*-----------------------*/
.front-page-4 {
  background-color: #f9f9f9;
  border-top: 1px solid #59c4e8;
}

.front-page-4 .container-box {
  background-color: rgba(0, 0, 0, 0.03);
  height: 100%;
  margin: 0;
}

.front-page-4 .container-title {
  padding: 20px 15px 0;
  color: #fff;
}

.front-page-4 .container-title h3 {
  color: #000;
}

.front-page-4 .container-title a {
  display: block;
  margin-left: 0;
  margin-top: 10px;
}

.front-page-4 .container-box .date-box {
  display: inline-block;
  float: left;
  text-align: center;
  padding: 10px 15px;
  width: auto;
  height: auto;
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 0;
  color: #fff;
  background-color: rgb(89, 196, 232);
}

.front-page-4 .date-box .number-date {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 23px;
  font-weight: 600;
}

.front-page-4 .container-box .date-box .month-date {
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 15px;
}

.front-page-4 .container-box .content-box h4 {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Roboto", sans-serif;
  color: #202020;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 10px;
}

.front-page-4 .container-box .content-box .full-date-box {
  margin: 5px 0;
  min-height: 23px;
  color: #555555;
  line-height: 1.42;
  position: relative;
  padding-left: 20px;
}

.front-page-4 .container-box .content-box .full-date-box::before {
  content: "\f274";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
}

.front-page-4 .container-box .content-box .location-box::before {
  content: "\f041";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
}

.front-page-4 .container-box .content-box .location-box {
  margin: 5px 0;
  min-height: 23px;
  color: #555555;
  line-height: 1.42;
  position: relative;
  padding-left: 20px;
}

.front-page-4 .container-box .content-box .location-box.online::before {
  content: "\f0ac";
}

/*-----------------------*/
#embeddable-event-widget * {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.25em;
}

#embeddable-event-widget-heading {
  color: #00a5fa;
  font-family: arial;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.8em;
}

#embeddable-event-widget-heading > a {
  color: #00a5fa;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#embeddable-event-widget .embeddable-event-widget-content {
  border: 1px solid #cccccc;
}

#embeddable-event-widget ul li {
  border-top: 1px solid #cccccc;
  border-left: 5px solid #FFF;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#embeddable-event-widget ul li:first-child {
  border-top: 0px;
}

#embeddable-event-widget ul li:hover {
  background: #EEE;
  border-left: 5px solid #00a5fa;
}

#embeddable-event-widget ul li a, #embeddable-event-widget ul li.no-results {
  padding: 10px;
  margin: 0;
  display: block;
  text-decoration: none;
}

#embeddable-event-widget ul li a .embeddable-event-widget-listing-title {
  font-weight: bold;
  font-family: arial;
  margin-bottom: 0.5em;
  font-size: 17px;
  text-decoration: none;
  color: #333;
  line-height: 20px;
}

#embeddable-event-widget ul li a .embeddable-event-widget-listing-meta {
  color: #777777;
  font-family: arial;
  font-size: 15px;
  text-decoration: none;
}

#embeddable-event-widget-heading > a:hover {
  color: #111;
}

#embeddable-event-widget-pagination {
  overflow: hidden;
  padding: 0.2em 0 0;
  border-top: 1px solid #eee;
}

#embeddable-event-widget-pagination .embeddable-event-widget-next {
  float: right;
  background: #00A5FA;
  color: #fff;
  border: none;
  padding: 8px 10px;
  width: auto;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
  text-decoration: none;
  font-family: arial;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0;
  margin: 5px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s;
}

#embeddable-event-widget-pagination .embeddable-event-widget-prev {
  float: left;
  background: #00a5fa;
  color: #fff;
  border: none;
  padding: 8px 10px;
  width: auto;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
  text-decoration: none;
  font-family: arial;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0;
  margin: 5px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s;
}

/*-----------------------*/
.front-page-5 {
  padding: 0;
}

.front-page-5 .section {
  background-color: #0070ba;
  text-align: center;
  padding: 25px 15px 20px;
}

.front-page-5 .section .container-filter {
  max-width: 860px;
  margin: 0 auto;
}

.front-page-5 .user-filters {
  background-color: #fff;
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 0 10px;
}

.front-page-5 .user-filters:before {
  font-family: "Font Awesome 6 Pro";
  content: "\e461";
  font-weight: 700;
  display: inline-block;
  border-right: 1px solid #000;
  padding: 10px 15px 10px 5px;
}

.front-page-5 .user-filters .custom-input {
  width: calc(100% - 48px);
  display: inline-block;
}

.front-page-5 .user-filters .custom-input select {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 0 0 0 10px;
  min-width: 300px;
}

.front-page-5 .user-filters .custom-input .description {
  padding-right: 20px;
}

@media only screen and (min-width: 960px) {
  .menu-sub-front {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .front-page {
    padding: 40px 0;
  }
  .front-page-1 {
    padding: 0;
  }
  .front-page-1 .content-front-page {
    padding: 60px 0 65px;
  }
  .front-page-1 h2 {
    font-size: 38px;
    font-size: 3.8rem;
  }
  .front-page-2 h3 {
    font-size: 38px;
    font-size: 3.8rem;
  }
  .front-page-3 {
    padding-bottom: 80px;
  }
  .front-page-4 .container-title {
    height: auto;
  }
  .front-page-4 .container-title a {
    display: inline-block;
    margin-left: 10px;
  }
  .front-page-5 {
    padding: 0;
  }
  .menu-sub-front li a .texte-menu-sub {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .menu-sub-front {
    height: 440px;
  }
}
@media only screen and (max-width: 480px) {
  .key-figures .number {
    font-size: 70px;
    font-size: 7rem;
  }
  .key-figures .titre.unique {
    font-size: 20px;
    font-size: 2rem;
  }
}
span.glossaryLink,
a.glossaryLink {
  cursor: pointer;
}

#cmfSimpleFootnoteDefinitionBox {
  border-top: 4px solid #0070ba;
  margin-top: 50px;
}

#cmfSimpleFootnoteDefinitionBox .cmfSimpleFootnoteDefinitionItem {
  margin: 0;
}

#cmfSimpleFootnoteDefinitionBox .cmfSimpleFootnoteDefinitionItem .cmfSimpleFootnoteDefinitionItemId {
  vertical-align: initial !important;
}

.page .search-filter-results {
  max-width: 70%;
  width: 100%;
  float: left;
}

.page .searchandfilter {
  position: sticky;
  top: 240px;
  max-width: 30%;
  width: 100%;
  float: right;
  padding-left: 50px;
  font-size: 14px;
  font-size: 1.4rem;
}

.page .searchandfilter ul {
  padding: 0;
}

.page .searchandfilter > ul {
  padding: 15px 15px 20px;
  background-color: rgba(0, 0, 0, 0.03);
}

.searchandfilter h4 {
  padding: 5px 0;
}

.page .searchandfilter .sf-field-search label {
  width: 100%;
}

.page .searchandfilter .sf-field-search input,
.page .searchandfilter .sf-field-post_date ul li input {
  padding: 10px;
}

.page .searchandfilter .sf-field-category ul li,
.page .searchandfilter .sf-field-tag ul li {
  padding: 2px 0;
}

.page .searchandfilter .sf-field-sort_order label,
.page .searchandfilter .sf-field-posts_per_page label {
  width: 100%;
  padding-right: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.page .searchandfilter .sf-field-sort_order label .sf-input-select,
.page .searchandfilter .sf-field-posts_per_page label .sf-input-select {
  padding: 10px;
  border: none;
}

.page .searchandfilter .sf-field-post_date ul li {
  display: inline-block;
  margin-right: 15px;
}

.page .searchandfilter .sf-field-post_date .sf-datepicker {
  width: 120px;
}

.page .ll-skin-melon .ui-widget {
  min-width: 250px;
}

.page .searchandfilter .sf-field-reset a:before {
  font-size: 16px;
  font-size: 1.6rem;
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  float: left;
  margin-right: 5px;
  margin-top: -2px;
}

.page .search-filter-results .event-item {
  margin-bottom: 20px;
}

.page .search-filter-results .num-page {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 20px;
}

/*-----------------------
Front page
-----------------------*/
.home .event_listings .wpem-event-listing-list-view {
  margin-bottom: 0;
  border: 1px solid #0070ba;
  background-color: #FFF;
}

.home .event_listing {
  border-bottom: 1px solid #0070ba !important;
  border-left-color: #0070ba !important;
}

.home .wpem-event-box-col:last-child .event_listing {
  border-bottom: none !important;
}

.home .event_listings .wpem-event-title {
  margin-bottom: 0 !important;
}

.home .event_listings .wpem-event-location {
  display: inline-block;
  width: initial !important;
  margin-top: 0 !important;
}

.home .event_listings .wpem-event-type {
  margin-top: 0 !important;
}

.home .event_listings .wpem-event-title h3 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
  line-height: 1.2 !important;
}

.home .event_listings .wpem-event-layout-wrapper {
  border: none !important;
}

.map-page .site-inner {
  max-width: 100%;
}

.map-page .site-inner .entry {
  margin-bottom: 15px;
}

.map-page .site-inner .entry-header,
.map-page .site-inner .text-content {
  max-width: 960px;
}

.map-page .site-inner .text-content p {
  text-align: left;
}

.map-page .site-inner .map-content {
  margin-top: 40px;
}

.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
  z-index: 110 !important;
}

.mapboxgl-ctrl-geocoder.mapster-maps-dropdown {
  z-index: 100 !important;
}

.map-popup-background {
  border-radius: 6px !important;
  overflow: hidden;
}

.map-popup-header {
  padding: 15px 25px 0 !important;
}

.map-popup-header h2 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
  line-height: 1.2 !important;
}

.map-popup-footer {
  padding: 10px 25px 20px !important;
  font-size: 14px;
  font-size: 1.4rem;
}

.map-popup-body {
  padding: 8px 25px !important;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}

.map-popup-footer .map-popup-footer-button {
  background-color: #59c4e8 !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 5px 15px !important;
  font-size: 14px;
  font-size: 1.4rem;
}

#mapster-popup .map-popup-footer .map-popup-footer-button:hover {
  cursor: pointer;
  filter: brightness(1.15);
}

.single-mapster-wp-location .content {
  width: 100% !important;
}

.single-mapster-wp-location .content .entry-content .nf-form-content {
  max-width: 100%;
}

.nav-third ul li.search-box,
.site-lang-header {
  display: none;
}

.nav-primary ul li:first-child a {
  border-right: 1px solid #aaa;
}

/* ==============================
   Témoignage - Auteur centré
================================ */

/* Colonne photo + auteur */
.temoignage-item .col-md-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Image auteur */
.temoignage-item .col-md-4 img {
    display: block;
    margin-bottom: 7px;
}

/* Bloc auteur */
.temoignage-item .auteur {
    text-align: center;
    line-height: 1.1;
}

/* Nom */
.temoignage-item .auteur strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
}

/* Fonction */
.temoignage-item .auteur .text-muted {
    display: block;
    font-size: 14px;
    color: #777;
}

.temoignage-item .col-md-4 img {
    width: 150px !important;
    height: 150px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
}

@media (max-width: 768px) {
    .temoignage-item .col-md-4 img {
        width: 100px;
        height: 100px;
    }
}


/* @import 'sass/vendors/bootstrap-custom';
@import 'sass/components/carousel'; */


/* ==============================
   Centrage section map
================================ */

.slide-map .map {
    display: flex;
    justify-content: center;
}

/* Marge basse sous la map */
.slide-map .map {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}