@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", 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;
}

.site-inner {
  padding: 0 15px;
}

.page .site-inner {
  max-width: initial;
  padding: 0 15px 60px 15px;
}

.home .site-inner .content,
.page .site-inner .content {
  width: initial;
  margin: initial;
}

.site-container {
  z-index: 0;
  position: relative;
}

.content {
  font-size: 16px;
  font-size: 1.6rem;
}

.page .site-inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

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

.single h1,
.page h1 {
  font-size: 50px;
  font-size: 5rem;
  color: #000;
  font-weight: 700;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
  font-style: italic;
}

.img-right .wp-caption-text {
  padding-left: 70px;
}

.img-left .wp-caption-text {
  padding-right: 70px;
  padding-left: 20px;
}

/*-------------------------*/
.modal {
  background-color: rgba(27, 34, 225, 0.3);
}

.modal .modal-dialog {
  max-width: 720px;
  margin-top: 10%;
  border-radius: 40px;
  overflow: hidden;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

/*
.modals { position: relative; z-index: 2000; }
.modal { background-color: rgba(27,34,225,0.3); }
.modals .modal-content { border-radius: 30px; border: none; }
.modals .modal-header { background-color: #f4f4f4; padding: 12px 20px 10px; }
.modals .modal-header .btn-close { width: 25px; height: 25px; border-radius: 50%; }
.modals .modal-header .btn-close:hover,
.modals .modal-header .btn-close:focus { background-color: #ffb71a; }
.modals .modal-body {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 20px;
}
.modals .modal-body h4 { font-size: 28px; font-size: 2.83rem; line-height: 1.2; font-weight: 600; margin: 0 0 10px 0; }
.modals .modal-body .block-technique { margin: 0 0 20px 0; border: 1px solid #d8001a; border-radius: 6px; overflow: hidden; }
.modals .modal-body .block-technique img { width: 100%; }
.modals .modal-body .block-technique .info {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    color: #000;
    margin-top: 4px;
}
.modals .modal-body .block-technique .info i { margin-right: 4px; }
.modal-backdrop { z-index: 1999; }

.modals .modal-body h2 {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 28px;
    font-size: 2.8rem;
}

.modals .modal-body [type=search] { border-radius: 30px; font-size: 16px; font-size: 1.6rem; }
.modals .modal-body .search-form input[type="submit"] { background-color: #1b22e1; border-radius: 40px; padding: 8px 20px; margin-top: 20px }
.modals .modal-body .search-form input[type="submit"]:hover { background-color: #00b0fd !important; color: #fff !important; }

.modal-video .modal-body {
    overflow:hidden; 
    padding-bottom:56.25%; 
    position:relative; 
    height:0;
}
.modal-video .modal-body iframe {
    left:0; 
    top:0; 
    height:100%;
    width:100%;
    position:absolute;
}*/
/*-------------------------*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 1200px;
  margin: 20px auto;
  border-radius: 40px;
  overflow: hidden;
}

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

/*-------------------------*/
.content-suite {
  width: 100%;
  margin-bottom: 15px;
  text-align: right;
}

.content-suite a {
  color: #1b22e1;
  text-decoration: none;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 25px;
  text-transform: uppercase;
}

.content-suite a:hover {
  color: #00b0fd;
}

@media only screen and (max-width: 480px) {
  .btn-linkedin {
    font-size: 15px !important;
    font-size: 1.5rem !important;
  }
  .btn-linkedin a {
    padding: 10px !important;
  }
}
.site-header {
  padding: 15px;
}

.wp-custom-logo .site-container .title-area {
  padding: 0;
  max-width: 280px;
}

.wp-custom-logo .site-container .title-area .custom-logo-link {
  display: none;
}

.wp-custom-logo .site-container .title-area .custom-logo-link.large {
  display: block;
}

.genesis-nav-menu {
  margin: 0;
}

.nav-primary {
  padding: 15px 0 15px 15px !important;
}

.nav-primary .menu-primary {
  padding: 0 !important;
}

.nav-primary .menu-primary li a {
  font-size: 15rem;
  font-size: 15px;
  text-transform: uppercase;
  color: #1b22e1;
  padding: 12px 10px;
}

.nav-primary .menu-primary li a br {
  display: none;
}

.nav-primary .menu-primary li a:hover {
  color: #00b0fd;
}

.nav-primary .menu-primary li.search a {
  padding: 12px 22px 12px 11px;
}

.nav-primary .menu-primary li.fond-color a {
  border-radius: 20px;
  background-color: #ffb71a;
  padding: 10px 15px;
  margin-left: 10px;
}

.nav-primary .menu-primary li.fond-color a:hover {
  background-color: #00b0fd;
  color: #fff;
}

.nav-search {
  clear: none;
  float: right;
  width: auto;
  padding: 15px 0 15px 15px;
}

.nav-search a {
  font-size: 15rem;
  font-size: 15px;
  text-transform: uppercase;
  color: #1b22e1;
  padding: 12px 10px;
  line-height: 1.2;
}

.menu-toggle {
  margin-bottom: 0px;
  margin-top: 0px;
  color: #1b22e1;
  padding: 20px 0 15px 0;
}

.dashicons,
.dashicons-before:before {
  width: 30px;
  height: 30px;
  font-size: 3rem;
  font-size: 30px;
}

@media only screen and (max-width: 1240px) {
  .wp-custom-logo .site-container .title-area {
    max-width: 80px;
  }
  .wp-custom-logo .site-container .title-area .custom-logo-link {
    display: block;
  }
  .wp-custom-logo .site-container .title-area .custom-logo-link.large {
    display: none;
  }
  .nav-search {
    display: none;
  }
  .nav-primary .menu-primary li a {
    font-size: 14rem;
    font-size: 14px;
    padding: 12px 8px;
  }
}
@media only screen and (max-width: 959px) {
  .site-header {
    padding: 0;
  }
  .wp-custom-logo .site-container .title-area {
    margin: 15px;
  }
  .menu-toggle {
    padding: 35px 0;
  }
  .nav-primary {
    padding: 0 !important;
  }
  .nav-primary .wrap {
    border-top: 1px solid #ffb71a;
  }
  .nav-primary .search {
    display: none;
  }
  .nav-primary .fond-color {
    display: inline-block;
  }
  .nav-primary .menu-primary li.fond-color a {
    margin-left: 6px;
  }
  .nav-primary .menu-primary li {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
  }
}
.nav-secondary {
  float: left;
}

.nav-secondary a {
  font-size: 1.3rem;
  font-size: 13px;
  text-align: left;
  margin: 0;
}

.nav-secondary .menu {
  padding: 30px 5px 0;
  display: flex;
  align-items: stretch;
}

.nav-secondary .menu > li {
  margin: 10px;
  padding-right: 10px;
  border-right: 1px solid #1b22e1;
}

.nav-secondary .menu > li:last-child {
  border-right: none;
}

.nav-secondary .menu > li > a {
  font-weight: 600;
  text-transform: uppercase;
  color: #1b22e1;
}

.nav-secondary .menu > li ul {
  margin: 10px 0;
}

.nav-secondary .menu > li ul li > a {
  padding: 4px 0;
  font-size: 1.3rem;
  font-size: 13px;
}

.genesis-nav-menu .sub-menu {
  border: none;
  opacity: 1;
  position: relative;
  display: block;
  left: initial;
}

.genesis-nav-menu .sub-menu a {
  border: none;
  border-top: 0;
  padding-bottom: 10px;
  padding-top: 15px;
  text-align: left;
}

.site-footer {
  padding: 0;
  text-align: left;
}

.site-footer .wrap > p {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #1b22e1;
  border-top: 1px solid #131b7c;
  padding: 10px;
  font-size: 1.2rem;
  font-size: 12px;
}

.site-footer .wrap > p a {
  text-decoration: none;
  color: #fff;
}

.nav-social {
  float: right;
  text-align: center;
  margin-top: 30px;
  margin-right: 10px;
}

.nav-social ul {
  display: block;
  padding: 0;
  margin: 25px 0 0 0;
}

.nav-social ul li {
  display: inline-block;
  margin: 0 5px;
}

.nav-social ul li a {
  display: block;
  background-color: #1b22e1;
  height: 40px;
  width: 40px;
  text-align: center;
  color: #fff;
  text-align: center;
  line-height: 2.1;
  border-radius: 50%;
  font-size: 2rem;
  font-size: 20px;
}

.nav-social ul li a:hover {
  background-color: #00b0fd;
}

.nav-social .postes {
  margin-top: 30px;
  display: block;
}

.nav-social .postes a {
  border-radius: 20px;
  background-color: #ffb71a;
  padding: 7px 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #1b22e1;
  font-size: 15rem;
  font-size: 15px;
  font-weight: 400;
}

.nav-social .postes a:hover {
  background-color: #00b0fd;
  color: #fff;
}

.footer-end {
  float: left;
  width: 100%;
  background-color: #1b22e1;
  color: #fff;
  text-align: left;
  padding: 35px 15px;
  margin-top: 30px;
  font-size: 1.2rem;
  font-size: 12px;
}

.footer-end .row .col-12:last-child > p {
  max-width: 450px;
}

.footer-end .row .col-12:first-child > p {
  float: right;
  padding: 0 0 0 30px;
  margin-top: -5px;
}

.footer-end .footer-logo {
  background-color: #fff;
  float: right;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: -35px;
}

.footer-end .footer-logo img {
  width: 100%;
  max-width: 300px;
  padding: 30px 15px;
}

.footer-end .search-form {
  margin-bottom: 20px;
}

.footer-end [type=search] {
  max-width: 200px;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 10px 15px;
  float: left;
  border: none;
  height: 39px;
}

.footer-end [type=submit] {
  float: left;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 7px 20px 8px 15px;
  border: none;
  background-color: #131b7c;
  margin-top: 0 !important;
  text-transform: uppercase;
}

.footer-end [type=submit]:hover {
  background-color: #00b0fd !important;
}

@media only screen and (max-width: 1096px) {
  .nav-secondary {
    display: none;
  }
  .nav-social .postes {
    display: inline-block;
    margin: 0;
  }
  .nav-social .postes a {
    padding: 12px 35px;
    border-radius: 30px;
    margin-right: 20px;
  }
  .nav-social {
    float: left;
    margin-left: 10px;
  }
  .nav-social ul {
    display: inline-block;
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  .footer-end .search-form {
    margin-top: 20px;
  }
  .footer-end .row .col-12:first-child > p {
    float: left;
    padding: 0 30px 0 0;
  }
  .footer-end .footer-logo {
    float: right;
  }
  .footer-end .row .col-12:first-child > p {
    margin-top: -15px;
  }
  .footer-end .footer-logo img {
    max-width: 240px;
  }
}
@media only screen and (max-width: 560px) {
  .footer-end .footer-logo {
    display: none;
  }
}
@media only screen and (max-width: 440px) {
  .nav-social {
    float: initial;
  }
}
.home .site-inner {
  max-width: initial;
  padding: 0;
}

.home .content-sidebar-wrap {
  display: block;
}

.home .site-inner .content {
  background-image: url("images/structure/fond-filigrane-orange.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 0 0 60px 0;
}

.front-page-1 .section {
  position: relative;
  overflow: hidden;
  padding: 55px 0;
}

.front-page-1 .section .background-section-1 {
  left: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 70%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.front-page-1 .section .container-section-1 {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  padding-right: 15px;
}

.front-page-1 .section .content-section-1 {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background-color: #1b22e1;
  background-image: url("images/structure/fond-filigrane-10.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 50px 30px;
  margin-right: -7px;
  z-index: 10;
}

.front-page-1 .section .content-section-1 h1 {
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1.1;
  font-weight: 800;
  color: #ffb71a;
  margin-bottom: 10px;
}

.front-page-1 .section .content-section-1 p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
}

.front-page-1 .section .content-section-1 a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  background-color: #ffb71a;
  color: #1b22e1;
  padding: 6px 15px;
  text-decoration: none;
  border-radius: 20px;
  margin-top: 10px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}

.front-page-1 .section .player-section-1 {
  position: relative;
}

.front-page-1 .section .player-section-1 .video-btn {
  color: #fff;
  font-size: 110px;
  font-size: 11rem;
  position: absolute;
  top: 50%;
  left: 45%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: none;
}

.front-page-2 {
  margin: 35px 0;
  padding: 45px 0;
}

.front-page-2 .section {
  max-width: 1024px;
  margin: 0 auto;
  /*text-align: center;
  padding: 30px 30px 40px 30px;
  border-radius: 30px;
  background-color: #ffb71a;
  background-image: url("images/structure/fond-filigrane-30.svg");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;*/
}

.front-page-2 .section > .row {
  margin: 0;
}

.front-page-2 .section h2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.1;
  font-weight: 800;
  text-align: center;
}

.front-page-2 .section .modif-date {
  margin-bottom: 30px;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  font-style: italic;
}

.front-page-2 .section .number-section-2 {
  text-align: center;
  margin: 30px 0;
}

.front-page-2 .section .number-section-2 h3 {
  color: #1b22e1;
}

.front-page-2 .section .number-section-2 .chiffre {
  font-size: 90px;
  font-size: 9rem;
  font-weight: 800;
  line-height: 0.7;
  margin-bottom: 20px;
  color: #1b22e1;
}

.front-page-2 .section .number-section-2 .chiffre.inline {
  display: inline-block;
}

.front-page-2 .section .number-section-2 span.date-anniv {
  color: #1b22e1;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 600;
  padding-left: 5px;
}

.front-page-3 .section {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 15px;
}

.front-page-3 .section .owl-stage {
  display: flex;
}

.front-page-3 .section .owl-stage .owl-item a {
  display: block;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

.front-page-3 .section .owl-stage .owl-item a .content-section-3 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 20px;
  background-image: url("images/structure/fond-filigrane-10.svg");
  background-color: #1b22e1;
  height: 100%;
}

.front-page-3 .section .owl-stage .owl-item a h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffb71a;
}

.front-page-3 .section .owl-dots {
  text-align: center;
}

.front-page-3 .section .owl-dots .owl-dot {
  background-color: #1b22e1;
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  margin: 20px 3px;
}

.front-page-3 .section .owl-dots .owl-dot:hover {
  background-color: #ffb71a;
}

.front-page-3 .section .owl-dots .owl-dot.active {
  background-color: #00b0fd;
}

.front-page-3 .section .owl-dots .owl-dots.disabled, .owl-carousel .owl-nav,
.front-page-3 .section .owl-dots .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block;
}

.front-page-3 .section .btn-linkedin {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  background-color: #1b22e1;
  color: #fff;
  border-radius: 60px;
  font-size: 18px;
  font-size: 1.8rem;
}

.front-page-3 .section .btn-linkedin a {
  text-decoration: none;
  padding: 15px;
  color: #fff;
  font-weight: 600;
  width: 100%;
  display: block;
}

.front-page-3 .section .btn-linkedin a span {
  display: inline-block;
  background-color: #fff;
  color: #1b22e1;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .front-page-1 .section {
    padding: 0;
  }
  .front-page-1 .section .background-section-1 {
    height: 440px;
    max-width: initial;
    top: 0;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .front-page-1 .section .container-section-1 {
    position: relative;
    max-width: 100%;
    margin: initial;
    padding-right: 0;
    margin-right: 0;
  }
  .front-page-1 .section .content-section-1 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .front-page-1 .section .player-section-1 {
    position: relative;
    text-align: center;
    padding: 80px 0;
    margin: 0;
  }
  .front-page-1 .section .player-section-1 .video-btn {
    position: relative;
    top: 0;
    left: 0;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.single .site-inner {
  max-width: 960px;
  width: 100%;
  margin: auto;
}

.single .content {
  width: 60%;
  float: left;
}

.content-sidebar-wrap {
  position: relative;
  display: inline-block;
}

.single .site-inner {
  padding: 0 15px;
}

.single .entry-content img {
  border-radius: 5px;
  margin-bottom: 20px;
}

.single .entry-content a {
  color: #000;
}

.single-page .site-inner .content .breadcrumb {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
}

.single-page .site-inner .content .breadcrumb a {
  color: #fff;
}

.single-emploi .content {
  width: 100%;
}

.single-emploi .site-inner .entry-header {
  margin-bottom: 25px;
}

.single-emploi .entry-content {
  padding: 25px;
  background-color: rgba(27, 34, 225, 0.08);
  border-radius: 30px;
}

.single-emploi .entry-content .date-post {
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  color: #00b0fd;
  margin-bottom: 15px;
}

.single-emploi .entry-content .text-content {
  margin-left: 15px;
}

.single-emploi .entry-content .type {
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-top: -25px;
  color: #1b22e1;
}

.single-emploi .entry-content .type ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #00b0fd;
}

.single-emploi .entry-content .type ul li {
  list-style: none;
  padding: 20px;
  border-right: 1px solid #00b0fd;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
}

.single-emploi .entry-content .type ul li:last-child {
  border: none;
}

.single-emploi .entry-content .type ul li span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 800;
}

.single-emploi .entry-content .form-contact {
  padding: 0;
  margin-top: 40px;
}

.single-emploi .entry-content img {
  border-radius: 5px;
  max-width: 400px;
  width: 100%;
}

.single-emploi .entry-content a.doc {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  background-color: #ffb71a;
  color: #000;
  padding: 6px 15px;
  text-decoration: none;
  border-radius: 20px;
  margin-top: 5px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 10px;
}

.single-metier .entry-content h3 {
  font-size: 20px;
  font-size: 2remm;
  color: #00b0fd;
  margin-top: 25px;
  padding-top: 2rem;
  border-top: 1px solid #c4c4c4;
  font-weight: 600;
}

.sidebar {
  position: sticky;
  top: 150px;
  width: 35%;
  float: right;
}

.sidebar section {
  margin-top: 30px;
  padding: 20px;
  background-color: #1b22e1;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  background-image: url("images/structure/fond-filigrane-10.svg");
  background-size: cover;
  display: block;
}

.sidebar section h3 {
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 20px -15px;
  padding: 0 15px 15px 15px;
  border-bottom: 1px solid #fff;
  width: calc(100% + 30px);
}

.sidebar section ul {
  padding: 0;
  margin: 0;
}

.sidebar section ul li {
  line-height: 1.2;
}

.sidebar section ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}

.sidebar section ul li .post-date {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 4px;
  margin-bottom: 15px;
  font-style: italic;
}

.single .sous-titre {
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 10px;
  color: #00b0fd;
}

.single-metier .content {
  width: 100%;
}

.single-metier .site-inner,
.single-benevole .site-inner,
.single-emploi .site-inner,
.single-mapster-wp-location .site-inner {
  max-width: 1140px;
}

@media only screen and (max-width: 960px) {
  .sidebar {
    display: none;
  }
  .single .content {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .single-emploi .entry-content .text-content {
    margin-left: 0;
  }
  .single-emploi .entry-content .type ul li:nth-child(2) {
    border-right: none;
    border-bottom: 1px solid #00b0fd;
  }
  .single-emploi .entry-content .type ul li:first-child {
    border-bottom: 1px solid #00b0fd;
  }
}
.page h1 {
  font-size: 48px;
  font-size: 4.8rem;
  color: #000;
  font-weight: 700;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 20px;
}

.page .sous-titre {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 20px;
  color: #1b22e1;
}

.page .sous-titre:after {
  content: "";
  width: 55px;
  height: 3px;
  border-radius: 3px;
  position: relative;
  display: block;
  background-color: #1b22e1;
  overflow: hidden;
  margin: 5px 0 15px;
}

.page .entry-content > p {
  color: #1b22e1;
  margin-bottom: 40px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

.page .entry-content a {
  color: #000;
}

.page .content-sidebar-wrap {
  max-width: 100%;
  width: 100%;
}

.page-template-blog .intro,
.page .entry-content .intro {
  display: inline-block;
  background-color: #fef7ec;
  padding: 10px 25px 25px;
  border-radius: 40px;
  margin-bottom: 50px;
  margin-top: 10px;
}

.page-template-blog .intro p,
.page .entry-content .intro p {
  color: #1b22e1;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: justify;
}

.page-template-blog .intro a,
.page .entry-content .intro a {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  background-color: #ffb71a;
  color: #000;
  padding: 6px 15px;
  text-decoration: none;
  border-radius: 20px;
  margin-top: 5px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 15px;
}

.rubrique-page .site-inner {
  max-width: 100%;
  padding: 0;
}

.rubrique-page .site-inner .content .breadcrumb {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  padding: 0 15px;
  max-width: 1024px;
  font-weight: 700;
}

.rubrique-page .site-inner .content .breadcrumb a {
  color: #fff;
}

.rubrique-page .site-inner .content .section-header {
  position: relative;
  z-index: 0;
  text-align: center;
  width: 90%;
  max-height: 480px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}

.rubrique-page .site-inner .content .section-header img {
  width: 100%;
  /*position: absolute; 
  top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%,-50%);
     -ms-transform: translate(-50%,-50%);
     transform: translate(-50%,-50%);*/
}

.rubrique-page .site-inner .content .section-header:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  z-index: 105;
  top: 0;
  left: 0;
}

.rubrique-page .site-inner .content .section-intro {
  position: relative;
  max-width: 1024px;
  margin: -165px auto 60px;
  z-index: 110;
  padding: 0 15px;
}

.rubrique-page .site-inner .content .section-intro .sticky-top {
  top: 160px;
}

.rubrique-page .site-inner .content .section-intro .menu-intro {
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
  background-color: #1b22e1;
  border-radius: 30px;
  color: #fff;
  padding: 30px 20px 30px 30px;
  background-image: url("images/structure/fond-filigrane-10.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 100;
}

.rubrique-page .site-inner .content .section-intro .menu-intro .header-menu-intro {
  font-size: 35px;
  font-size: 3.5rem;
  margin-left: -12px;
  margin-bottom: 10px;
}

.rubrique-page .site-inner .content .section-intro .menu-intro ul {
  border-left: 3px solid #fff;
  padding-left: 15px;
  margin-bottom: -3px;
}

.rubrique-page .site-inner .content .section-intro .menu-intro a {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
  margin-bottom: 10px;
}

.rubrique-page .site-inner .content .section-intro .menu-intro .download-menu-intro {
  background-color: #ffb71a;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
  color: #000;
  text-transform: uppercase;
  line-height: 1.2;
}

.rubrique-page .site-inner .content .section-intro .entry-content {
  margin: 0;
}

.rubrique-page .site-inner .content .section-intro .entry-content .paragraphe {
  margin-bottom: 30px;
}

.rubrique-page .site-inner .content .section-intro .entry-header h1 {
  font-size: 50px;
  font-size: 5rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 15px;
  margin-bottom: 50px;
}

.rubrique-page .site-inner .content .section-intro .schema-container {
  position: relative;
}

/*.rubrique-page .site-inner .content .section-intro .schema-container:after {
	top: calc(50% + 14px);
    left: 50%;
    transform: translate(-50%,-50%);
	position: absolute; 
	border-top: 6px solid #ffb71a;
	content: ""; 
	width: 200%; 
}*/
.rubrique-page .site-inner .content .section-intro h2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 800;
}

.rubrique-page .site-inner .content .section-intro .schema-rubrique {
  margin-top: 30px;
}

.rubrique-page .site-inner .content .section-intro a.savoirplus {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  background-color: #ffb71a;
  color: #000;
  padding: 6px 15px;
  text-decoration: none;
  border-radius: 20px;
  margin-top: 5px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}

.rubrique-page .site-inner .content .section-news .btn-linkedin {
  margin-top: 15px;
  margin-bottom: 60px;
}

/*---------------------------------*/
.page-layers {
  margin-bottom: 0;
  /*background-image: url(images/structure/fond-filigrane-orange.svg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     background-attachment: fixed;*/
}

.page-layers .entry,
.page-layers .entry-content {
  margin-bottom: 0;
}

.page-layers .layer-page {
  padding: 0 0 40px 0;
}

.page-layers .liste-layers > .layer-page:nth-child(odd) .row {
  margin: 0 -60px 0 0;
  padding: 0;
}

.page-layers .liste-layers > .layer-page:nth-child(even) .row {
  margin: 0 -30px 0;
  padding: 0;
}

.page-layers .liste-layers > .layer-page .row > [class*=col-] {
  margin: 0;
  padding: 0;
  z-index: 10;
}

.page-layers .liste-layers > .layer-page .row.no-marge {
  margin: 0;
}

.page-layers .layer-page .img-left {
  margin-right: -60px !important;
  z-index: 0 !important;
  margin-left: 30px !important;
  position: sticky;
  top: 160px;
}

.page-layers .layer-page .img-right {
  margin-left: -60px !important;
  z-index: 0 !important;
  position: sticky;
  top: 160px;
}

.page-layers .layer-page .img-left:hover,
.page-layers .layer-page .img-right:hover {
  z-index: 11;
}

.page-layers .layer-page .back-img {
  position: relative;
}

.page-layers .layer-page .back-img .video-btn {
  position: absolute;
  top: 50%;
  left: 45%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: none;
  font-size: 110px;
  font-size: 11rem;
}

.page-layers .layer-page .back-img .video-btn:focus {
  color: #fff;
}

.page-layers .layer-page .content-layer {
  background-color: #fff;
  padding: 35px;
  border-radius: 40px;
  -webkit-box-shadow: 0px 0px 10px -5px #1b22e1;
  box-shadow: 0px 0px 10px -5px #1b22e1;
  font-size: 16px;
  font-size: 1.6rem;
}

.page-layers .layer-page .content-layer p:last-child {
  margin: 0;
}

.page-layers .layer-page .content-layer h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 20px;
  color: #00b0fd;
}

.page-layers .layer-page.no-contour {
  padding: 50px 0 30px;
  border-top: 1px solid rgba(0, 176, 253, 0.25);
  margin-top: 20px;
}

.page-layers .layer-page.no-contour .content-layer {
  background-color: #fff;
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-layers .layer-page.no-contour .content-layer h2 {
  margin-bottom: 10px;
}

.page-layers .liste-layers > .layer-page.no-contour:first-child {
  padding: 0 0 30px 0;
  border-top: none;
  margin-top: 0;
}

.page-layers .layer-page .content-layer a {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  background-color: #ffb71a;
  color: #000;
  padding: 6px 15px;
  text-decoration: none;
  border-radius: 20px;
  margin-top: 5px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: -5px;
  margin-right: 5px;
}

.page-layers .layer-page .content-layer a.layer-link {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  background-color: #ffb71a;
  color: #000;
  padding: 6px 15px;
  text-decoration: none;
  border-radius: 20px;
  margin-top: 5px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
}

.page-layers .layer-page .content-layer hr {
  margin: 20px 0 25px 0;
  border-color: #00b0fd;
}

.page-layers .layer-page .back-img {
  border-radius: 40px;
  overflow: hidden;
}

.page-layers .layer-page .align-items-center { /*align-items: start !important;*/ }

/*---------------------------------*/
.histoire-page .img-header {
  width: 150px;
  float: right;
  padding-top: 15px;
}

.histoire-page .text-header {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  padding-top: 15px;
  margin-right: 30px;
  width: calc(100% - 180px);
  float: left;
}

.histoire-page .section {
  display: inline-block;
  margin-top: 30px;
}

.histoire-page .entry {
  margin: 0;
}

.histoire-page .container-timeline {
  /*border-radius: 30px;
  overflow: hidden;
  background-color: #1b22e1;
  background-image: url("images/structure/fond-filigrane-10.svg");
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  margin-top: 20px;
  color: #fff;*/
}

.histoire-page .container-timeline .row {
  margin: 0;
}

.histoire-page .container-timeline .background-col {
  background-color: #1b22e1;
  background-image: url("images/structure/fond-filigrane-10.svg");
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  border-radius: 30px;
  overflow: hidden;
}

.histoire-page .container-timeline .entry-thumbnail {
  width: calc(100% + 100px);
  border-radius: 30px;
  overflow: hidden;
}

.histoire-page .container-timeline .content-timeline h2 {
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: initial;
  line-height: 1.1;
  font-weight: 800;
  text-align: left;
  color: #ffb71a;
  margin: 0 0 15px 0;
}

.histoire-page .container-timeline .content-timeline {
  padding: 25px 20px;
  margin: 0;
  color: #fff;
}

.histoire-page .cd-h-timeline {
  margin-top: 2s0px;
}

.histoire-page .cd-h-timeline .cd-h-timeline__container {
  display: inline-block;
}

.histoire-page .cd-h-timeline .cd-h-timeline__line {
  height: 5px;
  background-color: #1b22e1;
}

.histoire-page .cd-h-timeline .cd-h-timeline__filling-line {
  background-color: #1b22e1;
}

.histoire-page .cd-h-timeline .cd-h-timeline__dates {
  margin: 0 60px 10px;
}

.histoire-page .cd-h-timeline .cd-h-timeline__date {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  color: #1b22e1;
  margin-left: -45px;
}

.histoire-page .cd-h-timeline .cd-h-timeline__date:hover {
  color: #ffb71a;
}

.histoire-page .cd-h-timeline .cd-h-timeline__date--selected {
  pointer-events: none;
  font-size: 32px;
  font-size: 3.2rem;
  color: #ffb71a;
  font-weight: 800;
}

.histoire-page .cd-h-timeline .cd-h-timeline__date::after {
  background-color: #1b22e1;
  border-color: #1b22e1;
  height: 15px;
  width: 15px;
}

.histoire-page .cd-h-timeline .cd-h-timeline__date:hover::after {
  border-color: #ffb71a;
  background-color: #ffb71a;
}

.histoire-page .cd-h-timeline .cd-h-timeline__date--selected::after {
  border-color: #ffb71a;
  background-color: #ffb71a;
  height: 21px;
  width: 21px;
  margin-bottom: -3px;
}

.histoire-page .cd-h-timeline .cd-h-timeline__date--older-event::after {
  border-color: #1b22e1;
  background-color: #1b22e1;
}

.histoire-page .cd-h-timeline .cd-h-timeline__navigation {
  border: none;
  background-color: #f5f5f7;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.7;
  color: #1b22e1;
}

.histoire-page .cd-h-timeline .cd-h-timeline__navigation:hover {
  color: #ffb71a;
}

/*---------------------------------*/
.partenaires-page h2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 800;
  color: #000;
  margin-bottom: 20px;
}

.partenaires-page .liste-partenaires .img-logo {
  height: 100%;
}

.partenaires-page .entry-content > p {
  margin-bottom: 1rem;
}

.partenaires-page .entry-content > a {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  background-color: #ffb71a;
  color: #000;
  padding: 6px 15px;
  text-decoration: none;
  border-radius: 20px;
  margin-top: 5px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
}

.partenaires-page .liste-partenaires img {
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}

.partenaires-page .liste-partenaires a {
  height: 100%;
  display: block;
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

.partenaires-page .liste-partenaires a:hover {
  color: #000;
  text-decoration: none;
}

.partenaires-page .liste-partenaires a img {
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}

.partenaires-page .liste-partenaires a:hover img {
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  ms-filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}

.partenaires-page .liste-partenaires .partners-type-desc p > a {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  background-color: #ffb71a;
  color: #000;
  padding: 6px 15px;
  text-decoration: none;
  border-radius: 20px;
  margin-top: 5px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 5px;
}

.partenaires-page .liste-partenaires .partners-desc {
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 10px;
}

.partenaires-page .liste-partenaires .row > [class*=col-] {
  margin-bottom: 15px;
}

.partenaires-page .liste-partenaires h2 {
  margin: 30px 0 15px;
}

.partenaires-page .liste-partenaires .partners-type-desc {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}

/*---------------------------------*/
.site-inner {
  padding: 0 0 60px 0;
}

.site-inner .content {
  position: relative;
}

.site-inner .content .breadcrumb {
  max-width: 1200px;
  width: 100%;
  margin: 15px auto;
  display: block;
  color: #00b0fd;
  font-weight: 400;
  border: none;
  z-index: 100;
  font-size: 12px;
  font-size: 1.2rem;
}

.site-inner .content .breadcrumb a {
  color: #00b0fd;
  text-decoration: none;
}

.site-inner .content .breadcrumb br,
.site-inner .content .breadcrumb a br {
  display: none;
}

/*---------------------------------*/
.section-news {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 15px;
}

.section-news .owl-stage {
  display: flex;
}

.section-news .owl-stage .owl-item a {
  display: block;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

.section-news a .content-section,
.section-news .owl-stage .owl-item a .content-section-3 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 20px;
  background-image: url("images/structure/fond-filigrane-10.svg");
  background-color: #1b22e1;
  height: 100%;
}

.section-news a h2,
.section-news .owl-stage .owl-item a h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffb71a;
  display: block;
}

.section-news .owl-dots {
  text-align: center;
}

.section-news .owl-dots .owl-dot {
  background-color: #1b22e1;
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  margin: 20px 3px;
}

.section-news .owl-dots .owl-dot:hover {
  background-color: #ffb71a;
}

.section-news .owl-dots .owl-dot.active {
  background-color: #00b0fd;
}

.section-news .owl-dots .owl-dots.disabled, .owl-carousel .owl-nav,
.section-news .owl-dots .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block;
}

.section-news .btn-linkedin {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  background-color: #1b22e1;
  color: #fff;
  border-radius: 60px;
  font-size: 18px;
  font-size: 1.8rem;
}

.section-news .btn-linkedin a {
  text-decoration: none;
  padding: 15px;
  color: #fff;
  font-weight: 600;
  width: 100%;
  display: block;
}

.section-news .btn-linkedin a span {
  display: inline-block;
  background-color: #fff;
  color: #1b22e1;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-right: 5px;
}

.section-news .row {
  margin-left: -35px;
  margin-right: -15px;
}

/*-------------------------*/
.rejoindre-page .offres {
  margin-bottom: 40px;
}

.rejoindre-page .offres a {
  display: block;
  background-color: #1b22e1;
  border-radius: 30px;
  color: #fff;
  padding: 30px 20px 30px 30px;
  background-image: url(images/structure/fond-filigrane-10.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 100;
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: none;
  text-align: center;
}

.rejoindre-page .offres a h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
}

.rejoindre-page .offres a p {
  max-width: 700px;
  margin: 0 auto;
}

/*-------------------------*/
.content-emplois {
  margin-bottom: 60px;
}

.content-emplois > ul {
  margin: 0;
  padding: 0;
}

.content-emplois > ul > li {
  list-style: none;
  background-color: rgba(27, 34, 225, 0.08);
  border-radius: 30px;
  margin-bottom: 25px;
  overflow: hidden;
}

.content-emplois > ul > li .date-post {
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  color: #00b0fd;
}

.content-emplois > ul > li h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-style: italic;
  font-weight: 800;
  margin-bottom: 0;
}

.content-emplois ul > li > .row > [class*=col-]:first-child {
  border-right: 1px solid rgb(0, 176, 253);
}

.content-emplois ul > li > .row > [class*=col-]:last-child {
  text-align: center;
}

.content-emplois ul > li > .row > [class*=col-] .content-col {
  padding: 25px;
}

.content-emplois ul > li > .row > [class*=col-] a {
  background-color: #ffb71a;
  padding: 15px 20px;
  border-radius: 30px;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.content-emplois ul > li > .row > [class*=col-] a:hover {
  color: #fff;
  background-color: #00b0fd;
}

.content-emplois .type {
  margin-bottom: 10px;
}

.content-emplois .type ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.content-emplois .type ul li {
  display: inline-block;
  margin-right: 10px;
  color: #1b22e1;
}

/*-------------------------*/
.content-list {
  margin-top: 60px;
}

.content-list > ul {
  margin: 0;
  padding: 0;
}

.content-list > ul > li {
  list-style: none;
  background-color: rgba(27, 34, 225, 0.08);
  border-radius: 30px;
  margin-bottom: 25px;
  overflow: hidden;
}

.content-list > ul > li .date-post {
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  color: #00b0fd;
}

.content-list > ul > li h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 0;
}

.content-list ul > li > .row > [class*=col-]:first-child {
  border-right: 1px solid rgb(0, 176, 253);
}

.content-list ul > li > .row > [class*=col-]:last-child {
  text-align: center;
}

.content-list ul > li > .row > [class*=col-] .content-col {
  padding: 25px;
}

.content-list ul > li > .row > [class*=col-] a {
  background-color: #ffb71a;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  display: inline-block;
  color: #000;
  text-decoration: none;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

.content-list ul > li > .row > [class*=col-] a:hover {
  color: #fff;
  background-color: #00b0fd;
}

.content-list .type {
  margin-bottom: 10px;
}

.content-list .type ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.content-list .type ul li {
  display: inline-block;
  margin-right: 10px;
  color: #1b22e1;
}

/*-------------------------*/
.form-contact:before {
  display: inline-block;
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px solid #c4c4c4;
  margin-bottom: 30px;
}

.form-contact {
  margin-top: 30px;
}

.form-contact h2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 800;
}

.form-contact .nf-form-content {
  padding: 0 !important;
  margin: 0 -5px !important;
}

.form-contact .nf-form-fields-required {
  margin-bottom: 20px;
  font-size: 12px;
  font-size: 1.2rem;
}

.form-contact .nf-form-content .nf-field-label {
  margin-bottom: 5px !important;
}

.form-contact .nf-form-content label {
  font-size: 15px;
  font-size: 1.5rem;
}

.form-contact .nf-field-element button {
  background-color: #ffb71a;
  padding: 15px 20px;
  border-radius: 30px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 10px;
  color: #000;
  text-decoration: none;
  line-height: 1;
}

.form-contact .nf-field-element input[type=submit] {
  background-color: #ffb71a;
  padding: 15px 20px;
  border-radius: 30px;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  color: #000;
  text-decoration: none;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.form-contact .nf-field-element input[type=submit]:hover,
.form-contact .nf-field-element button:hover {
  background-color: #00b0fd !important;
  color: #fff;
}

/*-------------------------*/
.content-projets ul,
.content-metiers ul {
  padding: 0;
}

.content-projets ul li a,
.content-metiers ul li a {
  display: block;
  background-color: #1b22e1;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  background-image: url("images/structure/fond-filigrane-10.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

.content-projets ul li a .content-section,
.content-metiers ul li a .content-section {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 20px;
}

.content-projets ul li a .content-section h2,
.content-metiers ul li a .content-section h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffb71a;
}

.emplois-page .entry-content > p a,
.metiers-page .entry-content > p a {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  background-color: #ffb71a;
  color: #000;
  padding: 6px 15px;
  text-decoration: none;
  border-radius: 20px;
  margin-top: 5px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 15px;
}

/*-------------------------*/
.content-metiers ul li a .content-section h2 {
  font-size: 26px;
  font-size: 2.6rem;
}

.page-metiers .liste-layers {
  margin-top: 60px;
}

.page-metiers .form-contact {
  margin-top: 40px;
}

.page-metiers .form-contact:before {
  margin-bottom: 50px;
}

.footer-desc {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

/*-------------------------*/
.lieux-page .entry-content {
  margin: 0;
}

.lieux-page .content-list .content-col h2 {
  color: #000;
}

.lieux-page .content-list .content-col {
  color: #1b22e1;
}

/*-------------------------*/
.page-template-blog .site-inner {
  max-width: 960px;
  padding: 0 15px;
}

.page-template-blog .content {
  width: 60% !important;
}

.page-template-blog .sidebar {
  width: 35% !important;
}

.page-template-blog .archive-description {
  margin-bottom: 20px;
}

.page-template-blog .archive-description h2 {
  font-size: 48px;
  font-size: 4.8rem;
  color: #000;
  font-weight: 700;
  line-height: 1;
  margin-top: 15px;
}

.page-template-blog .archive-description a {
  text-decoration: none;
}

.page-template-blog .archive-description h1 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #000;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 30px;
}

.page-template-blog .pagination {
  margin-top: 20px;
}

.page-template-blog .pagination ul {
  padding: 0;
  margin: 0;
}

.page-template-blog .pagination ul li a {
  margin: 0;
  border-radius: 4px;
  background-color: #dcecff;
  color: #1b22e1;
}

.page-template-blog .pagination ul li.active a {
  background-color: #1b22e1;
  color: #fff;
}

.page-template-blog .post {
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.page-template-blog .post .entry-content > p {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.page-template-blog .post .entry-title {
  margin-bottom: 0;
}

.page-template-blog .post .entry-title a {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 600;
  color: #00b0fd;
}

.page-template-blog .post .entry-header .entry-time {
  font-style: italic;
}

.page-template-blog .post .entry-content img {
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}

.page-template-blog .post .entry-content p {
  color: #000;
}

.page-template-blog .post .entry-content p .more-link {
  width: 140px;
  display: block;
  background-color: #ffb71a;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  margin-top: 20px;
  color: #000;
  text-transform: uppercase;
  line-height: 1.2;
  text-decoration: none;
}

.page-template-blog .btn-linkedin {
  width: 100%;
  text-align: center;
  margin-top: -15px;
  margin-bottom: 50px;
  background-color: #1b22e1;
  color: #fff;
  border-radius: 60px;
  font-size: 18px;
  font-size: 1.8rem;
}

.page-template-blog .btn-linkedin a {
  text-decoration: none;
  padding: 15px;
  color: #fff;
  font-weight: 600;
  width: 100%;
  display: block;
}

.page-template-blog .btn-linkedin a span {
  display: inline-block;
  background-color: #fff;
  color: #1b22e1;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-right: 5px;
}

/*-------------------------*/
.chemin-page .header-layer {
  position: sticky;
  top: 140px;
  z-index: 100;
  margin-bottom: 50px;
  text-align: center;
  overflow: hidden;
}

.chemin-page .header-layer ul li {
  overflow: hidden;
}

.chemin-page .header-layer a {
  background-color: #dcecff;
  padding: 20px 55px 20px 75px;
  text-transform: uppercase;
  color: #1b22e1;
  text-decoration: none;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  width: 100%;
  display: block;
  background-image: url(images/structure/fond-filigrane-10.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  height: 100%;
}

.chemin-page .header-layer ul {
  padding: 0;
  margin: 0;
}

.chemin-page .header-layer .row > [class*=col].active a {
  background-color: #1b22e1;
  color: #fff;
  position: relative;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.chemin-page .header-layer .row > [class*=col] a:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 60px 0 60px 35px;
  border-color: transparent transparent transparent #dcecff;
  transform: rotate(0deg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
  z-index: 100;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.chemin-page .header-layer .row > [class*=col]:first-child a:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 60px 0 60px 35px;
  border-color: transparent transparent transparent #fff;
  transform: rotate(0deg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 100;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.chemin-page .header-layer .row > [class*=col].active a:after {
  border-color: transparent transparent transparent #1b22e1;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.chemin-page .header-layer .row > [class*=col]:last-child a {
  width: calc(100% - 45px);
  padding: 20px 55px 20px 75px;
}

.chemin-page .header-layer .row > [class*=col]:last-child a:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 60px 0 60px 35px;
  border-color: transparent transparent transparent #dcecff;
  transform: rotate(0deg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
  z-index: 100;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.chemin-page .header-layer .row > [class*=col]:last-child.active a:after {
  border-color: transparent transparent transparent #1b22e1;
}

.chemin-page .owl-item {
  padding: 10px;
}

#navbar-example3 {
  display: inline-block;
  background-color: #fff;
  z-index: 100;
  position: fixed;
  top: 200px;
  left: 0;
  max-width: 250px;
  display: none;
}

/*-------------------------*/
.page.error404 .entry-content {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
}

.page.error404 .entry-content a {
  display: table;
  border-radius: 30px;
  background-color: #ffb71a;
  padding: 10px 20px;
  margin-top: 20px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  font-weight: 400;
}

.page.error404 .entry-content a:hover {
  background-color: #00b0fd;
  color: #fff;
}

@media only screen and (max-width: 960px) {
  .page-template-blog .content {
    width: 100% !important;
  }
  .page-template-blog .sidebar {
    display: none;
  }
}
@media only screen and (max-width: 940px) {
  .chemin-page .header-layer a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 860px) {
  .single-mapster-wp-location .entry img {
    position: initial !important;
  }
  .single-mapster-wp-location .entry .entry-content {
    max-width: 100% !important;
    padding-left: 0 !important;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .rubrique-page .site-inner .content .section-header {
    width: 100%;
    min-height: 440px;
    justify-content: center;
    display: flex;
    flex-direction: row;
    overflow: hidden;
  }
  .rubrique-page .site-inner .content .section-header img {
    position: absolute;
    object-fit: cover;
    height: 100%;
  }
  .rubrique-page .site-inner .content .section-intro {
    margin: -120px auto 60px;
  }
  .rubrique-page .site-inner .content .section-intro .menu-intro {
    padding: 10px 30px 20px;
  }
  .rubrique-page .site-inner .content .section-intro .entry-header h1 {
    color: #1b22e1;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .page h1 {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .page h1 br {
    display: none;
  }
  .page .sous-titre {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .page-layers .liste-layers > .layer-page .row {
    margin: 0 !important;
  }
  .page-layers .layer-page {
    padding: 0 0 60px 0;
  }
  .page-layers .layer-page .img-right,
  .page-layers .layer-page .img-left {
    margin: 0 0 -80px 0 !important;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }
  .page-layers .layer-page .back-img {
    margin: 0 25px;
  }
  .page-layers .layer-page .content-layer {
    padding: 25px 20px;
  }
  .page-layers .layer-page .content-layer h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .page-layers .layer-page .back-img .video-btn {
    left: 48%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -70%);
    font-size: 80px;
    font-size: 8rem;
  }
  .page-template-blog .intro p, .page .entry-content .intro p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .histoire-page .img-header {
    display: none;
  }
  .histoire-page .text-header {
    display: inline-block;
    width: 100%;
  }
  .histoire-page .container-timeline .entry-thumbnail {
    width: 100%;
  }
  .histoire-page .container-timeline .background-col {
    margin-top: -60px;
    z-index: 100;
    position: relative;
  }
  .histoire-page .section {
    margin-top: 0;
  }
  .chemin-page .header-layer {
    position: initial;
  }
  .chemin-page .header-layer .row > [class*=col]:last-child a {
    width: 100%;
  }
  .chemin-page .header-layer .row > [class*=col] a:after,
  .chemin-page .header-layer .row > [class*=col]:first-child a:before,
  .chemin-page .header-layer .row > [class*=col]:last-child a:after {
    display: none;
  }
  .lieux-page .mapster-wp-maps-container {
    display: none;
  }
  .lieux-page .content-list {
    margin: 0;
  }
  .lieux-page .entry {
    margin: 0;
  }
  .page-metiers .form-contact {
    margin-top: 0;
  }
}
@media only screen and (max-width: 576px) {
  .emplois-page .content-emplois ul > li > .row > [class*=col-] a,
  .lieux-page .content-list ul > li > .row > [class*=col-] a {
    margin: 0 25px 25px 25px;
  }
  .emplois-page .content-emplois ul > li > .row > [class*=col-]:last-child,
  .lieux-page .content-list ul > li > .row > [class*=col-]:last-child {
    text-align: left;
  }
}
.mapster-wp-maps-container {
  border-radius: 40px;
  overflow: hidden;
}

.mapster-wp-maps-container .mapboxgl-ctrl {
  margin: 20px !important;
}

.mapster-wp-maps-container .maplibregl-popup-content {
  border-radius: 6px;
  overflow: hidden;
}

.mapster-wp-maps-container .map-popup-body {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 10px !important;
  line-height: 1.2;
}

.mapster-wp-maps-container .map-popup-footer .map-popup-footer-button {
  background-color: #ffb71a !important;
  border: none !important;
  border-radius: 20px !important;
  padding: 5px 15px !important;
  font-size: 12px !important;
  font-size: 1.2rem !important;
  text-transform: uppercase !important;
  color: #000 !important;
  margin: 5px 0 !important;
}

.mapster-list-control {
  -webkit-border-radius: 4px !important;
  -webkit-border-top-right-radius: 40px !important;
  -moz-border-radius: 4px !important;
  -moz-border-radius-topright: 40px !important;
  border-radius: 4px !important;
  border-top-right-radius: 40px !important;
}

.mapboxgl-popup {
  width: 100%;
  max-width: 300px !important;
}

.single-mapster-wp-location .entry img {
  float: left;
  max-width: 420px;
  width: 100%;
}

.single-mapster-wp-location .entry .entry-content {
  float: left;
  max-width: calc(100% - 450px);
  padding-left: 30px;
}

.single-mapster-wp-location .entry .entry-content .sous-titre {
  margin-top: -5px;
}

.single-mapster-wp-location .content .form-contact {
  margin-bottom: 40px;
}

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

.single-mapster-wp-location .entry-content hr {
  margin: 30px 0;
}

.single-mapster-wp-location .entry-content .infos {
  margin-bottom: 30px;
}

.single-mapster-wp-location .entry-content .infos .adresse {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

.single-mapster-wp-location .entry-content .infos .adresse a {
  color: #000;
  text-decoration: none;
}

.single-mapster-wp-location .entry-content .infos .adresse a:hover {
  color: #000;
  text-decoration: underline;
}

.single-mapster-wp-location .entry img {
  border-radius: 40px;
  overflow: hidden;
  position: sticky;
  top: 170px;
}

.single-mapster-wp-location .entry-content .infos a.doc {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  background-color: #ffb71a;
  color: #000;
  padding: 6px 15px;
  text-decoration: none;
  border-radius: 20px;
  margin-top: 5px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 15px;
}
