* {-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: 'Karla', sans-serif;
    font-size: 22px;
    color: #383838;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    background-color: #fff;
    font-weight: 400;
}
@media (max-width: 700px) {
    body {
        font-size: 20px;
    }
}



.slicknav_menu {
    display:none;
    position: relative !important;
    z-index: 1000000 !important;
}
  
#menu {
    display:none;
}

.slicknav_btn {
    background: #fff !important;
    position: absolute !important;
    z-index: 1000 !important;
    top: 20px !important;right:15px !important;
}  

.slicknav_menu .slicknav_menutxt {
    color:#383838 !important;
    font-family: 'Cabin Condensed', sans-serif;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #383838 !important;
}


@media (max-width:420px) {
    .slicknav_btn {
    top: 12px !important;
    right: 12px !important;
    }
    .slicknav_menutxt {
        display: none !important;
    }
    .slicknav_nav:first-of-type {
        margin-top: 54px !important;
    }
    .slicknav_menu .slicknav_icon {margin:0 !important;}
}



.wrapper-header {
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.5));
    position: relative;
    z-index: 300000;
    background:#fff;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}


/* HEADER ETIQUETTE */
.wrapper-header::before,
.wrapper-header::after {
    content: '';
    position: absolute;
    top: 15px;
    width: 50%;
    height: calc(100% - 30px);
    background: url('i/etiquette-header.svg');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: top left;
    z-index: -1;
    pointer-events: none;
}
.wrapper-header::before {
    left: 15px;
}
.wrapper-header::after {
    right: 15px;
    transform: scaleX(-1);
}


/* MENU */
.menu-left {padding-right:290px;width: 100%;}
.menu-right {padding-left:290px;width: 100%;}

#menu-desktop .menu-left ul {text-align: right;}
#menu-desktop .menu-right ul {text-align: left;}

.wrapper-menu-inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.wrapper-menu {width: 100%;}
.wrapper-menu .menu {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'Cabin Condensed', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #383838;
}
.menu-right .menu {
    justify-content: flex-start;
}

.wrapper-header .menu-item {
    position: relative;
}
.wrapper-header .menu-item > a, 
.wrapper-header .menu-item > span { 
    padding: 30px 15px;
    color: currentColor;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
.wrapper-menu .menu-item.selected > a,
.wrapper-menu .menu-item.selected > span {
    color: #70a565;
}

.wrapper-menu .menu-item > a::before,
.wrapper-menu .menu-item > span::before {
    content: '';
    width: 38px;
    height: 38px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #70a565;

    transform: translate(-50%, 100%);
    opacity: 0;
    transition:transform 0.4s cubic-bezier(0.17, 0.67, 0.06, 1.76),opacity 0.4s ease-out;
    z-index: -1;
}
.wrapper-menu .menu-item:hover > a::before,
.wrapper-menu .menu-item:hover > span::before {
    opacity: .75;
    transform: translate(-50%, 50%);
}
.wrapper-menu .menu-item.selected > a::before,
.wrapper-menu .menu-item.selected > span::before {
    opacity: 1;
    transform: translate(-50%, 50%);
}

.wrapper-header .sousmenu {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    padding: 0;
    list-style: none;
    min-width: 100%;
    display: none;
    font-size: 0.9em;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.6);
    min-width: 200px;
    text-align: center;
}
.wrapper-header .menu-item:hover .sousmenu {
    display: block;
}
.wrapper-header .sousmenu-item a{
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    padding: 16px;
    width: 100%;
    color: #3e4347;
    font-size: 22px;
    line-height: 22px;
}
.wrapper-header .sousmenu-item a:hover{
    background: rgba(112, 165, 101, 0.7);
    color: #fff;
}
.wrapper-header .sousmenu-item.selected a {
    background: rgba(112, 165, 101, 0.7);
    color: #fff;
}
.wrapper-menu .menu-item.selected .menu-arrow {
    filter: brightness(0) saturate(100%) invert(60%) sepia(25%) saturate(645%) hue-rotate(64deg) brightness(96%) contrast(83%);
}

.wrapper-header .menu-arrow {
    margin-left: 5px;
    vertical-align: 2px;
}

img.menu-arrow {margin-left:4px;    vertical-align: 2px;}


/* BARRE LANGUE */
.wrapper-langue {
    position: absolute;
    bottom: 0;
    right: 40px;
    width: 50px;
    height: 45px;
    transform: translateY(100%);
    border-radius: 0 0 99px 99px;
    overflow: hidden;
    z-index: -1;
    transition: height 0.2s ease;
    cursor: pointer;
}
.wrapper-langue::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 6px 8px -5px rgba(0,0,0,0.5);
    pointer-events: none;
}
.wrapper-langue img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrapper-langue:hover {
    height: 50px;
}


/* LOGO */
div.logo {
    position: absolute;
    top: 40px;
    left: 50%;
    padding: 0px;
    display: inline-block;
    margin: 0px;
    z-index: 10000000;
    text-align: center;
    transform: translateX(-50%);
    padding-bottom: 35px;
}
div.logo::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
}



div.logo img {vertical-align: middle;}



a.logo {text-decoration:none;
    z-index: 10;
    position: relative;
    display: inline-block;
}
a.logo:focus {outline:none;}






@media (max-width: 1510px) {
    .menu-left {
        padding-right: 250px;
    }
    .menu-right {
        padding-left: 250px;
    }
    .wrapper-menu .menu {
        font-size: 22.5px;
    }
}




@media (max-width: 1410px) {
    .menu-left {
        padding-right: 230px;
    }
    .menu-right {
        padding-left: 230px;
    }
}
@media (max-width: 1350px) {
    .wrapper-header {
        height: 170px;
    }
    div.logo {
        width: 330px;
        padding-bottom: 25px;
    }
    .menu-left {
        padding-right: 220px;
    }
    .menu-right {
        padding-left: 220px;
    }
    .wrapper-menu .menu {
        font-size: 21px;
    }
    .wrapper-header .menu-item > a, .wrapper-header .menu-item > span {
        padding: 26px 10px;
    }
    .wrapper-menu .menu-item > a::before,
    .wrapper-menu .menu-item > span::before {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 1230px) {
    .wrapper-header {
        height: 150px;
    }
    div.logo {
        width: 280px;
        padding-bottom: 20px;
    }
    .menu-left {
        padding-right: 180px;
    }
    .menu-right {
        padding-left: 180px;
    }
    .wrapper-header .menu-item > a, .wrapper-header .menu-item > span {
        padding: 22px 10px;
    }
    .wrapper-menu .menu-item > a::before,
    .wrapper-menu .menu-item > span::before {
        width: 25px;
        height: 25px;
    }
}
@media (max-width: 1150px) {
    .wrapper-menu .menu {
        font-size: 19px;
    }
}

@media (max-width: 1080px) {
    .wrapper-header {
        height: 130px;
    }
    div.logo {
        width: 250px;
        padding-bottom: 15px;
        top: 30px;
    }
    .menu-left {
        padding-right: 140px;
    }
    .menu-right {
        padding-left: 160px;
    }
    
}



@media (max-width:1000px) {
    .slicknav_menu {
      display:block;
    }
    .menu-left {display:none;}
    .menu-right {display:none;}
    .wrapper-header-top {
        padding: 0 15px;
    }
    .bandeau-fixe {
        height: 65px
    }
    .wrapper-langue {
        right: 10px;
    }
    .wrapper-header::before, .wrapper-header::after {
        height: calc(100% - 20px);
        top: 10px;
    }
    .wrapper-header::before {
        left: 10px;
    }
    .wrapper-header::after {
        right: 10px;
    }
    .wrapper-langue {
        width: 35px;
        height: 30px;  
        right: 5px;
    }
    .wrapper-langue:hover {
        height: 35px;
    }
    
}
@media (max-width: 750px) {
    .wrapper-header-top {
        justify-content: flex-end;
    }
    .wrapper-header-top h3 {
        display: none;
    }
}
@media (max-width: 430px) {
    .wrapper-header {
        height: 115px;
    }

    .wrapper-header::before, .wrapper-header::after {
        height: calc(100% - 10px);
        top: 5px;
    }
    .wrapper-header::before {
        left: 5px;
    }
    .wrapper-header::after {
        right: 5px;
    }

    div.logo {
        top: 20px;
        width: 220px;
    }
}










.wrapper {
    overflow: hidden;
}
.wrapper-contenu {
    z-index: 2;
    position: relative;
    background: url('i/pommes.png') top right no-repeat;
    background-size: 732px 489px;
}
@media 
(-webkit-min-device-pixel-ratio: 1.5), 
(min-resolution: 144dpi) {
    .wrapper-contenu {
        background: url('i/pommes-2x.png') top right no-repeat;
        background-size: 732px 489px;
    }
}

:not(.page-bienvenue) .wrapper-contenu {
    padding-top: 20px;
}


@media (max-width: 900px) {
    .wrapper-contenu {
        background-size: 500px auto;
    }
}
@media (max-width: 580px) {
    .wrapper-contenu {
        background-size: 300px auto;
    }
}


.wrapper-contenu strong {font-weight: 700;}

.wrapper-contenu-inner {}

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

.wrapper-boxed {}

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



a.lienfooter:link,a.lienfooter:visited {color:#70a565; font-weight:bold; font-style:normal; text-decoration:none; }
a.lienfooter:hover,a.lienfooter:active {text-decoration:none;color:#70a565;}


h1 {
    font-size: clamp(27px, 3vw, 46px);
    font-family: 'Karla', sans-serif;
    font-weight: 900;
    color: #383838;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0;
}



h1.h1-centre {text-align: center;}
h2.h1-centre {text-align: center;}


span.dl {
    display: block;
    text-transform: none;
    font-weight: 400;
    font-size: 38px;
    font-size: clamp(26px, 4vw, 38px);
    font-family: 'La Belle Aurore', cursive;
    margin-top: 10px;
    line-height: 0.9;
}


h2 {
    font-weight: 700;
    font-size: calc(clamp(27px, 3vw, 46px) * 40 / 46);
    color: #383838;
    line-height: 1.1;
    margin: 0;
    text-transform: uppercase;
}



div.padding { padding:80px 20px 40px 20px;}




@media (max-width:1400px) {
    div.padding { padding:30px 20px 30px 20px;}
}
/* @media (max-width:900px) {
    div.padding { padding:20px 20px 20px 20px;}
} */



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


a.lien:link,a.lien:visited {color:#70a565; font-weight:bold; font-style:normal; text-decoration:none; }
a.lien:hover,a.lien:active {text-decoration:none;color:#5f8c56;}


a.lienpetit:link,a.lienpetit:visited {font-size:15px; color:#70a565; font-weight:bold; font-style:italic; text-decoration:none; }
a.lienpetit:hover,a.lienpetit:active {text-decoration:none;color:#5f8c56;}

span.vert {color:#70a565;}






.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 {
	list-style-type:none;
	background-image: url(i/puce.png);
    background-size: 10px 10px;
	background-repeat: no-repeat;
	padding-left:18px;
    padding-right:2px;
	background-position:0px 8px;
	margin:0px 0px 7px 0px;
    line-height: 1.2;
    overflow: hidden;
}



ul.images {
    padding:0px;
    margin:0;
    list-style-type:none;
}

ul.images li {
    float:left;
}

ul.images div.i {
    display:block;
    margin:auto;
    text-align:center;
}

ul.n2 li {width:50%;}
ul.n3 li {width:33.33%;}
ul.n4 li {width:25%;}
ul.n5 li {width:20%;}

ul.n2 li, ul.n3 li, ul.n4 li, ul.n5 li {padding-left:10px;padding-right:10px;}


@media (max-width:560px) {
	ul.n2 li, ul.n3 li, ul.n4 li, ul.n5 li {width:100%;margin-bottom:20px;}
	ul.images li {float:none;}
}



input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
  width: 90%;
}






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

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


@media (max-width:650px) {
    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.right-responsive-xl {float:right; padding-left:30px;max-width:100%;}
div.left-responsive-xl {float:left; padding-right:30px;max-width:100%;}


@media (max-width:800px) {
    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;}
}


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



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


a.liennewsticker:link,a.liennewsticker:visited,a.liennewsticker:hover,a.liennewsticker:active {font-size:15px; color:#000; font-weight:normal; font-style:normal; text-decoration:none; }
a.liennewsticker:focus {outline:none;}


.pagination_inactif { color:rgba(112, 165, 101, 0.5); font-weight:bold; font-style:normal;}
a.lienpagination:link,a.lienpagination:visited,a.lienpagination:hover,a.lienpagination:active  {   color:#70a565; font-weight:bold; text-decoration:none;display:block;width:100%;}
a.lienpaginations:link,a.lienpaginations:visited,a.lienpaginations:hover,a.lienpaginations:active  {   color:#ffffff; font-weight:bold; text-decoration:none;display:block;width:100%;}
.cadrepagination {}
.cadrepaginations {background-color:#70a565;}

div.pagination {background-color:#e5e2dc;border:1px solid #bdbdbd;padding:6px;overflow:hidden;}



@media (max-width:580px) {
    td.cadrepaginations, td.cadrepagination {display: none;}
}



div.map {}

.form_header {
    background: #70a565;
    color: #fff;
    text-align: left;
    padding: 4px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
form table:nth-of-type(1) {    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
    border: 1px solid rgba(0, 0, 0, 0.1);}

#form sup{color:#b83030;font-weight: 600; vertical-align: 3px;}
.error{color:#b83030;font-weight: 600;}
.form_label {background-color:rgba(0, 0, 0, 0.08);font-weight:normal;}
.form_input {background-color:rgba(0, 0, 0, 0.08);}
div.form_note {font-style:italic;font-size:10px;}

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


a.bouton,
.form_submit {
    background: #70a565;
    font-family: 'Karla', sans-serif;
    font-weight: 900;
    text-decoration: none;
    font-size: 20px;
    display: inline-block;
    padding: 15px 35px;
    text-transform: uppercase;
    color: #fff;
    outline: none;
    transition: all 0.2s ease 0s;
    border: none;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}


a.bouton:hover, .form_submit:hover {
background: #5f8c56;
}

label[for="element10i0"] {font-size: 16px;line-height: 1.3;}
#element11i {vertical-align: 2px;}



div.ticker {float:right;padding-left:20px;width: 450px;}

@media (max-width:960px) {
	div.ticker {width: 350px;}
}

@media (max-width:690px) {
	div.ticker {float:none;padding-left:0px;margin-bottom:20px;width:100%;}
}



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;}
}






.bandeau-boxed-padding-top {padding-top: 26px;}

#bandeau_boxed {
    max-width:1140px;margin:auto;box-shadow: 0 8px 26px rgba(0, 0, 0, 0.28);
    outline: 1px solid #c5c5c5;
    outline-offset: 0px;margin-bottom: 20px;
}

#bandeau_photos_boxed {width:100%;max-width: 1140px;height: 500px;}
#bandeau_boxed img {margin-left: 0px !important;margin-top: 0px !important;}


#bandeau_fullwidth {
    max-width: 1920px;
    margin: auto;
    position: relative;
}

#bandeau_photos_fullwidth {
    width: 100%;
    max-width: 1920px;
    height: 750px;
    position: relative;
}

#bandeau_photos_fullwidth::before {
    content: '';
    width: clamp(150px, 30vw, 400px);
    height: clamp(150px, 30vw, 400px);
    border-radius: 50%;
    background-color: #70a565;
    mix-blend-mode: multiply;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(40%, 40%);
    z-index: 1000;
    pointer-events: none;
}


/*#bandeau_fullwidth img {margin-left: 0px !important;margin-top: 0px !important;}*/
#bandeau_photos_fullwidth img {margin-left: 0px !important;margin-top: 0px !important;}


@media (max-width:650px) {
    #bandeau_photos_fullwidth img {
        margin-left: 0px !important;
        margin-left: -webkit-calc(50% - 247px * (1920 / 750 / 2)) !important;
        margin-left: calc(50% - 247px * (1920 / 750 / 2)) !important;
        margin-top: 0px !important;
        height:247px;
        max-width: initial;
    }
    #bandeau_photos_fullwidth {
        height:247px !important;        
    }
}





a.back-to-top {
    display: none;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    position: fixed;
    z-index: 99900000;
    right: 20px;
    bottom: 30px;
    background: #70a565 url("i/arrow-up.png") no-repeat center center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.27);
        transition: all 0.3s ease-in-out 0s;
}

a.back-to-top:hover {background-color: #5f8c56;}


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


.wrapper-footer {
    position: relative;
    background: url('i/footer.jpg');
    background-size: 1950px auto;
    background-repeat: no-repeat;
    background-position: top center;
    box-shadow: 0 10px 40px rgba(111, 111, 111, 0.4);
}
@media 
(-webkit-min-device-pixel-ratio: 1.5), 
(min-resolution: 144dpi) {
    .wrapper-footer {
        background: url('i/footer-2x.jpg');
        background-size: 1950px auto;
        background-repeat: no-repeat;
        background-position: top center;
    }
}

.wrapper-logo-footer {
    text-align: center;
    position: relative;
    padding: 0 15px;
}
.wrapper-footer .logo-footer {
    display: inline-block;
    pointer-events: all;
    padding: 15px 80px 60px;
    position: relative;
    overflow: hidden;
}
.wrapper-footer .logo-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #70a565;
    border-radius: 50%;
    transform: translateY(-55%);
}
.wrapper-footer .logo-footer img {
    filter: brightness(0) invert(1);
}



.wrapper-footer-padding {
    width: 100%;
    padding: 0 50px;
    margin-top: clamp(30px, 5vw, 70px);
}
.wrapper-footer .footer {
    max-width: 1420px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.wrapper-footer .footer-1,
.wrapper-footer .footer-2,
.wrapper-footer .footer-3 {
    width: 33.33%;
    padding: 0 20px;
}
.wrapper-footer .footer-1 .footer-inner {
}
.wrapper-footer .footer-2 .footer-inner {
    text-align: center;
}
.wrapper-footer .footer-3 .footer-inner {
    text-align: right;
}

.wrapper-footer .footer-inner h3 {
    font-family: 'Karla', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1.1;
    margin: 0;
    margin-bottom: 20px;
}

.wrapper-footer .footer-inner address {
    font-style: normal;
}
.wrapper-footer .footer-inner a {
    text-decoration: none;
    font-weight: 700;
    color: currentColor;
}
.wrapper-footer .footer-inner a:hover {
    color: #70a565
}

.footer-1 .footer-adresse,
.footer-1 .footer-contact {
    margin-bottom: 20px;
}
.footer-1 .footer-reseaux {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
}
.footer-1 .footer-reseaux a:hover {
    filter: brightness(0);
}

.footer-3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
.footer-3 ul li {
    margin-bottom: 7px;
}



div.mentions {
    position: relative;
    max-width: 1180px;
    padding: 0 20px;
    margin: auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: clamp(50px, 10vw, 150px);
    padding-bottom: 30px;
}
.mentions-moderation {font-style: italic;color:#999;}

div.mentions a {color: currentColor; font-weight: 900;text-decoration: none;}

div.mentions a:hover {    
    color: #70a565;
}

.footer-2 span {display:block;margin:8px 0px 0px 0px; text-transform: uppercase;}

@media (max-width: 1300px) {
    a.mail {
        letter-spacing: -1px;
        font-size: 20px;
    }
}
@media (max-width: 1140px) {
    .wrapper-footer .footer {
        flex-direction: column;
        row-gap: 50px;
    }
    .wrapper-footer-padding {
        padding: 0 20px;
    }
    .wrapper-footer .footer-1, .wrapper-footer .footer-2, .wrapper-footer .footer-3 {
        width: 100%;
    }
    
    .wrapper-footer .footer-1 .footer-inner,
    .wrapper-footer .footer-2 .footer-inner,
    .wrapper-footer .footer-3 .footer-inner {
        text-align: center;
    }
    .footer-1 .footer-reseaux {
        justify-content: center;
    }
    .wrapper-footer .footer-inner h3 {
        margin-bottom: 10px;
    }
}
@media (max-width: 450px) {
    .wrapper-logo-footer {
        padding: 0 10px;
    }
    .wrapper-footer .logo-footer {
        padding: 10px 60px 40px;
    }
    .wrapper-footer .logo-footer::before {
      
    }
}
@media (max-width: 370px) {
    .wrapper-footer .logo-footer {
        padding: 10px 40px 40px;
    }
    a.mail {
        font-size: 17px;
    }
}


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

div.galerie-photo img, ul.images img {
    margin-bottom: 7px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

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


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







img.cadrephoto {
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

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%;}

}


.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:#000;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;}




.rsDefault .rsArrowIcn {    background-color: rgba(112, 165, 101, 0.7) !important;}

.rsDefault .rsArrowIcn:hover {
    background-color: #70a565!important;
}

.rsDefault .rsArrow {z-index: 200001 !important;}



.rsDefault .rsGCaption {
    position: absolute;
    top: auto !important;
    right: 0px !important;
    bottom: 0px!important;
    left: auto!important;
    padding:0 !important;
    z-index: 1000;
    margin:auto !important;
    pointer-events: none;
    border-radius:0px !important;
    width: 100%;
}

.encart-activites {
    position: static!important;
    text-align: right;
    padding: 0 clamp(15px, 6vw, 85px) clamp(15px, 3.5vw, 40px) clamp(15px, 6vw, 85px);
}


.encart-activites h3 {
    font-family: 'Karla', sans-serif;
    font-weight: 900;
    font-size: clamp(22px, 4vw, 50px);
    text-transform: uppercase;
    line-height: 1.1;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.75);
    display: block;
    padding: 0;
    margin: 0;
}
.encart-activites span {
    display: block;
    font-family: 'La Belle Aurore', cursive;
    font-size: clamp(25px, 4vw, 50px);
    font-weight: 400;
    line-height: 1.1;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
}

@media (max-width: 500px) {
    .encart-activites h3 {
        line-height: 1;
    }
    .encart-activites span {
        margin-top: 4px;
    }
}


a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}



@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (   min--moz-device-pixel-ratio: 1.5),
only screen and (     -o-min-device-pixel-ratio: 3/2),
only screen and (        min-device-pixel-ratio: 1.5),
only screen and (                min-resolution: 144dpi),
only screen and (                min-resolution: 1.5dppx) { 


    ul.puce > li {background-image: url(i/puce-2x.png);background-size: 10px 10px;}
 
    a.back-to-top {background: #70a565 url("i/arrow-up.png") no-repeat center center;background-size: 16px 16px;}
    a.back-to-top:hover {background: #5f8c56 url("i/arrow-up.png") no-repeat center center;background-size: 16px 16px;}



}




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


#cookiescript_badge {z-index: 99999 !important;}



.owl-carousel .owl-item img {margin:auto;}
.owl-dots {display: none !important;}



table.tableau {border-collapse: collapse;}
table.tableau tr:first-of-type td {background: #dd072d;color:#fff;font-weight: bold;}
table.tableau td {padding:4px;border:1px solid #ccc;background: #efefef;}






.slick-dots li button {color:#fff !important;}




.owl-carousel .owl-item img {margin:auto;}
.owl-carousel .owl-item {text-align:center;}

.carousel-ticker .owl-item {
    padding: 0px 20px;}

.owl-dots {display: none;}




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

div.slogan {
    background-color: rgba(255,255,255,0.86);
    padding: 20px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    border-radius: 20px;
    text-align: left;
    font-size: 24px;
}



.bande-accueil{
    position: relative;
    max-width: 1920px;
    margin: 0 auto;

}

.wrapper-bande-inner {
    display: grid;
    grid-template-columns: 3fr 190px 4fr;
    grid-template-rows: 70px 1fr 70px;
}

.wrapper-bande-inner .bande-left {
    grid-row: 2 / 4;
    grid-column: 1 / 3;
    width: 100%;
    height: 100%;
    align-self: stretch;
    z-index: 10;
    position: relative;
}
.wrapper-bande-inner .bande-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 225px;
    background: url('i/ballon-basket.svg') center right;
    background-size: auto 100%;
    z-index: 10;
    transform: translateY(-50%);
}
.wrapper-bande-inner .bande-left .bande-inner {
    background: url('i/bande-accueil.jpg') center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, calc(100% - 200px) 0, 100% 100%, 0 100%);
}

.wrapper-bande-inner .bande-right {
    grid-row: 1 / 3;
    grid-column: 2 / 4;
    text-align: right;
    filter: drop-shadow(0 3px 8px rgba(0,0,0,0.20));
}
.wrapper-bande-inner .bande-right .bande-inner {
    padding: clamp(30px, 6vw, 110px) clamp(30px, 6vw, 110px) clamp(50px, 12vw, 200px) 150px;
    text-align: right;
    color: #fff;
    background: #1e3266;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 200px 100%);
}
.wrapper-bande-inner .bande-right .bande-inner h2 {
    color: #fff;
    text-align: right;
}
.wrapper-bande-inner .bande-right p {
    margin: 30px 0;
}


@media (max-width: 1400px) {
    .wrapper-bande-inner {
        grid-template-columns: 1fr 190px 4fr;
    }
    .wrapper-bande-inner .bande-left::before {
        width: 100px;
        height: 150px;
    }
}

@media (max-width: 950px) {
    .wrapper-bande-inner .bande-left::before {
        width: 66px;
        height: 100px;
    }
}
@media (max-width: 650px) {
    .wrapper-bande-inner {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 3fr 80px 1fr;
    }
    .wrapper-bande-inner .bande-left {
        grid-column: 1 / 2;
        grid-row: 2 / 4;
    }
    .wrapper-bande-inner .bande-right {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
    }
    .wrapper-bande-inner .bande-left .bande-inner {
        clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 100%);
    }
    .wrapper-bande-inner .bande-right .bande-inner {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 100px));
        padding: 30px 30px 100px 30px;
    }
}



.owl-carousel-icones {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    max-width: 1920px;
    margin: 0 auto;
}
.wrapper-icone {
    display: inline-block;
    width: 220px;
    margin: 20px auto;
    padding: 20px 20px 0;
    text-align: center;
    filter: drop-shadow(0 3px 8px rgba(0,0,0,0.2));
    position: relative;
}
.wrapper-icone object {
    pointer-events: none;
}



.wrapper-bande-actus {
    background: #1e3266;
    padding: 80px 20px 120px;
    color: #fff;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}
.wrapper-bande-actus::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 62px;
    height: 82px;
    background: url('i/balle-tennis.svg') left center no-repeat;
    background-size: auto 100%;
    transform: translateY(-50%);
}
.bande-actus-inner {
    display: flex;
    flex-direction: row;
    max-width: 1580px;
    margin: 0 auto;
    gap: 30px;
}
.bande-actus-inner > div {
    width: 50%;
}
.wrapper-actu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    gap: 40px;
}
.wrapper-actu .wrapper-actu-image {
    width: 50%;
}
.wrapper-actu .wrapper-actu-image img{
    width: auto;
}

.wrapper-actu .wrapper-actu-texte {
    width: 50%;
    text-align: left;
}
.wrapper-actu h3 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0;
    max-width: 250px;
}
.wrapper-actu p {
    max-width: 250px;
    margin: 0;
    margin-top: 10px;
}

.wrapper-bande-actus .wrapper-texte {
    max-width: 600px;
    margin-left: auto;
}
.wrapper-bande-actus .wrapper-texte h2 {
    color: #fff;
    margin-bottom: 40px;
}
.wrapper-bande-actus .wrapper-texte p {
    margin-bottom: 40px;
}

@media (max-width: 1300px) {
    .bande-actus-inner {
        flex-direction: column-reverse;
    }
    .bande-actus-inner > div {
        width: 100%;
    }
    .wrapper-bande-actus .wrapper-texte {
        max-width: none;
    }
    .wrapper-bande-actus .wrapper-texte h2,
    .wrapper-bande-actus .wrapper-texte p {
        margin-bottom: 20px;
    }
}
@media (max-width: 700px) {
    .wrapper-actu { 
        gap: 15px;
    }
    .wrapper-bande-actus {
        padding-bottom: 140px;
    }
}
@media (max-width: 500px) {
    .wrapper-actu { 
        flex-direction: column;
        align-items: flex-start;
    }
    .wrapper-actu .wrapper-actu-texte { 
        width: 100%;
    }
    .wrapper-actu .wrapper-actu-image {
        width: 100%;
    }
    .wrapper-actu h3,
    .wrapper-actu p {
        max-width: none;
    }

}





/* LOGO CAROUSEL LINEAR INFINITE */
.wrapper-bande-marques {
    overflow: hidden;
    padding: 60px 0;
    background: white;
    white-space: nowrap;
    position: relative;
}


.wrapper-bande-marques:before,
.wrapper-bande-marques:after {
  position: absolute;
  top: 0;
  width: clamp(50px, 12vw, 250px);
  height: 100%;
  content: "";
  z-index: 2;
}

.wrapper-bande-marques:before {
  left: -1px;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.wrapper-bande-marques:after {
  right: -1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.wrapper-bande-marques:hover .marques-slide {
    animation-play-state: paused;
}

.marques-slide {
    display: inline-block;
    width: max-content;
    animation: 35s slide infinite linear;
}




.marques-slide img {
    height: 70px;
    margin: 0 40px;
}

@keyframes slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }




.wrapper-liste-actus {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}



.liste-actu {
    display: inline-flex;
    width: 33.33%;
    vertical-align: top;
    margin-bottom: 20px;
}
.liste-actu .actu-inner {
    flex-direction: column;
    padding: 20px 20px;
    margin: 0 10px;
    background: white;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.liste-actu h3 {
    font-size: clamp(20px, 2vw, 30px);
    margin: 0;
}
.liste-actu h1::before {
    content: none;
}
.liste-actu .actu-image {
    margin-bottom: 15px;
    text-align: center;
}
.liste-actu .actu-texte {
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.liste-actu iframe {
    max-width: 100%;
}
@media (max-width: 1250px) {
    .liste-actu {
        width: 50%;
    }
}
@media (max-width: 650px) {
    .liste-actu {
        width: 100%;
    }
    .liste-actu .actu-inner {
        margin: 0;
    }
}



.pix-marque {
    display: inline-block;
    width: 33.33%;
    padding: 20px;
}
.pix-marque-inner {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.2s ease-in-out;
}
.pix-marque-inner:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.pix-marque-inner .lien {
    display: inline-block;
    width: 100%;
    padding: 20px;
}
.pix-marque-inner img {
    object-fit: contain;
    object-position: center;
}

@media (max-width:1000px) {
    .pix-marque {width:50%;}
}
@media (max-width:600px) {
    .pix-marque {width:100%;}
}











.wrapper-carousel-produits {
    background: url('i/deco-produits.svg'), #e5e2dc;
    background-size: clamp(30px, 5vw, 80px) auto;
    background-repeat: repeat-x;
    background-position: top center;
    padding: clamp(70px, 7vw, 100px) 20px clamp(50px, 7vw, 100px);
}
.wrapper-carousel-produits h2 {
    text-align: center;
    margin-bottom: 15px;
}

.wrapper-carousel-produits .wrapper-produit {
    padding: 20px;
    width: 100%;
}
.wrapper-carousel-produits .wrapper-produit-inner {
    display: inline-block;
    width: 100%;
    aspect-ratio: 1 / 1;
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.25) ;
    position: relative;
}
.wrapper-carousel-produits .produit-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.wrapper-carousel-produits .produit-infos {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: scale(0.8);
    transform-origin: center;
    padding: 10px;
    transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
}
.wrapper-carousel-produits .wrapper-produit:hover .produit-infos {
    opacity: 1;
    transform: scale(1);
}

.wrapper-carousel-produits .produit-infos h3 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: clamp(25px, 4vw, 35px);
    line-height: 1;
    margin: 0;
    margin-bottom: clamp(20px, 4vw, 40px);
    transform: translateY(10px);
    opacity: 0;
    transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
    transition-delay: 0.1s;
}
.wrapper-carousel-produits .produit-infos p {
    margin: 0;
    margin-bottom: clamp(20px, 4vw, 40px);
    transform: translateY(10px);
    opacity: 0;
    transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
    transition-delay: 0.15s;
}
.wrapper-carousel-produits .produit-infos .voirplus {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
    transform: translateY(10px);
    opacity: 0;
    transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
    transition-delay: 0.2s;
}

.wrapper-carousel-produits .wrapper-produit:hover .produit-infos h3,
.wrapper-carousel-produits .wrapper-produit:hover .produit-infos p,
.wrapper-carousel-produits .wrapper-produit:hover .produit-infos .voirplus {
    transform: translateY(0);
    opacity: 1;
}







.wrapper-pix-bandeau {
    background: var(--image);
    background-size: cover;
    background-position: center center;
    padding: clamp(50px, 7vw, 110px) 20px clamp(50px, 7vw, 110px);
    position: relative;
}

.wrapper-pix-bandeau::before,
.wrapper-pix-bandeau::after {
    content: '';
    width: clamp(150px, 30vw, 400px);
    height: clamp(150px, 30vw, 400px);
    border-radius: 50%;
    background-color: #70a565;
    mix-blend-mode: multiply;
    position: absolute;
    pointer-events: none;
}
.wrapper-pix-bandeau::before {
    top: 0;
    left: 0;
    transform: translate(-40%, -30%);
}
.wrapper-pix-bandeau::after {
    bottom: 0;
    right: 0;
    transform: translate(40%, 40%);
}

.wrapper-pix-bandeau .bandeau-inner {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
    text-shadow: 3px 3px 6px rgba(0,0,0,1);
    position: relative;
    z-index: 10;
}
.wrapper-pix-bandeau .bandeau-inner h2 {
    color: #fff;
}
.wrapper-pix-bandeau .bandeau-inner a.bouton {
    background: transparent;
    border: 2px solid #fff;
}
.wrapper-pix-bandeau .bandeau-inner a.bouton:hover {
    background-color: #fff;
    color: #70a565;
    text-shadow: none;
}



.wrapper-bande-commande {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 30px;
    padding: clamp(20px, 6vw, 100px);
}


.wrapper-bande-commande .content {

}

.wrapper-bande-commande .buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
    position: relative;
    z-index: 10;
}

.wrapper-bande-commande .buttons a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 185px;
    height: 185px;
    background-color: #e5e2dc;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    padding: 20px;
    text-align: center;
    color: #383838;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
    text-decoration: none;
}

.wrapper-bande-commande .buttons a span:first-of-type {
    margin-top: 10px;;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -1px;
}

.wrapper-bande-commande .buttons .icon {
    position: relative;
    margin-left: -15px;
    width: 105px;
}
.wrapper-bande-commande .buttons object {
    pointer-events: none;
}
.wrapper-bande-commande .buttons .commande-flag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
@media (max-width: 1100px) {
    .wrapper-bande-commande {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 530px) {
    .wrapper-bande-commande .buttons {
        gap: 10px;
    }
    .wrapper-bande-commande .buttons a {
        width: 100%;
        height: 100%;
        font-size: 18px;
    }
    .wrapper-bande-commande .buttons a span:first-of-type {
        margin-top: 5px;
        font-size: 14px;
    }
    .wrapper-bande-commande .buttons .icon {
        width: 70px;
    }
}







.wrapper-temoignages {
    overflow: hidden;
    display: grid;
    grid-template-columns: 40% 60%;
    background-color: #2b2b2b;
}

.wrapper-temoignages .wrapper-image {
    filter: drop-shadow(10px 0 40px rgba(0,0,0,0.5));
}
.wrapper-temoignages .wrapper-image img {
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrapper-bande-temoignages{
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 20px;
}
.wrapper-bande-temoignages::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 40%;
    width: 200px;
    height: 170px;
    background: url('i/quote.svg') center center no-repeat;
    background-size: contain;
    transform: translate(-100%, -100%);
    opacity: 0.2;
}
.wrapper-bande-temoignages .boxed-bande-temoignages{
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
    text-align: right;
    position: relative;
    padding: 50px 20px;
}
.wrapper-bande-temoignages h3{
    font-family: 'Karla', sans-serif;
	font-size: clamp(30px, 6vw, 44px);
	font-weight: 900;
	color: #fff;
	margin:0px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: clamp(20px, 3vw, 50px);

}
.wrapper-bande-temoignages a{
    color: #fff;
    text-decoration: none;
}
.wrapper-bande-temoignages .quote{
    text-align: right;
}
.wrapper-bande-temoignages .temoignage-auteur em{
    display: inline-block;
    text-align: right;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media (max-width: 770px) {
    .wrapper-temoignages {
        grid-template-columns: 100%;
    }
    .wrapper-temoignages .wrapper-image img {
        clip-path: none;
    }
}


.slick-dots {
    text-align: right !important;
    bottom: calc(-1 * clamp(20px, 3vw, 50px)) !important;
}


.slick-list {padding-top: 0px;}

.slick-dots li button {
    font-size: 0 ;
    width: 10px;
    height: 10px;
    padding: 0;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0.5;
    color: transparent;
}

.slick-dots li.slick-active button {
    opacity: 1;
    background-color: #fff;

}


.wrapper-certifications {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 25px;
    mix-blend-mode: multiply;
    padding: 50px 20px;
}





.wrapper-liste-annonces {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 15px;
}

.wrapper-liste-annonces .wrapper-product {
    padding: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background-color: #fff;
}
.wrapper-liste-annonces .wrapper-product img {
    width: 100%;
}
.wrapper-liste-annonces .wrapper-product a {
    color: currentColor;
    text-decoration: none;
}
.wrapper-liste-annonces .wrapper-product h3 {
    margin: 0;
    margin-top: 15px;
}
.wrapper-liste-annonces .wrapper-product p {
    margin: 0;
    margin-top: 5px;
}

@media (max-width: 1050px) {
    .wrapper-liste-annonces {
    grid-template-columns: repeat(3, 1fr);

    }
}
@media (max-width: 750px) {
    .wrapper-liste-annonces {
    grid-template-columns: repeat(2, 1fr);

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

    }
}




.wrapper-annonce-detail {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 30px;
    margin-top: 15px;
}

.wrapper-annonce-detail .photos {
    text-align: center;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background-color: #fff;
}
.wrapper-annonce-detail .annonce_photos div {
    display: inline-block;
    vertical-align: middle;
    padding: 8px;
}


@media (max-width: 940px) {
    .wrapper-annonce-detail {
        grid-template-columns: 1fr;
    }
    .wrapper-annonce-detail .detail-contenu {
        order: -1;
    }
}



.temoignagefull-content {
    margin-bottom: clamp(30px,3.5vw, 60px);
    padding: 30px;
    position: relative;
}
.temoignagefull-auteur {
    font-weight: 700;
    margin-top: 10px;
}

.temoignagefull-content .bg-etiquette {
    pointer-events: none;
    height: 100%;
    width: 100%;
}
.temoignagefull-content .bg-etiquette .top-left,
.temoignagefull-content .bg-etiquette .top-right,
.temoignagefull-content .bg-etiquette .bottom-left,
.temoignagefull-content .bg-etiquette .bottom-right {
    position: absolute;
    width: 50%;
    height: 50%;
    background: url('i/etiquette-temoignages.svg') top left no-repeat;
    background-size: 1920px auto;
}
.temoignagefull-content .bg-etiquette .top-left {
    top: 0;
    left: 0;
}
.temoignagefull-content .bg-etiquette .top-right {
    top: 0;
    right: 0;
    transform: scaleX(-1);
}
.temoignagefull-content .bg-etiquette .bottom-left {
    bottom: 0;
    left: 0;
    transform: scaleY(-1);
}
.temoignagefull-content .bg-etiquette .bottom-right {
    bottom: 0;
    right: 0;
    transform: scaleX(-1) scaleY(-1);
}






.menu-actualites ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    width: max-content;
    margin: auto;
}
.menu-actualites li {
    display: inline-block;
}
.menu-actualites li a{
    padding: 10px 15px;
    display: inline-block;
    color: #333333;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    background-color: #fff;
}
.menu-actualites li.current a {
    background-color: #70a565;
    color: #fff;
}


.actu-image img {
    object-fit: cover;
    aspect-ratio: 1/1;
    box-shadow: none;
}



div[data-widget-id="135c33b8-f901-44a3-9d83-3bcb862b7a4d"] .co-widget #BtnLaunchBooking {
    background: #70a565 !important;
    color: #FFFFFF;
    text-decoration: none !important;
}
.co-widget {
    max-width: 100% !important;
    margin-top:20px !important;
}

.co-widget-button {
    width: auto !important;
}