/* structure */
body, main, article, section{
  margin: 0px;
  padding: 0px;
}

#contenu-du-site-gravurebrunel{
  margin: 0px 30px 0;
  padding: 0 4% 80px;
  background: white;
  position: relative;
  z-index: 10000;
}

#toc{
 position:absolute;
 top:-9999px;
 display: none
}
/* structure */

/* img */
figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
/* img */

/* police */
@font-face{
  font-family:'Eras Light ITC';
  src: url(../FONTS/eras-light.TTF);
}

@font-face{
  font-family:'Vera Humana 95';
  src: url(../FONTS/vera-humana-95.ttf);
}
/* police */

/* Titre */
h1, h2, h3, h4, h5, h6{
  font-weight: normal;
  font-family: 'Vera Humana 95';
  margin: 0px;
  padding: 0px;
  pointer-events: none;
  letter-spacing: 1px;

}

.motclef{
  font-weight: 500;
}


.titre-local{
  font-weight: normal;
  font-family: 'Eras Light ITC';
  margin: 0px;
  padding: 0px;
  opacity: 0.3;
  text-align: center;
  color: white;
  position: relative;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.27);
  transition: text-shadow 0.3s ease-out;
  will-change: text-shadow;
  padding-bottom:240px;
  pointer-events: none;
  transform: translateZ(0);
  animation: gentleMove 8s infinite ease-in-out;
}

.titre-local.mouse-active {
  animation: none;
}

@keyframes gentleMove {
  0%, 100% { text-shadow: 0 2px 1px rgba(0,0,0,0.27); }
  25% { text-shadow: -1px 3px 1px rgba(0,0,0,0.25); }
  75% { text-shadow: 1px 1px 1px rgba(0,0,0,0.25); }
}

/* Titre page accueil */
.titre-principal-accueil {
 font-size: 28vw;
 top: 85px;
}

/* Titre page footer */
.titre-principal-footer {
 font-size: 28vw;
 top: 85px;
}

/* Titre page contact */
.titre-principal-contact {
 font-size: 28vw;
 top: 85px;
}

/* Titre page A propos */
.titre-principal-propos {
 font-size: 22vw;
 top: 100px;
}

/* Titre page réalisarion */
.titre-principal-realisation {
 font-size: 19vw;
 top: 180px;
 padding-bottom:390px;
}

/* Titre article */
.text-block {
  flex: 1;
  position: relative;
}

.text-block h2 {
  font-size: 2.2rem;
  line-height: 1.2;
}

.mega-title-block-prix h2{
  font-size: 1.9rem;
}

.sous-titre {
  font-size: 1.2rem;
  color: #909090;
  margin-bottom: 20px;
}

p.sous-titre-center, p.sans-sous-titre-center, p.sous-titre{
  text-align: center;
  font-family: 'Vera Humana 95';
  letter-spacing: 1px
}

.sous-titre-center{
  margin: auto 50px 20px;
}

.sans-sous-titre{
  margin-bottom: 25px;
}

.sans-sous-titre-center{
  text-align: center;
}

/* Titre legende */
.header-big-categorie .titre-legende{
  font-size: 1.8rem;
}

.titre-legende{
  font-size: 1.4rem;
  padding-top: 10px;
}

 .title-legende-big {
   font-size: 1.9rem;
 }

.sous-titre-legende{
  font-size: 1.1rem;
  color: #909090;
  padding-bottom: 15px;
}
/* Titre */

/* Texte */
p{
  font-family: arial;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  margin-bottom: 1.5em;
  text-align: justify;
  hyphens: auto;
}

.text-block p {
  line-height: 1.7;
  color: #444;
}

.content-section-large .text-block p {
  line-height: 1.3;
}

.right-texte{
  text-align: right;
  padding: 20px 20px 20px 0;
}

.right-texte p{
  text-align: right;
}

.left-texte{
  padding: 20px 20px 20px 0;
}
.right-texte::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(0,0,0,0.1);
}
.left-texte::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(0,0,0,0.1);
}

.position-invers .left-texte::after {
 left: 0;
}

.position-invers .left-texte{
  padding: 40px 0px 40px 20px;
}

.centered {
  text-align: center;
  max-width: 100%;
  margin: 30px auto 0;
}

.centered p{
  text-align: center;
  max-width: 680px;
  margin: 0px auto 20px;
}

strong, em{
  font-family: arial;
  font-weight: 600;
}

/* Texte */

/* Lightbox plein écran */
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(10, 10, 10, 1);
  background-image: url('../IMG/png/background-flower-black.png');
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: zoom-out;
  z-index: 999999999;
  isolation: isolate;
  pointer-events: auto;
}

.lightbox-overlay img {
  max-width: 90vw;
  max-height: 90vh;
}

.lightbox-prev,
.lightbox-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 1000000000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
  transition: opacity 0.2s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.4);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  opacity: 1;
}

/* Icône flèche en trait fin */
.lightbox-prev::before,
.lightbox-next::before {
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  top: 50%;
  left: 50%;
  transform-origin: center;
}

/* Orientation des flèches */
.lightbox-prev {
  left: 100px;
}
.lightbox-prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}

.lightbox-next {
  right: 100px;
}
.lightbox-next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}
/* Lightbox plein écran */

/* Section introduction */
.bandeau-intro {
  position: relative;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.bandeau-intro h1 {
  font-size: 2.8rem;
  padding-top: 80px;
}

.big-title h1{
  font-size: 2.6rem;
}

.bandeau-intro-texte{
  line-height: 1.6;
  max-width: 650px;
}

.degrade-noir {
  position: relative;
  width: 100%;
  height: 100px;
  z-index: 0;
}

.img-degrade-noir {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    opacity: 0.7;
    mask-image: linear-gradient(to top, rgb(0 0 0 / 20%), rgb(0 0 0 / 20%));
    padding-top: 80px;
}

.degrade-noir-legende {
  position: absolute;
  width: 100%;
  height: 60px;
  z-index: 0;
  margin-top: auto;
  bottom: 40px;
}

.img-degrade-noir-legende{
    width: 100%;
    height: 90%;
    object-fit: cover;
    object-position: center top;
    opacity: 0.7;
    mask-image: linear-gradient(to top, rgb(0 0 0 / 0%), rgb(0 0 0 / 30%));
    padding-top: 25px;
}
/* Section introduction */

/* Boutons */
.section-button-container {
  display: flex;
  font-family: 'roboto';
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
  max-width: 800px;
}

.section-button-container-categorie {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.button-line-categorie {
  flex: 1;
  height: 1px;
  background-color: #333;
  margin: 0;
  max-width: 40px;
}

.button-line {
  flex: 1;
  height: 1px;
  background-color: #333;
  margin: 0 15px;
  max-width: 100px;
}

.section-button {
    padding: 10px 25px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.6s ease;
    background: url('../IMG/jpg/background-button-white.jpg') center/cover no-repeat;
    border: 1px solid #333;
    background-size: 100% 100%;
    letter-spacing: 1px;
}

.section-button:hover {
    background: url('../IMG/jpg/background-button-black.jpg') center/cover no-repeat;
    color: white;
    background-size: 100% 100%;
}

.button-invers{
    background: url('../IMG/jpg/background-button-black.jpg') center/cover no-repeat;
    color: white;
}

.button-invers:hover {
    background: url('../IMG/jpg/background-button-white.jpg') center/cover no-repeat;
    color: #333;
}

.button-big-categorie {
  margin-top: auto;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.category-button{
  display: inline-block;
  margin: 0 10px;
  padding: 10px 20px;
  transition: all 0.3s;
  text-align: center;
}
/* Boutons */

/* Carousel syle */
.carousel-container {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.carousel {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
  height: 100%;
}

.carousel img {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  object-fit: cover;
}

.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateZ(0);
  background-color: rgb(255 255 255 / 24%);
  color: #000000a6;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  z-index: 10;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.carousel-control.prev {
  left: 15px;
}

.carousel-control.next {
  right: 15px;
}

.carousel-container:hover .carousel-control {
  opacity: 0.8;
  box-shadow: 0 2px 4px rgba(0,0,0,0.4);
  background-color: rgba(0, 0, 0, 0.5);
  color : white;
}

.carousel-control:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.9)!important;
}

.carousel-container:hover .carousel-dots {
  opacity: 1;
}

.carousel-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.carousel-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.carousel-dots .dot.active {
  background-color: white;
  transform: scale(1.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}

.carousel-slide{
  min-width: 100%;
  position: relative;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-captions{
  position: relative;
  margin-top: 15px;
}

.slide-caption{
  text-align: center;
  padding: 10px 0 0;
  margin-top: 20px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.slide-caption::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: calc(100% - 40px);
  height: 1.5px;
  background-color: rgba(0,0,0,0.05);
}

.slide-caption.active {
  height: auto;
}

.slide-caption.active::before {
  width: 60%;
  max-width: calc(100% - 40px);
}

.carousel-container:hover + .carousel-captions .slide-caption.active,
.carousel-captions:hover .slide-caption.active {
  opacity: 1;
}

.carousel-thumbnails {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 20px;
  max-height: 400px;
  overflow-y: auto;
  order: 2;
  width: auto;
}

.carousel-thumbnails::-webkit-scrollbar {
  width: 4px;
}

.carousel-thumbnails::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.05);
}
.carousel-thumbnails::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.2);
  border-radius: 2px;
}

.thumbnail {
  width: 80px;
  height: 80px;
  border: 2px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.7;
}
.thumbnail:hover {
  opacity: 1;
  border-color: rgba(0,0,0,0.2);
}

.thumbnail.active {
  opacity: 1;
  border-color: #000;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-container-miniature {
    position: relative;
    width: 100%;
}

.carousel-miniature {
    display: flex;
    transition: transform 0.5s ease;
}

.miniatures-verticales {
    position: absolute;
    left: -120px;
    top: 0;
    width: 100px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.miniature-verticale {
    width: 100%;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s;
}

.miniature-verticale:hover, .miniature-verticale.active {
    opacity: 1;
}

/* Carousel manuel legende new */
.carousel-manuel-new-legende{
  width:50%
}

.section-new-carousel {
  margin: 80px 100px;
  position: relative;
  padding-top: 50px;
}

.section-new-carousel-content{
  display: flex;
  align-items: center;
  gap: 30px;
}
/* Carousel manuel legende new */

/* Carousel manuel legende dessous miniatures vertical */
.one-section{
padding: 0px 50px 150px;
display: flex;
align-items: flex-start;
gap: 40px;

}

.one-section .carousel-thumbnails {
  order: 0;
  margin: 0 20px;
}

.one-section .carousel-manuel-legende {
  flex: 2;
}

.position-invers .carousel-thumbnails{
  order: 1;
}

.position-invers .text-block{
  order: 2;
}
/* Carousel manuel legende dessous miniatures vertical */

/* Carousel frise */
.carousel-wheel-container {
    position: relative;
    width: 100%;
    overflow: visible;
    height: 500px;
}

.slides-container {
  width: 100%;
  overflow: hidden;
}

.carousel-wheel {
    display: flex;
    align-items: center;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.wheel-slide {
  flex-shrink: 0;
  height: 450px;
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0.3;
}

.wheel-slide img {
  height: 100%;
  width: auto;
  max-width: none;
}

.wheel-slide.active {
  opacity: 1;
  transform: scale(0.98);
}

.wheel-slide:not(.active) {
  transform: scale(0.96);
}

@keyframes gentlePulse {
  0%, 100% { opacity: 0.8; }
  50% { opacity: 0.2; }
}

.wheel-control {
    position: absolute;
    top: 48%;
    transform: translateY(-50%) translateZ(0);
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.4);
    opacity: 0;
    z-index: 10;
    padding: 0;
    margin: 0;
    line-height: 1;
    animation: gentlePulse 2s infinite ease-in-out;
}

.wheel-control.prev {
    left: 15px;
}

.wheel-control.next {
    right: 15px;
}

.wheel-slide.prev-slide {
  mask-image: linear-gradient(to right, rgb(0 0 0 / 90%), rgb(0 0 0 / 0%));
}

.wheel-slide.next-slide {
  mask-image: linear-gradient(to left, rgb(0 0 0 / 90%), rgb(0 0 0 / 0%));
}

.carousel-wheel-container:hover .wheel-control {
    opacity: 0.8;
}

.wheel-control:hover {
    background-color: rgba(0, 0, 0, 0.8);
    animation: none;
    opacity: 1 !important;
}

.wheel-caption {
  text-align: center;
  max-width: 500px;
  margin: 20px auto 0;
  font-family: 'Vera Humana 95';
  font-size: 1.2rem;
  color: #333;
  display: block !important;
  opacity: 1 !important;
  position: absolute !important;
  left: 50%;
  transform: translateX(-50%);
}

.wheel-caption-inspi{
   max-width: 850px;
}

.active-caption {
  transition: opacity 0.3s;
}

.full-visible-width {
  width: 99vw;
  position: relative;
}

.full-width-creation {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* Carousel frise */
/* Carousel syle */



/* CONTENU */
/* CONTENU ACCUEIL */
.intro-accueil {
  padding-top: 10px;
  margin-bottom: 60px;
}

.intro-accueil-container {
  display: flex;
  gap: 40px;
  align-items: flex-end;
}

.intro-accueil-image {
  width: 420px;
  height: auto;
  display: block;
  padding-bottom: 14px;
}

.intro-accueil-content {
  flex: 1;
  position: relative;
}

.intro-accueil-text h1 {
  font-size: 3.5rem;
  line-height: 1.2;
  padding-bottom: 50px;
}

.intro-accueil-text h1 span {
  display: block;
  font-size: 1.9rem;
  color: #909090;
}

.intro-accueil-text p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
  font-size: 1.4rem;
  color: #444;
  font-family: 'Vera Humana 95';
}

.intro-accueil-text p::before,
.intro-accueil-text p::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 40px;
  max-width: 20%;
}

.container-auto{
   width: 45%;
}

.section-image-acceuil {
  width: 45%;
  height: auto;
  border-radius: 4px;
}

.full-width-image-accueil {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.reverse {
  flex-direction: row-reverse;
}
/* CONTENU ACCUEIL */
/* CONTENU */


/* CONTENU */
/* Mise en forme */
.content-section {
  margin: 60px 0;
}

.content-section-large {
  margin: 150px 0;
}

.section-content {
  display: flex;
  align-items: center;
  gap: 40px;
}

.full-width {
  margin: 80px -4%;
}

.full-width-large{
  margin: 150px -4%;
}

/* Mise en forme */
/* CONTENU */


/* CONTENU */
/* Section catégorie */
.categories-section {
  margin-top: 130px;
  position: relative;
}

.category-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(transparent, rgba(0,0,0,0.8));
  color: white;
  opacity: 0;
  transition: opacity 0.3s;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 50px;
  align-items: start;
  padding: 0 150px 80px;
}

.category-header {
  text-align: center;
}

.category-carousel {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  gap: 15px;
}

.category-carousel .carousel-container{
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
}

.category-carousel .carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.category-carousel .carousel{
  height: auto;
}

.category-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.single-image-carousel {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 4px;
}

.header-big-categorie {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-bottom: 60px;
}

.list-categorie-engraving{
  color: #909090;
  font-size: 0.8rem;
  padding-bottom: 20px;
  line-height: 1.4;
  font-family: arial;
  padding-top: 5px;
  margin: 0px 50px 0px;
}

.texte-categorie-engraving{
  font-size: 0.95rem;
  line-height: 1.2;
  color: #444;
  margin: 0px 20px 15px;
}
/* Section catégorie */
/* CONTENU */


/* CONTENU */
/* Section solo */
.section-solo {
    text-align: center;
    margin: 80px 0px 150px;
}

.section-solo .section-solo-image {
    width: 100%;
    max-width: 750px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.section-solo .section-solo-text {
    max-width: 750px;
    margin: 15px auto 0;
}
/* Section solo */
/* CONTENU */


/* CONTENU */
/* Section custom droite */
.custom-section-left{
  margin: 0px 80px 40px;
  text-align: center;
}

.custom-section-left p{
  margin: 15px 20px 0;
}

.custom-section-left .section-image-img-custom {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 4px;
}

.custom-section-content-left {
  display: flex;
  align-items: center;
  gap: 30px;
}
/* Section custom droite */
/* CONTENU */


/* CONTENU */
/* Section duo texte center */
.duo-center-section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 120px auto 150px;
    max-width: 1200px;
}

.duo-center-section-image {
    width: 45%;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
    flex-shrink: 0;
}

.duo-center-section-content {
    padding: 0 40px;
    text-align: center;
}

.duo-center-section-content P{
  line-height: 1.2;
  width: 180px;
}

.duo-1-1{
 max-width: 1000px;

}
/* Section duo texte center */
/* CONTENU */


/* CONTENU */
/* Section uni-block */
.block-uni-section{
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 20px;
  margin: 60px -2% 0px;
  filter: grayscale(1);
}

.block-uni-container {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.section-crea-01 {
  background-image: url('../IMG/gallery/brunel/creations/du-minerai-au-cristal-00.00-gravurebrunel.jpg');
}

.section-crea-02 {
  background-image: url('../IMG/gallery/brunel/creations/fusionelle-geste-00.02-gravurebrunel.jpg');
}

.section-expo-01 {
  background-image: url('../IMG/gallery/brunel/prix/le-carrousel-du-louvre-gravurebrunel.jpg');
}

.section-expo-02 {
  background-image: url('../IMG/gallery/brunel/prix/la-Villa-Mangini-gravurebrunel.jpg');
}

.section-crea-custom {
  background-image: url('../IMG/gallery/brunel/atelier/gravure-personnalise.jpg');
  margin: 60px 2% 10px;
}

.section-crea-geste-01 {
  background-image: url('../IMG/gallery/brunel/gestes/gravure-traditionnelle-geste-03-gravurebrunel.jpg');
  margin-bottom: 150px;  
}

.section-crea-inspi-01 {
  background-image: url('../IMG/gallery/brunel/inspiration/nebuleuse-du-crabe-inspiration-gravurebrunel.jpg');
}

.block-uni-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.section-crea-01::before {
  background-color: rgba(255, 255, 255, 0.95);
}

.section-crea-02::before {
  background-color: rgba(255, 255, 255, 0.9);
}

.section-expo-01::before {
  background-color: rgba(255, 255, 255, 0.94);
}

.section-expo-02::before {
  background-color: rgba(255, 255, 255, 0.9);
}

.section-crea-custom::before {
  background-color: rgba(255, 255, 255, 0.87);
}

.section-crea-geste-01::before {
  background-color: rgba(255, 255, 255, 0.92);
}

.section-crea-inspi-01::before {
  background-color: rgba(255, 255, 255, 0.8);
}

.block-uni-not-img{
 background-color: #F9F9F9;
 padding: 20px;
 
}
/* Section uni-block */
/* CONTENU */


/* CONTENU */
/* Votre gravure */
.section-image-vg {
  width: 60%;
  height: auto;
  border-radius: 4px;
}

.full-width-image-vg {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
/* Votre gravure */
/* CONTENU */


/* CONTENU */
/* A propos */
.bandeau-intro-profil {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 70%;
}

.profil-image-intro {
  max-width: 100%;
  height: auto; 
  margin-bottom: 10px; 
}

.block-text-intro h1 {
  font-size: 45px
}

.block-text-intro p {
  margin: 0;
  padding: 0;
  pointer-events: none;
  letter-spacing: 1px;
  font-size: 20px;
  color: #909090;
  font-family: 'Vera Humana 95';
}

.intro-deg-n{
  padding-top: 35px;
}

.full-width-parcours {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0 80px;
}

.contenu-centre-chrono {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 0px 80px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.texte-descriptif-chrono {
  line-height: 1.6;
  margin-bottom: 30px;
}
        
.image-centree-chrono {
  max-width: 100%;
  height: auto;
  border-radius: 2px;
}

.espace-form-texte p{
 padding-bottom : 20px;
}

.espace-solo{
  padding-bottom: 20px
  
}

.full-width-prix {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block-uni-section-prix {
  background-color: rgba(71, 84, 101, 0.05);
  padding: 80px 20px;
  margin: 120px -2% 250px;
}

.section-image-prix {
  width: 55%;
  height: auto;
  border-radius: 4px;
}

.full-width-center {
  margin: 80px -4%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.full-width-image {
  width: 60%;
  object-fit: cover;
  margin-bottom: 30px;
}

.container-liste-contenue{
  list-style-type: none;
  padding: 0;
  text-align: center;
}

.liste-contenue {
  position: relative;
  padding: 5px 0px 5px 5px;
  font-family: Arial, sans-serif;
  color: #444;
  line-height: 1.6;
  display: inline-block;
  text-align: left;
  width: 80%;
  max-width: 700px;
  text-align: justify;
  hyphens: auto;
}

.liste-contenue::before {
  content: "•";
  color: black;
  font-size: 1.2em;
  position: absolute;
  left: -20px;
}

.espace-text{
  line-height: 1.6;
}

.liste-center{
   color: #444;
   text-align: center;
   display: block;
   margin: 0 auto;
   padding-left: 0;
   text-indent: 0;
   padding: 2px 0;
}

.liste-center::before {
  content: "•";
  color: black;
  font-size: 1.2em;
  position: relative;
  left: 0px;
  margin-right: 10px;
}

.liste-none::before {
  color: white;
}

.liste-none{
  padding: 8px 0;
}

.espace-bottom-list{
 padding-bottom:50px;
}

.espace-bottom-list-none{
 padding-bottom:10px;
}

.centered-item{
 text-align: center;
}
/* A propos */
/* CONTENU */


/* CONTENU */
/* creation */
.full-width-image-crea {
  width: 60%;
  object-fit: cover;
  margin-bottom: 30px;
}

.section-image-crea {
  width: 50%;
  height: auto;
  border-radius: 4px;
}

.content-section-crea {
  margin: 100px 0 120px;
}
/* creation */
/* CONTENU */

/* contact */
/* CONTENU */
.contact-info-section {
  max-width: 800px;
  margin: 0 auto 50px;
  padding-top: 60px;
  background-image: url('../IMG/png/background-texte-contact.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-info-card {
  text-align: center;
}

.contact-info-header h2 {
  font-size: 2.5rem;
  color: #222;
  padding-bottom: 10px;
}

.contact-info-header h2 span {
  color: #909090;
  font-size: 1.4rem;
  display: block;
  padding-top: 5px;
}

.contact-details {
  margin: 30px 0px;
}

.contact-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-item-bis {
  margin-bottom: 20px;
}

.contact-details span{
  font-family: Arial;
  line-height: 1.8;
  color: black;
  font-size: 1.1rem;
}

.contact-alternative {
  margin-bottom: 0;
  padding-top: 80px;
  text-align: center;
  font-style: italic;
  color: #909090;
}

.contact-section {
  padding: 60px 0;
  background: white;
}

.container-form{
 padding-top: 120px;
}

.container-form-valid{
 margin-top: 120px;
}

.contact-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px 50px;
}

.contact-title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 10px;
  color: #222;
}

.contact-subtitle {
  text-align: center;
  color: #555;
  font-size: 1.1rem;
}

.contact-form {
  display: grid;
  gap: 25px;
}

.form-group {
  position: relative;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  transition: border 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #555;
  outline: none;
}

.form-group textarea {
  resize: vertical;
}

.form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.required-fields {
  color: #777;
  font-size: 0.9rem;
}

.submit-btn {
  background: url('../IMG/jpg/background-button-black.jpg') center/cover no-repeat;
  color: white;
  border: 1px solid #333;
  transition: all 0.3s ease;
  padding: 12px 25px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;

}

.submit-btn:hover {
  background: url('../IMG/jpg/background-button-white.jpg') center/cover no-repeat;
  color: black;
}

.btn-icon {
  font-size: 1.2rem;
}

.form-status {
  padding: 15px;
  border-radius: 4px;
  margin-top: 20px;
  text-align: center;
  display: none;
  position: relative;
  padding-right: 35px;
}

.form-status.success {
  background-color: #e8f5e9;
  color: #2e7d32;
  display: block;
}

.form-status.error {
  background-color: #ffebee;
  color: #c62828;
  display: block;
}

.human-verification {
  padding: 15px;
  background-color: #f8f8f8;
  border-radius: 4px;
  border-left: 3px solid #222;
  margin: 20px 0;
}

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkbox-group input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #222;
  cursor: pointer;
}

.checkbox-group label {
  margin: 0;
  font-weight: 500;
  color: #333;
  cursor: pointer;
}

.verification-hint {
  font-size: 0.8rem;
  color: #666;
  margin: 5px 0 0 28px;
}

.close-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 1.5rem;
    cursor: pointer;
}

.close-btn:hover {
    color: #555;
}

/* Animation pour erreur */
@keyframes shake {
  0%, 100% { transform: translateX(0); }
  20%, 60% { transform: translateX(-5px); }
  40%, 80% { transform: translateX(5px); }
}

.error-highlight {
  animation: shake 0.5s;
  border-left-color: #c62828 !important;
}

/* Styles pour la validation */
.form-group {
    position: relative;
    margin-bottom: 20px;
}

.validation-icon {
    position: absolute;
    right: 10px;
    top: 38px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
}

.validation-message {
    display: block;
    font-size: 0.8rem;
    margin-top: 5px;
    color: #666;
}

/* Icônes de validation */
.valid .validation-icon {
    display: block;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%232e7d32"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>');
}

.invalid .validation-icon {
    display: block;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23c62828"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>');
}

.valid input, .valid select, .valid textarea {
    border-color: #2e7d32;
}

.invalid input, .invalid select, .invalid textarea {
    border-color: #c62828;
}

.invalid .validation-message {
    color: #c62828;
}

.valid .validation-message {
    color: #2e7d32;
}
/* CONTENU */
/* contact */

/* CONTENU */
/* footer */
.legal-section {
  padding: 110px 0;
  background: white;
}

.legal-container {
  max-width: 800px;
  margin: 0 auto;
}

.legal-article {
  margin: 0px 25px 60px 25px;
}

.legal-article h2 {
  font-size: 1.8rem;
  color: black;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.legal-article p,
.legal-article ul {
  line-height: 1.6;
  color: #555;
  margin-bottom: 15px;
  font-family: arial;
}

.legal-article ul {
  padding-left: 20px;
}

.legal-article li {
  margin-bottom: 8px;
}

.liste-none-footer ul{
  list-style-type: none;
  padding-left: 0px;
}

.thanks-you-love h2{
  font-size: 2.5rem;
  padding-bottom: 30px;
  margin-top: 0;
 }

.thanks-you-love ul{
   margin: 50px 30px auto;
   text-align: center;
}

.thanks-you-love li{
   margin-bottom: 20px;
 }

.legal-contact {
  margin-top: 100px;
  text-align: center;
  font-style: italic;
  color: #666;
}

.lien-article a{
 color: #494949;
 text-decoration: none;
 font-family: 'Vera Humana 95';
 font-style: normal;
 transition: all 0.3s ease;
 font-size: 16px;
}

.lien-article a:hover{
 color: black;
 text-shadow: 0.5px 0 0 currentColor;
}

.lien-contact a{
  font-size: 20px;
}

.credit-grid {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: 25px 0;
  width: 100%;
}

.photographer-card {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
  height: 100%;
  box-sizing: border-box;
  max-width: 400px;
  flex: 1 1 auto;
}

.photographer-card h3 {
  color: black;
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.photographer-card p, 
.photographer-card ul {
  color: #555;
  font-size: 0.95rem;
  text-align: left;
}

.sitemap-list li {
    margin-bottom: 12px;
    position: relative;
    break-inside: avoid;
    transition: transform 0.2s ease;
}

.sitemap-list {
 column-count: 2;
 column-gap: 30px;
 }

.sitemap-list li:hover {
  transform: translateX(5px);
}
/* footer */
/* CONTENU */

/* CONTENU */
/* ESPACE */
.espace-bottom{
  padding-bottom: 50px;
}

.espace-demi-bottom{
   padding-bottom: 30px;
}

.espace-top{
  padding-top: 50px;
}

.big-espace-top{
  padding-top: 100px;
}
/* ESPACE */
/* CONTENU */

/* Ancre */
/* Ancre */
.back-to-top-nav {
  position: fixed;
  left: 50%;
  top: -100px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(0%);
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 1000000;
}

.back-to-top-nav.visible {
  opacity: 1;
  visibility: visible;
  top: 20px; /* Position finale en haut */
}

.anchor-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.anchor-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  background-image: inherit;
  filter: blur(8px);
  z-index: -1;
  border-radius: inherit;
}


.logo-anchor{
  animation: float 2s ease-in-out infinite;
  width: 60px;
  height: auto;
  z-index: 1000000;
}

.fixed-image {
  position: absolute;
  width: 300px;
  height: auto;
  left: -250%;
  top: -10px;
}

@keyframes float {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-10px); }
}

/* Effet de flou sous l'ancre */
.anchor-blur-effect {
  position: absolute;
  top: -200px;
  left: 0%;
  transform: translateX(-50%);
  width: 1400px;
  height: 400px;
  border-radius: 50%;
  background: 
    radial-gradient(
      ellipse at center,
      rgba(71,84,101,1) 20%,
      rgba(255,255,255,0) 70%
    ),
    rgba(255,255,255,0.01);
  filter: blur(12px);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
}

.back-to-top-nav.visible .anchor-blur-effect {
  opacity: 1;
}
/* Ancre */
/* Ancre */


/* Cookie */
/* Cookie */
.cookie-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 53%);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.cookie-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.cookie-consent {
  background-image: url('../IMG/png/background-cookie.png');
  background-color: rgba(71, 84, 101, 0.95);
  padding: 30px;
  max-width: 500px;
  width: 90%;
  border-radius: 2px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.cookie-content p {
  color: white;
  font-family: 'Vera Humana 95';
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 1.5;
}

.cookie-title {
  color: white;
  font-size: 26px;
  margin-bottom: 15px;
}

.cookie-list {
  text-align: left;
  color: white;
  font-family: Arial;
  line-height: 1.6;
  margin: 20px 0;
  padding-left: 20px;
}

.cookie-list li {
  margin-bottom: 10px;
}

.cookie-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.cookie-button.customize {
  background-color: transparent;
  color: white;
  border: 1px solid rgba(255,255,255,0.5);
  margin: 0 10px;
}

.cookie-button {
  padding: 10px 25px;
  border: none;
  border-radius: 2px;
  font-family: 'Vera Humana 95';
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cookie-button.accept {
  background-color: white;
  color: rgb(71, 84, 101);
}

.cookie-button.reject {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}

.cookie-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
/* Cookie */
/* Cookie */

/* Animation mobile */
/* Animation mobile */
@media (hover: none) {
  .carousel-dots {
    opacity: 1 !important;
  }
  
  .slide-caption.active {
    opacity: 1 !important;
  }
  
 .carousel-control {
  opacity: 0.8;
  box-shadow: 0 2px 4px rgba(0,0,0,0.4);
  background-color: rgba(0, 0, 0, 0.5);
  color : white;
 }   

 .titre-local{  
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.45);
 }
}
/* Animation mobile */
/* Animation mobile */

/* RESPONSIVE */
/* RESPONSIVE */

@media (max-width: 1500px) {
 .section-content-carous-invers .titre-legende {
    font-size: 1.2rem;
 }

 .section-content-carous-invers .sous-titre-legende {
    font-size: 1.1rem;
 }
} 

@media (max-width: 1450px) {
 .categories-grid .titre-legende {
   font-size: 1.2rem;
 }

 .categories-grid .sous-titre-legende {
   font-size: 1.1rem;
 }
 
 .categories-grid .title-legende-big{
  font-size: 1.8rem;
 }
 
 .header-big-categorie .titre-legende{
  font-size: 1.8rem;
 }
 
 .mega-title-block-prix h2{
  font-size: 1.75rem;
 }

 .content-section-large .text-block p {
  font-size: 0.95rem;
 }
 
  .full-visible-width {
  width: 98.75vw;
 } 
} 

@media (max-width: 1400px) {
 .duo-center-section-content {
    padding: 0 25px;
 }
 
 .duo-center-section {
  max-width: 1050px;
 }
 
 .duo-center-section-content P {
   line-height: 1.1;
   font-size: 0.9rem;
   margin-bottom: 1.2em;
 } 
} 

@media (max-width: 1350px) {
 .carousel-manuel-new-legende {
    width: 55%;
 }
 
 .carousel-control, .wheel-control {
   font-size: 12px;
   width: 30px;
   height: 30px;
 }
 
 .carousel-control.prev {
   left: 8px;
 }
 
 .carousel-control.next {
   right: 8px;
 }
 
 .carousel-dots {
  bottom: 8px;
 }
 
  .carousel-dots .dot {
   width: 8px;
   height: 8px;
 }
 
 .one-section {
   padding: 0px 50px 90px;
 }
 
 .categories-grid .titre-legende {
   font-size: 1.1rem;
 }

 .categories-grid .sous-titre-legende {
   font-size: 1rem;
 }
 
 .section-content-carous-invers .titre-legende {
    font-size: 1.1rem;
 }

 .section-content-carous-invers .sous-titre-legende {
    font-size: 1rem;
 }
 
 .categories-grid .title-legende-big{
  font-size: 1.6rem;
 }
 
 .header-big-categorie .titre-legende{
  font-size: 1.6rem;
 }
 
 .section-image-crea {
   width: 55%;
 }
 
 .wheel-caption {
   font-size: 1.1rem;
 }
 
 .block-text-intro h1 {
    font-size: 40px;
 }
 
 .block-text-intro p {
  font-size: 19px;
 }
 
 .intro-deg-n {
    height: 90%;
 }
 
 .profil-image-intro {
    margin-bottom: 15px;
 }
 
 .mega-title-block-prix h2 {
   font-size: 1.85rem;
 }
 
 .section-image-prix {
    width: 50%;
 }
 
 .section-content-prix {
  gap: 30px;
 } 
} 

@media (max-width: 1250px) {
 .titre-local{
  padding-bottom:150px;
 } 
 
 .titre-principal-accueil, .titre-principal-contact,
 .titre-principal-footer{
 top: 65px;
 }
 
  .titre-principal-realisation {
    top: 130px;
    padding-bottom: 290px;
 }
 
 .intro-accueil-image {
  width: 360px;
 }

 .intro-accueil-text h1 {
  font-size: 3rem;
 }

 .intro-accueil-text h1 span {
  font-size: 1.5rem;
 }
 
.text-block h2 {
  font-size: 2rem;
}

.sous-titre {
  font-size: 1.1rem;
}

.text-block p {
 font-size: 0.9rem;
 line-height: 1.5;
}

 p {
  margin-bottom: 1.1em;
 }

 .duo-center-section-content p {
   line-height: 1.1;
   font-size: 0.9rem;
   margin-bottom: 1.2em;
 } 
 
.section-content {
    gap: 30px;
}

.section-button-container {
  margin: 35px auto 0;
  max-width: 450px;
}

.section-button {
    padding: 10px 20px;
}

.img-degrade-noir {
  height: 90%;
 }
 
.contact-container {
 max-width: 700px;
 }
 
 .carousel-manuel-new-legende {
    width: 60%;
 }
 
 .categories-grid {
   padding: 0 80px 60px;
 }
 
 .section-content-carous {
  gap: 10px;
 }
 
 .one-section .carousel-thumbnails {
  margin: 0 15px;
 }
 
 .one-section .carousel-manuel-legende {
  flex: 1.5;
 }
 
 .duo-center-section-content {
    padding: 0 20px;
 }
 
 .duo-center-section {
  max-width: 900px;
 }
 
 .duo-center-section-content h2 {
  margin-bottom: 15px;
 }
 
 .carousel-manuel-legende .titre-legende {
    font-size: 1.1rem;
 }
 
 .carousel-manuel-legende .sous-titre-legende {
    font-size: 0.9rem;
 }
 
 .section-image-crea {
   width: 60%;
 }
 
 .block-text-intro h1 {
    font-size: 36px;
 }
 
 .block-text-intro p {
  font-size: 18px;
 }
 
 .mega-title-block-prix h2 {
    font-size: 1.65rem;
 }
 
 .content-section-large {
    margin: 120px 0;
 } 
}

@media (max-width: 1200px) {
  .intro-accueil-text h1 {
  padding-bottom: 30px;
 }

 .intro-accueil-image {
  width: 300px;
 }
 
 .intro-accueil-text p::before,
 .intro-accueil-text p::after {
  margin: 0 30px;;
}
 
 .section-new-carousel {
  margin: 80px 50px;
 }
 
 .categories-grid {
    margin-top: 35px;
 }
 
 .carousel-wheel-container {
    height: 380px; 
}
 
 .wheel-slide {
  height: 350px;
 }
 
  .wheel-control {
    top: 43%;
 }
 
 .intro-deg-n {
    height: 80%;
 }
 
 .block-uni-section-prix {
    margin: 120px -2% 200px;
 }
 
  .full-visible-width {
  width: 98.5vw;
 }
 
 .lightbox-prev {
  left: 80px;
 }

 .lightbox-next {
  right: 80px;
 } 
}

@media (max-width: 1150px) {
 .one-section {
  padding: 0px 30px 75px;
 }
 
 .img-degrade-noir-legende {
    height: 85%;
 }
 
 .section-image-crea {
   width: 62%;
 }
 
 .section-content-crea {
   flex-direction: column;
   text-align: center;
 }
 
 .section-content-crea p {
   text-align: center;
   max-width: 800px;
   margin: auto;
 }
 
 .content-section-crea {
    margin: 100px 0 100px;
 }
 
 .espace-bottom-list-crea {
    padding-bottom: 30px;
 }
 
 .intro-deg-n {
    height: 75%;
 }
 
 .full-width-parcours {
    padding: 50px 0 50px;
 }
 
 .espace-bottom-compence{
  margin-bottom: 40px;
 }
  
 .section-crea-geste-01 {
  margin-bottom: 120px;  
 }

 .section-content-prix {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    margin: auto;
    max-width: 700px;
 }
 
 .section-content-prix p{
    margin: 0px auto 22px;
    max-width: 700px;
    text-align: center;
 }
 
 .section-image-prix {
    width: 100%;
 }
 
 .content-section-large {
    margin: 100px 0;
 }
 
 .block-uni-section-prix {
    margin: 120px -2% 150px;
 }
 
  p {
    margin-bottom: 1em;
  }
  
 .text-block p {
    line-height: 1.35;
  }  
}

@media (max-width: 1100px) {
 .intro-accueil-text p {
  font-size: 1.25rem;
 }
 
 .intro-accueil-text p::before,
 .intro-accueil-text p::after {
  max-width: 16%;
}
 
 .intro-accueil-image {
  width: 270px;
 }
 
 .container-auto {
    width: 50%;
 }
 
 .text-block h2 {
  font-size: 1.8rem;
 }

 .sous-titre {
  font-size: 1rem;
 }

 .section-button-container {
  margin: 30px auto 0;
 }
 
.contact-container {
 max-width: 620px;
 }
 
 .block-uni-not-img {
   padding: 10px;
   max-width: 700px;
   margin: auto;
 }
 
 .list-categorie-engraving {
    margin: 0px 20px 0px;
 }
 
 .categories-grid {
   gap: 20px;
 }

 .carousel-thumbnails {
  gap: 5px;
 }
 
 .thumbnail {
   width: 70px ;
   height: 70px ;
 }
 
 .duo-center-section {
   max-width: 850px;
 }
 
  .full-width-image-crea {
    width: 65%;
 }
 
 .wheel-caption {
   font-size: 1rem;
 }
 
 .lightbox-prev {
  left: 60px;
 }

 .lightbox-next {
  right: 60px;
 } 
}

@media (max-width: 1050px) {
 .section-content {
    gap: 20px;
 }
 
 p {
  margin-bottom: 1em;
 }
 
.img-degrade-noir {
    height: 80%;
 }
 
 .titre-principal-propos {
  top: 70px;
 }
 
 .categories-grid {
   padding: 0 150px 60px;
 }
 
 .header-big-categorie .titre-legende {
  font-size: 1.8rem;
 }
 
 .list-categorie-engraving {
  margin: 0px 75px 0px;
 }
 
 .texte-categorie-engraving {
  text-align: center;
  margin: 0px 50px 15px;
 }
 
 .section-new-carousel {
   margin: 50px 50px;
 }
 
 .custom-section-left .section-image-img-custom {
   height: 350px;
 }
 
  .section-content-carous {
   flex-direction: column;
   align-items: center;
  }
  
  .section-content-carous-invers{
   flex-direction: column-reverse;
   align-items: center;
   text-align: center;
  }
 
 .one-section {
   padding: 0px 0px 75px;
   max-width: 550px;
   margin: auto;
 }

 .carousel-thumbnails {
  flex-direction: row;
 }

 .thumbnail {
  margin: 0 5px;
 }
 
 .section-content-carous .left-texte,
 .left-texte p {
  text-align: center;
 }
 
 
 .section-content-carous .right-texte::after,
 .left-texte::after{
    width: 0px;
 }
 
 .section-content-carous .left-texte {
  padding: 60px 0px 0px 0;
 }
 
 .section-content-carous-invers .left-texte {
  padding: 40px 0px 0px 0;
 }

 .duo-center-section {
   flex-direction: column;
 }
 
 .duo-center-section-content {
    padding-bottom: 20px;
 }
 
 .duo-center-section-content p {
   line-height: 1.2;
   width: 600px;
   text-align: center;
 }
 
 .duo-center-section-content h2 {
  padding-top: 15px;
 }
 
 .duo-center-section-image {
   width: 80%;
 }
 
 .section-solo {
   margin: 50px 0px 100px;
 }
 
 .carousel-wheel-container {
    height: 350px; 
}
 
 .wheel-slide {
  height: 300px;
 }
 
 .wheel-caption-inspi{
   max-width: 700px;
 } 
}

@media (max-width: 1000px) {
 .bandeau-intro h1 {
  font-size: 2.6rem;
  padding-top: 70px;
 }
 
 .big-title h1{
  font-size: 2.4rem;
 }
 
.img-degrade-noir {
  padding-top: 70px;
 }
 
.sitemap-list {
  column-count: 1;
  text-align: center;
 }
 
.center-title-plan {
  text-align: center;
  max-width: 350px;
  margin: auto;
  margin-bottom: 40px;
  padding-bottom: 20px;
 }
 
 .titre-principal-propos {
  top: 55px;
 }
 
 .liste-contenue {
  font-size : 15px;
 }

 .contenu-centre-chrono {
    padding: 50px 0px 50px;
 }
 
 .bandeau-intro-texte {
    font-size: 15px;
 }
 
 .section-new-carousel {
  margin: 0px;
 }
 
 .custom-section-content-left {
   flex-direction: column;
 }
 
 .carousel-control, .wheel-control {
   font-size: 10px;
   width: 25px;
   height: 25px;
 }
 
 .carousel-control.prev {
   left: 6px;
 }
 
 .carousel-control.next {
   right: 6px;
 }
 
 .carousel-dots {
  bottom: 6px;
 }
 
  .carousel-dots .dot {
   width: 6px;
   height: 6px;
 }
 
 .section-content-crea p {
   max-width:  700px;
 }
 
 .section-image-crea {
    width: 70%;
 }
 
 .content-wrapper {
   max-width: 75%;
 }
 
 .block-text-intro h1 {
    font-size: 32px;
 }
 
 .block-text-intro p {
  font-size: 17px;
 }
 
 .intro-deg-n{
  padding-top: 30px;
 }
 
  .text-block p {
    font-size: 0.85rem; 
}

@media (max-width: 980px) {
 .intro-accueil-container {
  flex-direction: column;
  display: flex;
  align-items: center;
  gap: 10px;
 }
 
 .intro-accueil-content {
  width: 90%;
 } 
 
  .intro-accueil-text h1{
    text-align: center;
  }

 .intro-accueil-image {
  width: 370px;
 }
 
 .full-width-parcours {
    padding: 30px 0 30px;
 }
 
 .block-uni-section-prix {
    margin: 120px -2% 120px;
 }
 
 .carousel-wheel-container-inspi {
   height: 350px;
 }
 
  .full-visible-width {
  width: 98.1vw;
 } 
}


@media (max-width: 960px) {
 .titre-principal-accueil, .titre-principal-footer, 
 .titre-principal-contact{
 top: 55px;
 }
 
 .section-content {
   display: flex;
   flex-direction: column-reverse;
   gap: 35px;
 }
 
  .section-content-carous {
   flex-direction: column;
 }
 
  .reverse-custom{
   display: flex;
   flex-direction: column;
 }


 .container-auto {
    width: 75%;
 }
 
 .section-image-acceuil {
    width: 75%;
}
 
 .text-block {
   text-align: center;
 }
 
 .text-block p {
   text-align: center;
   max-width: 600px;
 }
 
 .centered p {
  max-width: 600px
 }
 
.img-degrade-noir {
    height: 70%;
 }
 
 .carousel-control {
   font-size: 12px;
   width: 30px;
   height: 30px;
 }
 
 .carousel-control.prev {
   left: 8px;
 }
 
 .carousel-control.next {
   right: 8px;
 }
 
 .carousel-dots {
  bottom: 8px;
 }
 
  .carousel-dots .dot {
   width: 8px;
   height: 8px;
 }
 
 .section-solo .section-solo-image {
   max-width: 600px;
 }
 
  .section-content-invr.reverse {
    flex-direction: column;
    align-items: center;
  }
  
 .section-image-vg {
    width: 80%;
 }
 
 .section-content-crea {
   flex-direction: column;
 }
 
 .section-image-prix {
    width: 90%;
 }   
}

@media (max-width: 950px) {
.contact-container {
 max-width: 540px;
 }
 
 .block-uni-not-img {
   max-width: 600px;
   margin-top: 40px;
 }
 
 .block-uni-not-img {
    max-width: 550px;
 }
 
 .bandeau-intro-texte {
    max-width: 550px;
 }
 
 .section-new-carousel-content {
   gap: 15px;
   flex-direction: column;
 }
 
  .right-texte p {
  max-width: 500px;
 }
 
  .left-texte p {
  max-width: 500px;
 }
 
 .right-texte::after {
    width: 0px;
 }
 
 .left-texte::after {
    width: 0px;
 } 
 
 .right-texte {
    padding: 0px;
 }
 
 .left-texte {
    padding: 0px;
 }
 
 .categories-grid {
  padding: 0 150px 30px;
 }
 
 .wheel-caption {
   max-width: 400px;
 }
 
 .wheel-caption-inspi{
   max-width: 700px;
 } 
}

@media (max-width: 900px) {
 #contenu-du-site-gravurebrunel {
  margin: 0px 25px 0;
  padding: 0 4% 50px;
 }
 
.section-content {
    gap: 25px;
 }

 .center-text-mob{
 text-align: center;
 max-width: 600px;
 margin: auto;
 } 
 
  .center-title-mob{
  text-align: center;
  }

 .legal-section {
    padding: 70px 0;
 }
 
 .thanks-you-love h2 {
  font-size: 2.1rem;
  padding-bottom: 20px;
 }
 
 .legal-contact {
  font-size : 15px;
 }
 
 .titre-principal-realisation {
    top: 105px;
    padding-bottom: 215px;
 }
 
 .categories-grid {
   padding: 0 100px 25px;
 }
 
 .section-crea-geste-01 {
  margin-bottom: 100px;  
 }
}

@media (max-width: 850px) {
 .intro-accueil-content {
  width: 100%;
 }
 
.img-degrade-noir {
    height: 70%;
    padding-top: 60px;
 }
 
 .bandeau-intro h1 {
  font-size: 2.4rem;
  padding-top: 60px;
 }
 
 .big-title h1{
  font-size: 2.2rem;
 }
 
 .legal-article h2{
  padding-bottom: 10px;
 }
 
 .center-text-mob{
 text-align: center;
 max-width: 600px;
 margin: auto;
 }
 
 .legal-article strong{
   font-size: 13px ;
 }
 
 .contenu-centre-chrono {
    padding: 40px 0px 50px;
 }
 
 .carousel-manuel-new-legende {
   width: 70%;
 }
 
 .categories-grid {
    margin-top: 25px;
 }
 
 .carousel-control {
   font-size: 10px;
   width: 25px;
   height: 25px;
 }
 
 .carousel-control.prev {
   left: 6px;
 }
 
 .carousel-control.next {
   right: 6px;
 }
 
 .carousel-dots {
  bottom: 6px;
 }
 
  .carousel-dots .dot {
   width: 6px;
   height: 6px;
 }
 
 .carousel-container-miniature {
   width: 85%;
   margin: auto;
 }
 
 .thumbnail {
   width: 60px;
   height: 60px;
 }
 
 .duo-center-section-content p {
   width: 500px;
 }
 
 .section-image-crea {
    width: 75%;
 }
 
 .content-section-crea {
   margin: 70px 0 70px;
 }
 
 .wheel-slide {
  height: 280px;
 }
 
 .full-width-image-crea {
    width: 75%;
 }
 
 .espace-bottom-list-crea {
    padding-bottom: 20px;
 }
 
 .content-wrapper {
   max-width: 80%;
 }
 
 .block-text-intro h1 {
    font-size: 30px;
 }
 
 .block-text-intro p {
  font-size: 16px;
 }
 
 .intro-deg-n{
  padding-top: 30px;
 }
 
 .wheel-caption-inspi{
   max-width: 600px;
 }
 
 .content-section-large {
    margin: 80px 0;
 }
 
 .carousel-wheel-container-inspi {
   height: 350px;
 }
 
 .cookie-content p {
  font-size: 16px;
 }
 
 .cookie-list li {
  font-size: 14px;
 }
 
 .lightbox-prev, .lightbox-next {
    width: 32px;
    height: 32px;
 }
 
 .lightbox-prev::before, .lightbox-next::before {
    width: 10px;
    height: 10px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
 } 
}

@media (max-width: 800px) {
 .titre-principal-accueil, .titre-principal-footer, 
 .titre-principal-contact{
 top: 45px;
 }
 
 .text-block p {
  max-width: 500px
 }
 
  .centered p {
  max-width: 500px
 }
 
.contact-container {
 max-width: 460px;
 }
 
.espace-inert{
 margin-bottom: 0px;
 }

 .form-footer {
  flex-direction: column;
 }
 
 .duo-center-section {
   margin: 120px auto 100px;
 }
 
 .mega-title-block h2 {
  max-width: 400px;
  margin: auto;
  padding-bottom: 5px;
 }
 
 .wheel-caption-inspi{
  margin-bottom: 10px;
 }
 
 .section-image-prix {
    width: 80%;
 }
 
 .contact-info-header h2 {
  font-size: 2.2rem;
 }

 .contact-info-header h2 span {
  font-size: 1.1rem;
 }
 
 .contact-details span{
  font-size: 1rem;
 }
 
 .contact-alternative {
  font-size: 0.85rem;
 }
 
  .full-visible-width {
  width: 97.5vw;
 }  
}

@media (max-width: 750px) {
.intro-accueil {
  padding-top: 5px;
} 
 
 .intro-accueil-text h1 {
  font-size: 2.4rem;
 }

 .intro-accueil-text h1 span {
  font-size: 1.2rem;
 } 
 
 .intro-accueil-image {
  width: 300px;
 }
 
 .intro-accueil-text p {
  font-size:  1.1rem;
 }   
 
.section-content {
    gap: 20px;
 }  

.img-degrade-noir {
    height: 60%;
 }
 
 .legal-contact {
  max-width: 480px;
  margin-top: 80px;
 }
 
 .contenu-centre-chrono {
    padding: 30px 0px 40px;
 }
 
 .bandeau-intro-texte {
    max-width: 500px;
 }
 
 .categories-grid {
   padding: 0 50px 10px;
 }
 
 .custom-section-left {
  margin: 0px 50px 40px;
 }
 
 .duo-center-section-content p {
   width: 400px;
 }
 
 .section-solo .section-solo-image {
   max-width: 500px;
 }
 
 .bandeau-intro-profil {
   padding-top: 75px;
 }
 
 .full-width-parcours {
    padding: 10px 0 15px;
 }
 
 .espace-bottom-compence{
  padding-bottom: 40px;
 }
 
 .wheel-caption-inspi{
   max-width: 450px;
 }
 
 .carousel-wheel-container-inspi {
   height: 380px;
 }
 
 .intro-accueil-text p::before,
 .intro-accueil-text p::after {
  margin: 0 25px;
 }
 
 .lightbox-prev {
  left: 50px;
 }

 .lightbox-next {
  right: 50px;
 }
 
 .liste-contenue {
    font-size: 14px;
 } 
}

@media (max-width: 700px) {
 #contenu-du-site-gravurebrunel {
  margin: 0px 20px 0;
  padding: 0 3% 40px;
 }
 
 .section-button-container {
    margin: 25px auto 0;
    max-width: 400px;
 }
 
 .text-block p {
  line-height: 1.7;
 }
 
 .full-width {
    margin: 80px -3%;
 }
 
 .bandeau-intro h1 {
  font-size: 2.2rem;
  padding-top: 50px;
 }
 
 .big-title h1{
  font-size: 1.8rem;
 } 
 
.img-degrade-noir {
  padding-top: 50px;
 }
 
.contact-container {
 max-width: 380px;
 }
 
 .legal-article h2 {
  font-size: 1.7rem;
 }

  .legal-article-title-big h2 {
  font-size: 1.6rem;
 }
 
 .legal-article p, .legal-article ul,
 .photographer-card p, .photographer-card ul {
  font-size: 15px ;
 }
 
 .text-cred-photo p{
    font-size: 14px ;
 }
 
 .block-uni-not-img {
    max-width: 480px;
 }
 
 .liste-contenue {
   padding: 7px 0;
   width: 85%;
 }
 
 .bandeau-intro-texte {
    font-size: 14px;
 }
 
  .right-texte p {
  max-width: 450px;
 }
 
  .left-texte p {
  max-width: 450px;
 }
 
 .section-new-carousel {
  padding-top: 30px;
 }
 
 .custom-section-left .section-image-img-custom {
  height: 290px;
 }
 
 .section-image-crea {
    width: 80%;
 }
 
 .carousel-wheel-container {
    height: 270px; 
}
 
 .wheel-slide {
  height: 220px;
 }
 
 .wheel-control {
    top: 42%;
 }
 
 .block-uni-section {
  margin: 60px -3.5% -40px;
 }
 
 .wheel-caption {
   max-width: 300px;
 }
 
 .content-wrapper {
   max-width: 85%;
 }
 
 .intro-deg-n{
  padding-top: 25px;
 }
 
 .espace-bottom-compence{
  margin-bottom: 50px;
 }
 
 .wheel-caption-inspi{
   max-width: 430px;
 }
 
 .section-crea-geste-01 {
  margin-bottom: 80px;  
 }
 
 .block-uni-section-prix {
    margin: 120px -2% 100px;
 }
 
 .mega-title-block-prix h2 {
    font-size: 1.6rem;
 }
 
 .carousel-wheel-container-inspi {
   height: 340px;
 }
 
 .cookie-consent {
  max-width: 460px;
 } 
}

@media (max-width: 650px) {
 .text-block p {
   max-width: 430px;
 }
 
 .centered p {
  max-width: 430px
 }

 .sous-titre {
   max-width: 400px;
   margin: 0px auto 20px;
 }
 
 .contenu-centre-chrono {
    padding: 20px 0px 30px;
 }
 
 .titre-principal-realisation {
    top: 80px;
    padding-bottom: 160px;
 }
 
 .bandeau-intro-texte {
    max-width: 450px;
 }
 
 .carousel-manuel-new-legende {
   width: 80%;
 }
 
.header-big-categorie .titre-legende {
    font-size: 1.6rem;
 }
 
 .categories-section {
   margin-top: 100px;
 }
 
 .carousel-control {
   font-size: 8px;
   width: 22px;
   height: 22px;
 }
 
 .carousel-control.prev {
   left: 5px;
 }
 
 .carousel-control.next {
   right: 5px;
 }
 
 .carousel-container-miniature {
   width: 85%;
 }
 
 .thumbnail {
   margin: 0 1px;
   width: 50px;
   height: 50px;
 }
 
 .section-content-carous .left-texte {
  padding: 20px 0px 0px 0;
 }
 
 .categories-grid .titre-legende {
   font-size: 1rem;
 }

 .categories-grid .sous-titre-legende {
   font-size: 0.9rem;
 }
 
 .section-solo {
   margin: 50px 0px 80px;
 }
 
 .categories-grid .title-legende-big{
  font-size: 1.4rem;
 }
 
 .header-big-categorie .titre-legende{
  font-size: 1.6rem;
 }

 .section-image-crea {
    width: 85%;
 }
 
 .full-width-image-crea {
    width: 80%;
 }
 
 .bandeau-intro-profil {
   padding-top: 60px;
 }
 
 .block-text-intro h1 {
    font-size: 28px;
 }

 .block-text-intro p {
  font-size: 15px;
 }
 
 .espace-bottom {
  padding-bottom: 40px;
 }
 
 .wheel-caption-inspi{
  margin-bottom: 25px;
 }
 
 .content-section-large {
    margin: 60px 0;
 }
 
 .contact-alternative {
  max-width: 230px;
  margin: auto;
  line-height: 1.4;
 }
 
 .liste-contenue {
  max-width: 350px;
 }
 
 .carousel-wheel-container {
  margin-bottom: 35px;
 } 
}

@media (max-width: 600px) {
 #contenu-du-site-gravurebrunel {
  margin: 0px 15px 0;
  padding: 0 2% 30px;
 } 
 
 .titre-local{
  padding-bottom:100px;
 }
 
 .intro-accueil-text h1 span {
  font-size: 1.1rem;
 }  
 
 .intro-accueil-text p::before,
 .intro-accueil-text p::after {
  max-width: 14%;
} 
 
 .text-block{
   padding: 0px 20px 0px 20px;
 }

 .container-auto {
    width: 90%;
 }
 
 .section-image-acceuil {
    width: 90%;
 }

 .full-width {
    margin: 80px -2%;
 }
 
 .img-degrade-noir {
    height: 50%;
 }

 .legal-article {
  margin: 0px 40px 60px 40px;
 }
 
 .photographer-card {
  padding: 15px;
 } 
 
 .legal-article-title-big a {
  font-size: 15px;
 }
 
 .block-uni-not-img {
    max-width: 380px;
 }
 
 .legal-contact {
  margin-top: 60px;
  max-width: 400px;
 }
 
 .list-categorie-engraving {
  font-size: 0.7rem;
 }
 
 .bandeau-intro-texte {
    max-width: 360px;
 }
 
 .section-new-carousel {
  padding-top: 20px;
 }
 
 .custom-section-left {
  margin: 0px 30px 40px;
 }
 
 .custom-section-content-left {
  gap: 0px;
 }
 
 .section-solo .section-solo-image {
   max-width: 400px;
 }
 
 .section-solo img{
   width: 120%;
 }
 
 .title-big-title h2{
   font-size: 1.6rem;
 }
 
 .button-guid {
   padding-top: 20px;
 }
 
 .section-crea-custom {
    margin: 60px -2% -30px;
 }
 
 .block-uni-section {
    margin: 60px -2.5% -30px;
 }
 
 .wheel-caption {
  font-size: 0.95rem;
  max-width: 290px;
 }
 
 .block-text-intro h1 {
    font-size: 26px;
 }
 
 .block-text-intro p {
  font-size: 14px;
 }
 
 .espace-bottom-compence{
  margin-bottom: 50px;
 }
 
 .wheel-caption-inspi{
   max-width: 400px;
 }
 
 .section-crea-geste-01 {
  margin-bottom: 60px;  
 }
 
 .block-uni-section-prix {
    margin: 120px -2% 100px;
 }
 
 .cookie-content p {
  font-size: 15px;
 }
 
 .cookie-list li{
  font-size: 13px; 
 } 
 
 .cookie-consent {
  max-width: 400px;
  padding: 25px;
 }
 
 .cookie-button {
    padding: 8px 20px;
    font-size: 15px;
 }
 
  .full-visible-width {
  width: 96.8vw;
 }
 
 .lightbox-prev::before, .lightbox-next::before {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
 } 
}

@media (max-width: 560px) {
 .list-categorie-engraving {
   margin: 0px 30px 0px;
 }
 
 .categorie-article-title-big h2 {
  font-size: 1.5rem;
 }
 
 .custom-section-left .section-image-img-custom {
  height: 250px;
 }

 .carousel-manuel-legende .titre-legende {
    font-size: 1.1rem;
 }
 
 .carousel-manuel-legende .sous-titre-legende {
    font-size: 0.9rem;
 }
 
 .duo-center-section-content p {
   width: 350px;
 }
 
 .header-big-categorie .titre-legende{
  font-size: 1.4rem;
 }
 
  .section-image-crea {
    width: 90%;
 }
 
 .wheel-slide {
  height: 200px;
 }
 
  .wheel-control {
    top: 38%;
 }
 
 .content-wrapper {
   max-width: 90%;
 }
 
 .bandeau-intro-profil {
   padding-top: 50px;
 }
 
 .full-width-parcours {
    padding: 0px 0 20px;
 }
 
 .section-image-prix {
    width: 100%;
 }
 
 .mega-title-block-prix h2 {
    font-size: 1.4rem;
 }
 
 .intro-accueil-text p::before,
 .intro-accueil-text p::after {
  margin: 0 20px;
 }
 
 .lightbox-prev {
  left: 40px;
 }

 .lightbox-next {
  right: 40px;
 }
 
 .lightbox-prev::before, .lightbox-next::before {
    width: 8px;
    height: 8px;
 }
 
 .img-degrade-noir-legende {
    height: 70%;
 } 
}

@media (max-width: 550px) {
 .titre-local{
  padding-bottom:70px;
 }
 
 .titre-principal-accueil, .titre-principal-footer, 
 .titre-principal-contact{
 top: 30px;
 } 
 
 .titre-principal-propos {
  top: 30px;
 }
 
 .contenu-centre-chrono {
    padding: 10px 0px 20px;
 }
 
 .categories-grid {
  gap: 5px;
 }
 
 .bandeau-intro-big h1 {
    font-size: 1.8rem;
 }
 
 .title-big-title h2{
   font-size: 1.4rem;
 }
 
 .cookie-consent {
  max-width: 380px;
  padding: 20px;
 }
 
 .cookie-list li{
  font-size: 12px;  
 }
 
 .cookie-button {
    padding: 6px 18px;
    font-size: 14px;
 } 
}

@media (max-width: 500px) {
 #contenu-du-site-gravurebrunel {
  margin: 0px 10px 0;
  padding: 0 1% 30px;
 }

 .big-title h1{
  font-size: 1.6rem;
 }  
 
.contact-container {
 max-width: 280px;
 }
 
 .legal-article-title-big h2 {
  font-size: 1.5rem;
 }

 .legal-section {
    padding: 40px 0;
 }
 
 .text-cred-photo p{
    font-size: 13px ;
 }
 
 .legal-article-title-big a {
    font-size: 14px;
 }
 
 .text-block p {
   max-width: 370px;
 }
 
 .centered p {
  max-width: 370px
 }
 
 .block-uni-not-img {
    max-width: 350px;
 }
 
 .sous-titre {
   max-width: 350px;
 }
 
 .titre-principal-realisation {
    top: 50px;
    padding-bottom: 110px;
 }
  
 .categories-grid {
   padding: 0 26px 0px;
 }
 
 .bandeau-intro-texte {
    max-width: 340px;
 }
 
 .categorie-article-title-big h2 {
  font-size: 1.4rem;
 }
 
 .section-solo .section-solo-image {
   max-width: 350px;
 }
 
 .section-crea-custom {
    margin: 60px -1% -30px;
 }
 
 .content-section-crea {
    margin: 50px 0 50px;
 }

 .block-uni-section {
    margin: 60px -1.2% -30px;
 }
 
 .full-width-image-crea {
    width: 80%;
 }
 
 .block-text-intro h1 {
    font-size: 24px;
 }
 
 .block-text-intro p {
  font-size: 13px;
 }
 
 .espace-bottom-compence{
  margin-bottom: 40px;
 }
 
 .section-crea-geste-01 {
  margin-bottom: 50px;  
 }
 
 .block-uni-section-prix {
    margin: 120px -2% 80px;
 }
 
 .mega-title-block-prix h2 {
    font-size: 1.35rem;
 }
 
  .full-visible-width {
  width: 96.5vw;
 }
 
 .form-group input, .form-group select, .form-group textarea {
    font-size: 0.9rem;
 }
 
 .submit-btn {
   font-size: 0.9rem;
 }
 
 .liste-contenue {
    font-size: 13px;
 }
 
 .content-section-large .text-block p {
    font-size: 0.85rem;
 } 
}

@media (max-width: 470px) {
 .section-button {
    padding: 8px 16px;
 }
 
 a.section-button {
    font-size: 0.9rem;
 }
 
 .button-line {
   max-width: 80px;
 }
 
 .bandeau-intro-texte {
    font-size: 13px;
 }
 
 .img-degrade-noir {
    height: 45%;
 }
 
 .cookie-consent {
    max-width: 340px;
 } 
}

@media (max-width: 450px) {
 .titre-local{
  padding-bottom:50px;
 }
 
 .text-block h2 {
    font-size: 1.6rem;
 }
 
 .titre-principal-accueil, .titre-principal-footer, 
 .titre-principal-contact{
 top: 20px;
 }
 
 .mega-title-block-prix h2 {
    max-width: 300px;
    margin: auto;
    font-size: 1.35rem;
 } 
 
 .full-width {
    margin: 80px -1%;
 } 
 
 .img-degrade-noir {
    height: 43%;
 }
 
 .contact-container {
 max-width: 260px;
 }
 
 .contenu-centre-chrono {
    padding: 0px 0px 15px;
 }
 
  .bandeau-intro-profil {
   padding-top: 45px;
 }
 
 .espace-bottom {
    padding-bottom: 25px;
 }
 
 .categories-grid {
   padding: 0 10px 0px;
 }
 
 .texte-categorie-engraving {
   font-size: 0.9rem;
 }
 
 .logo-anchor {
   width: 50px;
 }
 
 .fixed-image {
    left: -302%;
 }
 
 .cookie-consent {
    max-width: 300px;
 }  
}

@media (max-width: 430px) {
  .categories-grid {
   padding: 0 5px 0px;
 }
 
 .bandeau-intro h1 {
    font-size: 2.1rem;
 } 
}

@media (max-width: 400px) {
 .intro-accueil-text h1 span {
    font-size: 1rem;
 }
 
 .text-block h2 {
    font-size: 1.5rem;
 }
 
 .mega-title-block-prix h2 {
    font-size: 1.3rem;
 }  
 
 .sous-titre {
    font-size: 0.9rem;
    max-width: 320px;
 }
 
 .text-block p {
    font-size: 0.8rem;
    line-height: 1.4;
 }
 
 a.section-button {
    font-size: 0.8rem;
 }
 
 .button-line {
   max-width: 70px;
 }
 
  .categories-grid {
    grid-template-columns: 1fr;
    padding: 0 20px 40px;
  }
  
  .section-content-carous-invers .left-texte{
    grid-template-columns: 1fr;
    padding: 0 20px 0px;
  }
  
  .section-content-carous .left-texte{
    grid-template-columns: 1fr;
    padding: 0 20px 0px;
  }
  
 .bandeau-intro h1 {
    font-size: 2rem;
 }
 
 .img-degrade-noir-legende {
    height: 60%;
 }
 
 .carousel-dots .dot {
    width: 5px;
    height: 5px;
 }
 
 .one-section {
  display: block;
 }
 
 .text-block p {
    max-width: 280px;
    margin: 18px auto;
 }
 
 .carousel-manuel-legende .titre-legende {
    font-size: 1rem;
 }
 
 .carousel-manuel-legende .sous-titre-legende {
    font-size: 0.8rem;
 }
 
 .categories-section {
    margin-top: 70px;
 }
 
 .contact-info-header h2 {
    font-size: 2rem;
}
 
 .contact-info-header h2 span {
    font-size: 1rem;
 }
 
 .contact-details span {
    font-size: 0.9rem;
 } 
}

@media (max-width: 380px) {
 .titre-principal-realisation {
    padding-bottom: 90px;
 }
 
 .carousel-control {
    width: 20px;
    height: 20px;
 }
 
 .logo-anchor {
   width: 40px;
 }
 
 .fixed-image {
    left: -250%;
    width: 200px;
 }
 
 .cookie-consent {
    max-width: 270px;
 }
 
 .contact-container {
    max-width: 250px;
 }
 
 .form-group input, .form-group select, .form-group textarea {
    width: 95%;
    font-size: 0.8rem;
 }
 
 .submit-btn {
   font-size: 0.8rem;
 }  
}

@media (max-width: 370px) {
 .intro-accueil-text h1 span {
    font-size: 0.9rem;
 }

 .text-block h2 {
    font-size: 1.4rem;
 }
 
 .button-line {
   max-width: 60px;
 }
 
 .bandeau-intro h1 {
    font-size: 1.9rem;
 }
 
 .bandeau-intro-texte {
  max-width: 285px;
 }
 
 .texte-categorie-engraving {
   font-size: 0.8rem;
 }
 
 .img-degrade-noir {
    height: 40%;
 }
 
 .categories-section {
    margin-top: 60px;
 }
 
 .contact-info-header h2 span {
    font-size: 0.9rem;
 }
 
 .liste-contenue {
    font-size: 12px;
 }
 
 .carousel-wheel-container {
  margin-bottom: 50px;
 }
 
 .content-section-large .text-block p {
    font-size: 0.8rem;
 } 
}

@media (max-width: 350px) {
  .text-block h2 {
    font-size: 1.3rem;
 }
 
 .sous-titre {
    max-width: 295px;
    font-size: 0.8rem;
 }
 
 .text-block p {
    font-size: 0.75rem;
    line-height: 1.35;
 }
 
 a.section-button {
    font-size: 0.7rem;
 }
 
 .titre-principal-realisation {
    padding-bottom: 80px;
 }
 
 .img-degrade-noir-legende {
    height: 55%;
 }
 
 .carousel-control {
    font-size: 6px;
    width: 18px;
    height: 18px;
 }
 
 .carousel-manuel-legende .titre-legende {
    font-size: 0.9rem;
 }
 .carousel-manuel-legende .sous-titre-legende {
    font-size: 0.75rem;
 }
 
 .cookie-consent {
    max-width: 250px;
 }
 
.form-group input, .form-group select, .form-group textarea {
    width: 90%;
 }
 
 .block-text-intro p {
  letter-spacing: 0.8px;
  } 
}

@media (max-width: 335px) {
   .text-block h2 {
    font-size: 1.2rem;
 }
 
 .sous-titre {
    font-size: 0.75rem;
    max-width: 280px;
 }
 
 .bandeau-intro-texte {
  max-width: 275px;
 }  
}
