* {-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: 'Fira Sans', sans-serif;
    font-size:20px; 
    color:#2b2b2b;
    margin: 0;
    background-color:#FFFFFF;
    line-height: 1.4;
}

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


html {height:100%;}


:root { 
    --header-height: 265px;
}
.wrapper-header{
    display: flex;
    flex-direction: row;

    position: relative;
    height: var(--header-height);
    position: relative;
    z-index: 1000000000;
    filter: drop-shadow(0 3px 13px rgba(0, 0, 0, 0.3));
}

 /* Background header, pseudo element car sinon le mask cache le menu mobile  */
.wrapper-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;

    background-color: #323232;

    background-image: -webkit-image-set(
        url("i/header-motif.jpg") 1x,
        url("i/header-motif-2x.jpg") 2x);
    background-image: image-set(
        url("i/header-motif.jpg") 1x,
        url("i/header-motif-2x.jpg") 2x);
    background-position: center center;
    background-size: 1316px 620px;

    mask: url('i/header.svg') no-repeat bottom center / 100% 250%;
}

.wrapper-header div.logo {
    flex-shrink: 0;
    --scale: 1;
}

.wrapper-header div.logo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 40%;
    aspect-ratio: 1 / 1;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    filter: blur(50px);
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.4s ease 0s;
}

.wrapper-header div.logo:hover::before {
    background: rgba(221, 129, 54, 0.9);
    /* animation: anim-halo-logo 7s infinite alternate; */
}
@keyframes anim-halo-logo {
    0% {
        background: rgba(255, 255, 255, 0.5);
    }  
    50% {
        background: rgba(255, 238, 141, 0.5);
    } 
    100% {
        background: rgba(221, 129, 54, 0.5);
    }
}

.wrapper-header .logo {
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.wrapper-header .logo img {
    padding: 15px 40px;
    vertical-align: top;
}


.ambroise-hebert img {border-radius:500px;box-shadow: 4px 4px 16px rgba(0,0,0,0.25);}
.ambroise-hebert strong {font-style:normal;font-weight: normal;color:#404040;}
.ambroise-hebert {font-size:16px;font-style:italic;color:#999;}


.header-reseaux, .footer-reseaux {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    justify-content: center;
}

.header-reseaux a img {
    vertical-align: top;
}


.wrapper-header .wrapper-right {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.wrapper-header .wrapper-menu{
    text-align: center;
    padding-right: 30px;
}
.wrapper-header .menu{
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 135px;
}
.wrapper-header .menu > li{
    position: relative;
    z-index: 10;
}
.wrapper-header .menu > li:last-child{
    margin-right: 0;
}
.wrapper-header .menu a,
.wrapper-header .menu span{
    font-family: "good-times", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding: 37px 20px;
    text-align: center;
    cursor: pointer;
    
    height: 100%;
    display: flex;
    align-items: center;
}

.wrapper-header .menu a.double,
.wrapper-header .menu span.double{
    padding: 40px 20px;
}

.wrapper-header .menu-item:hover {
    
}

.wrapper-header .menu-item.selected {
    
}

.wrapper-header .menu-item > a::before,
.wrapper-header .menu-item > span::before {
    content:" ";
    position: absolute;
    top: 0;
    left:50%;
    transform: translate(-50%, 0);
    width:50px;
    height: 50px;
    background: url('i/menus.svg') no-repeat center center / 30px 30px;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
}


.wrapper-header .menu-item:hover > a::before,
.wrapper-header .menu-item:hover > span::before {
    opacity: 0.5;
}




.wrapper-header .menu-item.selected > a::before,
.wrapper-header .menu-item.selected > span::before {
    opacity: 1;
}

.wrapper-header .menu span .menu-arrow {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    filter: brightness(0) invert(1);
}

.wrapper-header .menu-item.selected .menu-arrow {
    filter: none;
} 

.wrapper-header .sousmenu{
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    list-style: none;
    padding: 0;
    background-color: #292928;
    z-index: 1000;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    transform: translateY(-15px);
}
.wrapper-header .sousmenu a{
    color: #fff;
    text-decoration: none;
    padding: 25px 20px;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    display: block;
    line-height: 1.15;
    font-size: 20px;
}

.wrapper-header .sousmenu a:hover{
    background-color: rgba(0, 0, 0, 0.1);
}

.wrapper-header .sousmenu .selected a {
    background: #fff;
    color:#323232;
}

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

ul.menu .menu-item.page-infos .sousmenu {
    width: auto;
}

.wrapper-header .header-top {
    position: absolute;
    top: 20px;
    right: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.wrapper-header ul.socials {
    margin:0;
    padding:0;
    display: flex;
    flex-direction: row;
    align-self: center;
    list-style: none;
    height: max-content;
    margin-left: auto;
    gap: 25px;
    font-family: "good-times", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 28px;
    line-height: 1.0;
}
.wrapper-header ul.socials li {
    height: 28px;
}
.wrapper-header ul.socials a {
    display: inline-block;
    vertical-align: top;
}
.wrapper-header ul.socials a img {
    height: 28px;
}
.wrapper-header ul.socials svg{
    width: 100%;
    height: 100%;
    fill: #FFFFFF;
}

.wrapper-header ul.socials span {
    vertical-align: 3px;
}


.wrapper-header .burger-btn{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 15px;
    background-color: transparent;
    border: none;
    display: none;
    cursor: pointer;
    z-index: 10000;
    transition: background 0.2s ease;
}
.wrapper-header  .burger-btn .line{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    display: inline-block;
    width: 25px;
    height: 2px;
    background-color: #fff;

    transition: transform 0.2s ease;
}

.wrapper-header.open .burger-btn {
    background: #fff;
}
.wrapper-header.open  .burger-btn .line {
    background: #000;
}

.wrapper-header .burger-btn .line:first-child{
    transform: translate(-50%, -10px); /* 8px + 2px de la hauteur*/
}
.wrapper-header .burger-btn .line:last-child{
    transform: translate(-50%, 8px);
}
.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: 1650px) {
    .wrapper-header .menu a, 
    .wrapper-header .menu span {
        font-size: 22px;
    }
}
@media (max-width: 1570px) {
    :root {
        --header-height: 225px;
    }
    .wrapper-header .logo img {
        width: 310px;
        padding: 12px 25px
    }

    .wrapper-header .menu a, 
    .wrapper-header .menu span {
        font-size: 20px;
    }
    .wrapper-header .header-top {
        gap: 30px;
        top: 10px;
        right: 15px;
    }

}
@media (max-width: 1500px) {
    .wrapper-header .menu a, 
    .wrapper-header .menu span {
        padding: 25px 15px;
    }
    .wrapper-header .wrapper-menu {
        padding-right: 20px;
    }
}

@media (max-width: 1380px) {
    :root {
        --header-height: 170px;
    }
    .wrapper-header .logo img {
        width: 230px;
        padding: 10px 20px;
    }
    .wrapper-header .menu {
        height: 95px;
    }
    .wrapper-header .menu a.double, .wrapper-header .menu span.double {
        padding: 0 20px;
    }
    .wrapper-header .menu-item > a::before, .wrapper-header .menu-item > span::before {
        top: -10px;
    }

    .header-reseaux {
        gap: 12px;
    }
    .header-reseaux a img {
        height: 32px;
        width: auto;
    }
    .header-reseaux .header-tel img {
        height: 42px;
    }
}

@media (max-width: 1280px) {
    .wrapper-header .menu a.double, .wrapper-header .menu span.double {
        padding: 0px 10px;
        font-size: 18px;
    }
    .wrapper-header .logo img {
        padding: 10px 10px;
    }
    .wrapper-header .menu a, .wrapper-header .menu span {
        padding: 15px 10px;
    }
}
@media (max-width: 1150px) {
    .wrapper-header .menu a.double, .wrapper-header .menu span.double {
        font-size: 17px;
    }
    .wrapper-header .menu a, .wrapper-header .menu span {
        font-size: 17px;
    }
}
@media (max-width: 1080px) {
    .wrapper-header .menu a, .wrapper-header .menu span {
        font-size: 17px;
    }
}

@media (max-width: 1090px) {

}

@media (max-width: 1030px) {
    :root {
        --header-height: 170px;
    }

    .wrapper-site {
        overflow: hidden;
    }

    .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 .header-top {
        top: auto;
        bottom: 20px;
        right: 10px;
    }
    
    body.nav-open .wrapper-header .burger-btn{
        position: fixed;
    }

    .wrapper-header ul.socials {
        height:auto;
        align-items: flex-end;
    }

    .wrapper-header .wrapper-menu {

        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 1000;
        background-color: rgba(0, 0, 0, 0.7);
        width: 100%;
        opacity: 0;
        padding: 0;
        transition: opacity 0.2s ease;
        opacity: 0;
        pointer-events: none; 
        height: 100vh;      
    } 

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

    .wrapper-header .wrapper-menu .menu {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 10px 60px 10px 10px;   
        height: 100%;
        background: #323232;
        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 .menu {
        transform: translateX(0);
    }

    .wrapper-header .menu-item.selected::before {
        content: none;
    }

    .wrapper-header .wrapper-menu .menu a,
    .wrapper-header .wrapper-menu .menu span {
        padding: 10px;
        width: 100%;
        text-align: left;
        height: auto;
    }
    .wrapper-header .wrapper-menu .menu img{
        transform: translateX(5px) translateY(-2px);
        position: static;
    }

    .wrapper-header .menu > li {
        width: 100%;
    }
    .wrapper-header .wrapper-menu a{
        position: relative;
    }
    .wrapper-header .wrapper-menu .sousmenu a:hover{
        /* background: rgba(0, 0, 0, 0.1); */
    }
    .wrapper-header .menu-item:hover {
        background: inherit;
    }
    .wrapper-header .menu-item:not(.selected):hover > a{
        /* background: #354a5a; */
    }

    .wrapper-header .wrapper-menu .sousmenu{
        position: static;
        box-shadow: none;
        display: block;
        background: #323232;
        padding-left: 15px;
        transform: none;
    }
    .wrapper-header .menu-item:hover.closed .sousmenu,
    .wrapper-header .menu-item.closed .sousmenu {
        display: none;
    }
    .wrapper-header .menu-item.closed .menu-arrow {
        transform: translateX(5px) translateY(0px) rotate(-90deg);
    }

    .wrapper-header .wrapper-menu .sousmenu a{
        font-weight: 500;
        padding: 10px 10px;
        text-align: left;
        color: #c7c7c7;
        font-size: 16px;
        text-transform: none;
    }
    .wrapper-header .wrapper-menu .sousmenu .selected a{color: #323232;}

    .wrapper-header .menu-item > a::before,
    .wrapper-header .menu-item > span::before {
        top: 0;
        left: 0;
        transform: translate(-70%, 0);
    }
}
@media (max-width: 760px) {
    .wrapper-header .header-tel span {
        display: none;
    }
    .header-langue img {
        width: 35px;
        height: auto;
        vertical-align: -3px;
    }
}
@media (max-width: 550px) {
    .wrapper-header .logo h3 {
        margin: 0;
    }
    .wrapper-header ul.socials {
        gap: 15px;
    }
}

@media (max-width: 420px) {
    .header-reseaux {
        gap: 8px;
    }
    .wrapper-header .header-reseaux img {
        height: 32px;
        width: auto;
    }

    .wrapper-header .wrapper-menu .menu {
        min-width: 100%;
    }
}
@media (max-width: 400px) {
    :root {
        --header-height: 130px;
    }
    .wrapper-header .logo img {
        width: 160px;
    }

    .wrapper-header .header-top {
        bottom: 25px;
    }
}



.wrapper-footer-winner {

}



.wrapper-footer {
    background:#323232 url('i/footer-2x.jpg') no-repeat right top / auto 100%;
    -webkit-mask-image: url(i/footer.svg);
    mask-image: url(i/footer.svg);
    -webkit-mask-size: 102% 200%;
    mask-size: 102% 200%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: top center;
}


.wrapper-footer a {
    color: #fff;
    text-decoration: none;
}
.wrapper-footer a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.horaires-jour {
    text-transform: uppercase;
    font-weight: 600;
    margin-top:20px;
}

.horaires-jour:nth-of-type(1) {
    margin-top:0px;
}



/* FOOTER */
.wrapper-footer-inner {

    color: #FFFFFF;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;

    padding: clamp(40px, 8vw, 80px) 0 clamp(30px, 8vw, 100px);
}


.footer-1, .footer-2, .footer-3 {
    width: 33.33%;
    z-index: 1;
}

.wrapper-footer-inner .footer-inner {
    max-width: 370px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 25px 15px 25px;
}

.footer-1 .footer-inner { 
    padding-top:0;
}

.wrapper-footer-inner .footer-inner h3 {
    font-family: "good-times", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.1;
    margin: 0;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}



.footer-3 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-3 ul a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 3px 0;
    text-transform: uppercase;
}

.footer-3 address {
    font-style: normal;
}
.footer-3 .footer-tel {
    margin: 25px 0;
}
.footer-3 a {
    color: currentColor;
    font-weight: 600;
    text-decoration: none;
}



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

.footer-email,
.footer-tel {
    font-weight: 600;
}

.footer-email {
    margin-top: 8px;
}


.footer-tel {
    margin-top: 24px;
}

.footer-reseaux {
    margin-top: 20px;
}

div.mentions {
    position: relative;
    max-width: 1580px;
    margin: auto;
    text-align: center;
    padding: 30px 20px 100px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;color: #747474;
}

div.mentions a {color:#747474 !important;font-weight: bold;text-decoration: none;}
div.mentions a:hover {text-decoration: underline;color:#fff;}

@media (max-width: 1100px) {

    .wrapper-footer  {
        background: #323232 url(i/footer-2x.jpg) no-repeat right top / 70% auto;
        -webkit-mask-size: 1200px 120%;
        mask-size: 1200px 120%;
    }

    .wrapper-footer-inner {
        row-gap: 30px;
    }
    .wrapper-footer .footer-1 {
        width: 100%;
    }
    .wrapper-footer .footer-2,
    .wrapper-footer .footer-3 {
        width: 50%;
    }
    .wrapper-footer .footer-1 .footer-inner,
    .wrapper-footer .footer-2 .footer-inner,
    .wrapper-footer .footer-3 .footer-inner {
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media (max-width: 700px) {
    .wrapper-footer-inner {
        row-gap: 50px;
    }
    .wrapper-footer {
        background: #323232 url(i/footer-2x.jpg) no-repeat right top / 600px auto;
        -webkit-mask-size: 1200px 100%;
        mask-size: 1200px 100%;
    }
    .wrapper-footer .footer-2, .wrapper-footer .footer-3 {
        width: 100%;
    }

    .wrapper-footer-inner .footer-inner h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

}


.formulaire-envoyer input.form_submit,
a.bouton {
    display: inline-block;
    font-family: "good-times", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: #292929;
    padding: 12px 25px;
    border: none;
    transition: all 0.2s ease;
}


.formulaire-envoyer input.form_submit {
    color: #292929;
    background: #fff;
}

.formulaire-envoyer input.form_submit {
    padding: 8px 18px;
    font-size: 18px;
    cursor: pointer;
}

.formulaire-envoyer input.form_submit:hover,
a.bouton:hover {
    outline-offset: 2px;    
}
@media (max-width: 720px) {
    a.bouton {
        font-size: 18px;
        padding: 12px 22px;
    }
}





.wrapper-contenu {
    background:#fff;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.wrapper-boxed-contenu {
    max-width:1180px;
    margin:auto;}
.wrapper-boxed {}
.boxed {
    max-width:1380px;
    margin:auto;
    background-color: #fff;
}

@media (max-width:800px) {
    .wrapper-boxed {
        background-size:1000px auto;
    }
}



h1,h2.h1 {
    font-family: "good-times", sans-serif;
    font-size: clamp(28px, 6vw, 38px);
    font-weight: 700;
    line-height: 1;
    color: #323232;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: -1px;
}


h1.annonces {margin-bottom: 10px;}


span.dl {
    font-family: "Fira Sans", sans-serif;
    display: block;
    text-transform: none;
    color: #323232;
    font-size: clamp(22px, 5vw, 26px);
    line-height: 1;
    font-weight: 400;
    margin-top: 0.1em;
}



h2 {
    font-family: "good-times", sans-serif;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #323232;
    position: relative;
    line-height: 1.1;
    font-size: clamp(20px, 5vw, 30px);
    margin-bottom: -10px;
}

h2 strong {
    /* background-color: #323232;
    color: #fff; */
    background-color: #ffe305;
    color: #323232;
    padding: 0px 10px;
    border-radius: 6px;
    font-weight: 400;
}

h3 {
    font-size: clamp(18px, 5vw, 28px);
    font-weight: 700;
    color: #323232;
    margin: 0;
    line-height: 1.1;
}




div.padding { padding:clamp(30px,4.28vw,60px) 20px 50px 20px;}



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



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

/*.cadrephoto {border:1px solid #929292;}*/

a.lien:link,a.lien:visited {color:#323232;    border-bottom: 1px solid #323232; font-weight:700; text-decoration:none; }
a.lien:hover{color:#000;border-bottom: 2px solid #323232;text-decoration:none;}


a.lienpetit:link,a.lienpetit:visited {font-size:15px;color:#323232;    border-bottom: 1px solid #323232; font-weight:700; text-decoration:none; }
a.lienpetit:hover{color:#000;border-bottom: 2px solid #323232;text-decoration:none;}

span.rouge {color:#E20026;font-weight: normal;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;
    overflow: auto;
}
ul.puce > li::before{
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 7px;
    background: url('i/puce.svg') center center no-repeat;
    background-size: contain;
    vertical-align: middle;
    transform: translateY(-1px);
}



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:880px) {
    ul.n4 li {width:50%;margin-bottom:20px;}
}




@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:16px; max-width: 100%;}
div.left { float:left; padding-right:16px;max-width: 100%;}

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


@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:#d5a356; font-weight:bold; }

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

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

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

.sousmenu_bg {background-image:url(i/sousmenu_bg.gif);background-repeat:repeat-y;background-position:right;background-color:#D1D5D6;border-top:1px solid #fff;border-bottom:1px solid #fff;}

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:#e7e7e7; font-weight:normal; font-style:normal;}
a.lienpagination:link,a.lienpagination:visited,a.lienpagination:hover,a.lienpagination:active  {   color:#000; 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:#000;}
a.lienpaginations[href="#"] {pointer-events: none;}
table.pagination {background-color:#CCC;border:1px solid #ccc;background-image:url(i/pagination.gif);background-repeat:repeat-x;background-position:top;}

div.pagination {background-color:transparent;padding:6px;overflow:hidden;border: 1px solid rgb(176 176 176 / 50%);
    background-color: #f2f2f2;}
div.detail-pagination {background-color:transparent;padding:6px 10px;overflow:hidden;}

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

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



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



div.map {}

.form_header {
    background: #28292a;
    color:#ffffff;text-align:left;padding:4px;
    text-transform: uppercase;text-align: center;font-weight: normal;
}
form table:nth-of-type(1) {    
/*    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
    border: 1px solid #dedede;*/
}

.formulaire-message-envoye {
    color: #fff;
    border: 2px solid #323232;
    background: #657d8d;
    padding: 20px;
}

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

#form {
    color:#fff;
    border: 2px solid #323232;
    background-image: -webkit-image-set(url(i/header-motif.jpg) 1x, url(i/header-motif-2x.jpg) 2x);
    background-image: image-set(url(i/header-motif.jpg) 1x, url(i/header-motif-2x.jpg) 2x);
    background-position: center center;
    background-size: 1316px 620px;
    padding: 20px;
}

#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.flag {border:1px solid #C9C9C9;vertical-align:-4px;margin:0px 0px 0px 4px;}
div.flag {position:absolute;top:8px;right:10px;z-index: 9000;}
a.flag:link,a.flag:visited, a.flag:hover,a.flag:active {font-size:14px; color:#fff; font-weight:normal; font-style:normal; text-decoration:none; padding-left:10px;}

@media (max-width:720px) {
	div.flag span {display:none;}
	a.flag:link,a.flag:visited, a.flag:hover,a.flag:active {padding-left:0px;}
}








div.dl {background-color:#E1E1E1;border:1px solid #ccc;background-image:url(i/pagination.gif);background-repeat:repeat-x;background-position:top;padding:8px;float:right;margin-left:8px;}
div.geolocalisation {border:1px solid #999;}


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



#menu {
    display:none;
}





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




#bandeau_fullwidth {
    max-width: 1920px;
    margin: auto;
    position: relative;
    overflow: hidden;
    margin-top: -17px;
}
#bandeau_photos_fullwidth {width:100%;max-width: 1920px;height: 800px;}

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


.bandeau-bottom {
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: clamp(13px,1.66vw,30px);
    z-index: 10000;
    pointer-events: none;
    background: url('i/slider-bottom.svg') no-repeat center bottom;
    background-size: 102% 100%;
}

.rsDefault .rsGCaption {
bottom: 0px !important;
    left: initial !important;
    height: initial !important;
    padding: 0 !important;
    z-index: 1000000;
    top: initial !important;
}

.rsABlock {
    left: initial !important;
}

.rsGCaption {

}


.rsDefault .rsArrowIcn { 
    background:rgba(0,0,0,0.5) url('i/slider-arrow-right.svg') no-repeat center center!important;
    background-size: 24px 24px !important;
    transition: all 0.2s ease 0s;
}

.rsDefault .rsArrowLeft .rsArrowIcn {
    transform:rotate(180deg);
}


.rsDefault .rsArrowIcn:hover {
    background:rgba(0,0,0,0.9) url('i/slider-arrow-right.svg') no-repeat center center!important;
    background-size: 28px 28px !important;
}



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



.encart-activites {
    top:initial !important;
    position: absolute;
    z-index: 1000;
    bottom: clamp(20px, 3vw, 50px);
    right: 0px;
    padding: 0px;
    margin:0;
    background:linear-gradient(to left, rgba(10,10,10,0.5) 0%, rgba(10,10,10,0.5) 60%, rgba(10,10,10,0) 95%, rgba(10,10,10,0) 100%);
    padding: clamp(15px, 2vw, 35px);
    padding-left: clamp(30px, 4vw, 70px);
    clip-path: polygon(3% 0, 100% 0, 100% 100%, 0% 100%);
}
.encart-activites h3 {
    font-family: "good-times", sans-serif;
    margin:0;padding:0;
    font-weight: 700;
    font-style: italic;
    text-align: right;
    font-size: clamp(22px, 3vw, 36px);
    color:#fff;
    text-transform: uppercase;
    line-height: 1.1;
    text-shadow:2px 2px 4px rgb(0,0,0,0.5)
}

.encart-activites span {
    font-weight: 400;
    font-style: italic;
    color:#fff;
    display: block;
    text-align: right;
    font-family: 'Fira Sans', sans-serif;    
    font-size: calc(clamp(22px, 3vw, 36px) * 28 / 36);
    text-transform: uppercase;
    text-shadow:1px 1px 2px rgb(0,0,0,0.5);
}


@media (max-width: 450px) {
    .encart-activites {
        letter-spacing: -1px;
    }
}


@media (max-width: 400px) {
    .encart-activites {
        display: none!important;
    }
}





a.back-to-top {
    display: none;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    position: fixed;
    z-index: 9999999;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    background: #fff url("i/arrow-up.svg") no-repeat center center;
    background-size: 24px 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    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: 32px 32px;
}



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 {
    box-shadow: 5px 5px 7px 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;}









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


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


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





.right-responsive.video-presentation {
    width: 500px;
    margin: auto;
}

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



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

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

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

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

.isotope-filter {margin-bottom: 30px;}
.isotope-filter a {position: relative;cursor: pointer;text-transform: uppercase;display: inline-block;padding:4px 20px;}

.isotope-filter a.active {color:#b87d2a;}

.isotope-filter a.active:after {    position: absolute;
    content:" ";
    display: block;
    height:3px;
    background-color: #b87d2a;
    width:100%;
    left:50%;
    transform: translateX(-50%);
    margin:auto;
    margin-top:10px;
}

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


.pswp {z-index: 150000000;}


.detail-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.detail-pagination a.lien {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    color: #000 !important;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    text-transform: uppercase;
    margin: 10px 0;
    display: inline-block;
}

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

.liste-pagination {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    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:#000 !important;
    font-weight: normal;
    font-style: normal;
}


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






.form_label {
    font-family: "good-times", sans-serif;
    font-weight: 700;
}


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


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



/* BANDE ATOUTS / ICONES */
.bande-atouts {
    color: #fff;
    background: #323232 url('i/bg-bande-atouts.svg') bottom -40px right no-repeat;
    background-size: auto calc(100% - clamp(30px, 5vw, 70px));
    position: relative;
    padding-top: clamp(30px, 5vw, 70px);
    clip-path: polygon(0 0, 100% clamp(30px, 5vw, 70px), 100% 100%, 0% 100%);
}

@media (max-width: 1300px) {
    .bande-atouts {
        background-position: bottom -40px right;
        background-size: 70% auto;
    }
}
@media (max-width: 850px) {
    .bande-atouts {
        background-position: bottom -30px right;
        background-size: 90% auto;
    }
}
@media (max-width: 650px) {
    .bande-atouts {
        background-position: bottom -20px right;
        background-size: 100% auto;
    }
}
@media (max-width: 450px) {
    .bande-atouts {
        background-position: bottom -10px right;
        background-size: 100% auto;
    }
}

.owl-carousel-icones {
    padding: 0;
    max-width: 1920px;
    margin: 0 auto;
}
.owl-carousel-icones .owl-item {
    padding: 0 20px;
}
.wrapper-icone {
    text-decoration: none;
    color: currentColor;
    text-align: center;
    border-radius: 25px;
    padding: 35px 20px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    margin: clamp(20px, 4vw, 50px) auto;

    transition: backdrop-filter 0.2s ease, background-color 0.2s ease;
    border: 2px solid transparent;
}
.wrapper-icone .icone img {
    display: inline-block;
    margin: auto;
    width: auto;
    height: 100px;
    vertical-align: top;
}
.wrapper-icone h3 {
    font-family: "good-times", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 27px;
    line-height: 1;
    margin: 0;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
.wrapper-icone span {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-top: 15px;
    font-family: "Fira Sans", sans-serif;
}

.wrapper-icone:hover {
    /* backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); */
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid #323232;
}
/* .wrapper-icone:hover > * {
    filter: brightness(0) invert(1);
} */


@media (max-width:1150px) {
    .wrapper-icone {padding: 25px 15px;}
    .wrapper-icone h3 {font-size: 22px; margin-top: 15px;}
    .wrapper-icone span { font-size:20px;margin-top: 8px;}
    .wrapper-icone .icone img {height: 80px;}
    
}

@media (max-width:620px) {
    .wrapper-icone h3 {font-size: 20px; margin-top: 8px;}
    .wrapper-icone span { font-size:18px;}
    .wrapper-icone .icone img {height: 70px;}
    
}




#geo-references,
#map-localisation {
    height: 500px;
}
.gmap-tooltip {
    font-family: 'Fira Sans', sans-serif;
}
.gmap-tooltip h3,
.gmap-tooltip p {
    margin: 0;
    padding: 0;
}
.gmap-tooltip a {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    font-weight: 700;
    color: #323232;
}
.gmap-tooltip a:hover {
    text-decoration: underline;
}

.gmap-tooltip .itineraire button[type="button"] {
    color: #323232;
    background: transparent;
    display: inline-block;
    padding: 0;
    border: none;
    cursor: pointer;
    font-weight: 600;
}
.gmap-tooltip .itineraire button[type="button"]:disabled {
    color: #9e9e9e;
    cursor: default;
}
.gmap-tooltip .itineraire  form {
    width: 100%;
    display: none;
}
.gmap-tooltip .itineraire  form.show {
    display: block;
}
.gmap-tooltip .itineraire  label {
    width: 250px;
}
.gmap-tooltip .itineraire  .row {
    display: flex;
    flex-direction: row;
}



.video-responsive.centre {
    margin: 0 auto;
}








/* LOGO CAROUSEL LINEAR INFINITE */
.wrapper-bande-marques {
    overflow: hidden;
    padding: clamp(30px, 5vw, 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;
}
.wrapper-bande-marques.play .marques-slide { 
    animation: 25s slide infinite linear;
}



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

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



/* BANDE CONTACT */
.wrapper-bande-contact {
    margin-top: -1px;

    background-color: #323232;
    background-size: cover;
    background-position: center center;

    background-image: url('i/bande-contact-2x.jpg');

    padding: clamp(90px, 10vw, 120px) 20px  clamp(90px, 10vw, 120px);
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);

    position: relative;
}

.wrapper-bande-contact::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: clamp(13px,1.66vw,30px);
    background: url('i/bande-contat-top.svg') center center;
    background-size: 100% 100%;
    z-index: 100;
}

.bande-contact-inner {
    text-align: center;
    color: #fff;
}

.bande-contact-inner h2 {
    color: #fff;
}
.bande-contact-inner p {
    margin: 10px 0 20px;
    font-size: clamp(26px, 3vw, 32px);
    line-height: 1.1;
}
.bande-contact-inner a.bouton {
    background-color: #fff;
    color: #323232;
    text-shadow: none;
}

/* CAROUSEL ACTUS */


.wrapper-bande-actus {
    background:#323232 url('i/fond-actus-2x.jpg') no-repeat center center / auto 100%;
    padding: clamp(40px, 7vw, 80px) 20px;
    position: relative;
}

.wrapper-bande-actus::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: clamp(20px,2vw,50px);
    background: url('i/bande-actu-top.svg') center center;
    background-size: 960px 100%;
    transform: translateY(-100%);
    z-index: 100;
}

.wrapper-bande-actus::after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: clamp(20px,2vw,50px);
    background: url('i/bande-actu-top.svg') center bottom;
    background-size: 960px 101%;
    transform: translateY(100%) rotate(180deg);
}

.wrapper-actu {
    padding: 20px 20px;
}

.wrapper-bande-actus h2 {
    font-weight: 900;
    color:#fff;
    text-align: center;
    padding: 0 30px;
    margin-bottom: clamp(5px, 1vw, 20px)
}

.wrapper-bande-actus h2 span.dl {
    color:#fff;
}

.wrapper-actu .actu {
    background: #323232;
    text-decoration: none;
    color: #fff;
    display: block;
    box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    margin: 0 auto;
}

.wrapper-actu-texte {
    padding: 20px 25px 50px 25px;
    position: relative;
    background-color:#4a4a4a;
}

.wrapper-actu-texte h3 {
    margin: 0;
    font-family: "good-times", sans-serif;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1;
    color: #fff;
}

.wrapper-actu-texte p {
    margin: 0;
    font-size: 19px;
    text-align: center;
}

.wrapper-actu-texte .plus {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px; 
    height: 80px;
    background:#fff url('i/plus.svg') no-repeat center bottom 4px / 20px auto;
    color: #323232;
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    font-size: 60px;
    clip-path: circle(40.0% at 50% 100%);
    transition: all 0.2s ease;
}
.wrapper-actu-image {
    background-color: #222222;
}


.actu:hover .wrapper-actu-texte .plus {
    clip-path: circle(50.0% at 50% 100%);
}

@media (max-width: 450px) {
    .wrapper-actu-texte h3 {
        font-size: 20px;
    }
    .wrapper-actu-texte p {
        font-size: 17px;
    }

    .wrapper-actu-texte {
        padding: 15px 15px 40px 15px;
    }

}


.liste-actu {
    margin-bottom: 40px;
    overflow: hidden;
}
.liste-actu .actu-image{
    float: right;
    margin: 0 0 20px 20px;
}
.liste-actu .actu-titre {
    margin: 0;
    margin-bottom: 15px;
    font-family: "good-times", sans-serif;
    font-size: clamp(28px, 6vw, 38px);
    font-weight: 400;
    line-height: 1;
    color: #323232;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: -1px;
    margin-bottom: 10px;
}
.liste-actu .actu-titre a {
    color: currentColor;
    text-decoration: none;
}
.liste-actu .actu-texte {
    margin: 0;
}

.liste-actu .actu-lien {
    margin-top: 10px;
}

.actu-detail h1 {
    margin-bottom: 10px;
}

.actu-detail-premiere-image {
    text-align: center;
}

.liste-actu .actu-photos {
    margin-top: 5px;
}


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






.faq-container {
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

.faq-question {
    margin: 0px;
    padding: 14px 10px;
    display: block;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    transition: all 0.3s ease 0s;
}
 
.faq-answer-container {
    height: 0px;
    overflow: hidden;
    
}

 
.faq-answer {
   
}

.faq-answer-inner {padding: 16px;}

.faq.open .faq-question {
    background-color:#323232;color: #fff;
    
}

.faq-question:hover {
    box-shadow: 0px 0px 24px rgba(0,0,0,0.22);
}

.faq-bouton {
    background-color: #323232;
    color: #fff;
    padding:7px 8px 0px 8px;
    text-decoration: none;
    display: inline-block;
    margin-top: 0px;
    transition: all 0.2s ease-in-out 0s;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 24px;
}

.faq.open .faq-bouton {
    transform: translateY(-50%) rotate(90deg);
}

.faq-bouton img {width:8px;height:calc(8px * 21 / 15);display: block;}




.tableau {
    width: 100%;
    max-width: 800px;
    outline: 2px solid #323232;
    outline-offset: -2px;
    border-collapse: collapse;
}
.tableau tr:first-of-type, .tableau tr.th {
    background-color: #323232 !important;
    color: #fff;
}
.tableau td {
    padding: 4px 8px;
}
.tableau tr:not(:first-of-type):nth-child(odd) {
    background-color: rgba(50, 50, 50, 0.1);
}


strong.stabilo {
        background-color: #ffe305;
        color: #323232;
        display: inline-block;
        padding: 0px 5px;
        border-radius: 6px;
        font-weight: 700;
}