body {
  font-family: "Work Sans", sans-serif !important;
}

h1,
h2 {
  color: #1d3264;
  text-transform: uppercase;
}

.bg-white {
  background: #fff;
}

.z-index-1 {
  z-index: 1;
}

a {
  color: #000;
}

.header_home .svg {
  position: absolute;
}

.container-100 {
  margin: 0 20px;
}

.header_home .container-vldc > .row > div:nth-child(1) {
  order: 1;
}

.header_home .container-vldc > .row > div:nth-child(2) {
  order: 0;
}

/* ICON FACEBOOK */
.fb-reseau {
  position: fixed;
  right: 10px;
  top: 20%;
  z-index: 999;
}

.fb-reseau a i {
  color: #0674e7;
  font-size: 36px;
}

.blog-item {
  height: 100%;
}

/* VIDEO */
.video p {
  margin: 0;
}

.video img {
  width: 100%;
}

.com-content-category-blog {
  margin: 0 20px;
}

#filter-blog .btn-secondary {
  font-size: 15px;
  background-color: #f3f0e8;
  border: 0;
  color: #000;
  padding: 0.4rem 1rem;
  transition: all 0.3s ease-in-out;
}

#filter-blog .btn-secondary.active {
  background-color: #1d3264;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

#filter-blog .btn-secondary:focus {
  box-shadow: none;
}

.item-blog {
  display: none;
}

.item-blog.show {
  display: block;
}

/* MAIN PRESENTATION */
.presentation {
  background:
    url("../../../images/voilesdoc/vagues_blanche.png"),
    url("../../../images/voilesdoc/main.png");
  background-repeat: no-repeat, no-repeat;
  min-height: 745px;
  background-size: 38%, cover;
  background-position: 0% 15%;
  padding: 180px 0 90px 0;
  width: 100%;
}

.presentation h1 {
  font-weight: 400;
  line-height: 55px;
  letter-spacing: 4px;
  font-size: 32px;
}

.presentation .row {
  width: 100%;
  padding: 0 2rem;
}

.presentation p {
  font-size: 18px;
  color: #484848;
}

/* NOS FORMULES */
.formules-115 {
  background: url("../../../images/voilesdoc/fond_formules.png") no-repeat;
  padding: 1rem;
  background-size: cover;
  padding-top: 10rem;
  height: auto;
}

.formules-142 {
  height: auto;
}

.nos-formules {
  margin: 40px 0;
}

.nos-formules .formule-bloc img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.nos-formules .formule-bloc img:hover {
  transform: scale(0.95);
  transition: all 0.3s ease-in-out;
}

.formation-header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.5rem;
}

.formation-header h2 {
  color: #1d3264;
  text-transform: uppercase;
  font-weight: 500;
}

.btn-formule {
  display: flex;
  justify-content: space-between;
  padding: 15px 25px;
  border-bottom: 6px solid #3bbadd;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  font-size: 26px;
  text-decoration: none;
  color: #1d3264;
  letter-spacing: 3px;
  max-width: 540px;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
}

.btn-formule::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
}

.btn-formule:hover {
  background: #2e52a0;
  color: #fff !important;
  border-bottom: 0 !important;
  transition: all 0.5s ease-in-out;
}

.formule-bloc-left .btn-formule:hover {
  background: #3bbadd;
}

.formule-bloc-center .btn-formule:hover {
  background: #fff;
  color: #2e52a0 !important;
}

.formule-bloc-right .btn-formule:hover {
  background: #1e3264;
}

.btn-formule:hover::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
}

.formule-bloc {
  width: 100%;
  margin: 0 auto;
  max-width: 540px;
  transition: all 0.4s ease-in-out;
}

.formule-bloc.formule-bloc-center:hover,
.formule-bloc.formule-bloc-right:hover,
.formule-bloc.formule-bloc-left:hover {
  box-shadow: 0px 5px 21px rgb(1 1 1 / 25%);
  border-radius: 0 0 10px 10px;
  transition: all 0.4s ease-in-out;
}

.formule-content {
  display: none;
  animation: smooth 0.5s ease-in-out;
}

.btn-formule:hover + .formule-content {
  display: block !important;
  color: #fff !important;
  max-width: 540px;
  padding: 15px 25px;
  margin: 0 auto;
  border-radius: 0 0 10px 10px;
  text-align: left;
  animation: smooth 0.3s ease-in-out;
  border: 0;
}

.formule-bloc-left .btn-formule {
  border-bottom: 6px solid #3bbadd;
}

.formule-bloc-center .btn-formule {
  border-bottom: 6px solid #2e52a0;
  color: #2e52a0;
}

.formule-bloc-right .btn-formule {
  border-bottom: 6px solid #1e3264;
}

.formule-bloc-left .btn-formule {
  color: #3bbadd;
}

.formule-bloc-left .formule-content {
  background: #3bbadd;
}

.formule-bloc-center .formule-content {
  background: #fff;
}

.formule-bloc-center .formule-content p {
  color: #1e3264;
}

.formule-bloc-right .formule-content {
  background: #1e3264;
}

/* EQUIPE */
.equipe {
  margin-top: 5rem;
}

.equipe .row {
  align-items: flex-start;
}

.equipe .equipe-bloc2 {
  padding: 0 20px;
}

.equipe .equipe-bloc-header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.equipe .equipe-bloc-header img {
  width: 70px;
}

.equipe .equipe-bloc-header h2 {
  margin-left: 20px;
  font-weight: 500;
  font-size: 2.5rem;
}

.equipe2 {
  margin-top: 8rem;
  padding: 20px;
}

.equipe2 .equipe-bloc1 h3 {
  margin-bottom: 40px;
}

.equipe2 .equipe-bloc1 h3 {
  font-weight: 500;
  color: #1d3264;
  text-transform: uppercase;
  font-size: 32px;
}

.equipe .equipe-bloc1 img {
  mask-image: url("../../../images/voilesdoc/mask/mask_nos_bateaux_black.png");
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-image: url("../../../images/voilesdoc/mask/mask_nos_bateaux_black.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
}

.equipe .galet-pascal {
  mask-image: url("../../../images/voilesdoc/mask/mask_galet3_black.png") !important;
  mask-repeat: no-repeat !important;
  mask-size: cover !important;
  -webkit-mask-image: url("../../../images/voilesdoc/mask/mask_galet3_black.png") !important;
  -webkit-mask-repeat: no-repeat !important;
  -webkit-mask-size: cover !important;
}

.equipe3 {
  margin-top: 8rem;
}

.equipe3 .equipe-bloc h3 {
  font-weight: 500;
  font-size: 38px;
  color: #a48668;
  text-transform: uppercase;
  text-align: center;
}

.equipe4 {
  margin: 3rem auto;
}

.equipe-bloc-text h3,
.equipe-bloc-text-2 h3 {
  color: #1d3264;
  font-weight: 500;
  font-size: 32px;
}

.equipe-bloc-text-2 ul {
  padding-left: 1rem;
}

.equipe-bloc-text ul {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.equipe-bloc-text ul li {
  width: max-content;
}

.equipe-vocation {
  margin-top: 6rem;
  font-weight: 500;
}

/* NOS PARTENAIRES */
.nos-partenaires {
  padding: 60px 0;
}

.nos-partenaires h2 {
  font-weight: 500;
}

/* LA FLOTTE */
.bateaux-jr-4 {
  margin: 3rem auto;
}

.bateaux-jr-3 {
  margin-top: 8rem;
}

.bateaux-jr-3 h3 {
  font-weight: 500;
  font-size: 38px;
  color: #a48668;
  text-transform: uppercase;
  text-align: center;
}

/* NOS BATEAUX */
.nos-bateaux {
  background-image: url("../../../images/voilesdoc/nos-bateaux.png");
  background-repeat: no-repeat;
  height: auto;
  background-size: cover;
  padding-top: 14rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
}

.nos-bateaux .row .col:nth-child(2) {
  width: 500px;
}

.nos-bateaux .row .col:nth-child(2) img {
  margin: 1rem 0 2rem 0;
}

.nos-bateaux-img {
  margin-right: 30px;
  /* width: 100%;
    height: 100%;
    object-fit: cover;
    mask-image: url('../../../images/voilesdoc/mask/mask_nos_bateaux.png');
    -webkit-mask-image: url('../../../images/voilesdoc/mask/mask_nos_bateaux.png');
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat; */
}

.mask-galet3 {
  width: 480px;
  background-color: #2e4382;
}

.nos-bateaux #bateaux-vagues1 {
  position: absolute;
  right: 0;
  top: 10%;
  opacity: 0.5;
}

.nos-bateaux #bateaux-vagues2 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}

.nos-bateaux #bateaux-vagues3 {
  position: absolute;
  right: 0;
  top: 88%;
  opacity: 0.5;
}

.nos-bateaux .formule-bloc img,
.nos-bateaux-img,
.nos-moniteurs {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.nos-bateaux .formule-bloc img:hover,
.nos-bateaux-img:hover,
.nos-moniteurs:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

.nos-moniteurs {
  position: relative;
  width: 100%;
}

.nos-moniteurs:hover .nos-moniteurs-img {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

.nos-moniteurs:hover .nos-moniteurs-content {
  display: block;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.nos-moniteurs .bloc-icon img {
  transition: all 0.2s ease-in-out;
}

.nos-moniteurs:hover .bloc-icon img {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.nos-moniteurs .nos-moniteurs-content {
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-30%, -50%);
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.nos-moniteurs .nos-moniteurs-content p {
  margin: 20px 0;
  font-size: 12px;
}

.font-weight-bold {
  font-weight: bold;
}

.nos-moniteurs .nos-moniteurs-content h2 {
  color: #fff;
  font-size: 1.5rem;
}

.nos-moniteurs .nos-moniteurs-content a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}

.nos-moniteurs-img {
  background: #1d3163;
  mask-image: url("../../../images/voilesdoc/mask/mask_moniteurs_black.png");
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-image: url("../../../images/voilesdoc/mask/mask_moniteurs_black.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  width: 497px;
}

.mask-white {
  background: #fff;
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
}

.nos-bateaux-monocoques {
  mask-image: url("../../../images/voilesdoc/mask/mask_monocoques_black.png");
  -webkit-mask-image: url("../../../images/voilesdoc/mask/mask_monocoques_black.png");
  background-color: #8b98a1;
}

.nos-bateaux-multicoques {
  mask-image: url("../../../images/voilesdoc/mask/mask_nos_bateaux_black.png");
  -webkit-mask-image: url("../../../images/voilesdoc/mask/mask_nos_bateaux_black.png");
  width: 521px;
  background-color: #1e3062;
}

.galet1 {
  mask-image: url("../../../images/voilesdoc/mask/mask_multicoques_black.png");
  -webkit-mask-image: url("../../../images/voilesdoc/mask/mask_multicoques_black.png");
  width: 521px;
  background-color: #1e3062;
}

.formule-bloc:hover .bloc-icon {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

.formule-bloc .bloc-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.formule-bloc .bloc-content > * {
  color: #fff !important;
}

.formule-bloc .bloc-content a {
  text-transform: uppercase;
  font-size: 16px;
}

.formule-bloc:hover .bloc-content {
  display: block;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.formule-bloc .bloc-icon img {
  transition: all 0.2s ease-in-out;
}

.formule-bloc:hover .bloc-icon img {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.nos-bateaux-coaching {
  mask-image: url("../../../images/voilesdoc/mask/mask_coaching_bateau_black.png");
  -webkit-mask-image: url("../../../images/voilesdoc/mask/mask_coaching_bateau_black.png");
  background-color: #164d71;
}

.galet3 {
  background: #fff;
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-image: url("../../../images/voilesdoc/mask/mask_galet3_black.png");
  -webkit-mask-image: url("../../../images/voilesdoc/mask/mask_galet3_black.png");
}

.bloc-icon img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.nos-bateaux .formule-bloc {
  position: relative;
  text-align: center;
  width: fit-content;
  margin: 0 auto !important;
}

.nos-bateaux .formule-bloc-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nos-bateaux .formule-bloc .bloc-icon p {
  font-size: 24px;
  color: #20366a;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 500;
}

.nos-bateaux .formule-bloc a {
  color: #222;
}

.nos-bateaux .row:nth-child(2) {
  margin-top: 3rem;
}

.nos-bateaux .row:nth-child(2) .formule-bloc {
  margin: 0;
  text-align: left;
}

.nos-bateaux h3 {
  text-transform: uppercase;
  color: #af957b;
  font-weight: 500;
}

.nos-bateaux .title-h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* FOOTER */

footer {
  background: #f6f6f6;
  width: 100%;
}

.nous-trouver {
  padding: 70px 0 100px 0;
}

.nous-trouver .coords {
  text-align: center;
}

.nous-trouver .coords > * {
  font-weight: 500;
  color: #1d3264;
  text-decoration: none;
  font-size: 20px;
}

.nous-trouver .coords > p {
  text-transform: uppercase;
  line-height: 28px;
  margin: 0;
}

.nous-trouver .coords > a {
  display: block;
  margin: 20px 0;
}

.nous-trouver .coords .reseaux > a {
  padding: 0 10px;
  color: #1d3264;
}

.nous-trouver h2 {
  font-weight: 500;
}

#map {
  background: #f6f6f6;
  width: 100%;
  height: 100%;
}

.i4ewOd-pzNkMb-haAclf {
  display: none !important;
}

.nJjxad-bMcfAe-haAclf.nJjxad-HzV7m.nJjxad-bMcfAe-hJDwNd {
  display: none !important;
}

footer .liens {
  background: url("../../../images/voilesdoc/vagues_footer.png") no-repeat;
  min-height: 360px;
  position: relative;
  background-size: cover;
}

footer .liens .copyright {
  position: absolute;
  bottom: 10px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 13px;
  z-index: 999;
  width: 100%;
}

footer .liens .copyright p {
  margin: 0;
  padding-right: 10px;
}

footer .liens .copyright .nav {
  display: flex;
  flex-direction: column;
}

footer .liens .copyright .nav li {
  padding: 0 10px;
}

footer .liens .copyright .nav li.divider {
  display: none;
  padding: 0 5px;
}

footer .liens .copyright .nav li.item-110,
footer .liens .copyright .nav li.item-113 {
  display: inline-block;
  padding: 5px 0;
}

footer .liens .copyright .nav li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.footer-bloc-1 {
  margin-bottom: -100px;
  position: relative;
}

/* AVIS CLIENTS */
.avis-client h2 {
  font-weight: 500;
}

.avis-client {
  padding: 0 1rem;
  margin: 70px 0;
}

.card .checked {
  color: #feda3f;
}

.avis-client .card {
  text-align: center;
  padding: 30px;
  border: none;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.05);
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
  height: 100%;
}

.avis-client .card:hover {
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.3);
  transition: all 0.5s ease-in-out;
}

.avis-client .card .card-info .name {
  font-weight: bold;
}

.avis-client .card .avis-texte p {
  margin: 0;
}

.avis-client .avis-link {
  text-align: center;
  margin: 20px 0;
}

.avis-client .avis-link a {
  text-transform: uppercase;
  font-size: 16px;
  color: #333;
}

/* PAGE AVIS */
.header-avis-client {
  background: url("../../../images/voilesdoc/fond_avis_clients.png") no-repeat;
  min-height: 30rem;
}

.header-avis-client .container-fluid > .row {
  align-items: center;
}

.header-avis-client p {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  color: #20366a;
  margin-bottom: 5rem;
}

.header-avis-client .container-fluid > .row div:nth-child(2) {
  position: relative;
}

.header-avis-client .container-fluid > .row div:nth-child(2) img {
  position: relative;
  top: 4rem;
}

/* QUI SOMMES-NOUS & FLOTTE */
.about,
.flotte {
  background: url("../../../images/voilesdoc/fond_qui_sommes_nous.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 7rem;
  min-height: 868px;
  box-sizing: border-box;
  background-position-y: 100%;
}

.about-bg-vagues,
.flotte-bg-vagues {
  background:
    url("../../../images/voilesdoc/vague_1_opacity_50.png"),
    url("../../../images/voilesdoc/vagues_3_opacity_50.png");
  background-repeat: no-repeat, no-repeat;
  background-position:
    100% 15%,
    0% 100%;
  padding: 20px 0 12rem 0;
  min-height: 100vh;
}

.flotte-bg-vagues {
  display: flex;
  align-items: center;
}

.about p,
.flotte p {
  text-align: justify;
}

.about h1,
.flotte h1 {
  font-weight: normal;
}

.about h3,
.flotte h3 {
  color: #20366a;
  font-weight: normal;
}

.flotte .flotte-bg-vagues .container-100 h3 {
  text-transform: uppercase;
  color: #20366a;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

/* Témoignages */
#mod-custom122 {
  margin: 8rem 0;
  background:
    url("../../../images/voilesdoc/vague_1_50.png"),
    url("../../../images/voilesdoc/vagues_3_avis.png"),
    url("../../../images/voilesdoc/vague_1_50.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position:
    100% 28%,
    0% 80%,
    100% 100%;
}

.WidgetTitle__Header-sc-ruy1gu-2.jyuses {
  display: none;
}

.ReviewPostedOn__Info-sc-1s508wm-4.gvozXL {
  display: none;
}

.ReviewBackground__Container-sc-1jrpbkc-0.gInwuY {
  background-color: #fff !important;
  box-shadow: -2px 0px 15px rgb(0, 0, 0, 0.15);
}

.ReviewAvatar__Background-sc-1lraoly-1.hbDiKh {
  display: none;
}

.ButtonBase__ButtonContainer-sc-p43e7i-3.kHmZSi.HeaderWriteReviewButton__StyledButton-sc-aghmpr-1.oqEME {
  background-color: #2f52a0 !important;
}

.ButtonBase__ButtonContainer-sc-p43e7i-3.kHmZSi.HeaderWriteReviewButton__StyledButton-sc-aghmpr-1.oqEME
  .ButtonBase__Ellipsis-sc-p43e7i-5.eMSpZl {
  text-transform: uppercase !important;
}

.Icon__IconContainer-sc-1ysxs3-0.eJQBBL.HeaderTitle__StyledSourceLogo-sc-cxt6be-1.cTJbRo {
  display: none;
}

.HeaderTotalReviews__Container-sc-1a7tbil-0.ftqyEp {
  display: none;
}

.HeaderContainer__Inner-sc-pny2b8-0.gDfZFT.Header__StyledHeaderContainer-sc-gozq6j-0.LayoutDefault__StyledHeader-sc-1ydej6v-1.kXzyVF {
  background: #fff;
}

.ButtonBase__ButtonContainer-sc-p43e7i-3.hZCYhm.LoadMoreButton__StyledButton-sc-zpc339-1.hTqsKC {
  background: #fff !important;
  border-color: #fff !important;
}

.ButtonBase__ButtonContainer-sc-p43e7i-3.hZCYhm.LoadMoreButton__StyledButton-sc-zpc339-1.hTqsKC
  .ButtonBase__Ellipsis-sc-p43e7i-5.eMSpZl {
  text-transform: uppercase;
  font-weight: normal;
  background: #fff !important;
  border-color: #fff !important;
  font-weight: 500;
}

.LoadMoreButton__Container-sc-zpc339-0.frnbLi
  .ButtonBase__Overlay-sc-p43e7i-4.gVpROL {
  background-color: #fff !important;
}

.ButtonBase__Overlay-sc-p43e7i-4.gVpROL {
  background-color: #2f52a0 !important;
}

/* PAGE CONTACT */
.itemid-106 {
  background: #f6f6f6;
}

.page-itemid-106 {
  margin-top: 7.9rem;
}

.itemid-106 #page-contact-fond {
  position: absolute;
  top: -14rem;
  width: 100%;
  background: url("../../../images/voilesdoc/contact_fond.png") no-repeat;
  background-position: 0% 0%;
  height: 330px;
}

.page-itemid-106 .nous-trouver {
  padding-top: 10rem;
}

/* PAGE FORMULES */
.nos-formules-page-102 {
  margin-top: 6rem;
}

.formules-page-carte h2 {
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  font-size: 32px;
}

.formules-page-carte h3 {
  text-transform: uppercase;
  font-weight: 500;
  color: #20366a;
  margin-bottom: 2.5rem;
  font-size: 32px;
}

.formules-page-carte .formules-page-header {
  display: flex;
  justify-content: center;
  padding: 1rem;
  flex-direction: column;
}

#mod-custom123 {
  background:
    url("../../../images/voilesdoc/vague_1_50.png"),
    url("../../../images/voilesdoc/vagues_3_35.png");
  background-repeat: no-repeat, no-repeat;
  background-position:
    100% 30%,
    0% 94%;
}

#mod-custom124 {
  background: url("../../../images/voilesdoc/vague_1_50.png");
  background-repeat: no-repeat;
  background-position: 100% 67%;
}

#mod-custom123 .formules-page-carte .formules-page-header {
  background: url("../../../images/voilesdoc/formules_header_decouverte.png")
    no-repeat;
  height: 362px;
}

#mod-custom124 .formules-page-carte .formules-page-header {
  background: url("../../../images/voilesdoc/formules_header_journee.png")
    no-repeat;
  height: 485px;
}

#mod-custom125 .formules-page-carte .formules-page-header {
  background: url("../../../images/voilesdoc/formules_header_sur_mesure.png")
    no-repeat;
  height: 447px;
}

#mod-custom126 .formules-page-carte .formules-page-header {
  background: url("../../../images/voilesdoc/formules_header_offres.png")
    no-repeat;
  height: 362px;
}

#mod-custom124 .formules-page-carte .formules-page-header > h2,
#mod-custom125 .formules-page-carte .formules-page-header > h2 {
  margin-top: -8rem;
}

#mod-custom126 .formules-page-carte .formules-page-content div:nth-child(3) {
  margin-top: 2rem;
}

.formules-page-carte .formules-page-content .formules-page-offre {
  text-align: center;
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  max-width: 600px;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 20px;
}

.formules-page-carte .formules-page-content .formules-page-offre h4 {
  font-weight: normal;
  font-size: 32px;
}

.formules-page-carte
  .formules-page-content
  .formules-page-offre
  .formules-page-offre-text-footer {
  font-size: 15px;
  font-weight: 500;
}

.formules-page-carte
  .formules-page-content
  .formules-page-offre
  .formules-border {
  margin-top: 2rem;
  display: block;
  height: 4px;
  width: 200px;
  max-width: 100%;
  border-bottom: 5px solid #2f52a0;
  margin: 1rem auto 2rem auto;
}

.formules-page-carte .formules-page-header img {
  margin-top: 1.5rem;
  width: 180px;
}

.formules-page-carte .formules-page-content {
  padding: 1rem;
}

#mod-custom124 .formules-page-carte .formules-page-content {
  padding: 0 1rem;
}

.formules-page-carte .formules-page-content div:nth-child(3) {
  margin-top: 10rem;
}

.formules-page-carte .formules-page-footer {
  padding: 1rem;
  text-align: center;
}

.formules-page-carte .formules-page-footer .formules-tarifs {
  margin-top: 4rem;
}

.formules-page-carte
  .formules-page-footer
  .formules-tarifs
  .formules-tarifs-carte {
  background: #fff;
  border-bottom: 4px solid #3cbade;
  border-radius: 5px;
  margin: 20px;
  transition: all 0.5s ease-in-out;
  padding: 5px;
  height: 100%;
}

#mod-custom124
  .formules-page-carte
  .formules-page-footer
  .formules-tarifs
  .formules-tarifs-carte {
  border-bottom: 4px solid #2f52a0;
}

.formules-page-carte
  .formules-page-footer
  .formules-tarifs
  .formules-tarifs-carte:hover {
  box-shadow: -5px 2px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.formules-page-carte .formules-page-footer h3 {
  margin-bottom: 0;
}

.formules-page-carte .formules-page-footer h4 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}

.formules-page-carte .formules-tarifs-carte h2 {
  color: #000;
}

.formules-page-carte .formules-tarifs-carte p {
  text-transform: uppercase;
  font-size: 15px;
}

.formules-page-carte .formules-tarifs-demande {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.formules-page-carte .formules-tarifs-demande .formules-border {
  margin-top: 2rem;
  display: block;
  height: 4px;
  width: 200px;
  border-bottom: 4px solid #2f52a0;
}

.formules-page-carte .formules-tarifs-demande p {
  margin: 0;
  text-transform: uppercase;
}

/* HOME VIDEO */
.container-vldc {
  padding: 0 20px;
  height: 100%;
  background-image: url("../../../images/voilesdoc/fond_actu.png");
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100%;
}

.header_home {
  width: 100%;
  height: 100%;
  margin-top: 10rem;
}

.header_home .home_actu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

/* .header_home .home_actu .home_actu_text {
    position: relative;
    left: 12%;
    padding-right: 6rem;
} */

.header_home .home_actu .home_actu_text h1 {
  font-size: 35px;
  font-weight: 500;
  text-transform: initial;
}

.header_home .home_actu .home_actu_text p {
  margin: 25px 0;
}

/* .header_home .home_actu .actu {
    position: relative;
    padding-right: 80px;
    left: 12%;
    top: 16%;
} */

.actu .img-post-fb {
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  max-width: 100%;
}

.actu .h-100 {
  height: 100%;
}

.header_home .home_actu .actu-top {
  margin-bottom: 40px;
  color: #1d3264;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.header_home .home_actu .actu .date {
  color: #aaaaaa;
  font-size: 13px;
}

.header_home .home_actu .actu .publication-text {
  font-size: 13px;
}

.header_home .home_actu .actu .publication-link {
  font-size: 13px;
  text-transform: uppercase;
  color: #1e3163;
  font-weight: bold;
}

.actu-agenda .publication-link {
  font-size: 13px;
  text-transform: uppercase;
  color: #1e3163 !important;
  font-weight: bold;
}

.actu-agenda .publication-text {
  font-size: 13px;
}

.actu-agenda .date {
  color: #aaaaaa;
  font-size: 13px;
}

.actu-agenda h3 {
  color: #1d3264;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.actu-agenda .img-post {
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  max-width: 100%;
}

.header_home .video {
  display: none;
  position: relative;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
}

.header_home .video .show-video {
  display: flex;
  align-items: center;
  position: absolute;
  right: 17%;
  top: 35%;
  transform: translateY(-40%);
}

.header_home .video .show-video p {
  color: #fff;
  font-size: 18px;
  margin-right: 20px;
}

#video-bg {
  position: absolute;
  right: 0;
  width: 70%;
  height: 70vh;
  object-fit: cover;
  clip-path: url(#my-clip-path);
}

#video-bg.animate-video-home {
  animation: video 0.5s ease-in-out forwards;
}

#video-bg.animate-video-remove {
  animation: video_remove 0.5s ease-in-out forwards;
}

#play-video {
  background: transparent;
  border: none;
  outline: none;
  width: 64px;
  height: 64px;
}

.close-video {
  position: absolute;
  left: 2.5%;
  top: 15%;
}

#stop-video {
  background: #2052a5;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  outline: none;
  font-size: 20px;
  display: none;
}

/* BLOG ITEMS */
.hover-bgcolor-brown {
  transition: all 0.3s ease-in-out;
}

.hover-bgcolor-brown.btn {
  margin: 20px 0;
}

.hover-bgcolor-brown:hover {
  background-color: #a28568;
  border: 1px solid #a28568;
  transition: all 0.3s ease-in-out;
}

.category-agenda-header,
.category-header {
  background-image: url("../../../images/voilesdoc/fond_agenda.png");
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 8rem;
  min-height: 23rem;
  padding: 0 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.category-agenda-header img,
.category-header img {
  width: 160px;
  margin-left: -8px;
}

.category-agenda-description {
  margin: 0 20px;
  margin-top: 40px;
}

.category-agenda-description h3 {
  color: #1f366a;
  text-transform: uppercase;
  font-size: 32px;
}

.agenda-card img {
  height: 378px;
  border-radius: 5px;
}

.agenda-card {
  border-radius: 0;
  border: 0;
  height: 100%;
}

.agenda-card .card-body {
  padding-top: 0;
}

.vldc-blue-color {
  color: #1f366a;
}

.agenda-card h3 {
  font-size: 32px;
}

.agenda-card h6 {
  font-size: 18px;
}

.readmore {
  text-align: end;
}

.com-content-category-blog.blog .readmore .btn-secondary {
  background-color: #20366a;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 20px;
  transition: all 0.3s ease-in-out;
}

.com-content-category-blog.blog .readmore .btn-secondary:hover {
  background-color: #a28568;
  border: 1px solid #a28568;
  transition: all 0.3s ease-in-out;
}

.share-social a {
  font-size: 2em;
  margin: 0 10px;
  transition: all 0.3s ease-in-out;
}

.share-social a:hover {
  color: #20366a;
  transition: all 0.3s ease-in-out;
}

/* BLOG */

.blog-article-content
  .formules-page-footer
  .formules-tarifs
  .formules-tarifs-carte {
  background: #fff;
  border-bottom: 4px solid #3cbade;
  border-radius: 5px;
  margin: 20px;
  transition: all 0.5s ease-in-out;
  padding: 5px;
}

.blog-article-content
  .formules-page-footer
  .formules-tarifs
  .formules-tarifs-carte {
  border-bottom: 4px solid #2f52a0;
}

.blog-article-content
  .formules-page-footer
  .formules-tarifs
  .formules-tarifs-carte:hover {
  box-shadow: -5px 2px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.blog-article-content .formules-page-footer h3 {
  margin-bottom: 0;
}

.blog-article-content .formules-page-footer h4 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}

.blog-article-content .formules-page-footer {
  padding: 1rem;
  text-align: center;
}

.blog-article-content .formules-tarifs-carte h2 {
  color: #000;
}

.blog-article-content .formules-tarifs-carte p {
  text-transform: uppercase;
  font-size: 15px;
}

.blog-post-card {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #dddddd;
  height: 100%;
}

.blog-post-card .card-body {
  display: flex;
  flex-direction: column;
}

.blog-post-card .card-body .text-end {
  margin-top: auto;
}

.blog-post-card img {
  width: 410px;
  height: 275px;
  object-fit: cover;
}

.blog-article-header {
  background-image: url("../../../images/voilesdoc/fond_agenda.png");
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 8rem;
  min-height: 23rem;
  padding: 0 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.blog-article-header > img {
  width: 214px;
}

.pagenavigation {
  background-color: #f6f6f6;
  padding: 5px;
}

.pagenavigation li a {
  border: 0 !important;
  border-radius: 0 !important;
  font-weight: bold;
  background: transparent;
}

.article-meteo .blog-article-header {
  align-items: flex-start;
}

.article-meteo .blog-article-header > img {
  width: 160px;
  margin-left: -8px;
}

.article-meteo .sites .sites-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-meteo .sites .sites-title h3 {
  width: 100%;
  text-align: center;
}

.article-meteo .sites img {
  transition: all 0.3s ease-in-out;
}

.article-meteo .sites img:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

.article-vldc .blog-article-header > img {
  width: 160px;
  margin-left: -8px;
}

.com-content-category-blog__item.blog-item .modal-content {
  border-radius: 15px !important;
}

.com-content-category-blog__item.blog-item .modal-body {
  background-image: url("../../../images/voilesdoc/illustration_agenda_popup.png");
  background-repeat: no-repeat;
  background-position: 92% 10%;
}

.com-content-category-blog__item.blog-item iframe {
  min-height: 480px;
  height: auto;
  width: 100%;
}

.com-content-category-blog__item.blog-item .modal-body > div {
  padding-bottom: 0 !important;
}

/* MODAL */
.modal-backdrop {
  z-index: 9999;
}

.modal {
  z-index: 10000;
}

.page-itemid-106 #userForm {
  margin-top: 2rem;
  padding: 0 100px;
  height: 54rem;
}

/* CAROUSEL ROMEO */
.mask-galet3-romeo-1 {
  background-image: url("../../../images/voilesdoc/flotte_romeo.png");
  background-size: cover;
}

.mask-galet3-romeo-2 {
  background-image: url("../../../images/voilesdoc/slider/images_2.jpg");
  background-size: cover;
}

.mask-galet3-romeo-3 {
  background-image: url("../../../images/voilesdoc/slider/images_3.jpg");
  background-size: cover;
}

.mask-galet3-romeo-4 {
  background-image: url("../../../images/voilesdoc/slider/images_4.jpg");
  background-size: cover;
}

.mask-galet3-romeo-5 {
  background-image: url("../../../images/voilesdoc/slider/images_5.jpg");
  background-size: cover;
}

.mask-galet3-romeo-6 {
  background-image: url("../../../images/voilesdoc/slider/images_6.jpg");
  background-size: cover;
}

.mask-galet3-romeo-7 {
  background-image: url("../../../images/voilesdoc/slider/images_1.jpg");
  background-size: cover;
}

/* CAROUSEL JULIA */

.mask-julia-1 {
  background-image: url("../../../images/voilesdoc/slider/slide_bateau_3.jpg");
  background-size: cover;
}

.mask-julia-2 {
  background-image: url("../../../images/voilesdoc/slider/plan_bateau.jpg");
  background-size: cover;
}

.mask-julia-3 {
  background-image: url("../../../images/voilesdoc/slider/interieur_2.jpg");
  background-size: cover;
}

@media screen and (min-width: 460px) {
  .nos-moniteurs {
    width: 497px;
  }
}

@media screen and (min-width: 768px) {
  .header-avis-client p {
    font-size: 32px;
  }
}

@media screen and (min-width: 992px) {
  .presentation h1 {
    font-size: 42px;
  }

  .formules-page-carte
    .formules-page-footer
    .formules-tarifs
    .formules-tarifs-carte {
    margin: 0 20px;
  }

  footer .liens .copyright .nav {
    flex-direction: row;
  }

  footer .liens .copyright {
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }

  footer .liens .copyright .nav li.divider {
    display: block;
  }

  footer .liens .copyright .nav li.item-110,
  footer .liens .copyright .nav li.item-113 {
    display: block;
    padding: 0 5px;
  }

  .avis-client {
    padding: 0 120px;
  }

  .nos-bateaux .galet3 {
    margin-top: -120px;
  }

  .presentation {
    width: initial;
    min-height: 858px;
  }

  .formules-142 {
    height: 50rem;
  }

  .formules-115 {
    height: 65rem;
    padding: 60px;
  }

  .presentation .row {
    padding: 0 10rem;
  }

  .equipe2 {
    padding: 0 5rem;
  }

  .equipe2 .equipe-bloc2 {
    position: relative;
    margin-top: 45px;
    text-align: left;
    padding-left: 40px;
  }

  .equipe2 .equipe-bloc2 img {
    position: absolute;
  }

  .equipe3 .equipe-bloc h3 {
    text-align: right;
  }

  .equipe .equipe-bloc2 {
    padding: 0 50px;
  }

  .about {
    min-height: 988px;
    padding: 0;
  }

  .about-bg-vagues {
    padding: 5rem 3rem 10rem 3rem;
  }

  .com-content-category-blog {
    margin: 0 100px;
  }

  .category-agenda-description {
    margin: 0 100px;
  }

  .article-meteo .sites .sites-title h3 {
    width: 100%;
    text-align: center;
    min-width: 690px;
  }

  .article-meteo .sites .sites-title::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #dddddd;
  }

  .article-meteo .sites .sites-title::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #dddddd;
  }

  .formules-page-carte .formules-page-content {
    padding: 5rem;
  }

  .formules-page-carte .formules-page-header {
    padding: 5rem;
  }

  .formules-page-carte .formules-page-footer {
    padding: 5rem;
  }

  #mod-custom124 .formules-page-carte .formules-page-content {
    padding: 0 5rem;
  }

  .avis-client {
    padding: 0 60px;
  }

  .container-100 {
    margin: 0 100px;
  }

  .container-vldc {
    padding: 0 30px;
  }

  .header_home .home_actu .actu-top {
    font-size: 25px;
  }

  .presentation .col-lg-4 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .header_home .video {
    display: block;
  }

  .actu-agenda .img-post {
    height: 300px;
  }

  .actu .img-post-fb {
    max-width: 210px;
    height: 275px;
  }

  .presentation .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .header-avis-client p {
    font-size: 42px;
  }
}

@media screen and (min-width: 1200px) {
  .container-vldc {
    padding: 0 100px;
    height: 100vh;
  }

  .header_home {
    width: 100%;
    height: 100vh;
    margin-top: 0;
  }

  .header_home .home_actu {
    /* position: absolute;
        max-width: 55%;
        height: 100vh; */
    z-index: 999;
    margin-top: 10rem;
  }

  .header_home .video {
    position: absolute;
  }

  .header_home .video .show-video {
    right: 20%;
    top: 50%;
    transform: translateY(-50%);
  }

  #video-bg {
    width: 40%;
    height: 100vh;
  }

  .fb-reseau {
    position: fixed;
    right: 1%;
    top: 3.4%;
    z-index: 9999;
  }

  .nos-moniteurs .nos-moniteurs-content p {
    margin: 20px 0;
    font-size: 14px;
  }

  .nos-moniteurs .nos-moniteurs-content h2 {
    color: #fff;
    font-size: 2rem;
  }

  .nos-bateaux .row:nth-child(2) .formule-bloc {
    margin: 0 !important;
    text-align: left;
  }

  .header_home .container-vldc > .row > div:nth-child(1) {
    order: 0;
  }

  .header_home .container-vldc > .row > div:nth-child(2) {
    order: 1;
  }

  .vldc-col-xxl {
    width: 100%;
  }
}

@media screen and (min-width: 1444px) {
  .section-actu {
    margin-top: 8rem;
  }
}

@media screen and (min-width: 1600px) {
  .col-vdlc-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media screen and (min-width: 1900px) {
  .vldc-col-xxl {
    flex: 0 0 auto;
    width: 50%;
  }
}

/* @keyframes video {
    0% {
        clip-path: ellipse(44% 52% at 100% 51%);
        -webkit-clip-path: ellipse(44% 52% at 100% 51%);
    }

    100% {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
} */

@keyframes smooth {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes video {
  70% {
    clip-path: circle(69% at 69% 50%);
  }

  100% {
    clip-path: circle(100% at 50% 50%);
    width: 100%;
  }
}

@keyframes video_remove {
  0% {
    clip-path: circle(100% at 50% 50%);
    width: 100%;
  }

  70% {
    clip-path: circle(69% at 69% 50%);
  }

  100% {
    clip-path: url(#my-clip-path);
    width: 40%;
  }
}

.section-actu .col-xxl-6 {
  margin-bottom: 40px;
}

.vdo-pl {
  --vdo-pl-primary: #1d3264;
  --vdo-pl-success: #448344;
  --vdo-pl-border: #e2e5e9;
  box-sizing: border-box;
  padding: 24px;
  background: transparent;
  border: 1px solid var(--vdo-pl-border);
  border-radius: 20px;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: #22262a;
}
.vdo-pl *,
.vdo-pl *::before,
.vdo-pl *::after {
  box-sizing: border-box;
}
.vdo-pl-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.vdo-pl-logo {
  height: 48px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  flex-shrink: 0;
}
.vdo-pl-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-grow: 1;
  min-width: 0;
}
.vdo-pl-title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--vdo-pl-primary);
  line-height: 1.2;
}
.vdo-pl-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  align-self: flex-start;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--vdo-pl-success);
  background: rgba(68, 131, 68, 0.1);
  border: 1px solid rgba(68, 131, 68, 0.25);
  border-radius: 999px;
  padding: 3px 10px;
  cursor: default;
}
.vdo-pl-badge::before {
  content: "\1F343";
  font-size: 0.8rem;
  line-height: 1;
}
.vdo-pl-text {
  margin: 0 0 14px;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #444a50;
}
.vdo-pl-btn {
  display: inline-block;
  background: var(--vdo-pl-primary);
  color: #fff !important;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 6px;
  transition: opacity 0.15s ease;
  white-space: nowrap;
}
.vdo-pl-btn:hover,
.vdo-pl-btn:focus-visible {
  opacity: 0.85;
  color: #fff;
}
.vdo-pl-qr-col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  height: 100%;
}
.vdo-pl-qr-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.vdo-pl-qr-item img {
  height: 180px;
  width: auto;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .vdo-pl-header {
    flex-direction: column;
    text-align: center;
  }
  .vdo-pl-title-wrap {
    align-items: center;
  }
  .vdo-pl-text-col {
    text-align: center;
    margin-bottom: 20px;
  }
  .vdo-pl-qr-col {
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .vdo-pl-qr-item {
    align-items: end;
  }
}

@media screen and (min-width: 1400px) {
  .section-actu .col-xxl-6 {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 2500px) {
  .section-actu .col-xxl-6 {
    width: 50%;
    margin-bottom: 0;
  }
}
