/* base.css --- 2025-08-13 17:38:17 */
html,
body {
    min-height: 100%;
    background-color: #E7E8E2;
    font-family: sans-serif;
    font-size: 100%;
    overflow-x: hidden;
    color: #555;
}

.construc,
.construct {
    border: 1px solid pink !important;
}

#content {}




@media (min-width: 992px) and (max-width: 1199px) {

    html,
    body {
        font-size: 90%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    html,
    body {
        font-size: 80%;
    }
}

@media (min-width: 500px) and (max-width: 767px) {

    html,
    body {
        font-size: 80%;
    }
}

@media (max-width: 499px) {

    html,
    body {
        font-size: 80%;
    }
}


* {
    outline: none !important;
}


button,
.btn-close {
    box-shadow: none !important
}


.container-fluid {
    max-width: 94%;
}

.container {

    width: 96% !important;
    max-width: 1160px !important;
    margin-left: auto;
    margin-right: auto;
    padding: 0 !important;
}



.clearfix {
    clear: both;
    width: 100%;
    height: 1px;
}

.pull-left {
    margin: 0 5px 0 0;
}

.right-0 {
    right: 0 !important;
}

.top-50 {
    top: 50%;
    transform: translateY(-50%);
}

.left-50 {
    left: 50% !important;
    transform: translateX(-50%);
}

.top-50.left-50 {
    transform: translate(-50%, -50%);
}




.btn {
    box-shadow: none !important;
    outline: none;
}

img {
    max-width: 100%;
    height: auto !important;
}

.pointer {
    cursor: pointer
}

.width-100pc {
    width: 100%;
}

.upper {
    text-transform: uppercase;
}

.relative {
    position: relative !important;
}

.rajdhani {
    font-family: Rajdhani, sans-serif;
}

.light {
    font-weight: lighter;
}


@media (max-width: 1200px) {
    .container {
        width: 96% !important;
        margin-left: auto;
        margin-right: auto;
        padding: 0
    }
}

@media (max-width: 767px) {
    .container {
        width: 92% !important;
        margin-left: auto;
        margin-right: auto;
        padding: 0
    }
}

#above-all {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(200, 200, 200, 0.4);
    z-index: 99990;
    display: none;
}


#article-337 {
    /*
    background-image: url('/msmedias/homepage/dauphin.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    */
}

/* forms.css --- 2025-06-09 14:01:36 */
.form-control {
  box-shadow: none !important;
}


body .form-control,
body .form-control:focus {
  border-color: var(--bs-border-color) !important;
}



button.bg-medium-orange {
  color: white !important;
}

button.bg-medium-orange:hover {
  background-color: var(--dark-orange) !important;

}


button.bg-light-orange {
  color: white !important;
}

button.bg-light-orange:hover {
  background-color: var(--medium-orange) !important;

}

/* article-homepage-carrousel.css --- 2025-08-18 08:29:03 */
#homepage-carrousel {
  position: relative;
  margin-top: 0px;
  height: calc(100vh - 25px);
  margin-bottom: 50px;
  overflow: hidden;
}

#homepage-carrousel video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
  /* la vidéo ne capte pas les clics */
}

#homepage-carrousel .swiper-wrapper {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background-color: #000;
}



#homepage-carrousel .content {
  position: absolute;
  top: 0px;
  bottom: 0;

  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 900;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: space-between;
}

#homepage-carrousel-center {
  max-width: 1000px;
  width: 80%;
  margin: 0 auto;
}

#homepage-carrousel .content>div {}


#homepage-carrousel h1 {
  font-size: 4rem;
  color: white;
  position: relative;
  font-family: 'Chalkduster', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  text-shadow: 0px 3px 6px #000000;
}

#homepage-carrousel .baseline {
  font-size: 2.8rem;
  color: white;
  position: relative;
  font-family: 'Pacifico';
  margin-bottom: 35px;
  text-shadow: 0px 3px 6px #000000;
  ;
}



#homepage-carrousel-center {
  transform: translateY(-600px);
  transition: all 700ms;
  opacity: 0.3;
  text-align: center;


}

.in-viewport #homepage-carrousel-center {
  transform: translateY(0px);
  opacity: 1;
}



#homepage-carrousel .bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  height: 100px;
  position: relative;
}


.carrousel-overlay-container {
  background: url(/img/carrousel-overlay.svg) no-repeat center center;
  background-size: contain;
  width: calc(100% + 30px);
  height: 100%;
  background-position: right bottom;
  position: absolute;
  bottom: 0px;
  right: -15px;
  z-index: 800;
}

@media screen and (max-width: 1200px) {


  #homepage-carrousel h1 {
    font-size: 3.5rem;
  }

  #homepage-carrousel .baseline {
    font-size: 2.5rem;
  }
}



@media screen and (max-width: 767px) {
  #homepage-carrousel-center {
    text-align: center;
  }

  #homepage-carrousel h1 {
    font-size: 3rem;
  }

  #homepage-carrousel .baseline {
    font-size: 2.5rem;
  }
}



#homepage-carrousel-buttons {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-right: 3px solid white;
  height: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 900;
}

#homepage-carrousel-buttons ul {
  list-style: none;
  margin: 0;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;

}

#homepage-carrousel-buttons li {
  margin: 0;
  padding: 0;
  filter: var(--white-filter);


}

#homepage-carrousel-buttons li a {
  height: 40px;
  width: 40px;
  text-align: center;
  display: block;
}

#homepage-carrousel-buttons li:hover img {
  transform: scale(1.1);



}

@media screen and (max-width: 576px) {



  #homepage-carrousel-buttons {
    position: absolute;
    top: unset;
    bottom: 0;
    justify-content: end;
    height: unset;
    border-right: unset;


  }


  #homepage-carrousel-buttons ul {
    list-style: none;
    margin: 0;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;

  }

  #homepage-carrousel-buttons li a {
    height: 30px;
    width: 30px;
    text-align: center;
    display: block;
  }
}

/* menu.css --- 2025-08-18 15:22:25 */
#menu {}

#menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu li {
    padding: 0;
    margin: 0;
}

#menu a {
    text-decoration: none !important;
    display: block;
    position: relative;
    line-height: 1.2;
}

@media screen and (min-width: 992px) {
    #menu {}

    #menu ul.level0 {
        display: flex;
    }

    #menu li {
        position: relative;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }



    #menu li.level0>a {
        padding-top: 5px;
        padding-bottom: 0px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1rem;
        color: #fff;
        font-size: 0.9rem;

        transition: all 300ms;
        text-align: center;
    }




    #menu ul ul {
        max-height: 0;
        overflow: hidden;
        transition: all 700ms;
        position: absolute;
        top: 130%;
        left: 0;
        z-index: 1000;
        width: 240px;
        padding: 0;
    }

    #menu ul li:hover ul {
        max-height: 600px;
        overflow: hidden;
        padding: 7px 0;
        border: 1px solid #bbb;
        border-top: none;
        box-shadow: 2px 0 5px #aaa;
    }

    #menu ul.level1 {
        background: #fafafa;

    }

    #menu li.level1 {

        border-bottom: 1px solid #ccc;
    }

    #menu li.level1:last-child {

        border-bottom: none;
    }


    #menu li.level1>a {
        display: block;
        padding: 10px 15px 10px 25px;
        color: black;
        font-size: 0.9rem;

    }



    #menu li.level1>a:hover {
        background-color: #e0e0e0;
        transition: all 300ms;
    }

    #menu li.level1>a:hover::after {
        position: absolute;
        left: 0px;
        top: 48%;
        transform: translateY(-50%);
        content: "\f054";

        font-family: "Font Awesome 6 Free";

        font-weight: 900;

        display: inline-block;
        margin-left: 8px;

        vertical-align: middle;


    }

    #menu li.menu-fa {}

    #menu li.menu-fa i {
        font-size: 1rem;
    }

    #menu li.menu-fa .fa-label {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    #menu li.level0>a {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1rem;
    }

}

@media screen and (max-width: 991px) {
    #menu-burger {
        display: block;
        position: fixed;
        top: 25px;
        right: 60px;
        z-index: 1001;
        cursor: pointer;
        filter: invert(0);
    }

    #menu-burger:after,
    #menu-burger:before {
        position: absolute;
        top: 0px;
        left: 0;
        font-family: "FontAwesome";
        font-size: 2.5rem;
        color: white;
        padding: 5px 8px;
        line-height: 1;
        transition: color 400ms;
    }

    #menu-burger:before {
        content: "\f0c9";
    }

    #menu-burger:after {
        content: "\f00d";
        opacity: 0;
    }



    .menu-on #menu-burger:before {
        opacity: 0;
    }

    .menu-on #menu-burger:after {
        opacity: 1;
        right: 0px;
        color: white;
    }



    #menu {
        position: fixed;

        top: 0;
        right: 0;
        z-index: 1000;
        height: 100vh;
        width: 100%;
        max-width: 0;
        overflow-y: auto;
        z-index: 1000;
        transition: max-width 700ms ease-in-out;
        background-color: var(--blue-dark-op-9);
        opacity: 0.9;
        padding-top: 160px;
        color: white;
    }


    #menu::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-image: url(/msmedias/logos/peche-en-mer-dieppe.png?h=80);
        background-repeat: no-repeat;
        background-position: 25px 50px;
        background-size: auto 80px;
        filter: invert(1) brightness(2) grayscale(1);
        pointer-events: none;
        /* pour que ce soit "transparent" aux clics */
        z-index: 1;
    }




    #menu div.megamenu {
        display: none !important;
    }

    #menu .logo-menu-mobile {
        display: inline-block;
        margin: 15px 0 7px 40px;
    }

    #menu .logo-menu-mobile img {
        max-width: 80px;
    }

    #menu .inner {
        width: 100% !important;
        max-width: 100% !important;
        background-color: #fcfcfc;
        display: flex;
        flex-direction: column;
        align-items: start;
        padding-left: 50px;
    }

    #menu ul {
        padding: 0 0 0 15px;
        margin: 0 0 0 0;
        list-style: none;
        font-size: 1rem;
        overflow: hidden;
    }

    #menu ul a {
        padding-right: 35px;

        display: block;
        position: relative;
        color: white;
        font-size: 1.5rem;

    }

    #menu ul.level0 {
        width: 350px;
        max-width: 90vw;
        margin: 0;
        padding: 30px 25px 30px 30px;
        list-style: none;
        font-size: 1.2rem;
    }

    #menu li.level0 {
        margin-bottom: 15px;
    }

    #menu li.level0>a {
        font-weight: 900;
        padding: 10px 0;
        font-family: Chalkduster, sans-serif;
    }

    #menu li {
        position: relative;

    }

    #menu li.level1 {}

    #menu ul.level1 {
        padding-top: 0px;
    }

    #menu li.level1 {
        padding-left: 15px;
        position: relative;
        padding: 7px 0px;
    }

    #menu li.level0>a {
        font-weight: 900;
    }

    body.menu-on #above-all {
        display: block;
        z-index: 990;
    }

    body.menu-on #menu {
        max-width: 400px;

    }


    .menu-on body {

        overflow: hidden;
    }

    .menu-on #above-all {
        display: block;

    }

    body.menu-on {
        height: 100vh;
        overflow: hidden;
    }

    #menu li.haschild {
        cursor: pointer;
    }

    #menu li.haschild:after {
        font-family: "FontAwesome";
        font-weight: 900;
        content: "\f0d7";
        position: absolute;
        top: -2px;
        right: 0px;
        color: inherit;
        font-size: 1.5rem;
        transition: all 250ms;
    }

    #menu li.haschild.opened:after {
        transform: rotate(180deg);
        top: 2px;
    }

    #menu li>ul {
        max-height: 0;
        transition: all 400ms;
        padding-top: 0;
    }

    #menu li.opened>ul {
        max-height: 600px;
    }

    #menu #top-links {
        border-top: 2px dotted #ddd;
        margin: 0px;
        padding: 15px 15px;
        width: 350px;
        max-width: 90vw;
    }

    #menu #top-links ul {
        margin: 0;
        padding: 0 !important;
    }

    #menu #top-links li.home {
        display: none;
    }

    #menu #top-links li {
        padding-left: 16px;
    }

    #menu #top-links li:before {
        font-family: "FontAwesome";
        font-weight: 900;
        content: "\f0da";
        /* Vous devez spécifier ici le caractère Unicode de l'icône */
        position: absolute;
        top: 2.5px;
        left: 0px;
        color: inherit;
        font-size: 1.3rem;
    }

    #menu li.menu-fa i {
        display: none;
    }
}

#footer .menu {}

#footer .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .menu>ul.level0 {
    border-left: 1px white solid;
}

#footer .menu>ul ul {
    padding-top: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 500ms;
}

#footer .menu li {
    padding-right: 25px;
    max-width: 200px;
}

#footer .menu li.hiiden-footer {
    display: none;
}

#footer .menu li a {
    display: inline-block;
    position: relative;
    padding-right: 25px;
    cursor: pointer;
}

/* Updated CSS for FA6 */
#footer .menu li.haschild>a:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f107";
    position: absolute;
    top: 0;
    right: 0;
}

#footer .menu li.opened span:after {
    content: "\f106";
}

#footer .menu>ul li.opened ul {
    padding-top: 5px;
    max-height: 200px;
    padding-bottom: 10px;
}

#footer .menu li {
    padding: 3px 0 3px 10px;
    margin: 0;
}

#footer .menu li.hidden-footer {
    display: none;
}

#footer .menu li a {
    text-decoration: none;
}

#footer .menu li a:hover {
    text-decoration: underline;
}

#footer .menu li:first-child {
    padding-top: 0;
}

#footer .menu li:last-child {
    padding-bottom: 0;
}

#footer .menu>ul.level0 {
    border: none !important;

}

#footer .menu li {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* grid.css --- 2025-06-09 14:01:36 */
.grid-wrapper {
    margin: 0 -30px;
}

.grid {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.grid .grid-item {
    padding: 0 15px;
    margin-bottom: 30px;
    /* border: 1px solid pink; */
}

.grid .grid-item-inner {
    /* border: 1px solid pink; */
    position: relative;
}

.grid .grid-item:nth-child(10n+1),
.grid .grid-item:nth-child(10n+7) {
    width: 66.6666666666%;
}

.grid .grid-item:nth-child(10n+2),
.grid .grid-item:nth-child(10n+3),
.grid .grid-item:nth-child(10n+4),
.grid .grid-item:nth-child(10n+5),
.grid .grid-item:nth-child(10n+6),
.grid .grid-item:nth-child(10n+8),
.grid .grid-item:nth-child(10n+9),
.grid .grid-item:nth-child(10n+10) {
    width: 33.333333333%;
}

.grid .grid-item:nth-child(10n+2) .grid-item-inner,
.grid .grid-item:nth-child(10n+3) .grid-item-inner,
.grid .grid-item:nth-child(10n+4) .grid-item-inner,
.grid .grid-item:nth-child(10n+5) .grid-item-inner,
.grid .grid-item:nth-child(10n+6) .grid-item-inner,
.grid .grid-item:nth-child(10n+8) .grid-item-inner,
.grid .grid-item:nth-child(10n+9) .grid-item-inner,
.grid .grid-item:nth-child(10n+10) .grid-item-inner {
    padding-top: 90%;
}

.grid .grid-item:nth-child(10n+1) .grid-item-inner,
.grid .grid-item:nth-child(10n+7) .grid-item-inner {
    padding-top: calc(45% - 15px);
}

.grid .cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
}

@media (max-width: 767px) {
    .grid .grid-item {
        width: 100%!important;
    }
    .grid .grid-item .grid-item-inner {
        padding-top: 60%!important;
    }
}

/* article-homepage-information-pratique.css --- 2025-08-27 13:02:45 */
.homepage-information-pratique-group {
  padding: 5rem 0;
  background-image: url('/msmedias/homepage/homepage-information-pratique-bg.jpg');
  background-position: center top;
  background-size: cover;
  /* pour recouvrir l'image en déborderment de l'article suivant */
  z-index: 4;
  position: relative;

}

.homepage-information-pratique-group .article-group-inner {
  padding: 0 25px;
}

.homepage-information-pratique-group .article-group-content {
  display: flex;
}

article.homepage-information-pratique {
  flex: 0 0 20%;
  color: white;

}



article.homepage-information-pratique .picto {
  max-width: 45px;
  margin: 0 auto;
  aspect-ratio: 1;
  text-align: center;
}



article.homepage-information-pratique .picto img {
  max-width: 100%;
  max-height: 100%;
  filter: var(--white-filter);

}


article.homepage-information-pratique .title {

  font-size: 1.1rem;
  text-shadow: 0px 1px 3px #000000;

}

article.homepage-information-pratique .text {

  font-size: 0.8rem;

}

article.homepage-information-pratique .text p {

  margin: 0 0 0.3rem !important;
  padding: 0 !important;

}

article.homepage-information-pratique .text a {

  color: white;

}

@media screen and (min-width: 320px) and (max-width: 576px) {
  .homepage-information-pratique-group .article-group-content {
    flex-wrap: wrap;
    justify-content: center;
  }

  article.homepage-information-pratique {
    flex: 0 0 50%;
    margin-bottom: 15px;
  }

  article.homepage-information-pratique .text {
    font-size: 1.1rem;
  }
}

/* article-peche-informations-utiles.css --- 2025-08-14 16:22:18 */
article.informations-utiles {
  z-index: 0;
  margin-top: -5rem;
  position: relative;

}

article.informations-utiles .article-inner {
  background-color: var(--blue-dark);
  max-width: 1024px;
  width: 96%;
  margin: 0 auto;
  color: white;
  padding: 2rem;
  border-radius: 0.5rem;
}

article.informations-utiles .article-title {
  margin-bottom: 1rem !important;
}

article.informations-utiles .article-title span {
  color: white;
  font-size: 1.3rem;
}

article.informations-utiles .row {
  margin-bottom: 1rem;
  text-align: left;
}

article.informations-utiles .picto {
  text-align: right;
  width: 45px;
  flex: 0 0 45px;
  height: 45px;


}

article.informations-utiles .picto img {
  max-width: 45px;
  max-height: 45px;
  width: auto !important;
  filter: var(--white-filter);
}



body.promenade-en-mer article.informations-utiles {
  margin-top: -130px;
}

@media screen and (min-width: 320px) and (max-width: 576px) {
  article.informations-utiles .
}

/* article-vagues.css --- 2025-08-11 19:10:10 */
article.vagues-bg .article-inner {
  background-image: url(/img/vagues-articles-bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* swall.css --- 2025-06-09 14:01:37 */
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: var(--light-orange) !important;
  color: #fff;
  font-size: 1em;
}

/*
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover {
  background-color: var(--medium-orange) !important;


}

*/

/* article-homepage-departs.css --- 2025-08-15 10:12:42 */
article.homepage-departs {
  z-index: 2;
}



article.homepage-departs .wordings {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


article.homepage-departs .article-content {}

article.homepage-departs .article-text {
  max-width: 1200px;
  margin-left: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--blue-dark);
}

article.homepage-departs .article-text p {
  margin: 2rem 0;
  font-size: 1.7rem;

}


article.homepage-departs .first-att {
  border-radius: 50%;
  transform: translateX(25%) scale(1.6);
  overflow: hidden;

}

article.homepage-departs .first-att img {

  transform: translateX(-30%);
  overflow: hidden;

}


@media screen and (max-width: 991px) {}

@media screen and (max-width: 768px) {
  article.homepage-departs .article-text {
    text-align: left;
  }


}

@media screen and (max-width: 576px) {
  article.homepage-departs .article-content {
    flex-direction: column !important;
    gap: 25px
  }

  article.homepage-departs .attachments {
    margin: 0 auto !important;
    width: 90%;
    max-width: 350px;
  }

  article.homepage-departs .first-att {

    transform: translate(0) scale(1);
    margin-top: -35%;
    overflow: hidden;
  }

  article.homepage-departs .first-att img {
    transform: translateX(0);
    overflow: hidden;
  }

}

/* articles-qui-sommes-nous.css --- 2025-08-18 11:59:19 */
article.qui-sommes-nous-bloc-1 {}



article.qui-sommes-nous-bloc-1 {}

article.qui-sommes-nous-bloc-1 .article-inner {
  background-image: url(/img/page-qui-sommes-nous-titre.png);
  background-position: left 0px;
  background-repeat: no-repeat;
  max-width: 96%;
  margin: 0 auto;
  padding-left: 3.5%;
  background-size: 2.1% auto;
  margin-right: 0;
}



article.cqui-sommes-nous-bloc-1 {}

article.qui-sommes-nous-bloc-10000 .article-text {
  max-width: 600px;
  text-align: left;
}



article.qui-sommes-nous-bloc-1 .attachments {}

article.qui-sommes-nous-bloc-1 .first-att {
  border-radius: 50%;
  transform: translate(15%, 20%) scale(1.5);
  aspect-ratio: 1;


}




article.qui-sommes-nous-bloc-3 {
  aspect-ratio: calc(1900 / 800);
  padding: 0 !important;
  min-height: unset !important;
}




article.qui-sommes-nous-rs {}

article.qui-sommes-nous-rs img {
  filter: var(--blue-dark-filter);
}





@media screen and (max-width: 576px) {
  article.qui-sommes-nous-bloc-1 {
    margin-top: 30px;
  }

  article.qui-sommes-nous-bloc-1 .article-content {
    flex-direction: column !important;
  }

  article.qui-sommes-nous-bloc-1 .attachments {
    width: 100% !important;
    margin: 0 0 0 0;
  }

  article.qui-sommes-nous-bloc-1 .first-att {
    transform: unset;
    max-width: 350px !important;
    margin: -90px auto 0;
  }
}

/* colors.css --- 2025-08-19 18:16:18 */
:root {
    --blue-dark: #0C365A;
    --blue-dark-op-9: rgba(12, 54, 90, 0.9);
    --blue-dark-op-8: rgba(12, 54, 90, 0.8);
    --blue-mid: #035a90;
    --blue-light: #73c4e4;
    --blue-turquoise: #50aacf;
    --blue-grey: #365779;
    --blue-dark-filter: brightness(0) saturate(100%) invert(15%) sepia(97%) saturate(680%) hue-rotate(170deg) brightness(95%) contrast(96%);
    --blue-mid-filter: filter(brightness(0) saturate(100%) invert(27%) sepia(58%) saturate(972%) hue-rotate(164deg) brightness(101%) contrast(103%));
    --blue-light-filter: filter(brightness(0) saturate(100%) invert(80%) sepia(5%) saturate(4135%) hue-rotate(165deg) brightness(91%) contrast(96%));
    --blue-turquoise-filter: filter(brightness(0) saturate(100%) invert(66%) sepia(17%) saturate(1275%) hue-rotate(152deg) brightness(90%) contrast(89%));
    --blue-grey-filter: filter(brightness(0) saturate(100%) invert(31%) sepia(9%) saturate(2519%) hue-rotate(170deg) brightness(95%) contrast(87%));
    --white-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(305deg) brightness(104%) contrast(101%);

}


/* Text color classes */
.text-blue-dark {
    color: var(--blue-dark) !important;
}

.text-blue-mid {
    color: var(--blue-mid) !important;
}

.text-blue-light {
    color: var(--blue-light) !important;
}

.text-blue-turquoise {
    color: var(--blue-turquoise) !important;
}

.text-blue-grey {
    color: var(--blue-grey) !important;
}

/* Background color classes */
.bg-blue-dark {
    background-color: var(--blue-dark) !important;
    color: white !important;
}

.bg-blue-mid {
    background-color: var(--blue-mid) !important;
    color: white !important;
}

.bg-blue-light {
    background-color: var(--blue-light) !important;
    color: white !important;
}

.bg-blue-turquoise {
    background-color: var(--blue-turquoise) !important;
    color: white !important;
}

.bg-blue-grey {
    background-color: var(--blue-grey) !important;
    color: white !important;
}





article.bg-blue-grey {
    background-color: var(--blue-grey) !important;
    color: white !important;
    padding: 100px 0;

}


article.bg-blue-mid {
    background-color: var(--blue-mid) !important;
    color: white !important;
    padding: 100px 0;

}


article.bg-blue-dark {
    background-color: var(--blue-dark) !important;
    color: white !important;
    padding: 100px 0;

}

article.bg-gray-f5 {
    background-color: #f5f5ff !important;
}

article.bg-blue-grey article.bg-blue-grey a {
    color: white;
}



.bg-blue-dark .article-title span,
.bg-blue-mid .article-title span,
.bg-blue-light .article-title span,
.bg-blue-turquoise .article-title span,
.bg-blue-grey .article-title span {
    color: white !important;
}








.btn-outline-blue-dark {
    color: var(--blue-dark);
    border: 1px solid var(--blue-dark);
    background-color: transparent;
}

.btn-outline-blue-dark:hover,
.btn-outline-blue-dark:focus {
    color: #fff !important;
    background-color: var(--blue-dark);
    border-color: var(--blue-dark);
}

.btn-outline-blue-dark:focus-visible {
    box-shadow: none;
    outline: 0;
}

.btn-outline-blue-mid {
    color: var(--blue-mid) !important;
    border: 1px solid var(--blue-mid);
    background-color: transparent;
}

.btn-outline-blue-mid:hover,
.btn-outline-blue-mid:focus {
    color: #fff !important;
    background-color: var(--blue-mid);
    border-color: var(--blue-mid);
}

.btn-outline-blue-mid:focus-visible {
    box-shadow: none;
    outline: 0;
}

/*
.btn-outline-blue-light {
    color: var(--blue-light) !important;
    border: 1px solid var(--blue-light);
    background-color: transparent;
}

.btn-outline-blue-light:hover,
.btn-outline-blue-light:focus {
    color: #fff !important;
    background-color: var(--blue-light);
    border-color: var(--blue-light);
}

.btn-outline-blue-light:focus-visible {
    box-shadow: none;
    outline: 0;
}


.btn-outline-blue-turquoise:focus-visible {
    box-shadow: none;
    outline: 0;
}







.btn-outline-blue-grey {


    color: var(--blue-grey) !important;
    border: 1px solid var(--blue-grey);
    background-color: transparent !important;
}

.btn-outline-blue-grey:hover,
.btn-outline-blue-grey:focus,
.btn-outline-blue-grey:active {
    color: white !important;
    background-color: var(--blue-grey) !important;
    border-color: var(--blue-grey) !important;
}
*/
.btn-outline-white {
    color: white !important;
    border: 1px solid white;
    background-color: transparent;
}

.btn-outline-white:hover,
.btn-outline-white:focus {
    color: var(--blue-grey) !important;
    background-color: white;
    border-color: white;
}

.btn-outline-white:focus-visible {
    box-shadow: none;
    outline: 0;
}

.btn-outline-blue-dark {
    color: var(--blue-dark) !important;
    border: 1px solid var(--blue-dark);
    background-color: transparent !important;
}

.btn-outline-blue-dark:hover,
.btn-outline-blue-dark:focus,
.btn-outline-blue-dark:active {
    color: white !important;
    background-color: var(--blue-dark) !important;
    border-color: var(--blue-dark) !important;
}


.bg-blue-dark .btn-outline-blue-dark {

    color: white !important;
    background-color: var(--blue-dark) !important;
    border-color: white !important;
}

.bg-blue-dark .btn-outline-blue-dark:hover,
.bg-blue-dark .btn-outline-blue-dark:focus,
.bg-blue-dark .btn-outline-blue-dark:active {
    background-color: white !important;
    color: var(--blue-dark) !important;
}

/* content.css --- 2025-08-11 23:22:23 */
#content {
  min-height: calc(100vh - 100px);
}

body.infos #content {
  min-height: 90vh;

}

/* article-homepage-presentation.css --- 2025-08-11 16:17:56 */
#homepage-presentation {
  position: relative;
  padding: 60px 0;
}

#homepage-presentation .bg {
  position: absolute;
  aspect-ratio: calc(917 / 305);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  background-image: url(/img/vagues-articles-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;

}

#homepage-presentation .container {
  position: relative;
}

/* youtube-iframe.css --- 2025-06-09 14:01:37 */
.youtube-iframe {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: black;
  border: solid black 2px;
}

.youtube-iframe iframe {
  position: absolute;

  top: 00px;
  left: 00px;
  width: calc(100% - 0px);
  height: calc(100% - 00px);

}

/* article-homepage-bateaux.css --- 2025-08-08 12:49:02 */
article.ships-swiper .article-content {
  display: block;
}



article.ships-swiper .article-text {
  position: relative;
}

article.ships-swiper .swiper-container {
  width: 2000px;
  max-width: 90vw;
  margin: auto;
  padding-bottom: 50px;

  overflow: hidden;
}

article.ships-swiper .swiper-slide {
  background: transparent;

}

article.ships-swiper .ship-card {
  display: flex;
  flex-direction: column;

}

article.ships-swiper .ship-card img {
  width: 450px;
  height: 300px !important;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 10px;
}

article.ships-swiper .ship-name {
  font-size: 1.4rem;
  color: white;
  font-family: Chalkduster;
}

article.ships-swiper .ship-meta {
  font-size: 1rem;
}

article.ships-swiper .ship-meta p {
  line-height: 1.3;
}


/* Navigation buttons */
article.ships-swiper .swiper-button-next,
article.ships-swiper .swiper-button-prev {
  color: white;
  top: 30%;
}

article.ships-swiper .swiper-pagination-bullet {
  background: white;
}



article.ships-swiper .swiper-pagination {
  display: none !important;
  opacity: 0;
  position: absolute;
  top: -100000px;
}

/* article-bateau.css --- 2025-08-13 17:36:07 */
.article-bateau-group {

  position: relative;
  z-index: 6;
  background-color: var(--blue-dark);
}

.article-bateau-group .article-group-inner {
  max-width: 96%;
  margin: 0 auto;
  background-image: url('/img/page-nos-bateaux-titre.png');
  background-repeat: no-repeat;
  background-size: 5% auto;
  background-position: left 35px;

}

.article-bateau-group .article-group-content {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 80%;
  margin: 0 auto;

}



article.bateau {
  flex: 0 0 calc(100%);
  color: white;
}


article.bateau .article-title h2 {
  font-size: 2rem;
}

article.bateau .article-text p {
  margin: 0 0 0.3rem 0;
  padding: 0 0 0 0;
}

article.bateau .cover {
  aspect-ratio: 1.25;
}

article.bateau .cover img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}



@media screen and (min-width: 576px) {

  .article-bateau-group .article-group-inner {
    max-width: 96%;
    background-image: url('/img/page-nos-bateaux-titre.png');
    background-size: 2.5% auto;
    background-position: left 35px;

  }


  .article-bateau-group .article-group-content {
    max-width: 90%;


  }


  article.bateau {
    flex: 0 0 calc(50% - 25px);
    color: white;
  }


  article.bateau:nth-child(odd) {
    transform: translateY(calc(-10px - 2.625vw));
  }


  article.bateau:nth-child(even) {
    transform: translateY(calc(10px + 2.625vw));
  }



}

/* article-arriere-plan.css --- 2025-08-11 22:17:59 */
article.arriere-plan {
  position: relative;
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding: 80px 0;

}

article.arriere-plan .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  background-color: var(--blue-dark);
  opacity: 0.1;
}

article.arriere-plan .article-inner {
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

article.arriere-plan .article-title span {
  color: white;
  text-shadow: 0px 3px 6px #000000;
}

article.arriere-plan .article-text {
  font-size: 130%;
  text-shadow: 0px 2px 4px #000000;
}

/* article-contacts.css --- 2025-08-14 15:33:07 */
article.contact-bloc-1 {
  margin-top: 100px;
}

article.contact-bloc-1 {
  padding: 0px 0;
}

article.contact-bloc-1 .article-inner {
  background-image: url(/img/page-contacts-titre.png);
  background-position: left 35px;
  background-repeat: no-repeat;
  max-width: 96%;
  margin: 0 auto;
  padding-left: 5%;
  background-size: 1.8% auto;
  margin-right: 0;
}


article.contact-bloc-1 .ratio {
  transform: translateY(-60px);
}


article.contact-bloc-2 {
  padding-left: 6%;
}

article.contact-bloc-2 .article-text {
  max-width: 600px;


}



article.contact-bloc-2 .attachments {}

article.contact-bloc-2 .first-att {
  border-radius: 50%;
  transform: translate(15%, -25%);
}


@media screen and (max-width: 576px) {



  article.contact-bloc-1 .article-inner {

    padding-left: 6%;
    background-size: 3.5% auto;

  }


  article.contact-bloc-2 .article-content {
    flex-direction: column !important;
  }


  article.contact-bloc-2 {


    padding-top: 0;
    margin-top: -50px;
  }

  article.contact-bloc-2 .attachments {
    max-width: 350px;
    width: 100%;
    margin: 0 auto !important;

  }


  article.contact-bloc-2 .first-att {
    border-radius: 50%;
    transform: translate(0, 0);
  }

}

/* article-homepage-prestation.css --- 2025-08-14 16:01:51 */
.homepage-prestation-group {

  padding-top: 0px;
  padding-bottom: 80px;



}

.homepage-prestation-group .article-group-inner {
  width: 96% !important;
  max-width: 1160px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
}


.homepage-prestation-group .article-group-content {
  display: flex;
  flex-wrap: wrap;
}

.homepage-prestation .article-inner {
  position: relative;
  aspect-ratio: 1.5;
  overflow: hidden;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
  border-radius: 15px;
  overflow: hidden;
  padding-bottom: 1.5rem;
  font-family: Chalkduster;
}

.homepage-prestation .article-inner>.background-image,
.homepage-prestation .article-inner>a,
.homepage-prestation .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 300ms, opacity 2000ms 100ms;
  opacity: 0;
}

.homepage-prestation.in-viewport .article-inner>.background-image,
.homepage-prestation.in-viewport .article-inner>a,
.homepage-prestation.in-viewport .bg-overlay {
  opacity: 1;
}

.homepage-prestation .bg-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 300ms;
}



.homepage-prestation .article-title {
  position: relative;
  font-size: 1.2rem;
  text-align: center;
  text-shadow: 1px 1px 1px #999;
  line-height: 1.2;
}

.homepage-prestation .col-sm-6 .article-title,
.homepage-prestation .col-md-6 .article-title {

  font-size: 1.5rem;

}


.homepage-prestation .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.homepage-prestation:hover .bg-overlay {
  background-color: rgba(0, 0, 0, 0.1);
}

.homepage-prestation:hover .background-image {
  transform: scale(1.1);
}

.homepage-prestation.col-sm-6 .article-title,
.homepage-prestation.col-md-6 .article-title {
  font-size: 2.5rem;
}

@media screen and (max-width: 576px) {
  article.prestations-en-mer img {
    max-width: 50% !important;
    margin-left: 1rem !important;
  }

  .homepage-prestation-group .article-group-content {
    max-width: 350px;
    margin: 0 auto;
    display: block;
    gap: unset;
  }

  .homepage-prestation-group .article-group-content article {
    width: 100% !important;
  }

  .homepage-prestation .article-title {
    font-size: 2rem;
  }
}

/* article-full-width.css --- 2025-08-15 11:47:20 */
article.full-width {
  min-height: 55vh;
}

article.full-width .article-content {
  display: flex;
}

article.full-width .att-position-left {
  flex-direction: row-reverse;
}

article.full-width .wordings {
  flex-grow: 1;

  align-items: center;

}

article.full-width .att-position-right .wordings {
  justify-content: end;
  padding: 5rem 3rem 5rem 0;
}

article.full-width .att-position-left .wordings {
  justify-content: start;
  padding: 5rem 0rem 5rem 3rem;
}

article.full-width .wordings-inner {
  width: 600px;
  max-width: 90%;
}

article.full-width .attachment {
  flex: 0 0 50%;
  position: relative;
}

article.full-width .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

article.full-width .att-position-right .img-wrapper {
  border-top-left-radius: 120px;
  border-bottom-left-radius: 120px;
}

article.full-width .att-position-left .img-wrapper {
  border-top-right-radius: 120px;
  border-bottom-right-radius: 120px;
}

article.full-width .img-wrapper img {
  object-fit: cover;
  height: 100% !important;
  width: 100% !important;
}



@media screen and (max-width: 992px) {

  article.full-width .wordings {
    margin: 0 auto 3rem;
    min-height: unset;
  }

}

@media screen and (max-width: 992px) {

  article.full-width .wordings {
    margin: 0 auto 3rem;
    min-height: unset;
  }

}


@media screen and (max-width: 576px) {

  article.full-width .wordings {
    max-width: 90%;
    margin: 0 auto 3rem;
    min-height: unset;
  }

}

/* scroll.css --- 2025-06-09 14:01:37 */
a.to-top {
    float: right;
    display: block;
}

a.to-top:before {
    font-family: 'Glyphicons Halflings';
    content: "\e253";
    font-size: 1.8rem;
    color: #999;
}

.scroll-target {
    position: absolute;
    top: -100px;
}

/* article-default.css --- 2025-08-15 11:49:14 */
.article-default {
    margin-bottom: 50px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.1rem;
    color: var(--blue-dark);
}


.article-default .wordings {
    flex: 1;
}

.article-default .article-text>* {
    margin-top: 0 !important;
}



.article-title-default {
    font-size: 2rem;
    margin-bottom: 25px;
    padding: 0;
    color: var(--blue-grey)
}

.article-title-default h2 {
    font-size: 2rem;
    margin: 0;
    padding: 0;
    color: var(--blue-grey)
}




.article-text .article-title-default h2:before {}

.article-title-default h2>span {
    position: relative;
    display: inline-block;
    color: var(--blue-grey)
}




.article-default .article-content {
    display: flex;
    gap: 50px;
    flex-direction: row;

}

.article-default .article-text {
    flex: 1;



}


.article-default .article-text h2 {
    font-size: 2rem;
    margin-bottom: 25px;
}


.article-default.att-position-right .article-content {
    flex-direction: row-reverse;
}




.article-default h3 {
    font-size: 100%;
    color: var(--medium-orange);
    margin: 1.5rem 0 0.75rem;
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
    line-height: 1.5;
    font-weight: bold;

}

.article-default p {
    padding-bottom: 0;
    margin-bottom: 1rem;

    line-height: 1.7;

}


.article-default ul {
    padding-bottom: 0;
    margin-bottom: 0
}

.article-default li {
    padding-bottom: 0;
    margin-bottom: 0.7rem;
    font-size: 1.1rem;
    line-height: 1.4;
}

.article-default a {
    color: var(--medium-orange);
    text-decoration: underline;
}

.article-default a:hover {
    color: var(--dark-orange);
}

article.start-middle .article-inner {
    padding-top: 15%
}

@media (max-width: 767px) {
    .article-default .article-content {
        display: block;
    }

    .article-inner h2.article-title {
        margin-bottom: 0px;
    }

    .article-default .article-title-wrp {
        padding-bottom: 20px;
    }
}



.article-title-default {
    text-align: center;
}



.article-title-default h2 {
    font-size: 2rem;
}

/* article-commission.css --- 2025-06-09 14:01:36 */
article.commission {
  opacity: 0;
  transition: all 1000ms;
}

article.commission:nth-child(odd) {
  background-color: #f0f0f0;
}

article.commission .article-content {
  /*
  justify-content: center;
  
  */
  align-items: start !important;
}

article.commission .attachments {
  margin-top: 10px;
  margin-right: 60px !important;
  padding: 0 30px;
}

article.commission .attachments .first-att {
  transform: skewX(-10deg);
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}

article.commission .attachments .first-att {
  padding-top: 75%;
  transform: skew(-10deg);
  transform: translateX(-100px) skew(-10deg);
  transition: all 1000ms;

  border-left: 10px solid transparent;
}

article.commission.in-viewport {
  opacity: 1;
}


article.commission.in-viewport .attachments .first-att {
  transform: translateX(-00px) skew(-10deg);

  overflow: hidden;

}

article.commission .attachments img {
  position: absolute;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px) !important;
  height: calc(100% + 40px) !important;
  max-width: unset !important;
  transform: skew(10deg);
  object-fit: cover;


}

/* article-column.css --- 2025-06-11 13:19:35 */
.column-group {
  padding: 0 0 3rem 0;
}

.column-group .article-group-inner {

  width: 96% !important;
  max-width: 1160px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
}

.column-group .article-group-content {
  display: flex;
  margin: 0 0px;
  gap: 0px;
  flex-wrap: wrap;
}

.column-group article {
  padding: 0 0px;

}

@media screen and (max-width: 767px) {
  .column-group .article-group-content {
    flex-direction: column;

  }

  .column-group article {
    flex: 1;
    width: 100% !important;
  }
}

/* article-promenade-formules.css --- 2025-08-13 18:03:57 */
article.promenades-formules {}


article.promenades-formules .article-inner {
  background-image: url(/img/page-promenade-titre.png);
  background-position: left 0px;
  background-repeat: no-repeat;
  max-width: 96%;
  margin: 0 auto;
  padding-left: 3.5%;
  background-size: 2% auto;

}

article.promenades-formules {}

article.promenades-formules .formule-title {
  padding: 1rem 0 0;
  font-size: 1.2rem;
  font-family: Chalkduster, sans-serif;
}

article.promenades-formules .details-row {
  gap: 3rem;
  align-items: center;
}

article.promenades-formules .details-text {}

article.promenades-formules .details-map {
  flex: 0 0 50%;
  border-radius: 50px;
  overflow: hidden;
}

@media screen and (max-width: 576px) {
  article.promenades-formules {
    padding: 50px 0 30px !important;
  }

  article.promenades-formules .details-map {
    margin-bottom: 3rem;
  }

  article.promenades-formules .article-inner {
    max-width: 94%;
    padding-left: 5%;
    background-size: 4.5% auto;

  }



  article.promenades-formules .details-row {
    gap: 1.5rem;
    align-items: center;
    flex-direction: column;
  }


  article.promenades-formules .details-map {
    margin-bottom: 3rem;
  }
}

/* page-nos-bateaux.css --- 2025-08-26 12:55:26 */
@media screen and (max-width: 992px) {
  body.nos-bateaux #page-cover .side-right {
    padding-bottom: 120px;
  }
}

/* page-contact.css --- 2025-06-09 14:01:37 */
body.contact .column-group .article-group-content {
  /* align-items: center; */
}

/* footer.css --- 2025-08-18 12:48:19 */
footer {
    background-image: url('/msmedias/footer/footer-bg.jpg');
    background-position: center;
    background-size: cover;
    font-size: 1rem;
    color: white;
    z-index: 1;
}

#footer-content {
    padding: 5rem 3rem;
    background-color: rgba(12, 54, 90, 0.4);
}

#footer-main {
    display: flex;
    gap: 1.5rem 3rem;
}

#footer-main .footer-col {
    flex: 1;

}



footer h3 {
    font-size: 1.2rem;
    color: white;

}

footer a {

    color: white;
    text-decoration: none;

}



footer a:hover {
    text-decoration: underline;
}


footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer p,
footer li {
    padding: 0;
    margin: 0;
}

#footer-bloc-4 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}

#footer-bloc-4 ul {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}


#footer-bloc-4 ul li {}

#footer-bloc-4 ul li img {
    max-width: 30px;
    max-height: 30px;
    filter: var(--white-filter);
    width: auto !important;
}


#footer-bloc-4 .logo {
    filter: var(--white-filter);
}

#footer-bottom {
    padding-top: 35px;
    text-align: center;

}

@media screen and (max-width: 767px) {

    #footer-main {
        flex-direction: column;
    }

    #footer-main .footer-col {
        text-align: center;
    }


}

/* attachments.css --- 2025-08-13 17:05:11 */
.attachments {
    width: 50%;
    margin: 0 30px 30px 0px;

    font-size: 0;
}

.attachments.width-25pc {
    width: 25%;
}

.attachments.width-33pc {
    width: 33%;
}

.attachments.width-50pc {
    width: 50%;
}

.attachments.width-66pc {
    width: 66%;
}

.attachments.width-75pc {
    width: 75%;
}

.attachments.width-100pc {
    width: 100%;
}

.attachments.width-100pc {
    width: 100%;
    float: none
}


.attachments.right {
    margin: 0 0 30px 30px;
}

.attachments .att {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.attachments .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 0.7rem;
    padding: 5px 10px;
    line-height: 1;
    text-align: left;
}

.attachments.first-large .att {
    padding: 1px;
}

.attachments.first-large .following {
    width: 25%;
    float: left
}

.attachments.first-large .following a {
    display: block;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.8;
}

.attachments.slider {
    position: relative;
}

.attachments.slider .inner {
    position: relative;
    padding-top: 75%;
    overflow: hidden;
}

.attachments.slider .att {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border: 1px solid #aaa;
    width: 100%;
    height: 100%;
    background: #eee;
}

.attachments.slider .att a {
    display: block;
    text-align: center;
    ;
    height: 100%;
}

.attachments.slider img {
    max-height: 100%;
}

.attachments.slider .current {
    z-index: 10;
}

.attachments.slider .next {
    z-index: 11;
    opacity: 0;
}

.attachments.slider .caption {}

.attachments .nav {
    position: absolute;
    top: 40%;
    width: 90%;
    left: 5%;
    z-index: 20;
}

.attachments .nav span {
    display: block;
    font-size: 2rem;
    cursor: pointer;
    padding: 5px;
    background: rgba(0, 0, 0, 0.2);
    color: white
}

.attachments .nav .nav-left {
    float: left
}

.attachments .nav .nav-right {
    float: right
}

@media (max-width: 5.76px) {
    .attachments {
        float: none !important;
        width: 100% !important;
        margin: 0 0 30px 0 !important;
        padding: 0 0 0 0 !important;
    }
}

/* article-homepage-youtube.css --- 2025-06-17 15:50:34 */
article#youtube_channel {
  background-color: white;
}

/* article-dispersion.css --- 2025-08-18 10:38:48 */
article.dispersion {
  min-height: unset;
}


article.dispersion {
  padding: 0px 0;
}



article.dispersion .article-inner {
  background-image: url(/img/page-dispersion-titre.png);
  background-position: left 35px;
  background-repeat: no-repeat;
  max-width: 98%;
  margin: 0 auto;
  padding-left: 3.5%;
  background-size: 1.2% auto;
  margin-right: 0;
}


article.dispersion .article-title-default {
  text-align: left;
}

article.dispersion .attachments {
  margin-bottom: 0 !important;
}

article.dispersion .first-att {

  position: relative;
  margin-right: -60px;
  top: 100%;
  transform: translateY(-80%) scale(1);
}


@media screen and (min-width: 768px) {


  article.dispersion .wordings {

    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 0;
    margin: 0 !important;
  }

}

@media screen and (max-width: 991px) {


  article.dispersion .first-att {

    top: 50%;
    transform: translateY(-50%);
  }


}



@media screen and (max-width: 767px) {
  article.dispersion {
    margin-top: 50px;
    padding: 60px 0 30px !important;
  }

  article.dispersion .article-inner {
    max-width: 96%;
    padding-left: 6%;
    background-size: 3% auto;
  }

  article.dispersion .attachments {

    margin: -130px auto 0;
    width: 100% !important;
    max-width: 350px;


  }

  article.dispersion .first-att {
    position: relative;
    margin: 0 auto;
    top: 0%;
    transform: translateY(0%);
  }

  article.dispersion .article-content {
    flex-direction: column !important;

  }
}

/* logos-gallery.css --- 2025-06-09 14:01:37 */
.logos-gallery .logos-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 30px;

}

.logos-gallery .logo-item {
  flex: 1 1 auto;
  max-width: 150px;
  text-align: center;
  padding: 15px;
  background: white;
  border-radius: 50%;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  overflow: hidden;
}

.logos-gallery .logo-item img {
  max-width: 80%;
  max-height: 80%;
  margin: auto;
  display: block;
}

article.logos-soutiens {
  background-color: #f9f9f9;
}


article.logos-soutiens .logo-item {
  width: 200px;
  height: 200px;
  max-width: 200px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
}

/* partial-actualite.css --- 2025-06-09 14:01:37 */
.actualite-item .cover {
  aspect-ratio: 1.6;
  overflow: hidden;
  position: relative;
}

.actualite-item .cover img {
  object-fit: cover;
  height: 100% !important;
  width: 100% !important;
  transition: all 400ms;
}

.actualite-item .inner:hover img {
  transform: scale(1.1);
}



.actualite-item .date {
  text-align: center;
  font-size: 0.8rem;
  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
  padding: 3px 10px;
  line-height: 1.2;
}

.actualite-item .date .bg {
  position: absolute;
  background: #000;
  transform: translate3d(0, 0, 0) skew(-30deg, 0deg);
  width: 200%;
  top: 0;
  left: -10px;
  bottom: 0;
}

.actualite-item .date .hover {
  width: 80px;
  position: relative;
}

.actualite-item .day-month {
  font-weight: bold;
}

.actualite-item .year {}

.actualite-item a {
  text-decoration: none;
}

.actualite-item .title {
  text-align: center;
  flex: 1;
  padding: 0 25px;
}

.actualite-item .title a {
  color: inherit;
  text-decoration: none !important;
}

.actualite-item .bottom {
  display: flex;
  flex-direction: row;
  align-items: center;

}

.actualite-item .picto {
  width: 30px;
  text-align: right;
  padding-right: 0px;
  transition: all 400ms;
  display: none;

}

.actualite-item .picto i {
  font-size: 30px;
}


.actualite-item .inner:hover img {
  transform: scale(1.1);
}

.actualite-item .inner:hover .picto {
  padding-right: 0px;

}

@media screen and (max-width: 767px) {
  .actualite-item .title {
    text-align: center;

  }

  .actualite-item .picto {
    display: none;
  }
}

/* article-privatisations.css --- 2025-08-15 11:52:24 */
article.privatisations {
  padding: 60px 0 30px !important;
}

article.privatisations .row>* {
  margin-top: 0 !important;
}

article.privatisations .ratio {
  transform: translateY(-60px);
}


article.privatisations .article-inner {
  background-image: url(/img/page-privatisations-titre.png);
  background-position: left 0px;
  background-repeat: no-repeat;
  max-width: 96%;
  margin: 0 auto;
  padding-left: 3.8%;
  background-size: 2% auto;
  margin-right: 0;
}

/* homepage.css --- 2025-08-11 10:21:51 */
body.homepage {
    background: #E7E8E2;
}

body.homepage header .TA_rated {
    display: block;
}

body.homepage article {}


body.homepage article.article-default {
    margin-bottom: 0;
}

.article-title-default {
    text-align: center;
}



.article-title-default h2 {
    font-size: 2rem;
}

/* article-homepage-reviews.css --- 2025-06-18 13:03:01 */
article#google_reviews {}


article#google_reviews .btn-outline-white:hover,
article#google_reviews .btn-outline-white:focus,
article#google_reviews .btn-outline-white:active {
  color: var(--blue-mid) !important;
}


article#google_reviews .swiper-button-next {
  color: var(--blue-mid) !important;
  transform: translate(0px, -25px);

}

article#google_reviews .swiper-button-prev {
  color: var(--blue-mid) !important;
  transform: translate(0px, -25px);
}

/* page-qui-sommes-nous.css --- 2025-08-18 11:41:25 */
body.qui-sommes-nous {}

body.qui-sommes-nous .page-title {
  padding-top: 5rem;
}

/* article-peche-pique-nique.css --- 2025-08-13 17:56:54 */
article.peche-pique-nique {
  color: var(--blue-dark);
  position: relative;
  z-index: 5;
}



article.peche-pique-nique .article-inner {
  padding: 60px 0 0px 10%;
}


article.peche-pique-nique .article-title {

  text-align: left;
}




article.peche-pique-nique .article-text {
  font-size: 120%;
}

article.peche-pique-nique .title span {
  font-size: 120%;

}

article.peche-pique-nique .attachments {}


article.peche-pique-nique .first-att {
  border-radius: 50%;
  transform: translateX(25%) scale(1.6);
  overflow: hidden;
  margin-top: -35%;
}


article.peche-pique-nique .first-att img {
  transform: translateX(-30%);
  overflow: hidden;
}

@media screen and (max-width: 576px) {
  article.peche-pique-nique .article-content {
    flex-direction: column !important;
    gap: 25px
  }

  article.peche-pique-nique .attachments {
    margin: 0 auto !important;
    width: 90%;
    max-width: 350px;
  }

  article.peche-pique-nique .first-att {

    transform: translate(0) scale(1);
    margin-top: -50%;
    overflow: hidden;
  }

  article.peche-pique-nique .first-att img {
    transform: translateX(0);
    overflow: hidden;
  }

}

@media screen and (max-width: 992px) {
  article.peche-pique-nique .attachments {
    width: 50%;
    margin: 0 0 30px 10px;
  }

  article.peche-pique-nique .article-inner {
    padding: 30px 0 0px 5%;
  }
}


@media screen and (max-width: 576px) {
  article.peche-pique-nique .article-inner {
    padding-left: 0;
  }
}

/* article-prestations-en-mer.css --- 2025-08-13 18:05:56 */
article.prestations-en-mer {
  padding: 0px 0;
}

article.prestations-en-mer .article-inner {
  background-image: url(/img/page-prestations-titre.png);
  background-position: left 35px;
  background-repeat: no-repeat;
  max-width: 96%;
  margin: 0 auto;
  padding-left: 3.5%;
  background-size: 1.8% auto;
  margin-right: 0;
}

article.prestations-en-mer img {
  max-width: 25%;
}

@media screen and (max-width: 576px) {
  article.prestations-en-mer {
    padding: 50px 0 30px !important;
  }

  article.prestations-en-mer .details-map {
    margin-bottom: 3rem;
  }

  article.prestations-en-mer .article-inner {
    max-width: 96%;
    padding-left: 5%;
    background-size: 4% auto;

  }
}

/* article-faq.css --- 2025-08-18 10:11:30 */
/* Stylise les accordions dans les FAQ */

article.faq h3.accordion-header {
  text-align: left;
  margin: 0 !important;
}

article.faq:nth-child(odd) {}


article.faq .accordion-button {
  font-weight: normal;
  font-size: 1.1rem;
  padding: 1rem;
}

article.faq .accordion-body {
  font-size: 0.95rem;
  line-height: 1.6;
  background: #f8f9fa;
  padding: 1rem 1.25rem;
  border-top: 1px solid #dee2e6;
}





article.faq .accordion-body p,
article.faq .accordion-body li {
  font-size: 0.95rem;
  line-height: 1.6;
}



article.faq .accordion-header button:not(.collapsed) {
  background-color: var(--blue-dark) !important;
  color: white !important;
}

article.faq .accordion-header button.collapsed {
  color: var(--blue-dark) !important;
}


article.faq .accordion-item {
  margin-bottom: 1rem;
  color: var(--blue-dark) !important;
}

article.faq .accordion-button:not(.collapsed) {
  background-color: var(--bs-light);
  color: var(--bs-dark);
}

/* Optionnel : petit icône flèche à droite */
article.faq .accordion-button::after {
  transform: rotate(-90deg);
  transition: transform 0.2s;
}

article.faq .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
  filter: var(--white-filter);
}

/* article-bulles.css --- 2025-07-21 15:40:15 */
article.bulles {
  padding: 3rem 0;
  background-color: #f5f5f5 !important;
}

article.bulles .article-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

article.bulles .wordings {
  flex: 0 0 40%;
  transition: all 3000ms;
  opacity: 1;
}

article.bulles .wordings .top,
article.bulles .wordings .bottom {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

article.bulles .wordings .top {
  padding-top: 15px;
  border-top-right-radius: 80px;
  border-top-left-radius: 80px;
}

article.bulles .article-title h2 {
  font-size: 1.8rem;
}

article.bulles .wordings .body {
  padding: 0rem 3rem;
  text-align: center;
  overflow: hidden;
}

article.bulles .wordings .body p {
  margin: 0 !important;
  padding: 10px 0;
}

article.bulles .wordings .body li {

  text-align: left;
}


article.bulles .wordings .bottom {
  border-bottom-right-radius: 120px;
  border-bottom-left-radius: 120px;
  padding-bottom: 15px;
}

article.bulles .wordings .bottom a {}

article.bulles .attachment {
  flex: 0 0 50%;
  transition: all 1000ms;
  transform: translateX(0);
}

article.bulles .img-wrapper {
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1.4;
}

article.bulles .img-wrapper img {
  object-fit: cover;
  height: 100% !important;
  width: 100%;
}

article.bulles .att-position-left {
  flex-direction: row-reverse;
}

article.bulles .att-position-left .wording {}

article.bulles .att-position-left .img-wrapper {}



article.bulles:not(.in-viewport) .wordings {
  opacity: 0;
}

article.bulles:not(.in-viewport) .att-position-left .attachment {

  transform: translateX(-1000px);
}

article.bulles:not(.in-viewport) .att-position-right .attachment {

  transform: translateX(1000px);
}







/* === Couleurs === */


article.bulles .wordings {
  color: white;
}

/* === Palette A === */
article.bulles.bulles-a .wordings .top {
  background-color: var(--blue-dark);
  color: var(--blue-turquoise);
}

article.bulles.bulles-a .wordings .body,
article.bulles.bulles-a .wordings .bottom {
  background-color: var(--blue-dark);
}

article.bulles.bulles-a .wordings .bottom a {
  color: var(--blue-turquoise);
}

/* === Palette B === (identique à A si tu veux un rythme 2+1) */
article.bulles.bulles-b .wordings .top {
  background-color: var(--blue-mid);
  color: var(--blue-turquoise);
}

article.bulles.bulles-b .wordings .body,
article.bulles.bulles-b .wordings .bottom {
  background-color: var(--blue-mid);
}

article.bulles.bulles-b .wordings .bottom a {
  color: var(--blue-turquoise);
}

/* === Palette C === (inversion) */
article.bulles.bulles-c .wordings .top {
  background-color: var(--blue-turquoise);
  color: var(--blue-dark);
}

article.bulles.bulles-c .wordings .body,
article.bulles.bulles-c .wordings .bottom {
  background-color: var(--blue-turquoise);
}

article.bulles.bulles-c .wordings .bottom a {
  color: var(--blue-dark);
}

/* article-chapeau.css --- 2025-08-18 12:01:36 */
article.chapeau {
  font-size: 1.5rem;
  /* eq fs-4 */
}

article.chapeau .article-content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}


article.chapeau p {
  color: var(--blue-dark) !important
}

article.chapeau p:last-child {
  margin-bottom: 0 !important;
}



article.chapeau .article-text {
  position: relative;
  text-align: center;
  font-weight: bold;

}


article.chapeau .article-text p,
article .article-text p.chapeau {
  font-size: 1.3rem;
  font-weight: bold;
}

/* article-homepage-contatcs.css --- 2025-06-16 18:12:59 */
article.hp-contacts {}

article.hp-contacts h3 {
  text-align: center;
}



body.homepage .contact-form {
  padding: 0px;
  background: transparent;
  border-radius: 0px;
  box-shadow: none;

}

body.homepage .contact-form .form-control {
  background: transparent;
  border: none;
  color: white;
  border-bottom: 1px solid white !important;
  padding-left: 0;
  padding-right: 0;
}

body.homepage .contact-form .form-control::placeholder,
body.homepage .contact-form .form-control::-webkit-input-placeholder,
body.homepage .contact-form .form-control::-moz-placeholder {
  color: white;
}

body.homepage .contact-form .form-control::placeholder {
  color: white !important;
  opacity: 0.8;
  font-size: 0.7rem;
}

body.homepage .contact-form .form-control:focus::placeholder {
  color: white !important;
  opacity: 1;
}

body.homepage .contact-form button {
  color: white !important;
  border: 1px solid white;
  background-color: transparent;

}

body.homepage .contact-form button:hover,
body.homepage .contact-form button:focus,
body.homepage .contact-form button:active {
  color: var(--blue-mid) !important;
  background-color: white !important;
  border-color: white !important;
}

/* infos.css --- 2025-08-08 17:02:23 */
#infos-main {}




#infos-main article:last-child {
    margin-bottom: 6rem;
}



#infos-main>.article-group {}

/* section-page-cover.css --- 2025-08-11 15:03:22 */
#page-cover {
  height: 50vh;
  padding: 90px 0px 0px;
  position: relative;
  overflow: hidden;
  color: white;
  background-color: var(--blue-dark);

}

#page-cover .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  opacity: 0.8;
}

#page-cover .side-left {
  width: 50%;
  position: relative;
  z-index: 1;
  display: none !important;
}

#page-cover .side-right {
  width: 100%;
  position: relative;
  z-index: 1;
}

#page-cover .cover-wrapper {
  overflow: hidden;
  height: calc(50vh - 80px);
  margin: 0 auto;
  margin-top: -10px;

}


#page-cover h1 {
  font-weight: normal;
  font-size: 2.5rem;
  text-shadow: 0px 3px 6px #000000;
}

#page-cover .page-summary {

  font-size: 1.2rem;
}



/*
#page-cover-overlay {
  background: url(/img/carrousel-overlay.svg) no-repeat center center;
  background-size: contain;
  width: calc(100% + 30px);
  height: 100%;
  background-position: right bottom;
  position: absolute;
  bottom: -2px;
  right: -15px;
  z-index: 800;
}
  */

/* decorations.css --- 2025-08-08 12:38:56 */
.btn-xl {
    padding: 15px 25px;
    font-size: 1.5rem;
}

h2.article-title span {
    display: inline-block;
    position: relative;
    padding-left: 52px;
}

.chevron {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none !important;
    gap: 8px;
    color: var(--medium-blue);
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
}

.chevron::before {
    content: '\f054';
    /* Unicode pour l'icône fa-arrow-right */
    font-family: 'Font Awesome 6 Free';
    /* Utiliser la famille FontAwesome */
    font-weight: 900;
    /* Appliquer le poids de l'icône (normalement 900 pour le solid) */
    display: inline-block;
    font-size: 16px;
    /* Ajuste la taille de l'icône */
    margin-left: 8px;
    /* Espace à gauche de l'icône */
    text-decoration: none !important;
    transition: transform 0.3s ease;
    /* Ajouter une transition douce pour les transformations */
}


.chevron:hover::before {
    transform: translateX(3px);

}

.section-title {
    text-align: center;
    text-transform: uppercase;
    position: relative;
    font-size: 1.1rem;
    margin-bottom: 0 !important;

    padding-bottom: 0 !important;
}



.underline-medium-orange {
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.underline-medium-orange:after {
    content: ' ';
    height: 3px;
    width: 80px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--medium-orange);
}

i.quote-open,
i.quote-close {
    display: inline-block;
    width: 30px;
    aspect-ratio: 1.26470588235;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /*
    filter: var(--medium-blue-filter);
    filter: var(--light-orange-filter);
    */
    filter: var(--light-green-filter);
    filter: var(--medium-blue-filter);
    opacity: 1;
    background-image: url(../img/quotes-open.png);
}

i.quote-open {

    margin-right: 7px;
    transform: translateY(-4px);
}

i.quote-close {

    margin-left: 7px;
    transform: translateY(-2px) rotate(180deg);
}




a.btn {
    text-decoration: none !important;
}






.invert {
    filter: invert(1);
}


a.underline-on-hover {
    position: relative;
    text-decoration: none;
}

a.underline-on-hover:hover {
    text-decoration: underline;
}

/* article.tarifs.css --- 2025-08-20 08:37:09 */
article.tarifs-peche {}



article.tarifs-peche .d-flex {
  flex-wrap: nowrap;
  gap: 15px;
  flex-direction: row;
}

article.tarifs-peche .column {
  flex: 1;

}








article.tarifs-peche .column>div {

  padding: 1.5rem;
}




article.tarifs-peche h3 {
  font-size: 1.7rem
}





article.tarifs-peche table,
article.tarifs-peche table th,
article.tarifs-peche table td {
  color: var(--blue-dark);
  font-size: 0.9rem;
}


@media screen and (max-width: 768px) {
  article.tarifs-peche .d-flex {
    flex-wrap: nowrap;
    gap: 35px;
    flex-direction: column;
  }

  article.tarifs-peche .column {
    flex: 0 0 calc(50% - 35px);
  }
}




article.tarifs-promenades h3 {
  margin-top: 0 !important;
}

article.tarifs-promenades .d-flex {
  flex-wrap: nowrap;
  gap: 15px;
  flex-direction: row;
}

article.tarifs-promenades .column {
  flex: 1;
}


@media screen and (max-width: 768px) {
  article.tarifs-promenades .d-flex {
    flex-wrap: nowrap;
    gap: 35px;
    flex-direction: column;
  }

  article.tarifs-promenades .column {
    flex: 0 0 calc(50% - 35px);
  }
}


/*
article.tarifs-promenades .article-inner {
  padding: 60px 0 0px 10%;
}
*/
article.tarifs-promenades table {
  border: 0px solid var(--blue-dark) !important;
}

article.tarifs-promenades table,

article.tarifs-promenades table th,
article.tarifs-promenades table td {
  color: var(--blue-dark);
  padding: 0.5rem;
  background-color: rgba(255, 255, 255, 0.2)
}

article.tarifs-promenades h3 {
  text-align: center;
}

article.tarifs-promenades div.border {
  border: 1.5rem solid white !important;
  border-radius: 1.5rem;
}

/* modal.css --- 2025-06-09 14:01:37 */


/* poles.css --- 2025-06-09 14:01:37 */
:root {
  /*
    --dark-green: #009c3c;
    --light-green: #75b72a;
    --medium-green: #3aaa33;
    --dark-blue: #163c74;
    --light-blue: #30beef;
    --medium-blue: #237db1;
    --dark-orange: #c15105;
    --light-orange: #f7aa1c;
    --medium-orange: #dc7d10;
    */
  /*
    https://angel-rs.github.io/css-color-filter-generator/
    */
  --PMME: #009c3c;
  --PPF: #30beef;
  --PSEL: #dc7d10;
  --PTP: #75b72a;
  --PB: #163c74;


}

.picto-pole::before {
  content: "";
  position: absolute;
  top: 50%;
  /* Centrer verticalement */
  left: 50%;
  /* Centrer horizontalement */
  width: 70%;
  /* 70% de la largeur parente */
  height: 70%;
  /* 70% de la hauteur parente */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  /* L'image s'adapte sans déformation */
  transform: translate(-50%, -50%);
  /* Centrer l'image dans l'élément */
}

.picto-pole img {
  display: none
}

/* PMME */
.picto-pole.PMME::before {
  background-image: url('/img/PMME.png');
  filter: brightness(0) saturate(100%) invert(31%) sepia(86%) saturate(2724%) hue-rotate(132deg) brightness(95%) contrast(104%);
}

.picto-pole.PMME span {
  color: var(--PMME) !important;
}

article.homepage-poles div.PMME .image-wrapper:after {
  background-color: var(--PMME);
}

/* PPF */
.picto-pole.PPF::before {
  background-image: url('/img/PPF.png');
  filter: brightness(0) saturate(100%) invert(68%) sepia(86%) saturate(1926%) hue-rotate(161deg) brightness(96%) contrast(95%);
}

.picto-pole.PPF span {
  color: var(--PPF) !important;
}

article.homepage-poles div.PPF .image-wrapper:after {
  background-color: var(--PPF);
}

/* PSEL */
.picto-pole.PSEL::before {
  background-image: url('/img/PSEL.png');
  filter: brightness(0) saturate(100%) invert(55%) sepia(60%) saturate(694%) hue-rotate(351deg) brightness(87%) contrast(97%);
}

.picto-pole.PSEL span {
  color: var(--PSEL) !important;
}

article.homepage-poles div.PSEL .image-wrapper:after {
  background-color: var(--PSEL);
}

/* PTP */
.picto-pole.PTP::before {
  background-image: url('/img/PTP.png');
  filter: brightness(0) saturate(100%) invert(63%) sepia(70%) saturate(440%) hue-rotate(46deg) brightness(87%) contrast(93%);
}

.picto-pole.PTP span {
  color: var(--PTP) !important;
}

article.homepage-poles div.PTP .image-wrapper:after {
  background-color: var(--PTP);
}

/* PB */
.picto-pole.PB::before {
  background-image: url('/img/PB.png');
  filter: brightness(0) saturate(100%) invert(22%) sepia(8%) saturate(7021%) hue-rotate(184deg) brightness(95%) contrast(101%);
}

.picto-pole.PB span {
  color: var(--PB) !important;
}

article.homepage-poles div.PB .image-wrapper:after {
  background-color: var(--PB);
}

/* header.css --- 2025-08-13 16:33:28 */
/* header */
header {
    padding: 10px 20px;
    position: relative;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0%;
    width: 100%;
    transition: all 400ms;
    background-color: rgba(34, 73, 95, 0.7);
}




header p {
    margin: 0;
    padding: 0;
}

header .header-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}


header .cover {
    z-index: 1;
}

header .inner {}


header .logo img {
    width: auto !important;
    filter: var(--white-filter);
    max-height: 60px;
}

body.homepage .logo img {
    max-height: 160px;

    transition: all 300ms;
}


.TA_rated {
    display: none;
}

@media screen and (max-width: 576px) {
    body.homepage .logo img {
        max-height: 60px;
    }
}

/* fonts.css --- 2025-08-23 09:12:26 */
/*
@font-face {
    font-family: 'VarelaRound';
    src: url('./fonts/VarelaRound-Regular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

*/
@font-face {
    font-family: 'Chalkduster';
    src: url('./fonts/Chalkduster.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Pacifico';
    src: url('./fonts/Pacifico-Regular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}



body {
    font-family: 'VarelaRound', sans-serif;
    font-family: 'Poppins', sans-serif;
}

.title-font {
    font-family: 'Chalkduster', sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h6,
h6,
.h6 {
    font-family: Chalkduster, sans-serif;
    margin: 0;
    padding: 0;
}

h1,
.h1 {
    font-size: 3rem;
    font-weight: bold;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 2rem;
    margin: 1.5rem 0 .75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}



.fs-7 {
    font-size: 0.9rem !important;
}

.fs-8 {
    font-size: 0.85rem !important;
}

.fs-9 {
    font-size: 0.8rem !important;
}

.fs-10 {
    font-size: 0.75rem !important;
}


.gentium-book-plus-regular {
    font-family: "Gentium Book Plus", serif;
    font-weight: 400;
    font-style: normal;
}

.gentium-book-plus-bold {
    font-family: "Gentium Book Plus", serif;
    font-weight: 700;
    font-style: normal;
}

.gentium-book-plus-regular-italic {
    font-family: "Gentium Book Plus", serif;
    font-weight: 400;
    font-style: italic;
}

.gentium-book-plus-bold-italic {
    font-family: "Gentium Book Plus", serif;
    font-weight: 700;
    font-style: italic;

}




@media (min-width: 500px) and (max-width: 767px) {
    h1 {
        font-size: 2.6rem;
        line-height: 1.1;
    }
}

@media (max-width: 499px) {
    h1 {
        font-size: 2.2rem;
        line-height: 1.1;
    }
}



.display-7 {
    font-size: calc(1rem + 1.5vw);
}

@media screen and (min-width:1200px) {
    .display-7 {
        font-size: 2rem;
    }
}


.display-8 {
    font-size: calc(0.7rem + 1.5vw);
}

@media screen and (min-width:1200px) {
    .display-8 {
        font-size: 1.7rem;
    }
}

/* swiper.css --- 2025-06-16 11:25:38 */
/* Personnalisation des boutons de navigation Swiper */
article .swiper-button {
  font-size: 20px;
  /* Taille des chevrons */
  color: #ddd;
  /* Couleur des chevrons */
}

article .swiper-button:after {
  font-size: 30px;
}

article .swiper-button-prev:after {
  content: '\f104';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

article .swiper-button-next:after {
  content: '\f105';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

/* responsive.css --- 1970-01-01 01:00:00 */


