/* reset.css --- 2025-08-21 09:30:08 */
* {
  outline: none !important;
}

.form-control {
  box-shadow: none !important;
}

.form-control:focus {
  border-color: #ccc !important;
}


/* Reset complet des containers Bootstrap 5 */

/* Reset de base pour tous les containers */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  /* Suppression de toutes les propriétés Bootstrap */
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
}

/* Reset spécifique pour les pseudo-éléments */
.container::before,
.container::after,
.container-fluid::before,
.container-fluid::after,
.container-xxl::before,
.container-xxl::after,
.container-xl::before,
.container-xl::after,
.container-lg::before,
.container-lg::after,
.container-md::before,
.container-md::after,
.container-sm::before,
.container-sm::after {
  display: none;
  content: none;
}

/* Reset des media queries Bootstrap pour les containers responsifs */
@media (min-width: 576px) {

  .container-sm,
  .container {
    max-width: none;
    width: auto;
  }
}

@media (min-width: 768px) {

  .container-md,
  .container-sm,
  .container {
    max-width: none;
    width: auto;
  }
}

@media (min-width: 992px) {

  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: none;
    width: auto;
  }
}

@media (min-width: 1200px) {

  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: none;
    width: auto;
  }
}

@media (min-width: 1400px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: none;
    width: auto;
  }
}


.container-fluid,
.container {
  margin: 0 auto;
}

.container-fluid {
  max-width: 96%;
}

.container {
  width: 96%;
  max-width: 1200px;
}

/* base.css --- 2025-08-20 14:17:27 */
html,
body {
    height: 100%;
    background: #fff;

    overflow-x: hidden;
}

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

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



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

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

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

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

@media (max-width: 499px) {

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


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

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

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

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

.pointer {
    cursor: pointer
}




.mx-a {
    margin-left: auto;
    margin-right: auto;
}

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

/* article-homepage-carrousel.css --- 2025-08-19 10:56:40 */
#carrousel-homepage {
    margin-bottom: 3rem;
    color: white;
}

#carrousel-homepage .slides {
    height: calc(100vh - 150px);
    position: relative;
}

#carrousel-homepage .slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #050505;
}

#carrousel-homepage .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.8;
}


#carrousel-homepage .content {
    position: absolute;
    left: 5%;
    right: 5%;

    top: 20%;
    bottom: 10%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
}


#carrousel-homepage .baseline {
    font-size: 2.4rem;
}

#carrousel-homepage h1 {
    font-size: 2.3rem;
    color: white;
}

@media screen and (min-width: 992px) {
    #carrousel-homepage .baseline {
        font-size: 3rem;
    }
}

@media screen and (min-width: 1200px) {
    #carrousel-homepage .baseline {
        font-size: 3.25rem;
    }
}

/* menu.css --- 2025-08-21 08:48:37 */
@media screen and (min-width: 768px) {
    #menu-burger {
        display: none;
    }

    #menu {
        /* background-color: var(--red); */
        padding: 0px 0;
        z-index: 1000;
        height: 100%;
    }

    #menu a {
        text-decoration: none;
    }

    #menu .inner {
        width: 96%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        font-weight: 500;
    }

    #menu ul.level0 {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        height: 100%;
        align-items: center;
        position: relative;
        justify-content: space-between;

    }



    #menu li.level0 {
        display: flex;
        flex-direction: column;
        height: 100%;
        align-items: center;
        position: relative;
    }


    #menu li.level0>a {
        margin: 0;
        display: block;
        text-align: center;
        line-height: 1.2;
        border-radius: 50px;
        color: var(--light-brown);
        background-color: var(--brown);
        border: 1px solid var(--brown);

        text-decoration: none;
        transition: color 0.15s ease-in-out,
            background-color 0.15s ease-in-out,
            border-color 0.15s ease-in-out;
        text-transform: uppercase;

        padding: 1rem 0rem;
        font-size: 0.8rem;
        min-width: 100px;

    }




}

@media screen and (min-width: 992px) {


    #menu li.level0>a {
        padding: 1rem 0.5rem;
        font-size: 1.2rem;
        min-width: 120px;
    }
}

@media screen and (min-width: 1200px) {
    #menu li.level0>a {
        padding: 1rem 0.5rem;
        font-size: 1rem;
        min-width: 130px;
    }
}

@media screen and (min-width: 1400px) {
    #menu li.level0>a {
        padding: 1rem 0.8rem;
        font-size: 1.1rem;
        min-width: 160px;
    }
}

/*

@media screen and (min-width: 1400px) {
    #menu li.level0 {
        padding: 0.3rem 0.5rem;
    }

    #menu li.level0>a {
        padding: 0.5rem 0.2rem;
        font-size: 1.1rem;
        min-width: 130px;
    }
}
*/
@media screen and (max-width: 767px) {


    #menu-burger {
        display: block;
        position: fixed;
        top: 10px;
        right: 20px;
        z-index: 1001;
        cursor: pointer;
    }

    #menu-burger img {
        display: none;
    }

    #menu-burger:after,
    #menu-burger:before {
        position: absolute;
        top: 8px;
        right: 0;
        font-family: "FontAwesome";
        font-size: 2.5rem;
        color: var(--brown);

        padding: 5px 8px;
        line-height: 1;
        transition: all 1000ms;
    }

    #menu-burger:before {
        content: "\f0c9";
    }

    #menu-burger:after {
        content: "\f00d";
        opacity: 0;
    }

    .menu-on #menu-burger:before {
        opacity: 0;
    }

    .menu-on #menu-burger:after {
        opacity: 1;
    }

    #menu {

        position: fixed;
        top: 0;
        right: 0;
        z-index: 1000;
        height: 100vh;
        width: 400px;
        max-width: 0;
        overflow-y: auto;
        transition: all 1000ms;
        background-image: url('/msmedias/header/Creation-de-meubles-en-bois-dieppe.png?h=100');
        background-repeat: no-repeat;
        background-position: 25px 25px;
        background-color: var(--light-brown);
        padding-top: 160px;
    }

    #menu a {
        text-decoration: none;

    }

    #menu a:hover {
        text-decoration: underline;
    }

    #menu ul {
        margin: 0 0 0 15px;
        padding: 0;
        list-style: none;
    }

    #menu ul.level0 {
        width: 350px;
        margin: 0;
        padding: 50px 25px;
        list-style: none;
    }

    #menu li.level0 {
        margin: 0 0 15px;
        padding: 0 0 0 20px;
        position: relative;
    }

    #menu li.level0 a {
        font-size: 1.2rem;
    }

    #menu li.level0:before {
        font-family: "FontAwesome";
        font-weight: 900;
        content: "\f054";
        position: absolute;
        top: 1px;
        left: 0;
        color: var(--brown);
        font-size: 90%
    }

    #menu a {
        color: var(--brown) !important;
    }

    #menu li.level0>a {
        font-weight: 900;
        text-transform: uppercase;
    }

    body.menu-on #above-all {
        display: block;
    }

    body.menu-on #menu {
        max-width: 90%
    }
}

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

/* banniere-homepage.css --- 2025-07-30 17:49:24 */
article.banniere-homepage {}

article.banniere-homepage .container {
    width: 100% !important;
    max-width: 10000px;
    padding: 0;
    margin: 0
}

article.banniere-homepage img {
    width: 100% !important;
}

/* baseline-homepage.css --- 2025-07-30 17:49:24 */
.baseline-homepage {}

.baseline-homepage .article-content {
    border-bottom: 2px solid #999;
}

.baseline-homepage .article-text {
    font-size: 1.8rem;
    width: 55%;
    margin-bottom: -30px;
    background-color: white;
    padding-right: 10px;
}


@media screen and (max-width: 991px) {
    .baseline-homepage .article-content {
        border-bottom: 0px solid #999;
    }

    .baseline-homepage .article-text {
        font-size: 1.8rem;
        width: 100%;
        margin-bottom: -30px;
        background-color: white;
        padding-right: 10px;
        text-align: center;
    }
}

/* above-all.css --- 2025-07-30 17:49:24 */
#above-all {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  /* sous le menu responsive */
  display: none;
  background-color: rgba(255, 255, 255, .3);
}

/* colors.css --- 2025-12-11 12:41:42 */
:root {
    --brown: rgba(80, 54, 29, 100);
    --light-brown: rgba(232, 231, 225, 100);
}

a {
    color: var(--brown);

}


.text-brown {
    color: var(--brown);
}

.text-light-brown {
    color: var(--light-brown);
}


.light-brown-bg {
    background-color: var(--light-brown);
    color: var(--brown);
}

article.light-brown-bg {
    background-color: unset;
    color: unset;
}

article.light-brown-bg .container {
    background-color: var(--light-brown);
    color: var(--brown);

    padding: 2rem;
    box-sizing: border-box;
}

/* article-full-width.css --- 2025-08-21 09:21:49 */
article.full-width {}


article.full-width.bg-light-brown,
article.full-width.bg-brown {
  background-color: transparent !important;
}

article.full-width .article-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}

article.full-width .attachment {
  width: 100%;
  margin: 0 !important;
  aspect-ratio: 1;
}

article.full-width .attachment img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

article.full-width .side-right {
  flex: 1;
}

article.full-width .wordings {
  background-color: var(--brown);
  width: 100%;
  text-align: center;
}

article.full-width .wordings-inner {
  padding: 2rem;
  color: var(--light-brown);
  background-color: var(--brown);
  font-size: 1.1rem;
}

article.full-width.bg-light-brown .wordings {
  background-color: var(--light-brown);
}

article.full-width.bg-light-brown .wordings-inner {
  background-color: var(--light-brown);
  color: var(--brown);
}






article.full-width p {
  margin: 0.5rem 0;
}

@media screen and (min-width: 768px) {
  article.full-width .side-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  article.full-width .article-content {
    flex-direction: row;
  }

  article.full-width .attachment {
    flex: 0 0 45%;
  }

  article.full-width .wordings {
    text-align: left;
  }

  article.full-width .wordings-inner {
    flex: 1;
    margin-left: -15%;
    max-width: 1200px;
    font-size: 1.2rem;

  }
}

@media screen and (min-width: 1200px) {
  article.full-width .attachment {
    flex: 0 0 40%;
  }

  article.full-width .wordings-inner {
    padding: 3rem;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1400px) {
  article.full-width .attachment {
    flex: 0 0 35%;
  }
}

/* article-totem-produit.css --- 2025-12-11 11:59:25 */
.article-totem-produit-group {}

.article-totem-produit-group .news-group-content {
  max-width: 96%;
  width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 auto;
}

@media screen and (min-width: 576px) {
  .article-totem-produit-group .news-group-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
  }

  .totem-produit {
    flex: 0 0 calc(50% - 15px);
  }
}


@media screen and (min-width: 992px) {
  .article-totem-produit-group .news-group-content {
    gap: 35px;
  }

  .totem-produit {
    flex: 0 0 calc(33.33333% - 35px);
  }
}

.totem-produit {
  position: relative;
  padding-bottom: 3rem;
  border-radius: 1.5rem;
  overflow: hidden;
  cursor: pointer;

}

/* Ratio & image plein cadre */
.totem-produit .tp-figure {
  aspect-ratio: 4 / 5;
  /* ajuste si besoin */
  background: var(--light-brown);
}

.totem-produit .tp-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 3rem);

  background-color: var(--brown);
  color: white;
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: top 700ms ease, padding-top 700ms ease;

}

.totem-produit .tp-overlay h3 {
  font-size: 1rem;
  line-height: 2rem;
  margin-bottom: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--light-brown);

}

/*
.totem-produit:hover .tp-overlay {
  height: 100%;
  top: 0;
  padding: 1rem 1rem;

}

.totem-produit:hover .tp-overlay h3 {
  font-size: 1.2rem;
  height: unset;
  min-height: 4rem;
  text-overflow: unset;
  white-space: unset;
  line-height: 1.7rem;

}

.totem-produit:hover .tp-arrow {


  opacity: 0;


}
  */





/* --------------------------------------------------------------
   Backdrop (fond sombre)
-------------------------------------------------------------- */
#produit-backdrop {
  position: fixed;
  inset: 0;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(51, 51, 51, 0.8);
  z-index: 99997;
  display: none;
}

/* --------------------------------------------------------------
   Overlay (la fenêtre blanche)
-------------------------------------------------------------- */
#produit-overlay {
  position: fixed;
  inset: 0;
  width: 90vw;
  max-width: 1400px;
  height: 90vh;
  margin: auto;
  background: #fff;
  z-index: 99998;
  display: none;
  padding: 0vh 0vw;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 8px;

}

/* --------------------------------------------------------------
   Bouton fermer
-------------------------------------------------------------- */
#produit-overlay .btn-close-overlay {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99999;
}



#produit-overlay .swiper {}

/* --------------------------------------------------------------
   Slides swiper — structure générale
-------------------------------------------------------------- */
.produit-slide {
  display: flex;

  height: 90vh;
  align-items: start;
}

/* --------------------------------------------------------------
   Zone image
-------------------------------------------------------------- */
.produit-slide .slide-img-wrapper {
  flex: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.produit-slide .slide-img-wrapper img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

/* --------------------------------------------------------------
   Zone texte
-------------------------------------------------------------- */
.produit-slide .slide-desc {
  flex: 50%;
  overflow-y: auto;
  height: 100%;
  background-color: var(--light-brown);
  padding: 5rem 6rem 1rem 1rem;
  font-size: 1.2rem;
}

.produit-slide .slide-desc h2 {
  font-size: 1.8rem !important;
}

/* Pagination (bullets) en bas */
#produit-overlay .swiper-pagination {
  bottom: 10px !important;
}

/* Boutons navigation */
#produit-overlay .custom-swiper-prev,
#produit-overlay .custom-swiper-next {
  color: #333;
  width: auto;
  height: auto;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#produit-overlay .custom-swiper-prev:hover,
#produit-overlay .custom-swiper-next:hover {}

/* Icônes Font Awesome */
#produit-overlay .custom-swiper-prev,
#produit-overlay .custom-swiper-next {
  font-size: 1.4rem;
}


/* Couleur des chevrons Prev / Next */
#produit-overlay .swiper-button-prev,
#produit-overlay .swiper-button-next {
  color: var(--brown);
}

/* Survol des flèches (optionnel) */
#produit-overlay .swiper-button-prev:hover,
#produit-overlay .swiper-button-next:hover {
  color: var(--brown);
  opacity: 0.8;
}

/* Bullets pagination */
#produit-overlay .swiper-pagination-bullet {
  background: var(--brown) !important;
  opacity: 0.4;
  /* bullets non actives */
}

/* Bullet active */
#produit-overlay .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--brown) !important;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .produit-slide {
    flex-direction: column;
  }

  .produit-slide .slide-img-wrapper {
    flex: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40%;
    width: 100%;
  }

  .produit-slide .slide-desc {
    flex: 60%;
    overflow-y: auto;
    height: 100%;
    background-color: var(--light-brown);
    padding: 5rem 6rem 1rem 1rem;
    font-size: 1.2rem;
  }

  #produit-overlay .swiper-button-next,
  #produit-overlay .swiper-button-prev {
    top: 25% !important;
  }


}

/* article-default.css --- 2025-08-21 09:33:29 */
body.infos .article-default {
    padding-bottom: 40px;
}


.article-default:after {
    content: "";
    display: table;
    clear: both;
}

body.infos .article-default .article-inner {}

body.infos .article-default .article-content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

body.infos .article-default.att-position-right .article-content {
    flex-direction: row-reverse;
}

body.infos .article-default .wordings {
    flex: 1;
}

body.infos .article-default.att-position-left .wordings {
    padding-left: 5%;
}

body.infos .article-default.att-position-right .wordings {
    padding-right: 5%;
}

body.infos .article-default.att-width-50pc .attachments {
    flex: 0 0 45%;
    width: 45%;
}

body.infos .article-default.att-width-33pc .attachments {
    flex: 0 0 30%;
    width: 30%;
}

body.infos .article-default.att-width-25pc .attachments {
    flex: 0 0 20%;
    width: 20%;
}

body.infos .article-default .article-title {
    margin-bottom: 25px;
}

body.infos .article-default h2 {
    color: var(--red);
    line-height: 1.3;
    font-size: 2.2em;
    position: relative;

}




body.infos .article-text {
    text-align: justify;
    font-size: 1rem;
}


body.infos .article-text strong {
    color: var(--red);
}





body.infos .article-default h3 {
    font-size: 1.3rem;
    color: var(--brown);
    margin: 40px 0 15px 0;
    padding: 0 0 7px 0;
    position: relative;
    font-weight: bold;
    text-align: left;
    position: relative;
}

body.infos .article-default h3:after {
    content: ' ';
    width: 40px;
    height: 3px;
    background-color: var(--light-brown);
    position: absolute;
    top: 100%;
    left: 0;

}



body.infos .article-default h4 {
    font-size: 1rem;

    margin: 0 0 25px 0;
    position: relative;
    padding: 0 0 0 25px;
    font-weight: bold;
    text-align: left;
}



body.infos .article-default.bg-brown .wordings {
    color: var(--light-brown);
}



body.infos .article-default.bg-light-brown {
    color: var(--brown);
    background-color: var(--light-brown);

}

/* footer.css --- 2025-08-20 11:04:06 */
/* footer */

#footer {
    background-color: rgba(50, 34, 18, 1);
    color: #fff;
    font-size: 0.90rem;
    padding: 45px 0;
}

#footer p {
    line-height: 1.4;
    margin: 0;
    padding: 0 0 6px 0;
}

#footer .row>div {}

#footer .gray-spacer {
    padding-top: 5%;
    background: #fAfAfA;
    margin-bottom: 30px;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a:hover {
    color: #fff;
    text-decoration: underline;
}

#footer-bloc-left {}

#footer-bloc-left ul {
    list-style: none;
    padding: 0;
    margin: 0;

}

#footer-bloc-left>ul {

    border-left: 1px white solid;
}

#footer-bloc-left>ul ul {
    padding-top: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 500ms;
}

#footer-bloc-left li {

    padding-right: 25px;
    max-width: 200px;
}

#footer-bloc-left li a {
    display: inline-block;
    position: relative;
    padding-right: 25px;
    cursor: pointer;
}

/* Updated CSS for FA6 */
#footer-bloc-left li.haschild>a:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f107";
    position: absolute;
    top: 0;
    right: 0;
}

#footer-bloc-left li.opened span:after {
    content: "\f106";
}

#footer-bloc-left>ul li.opened ul {
    padding-top: 5px;
    max-height: 200px;

}


#footer-bloc-left li {
    padding: 3px 0 3px 10px;
    margin: 0;
}

#footer-bloc-left li:first-child {
    padding-top: 0;
}

#footer-bloc-left li:last-child {
    padding-bottom: 0;
}

#footer h3 {
    margin-bottom: 7px;
    font-size: 1.2rem;
}

#footer .reseaux-sociaux {
    display: flex;
    justify-content: end;

    gap: 5px;

}



#footer .reseaux-sociaux img {
    max-height: 40px;
    width: auto !important;
    transition: all .2s ease-in-out;
}

#footer .partners {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    gap: 5px;
    max-width: 200px;
    float: right;
}


#footer .partners a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 3px 7px;
    background-color: #ffffff;
}

#footer .partners .brand {
    color: white !important;
    font-style: normal !important;
    font-weight: normal !important;
}

#footer .partners img {
    max-width: 140px;
    max-height: 60px;
}


#footer-bloc-center {}

#footer-bloc-center h3 {
    text-align: center;
}

#footer-bottom {}

#footer-bottom .separator {
    display: inline-block;
    margin-left: 5px;
}

@media (max-width: 991px) {
    #footer .container {
        max-width: 100%;
    }


}

@media (max-width: 767px) {
    #footer .row {
        flex-direction: column;
        align-items: center;
    }

    #footer .row>div {
        margin-bottom: 35px;
        text-align: center !important;
    }

    #footer-bloc-left>ul {
        border: none;
        max-width: 300px;
        margin: 0 auto;
    }

    #footer-bloc-left>ul>li {

        padding: 3px 0 !important;
        max-width: 100%;
    }

    #footer-bloc-left>ul a {
        padding: 0 !important;
    }

    #footer .reseaux-sociaux,
    #footer .partners {
        justify-content: center;
        max-width: 100%;
        float: none;
    }
}

/* attachments.css --- 2025-07-30 17:49:24 */
.attachments {
    width: 50%;
    float: left;
    margin-right: 30px;

    font-size: 0;
}

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

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

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

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

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

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

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

.attachments.right {
    float: right;
    margin-left: 30px;
    margin-right: 0;
}

.attachments.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.attachments .att {
    position: relative;
}

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

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

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

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

.attachments.slider {
    position: relative;
}

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

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

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

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

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

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

.attachments.slider .caption {}

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

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

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

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

.attachments.squares {
    border: 1px solid pink;
}

.attachments.squares .inner {
    padding-top: 100%;
    position: relative;
}

.attachments.squares .att {
    position: absolute;
}

.attachments.squares a {
    border-radius: 25px;
    border: 1px solid var(--red);
    z-index: 1;
    transition: all 200ms;
}

.attachments.squares a:hover {
    z-index: 2;
    transform: scale(1.1);
}

.attachments.squares-1 {}

.attachments.squares-1 .att {
    width: 80%;
    padding-top: 80%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.attachments.squares-2 .att {
    width: 60%;
    padding-top: 60%;
}

.attachments.squares-2 .square-1 {
    top: 0%;
    left: 0%;
}

.attachments.squares-2 .square-2 {
    bottom: 0%;
    right: 0%;
}

.attachments.squares-3 {}

.attachments.squares-4 {}



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

/* banner.css --- 2025-07-30 17:49:24 */
article.banner {}

article.banner .article-text {
    border: 3px solid var(--red);
    border-radius: 45px;
    max-width: 85%;
    margin: 0 auto;
    padding: 15px;
    background-color: #fafafa;
}

/* card.css --- 2025-07-30 17:49:24 */
.card-body {
  background-color: #f1f1f1;
}

h5.card-title {
  font-weight: bold;
  font-size: 1rem;
}

/* homepage.css --- 2025-08-19 13:55:18 */
body.homepage {}

body.homepage article {}

#hp-row-2 {}

#hp-row-2 article {
    margin-bottom: 60px
}


body.homepage .article-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 50px;
    position: relative;
    color: var(--brown);
}

/* article-cta.css --- 2025-07-30 17:49:24 */
article.cta {
  background-color: var(--red);
}

article.cta .article-content {
  width: 90%;
  max-width: 992px;
  padding: 50px 50px 0px;
  text-align: center;
  border: 2px solid var(--red);
  border-radius: 25px;
  color: #fff;
  /* background-color: #f0f0f0; */
  margin: 0 auto;
}

article.cta p {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 50px;

}

article.cta .brand {
  color: white !important;
}

/* button.css --- 2025-08-20 13:30:39 */
.btn {
  border-radius: 15px;
}

.btn-lg {
  border-radius: 25px;
}



.btn-xl {
  padding: 0.75rem 1.5rem;
  /* 12px 24px */
  font-size: 1.5rem;
  /* 24px */
  border-radius: 0.35rem;
  /* ~5.6px */
}




.bg-brown {
  background-color: var(--brown);
}

.btn-outline-brown {
  color: var(--light-brown);

  background-color: var(--brown);
  border: 1px solid var(--brown);

  transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.btn-outline-brown:hover {



  color: var(--brown);
  background-color: var(--light-brown);


}

.btn-outline-brown:focus,
.btn-outline-brown.focus {
  box-shadow: 0 0 0 0.25rem rgba(80, 54, 29, 0.5);
}

.btn-outline-brown:active,
.btn-outline-brown.active,
.btn-outline-brown.dropdown-toggle.show {

  color: var(--brown);
  background-color: var(--light-brown);
}

.btn-outline-brown:disabled,
.btn-outline-brown.disabled {
  color: var(--brown);
  background-color: transparent;
}


.btn-outline-white {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;

  transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.btn-outline-white:hover {
  color: var(--brown);
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white:focus,
.btn-outline-white.focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.dropdown-toggle.show {
  color: var(--brown);
  background-color: #fff;
  border-color: #fff;
}

/* article-homepage-service.css --- 2025-08-20 10:43:07 */
.article-homepage-service-group {
  margin-bottom: 3rem;
}

.article-homepage-service-group .articles-group-inner {}

.article-homepage-service-group .articles-group-content {
  width: 96%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem;
}

article.homepage-service {
  margin: 0 !important;
}

/* Carte image + bandeau central */
article.homepage-service .hs-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  margin: 0;
  aspect-ratio: 3 / 4;
  /* ajuste si besoin */
  background: #f5f5f5;
}

article.homepage-service .hs-card img,
article.homepage-service .hs-placeholder {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
  filter: opacity(0.35);
  transition: opacity 500ms;
  /* effet “délavé” comme sur ta capture */
}

article.homepage-service:hover .hs-card img {
  filter: opacity(1);
}

article.homepage-service .hs-placeholder {
  background: repeating-linear-gradient(45deg, #e9e9e9 0 12px, #f5f5f5 12px 24px);
}

article.homepage-service .hs-banner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 50%;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (min-width: 576px) {
  .article-homepage-service-group .articles-group-inner {}

  .article-homepage-service-group .articles-group-content {
    flex-direction: row;
    gap: 1rem;
  }

  article.homepage-service {
    flex: 1;
  }
}

/* gallery.css --- 2025-11-19 12:07:58 */
article.gallery {
  padding-bottom: 40px;
}

article.gallery .container {
  background-color: white;
  padding: 15px 0;
}

article.gallery .row {
  margin: 0 -7px
}

article.gallery .row>div {
  padding: 7px;
}

article.gallery .item {}

article.gallery .item a {
  display: block;
}

article.gallery img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

article.gallery .article-title {}

article.gallery .article-title h2 {}

article.gallery .article-title h2 span {
  display: inline-block;
  background-color: var(--brown);
  color: white;
  padding: 5px 15px;
}

/* decoration.css --- 2025-08-20 10:58:13 */
article.homepage-estimer {}

article.homepage-estimer .container {
  background-color: var(--light-brown);
  color: var(--brown);
  padding: 2rem;
  box-sizing: border-box;
  border-radius: 1.5rem;
  border: 1px solid var(--brown);
}

/* article-homepage-estimer.css --- 2025-08-20 10:56:02 */


/* demie-colonne.css --- 2025-07-30 17:49:24 */
.demi-colonne-group {}

.demi-colonne-group .news-group-inner {
  display: flex;
  gap: 30px;
}

.demi-colonne-group article {}

@media screen and (min-width: 768px) {
  .demi-colonne-group .news-group-inner {
    flex-direction: row;

  }

  .demi-colonne-group article {
    flex: 0 0 calc(50% - 30px);
  }
}

@media screen and (max-width: 767px) {
  .demi-colonne-group .news-group-inner {
    flex-direction: column;
  }
}

/* infos.css --- 2025-08-20 14:42:01 */
body.infos {}

body.infos #content {
    min-height: 90vh;

}

body.infos .page-title {
    padding: 35px 0 15px;
    margin-bottom: 35px;
    position: relative;
}

body.infos h1,
body.infos .h1 {
    position: relative;
    font-size: 3rem;
    text-align: center;
    width: auto;
    background-color: white;
    color: var(--brown);

}



body.infos .page-title:after {
    content: "";
    width: 80px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--brown);
}


@media screen and (max-width: 767px) {

    body.infos h1,
    body.infos .h1 {
        font-size: 1.8rem;
        max-width: 100%;
    }

    body.infos .article-default h2 {
        font-size: 1.5rem;
    }

    body.infos .page-title {
        /*
        padding-top: 35px;
        border-bottom: 2px solid #999;
        margin-bottom: 35px;
        */
    }

}

@media screen and (max-width: 576px) {
    body.infos .page-title {
        border: none !important;
    }

    body.infos .page-title {
        margin-left: 10px !important;
        margin-right: 10px !important;
        text-align: center;

    }

}

/* header.css --- 2025-08-19 10:08:55 */
/* header */

#header {
    background: white;
    padding: 0 0;
    position: relative;
    padding: 0 0;
}

#header p {
    padding: 0 !important;
    margin: 0 !important;
}

#header .row {
    align-items: center;

    /* Assure que .row occupe toute la hauteur de son parent */
}

#header .header-col {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#header-bloc-left a {
    display: inline-block;
}

#header-bloc-left img {
    margin: 5px 0;
    max-width: 100% !important;
}







@media screen and (max-width: 767px) {
    #header-bloc-left {
        text-align: center;
    }

    #header-bloc-left img {
        max-width: 120px !important;
    }
}

/* fonts.css --- 2025-12-11 12:41:15 */
.bodoni {
    font-family: "Libre Bodoni", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.bodoni-bold {
    font-family: "Libre Bodoni", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: "Libre Bodoni", serif;
    font-size: 100%;
}

h1,
.h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Libre Bodoni", serif;
    margin: 0;
    padding: 0;
}

h1,
.h1 {
    font-size: 3rem;
    font-weight: bold;
    color: #111;
}

h2 {
    font-size: 2.5rem;
}

.font-size-100 {
    font-size: 1.0rem;
}

.font-size-120 {
    font-size: 1.2rem;
}

.font-size-130 {
    font-size: 1.3rem;
}

.font-size-140 {
    font-size: 1.4rem;
}

.font-size-150 {
    font-size: 1.5rem;
}

.text-big {
    font-size: 1.5rem;
}

p.chapeau {
    color: #666 !important;
    font-weight: bold;
    font-size: 120%
}

@media (min-width: 500px) and (max-width: 767px) {
    h1 {
        font-size: 2.6rem;
        line-height: 1.1;
    }
}

@media (max-width: 499px) {
    h1 {
        font-size: 2.2rem;
        line-height: 1.1;
    }
}

