* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    image-orientation: none;
}

html {
    overflow-y: scroll !important;
}

body {
    font-family: "Lato", sans-serif;
    font-size: 20px; 
    color: #2F529F;
    font-weight: 400;
    margin: 0;
    line-height: 1.4;
}

@media (max-width:600px) {
    body {
        font-size: 16px;
    }
}


html {height: 100%;}

.wrapper-header{
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10000;
    margin: 0 auto;
    font-size: 20px;
    color: #2F529F;
}

.pix-bandeau-swiper-loaded .wrapper-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


/* HEADER LOGO */
.wrapper-header div.logo {

    position: absolute;
    z-index: 10;
    top: 1em;
    left: 2em;

    font-size: 1em;
}

.wrapper-header a.logo {
    text-decoration: none;
    color: currentColor;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
}

.wrapper-header div.logo img {
    vertical-align: top;
    width: 10.5em;
    border-radius: inherit;
}

.wrapper-header a.logo .logo-hover-anim,
.footer-logo .logo-hover-anim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    pointer-events: none;
}

.wrapper-header a.logo:hover .logo-hover-anim,
.footer-logo:hover .logo-hover-anim {
    animation: logo-anim-hover 0.5s ease;
}

@keyframes logo-anim-hover {
    10% {
        transform: scale(1);
        opacity: 1;
    } 
   100% {
        transform: scale(2.5);
        opacity: 0;
    } 
}


.header-top {
    padding: 0.75em 1em 1.25em;
    margin-bottom: -0.5em;
    background: linear-gradient(to bottom, rgba(47, 83, 159, 0.60), rgba(9, 26, 63, 0.60));
}

.header-top-inner {
    position: relative;
    z-index: 8;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    gap: 1em;
}

.header-top-inner .header-top-bouton {
    line-height: 1;
    text-decoration: none;
    color: #2F529F;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 0.4em;
    padding: 0.3em 0.5em;
    background-color: #F6D728;
    border-radius: 0.25em;
}
.header-top-inner .header-top-bouton img {
    width: 1.2em;
    height: 1.2em;
    object-fit: contain;
    vertical-align: top;
}

.header-top-inner .header-top-bouton:hover {
    background-color: #FFE200;
}


.header-top-langues,
.header-mobile-langues {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5em;

    filter: drop-shadow(2px 2px 4px rgba(0, 0,0, 0.4));
}

.header-mobile-langues {
    display: none;
}

.header-mobile-langues a,
.header-top-langues a {

}


.header-top-langues img,
.header-mobile-langues img {
    width: 2em;
    height: 2em;
    aspect-ratio: 1;
    object-fit: cover;
    vertical-align: top;
    border-radius: 50%;
}

.header-mobile-langues  {
    margin-top: 1em;
    filter: none;
}


.header-bottom {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    margin-top: auto;

    background: url('i/bg-menu.webp') repeat-x center center;
    background-size: auto 100%;

    padding: 1em 0;
}


/* MENU */
.wrapper-menu {
    text-align: center;
    position: relative;

    width: 100%;
    height: 100%;

    max-width: 1780px;
    padding-right: 2em;
}
.wrapper-menu .menu {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
}
.wrapper-menu .menu > li{
    position: relative;
    z-index: 10;
}

.wrapper-menu .menu a,
.wrapper-menu .menu span{
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.2;
    color: #2F529F;
    font-family: "Fira Sans Condensed", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding: 1em 1em 1em;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;

    border-radius: 0.5em 0.5em 0.5em 0;

    transition: background-color 0.2s ease, color 0.2s ease;
}

/* ON HOVER */
.wrapper-menu .menu-item:hover > a,
.wrapper-menu .menu-item:hover > span {
    background: rgba(0, 0, 0, 0.05);
}


/* ON SELECTED */
.wrapper-menu .menu-item.selected > a,
.wrapper-menu .menu-item.selected > span {
    background: #2F529F;
    color: #fff;
}


.wrapper-menu .menu-item.selected .menu-arrow {
    filter: brightness(0) invert(1);
}


.wrapper-menu .menu .menu-arrow {
    margin-left: 0.2em;
} 
.wrapper-menu .menu .menu-arrow img{
    vertical-align: middle;
    margin-left: 0.15em;
    width: 0.7em;
}

.wrapper-menu .sousmenu{
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    list-style: none;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: -1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);

}


.wrapper-menu .sousmenu a{
    color: #2F529F;
    text-decoration: none;
    padding: 1em 0.7em;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    display: block;
    line-height: 1.15;
    font-size: 1em;
    font-weight: 400;
    border-radius: 0;
}

.wrapper-menu .sousmenu a:hover{
    background: linear-gradient(to bottom, rgba(47, 83, 159, 0.8) 0%, rgba(32, 61, 130, 0.8) 70%, rgba(16, 43, 102, 0.8) 100%);
    color: #fff;
}

.wrapper-menu .sousmenu .selected a {
    color: #fff;
    background: linear-gradient(to bottom, rgba(47, 83, 159, 0.8) 0%, rgba(32, 61, 130, 0.8) 70%, rgba(16, 43, 102, 0.8) 100%);
}

.wrapper-menu .menu li:hover > ul{
    display: block;
}


.wrapper-menu .sousmenu a em {
    font-size: 0.8em;
    font-weight: 300;
    font-style: normal;
}


/* BURGER */
.wrapper-header .burger-btn{
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    font-size: 1em;
    width: 40px;
    height: 40px;
    padding: 15px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #2F529F;
    display: none;
    cursor: pointer;
    z-index: 100000;
    align-self: center;
    transition: background 0.2s ease;
}
.wrapper-header  .burger-btn .line{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    display: inline-block;
    width: 16px;
    height: 2px;
    background: #2F529F;

    transition: transform 0.2s ease;
}


.wrapper-header .burger-btn .line:first-child{
    transform: translate(-50%, -8px); /* 8px + 2px de la hauteur*/
}
.wrapper-header .burger-btn .line:last-child{
    transform: translate(-50%, 6px);
}
.wrapper-header.open .burger-btn .line:first-child{
    transform: translate(-50%, -50%) rotate(45deg);
}
.wrapper-header.open .burger-btn .line:nth-child(2){
    transform: translate(-50%, -50%) scaleX(0);
}
.wrapper-header.open .burger-btn .line:last-child{
    transform: translate(-50%, -50%) rotate(-45deg);
}


@media (max-width: 1720px) {
    [lang=de] .wrapper-header {
        font-size: 19px;
    }
}

@media (max-width: 1650px) {
    .wrapper-header {
        font-size: 19px;
    }

    [lang=de] .wrapper-header {
        font-size: 18px;
    }
}

@media (max-width: 1530px) {
    .wrapper-header {
        font-size: 18px;
    }

    [lang=de] .wrapper-header {
        font-size: 17px;
    }
}

@media (max-width: 1450px) {
    [lang=de] .wrapper-header {
        font-size: 16px;
    }
}


@media (max-width: 1370px) {
    .wrapper-header {
        font-size: 16px;
    }
    [lang=de] .wrapper-header {
        font-size: 14px;
    }
}
@media (max-width: 1270px) {
    .wrapper-menu .menu a, .wrapper-menu .menu span {
        padding-inline: 0.7em;
    }
    .wrapper-header div.logo {
        left: 1em;
    }
}
@media (max-width: 1150px) {
    .wrapper-header {
        font-size: 14px;
    }
    [lang=de] .wrapper-header {
        font-size: 13px;
    }
}
@media (max-width: 1080px) {
    .wrapper-header div.logo {
        font-size: 0.9em;
        top: 2em;
    }
}

@media (max-width: 1000px) {
    .wrapper-menu {
        padding-right: 1em;
        font-size: 14px;
    }

    .wrapper-menu {
        padding-right: 10px;
    }
    
    .wrapper-header div.logo {
        top: 1em;
    }
    .header-bottom {
        height: 80px;
    }

    .wrapper-header:not(.showslidemenu),
    .wrapper-header:not(.showslidemenu) .wrapper-menu{
        transition: none;
    }

    body.nav-open{
        height: 100vh;
        height: 100dvh;
        overflow-y: hidden;
    }

    .wrapper-header .burger-btn{
        display: block;
    }

    .wrapper-header .wrapper-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 100000;
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        opacity: 0;
        padding: 0;
        transition: opacity 0.2s ease;
        opacity: 0;
        pointer-events: none; 
        height: 100vh;
        height: 100dvh;
        margin-top: 0;
        font-size: 16px;
    } 

    .wrapper-header.open .wrapper-menu{
        opacity: 1;
        pointer-events: all;
    }

    .wrapper-header .wrapper-menu-inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        padding: 10px 60px 10px 10px;
        height: 100%;
        background: #fff;
        transform: translateX(100%);
        min-width: 240px;
        transition: transform 0.2s ease-out;
        transform-origin: top right;
        max-width: 350px;
        margin-left: auto; 
        overflow: auto;
    }
    .wrapper-header.open .wrapper-menu-inner {
        transform: translateX(0);
        counter-reset: menu-item;
    }

    .wrapper-header.open .wrapper-menu-inner .menu {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        height: auto;
        width: 100%;
    }

    


    .wrapper-header .wrapper-menu .menu a,
    .wrapper-header .wrapper-menu .menu span {
        padding: 10px;
        width: 100%;
        text-align: left;
        height: auto;
        counter-increment: menu-item;
        font-size: 1em;
    }

    .wrapper-header .menu > li {
        width: 100%;
    }
    .wrapper-header .wrapper-menu a{
        position: relative;
    }

    .wrapper-header .wrapper-menu .sousmenu{
        position: static;
        box-shadow: none;
        display: none;
        background: transparent;
        padding-left: 10px;
        transform: none;
    }
    .wrapper-header .sousmenu::before {
        content: none;
    }

    .wrapper-menu .menu li:hover:not(.open) > ul {
        display: none;
    }

    .wrapper-header .menu-item:hover.open .sousmenu,
    .wrapper-header .menu-item.open .sousmenu {
        display: block;
    }
    .wrapper-header .menu-item.open div.menu-arrow {
        transform: none;
    }

    .wrapper-header .wrapper-menu .sousmenu a{
        font-weight: 400;
        padding: 10px 10px;
        text-align: left;
        font-size: 1em;
    }

    .wrapper-header .wrapper-menu .sousmenu a:hover {
   
    }

    .wrapper-menu .menu span div.menu-arrow {
        position: static;
        transform: none;
        margin-left: 5px;
        transform: rotate(-90deg);
    }


    .wrapper-header div.logo {
        left: 1em;
    }
}


@media (max-width: 630px) {
    .header-top-inner {
        gap: 0.5em;
    }
}

@media (max-width: 560px) {
    .header-top {
        padding: 0.75em 0.5em 1.25em;
    }

    .header-top-langues {
        gap: 0.2em;
    }

    .header-top .header-tel span {
        display: none;
    }
}

@media (max-width: 470px) {
    /* .header-top .header-reservation span {
        display: none;
    }
     */
    .header-top-langues {
        display: none;
    }
    .header-mobile-langues {
        display: flex;
    }
}

@media (max-width: 390px) {
    .wrapper-header div.logo img {
        width: 9em;
    }

    .header-bottom {
        height: 65px;
    }

    .header-top {
        padding-inline: 0.5em;
    }
    .wrapper-header div.logo {
        left: 0.5em;
    } 
}






/* FOOTER */
.wrapper-full-footer {
    position: relative;
    z-index: 1;
}


.footer-acces-rapide {
    background: url('i/footer-acces-rapide.webp') no-repeat center center/cover;
    border-top: 10px solid #F6D728;
}
.footer-acces-rapide-inner {
    max-width: min(1000px, 80%);
    margin: 0 auto;
    padding: clamp(40px, 10vw, 140px) 20px calc(clamp(80px, 12vw, 160px) +  clamp(40px, 8vw, 80px));
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    justify-content: center;
    gap: 1em;
}
.footer-acces-rapide-inner a {
    display: inline-flex;
    align-items: center;
    font-size: 1.2em;
    color: #2F529F;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    gap: 0.5em;
    background-color: #fff;
    line-height: 1;
    border-radius: 0.7em;
    padding: 0.5em 0.75em;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);

    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.footer-acces-rapide-inner a img {
    vertical-align: top;
    width: 2em;
    height: 2em;
}

.footer-acces-rapide-inner a:hover {
    background-color: rgb(255, 249, 201);
    box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.25);
}

.wrapper-footer {
    position: relative;
    font-weight: 400;

    background: #2F529F url('i/bg-footer.webp') no-repeat center center/cover;

    padding: calc( clamp(150px, 20vw, 210px) / 2 + 40px + 2vw) 20px 75px;

    border-radius: clamp(40px, 8vw, 80px)  clamp(40px, 8vw, 80px) 0 0;
    margin-top: calc(-1 * clamp(40px, 8vw, 80px));
}


.wrapper-footer .footer-logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-40%);
    filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.2));
    width: clamp(150px, 20vw, 210px);
}
.wrapper-footer .footer-logo img {
    width: 100%;
    vertical-align: top;
}


/* FOOTER */
.wrapper-footer-inner {
    position: relative;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    font-size: 20px;

    margin: 0 auto;

    z-index: 1;

    max-width: 1620px;
}




.wrapper-footer-inner :is(.footer-1, .footer-2, .footer-3) {
    width: 33.33%;
    position: relative;
    text-align: center;
}

.wrapper-footer-inner .footer-inner {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 20px 10px;
    color: #fff;
    max-width: 370px;
}

.wrapper-footer-inner a {
    text-decoration: none;
    color: currentColor;
}
.wrapper-footer-inner a:hover {
    color: #F6D728;
}



.wrapper-footer-inner .footer-inner h3 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #fff;
    margin: 0;
    margin-bottom: 0.2em;
    font-size: 26px;
    position: relative;
    padding-bottom: 0.5em;
    line-height: 1.2;
}

.footer-inner address {
    font-style: normal;
}
.footer-inner .footer-lien-plan {
    font-weight: 700;
}

.footer-inner .footer-tel,
.footer-inner .footer-email {
    display: inline-block;
    margin-top: 0.75em;
    font-weight: 700;
}

.footer-reseaux {
    display: flex;
    justify-content: center;
    gap: 0.75em;
    margin-top: 1em;
}

.footer-reseaux a:hover img{
    filter: brightness(0) saturate(100%) invert(88%) sepia(93%) saturate(7083%) hue-rotate(333deg) brightness(100%) contrast(93%);
}

.footer-inner p {
    margin: 0;
}

.footer-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-inner ul a {
    text-decoration: none;
    font-weight: 400;
    display: inline-block;
    padding-bottom: 4px;
    text-transform: uppercase;
    width: 100%;
}
.footer-inner ul ul a {
    color: #C6CCDD;
    font-size: 0.8em;
}

.footer-1 .widget-avis {
    margin-top: 20px;
    width: max-content;
    margin: 0 auto;
}



.wrapper-footer .mentions{
    color: #fff;
}


div.mentions {
    position: relative;
    max-width: 1000px;
    margin: auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    margin-top: clamp(40px, 8vw, 100px);

    padding: 0 20px;
}


div.mentions a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
div.mentions a:hover {
    color: #F6D728;
}




@media (max-width: 1300px) {
    .wrapper-footer-inner {
        max-width: 1000px;
    }

    .wrapper-footer-inner :is(.footer-1, .footer-2) {
        width: 50%;
    }

    .wrapper-footer-inner .footer-3 {
        width: 100%;
    }

    .wrapper-footer-infos {
        padding: 1em 2em;
        margin-bottom: 40px;
        font-size: 18px;
    }
    
}

@media (max-width: 930px) {
    .footer-acces-rapide-inner a {
        font-size: 1em;
    }
}

@media (max-width: 740px) {
    .wrapper-footer-inner {
        gap: 20px;
        font-size: 18px;
    }
    .wrapper-footer-inner :is(.footer-1, .footer-2, .footer-3) {
        width: 100%;
    }
    .wrapper-footer-inner .footer-inner {
        display: block;
        padding: 10px 10px;
    }

    .wrapper-footer-inner  {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .footer-acces-rapide-inner {
        max-width: 95%;
    }
}


@media (max-width: 450px) {
    .footer-acces-rapide-inner {
        flex-direction: column;
    }
    .wrapper-footer-inner .footer-inner h3 {
        font-size: 22px;
    }
}





/* CONTENU */
input.form_submit,
a.bouton {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 400;
    line-height: 1;
    padding: 0.9em 1em;
    border-radius: 0.75em 0.75em 0.75em 0;
    border: none;
    color: #fff;
    text-decoration: none;

    background: linear-gradient(to bottom, #2F529F 50%, #1B2842);
    background-size: 100% 200%;
    background-position: 0 100%;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

a.bouton-jaune {
    background: #F6D728;
    color: #2F529F;
}

input.form_submit:hover,
a.bouton:hover {
    background-position: 0 0;
}

a.bouton:hover img {
    filter: brightness(0) invert(1);
}

.wrapper-contenu {
    background: url('i/phare.svg') no-repeat bottom right;
    background-size: max(15vw, 150px) auto;
    z-index: 1;
    position: relative;
}

body:not(.page-accueil, .page-contact) .wrapper-contenu {
    padding-bottom: calc(clamp(100px, 10vw, 150px) / 2);
}


.wrapper-boxed-contenu {
    max-width: 1180px;
    margin: auto;
}

.wrapper-boxed {
    position: relative;
}



.boxed {
    max-width: 1680px;
    margin: auto;
}

div.padding { padding:70px 30px 70px 30px;}

@media (max-width:900px) {
    div.padding {
        padding:60px 20px 50px 20px;
    }
}
@media (max-width:660px) {
    div.padding { 
        padding:50px 15px 30px 15px;
    }
}


div.sep {
    border-bottom: 1px solid #2F529F;
}


h1,h2.h1 {
    font-size: clamp(27px, 3.5vw, 50px);
    font-family: "PT Serif", serif;
    font-weight: 700;
    line-height: 1.1;
    color: #2F529F;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: -0.3em;
}

h1 .l1::after, h2.h1 .l1::after {
    content: '';
    display: inline-block;
    background: url('i/h1-mouettes.svg') no-repeat center center;
    background-size: contain;
    height: 0.8em;
    width: 3em;
    margin-left: 0.5em;
    transform: translateY(-40%);
}

span.dl {
    display: block;
    text-transform: none;
    color: #698CE0;
    font-family: "Allura", cursive;
    line-height: 1;
    font-size: 1.2em;
    font-weight: 400;
    margin-top: -0.15em;
    line-height: 0.7;
}
span.dl::before {
    content: '';
    display: inline-block;
    width: 1em;
}

h2 {
    font-family: "PT Serif", serif;
    font-size: calc(clamp(27px, 3.5vw, 50px) * 40/50);
    font-weight: 700;
    line-height: 1.1;
    color: #2F529F;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: -0.3em;
}

h3 {  
    font-size: max(20px, calc(clamp(27px, 3.5vw, 50px) * 30/50));
    font-family: "PT Serif", serif;
    font-weight: 700;
    color: #698CE0;
    margin: 0;
    line-height: 1;
    margin-bottom: -0.5em;
    text-transform: none;
    font-optical-sizing: none;
}


span.fin {
    font-weight: 300;
}

.justify  { text-align:justify;}
div.center  { text-align:center;}


a.lien:link,
a.lien:visited {
    color: #2F529F;
    font-weight: 700;
    text-decoration: none;
}

a.lien:hover {
    background: #f6d72872;
}


a.lienpetit:link,
a.lienpetit:visited {
    font-size: 15px;
    color: #2F529F;
    font-weight: 800;
    text-decoration: none;
}

a.lienpetit:hover {
    color: currentColor;
    text-decoration: none;
}

a.lien[target="_blank"]::after {
    content: url('i/external.svg');
    display: inline-block;
    width: 0.8em;
    height: auto;
    margin-left: 0.2em;
    vertical-align: -0.05em;
}


span.petit {
    font-size: 16px;
}



.list-3-columns {-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;}

.list-2-columns {-webkit-column-count: 2; 
-moz-column-count: 2;
column-count: 2;}



@media (max-width:800px) {
    .list-3-columns {-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;}
}
@media (max-width:490px) {
    .list-3-columns, .list-2-columns {-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;}
}



ul.list-3-columns li, ul.list-2-columns li {-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;}



ul.puce {
    margin: 0;
    padding: 0;
	margin-top:5px;
	margin-bottom:5px;
    padding-left:10px;
}
ul.puce > li {
    position: relative;
    list-style-type:none;
    padding-left: 14px;
    overflow: hidden;
}
ul.puce > li::before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 10px;
    background: url(i/puce.svg) center center no-repeat;
    background-size: contain;
    vertical-align: middle;
}

@media (max-width: 600px) {
    ul.puce > li {
        padding-left: 12px;
    }
    ul.puce > li::before {
        width: 6px;
        height: 6px;
        top: 8px;
    }
}



input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
  width: 90%;
  width: 100%;
  background: rgb(255, 255, 255);
  border: none;
  padding: 5px;
  color: #323232;
  border: 1px solid #323232;
  border-radius: 0;
}
input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=url]:focus-visible,
input[type=password]:focus-visible,
textarea:focus-visible {
    border-radius: 0;
}



div.right { float:right; padding-left:16px; max-width: 100%;}
div.left { float:left; padding-right:16px;max-width: 100%;}

div.right-responsive {float:right; padding-left:16px; padding-bottom: 16px;max-width:100%;}
div.left-responsive {float:left; padding-right:16px; padding-bottom: 16px;max-width:100%;}

div.right-responsive-xl {float:right; padding-left:24px;max-width:100%;}
div.left-responsive-xl {float:left; padding-right:24px;max-width:100%;}


@media (max-width:950px) {
    div.right-responsive-xl {float:none;width:auto;padding:0;padding-bottom:20px;text-align: center;}
    div.left-responsive-xl {float:none;width:auto;padding:0;padding-bottom:20px;text-align: center;}
}

@media (max-width:560px) {
    div.right-responsive {float:none;width:auto;padding:0;padding-bottom:20px;text-align: center;}
    div.left-responsive {float:none;width:auto;padding:0;padding-bottom:20px;text-align: center;}
}


div.dessous {clear:both;height: 0px;}


.obligatoire {font-size:15px; color:#9d1f23; font-weight:bold; }

input.contact,textarea.contact {color:#323232; background-color:#f4f7f8; border:solid #323232 1px; font-size:15px;}

input.contact_pb,textarea.contact_pb {  color:#323232; background-color:#f4f7f8; border:solid #9d1f23 1px; font-size:15px;}
input.frmsubmit {  background-color:#9d1f23; border:#9d1f23 1px solid; height:22px; width:90px; cursor:hand;  font-size:15px; color:#323232; font-weight:bold;  text-decoration:none;}

.cadresubmit { border:1px #323232 solid; }


div.pagination {
    background-color: transparent;
    padding: 6px;
    overflow: hidden;
    font-size: 16px;
}
div.detail-pagination {
    background-color: transparent;
    padding: 6px 0;
    overflow: hidden;
    font-size: 16px;
}

.arrow-next {
    padding-left:6px;
    display: inline-block;
        vertical-align: -1px;
}

.arrow-previous {
    padding-right:6px;
    display: inline-block;
        vertical-align: -1px;
}

.arrow-next img,
.arrow-previous img {
    height: 0.8em;
    width: auto;
}


.form_header {
    background-color: #2F529F;
    background-size: auto 100%, 100% 100%;
    background-repeat: repeat-x, no-repeat;
    padding: 4px 20px !important;
    color: #ffffff;
    text-align: left;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}
form table:nth-of-type(1) {    
/*    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
    border: 1px solid #dedede;*/
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;
}

.formulaire-message-envoye {
    padding: 20px;
    margin-top: 20px;
    color: #fff;
    font-size: 23px;
    text-align: center;
    background: #2F529F;
}

sup{
    color: #9d1f23;
    font-weight: 700;
    font-size: 16px;
    vertical-align: top;
}
.error{color:#9d1f23;font-weight: 600; font-size: 15px;}
.form_label {font-weight:normal;}
.form_input {}
div.form_note {font-style:italic;font-size:10px;}

#form {
    color:#323232;
    background-position: center center;
}

#form textarea {
    resize: vertical;
    min-height: 50px;
}

.formulaire-envoyer {margin-top:25px;text-align: center;}

.formulaire-champs-requis {
    display: inline-block;
    margin-left: 20px;
    font-size: 12px;
}

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

div.wrapper-padding {padding-left:20px;padding-right:20px;}

@media (max-width:400px) {
	div.wrapper-padding {padding-left:14px;padding-right:14px;}
}

#menu {
    display:none;
}

@media (max-width:500px) {
	div.justify {text-align: left;}
}

a.back-to-top {
    display: none;
    width: 38px;
    height: 38px;
    text-indent: -9999px;
    position: fixed;
    z-index: 9999999;
    left:50%;
    transform: translateX(-50%);
    bottom: 20px;
    border-radius: 8px;
    background: url("i/arrow-up.svg") no-repeat center center, #2F529F;
    background-size: 20px 20px, 100% 100%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.27);
    transition: all 0.2s ease-in-out 0s;
}

a.back-to-top:hover {
    background-size: 24px 24px, 100% 100%;
}



iframe {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}



div.galerie-photo {width:33.33%;display:inline-block;vertical-align: top;padding:18px;text-align: center;}

div.galerie-photo img, ul.images img {margin-bottom: 7px;}

@media (max-width:800px) {
    div.galerie-photo {width:50%;}
}


@media (max-width:500px) {
    div.galerie-photo {width:100%;}
}

img.cadrephoto, img.ombre, ul.images img, img.ronde {
    border-radius: 40px 40px 40px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

img.ronde {
    border-radius: 50%;
}

a.lien-actu {color:inherit;text-decoration: none;}

div.col1-2 {display:inline-block;vertical-align:top;width:48%;}
div.col2-2 {display:inline-block;vertical-align:top;margin-left:4%;width:48%;}


@media (max-width:700px) { 
    div.col1-2 {display:inline-block;vertical-align:top;width:100%;}
    div.col2-2 {display:inline-block;vertical-align:top;margin-left:0%;width:100%;margin-top:15px;}
}


div.col1-3, div.col2-3, div.col3-3 {display:inline-block;width:30%;vertical-align: top;}
div.col2-3, div.col3-3 {margin-left:5%;}


@media (max-width:880px) {
    div.col1-3, div.col2-3, div.col3-3 {width:50%;margin-bottom: 10px;margin-left:0%;padding-left:2%;padding-right: 2%;}

}

@media (max-width:480px) {
    div.col1-3, div.col2-3, div.col3-3 {width:100%;margin-bottom: 10px;margin-left:0%;}

}


.wrapper-flex-columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.wrapper-flex-columns.items-center {
    align-items: center;
}

.wrapper-flex-columns > br {
    display: none;
}

.wrapper-flex-columns .wrapper-col {
    flex: 1;
    min-width: min(450px, 100%);
    position: relative;
}

.wrapper-flex-columns .wrapper-col.fit-content {
    flex: 0;
}



.style-galerie {
    border:1px solid #d8d8d8;background:rgba(0,0,0,0.05);position:relative;max-width: 760px;
    margin: auto;
}

.wrapper-galerie {
        float: none;
        width:100%;
        max-width:720px;
        margin:auto;margin-bottom: 20px;
    }

.photo_commentaire {display: block;text-align: center;text-decoration: none !important;color:#323232;padding-top:5px;}


.ilightbox {text-decoration: none;}

.h2-puce {
    vertical-align: -1px;
    padding-right: 3px;
}

.wrapper-bande {}
.wrapper-boxed-bande {max-width: 1180px;margin:auto;}

body label[for="element7i0"] {font-size: 12px;line-height: 1.1;}

div.map iframe {vertical-align: top;}

.actualite-galerie {margin-top:20px; margin-bottom: 20px;}
/* isotope */

.isotope-grid-item { width: 33.33%; }


.pix-masonry-photo {
    padding: 10px;
    text-align: center;
}

@media (max-width:820px) {
    .isotope-grid-item { width: 50%; }
}

@media (max-width:520px) {
    .isotope-grid-item { width: 100%; }
    .pix-masonry-photo {
        padding: 0;
        padding-bottom: 10px;
    }
}



.pswp {z-index: 150000000;}


.detail-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 20px;
}

.back-list a.lien,
.detail-pagination a.lien {
    color: #2F529F !important;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
    margin: 5px 0;
    display: inline-block;
}

.back-list {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

.detail-pagination .show-next {
    text-align: right;
    margin-left: auto;
}

.back-list .lien,
.show-previous .lien {
    padding-left: 2px;
    transition: padding 0.2s ease;
    
}

.back-list .lien:hover,
.show-previous .lien:hover {
    padding-left: 0;
    padding-right: 2px;
}
.show-next .lien {
    padding-right: 2px;
    transition: padding 0.2s ease;
}
.show-next .lien:hover {
    padding-right: 0;
    padding-left: 2px;
}


.liste-pagination {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
}

.liste-pagination > div {
    display: inline-block;
    width: 100%;
}

.liste-pagination > div:first-of-type{text-align: left;}
.liste-pagination > div:nth-of-type(2){text-align: center;}
.liste-pagination > div:last-of-type{text-align: right;}

.liste-pagination a.lien {
    color:#2F529F !important;
    font-weight: normal;
    font-style: normal;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-size: 15px;
}


@media (max-width: 700px) {
    .detail-pagination .show-previous {width: 100%;}
    .detail-pagination .show-next {width: 100%;}
}






.form_label {
    
    font-weight: 500;
}


.form label[for="element7i0"] {font-size: 13px;color: #c6c6c6;}


.div-centre {text-align: center;}
.div-centre h2 {display: inline-block;}



.pswp {z-index: 1500000000 !important;}



/* BANDEAU SWIPER */
.pix-bandeau-swiper {
    aspect-ratio: 1920 / 1000;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.pix-bandeau-swiper .swiper-wrapper {
    border-bottom-right-radius: 80px;
    overflow: hidden;
}

.pix-bandeau-swiper .swiper-slide .swiper-image {
    width: 100%;
    height: 100%;
    aspect-ratio: 1920 / 1000;
    background-position: center center;
    background-size: cover;
}
.pix-bandeau-swiper .swiper-slide img {
    vertical-align: top;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pix-bandeau-swiper .swiper-slide {
    position: relative;
}
.pix-bandeau-swiper .swiper-slogan {
    position: absolute;
    bottom: 0;
    left: 50%;
    text-align: center;
    pointer-events: none;
    font-size: clamp(16px, 3vw, 40px);
    color: #161616;
    width: 80%;
    max-width: 1100px;
    transform: translateX(-50%);

    background: rgba(255, 255, 255, 0.9);
    border-radius: 1em 1em 0 0;
    padding: 1.5em 1em 1.3em;
}
.pix-bandeau-swiper .swiper-slogan h3 {  
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    font-size: 1em;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    color: currentColor;
}

.pix-bandeau-swiper .swiper-slogan span.dl {
    display: block;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: none;
    font-weight: 500;
    font-size: 0.8em;
    line-height: 1;
    margin-top: 0.2em;
}

.pix-bandeau-swiper .swiper-button-prev::after,
.pix-bandeau-swiper .swiper-button-next::after {
    content: none;
}
.pix-bandeau-swiper .swiper-button-prev,
.pix-bandeau-swiper .swiper-button-next {
    width: 36px;
    height: 36px;
    --swiper-navigation-size: 36px;
    background: #2F529F url('i/arrow-right.svg') no-repeat center center / 16px 16px;
    border-radius: 8px;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.pix-bandeau-swiper .swiper-button-prev {
    transform: rotate(180deg);
}
.pix-bandeau-swiper:hover .swiper-button-prev,
.pix-bandeau-swiper:hover .swiper-button-next {
    opacity: 0.5;
}
.pix-bandeau-swiper .swiper-button-prev:hover,
.pix-bandeau-swiper .swiper-button-next:hover {
    opacity: 1;
    background-color: #2F529F;
}

@media (pointer: coarse) {
    .pix-bandeau-swiper .swiper-button-prev,
    .pix-bandeau-swiper .swiper-button-next {
        display: none;
    }
}




@media (max-width: 960px) {
    .pix-bandeau-swiper {
        height: 490px;
        aspect-ratio: initial;
    }
}
@media (max-width: 640px) {
    .pix-bandeau-swiper {
        height: 400px;
        aspect-ratio: initial;
    }
}

@media (max-width: 500px) {
    .pix-bandeau-swiper {
        height: 350px;
        aspect-ratio: initial;
    }

    .pix-bandeau-swiper::before {
        aspect-ratio: initial;
        height: 25px;
    }
}



.wrapper-bande-recherche {
    max-width: 1220px;
    padding: 0 20px;
    margin: 0 auto 0;
    text-align: center;
}
body.page-accueil .wrapper-bande-recherche  {
    margin-top: -60px;
}

.bande-recherche-inner {
    padding: 20px 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    border-radius: 20px;
}
.bande-recherche-inner h2 {
    margin-bottom: 0.5em;
}


@media (max-width: 700px) {
    .wrapper-bande-recherche {
        padding: 0 10px;
    }
    .bande-recherche-inner {
        padding: 20px 20px;
    }
}

@media (max-width: 400px) {
    .wrapper-bande-recherche {
        padding: 0 0;
    }
    .bande-recherche-inner {
        padding: 20px 10px;
    }
}




/* SLOGAN */
.slogan {
    padding: 20px;
    background: rgba(228, 233, 244, 0.7);
    position: relative;
    z-index: 1;
}



/* FORMULAIRES */
.formulaire {
    display: block;
}
.formulaire tbody {
    display: block;
}
.formulaire tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.formulaire th {
    text-align: left;
    padding: 0 20px;
    margin-bottom: 3px;
}
.formulaire td {
    padding: 0 20px;
    line-height: 1;
}
.formulaire td input:not([type="checkbox"]), .formulaire td textarea {
    width: 100%;
}
.formulaire-envoyer {
    text-align: left;
}


/* GRILLE LISTE DES  ACTUS */
.wrapper-liste-actualites {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media (max-width: 1200px) {
    .wrapper-liste-actualites {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 600px) {
    .wrapper-liste-actualites {
        grid-template-columns: 1fr;
    }
}



/* CARD POUR LES ACTUS */
.pix-card {
    position: relative;
    text-decoration: none;
    color: #323232;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    
    width: 100%;
    height: 100%;
    
    font-size: 20px;

    background-color: #fff;
    overflow: hidden;
    
    max-width: 400px;
    margin: 0 auto;

    border-radius: 2em 2em 2em 0;

    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.3);

    transition: box-shadow 0.2s ease;
}

.pix-card .pix-card-image {
    width: 100%;
}
.pix-card .pix-card-image img {
    vertical-align: top;
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.pix-card .pix-card-content {
    padding: 2em 1.5em 2em;
    position: relative;
    width: 100%;
    text-align: center;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(to bottom, #2F529F 50%, #1B2842);
    background-size: 100% 200%;
    background-position: 0 100%;
    transition: background 0.15s, color 0.15s;
}

.pix-card .pix-card-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-70%) rotate(var(--tongs-rotation, 0deg));
    width: 3.75em;
    height: 3.75em;
    background: url('i/tongs.svg') center center no-repeat;
    background-size: 100% 100%;
}


.pix-card .pix-card-title {
    font-weight: 700;
    color: #fff;
    font-family: "Lato", sans-serif;
    line-height: 1.2;
    font-size: 1.3em;
}

.pix-card:hover .pix-card-content {
    background-position: 0 0;
}

.pix-card:hover .pix-card-content::before {
    animation: tongs-shake 0.5s ease;
}

@keyframes tongs-shake {
    0%, 100% { transform: translateX(-50%) translateY(-70%) rotate(0deg); }
    15% { transform: translateX(-50%) translateY(-70%) rotate(5deg); }
    30% { transform: translateX(-50%) translateY(-70%) rotate(-4deg); }
    45% { transform: translateX(-50%) translateY(-70%) rotate(3deg); }
    60% { transform: translateX(-50%) translateY(-70%) rotate(-2deg); }
    75% { transform: translateX(-50%) translateY(-70%) rotate(1deg); }
}


@media (max-width: 900px) {
    .pix-card {
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    .pix-card {
        font-size: 16px;
    }
}



/* LISTE DES ACTUALITES */
.intro-actualites {
    margin-bottom: 2em;
}

/* DETAIL DES ACTUALITES */
.titre-actualite {
    margin-bottom: 0.5em;
}



em.pix-masonry-photo-titre {font-style: normal;display: block;font-size:16px; font-weight: 700;}
em.pix-masonry-photo-commentaire {font-style: normal;display: block;font-size:14px;color:#999;}



/* BANDE IMAGE */
.wrapper-bande-image {
    display: grid;
    --gap-bande-image: clamp(30px, 4vw, 50px);
    grid-template-columns: 1fr var(--gap-bande-image) 25vw;
    grid-template-rows: 30px 1fr;

    padding: clamp(90px, 15vw, 150px) 0;
    max-width: 95%;
}

body:not(.page-accueil) .wrapper-bande-image {
    padding: clamp(10px, 3vw, 30px) 0;
}


.wrapper-bande-image .bande-image-contenu {
    background-color: rgba(228, 233, 244, 0.7);
    border-radius: 0 50px 50px 0;
    grid-row: 2 / 3;
    grid-column: 1 / 3;
    align-self: flex-start;
    position: relative;
}

.wrapper-bande-image.bande-image-animation .bande-image-contenu {
    background: #D9EEFA;
}

.wrapper-bande-image .bande-image-contenu-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 60px calc(var(--gap-bande-image) + clamp(30px, 4vw, 50px)) 60px clamp(30px, 4vw, 50px);
}

body:not(.page-accueil) .wrapper-bande-image .bande-image-contenu-inner {
    text-align: left;
}

.wrapper-bande-image.bande-image-animation .bande-image-contenu-inner {
    padding-top: 30px;
    padding-bottom: 90px;
}

.wrapper-bande-image .bande-image-img {
    width: 100%;
    text-align: center;
    grid-row: 1 / 3;
    grid-column: 2 / 4;
    aspect-ratio: 1 / 1;
    z-index: 1;
}
.wrapper-bande-image .bande-image-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
}


.bande-image-animation-phoque {
    --height-phoque: clamp(120px, 20vw, 276px);
    margin-top: calc(-1 * var(--height-phoque) / 2);
    text-align: center;
}
.bande-image-animation-phoque img {
    height: var(--height-phoque);
    width: auto;
}

@media (max-width: 940px) {
    .wrapper-bande-image {
        grid-template-columns: 20px 1fr 20px;
        grid-template-rows: auto 30px auto;
        max-width: 700px;
    }
    .wrapper-bande-image .bande-image-contenu {
        grid-row: 1 / 3;
        grid-column: 1 / 3;
    }
    .wrapper-bande-image .bande-image-contenu-inner {
        padding: clamp(30px, 4vw, 50px);
        padding-bottom: calc(clamp(30px, 4vw, 50px) + 30px);
    }
    .wrapper-bande-image .bande-image-img {
        grid-row: 2 / 4;
        grid-column: 2 / 4;
    }

    .wrapper-bande-image.bande-image-animation .bande-image-contenu-inner {
        padding-top: 10px;
        padding-bottom: 60px;
    }
}




/* BANDE ACTUS */
.wrapper-bande-actus {
    max-width: 1920px;
    margin: 0 auto;

    padding: calc(clamp(30px, 4vw, 70px) * 50/70) 0 clamp(30px, 4vw, 70px); 
    overflow: hidden;

    position: relative;
}

.wrapper-bande-actus h2 {
    text-align: center;
    margin-bottom: 0.5em;
}


.wrapper-bande-actus .wrapper-swiper-actus {
    position: relative;
}
.wrapper-bande-actus .wrapper-swiper-actus::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(47, 82, 159, 0.15);
    transform: translateY(-50%);
}


.wrapper-bande-actus .swiper-actus {
    padding: 0 40px;
}

.wrapper-bande-actus .swiper-actus .swiper-slide {
    height: auto;
}
.wrapper-bande-actus .wrapper-actualite {
    height: 100%;
}
.wrapper-bande-actus .pix-card {
    /* max-width: 500px; */
    margin: 0 auto;
}

@media (max-width: 1250px) {
    .wrapper-bande-actus .swiper-actus {
        padding-inline: 30px;
    }
}

@media (max-width: 540px) {
    .wrapper-bande-actus .swiper-actus {
        padding-inline: 20px;
    }
}







/* CAROUSEL ICONES */
.wrapper-bande-icones {
    max-width: 1780px;
    margin: 0 auto;
    padding: 0 20px;
}
.wrapper-bande-icones-inner {
    display: flex;
    flex-direction: column;
    background: #2F529F url('i/services-background.webp') no-repeat center center;
    background-size: cover;
    border-radius: 50px 50px 50px 0;
    padding: 80px 80px 50px;

    position: relative;
}

.wrapper-bande-icones-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('i/coquille-services.svg') no-repeat right 5% center;
    background-size: auto 90%;
    z-index: 0;
    pointer-events: none;
}

.wrapper-bande-icones-inner h2 {
    z-index: 2;
}
.wrapper-bande-icones-inner h2 .l1 {
    color: #F6D728;
}
.wrapper-bande-icones-inner h2 .dl {
    color: #fff;
}
.wrapper-bande-icones-inner h2 .l1::after {
    filter: brightness(0) invert(1);
}

.wrapper-bande-icones .bouton {
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.swiper-icones {
    position: relative;

    padding: max(3vw, 20px) 0;
    
    width: 100%;
    margin: 0 auto;

    overflow: hidden;

    text-align: center;
}

.wrapper-icone {
    text-decoration: none;
    max-width: 18em;
    margin: 0 auto;
    width: 100%;

    font-size: 20px;

    color: #fff;

    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    transition: all 0.3s ease;

    position: relative;
}

.wrapper-icone-image {
    position: relative;
    margin-bottom: 1.5em;
}

.wrapper-icone-image img {
    width: 6.25em;;
    object-fit: contain;
    vertical-align: top;
    position: relative;
    z-index: 1;

    transition: filter 0.2s ease; 
}

.wrapper-icone-texte span {
    margin: 0;
    line-height: 1.1;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;

    transition: color 0.4s ease;
}

.wrapper-icone-texte p {
    margin: 0;
    font-size: 0.9em;
    line-height: 1.2;
    margin-top: 0.5em;
}


@media (max-width: 1670px) {
    .wrapper-bande-icones-inner {
        padding: 40px 40px 30px;
        border-radius: 35px 35px 35px 0;
    }
}

@media (max-width: 1350px) {
    .wrapper-icone {
        font-size: 18px;
    }
}

@media (max-width: 900px) {
    .wrapper-icone {
        font-size: 15px;
    }

    .wrapper-bande-icones-inner {
        padding-inline: 20px;
    }
}

@media (max-width: 420px) {
    .wrapper-icone {
        font-size: 13px;
    }
}


.wrapper-icone-inline {
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(28%) sepia(32%) saturate(2306%) hue-rotate(196deg) brightness(93%) contrast(89%);
    margin-bottom: 10px;
}
.wrapper-icone-inline img {
    vertical-align: top;
    width: 60px;
}



.wrapper-bande-dispo {
    padding-top: 20px;
}
.wrapper-bande-dispo h2 {
    margin-bottom: 0;
}



.wrapper-grid-card {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

@media (max-width: 1200px) {
    .wrapper-grid-card {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 600px) {
    .wrapper-grid-card {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
}

.wrapper-grid-card > br {
    display: none;
}

.grid-card {
    height: 100%;
    border: 1px solid rgba(228, 233, 244, 0.7);
}

.grid-card.col-span-3 {
    grid-column: span 3;
}

.grid-card-inner {
    display: flex;
    flex-direction: column;
}

.grid-card.horizontal .grid-card-inner {
    flex-direction: row;
}

.grid-card-content {
    padding: 10px;
}

.grid-card-image {
    flex-shrink: 0;
}

.grid-card-image img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: 100%;
    vertical-align: top;
}

.grid-card.horizontal .grid-card-image {
    width: 30%;
}
.grid-card.horizontal .grid-card-image img {
    height: 100%;
}


@media (max-width: 720px) {
    .grid-card.horizontal .grid-card-inner {
        flex-direction: column;
    }
    .grid-card.horizontal .grid-card-image {
        width: 100%;
    }
}




.widget-avis {
    width: fit-content;
    margin: 0 auto;
}