@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.eot');
  src:
    url('../fonts/Manrope-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Manrope-Bold.woff2') format('woff2'),
    url('../fonts/Manrope-Bold.woff') format('woff'),
    url('../fonts/Manrope-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraBold.eot');
  src:
    url('../fonts/Manrope-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Manrope-ExtraBold.woff2') format('woff2'),
    url('../fonts/Manrope-ExtraBold.woff') format('woff'),
    url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraLight.eot');
  src:
    url('../fonts/Manrope-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Manrope-ExtraLight.woff2') format('woff2'),
    url('../fonts/Manrope-ExtraLight.woff') format('woff'),
    url('../fonts/Manrope-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.eot');
  src:
    url('../fonts/Manrope-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Manrope-Light.woff2') format('woff2'),
    url('../fonts/Manrope-Light.woff') format('woff'),
    url('../fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.eot');
  src:
    url('../fonts/Manrope-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Manrope-Medium.woff2') format('woff2'),
    url('../fonts/Manrope-Medium.woff') format('woff'),
    url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.eot');
  src:
    url('../fonts/Manrope-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Manrope-SemiBold.woff2') format('woff2'),
    url('../fonts/Manrope-SemiBold.woff') format('woff'),
    url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.eot');
  src:
    url('../fonts/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Manrope-Regular.woff2') format('woff2'),
    url('../fonts/Manrope-Regular.woff') format('woff'),
    url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html {
  overflow-x: hidden;
}

* {
  outline: none !important;
  text-decoration: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Manrope';
  font-size: 16px;
  line-height: normal;
  color: #6f777c;
  line-height: 30px;
  font-weight: 500;
  overflow-x: hidden;
  background-color: #ffffff;
  background-size: 100%;
  -webkit-font-smoothing: antialiased;
}

#wrapall {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
}

a,
a *:before,
a *:after,
button,
.btn {
  transition: all 0.15s linear 0s;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
  outline: none !important;
  color: #6f777c;
}

a:hover {
  color: #00477b;
}

p {
  margin-bottom: 15px;
}

p:empty {
  line-height: 0 !important;
}

strong,
b {
  font-weight: 900;
}

ul,
li {
  list-style: none;
  margin: 0;
}

ol {
  padding-left: 20px;
  list-style: decimal;
  line-height: 24px;
}
ol li {
  list-style: decimal;
  margin-bottom: 20px;
}
ol li::marker {
  font-weight: 700;
  color: #00477b;
}

.site-main ul {
  margin-bottom: 15px;
  padding-left: 0;
}

.site-main ul li {
  padding-left: 25px;
  margin-bottom: 15px;
  line-height: 20px;
  position: relative;
}
.site-main ul li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/bg-li-1.png) center center no-repeat;
  height: 17px;
  width: 17px;
}

.site-main h5 + ul {
  margin-top: -15px;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #6f777c !important;
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: 500 !important;
}

.container {
  max-width: 1170px;
  width: 100%;
  padding: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.clear {
  clear: both;
}

img,
iframe,
svg {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

svg {
  height: auto;
}

u {
  text-decoration: underline;
}

h1 {
  font-size: 80px;
  color: #00477b;
  font-weight: 700;
  line-height: 80px;
  margin-bottom: 30px;
}

h2 {
  font-size: 50px;
  line-height: 60px;
  color: #00477b;
  margin-bottom: 20px;
  font-weight: 700;
}

h3 {
  font-size: 30px;
  line-height: 40px;
  color: #00477b;
  font-weight: 500;
  margin-bottom: 20px;
}

h4 {
  font-size: 24px;
  line-height: 32px;
  color: #00477b;
  font-weight: 500;
  margin-bottom: 20px;
}
h5 {
  font-size: 20px;
  line-height: 30px;
  color: #00477b;
  font-weight: 500;
  margin-bottom: 20px;
}
.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

.d-flex {
  display: flex !important;
  flex: 1 1 0;
}
.d-flex.a-right {
  justify-content: flex-end !important;
}

.f-d-column {
  flex-direction: column;
}

.d-i-flex {
  display: inline-flex !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.pull-left,
.alignleft {
  float: left;
}

.pull-right,
.alignright {
  float: right;
}

.pull-center,
.aligncenter {
  float: none;
  margin: 0 auto;
}

.a-left {
  text-align: left;
}

.a-right {
  text-align: right;
}

.a-center {
  text-align: center;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.p-0 {
  padding: 0 !important;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.p-t-75 {
  padding-top: 75px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.p-t-200 {
  padding-top: 200px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.p-b-75 {
  padding-bottom: 75px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-0 {
  margin: 0 !important;
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.m-t-75 {
  margin-top: 75px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.m-b-2 {
  margin-bottom: 2px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.m-b-75 {
  margin-bottom: 75px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.col-50 {
  flex: calc(50% - 10px) 0 0;
}

.col-100 {
  flex: 100% 0 0;
}

#main-navigation-mobile {
  display: none;
}

.open-menu {
  display: none;
  text-decoration: none;
  width: 30px;
  padding: 0;
  position: absolute;
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  cursor: pointer;
}
.open-menu .bar {
  background-color: #00477b;
  display: block;
  height: 3px;
  margin: 0 0 6px;
  width: 100%;
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
}
.open-menu.open .bar {
  margin: 0;
  transform: rotate(45deg);
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  background-color: #00477b;
}
.open-menu.open .bar.bar2 {
  margin-top: -3px;
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
}
.open-menu.open .bar.bar1 {
  transform: rotate(-45deg);
  margin-top: 13px;
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
}
.open-menu.open .bar.bar3 {
  display: none;
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
}

.grecaptcha-badge {
  right: -500px !important;
}

.scrolltotop {
  background: #00477b;
  bottom: 80px;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  opacity: 0.7;
  overflow: hidden !important;
  padding: 0;
  position: fixed !important;
  right: 40px;
  font-size: 20px;
  width: 40px;
  z-index: 999 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.scrolltotop svg {
  color: #ffffff;
}
.scrolltotop:hover {
  background: #00477b;
  opacity: 1;
}

.img_top_parallax {
  height: 350px;
  overflow: hidden;
}
.img_top_parallax .container {
  max-width: 1170px;
}
.img_top_parallax * {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.img_top_parallax h1 {
  font-size: 70px;
  font-weight: 900;
  margin-bottom: 0;
  line-height: 70px;
  color: #fff;
}
.img_top_parallax .content {
  z-index: 10;
  position: relative;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  text-align: center;
  flex-direction: column;
}
.img_top_parallax .parallaxator {
  overflow: hidden;
  position: relative;
  height: 100%;
  background-color: #084775;
}
.img_top_parallax .parallaxator > .parallax_child {
  position: absolute;
  top: 0;
  min-height: 100%;
  /*max-width: inherit;*/
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  /*width: auto !important;*/
  object-fit: cover;
}

/*----- Accordion -----*/
.accordion .cont_accordion {
  margin-bottom: 10px;
  /*  box-shadow: 0 10px 30px rgba($color-bleu, 0.2);*/
  background: #f8f4ee;
  border-radius: 0;
  padding: 25px 40px;
}
.accordion .cont_accordion .accordion-section-title {
  color: #00477b;
  font-size: 23px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.accordion .cont_accordion .accordion-section-title:after {
  content: '';
  flex: 30px 0 0;
  height: 30px;
  width: 30px;
  background: url(../img/plus.png) center center no-repeat;
  z-index: 1;
  margin-left: auto;
}
.accordion .cont_accordion .accordion-section-title.active:after {
  background: url(../img/moin.png) center center no-repeat;
}
.accordion .cont_accordion .accordion-section-content {
  display: none;
  width: 100%;
  padding-top: 30px;
}
.accordion .cont_accordion .accordion-section-content li {
  margin-bottom: 5px;
}

/*******waves-effect********/
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: 0.3s ease-out;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: transform, opacity;
  transform: scale(0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}
.waves-effect.waves-blue .waves-ripple {
  background-color: rgba(0, 57, 99, 0.7);
}
.waves-effect input[type='button'],
.waves-effect input[type='reset'],
.waves-effect input[type='submit'] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}
.waves-effect img {
  position: relative;
  z-index: -1;
}
.waves-effect .waves-notransition {
  transition: none !important;
}
.waves-effect .waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}
.waves-effect .waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-effect .waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-effect .waves-block {
  display: block;
}
.waves-effect .waves-ripple {
  z-index: -1;
}

/*************** tabs **************/
.panel_tab .nav_tabs {
  -moz-column-gap: 0;
  column-gap: 0;
}
.panel_tab .nav_tabs .item {
  background: #f8f4ee;
  padding: 25px 10px;
  border-radius: 0;
  color: #00477b;
  flex: 1;
  justify-content: center;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  border-left: 2px solid #00477b;
}
.panel_tab .nav_tabs .item:after {
  content: '\f30c';
  color: #00477b;
  font-family: 'Font Awesome 5 Free';
  text-align: center;
  font-size: 20px;
}
.panel_tab .nav_tabs .item a {
  color: #00477b;
}
.panel_tab .nav_tabs .item.active,
.panel_tab .nav_tabs .item:hover {
  background: #00477b;
}
.panel_tab .nav_tabs .item.active:after,
.panel_tab .nav_tabs .item:hover:after {
  content: '\f309';
  color: #00477b;
}
.panel_tab .nav_tabs .item.active a,
.panel_tab .nav_tabs .item:hover a {
  color: #00477b;
}
.panel_tab .nav_tabs .item:first-child {
  border-radius: 10px 0 0 0;
  border-left: none;
}
.panel_tab .nav_tabs .item:last-child {
  border-radius: 0 10px 0 0;
}
.panel_tab .tab-content {
  padding: 0;
}
.panel_tab .tab-content .tab_pane {
  width: 100%;
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  padding: 0;
  font-size: 18px;
}
.panel_tab .tab-content .tab_pane.active {
  height: auto;
  opacity: 1;
  visibility: visible;
  /*border: 1px solid $color-gris-1;*/
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.panel_tab .tab-content .tab_pane a {
  text-decoration: underline;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

.btn {
  padding: 10px 30px;
  background-color: #f5cc4c;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #00477b;
  width: auto;
  margin: 0;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  outline: 0;
  box-sizing: border-box;
  transition:
    color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  overflow: hidden;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  z-index: 5;
  border-radius: 30px;
  text-transform: uppercase;
}
.btn:hover,
.btn:focus,
.btn.active,
button:hover {
  background-color: #00477b;
  color: #f5cc4c;
}
.btn.btn_small {
  line-height: 18px;
  padding: 11px 20px;
}
.btn i {
  margin-right: 10px;
}
.btn.btn_bleu {
  background-color: #00477b;
  color: #f5cc4c;
}
.btn.btn_bleu:hover,
.btn.btn_bleu:focus,
.btn.btn_bleu.active {
  background-color: #f5cc4c;
  color: #00477b;
}
.btn.btn_gris {
  background-color: #f8f4ee;
  color: #00477b;
}
.btn.btn_gris:hover,
.btn.btn_gris:focus,
.btn.btn_gris.active {
  background-color: #00477b;
  color: #ffffff;
}
.btn.btn_blanc {
  background-color: #fff;
  color: #00477b;
}
.btn.btn_blanc:hover,
.btn.btn_blanc:focus,
.btn.btn_blanc.active {
  background-color: #00477b;
  color: #ffffff;
}
.form-control {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  margin-bottom: 20px;
  width: 100%;
}
input {
  background: none;
  border: none;
  font-weight: 600;
  height: 60px;
  background-color: #ffffff;
  padding: 10px 10px 10px 30px;
  font-size: 14px;
  border-radius: 6px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

textarea {
  background-color: #ffffff;
  height: 150px;
  font-size: 14px;
  font-weight: 600;
  padding: 25px 30px;
  border: none;
  width: 100%;
  margin-bottom: 20px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  border-radius: 6px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

[type='checkbox']:not(:checked),
[type='checkbox']:checked {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

.form-check-input[type='checkbox'] + label {
  text-align: justify;
  position: relative;
  display: inline-block;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.form-check-input[type='checkbox'] + label:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 18px;
  height: 18px;
  margin-top: 0;
  content: '';
  background: #ffffff;
  transition: 0.2s;
}

.form-check-input[type='checkbox']:not(.filled-in) + label:before,
.form-check-input[type='checkbox']:not(.filled-in) + label:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 18px;
  height: 18px;
  margin-top: 0;
  content: '';
  background: #ffffff;
  transition: 0.2s;
}
.form-check-input[type='checkbox']:not(.filled-in) + label:after {
  transform: scale(0);
  background: none;
}

.form-check-input[type='checkbox']:checked + label:before {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  top: -4px;
  left: -5px;
  width: 10px;
  height: 15px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  transform: rotate(40deg);
  transform-origin: 100% 100%;
  backface-visibility: hidden;
  background: none;
  border-radius: 0;
}

select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 40px 0 0;
  margin: 0;
  width: 100%;
  font-family: 'Plus Jakarta Sans', sans-serif;
  cursor: inherit;
  line-height: inherit;
  outline: none;
  z-index: 10;
  color: #7a7f83;
  font-weight: 600;
  font-size: 14px;
}

select::-ms-expand {
  display: none;
}

.form-select {
  width: 100%;
  cursor: pointer;
  background: #ffffff url(../img/caret.png) right 30px center no-repeat;
  display: grid;
  grid-template-areas: 'select';
  align-items: center;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #7a7f83;
  padding: 18px 0 18px 30px;
  border: none;
  margin-bottom: 20px;
  border-radius: 6px;
}

select,
.form-select:after {
  grid-area: select;
}

.alert,
.m_system {
  font-size: 14px;
  text-transform: initial;
  line-height: 18px;
  padding: 10px;
  margin: 0 0 15px;
  text-align: left;
}

.alert,
.m_system {
  font-size: 14px;
  text-transform: initial;
  line-height: 18px;
  padding: 10px;
  margin: 0 0 15px;
  text-align: left;
}

.alert-info,
.m_infos {
  border: 1px solid rgb(235, 169, 50);
  background: rgba(235, 169, 50, 0.26);
  color: rgb(235, 169, 50);
}

.alert-danger,
.m_alerte {
  background: rgb(255, 205, 207);
  border: 1px solid rgb(209, 35, 42);
  color: rgb(209, 35, 42);
}

.alert-success,
.m_valide {
  background: #1c8820;
  border: 1px solid rgb(28, 136, 32);
  color: rgb(255, 255, 255);
}
/***************/
.table-wrapper {
  border-radius: 15px;
  overflow: scroll;
  border: 1px solid #cfd8dc;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  min-width: 600px;
}

/* HEADER */
table thead tr {
  background-color: #82bddd;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

table thead td,
table thead th {
  color: #fff;
  padding: 20px 40px;
  font-size: 24px;
  font-weight: 700;
  border: none;
}

/* BODY */
table tbody {
  background: #fff;
}

table tbody td {
  text-align: left;
  vertical-align: top;
  border: none;
  padding: 0 40px;
  font-size: 16px;
  line-height: 40px;
}

/* séparation verticale */
table tbody td:not(:last-child) {
  border-right: 1px solid #d0d7dc;
}
table tbody tr:first-child td:not(:last-child),
table tbody tr:last-child td:not(:last-child) {
  border-right: none;
}
table tbody tr:first-child td,
table tbody tr:last-child td {
  height: 30px;
}

/*************************/
header {
  z-index: 5;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  padding: 0 60px;
}
header .lien {
  position: absolute;
  z-index: 1;
  right: 60px;
  top: 30px;
}

header .container {
  column-gap: 35px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
header .container .header_left {
  width: 280px;
}
header .container .header_right {
  flex: 1;
  column-gap: 35px;
  align-items: center;
}
header .container .header_right .main_menu {
  gap: 35px;
  font-size: 16px;
  font-weight: 600;
}
header .container .header_right .main_menu a {
  color: #6f777c;
}
header .container .header_right .main_menu .current_page_item a,
header .container .header_right .main_menu a:hover {
  color: #00477b;
}

footer {
  background: #00477b;
  padding: 50px 20px;
  position: relative;
  z-index: 2;
}

footer .container {
  display: flex;
  align-items: center;
  gap: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #859ab7;
  line-height: 22px;
  flex-direction: column;
}
footer .container a {
  color: #859ab7;
}

footer .container .sociaux {
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid #859ab7;
  padding-bottom: 50px;
}
footer .container .sociaux .lien {
  background: #075187;
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  line-height: 40px;
  color: #fff;
  margin: 0 5px;
  font-size: 18px;
}
footer .container .sociaux .lien:hover {
  background: #fff;
  color: #075187;
}

.section_gallery_home {
  height: 760px;
  position: relative;
  overflow: hidden;
}
.section_gallery_home .slide_accueil {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.section_gallery_home .slide_accueil .owl-stage-outer,
.section_gallery_home .slide_accueil .owl-stage,
.section_gallery_home .slide_accueil .owl-item,
.section_gallery_home .slide_accueil .slide {
  height: 100%;
}

.section_gallery_home .slide_accueil .slide img {
  min-height: 100%;
  max-width: inherit;
  width: auto;
  object-fit: cover;
}
.section_gallery_home .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}
.section_gallery_home .container h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 800;
  margin-bottom: 20px;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.section_gallery_home .container h3 {
  color: #f5cc4c;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.section_gallery_home .container .bloc_lien {
  gap: 15px;
  margin-top: 15px;
  flex: auto 0 0;
}
.section_somme_nous {
  padding: 100px 20px;
}
.section_somme_nous .container > h2 {
  font-size: 50px;
  line-height: 60px;
  color: #00477b;
  font-weight: 700;
  margin-bottom: 40px;
}
.section_somme_nous .content {
  gap: 30px;
}
.section_somme_nous .content .bloc_left {
  color: #6f777c;
  font-size: 18px;
  font-weight: 500;
  flex: 1;
}
.section_somme_nous .content .bloc_left .descriptif_missions .titre {
  color: #00477b;
  font-size: 16px;
  font-weight: 700;
  width: 165px;
  height: 45px;
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cfd6db;
}
.section_somme_nous .content .bloc_left .descriptif_missions .desc {
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  border-radius: 0 10px 10px 10px;
  padding: 25px 40px;
  border: 1px solid #cfd6db;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
.section_somme_nous .content .bloc_left .descriptif_missions .desc p:last-child {
  margin-bottom: 0;
}

.section_somme_nous .content .bloc_right {
  width: 470px;
}
.section_somme_nous .content .bloc_right img {
  border-radius: 10px;
  object-fit: cover;
}
.section_nos_bateaux {
  padding-top: 100px;
  background-color: #eff3f6;
}
.section_nos_bateaux h2 {
  font-size: 50px;
  line-height: 60px;
  color: #00477b;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

.section_nos_bateaux .bloc_nos_bateaux {
  gap: 30px;
}

.section_nos_bateaux .bloc_nos_bateaux {
  gap: 30px;
}
.section_nos_bateaux .bloc_nos_bateaux .item_bateau {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  flex: 1;
}
.section_nos_bateaux .bloc_nos_bateaux .item_bateau .image {
  height: 260px;
  overflow: hidden;
}
.section_nos_bateaux .bloc_nos_bateaux .item_bateau .descriptif {
  padding: 30px;
  font-size: 16px;
  line-height: 34px;
  color: #6f777c;
}
.section_nos_bateaux .bloc_nos_bateaux .item_bateau .descriptif h3 {
  font-size: 24px;
  line-height: 30px;
  color: #00477b;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d4dbe0;
}
.section_nos_bateaux .bloc_descriptif {
  background-color: #00477b;
  width: 100%;
  max-width: 1600px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 50px 20px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section_nos_bateaux .bloc_descriptif p:last-child {
  margin-bottom: 0;
}

.section_nos_infos {
  padding: 100px 20px;
}
.section_nos_infos .bloc_nos_infos {
  gap: 30px;
}
.section_nos_infos .bloc_nos_infos .item_info {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #d4dbe0;
  overflow: hidden;
  flex: 1;
}
.section_nos_infos .bloc_nos_infos .item_info > .titre {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  padding: 25px;
  background-color: #82bddd;
}
.section_nos_infos .bloc_nos_infos .item_info .content {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  padding: 30px 50px;
}
.section_nos_infos .bloc_nos_infos .item_info .content .texte {
  color: #00477b;
  margin-bottom: 20px;
}
.section_nos_infos .bloc_nos_infos .item_info .content .infos .info {
  gap: 5px;
  margin-bottom: 10px;
}
.section_nos_infos .bloc_nos_infos .item_info .content .infos .info i {
  color: #82bddd;
}
.section_nos_infos.version_1 .bloc_nos_infos .item_info .content {
  padding: 30px 36px;
}
.section_nos_infos.version_1 .bloc_nos_infos .item_info .content .texte {
  color: #6f777c;
}
.section_nos_infos.version_1 .bloc_nos_infos .item_info .content .texte ul {
  margin-bottom: 15px;
  padding-left: 22px;
}
.section_gallery {
  position: relative;
  z-index: 2;
}
.section_gallery .contenu_gallery {
  max-width: 100%;
  width: 1730px;
  margin-left: auto;
  margin-right: auto;
}
.section_gallery .slide {
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  height: 330px;
  width: 100%;
  position: relative;
  max-width: 330px;
}
.section_gallery .slide:hover:before {
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(130, 189, 221, 0.9);
  content: '+';
  font-size: 70px;
  color: #fff;
  font-weight: 300;
}

.section_gallery .slide img {
  width: auto;
  max-width: initial;
  object-fit: cover;
  min-height: 100%;
}

.section_confiance {
  padding-top: 230px;
  background-color: #eff3f6;
  margin-top: -120px;
}
.section_confiance .container {
  gap: 10px;
  max-width: 100%;
}
.section_confiance .container .bloc_left {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.section_confiance .container .descriptif {
  flex: 1;
  font-size: 18px;
  line-height: 34px;
  max-width: 590px;
}

.section_confiance .container .descriptif ul li {
  padding-left: 50px;
  margin-bottom: 5px;
  line-height: 40px;
  position: relative;
}
.section_confiance .container .descriptif ul li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/bg-li.png) center center no-repeat;
  height: 32px;
  width: 32px;
}
.section_confiance .container .bloc_right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.section_confiance .container .image {
  width: 100%;
  min-height: 430px;
  border-top-left-radius: 10px;
  overflow: hidden;
}
.section_confiance .container .image img {
  max-width: inherit;
  min-height: 100%;
  object-fit: cover;
  min-width: 100%;
}
.section_nos_services {
  padding: 100px 20px 50px;
  background: url(../img/bg01.jpg) bottom center no-repeat;
  background-size: cover;
}
.section_nos_services .container {
  max-width: 1270px;
}
.section_nos_services .descriptif {
  color: #93b5ce;
  font-size: 20px;
  margin-bottom: 40px;
}
.section_nos_services .descriptif h2 {
  color: #fff;
}
.section_nos_services .descriptif_2 {
  color: #93b5ce;
  font-size: 20px;
  padding: 30px 20px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.section_nos_services .descriptif_2 p:last-child,
.section_nos_services .descriptif p:last-child {
  margin-bottom: 0;
}
.section_nos_services .bloc_nos_services {
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
.section_nos_services .bloc_nos_services .item_service {
  flex: 1;
  height: 220px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  color: #00477b;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 20px;
  text-align: center;
  line-height: 24px;
  letter-spacing: -0.6px;
  min-width: 200px;
  max-width: 240px;
}
.section_nos_services .bloc_nos_services .item_service .icone {
  height: 47px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.section_nos_services .bloc_nos_services .item_service:hover {
  background-color: #82bddd;
  color: #fff;
}
.section_nos_services .bloc_nos_services .item_service:hover .icone img {
  transform: translateY(-47px);
}

.section_navettes {
  padding: 100px 20px;
}
.section_navettes .bloc_navettes {
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.section_navettes .bloc_navettes .item_navette {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #d4dbe0;
  overflow: hidden;
  flex: 1;
  max-width: 380px;
  min-width: 350px;
}
.section_navettes .bloc_navettes .item_navette .image {
  height: 260px;
  overflow: hidden;
}
.section_navettes .bloc_navettes .item_navette .image img {
  min-height: 100%;
  object-fit: cover;
  min-width: 100%;
  max-width: inherit;
}
.section_navettes .bloc_navettes .item_navette .trajet {
  padding: 10px;
  background-color: #82bddd;
  color: #fff;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.section_navettes .bloc_navettes .item_navette .trajet::before {
  content: '';
  width: 32px;
  height: 20px;
  background: url(../img/bateau.png) center center no-repeat;
}
.section_navettes .bloc_navettes .item_navette .trajet::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 12.5px 0px 12.5px;
  border-color: #82bddd transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}

.section_navettes .bloc_navettes .item_navette .content {
  padding: 30px;
  font-weight: 600;
  font-size: 16px;
}
.section_navettes .bloc_navettes .item_navette .content strong {
  color: #00477b;
}
.section_navettes .bloc_navettes .item_navette .content i {
  color: #d4dbe0;
}

.section_navettes .bloc_belema {
  background-color: #00477b;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.section_navettes .bloc_belema .btn {
  font-size: 12px;
  padding: 6px 20px;
  line-height: 18px;
  flex: 100px 0 0;
}

.section_contact {
  padding: 100px 20px;
  background: url(../img/bg02.jpg) bottom center no-repeat;
  background-size: cover;
}
.section_contact .container {
  gap: 30px;
}
.section_contact .container .infos {
  flex: 1;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  color: #6f777c;
}
.section_contact .container .infos h2 {
  margin-bottom: 0;
}

.section_contact .container .infos .item {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #00477b;
  flex-flow: row wrap;
}
.section_contact .container .infos .item i {
  background: #82bddd;
  height: 60px;
  width: 60px;
  display: block;
  text-align: center;
  border-radius: 100%;
  line-height: 60px;
  color: #fff;
  font-size: 20px;
}
.section_contact .container .infos .item div {
  width: calc(100% - 70px);
  display: block;
}
.section_contact .container .infos .item div span:first-child {
  font-size: 14px;
  color: #6f777c;
  width: 100%;
  display: block;
}
.section_contact .container .bloc_form {
  flex: 650px 0 0;
}
.section_contact .container .bloc_form .lcb-form {
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.section_somme_nous_1 {
  padding: 100px 15px;
  font-size: 18px;
  line-height: 34px;
  color: #6f777c;
}
.section_somme_nous_1 .container > h2 {
  font-size: 50px;
  line-height: 60px;
  color: #00477b;
  font-weight: 700;
  margin-bottom: 40px;
}
.section_somme_nous_1 .table-wrapper {
  margin-top: 40px;
}
.section_somme_nous_1 .bloc_abonnement {
  background-color: #00477b;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.section_somme_nous_1 .bloc_abonnement .btn {
  font-size: 12px;
  padding: 6px 20px;
  line-height: 18px;
  flex: 138px 0 0;
}

.section_equipe {
  background-color: #eff3f6;
  padding: 100px 15px;
  font-size: 18px;
  line-height: 34px;
  color: #6f777c;
}
.section_equipe .table-wrapper {
  margin-bottom: 100px;
}
.section_nos_valeurs {
  padding: 100px 15px;
}
.section_nos_valeurs .descriptif_vision {
  max-width: 1170px;
  margin: 70px auto 0;
}
.section_nos_valeurs .descriptif_vision .titre {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 165px;
  height: 45px;
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #81bcdc;
}
.section_nos_valeurs .descriptif_vision .desc {
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  border-radius: 0 10px 10px 10px;
  padding: 25px 40px;
  background-color: #00477b;
  color: #fff;
}

.section_nos_valeurs .container {
  max-width: 1430px;
}
.section_nos_valeurs .container > h2 {
  text-align: center;
  margin-bottom: 50px;
}
.section_nos_valeurs .bloc_valeurs {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
.section_nos_valeurs .bloc_valeurs .item_valeur {
  padding: 30px;
  border: 1px solid #d4dbe0;
  border-radius: 15px;
}
.section_nos_valeurs .bloc_valeurs .item_valeur h3 {
  font-size: 20px;
  line-height: 24px;
  color: #00477b;
  font-weight: 700;
  margin-bottom: 20px;
}
.section_informations {
  background-color: #eff3f6;
  padding: 100px 20px;
}
.section_informations .blocs_informations {
  gap: 30px;
  flex-wrap: wrap;
}

.section_informations .blocs_informations .item_valeur {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  flex: calc((100% - 30px) / 2) 0 0;
  padding: 35px;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.05);
}
.section_informations .blocs_informations .item_valeur:nth-child(3n) {
  flex: 100% 0 0;
}
.section_informations .blocs_informations .item_valeur .titre {
  font-size: 24px;
  line-height: 24px;
  color: #00477b;
  font-weight: 700;
  padding-bottom: 25px;
  letter-spacing: -0.4px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d4dbe0;
}

.section_restez_informes {
  padding: 100px 20px;
  background: url(../img/bg03.jpg) bottom center no-repeat;
  background-size: cover;
}
.section_restez_informes h2 {
  color: #fff;
  margin-bottom: 40px;
}
.section_restez_informes .blocs_informations {
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.section_restez_informes .blocs_informations .item_valeur {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  flex: calc((100% - 60px) / 3) 0 0;
  padding: 35px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  color: #00477b;
  font-weight: 700;
  min-width: 280px;
}

.section_navires {
  margin-bottom: 50px;
  padding: 0 20px;
}
.section_navires .container {
  max-width: 1270px;
}
.section_navires .descriptif {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.section_navires .bloc_image_infos {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.section_navires .bloc_image_infos .img {
  border-radius: 10px;
  overflow: hidden;
  background-color: #00477b;
  height: 375px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -20px;
  z-index: 1;
}
.section_navires .bloc_image_infos .img img {
  height: 100%;
  max-width: inherit;
  object-fit: cover;
  min-width: 100%;
}
.section_navires .bloc_image_infos .bloc_bottom {
  border: 1px solid #d4dbe0;
  border-radius: 10px;
  overflow: hidden;
  padding: 70px 50px 50px;
}
.section_navires .bloc_image_infos .bloc_bottom .bloc_infos {
  gap: 40px;
  flex-wrap: wrap;
}
.section_navires .bloc_image_infos .bloc_bottom .bloc_infos .item_info {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  flex: calc((100% - 80px) / 3) 0 0;
}
.section_navires .bloc_image_infos .bloc_bottom .bloc_infos .item_info .titre {
  font-size: 20px;
  line-height: 20px;
  color: #00477b;
  font-weight: 700;
  padding-bottom: 20px;
  letter-spacing: -0.4px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d4dbe0;
}
.section_navires .bloc_image_infos .bloc_bottom .bloc_infos .item_info .texte {
  line-height: 24px;
}
.section_navires .bloc_image_infos .bloc_bottom .texte_bleu {
  background-color: #00477b;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 20px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  letter-spacing: -0.4px;
}
.section_navires .bloc_image_infos .bloc_bottom .texte_bleu p:last-child {
  margin-bottom: 0;
}
.section_navires .bloc_image_infos .bloc_bottom .texte_bleu * {
  color: #fff;
}
.section_navires .bloc_image_infos .bloc_bottom .texte_bleu h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 700;
}
.section_navires .bloc_image_infos .bloc_bottom .texte_bleu ul {
  padding-left: 40px;
}
.section_navires.section_navires_v1 .bloc_image_infos .bloc_bottom {
  display: flex;
  gap: 40px;
}
.section_navires.section_navires_v1 .bloc_image_infos .bloc_bottom .bloc_infos {
  flex: calc((100% - 40px) / 3);
}
.section_navires.section_navires_v1 .bloc_image_infos .bloc_bottom .bloc_infos .item_info {
  flex: 100%;
}
.section_navires.section_navires_v1 .bloc_image_infos .bloc_bottom .texte_bleu {
  margin-top: 0;
}

@media only screen and (max-width: 1750px) {
  .section_gallery {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1600px) {
  .section_confiance {
    padding-top: 170px;
  }
  .section_confiance .container .bloc_left {
    padding-left: 15px;
  }
  .section_confiance .container .descriptif {
    width: 590px;
  }
}
@media only screen and (max-width: 1300px) {
  header {
    padding: 5px 15px;
  }
  header .lien {
    right: 15px;
    top: 20px;
  }
  header .container .header_left {
    width: 170px;
  }
  header .container .header_left img {
    max-height: 80px;
  }
}
@media only screen and (max-width: 1200px) {
  .section_gallery .slide {
    max-width: 100%;
  }
  .section_fiche_tech {
    padding: 0 15px !important;
  }
}
@media only screen and (max-width: 1178px) {
  header .lien {
    top: 26px;
  }
  .btn {
    padding: 5px 15px;
  }
  .section_gallery_home {
    height: 600px;
  }
  .section_gallery_home .container {
    padding: 15px;
  }
  .section_gallery_home .container h1 {
    font-size: 40px;
    line-height: 44px;
  }
  .section_somme_nous {
    padding: 30px 20px;
  }

  .section_somme_nous .container > h2 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .section_nos_bateaux {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section_nos_bateaux .bloc_nos_bateaux {
    flex-wrap: wrap;
    justify-content: center;
  }
  .section_nos_bateaux .bloc_nos_bateaux .item_bateau {
    flex: 350px 0 0;
    width: 350px;
    max-width: 100%;
  }
  .section_nos_bateaux .bloc_nos_bateaux .item_bateau .image {
    display: flex;
    justify-content: center;
  }
  .section_nos_bateaux .bloc_nos_bateaux .item_bateau .image img {
    object-fit: cover;
    max-width: inherit;
  }
  .section_confiance .container {
    flex-direction: column;
  }
  .section_confiance .container .descriptif {
    width: 100%;
    max-width: inherit;
  }
  .section_nos_services {
    padding: 30px 20px 30px;
  }
  .section_navettes {
    padding: 30px 20px;
  }
  .section_contact {
    padding: 30px 20px;
  }
  .section_contact .container {
    flex-direction: column;
  }
  .section_contact .container .bloc_form {
    flex: auto 0 0;
  }
  .p-b-100 {
    padding-bottom: 50px !important;
  }
  .p-t-100 {
    padding-top: 50px !important;
  }
  .section_navires .bloc_image_infos .bloc_bottom {
    padding: 45px 20px;
  }
  .section_navires .bloc_image_infos .bloc_bottom .bloc_infos {
    gap: 20px;
  }
  .section_navires .bloc_image_infos .bloc_bottom .bloc_infos .item_info {
    flex: 1 0 0;
    min-width: 280px;
  }
}

@media only screen and (max-width: 991px) {
  #main-navigation {
    display: none;
  }
  .open-menu {
    display: block;
    margin: 8px 20px 0 0;
    height: auto;
    position: initial;
  }
  #main-navigation-mobile .open-menu {
    top: 5px;
    right: 18px;
    left: auto;
    position: absolute;
    height: 30px;
    margin: 0;
  }
  #main-navigation-mobile {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    background: #fafafa;
    z-index: 20;
    width: 100vw;
    border-top: 5px solid #293427;
    transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    display: block;
  }
  #main-navigation-mobile.active {
    max-height: 100vh;
    visibility: visible;
    transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
  }
  #main-navigation-mobile .sf-menu {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 50px 20px 20px;
  }
  #main-navigation-mobile .sf-menu > li {
    width: 100%;
  }
  #main-navigation-mobile .sf-menu > li.menu-item-has-children .after {
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    right: 0;
    border-left: 1px solid #293427;
    align-items: center;
    justify-content: center;
    color: #8d0b2d;
    top: 0;
    z-index: 2;
    cursor: pointer;
  }
  #main-navigation-mobile .sf-menu > li.menu-item-has-children .after .caret {
    border-top: 8px dashed;
    border-top: 8px solid\9;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
  }
  #main-navigation-mobile .sf-menu > li.menu-item-has-children.active .after .caret {
    transform: rotate(180deg);
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
  }
  #main-navigation-mobile .sf-menu > li.menu-item-has-children:hover .after,
  #main-navigation-mobile .sf-menu > li:hover > a,
  #main-navigation-mobile .sf-menu > li.current-menu-item > a,
  #main-navigation-mobile .sf-menu > li.menu-item-has-children.active .after,
  #main-navigation-mobile .sf-menu > li.menu-item-has-children.active > a {
    color: #293427 !important;
    background-color: #f3f0eb;
  }
  #main-navigation-mobile .sf-menu > li > a {
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #838383;
    display: inline-block;
    font-size: 18px;
    padding: 10px 5px 5px;
  }
  .sf-menu > li:last-child > a {
    border-right: none;
  }
  .sf-menu li:hover > ul {
    max-height: 0;
    display: inherit;
  }
  .sf-menu ul li a {
    margin-bottom: 20px;
  }
  .sf-menu ul.sub-menu.open {
    max-height: 100vh;
    display: block;
  }
  .sf-menu ul.sub-menu {
    padding: 0 30px;
    position: relative;
  }
  .sf-menu ul.sub-menu:after {
    background: #838383;
    left: 0;
    min-width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 99;
    height: 1px;
    content: '';
  }
  header .header_top {
    padding: 10px 15px;
  }
  header .header_top .container {
    column-gap: 15px;
  }
  header .header_top .header_left,
  header .header_top .header_right {
    gap: 15px;
    font-size: 12px;
  }

  .m-b-100 {
    margin-bottom: 50px !important;
  }
  .m-t-100 {
    margin-top: 50px !important;
  }
  .m-b-75 {
    margin-bottom: 40px !important;
  }

  .m-t-75 {
    margin-top: 40px !important;
  }

  .img_top_parallax {
    padding: 0;
    height: auto;
  }
  .img_top_parallax:before {
    left: 20px;
    width: 400px;
    height: 150px;
    background-size: contain;
    max-width: calc(100% - 40px);
  }
  .img_top_parallax .parallaxator {
    height: 260px;
  }
  .img_top_parallax h1 {
    font-size: 40px;
    line-height: 46px;
  }

  h1 {
    font-size: 40px;
    line-height: 44px;
  }

  h2 {
    font-size: 35px;
    line-height: 40px;
  }

  h3 {
    font-size: 26px;
    line-height: 30px;
  }

  h4 {
    font-size: 22px;
    line-height: 26px;
  }
  h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .section_somme_nous .content {
    flex-direction: column;
  }
  .section_somme_nous .content .bloc_right {
    width: 100%;
    text-align: center;
  }
  .section_somme_nous_1 {
    padding: 30px 15px !important;
  }
  .section_navires.section_navires_v1 .bloc_image_infos .bloc_bottom {
    gap: 20px;
    flex-direction: column;
  }
  .section_navires .bloc_image_infos .bloc_bottom .texte_bleu ul {
    padding-left: 0;
  }
  .section_informations {
    padding: 40px 20px;
  }
  .section_restez_informes {
    padding: 30px 20px;
  }
  .section_equipe {
    padding: 30px 15px;
  }
  .section_equipe .table-wrapper {
    margin-bottom: 30px;
  }
  .section_nos_valeurs {
    padding: 30px 15px;
  }
  .section_nos_valeurs .bloc_valeurs {
    align-items: initial;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  body {
    line-height: 24px;
  }
  header .header_top .container {
    flex-direction: column;
  }
  header .header_top .header_left {
    gap: 5px;
    font-size: 12px;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 20px;
  }
  h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .section_gallery_home {
    height: 400px;
  }
  .section_gallery_home:before {
    width: 330px;
    height: 150px;
  }
  .section_gallery_home .slider-nav {
    bottom: 15px;
    right: 15px;
  }
  .section_gallery_home .slider-nav button {
    height: 40px;
    width: 40px;
  }
  .section_gallery_home .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 24px;
  }
  .section_gallery_home .container h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .section_decisions .bloc_bottom .titre br {
    display: none;
  }

  .col-50 {
    flex: 100% 0 0;
  }
  .section_somme_nous .container > h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .section_somme_nous .content .bloc_left {
    font-size: 16px;
  }
  .section_nos_infos {
    padding: 30px 20px;
  }
  .section_nos_infos .bloc_nos_infos {
    flex-direction: column;
  }
  .section_nos_infos .bloc_nos_infos .item_info > .titre {
    padding: 15px;
  }
  .section_nos_infos .bloc_nos_infos .item_info .content {
    padding: 20px;
  }
  .section_confiance .container .descriptif {
    font-size: 16px;
    line-height: 24px;
  }
  .section_confiance .container .descriptif ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 24px;
  }
  .section_confiance .container .descriptif ul li:after {
    height: 20px;
    width: 20px;
    background-size: cover;
  }
  table thead td,
  table thead th {
    padding: 20px;
    font-size: 20px;
  }
  .section_somme_nous_1 .bloc_abonnement {
    gap: 20px;
    flex-direction: column;
    text-align: center;
    margin-top: 0 !important;
  }
  .section_somme_nous_1 .bloc_abonnement .btn {
    flex: auto 0 0;
  }
  .section_informations .blocs_informations {
    flex-direction: column;
  }
}

@media only screen and (max-width: 550px) {
  header .container {
    column-gap: 15px;
  }
  header .container .header_left {
    width: 75px;
  }
  header .container .header_left img {
    max-height: 50px;
  }
  header .lien {
    top: 15px;
  }
  header .lien .btn {
    padding: 2px 10px;
    font-size: 11px;
  }
  .section_navettes .bloc_navettes .item_navette {
    max-width: 100%;
    min-width: 280px;
  }
  .section_navettes .bloc_belema {
    gap: 20px;
    flex-direction: column;
    text-align: center;
  }
  .section_navettes .bloc_belema .btn {
    flex: auto 0 0;
  }
  .section_contact .container .infos .item {
    font-size: 16px;
  }
  .section_contact .container .infos .item i {
    height: 45px;
    width: 45px;
    line-height: 45px;
  }
  .section_navires .bloc_image_infos .bloc_bottom .bloc_infos .item_info {
    flex: 100% 0 0;
    min-width: auto;
  }
}
