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

html {
    overflow-y: scroll !important;
}

body {
    font-family: "Barlow", sans-serif;
    font-size:20px; 
    color:#0b0b0b;
    font-weight: 400;
    margin: 0;
    background-color:#ffffff;
    line-height: 1.4;
}

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


#menu, .slicknav_menu {
    display: none;
}

html {height:100%;}



.wrapper-header{
    display: flex;
    flex-direction: column;

    position: relative;
    z-index: 1000000000;
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.3);
    
    margin: 0 auto;
    background: #fff;

    font-size: 24px;
    height: 8em;
}


/* HEADER LOGO */
.wrapper-header div.logo {
    flex-shrink: 0;
    --scale: 1;
    z-index: 100000;
    align-self: center;
    font-size: 2.25em;
    margin-left: 1em;
}

.wrapper-header div.logo a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1;
    text-transform: uppercase;
    gap: 0.1em;
    vertical-align: top;
    text-decoration: none;
    color: currentColor;
}
.wrapper-header div.logo .erikadunet {
    color: #212121;
    font-size: 1em;
}

.wrapper-header div.logo .architecte {
    color: #a2a2a2;
    font-size: 0.52em;
}



/* HEADER TOP */
.wrapper-header .header-top {
    position: absolute;
    top: 0.4em;
    right: 1em;
}

.wrapper-header .header-bottom {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    height: 100%;
}


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

    max-width: 1640px;
    width: 100%;
    margin: 0 auto;

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

.wrapper-menu .menu-item > a,
.wrapper-menu .menu-item > span{
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 1em;
    line-height: 1;
    color: #a2a2a2;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding: 0.8em 1em 1em;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.wrapper-menu .menu-item > a::before,
.wrapper-menu .menu-item > span::before {
    --scaley: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-100%) scaleY(var(--scaley)) scaleX(var(--scaley));
    width: 0.7em;
    height: 2em;
    background: #2d6647;
    transition: transform 0.2s ease;
    transform-origin: bottom;
}

/* ON HOVER */
.wrapper-menu .menu-item:hover > a,
.wrapper-menu .menu-item:hover > span {
    color: #2d6647;
}

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

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

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

.wrapper-menu .menu span div.menu-arrow {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    filter: brightness(0) saturate(100%) invert(69%) sepia(1%) saturate(189%) hue-rotate(346deg) brightness(95%) contrast(85%);
}

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

.wrapper-menu .sousmenu{
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    list-style: none;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: -1;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}


.wrapper-menu .sousmenu::before {
    content: '';
    position: absolute;
    top: 0px;
    height:10px;
    left: 0px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.1) 5px, rgba(0, 0, 0, 0) 10px);
}
.wrapper-menu .sousmenu a{
    color: #a2a2a2;
    text-decoration: none;
    padding: 20px 15px;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    display: block;
    line-height: 1.15;
    font-size: 18px;
    font-weight: 600;
}

.wrapper-menu .sousmenu a:hover{
    /* background: rgba(45, 102, 71, 0.1); */
    color: #2d6647;
}

.wrapper-menu .sousmenu .selected a {
    background: #2d6647;
    color: #fff!important;
}

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


.wrapper-header .header-top h3 {
    color: #a0a0a0;
    text-transform: none;
    font-family: "Barlow", sans-serif;
    font-size: 1em;
    margin: 0;
    padding: 0;
    font-weight: 400;
}



/* BURGER */
.wrapper-header .burger-btn{
    position: absolute;
    bottom: calc(50% - 1.5em / 2);
    right: 10px;
    width: 40px;
    height: 40px;
    padding: 15px;
    background-color: #fff;
    border: none;
    display: none;
    cursor: pointer;
    z-index: 100000;
    transition: background 0.2s ease;
    transform: translateY(50%);
}
.wrapper-header  .burger-btn .line{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    display: inline-block;
    width: 22px;
    height: 2px;
    background: #2d6647;

    transition: transform 0.2s ease;
}


.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: 1500px) {
    .wrapper-menu {
        padding-right: 1em;
    }
    .wrapper-header div.logo {
        margin-left: 0.5em;
    }
}

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

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

@media (max-width: 1100px) {
    .wrapper-menu .menu-item > a, .wrapper-menu .menu-item > span {
        padding-inline: 0.8em;
    }
    .wrapper-header div.logo img {
        width: 11em;
    }
}

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

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


@media (max-width: 850px) {
    .wrapper-header {
        height: 7em;
        padding-top: 1.5em;
    }
    
    .wrapper-menu {
        padding-right: 10px;
    }
    
    .wrapper-header:not(.showslidemenu),
    .wrapper-header:not(.showslidemenu) .wrapper-menu{
        transition: none;
    }

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

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

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

    .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: #fff;
        transform: translateX(100%);
        min-width: 240px;
        transition: transform 0.2s ease-out;
        transform-origin: top right;
        max-width: 350px;
        margin-left: auto; 
        overflow: auto;
    }
    .wrapper-header.open .wrapper-menu .menu {
        transform: translateX(0);
        counter-reset: menu-item;
    }


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

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

    .wrapper-header .wrapper-menu .sousmenu{
        position: static;
        box-shadow: none;
        display: block;
        background: transparent;
        padding-left: 15px;
        transform: none;
    }
    .wrapper-header .sousmenu::before {
        content: none;
    }
    .wrapper-header .menu-item:hover.closed .sousmenu,
    .wrapper-header .menu-item.closed .sousmenu {
        display: none;
    }
    .wrapper-header .menu-item.closed div.menu-arrow {
        transform: rotate(-90deg);
    }

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

    .wrapper-menu .menu span div.menu-arrow {
        position: static;
        transform: none;
        margin-left: 5px;
    }


    .wrapper-menu .menu-item > a::before, .wrapper-menu .menu-item > span::before {
        top: 50%;
        left: -10px;
        transform: translateX(0) translateY(-50%) scaleX(var(--scaley));
        width: 10px;
        height: 8px;
        transform-origin: left center;
    }
}

@media (max-width: 590px) {
    .header-top h3 span:nth-of-type(5) {
        display: none;
    }
}
@media (max-width: 540px) {
    .header-top h3 span:nth-of-type(4) {
        display: none;
    }
}
@media (max-width: 410px) {
    .header-top h3 span:nth-of-type(3) {
        display: none;
    }
}

 
.wrapper-full-footer {
    position: relative;
    z-index: 1;
    background: linear-gradient(to top, #144934, #367150);
}

.wrapper-full-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    min-width: 400px;
    height: 100%;
    background: url('i/footer.svg') no-repeat center center;
    background-size: cover;
    opacity: 0.08;
}


.wrapper-footer {
    color: #fff;
    position: relative;
    font-weight: 400;
}


.wrapper-footer a {
    text-decoration: none;
    color: currentColor;
}
.wrapper-footer a:hover {
    text-decoration: underline;
    text-underline-offset: 0.4em;
    text-decoration-thickness: 1px;
}


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

    display: grid;
    grid-template-columns: max(30%, 400px) 1fr 1fr;
    position: relative;

    padding: clamp(40px, 10vw, 140px) 0 clamp(10px, 5vw, 50px);

    margin: 0 auto;

    z-index: 1;
}

.wrapper-footer-inner .footer-inner {
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    font-size: 20px;
    max-width: 360px;
}

.footer-inner h3 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
}

.footer-inner p {
    margin: 0;
}

.footer-inner .footer-email {
    display: inline-block;
    margin-top: 10px;
}

.footer-3 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-3 ul li a {
    text-transform: none;
    font-weight: 400;
    display: inline-block;
    padding-bottom: 6px;
}

.footer-1 .footer-inner {
    text-align: left;
}
.footer-1 .footer-inner h3 {
    text-align: left;
}

.footer-2 address {
    margin-top: 10px;
    font-style: normal;
}

.footer-reseaux {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    gap: 5px;
}
.footer-reseaux a img {
    vertical-align: top;
    width: 36px;
}

.wrapper-footer .mentions{
    color: #7e9488;    
    font-size: 18px;
    margin-top: clamp(10px, 7vw, 100px);
}

div.mentions {
    position: relative;
    max-width: calc(100% - max(30%, 400px));
    margin-left: auto;
    text-align: center;
    padding: 40px 35px 40px 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #7e9488;
}


div.mentions a {
    color: #7e9488;
    font-weight: 400;
    text-decoration: none;
}
div.mentions a:hover {
    color: #fff;
}

@media (max-width: 1000px) {
    .footer-1 {
        grid-row: span 2;
    }
    .footer-2, .footer-3 {
        grid-column: 2 / 4;
    }

}
@media (max-width: 700px) {
    .wrapper-full-footer::before {
        min-width: 0;
        width: 20%;
    }

    .wrapper-footer-inner {
        grid-template-columns: 1fr;
        max-width: 80%;
        margin-left: auto;
        margin-right: 0;
    }
    .footer-1, .footer-2, .footer-3 {
        grid-row: span 1;
        grid-column: span 1;
    }

    .wrapper-footer-inner .footer-inner {
        text-align: left;
        font-size: 18px;
    }
    .footer-inner h3 {
        text-align: left;
        font-size: 22px;
    }

    div.mentions {
        max-width: 80%;
    }
    

}


/* CONTENU */

input.form_submit,
a.bouton,
span.bouton {
    display: inline-block;
    color: #2d6647;
    background: transparent;

    text-decoration: none;
    padding: 0.5em 0;
    font-weight: 800;
    font-size: 1.2em;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    z-index: 1;
    text-align: center;
    border: none;

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

a.bouton::before,
span.bouton::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 0.2em;
    background: currentColor;
    transition: width 0.2s ease;
}

a.bouton:hover::before,
span.bouton:hover::before,
.pix-card:hover .bouton::before {
    width: 100%;
}

input.form_submit:hover {
    text-decoration: underline;
    text-decoration-thickness: 0.2em;
    text-underline-offset: 0.4em;
}


.formulaire-envoyer input.form_submit {
    padding: 8px 18px;
    font-size: 18px;
    cursor: pointer;
    background: #db0000;
    color: #fff;
}




.wrapper-site {
    /* overflow: hidden; */ /* Quand il est activé le sticky ne fonctionne plus */
}



.wrapper-contenu {
    z-index: 1;
    position: relative;
}


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

.wrapper-boxed {
}

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

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


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




h1,h2.h1 {
    position: relative;
    font-size: clamp(30px, 4vw, 40px);
    font-weight: 800;
    line-height: 1.05;
    color: #3c3c3c;
    text-transform: uppercase;
    margin: 0;
    font-family: "Barlow", sans-serif;
}


span.dl {
    display: block;
    color: #a2a2a2;
    font-size: 0.6em;
    line-height: 1;
    font-weight: 400;
    margin-top: 0.2em;
}


h2 {
    font-family: "Barlow", sans-serif;
    margin: 0;
    font-weight: 800;
    color: #2d6647;
    position: relative;
    line-height: 1.1;
    font-size: calc(clamp(30px, 4vw, 40px) * 34/40);
    margin-bottom: -1rem;
}

h3 {  
    font-family: "Barlow", sans-serif;
    margin: 0;
    font-weight: 800;
    color: #2d6647;
    position: relative;
    line-height: 1.1;
    font-size: calc(clamp(30px, 4vw, 40px) * 28/40);
}






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


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

a.lien:hover {
    color: #2d6647;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    text-decoration-thickness: 1px;
}

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

a.lienpetit:hover {
    color: #003554;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    text-decoration-thickness: 1px;
}

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



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

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



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



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





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



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%;
  width: 100%;
  background: rgb(255, 255, 255);
  border: none;
  padding: 5px;
  color: #0b0b0b;
  border: 1px solid #0b0b0b;
  border-radius: 0;
}
input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=url]:focus-visible,
input[type=password]:focus-visible,
textarea:focus-visible {
    border-radius: 0;
}



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

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

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

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

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

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

.cadresubmit { border:1px #0b0b0b solid; }

.pagination_inactif { color:#c6bdbd; font-weight:normal; font-style:normal;}
a.lienpagination:link,a.lienpagination:visited,a.lienpagination:hover,a.lienpagination:active  {   color:#0b0b0b; font-weight:bold; text-decoration:none;display:block;width:100%;}
a.lienpaginations:link,a.lienpaginations:visited,a.lienpaginations:hover,a.lienpaginations:active  {   color:#0b0b0b; font-weight:bold; text-decoration:none;display:block;width:100%;}
.cadrepagination {}
.cadrepaginations {background-color:#ba0000;pointer-events: none; }
a.lienpaginations{color: #fff!important;}
a.lienpaginations[href="#"] {pointer-events: none; color: #fff;}

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

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

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


div.map {
    padding-top: 20px;
}

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

.formulaire-message-envoye {
    padding: 20px;
    background: #2d6647;
    margin-top: 20px;
    color: #fff;
}

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

#form {
    color:#0b0b0b;
    background-position: center center;
    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 {max-width: 100%;height:auto;}

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

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

#menu {
    display:none;
}

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

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

a.back-to-top:hover {
    background-size: 24px 24px;
    background-color: #2d6647;
}



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: 0px 3px 8px rgba(9, 9, 13, 0.3); */
}

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

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


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


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


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

}

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

}


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

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

.wrapper-flex-columns .wrapper-col {
    flex: 1;
    width: 100%;
}

@media (max-width: 700px) {
    .wrapper-flex-columns {
        flex-direction: column;
        gap: 20px;
    }
    .wrapper-flex-columns.reversed {
        flex-direction: column-reverse;
    }
    .wrapper-flex-columns.gap-xl {
        gap: 30px;
    }
}


.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:#0b0b0b;padding-top:5px;}


.ilightbox {text-decoration: none;}

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

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

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

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

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

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

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

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

.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;
    column-gap: 20px;
}
.detail-pagination a.lien {
    color: #0b0b0b !important;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    text-transform: uppercase;
    margin: 5px 0;
    display: inline-block;
    font-family: "Barlow", sans-serif;
}

.detail-pagination .back-list {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 10px;
}

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


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


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

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

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

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


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






.form_label {
    
    font-weight: 500;
}


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


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



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




/* BANDEAU SWIPER */
.pix-bandeau-swiper {
    aspect-ratio: 1920 / 900;
    position: relative;
    user-select: none;
    max-width: 1920px;
    margin: 0 auto;
}

.pix-bandeau-swiper .swiper-slide .swiper-image {
    width: 100%;
    height: 100%;
    aspect-ratio: 1920 / 900;
    background-position: center center;
    background-size: cover;
}
.pix-bandeau-swiper .swiper-slide img {
    vertical-align: top;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pix-bandeau-swiper .swiper-slide {
    position: relative;
}
.pix-bandeau-swiper .swiper-slogan {
    position: absolute;
    bottom: 5vw;
    right: 5vw;
    max-width: 400px;
    width: 90%;
    text-align: left;
    font-size: clamp(12px, 1.4vw, 20px);
    color: #fff;
    background: rgba(45, 102, 71, 0.70);
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.5s ease-in-out;

    padding: 1.5em 1.5em;
}
.pix-bandeau-swiper .swiper-slogan:empty {
    display: none;
}
.pix-bandeau-swiper .swiper-slide-active .swiper-slogan {
    opacity: 1;
}
.pix-bandeau-swiper .swiper-slogan h3 {
    font-weight: 800;
    font-size: 1.8em;
    font-family: "Barlow", sans-serif;
    line-height: 1.1;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}
.pix-bandeau-swiper .swiper-slogan span.dl {
    color: #ffffff;
}
.pix-bandeau-swiper .swiper-slogan p {
    display: block;
    font-weight: 400;
    line-height: 1;
    margin: 1em 0 0em 0;
}
.pix-bandeau-swiper a.bouton {
    color: #fff;
}


.pix-bandeau-swiper video {
    pointer-events: none;
}
.pix-bandeau-swiper video[poster]{
    height:100%;
    width:100%;
    object-fit: cover;
}


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

@media (max-width: 1050px) {
    .pix-bandeau-swiper .swiper-slogan {
        padding: 2.5em 2em;
    }
}

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

    .pix-bandeau-swiper .swiper-slogan {
        bottom: 2vw;
        right: 2vw;
        max-width: 250px;
        padding: 1.5em 1em;
    }
    .pix-bandeau-swiper .swiper-slogan h3 {
        font-size: 1.5em;
    }
}

@media (max-width: 500px) {
    .pix-bandeau-swiper .swiper-slogan {
        max-width: 180px;
    }
}



/* SLOGAN */
.slogan {
    padding: 20px;
    background: rgba(34, 51, 83, 0.1);
    position: relative;
    z-index: 1;
}



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



/* BANDE ACTUS */
.wrapper-bande-actus {
    max-width: 1920px;
    margin: 0 auto;
    background: #e0eae6 url('i/actus.svg') no-repeat center center;
    background-size: cover;

    padding-top: clamp(30px, 4vw, 60px);
    padding-bottom: 20px; 
    padding-inline: 60px;
    overflow: hidden;
}
.wrapper-bande-actus h2 {
    text-transform: uppercase;
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    font-size: clamp(28px, 4vw, 55px);
    margin-bottom: clamp(15px, 2vw, 30px);
    position: relative;
    background: none;
    color: #222222;
    padding: 0;
}
.wrapper-bande-actus h2 span.dl {
    color: #222222;
    font-size: 0.5em;
}

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


@media (max-width: 1450px) {
    .wrapper-bande-actus {
        padding-inline: 30px;
    }
}
@media (max-width: 1000px) {
    .wrapper-bande-actus {
        padding-inline: 20px;
    }
}


/* CARD POUR LES ACTUS ETC */
.pix-card {
    position: relative;
    text-decoration: none;
    color: currentColor;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    font-size: 22px;
}

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

.pix-card-content {

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100%;

    padding: 1.3em 0;
}

.pix-card-title {
    font-weight: 700;
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0;
    font-size: 1em;
    color: #222222;
    position: relative;
    z-index: 1;
    transition: color 0.2s ease;
}

.pix-card-description {
    font-size: 1em;
    margin: 0;
    margin-top: 0.4em;
    color: #222222;
}

.pix-card .voir-plus {
    width: max-content;
    font-size: 1em;
    margin-top: 10px;
}

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

.wrapper-bande-accueil {
    padding: clamp(20px, 4vw, 60px) 0;
    position: relative;
}
.wrapper-bande-accueil .fancybox::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: min(360px, 70%);
    aspect-ratio: 4 / 5;
    background: #d9e3df;
    transform: translateX(-30%);
    z-index: -1;
    pointer-events: none;
}

.wrapper-liste-actualites {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

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