@import url("https://fonts.googleapis.com/css?family=Crimson+Pro:400,400i,500,500i,600,600i,700,700i,800,800i|Grenze:400,400i,500,500i,600,600i,700,700i,800,800i|Roboto+Condensed:400,400i,700,700i&display=swap&subset=latin-ext");
:root {
  /* --title-font: "Grenze", serif; */
  --title-font: "Times new roman", serif;
  --body-font: "Crimson Pro", serif;
  --quote-font: "Roboto Condensed", sans-serif;

  --color-font-body: ;
  --color-link: #3f8eca;
  --color-link-hover: #fc0;
  --color-title: #143165;
  /* --color-title: #fc0; */
  --color-link-nav-project-link: #fda;

  --color-title-text: ;
  --color-link-menu: #f9f9f9;
  /* --color-link-nav: ; */
  /* --color-link-nav-hover: ; */
  --color-text-bright: #fff;
  --color-bold01: #317c1b;
  --color-bold02: #041d93;
  --bg-partners: #fff;
  --color-bg-supportus: #0FA826;
  --color-bg-supportus-hover: #fc0;
  /* --color-bg-supportus: #C69E00; */
  /*   --color-bg-supportus-hover: #fc0; */
  --bg-news: #fff;
  --bg-body: #fff;
  --border-color: #283d50;
  --bg-grid: #ddd;
  --bg-color-gallery-boat: #5b5b5b;

  /*
Blue05 formulaire support us
  cursor: pointer;


*/

  --bluemap: #aadaff;
  --bluefyd: #0c1d3e;
  --bluecontact: #030f26;
  --blue03: #7788aa;
  --blue04: #143165;
  --blue05: #3f8eca;
  --blue06: #86adc8;
  --white00: #eaf9ff;
  /* --color-light: #4e638e;
                        --color-light-link: #7ec7ff;
                        --color-light-hover: #b3cb65; */
  --grey00: #efefef;
  --grey01: #b9c0ce;
  --grey02: #a8a8a8;
  --grey03: #e6e6e6;
  --green00: #17ae67;
  --green01: #159d06;
  --green02: #89a236;
  --green03: #0e6b3f;
  font-size: 22px;
  line-height: 1.5rem;

  /*
  #4D6A79;
  #1A9DFF;
  #0067D5;
  #00366f;
  #004289
  #007bff;
  #538AAF;
  #3475A2;
  #ffcc00;
  #283d50;
    #d6eaff;
  */
}

/*
DARK MODE /// FILTERS
@media (prefers-color-scheme: dark) {

  html {
    filter: invert(1) hue-rotate(.5turn);
  }

  img {
    filter: invert(1) hue-rotate(.5turn);
  }

  img:not(:hover) {
    opacity: .7;
    transition: opacity .25s ease-in-out;
  }
}
 */

html {
  /* scroll-behavior: smooth; */
  overflow-x: hidden;
  max-width: 100% !important;
}

body {
  max-width: 100% !important;
  background: var(--bg-body);
  color: var(--color-font-body);
  font-family: var(--body-font);
}

.body-font {
  font-family: var(--body-font);
}
.border-title {
  text-shadow: 2px 0px 0 black, 0px 2px 0 black, 0px -2px 0 black,
    -2px 0px 0 black;
}
.bold-fyd {
  color:  #143170!important;
  font-size: 1rem!important;
  font-weight: 800!important;
}

.hr-news {
height:4px;
width:100%;
border: 0;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 120, 170, 1), rgba(0, 0, 0, 0));
}

.title-bright {
  color: #0067d5;
}

h6.subtitle {
  color:grey;
  font-size:0.8rem;
  position:relative;
  top:-15px;
  max-width: 75%;

}

::-webkit-scrollbar {
  width: 20px;
}
/* Track */
::-webkit-scrollbar-track {
  background: rgba(50, 50, 50, 1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--color-link);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(26, 255, 40, 1);
}

a,
.link {
  color: var(--color-link);
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
}

a:hover,
a:active,
a.active,
a:focus,
.link:hover,
.link:active,
.link:focus {
  color: var(--color-link-hover);
  outline: none !important;
  border: none !important;
  text-decoration: none !important;
}

a.btn:active, a.btn:focus {
  color:var(--bluefyd);
  outline: none !important;
  border: none !important;
  text-decoration: none !important;
}
.rainbow {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-image: -webkit-linear-gradient(left, red, orange, yellowgreen, blue, indigo, violet);
}

  .fydtitle {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-image: -webkit-linear-gradient(bottom, blue,  #00ccff, white, white);

}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-font);
  color: var(--color-title);
  font-weight: 700;
  margin: 0 0 20px 0;
  padding: 0;
}

/* padding, margin, space  */

.vh-hero {
  height: calc(100vh - 80px) !important;
}
.hw-100 {
  height: calc(100vh - 80px) !important;
  width: 100% !important;
}
.vh-85 {
  height: 85vh !important;
}
.vh-66 {
  height: 66vh !important;
}
.vh-75 {
  height: 75vh !important;
}
.vw-85 {
  width: 85vw !important;
}
.vw-66 {
  width: 66vw !important;
}

.rounded-small {
  border-radius: 0.25rem !important;
}

.rounded-small-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-small-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-small-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-small-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* GLOBAL LAYOUT STYLISH, BG, SEPARATOR.... */
.bg-whiter {
  background: rgba(255, 255, 255, 0.05);
}

.bg-darker {
  background: rgba(0, 0, 0, 0.1);
}

.bg-blue00 {
  background: var(--bluefyd);
}

.bg-blue01 {
  background: var(--bluemap);
}

.bg-blue02 {
  background: var(--bluecontact);
}

.bg-blue03 {
  background: var(--blue03);
}

.bg-blue04 {
  background: var(--blue04);
}

.bg-blue06 {
  background: var(--blue06);
}

.bg-white00 {
  background: var(--white00);
}

.bg-grey00 {
  background: var(--grey00);
}
.bg-grey01 {
  background: var(--grey01);
}
.bg-grey02 {
  background: var(--grey02);
}

.blue05 {
  color: var(--blue05);
}

.bg-gradblue01 {
  background: var(--bluemap);
  background: linear-gradient(0deg, #aadaff 0%, #ffffff 100%);
}

.t-shadow {
  -webkit-box-shadow: inset 0px 16px 17px -7px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 16px 17px -7px rgba(0, 0, 0, 0.5);
}
.y-shadow {
  box-shadow: inset 0px 11px 8px -10px #000, inset 0px -11px 8px -10px #000;
}

.t-greyborder {
  border-top: solid var(--grey01) 3px;
}
.y-greyborder {
  border: solid var(--grey01);
  border-width: 3px 0px;
}

/* TEXT STYLISH */

.title {
  color: var(--color-title);
  font-family: var(--title-font);
  /* font-size: 2rem; */
  /* font-weight: 600; */
  /* line-height: 1.125; */
  letter-spacing: 2px;
}

/* BACK TO TOP BUTTON */

.go-to-top {
  position: fixed;
  background: var(--bluefyd);
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 1rem;
  font-size: 20px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 1700;
}

.go-to-top i {
  padding-top: 12px;
  color: var(--color-link-menu);
}
.go-to-top:hover {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.btn-fyd {
  background: #12c52d !important;
  color: #0c1d3e;
  border: 0;
}

.btn-fyd:hover {
  color: #fff;
  font-weight: 700;
  outline: none !important;
  border: none !important;
  text-decoration: none !important;
}

.btn-submit {
  background: #3f8eca;
  color: #fff;
  border: 0;
}

.btn-submit:hover {
  background: #fc0;
  color: #0c1d3a;
  font-weight: 700;
  outline: none !important;
  border: none !important;
  text-decoration: none !important;
}
/* PRELOADER */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-color: var(--bluefyd);
  border-top: 6px solid;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.img-boat-home{
width:30vw;height:30vh;
}
@media screen and (max-width:767.98px){
.img-boat-home{
width:35vw;height:30vh;
}
}
@media screen and (max-width:579.98px){
.img-boat-home{
width:80vw;height:auto;
}
h1 {
font-size: 2rem!important;
}
}
/* HEADER */

#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  background: var(--bluefyd);
}

#header.header-scrolled,
#header.header-pages {
  height: 65px;
  padding: 10px 0;
}

#header .logo h1 {
  /* font-size: 36px; */
  margin: 0;
  padding: 0;
  /* line-height: 1; */
  /* font-weight: 400; */
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo {
  padding: 0;
  margin: 0;
  background: url(../i/logo.png) center center no-repeat;
  background-size: cover;
}

.main-pages {
  margin-top: 60px;
}

/* HERO CAROUSEL */

.carousel {
  position: relative;
}

#HeroCarousel {
  height: 100vh;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDUwIDUwIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIHN0cm9rZTogIzBjMWQzZTsKICAgICAgICBzdHJva2UtbGluZWpvaW46IHJvdW5kOwogICAgICAgIHN0cm9rZS1vcGFjaXR5OiAwLjQ4OwogICAgICAgIHN0cm9rZS13aWR0aDogMXB4OwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggaWQ9IlNoYXBlXzFfY29weSIgZGF0YS1uYW1lPSJTaGFwZSAxIGNvcHkiIGNsYXNzPSJjbHMtMSIgZD0iTTM1LjQwOCwzN0wyMi45NTYsMjUuNSwzNS40MDgsMTRIMjQuODQ1TDEyLjM5MywyNS41LDI0Ljg0NSwzN0gzNS40MDhaIi8+CiAgPHBhdGggaWQ9IkVsbGlwc2VfMV9jb3B5IiBkYXRhLW5hbWU9IkVsbGlwc2UgMSBjb3B5IiBjbGFzcz0iY2xzLTEiIGQ9Ik0yNSwwQTI1LDI1LDAsMSwxLDAsMjUsMjUsMjUsMCwwLDEsMjUsMFptMCw0QTIxLDIxLDAsMSwxLDQsMjUsMjEsMjEsMCwwLDEsMjUsNFoiLz4KPC9zdmc+Cg==");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDUwIDUwIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIHN0cm9rZTogIzBjMWQzZTsKICAgICAgICBzdHJva2UtbGluZWpvaW46IHJvdW5kOwogICAgICAgIHN0cm9rZS1vcGFjaXR5OiAwLjQ4OwogICAgICAgIHN0cm9rZS13aWR0aDogMXB4OwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTQuOTkzLDM3TDI3LjQ0NCwyNS41LDE0Ljk5MywxNEgyNS41NTVMMzguMDA4LDI1LjUsMjUuNTU1LDM3SDE0Ljk5M1oiLz4KICA8cGF0aCBpZD0iRWxsaXBzZV8xX2NvcHkiIGRhdGEtbmFtZT0iRWxsaXBzZSAxIGNvcHkiIGNsYXNzPSJjbHMtMSIgZD0iTTI1LDBBMjUsMjUsMCwxLDEsMCwyNSwyNSwyNSwwLDAsMSwyNSwwWm0wLDRBMjEsMjEsMCwxLDEsNCwyNSwyMSwyMSwwLDAsMSwyNSw0WiIvPgo8L3N2Zz4K");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  bottom: 20px;
  right: 15%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  background-color: rgba(50, 50, 50, 0.7);
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
}

.carousel-caption-custom {
  position: absolute;
  top: 40px;
  right: 15%;
  left: 15%;
  color: #3b3b3b;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.boat-img {
  max-height: 80vh !important;
  width: auto;
  height: auto;
  max-width: 100%;
  margin-top: 1.5rem !important;
}

/* INTRO */

#intro {
  width: 100%;
  position: relative;
  background: url("../i/intro-bg.png") center bottom no-repeat;
  background-size: cover;
  padding: 200px 0 120px 0;
}

#intro .intro-img img {
  margin-left: 10px;
}

#intro .intro-img {
  width: 50%;
  float: right;
}
#intro {
  color: var(--color-text-bright);
}

#intro .intro-info h2 {
  color: var(--color-title);
  margin-bottom: 40px;
  /* font-size: 48px; */
  /* font-weight: 700; */
}

#intro .intro-info h2 span {
  color: var(--color-bold01);
  text-decoration: underline;
}

#intro .row {
  padding-bottom: 8rem;
}
.media-intro {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* NAVIGATION MENU*/

/* Desktop Navigation */

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  /* color: var(--color-link-nav); */
  padding: 10px 15px;
  transition: 0.3s;
  /* font-size: 14px; */
  font-family: var(--body-font);
  /* font-weight: 500; */
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  /* color: var(--color-link-nav-hover); */
  text-decoration: none;
}

.main-nav .drop-down {
  z-index: 2001;
}
.main-nav .drop-down ul {
  display: block;
  position: absolute;
  top: calc(100% + 30px);
  opacity: 0;
  visibility: hidden;
  background: var(--bluefyd);
  /* color: var(--color-link-nav); */
  transition: ease all 0.3s;
  line-height: 2rem;
  right: 20px;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  position: relative;
  border-color: var(--border-color);
  border: 1px solid;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  /* font-size: 13px; */
  /* color: var(--color-link-nav); */
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  /* color: var(--color-link-nav-hover); */
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Sections Header */

.section-header h1 {
  color: var(--color-title);
  text-align: center;
  /* font-weight: 500; */
  position: relative;
}

.section-header p {
  text-align: center;
  margin: auto;
  padding-bottom: 60px;
  color: var(--color-title-text);
}

/* NEWS SECTION  */

#news {
  background: var(--bg-news);
  padding: 60px 0;
}

#news .news-container .background {
  margin: 20px 0;
}

#news .news-container .title {
  color: var(--color-title);
  /* font-weight: 700; */
  /* font-size: 32px; */
}

#news .news-container p {
  /* line-height: 26px; */
}

#news .news-container p:last-child {
  margin-bottom: 0;
}

/* MEMBERS */

/*.thumbnail-overlay h3 {
  font-size:2rem;
  color: #fff;
  font-weight: 800;
  text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000,
    1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

ul.card-text {
  list-style-type: none;
  white-space: normal;
}

ul.card-text li {
  text-align: left;
  margin-left: 25%;
  font-weight: 800;
  color: #fff;
   font-size:1rem;
}

ul.card-text li:nth-child(odd) {
  color: #e9e7d1;
}

ul.card-text li:before {
  display: inline-flex;
  content: "-";
  width: 1rem;
  margin-left: -30px;
}

.media-boxes-no-more-entries {
  display: none;
}

@media screen and (min-width: 800px) {
  .thumbnail-overlay h3 {
   font-size: 2rem;
    color: #fff;
    font-weight: 800;
  }
  ul.card-text li {
   font-size: 1rem;
  }
} */

@media screen and (min-width: 1600px) {
  .partners-large {
    max-width: 80vw;
  }
}
@media screen and (min-width: 992px) {
  .conditions-large {
    max-width: 80%;
  }
}


/* Team Section */

#team .list-member > li {
  list-style: none !important;
  color: var(--color-bold01);
}

#team img,
#news img {
  border-color: var(--border-color);
  border: solid 1px;
}

#team .list-member > li:nth-child(2n + 1) {
  color: var(--color-bold02);
}
#team .col-pc .title {
  font-size: 1.5rem;
  /* color:#890394!important; */
  color: #0c1d3e !important;
  text-align: center;
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
  padding-top: 0 !important;
}

#team .col-pc,
#team .list-member {
  /* text-align: center; */
  padding: 0 !important;
}

@media screen and (max-width: 575.9px) {
  #team .col-pc {
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  #team .col-pc {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  #team .col-pc {
    width: 33%;
  }
}
@media screen and (min-width: 992px) {
  #team .col-pc {
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  #team .col-pc {
    width: 20%;
  }
}

/* Clients Section */

#clients {
  padding: 60px 0;
}

#clients .clients-wrap {
  /* border-top: 1px solid #d6eaff;
  border-left: 1px solid #d6eaff; */
  margin-bottom: 30px;
}

#clients .client-logo {
  padding: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* border-right: 1px solid #d6eaff;
  border-bottom: 1px solid #d6eaff; */
    /* border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC; */
  overflow: hidden;
  background: var(--bg-partners);
  height: 100px;
  box-shadow: 10px 10px 3px -5px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 10px 10px 3px -5px rgba(0, 0, 0, 0.2);
z-index: 10!important;
}
#clients >.no-gutters > .col, .no-gutters > [class*="col-"] {
    /* margin: 10px; */
    padding: 6px;
}


/* ICI CEST L'ANIMATION DES LOGOS QUI APPARAISSENT DANS UN CERTAIN ORDRE AVEC CLASSE */
/* .zofi {
  opacity: 0;
    animation-name: zoom-out-fade-in;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

    @keyframes zoom-out-fade-in {
    0% {
      opacity: 0;
      transform: scale(5);
    }

    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  */
.client-logo:hover {
    -webkit-transform: scale(1.5);
  transform: scale(1.5);
    transition: all 0.4s ease-in-out;
    z-index: 99!important;
    position:relative;
    border: #0c1d3e solid 1px;
    float:right;
  }

/* #clients .client-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
} */

#clients img {
  transition: all 0.4s ease-in-out;
  max-height: 115px;

}

/* Contact Section */

#contact {
  padding: 60px 0;
  overflow: hidden;
  margin-top: 30px;
  /* margin: 30px 30px 0 30px; */
  border-radius: 10rem 0;
}

#contact .info i {
  /* font-size: 32px; */
  color: var(--color-link);
  /* line-height: 1; */
}

#contact .info p {
  padding: 0 0 10px 06px;
  /* line-height: 28px; */
  /* font-size: 14px; */
}

#contact .form #sendmessage {
  color: greenyellow;
  border: 10px solid;
  border-color: greenyellow;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 3px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  /* font-size: 13px; */
}

#contact .form input,
#contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  /* font-size: 14px; */
}

#contact .form button[type="submit"] {
  background: var(--color-link);
  border: 0;
  border-radius: 20px;
  color: #000;
  transition: 0.3s;
}

.btn-submit .arrow {
  display: none;
}

.btn-submit:hover .arrow {
  display: inline-block!important;
  visibility: initial!important;
  animation-name: slideInLeft!important;
}

#contact .form button[type="submit"]:hover {
  background: var(--color-link-hover);
  cursor: pointer;
}

/* Responsive Media Queries */

@media screen and (max-width: 991px) {
  #header {
    height: 65px;
    padding: 10px 0;
  }
  #header .logo h1 {
    /* font-size: 28px; */
    padding: 8px 0;
  }
  #intro {
    padding: 140px 0 60px 0;
  }
  #intro .intro-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }
  #intro .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }
}

@media screen and (max-width: 574px) {
  #intro {
    padding: 100px 0 20px 0;
  }
}

/* STYLE OF THE PROJECTS SECTIONS */

.project {
  min-height: 500px;
  height: 80vh;
  max-height: 750px;
  padding: 0 !important;
  width: 100%;
  position: relative;
}

/* .project .desc-project {
  position: relative;
  bottom: 60%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 10px;
  padding-left: 10px;
  margin: auto;
  text-align: center;
} */

.project-overlay {
  animation-name: fadeOut;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.15s;
  width: 100%;
  height: 100%;
}

.bg-title-proj {
  background: rgba(0, 0, 0, 0.1);
  width: fit-content;
  padding: 5px 5px 5px 5px;
  top: -100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0 0 15px 15px;
}
.project:hover .bg-title-proj {
  background: transparent;
}

.project .btn-project {
  width: 100%;
  bottom: 0;
  position: absolute;
  display: flex;
}

.project .btn-project a {
  justify-content: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  bottom: 10px;
}

.greyscale:hover {
  filter: grayscale(100%);
}

.hoveredhover {
  opacity: 1;
  animation-name: fadeIn;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.15s;
  background-color: rgba(0, 0, 0, 0.5);
}

.buttonhover a {
  bottom: 10vh !important;
}

.titlehover {
  top: -90%;
}

.project h4 {
  text-align: center;
  text-shadow: 2px 0px 0 black, 0px 2px 0 black, 0px -2px 0 black,
    -2px 0px 0 black;
  color: #fff;
}

.bg-p-1 {
  background: url("../i/home/1.jpg") center center / cover no-repeat;
}
.bg-p-2 {
  background: url("../i/home/2.jpg") center center / cover no-repeat;
}
.bg-p-3 {
  background: url("../i/home/3.jpg") center center / cover no-repeat;
}
.bg-p-4 {
  background: url("../i/home/4.jpg") center center / cover no-repeat;
}
.bg-p-5 {
  background: url("../i/home/5.jpg") center center / cover no-repeat;
}
.bg-p-6 {
  background: url("../i/home/6.jpg") center center / cover no-repeat;
}
.bg-su {
  background: url("../i/supportus/hero.jpg") center center / cover no-repeat;
  background-attachment: fixed;
}
.bg-su-0 {
  background: url("../i/supportus/0.jpg") center center / cover no-repeat;
  background-attachment: fixed;
}
.bg-su-1 {
  background: url("../i/supportus/1.jpg") center center / cover no-repeat;
  background-attachment: fixed;
}
.bg-su-2 {
  background: url("../i/supportus/2.jpg") center center / cover no-repeat;
  background-attachment: fixed;
}
.bg-su-3 {
  background: url("../i/supportus/3.jpg") center center / cover no-repeat;
  background-attachment: fixed;
}
.bg-su-4 {
  background: url("../i/supportus/4.jpg") center center / cover no-repeat;
  background-attachment: fixed;
}

/* CLASS FOR BLOCK THE SCROLL ON GOOGLE MAPS */

.map-container iframe {
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative;
  /* IE needs a position other than static */
}

.map-container iframe.clicked {
  pointer-events: auto;
}

/* force scrollbar, prevents initial gap */

/*LANG FLAG FOOTER AND HEADER*/

/* Footer */

/* .social-icons i {
  font-size: 48px;
  margin-left: 20px;
  line-height: 72px;
  color:#fff;
}
.flag-icons .social {
  margin-left: 20px;
  line-height: 72px;
} */

.footer-icons img {
  min-width: 30px;
  max-width: 40px;
  /* margin: auto auto 20px 20px; */
}

.footer-flag {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
}

.header-flag {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 5px;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
}

.flag-icons img:hover{
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.handshake {
  color: #fff !important;
  font-family: "Times New Roman";
}

@media screen and (max-width: 780px) {
  .handshake {
    font-size: 1.9rem !important;
  }
}

#footer {
  background-color: var(--bluefyd);
  padding: 0 1.5rem 6rem;
}

@media screen and (max-width: 575.9px) {
  #footer {
    padding: 0 0 0rem;
  }

  #contact {
    padding: 60px 0;
    border-radius: 10rem 10rem 0 0;
  }
}
.w20px {
  width: 20px !important;
}

#footer p,
#footer .title,
#footer .subtitle,
#footer strong {
  color: var(--color-text-bright);
}

#footer a {
  color: var(--color-link);
}

#footer a:hover {
  color: var(--color-link-hover);
  /* font-weight: 700; */
}

/* ---- grid ---- */

.grid {
  background: var(--bg-grid);
}

.grid:after {
  content: "";
  display: block;
  clear: both;
}
/* ---- .element-item ---- */
/* 5 columns, percentage width */

.grid-item,
.grid-sizer {
  width: 20%;
}

.grid-item {
  float: left;
  height: 100px;
  background: #0d8;
  border: 2px solid #333;
  border-color: rgba(0, 0, 0, 0.6);
}

.grid-item--width2 {
  width: 40%;
}

.grid-item--height2 {
  height: 200px;
}

.auto-grid-filters-container {
  overflow: hidden;
}

blockquote {
  background-color: var(--grey00);
  border: 0;
  /* border: solid var(--color-link-hover); */
  /* border-width: 0 5px; */
  margin-top: 3rem;
  padding: 0.6em 0.9em;
  border-radius: 50px 0 50px 0;
  font-family: var(--quote-font);
}

.gallery-boat {
  background: var(--bg-color-gallery-boat);
}

.support-content {
  background: rgba(255, 255, 255, 0.6);
  border: black 1px solid;
  height: fit-content;
}

@media screen and (max-width: 991.98px) {
  .go-to-top {
    display: none !important;
  }
}
@media screen and (max-width: 575.98px) {
  .footer-icons {
    display: flex;
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 576px) {
  .footer-icons img {
    margin: auto auto 20px 20px;
  }
}
.img-center {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.nav-project {
  line-height: 2rem;
  top: 65px;
  z-index: 100;
  font-size: 1.2rem !important;
}

.nav-project a {
  color: var(--color-link-nav-project-link);
}
@media screen and (max-width: 991.98px) {
  .nav-project {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    border: none;
  }
}

/* teeeeeeeeeest */

.stick-bottom {
  position: fixed;
  background: var(--bluefyd);
  bottom: 0px;
  transition: background 0.5s;
  width: 100%;
  height: 1.5rem !important;
  line-height: 2rem;
  font-size: 1.5rem;
  z-index: 1999;
}

@media screen and (max-width: 340px) {
  #header-mobile {
    max-width: 340px !important;
  }
}
#header-mobile i,
#header-mobile .icons-img {
  margin-left: -20px;
  position: absolute;
  bottom: 5px;
  text-shadow: 2px 0px 0 var(--bluefyd), 0px 2px 0 var(--bluefyd),
    0px -2px 0 var(--bluefyd), -2px 0px 0 var(--bluefyd);
  cursor: pointer;
  color: var(--color-link-menu);
  height: 30px;
  z-index: 2000;
}

.icons-img {
  border: solid 2px;
  border-color: var(--bluefyd);
  height: 2.5rem;
  bottom: 9px;
}
.menu-mobile {
  z-index: 1900;
  width: 100%;
  background: var(--bluefyd);
  position: relative;
  text-align: center;
  bottom: 85vh;
}
.menu-mobile ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

.menu-mobile li {
  display: block;
  padding: 5px 0;
  border-bottom: 2px solid;
  border-color: var(--border-color);
}
.menu-mobile li:hover {
  display: block;
  background: var(--blue04);
  padding: 5px 0;
  border-bottom: 2px solid;
  border-color: var(--border-color);
}

.menu-mobile a {
  text-decoration: none;
  color: var(--color-link);
}
.menu-mobile a:hover {
  text-decoration: none;
  color: var(--color-link-hover);
}
#header-mobile {
  display: inline-block;
}

@media screen and (min-width: 576px) {
  .sm-fit-content {
    width: fit-content;
    margin-right: 10px;
  }
}

@media screen and (max-width: 575.9px) {
  .h2 {
    font-size: 1.75rem !important;
  }
}

.shadow-menu {
  width: 200%;
  height: 200vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}
.border-none {
  border: 0;
}

#navbar-project {
  padding-top: 0px;
  position: relative;
  line-height: 1.5rem;
}

.i-menu {
  color: var(--color-link-menu);
  font-size: 2rem;
}

.btn-supportus {
  background: var(--color-bg-supportus);
  color: var(--bluefyd);
  padding: 0.2rem 0.5rem !important;
  font-weight: 700;
  height: 100%;
  margin-top: 5px;
  border: none;
}
.btn-supportus:hover,
.supportus-active {
  background: var(--color-bg-supportus-hover);
  color: var(--bluefyd);
}

/*
.nav-project span i {
  position: absolute;
  top: 8px;
  right: 25px;
  text-shadow: 2px 0px 0 #0c1d3e, 0px 2px 0 #0c1d3e, 0px -2px 0 #0c1d3e,
    -2px 0px 0 #0c1d3e;
  cursor: pointer;
  color: #fff;
  height: 30px;
  z-index: 2000;
}

CECI ETAIT UN TEST POUR LE MENU BOOTSTRAP OFFICIEL POUR LE MENU DU HAUT
 */
