p,
li {
  font-size: 17px;
  line-height: 25px;
}

section {
  padding: 25px 0 35px;
  background: #fff;
}

body {
  position: relative; /* we need this for the scrollspy */
  font-size: 14px;
}

a {
  color: #3cc;
}

a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

/*----------
  Margin
----------*/

.mt-50 {
  margin-top: 50px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-25 {
  margin-top: 25px;
}

/*----------
  NAV
----------*/

.fixed-side-navbar {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 99999;
  margin-top: -100px;
  text-align: right;
  padding: 30px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fixed-side-navbar:hover {
  background: transparent;
}
.fixed-side-navbar:hover .nav > li > a > span {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  background-color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 2px 12px;
  border-radius: 15px;
  border: 1px solid #575757;
  font-weight: 400;
}
.fixed-side-navbar .nav > li a.active {
  background-color: transparent;
  color: #2496d2;
  font-weight: 600;
}

.fixed-side-navbar .nav > li a.active span {
  color: #2496d2;
  font-weight: 600;
}
.fixed-side-navbar .nav > li a.active:after {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.fixed-side-navbar .nav > li a.active:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 2px solid #b3d3cd;
  border-radius: 10px;
}
.nav > li {
  position: relative;
  display: block;
}
.fixed-side-navbar .nav > li a {
  color: #fff;
  min-height: 32px;
  background: transparent;
  padding: 5px 45px 5px 25px;
  border-right: none;
  width: 270px;
}
.fixed-side-navbar .nav > li a span {
  display: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.fixed-side-navbar .nav > li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #b3d3cd;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
.fixed-side-navbar .nav > li a:hover {
  background-color: transparent;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-color: black;
  boder-right: 0;
  color: #2496d2;
  font-weight: 600;
}
.fixed-side-navbar .nav > li a:hover > span {
  color: #2496d2;
  font-weight: 600;
  display: block;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.primary-button a {
  display: inline-block;
  background-color: #ADE2FD;
  padding: 15px 24px;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 11px;
  color: #2B2B2B;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.primary-button a:hover {
  filter: brightness(85%);
}

.parallax-content {
  padding: 50px 20px;
  width: 100%;
  display: flex;
  height: 580px;
  align-items: center;
}

.baner-content {
  text-align: left;
  background-image: url(../img/header.png);
  background-color: #3b4251;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: overlay;
  height: calc(100vh - 195px);
}
header .main-nav {
  background-color: #ffffff;
  padding: 20px;
}

.col_legal_notice {
  padding: 15px 30px;
  justify-content: end;
  display: flex;
  align-items: center;
  margin: 40px 0 0;
  gap: 2rem;
  background-color: #0A5DAC;
}

.col_legal_notice .legal-notice {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

.col_legal_notice .copiright {
  text-decoration: none;
}

.col_legal_notice .legal-notice:hover {
  text-decoration: none;
}

header .main-nav .logo_client img {
  max-width: 100%;
}
header .main-nav .col_left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
header .main-nav .col_right,
header .main-nav .col_left {
  padding: 0 50px;
}
header .main-nav .col_right span {
  margin-left: 15px;
}

.baner-content h1 {
  color: #2496d2;
  font-size: 80px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 35px;
}
.baner-content p {
  margin-top: 0px;
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0px;
  text-align: center;
}

.baner-content span {
  display: inline-block;
  margin-top: -20px;
  font-weight: 300;
  font-size: 48px;
  color: #fff;
}

.baner-content .primary-button {
  margin-top: 15px;
}
.scroll-down {
  position: absolute;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 10;
  background: url("../img/Rectangle 15.png");
  background-repeat: no-repeat;
  width: 40px;
  height: 80px;
}

.scroll-down i {
  position: relative;
  top: 50%;
  left: 50%; /* à 50%/50% du parent référent */
  transform: translate(-50%, -50%);
}
.scroll-down i:before {
  color: white;
}
.service-content {
  padding-left: 15px;
  padding-right: 15px;
  background: #ffffff;
}

.service-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.service-content.first {
  padding-bottom: 30px;
}

.service-content.first img {
  max-width: 100%;
}

.service-content .row {
  align-items: center;
}

.service-content .left-text h4 {
  font-size: 24px;
  font-weight: 400;
  color: #353535;
}

h4,
.h4 {
  font-size: 18px;
}

.service-content .line-dec {
  width: 100%;
  height: 1px;
  background-color: #3b4251;
  margin: 0px 0px 33px 0px;
}
.service-content .line-dec.first {
  margin: 82px 0px 33px 0px;
}
.service-content .left-text p {
  color: #353535;
  font-weight: 400;
  padding-right: 80px;
  line-height: inherit;
  font-size: 24px;
}

h2 {
  font-size: 36px;
  line-height: normal;
  font-weight: 700;
  color: #000000;
  margin-bottom: 50px;
}
h2 span {
  color: #e15c62;
}

.service-content .service-item {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.service-content .service-item .line-dec {
  width: 45px;
  height: 3px;
  background-color: #ff7d27;
  margin: 20px auto 15px auto;
}

.content-carto.items-video ul {
  margin-bottom: 25px;
}

.content-carto p {
  width: 100%;
}

.container-iframe {
  margin: 0 15px;
  background-color: #ffffff;
}
.container-iframe .float-iframe {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.container-iframe .float-iframe iframe {
  width: 85%;
}

.container-iframe .legend {
  padding: 0 15px;
  margin-top: 30px;
  margin-right: 40px;
  padding-bottom: 80px;
  display: flex;
  justify-content: flex-start;
}

.container-iframe .legend-right p {
  margin-bottom: 30px !important;
}

.container-iframe .legend p,
.container-iframe .legend-right p {
  margin-bottom: 0;
  color: #353535;
  line-height: 24px;
  font-size: 16x;
  margin-right: 20px;
  font-weight: 400;
}

.container-iframe iframe {
  width: 100%;
  height: 740px;
  border: 0;
  border-radius: 3px;
}

.content-flex-img {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 2rem;
}

.content-flex-img img {
  height: max-content;
}

.content-img {
  padding: 120px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.content-img img {
  margin-bottom: 30px;
}

.content-img p {
  font-weight: 700;
  line-height: normal;
  font-size: 18px;
  color: #353535;
}

section {
  background-color: transparent;
  padding-bottom: 15px;
}

.wrapper {
  text-align: center;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

footer {
  text-align: center;
  background-color: #ffffff;
}

footer.footer-video {
  padding: 35px 0px;
}

footer .col_right {
  padding: 0 35px;
  justify-content: center;
  display: flex;
  margin: 30px 0;
  gap: 2rem;
  flex-wrap: wrap;
}

.service-content {
  /*padding-top: 5vh;*/
  text-align: left;
}
@media (max-width:767px){
  .list-start-li img {
    width: 42px;
  }
}
@media (max-width: 767px) {
  .col_right,
  .col_legal_notice {
    flex-wrap: wrap;
  }

  header .main-nav .col_left {
    flex-direction: column;
  }
  header .main-nav {
    height: auto;
  }
  .baner-content .primary-button {
    margin-top: 15px;
  }

  .service-content .left-text .line-dec {
    width: 45px;
    height: 3px;
    background-color: #ff7d27;
    margin: 20px auto 20px auto;
  }

  .service-content .left-text ul {
    text-align: left;
  }

  .service-content .service-item {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 25px 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
  }

  header .main-nav .col_right,
  header .main-nav .col_left {
    padding: 10px 20px;
  }
  header .main-nav .col_right span {
    display: none;
  }

  .service-content .left-text p {
    margin-bottom: 40px;
  }

  h2 {
    font-size: 28px;
  }

  .list-start-li img {
    width: 32px;
  }
}

@media (max-width: 1024px) {
  .baner-content h1 {
    font-size: 36px;
  }

  .baner-content p {
    font-size: 30px;
  }

  .container-iframe .float-iframe {
    flex-wrap: wrap;
  }
  .container-iframe .float-iframe .img-iframe {
    width: 100%;
  }

  .container-iframe .float-iframe iframe {
    width: 100%;
  }

  footer .primary-button.next-page{
    margin-bottom: 30px;
  }

  .menu-link {
    gap: 15px;
  }
}

@media (min-width: 1024px) {
  footer .primary-button.scrollToTop {
    display: none;
  }
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .menu-link {
    gap: 10px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  
  .container-iframe {
    margin: 0 40px;
    background-color: #ffffff;
  }
  
}

.color-seawergie {
  color: #2496d2;
}

.icone-legend {
  margin-right: 10px;
  width: 47px;
  height: 47px;
}

.list-start {
  padding-inline-start: 20px;
}

.items-video .list-start li a {
  cursor: pointer;
  color: #353535;
}

.list-start-0 {
  padding-inline-start: 0px;
}

.list-start-li {
  list-style: none;
  display: flex;
  align-items: start;
}

.list-start-li strong {
  display: contents;
}

/* LIGHT BOX */

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.vertical-line {
  border-left: 1px solid #ebebeb;
  display: inline-block;
  height: 239px;
  margin: 0 20px;
}
.spacing-b-30 {
  padding-bottom: 30px;
}
.spacing-b-60 {
  padding-bottom: 60px;
}

@media (min-width: 1350px) {
  .container {
    max-width: 1450px;
    margin: 0 auto;
  }
}

@media (max-width: 1350px) {
  .content-carto .content-flex-img {
    flex-wrap: wrap;
  }
}

/************* Evolution ***************/
.container-md{
  max-width: 950px;
  margin: 0 auto;
}

.container-md .left-text p {
  padding-right: 0;
}

.navbar-menu{
  background-color: #0A5DAC;
  padding: 30px 10px 40px 10px ;
}

.navbar-menu .fa-bars{
  color: #FFF;
}

.menu-link{
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
}

.item-link a{
  padding:10px 20px;
  color:white;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
.item-link a:hover{
  text-decoration: underline;
  text-underline-offset: 5px;
}

.item-btn{
  padding: 0;
}

.item-btn button{
  cursor: pointer;
  background: #ADE2FD;
}

.item-btn button:hover {
  filter: brightness(85%);
}

.item-link button{
  color: #2B2B2B;
  border-radius: 100px;
  padding: 10px 20px;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .navbar-menu{
    padding: 20px;
  }
  .navbar-menu .navbar-light .navbar-toggler{
    color: #FFF;
    border-color:#FFF;
    margin-left: auto;
  }
}

@media (max-width: 1200px) {
  .navbar-menu{
    padding: 20px;
  }
  .navbar-menu.navbar-light .navbar-toggler{
    color: #FFF;
    border-color:#FFF;
    margin-left: auto;
  }

  .parallax-content {
    height: auto;
  }
}

.overlayShadowTop {
  background-color: rgba(0,0,0,0.5);
  position: fixed;
}
