html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
}

hr {
    max-width: 50px;
    border-color: #ccc;
    border-width: 1px;
	}


hr.light {
    max-width: 100%;
    border-color: #ccc;
    border-width: 1px;
	}
	


hr.light2 {
    border-color: #fff;
    max-width:100%;
    padding-left:0;
    margin-left: 0;
} 

hr.light3 {
    border-color: #434142;
    max-width:100%;
    padding-left:0;
    margin-left: 0;
}


hr.light4 {
    border-color: #434142;
    max-width:30%;
    padding-left:0;
    margin-left: 0;
}


hr.light5 {
    max-width: 200px;
    border-color: #ccc;
    border-width: 1px;
	}
	

a {
    color: #ffffff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
	color: #ccc;
}

a#lien1 {
     color: #605E5E; 
	 font-size:15px;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	text-align:left;
}

a#lien1:hover,
a#lien1:focus {
  color: #cccccc;
  text-decoration: underline;
  font-size:15px
}


a#lien2 {
     color: #b9b9b9; 
	 font-weight:100; 
	 letter-spacing:1px;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a#lien2:hover,
a#lien2:focus {
  color: #fff;
  text-decoration: underline;
  font-weight:100;
  letter-spacing:1px;
}




h1 {
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 1px; 
  color:#6b1d2b;
}


h2
 {
    font-family: 'Cormorant Garamond', serif;
	 color:#fff;
	 letter-spacing:1px;
	 font-weight:200;
	  font-size:50px;
	 text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); /* Ajout d'une ombre pour amÃ©liorer la visibilitÃ© */
	}	
h3
 {
  font-family: 'Cormorant Garamond', serif;
  color:#6b1d2b;
  font-size:40px;
  font-weight:100;
	}

h4
 {
  font-family: 'Cormorant Garamond', serif;
  color:#6b1d2b;
  font-size:40px;
  font-weight:700;
	}

h5 {
	font-family: 'Montserrat', sans-serif; 
	 color:#6b1d2b;
  font-size:40px;
  font-weight:700;
}

h6 {
    font-family: 'Cormorant Garamond', serif;
	 color:#fff;
	
	 font-weight:400;
	  font-size:35px;
	 text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); /* Ajout d'une ombre pour amÃ©liorer la visibilitÃ© */
	}

p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.5;
}




/* bgi-01 */
.bgi-01 {
  min-height: 450px;
  position: relative;
  width: 100%;
  text-align: justify;
  background-image: url(../img/bgi-01.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgi-01sm {
  min-height: 450px;
  position: relative;
  width: 100%;
  text-align: justify;
  background-image: url(../img/bgi-01.jpg);
  background-attachment: local;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



/* bgi-02 */
.bgi-02 {
  min-height: 650px;
  position: relative;
  width: 100%;
  text-align: justify;
  background-image: url(../img/bgi-02.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.bgi-02sm {
  min-height: 650px;
  position: relative;
  width: 100%;
  text-align: justify;
  background-image: url(../img/bgi-02.jpg);
  background-attachment: local;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgi-03sm {
  min-height: 300px;
  position: relative;
  width: 100%;
  text-align: justify;
  background-image: url(../img/bgi-03.jpg);
  background-attachment: local;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.bg-0 {
    background-color: #000;
}

.bg-1 {
    background-color: #fff;
}

.bg-2 {
    background-color: #f3f3f3;
}/*rm*/

.bg-3 {
    background-color: #e7e7e7;
}/*rm*/

.bg-4 {
    background-color: #CA080B;
}/*rm*/

.bg-r {
    background-color: #D12426;
}/*rm*/




.bg-5 {
	background-image: url(../img/bg-5.jpg);
    /* Set a specified height, or the minimum height for the background image */
    min-height: 400px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: fixed;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible 
    background-size: cover;*/
 
}


.bg-5sm {
	background-image: url(../img/bg-5sm.jpg);
    /* Set a specified height, or the minimum height for the background image */
    min-height: 400px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}




.bg-b5 {
	background-image: url(../img/bg-b5.jpg);
    /* Set a specified height, or the minimum height for the background image */
    min-height: 400px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: fixed;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible 
    background-size: cover;*/
 
}


.bg-b5sm {
	background-image: url(../img/bg-b5sm.jpg);
    /* Set a specified height, or the minimum height for the background image */
    min-height: 400px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}





.bg-6 {
	background-image: url(../img/bg-6.jpg);
    /* Set a specified height, or the minimum height for the background image */
    min-height: 600px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: fixed;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
 
}


.bg-6sm {
	background-image: url(../img/bg-6.jpg);
    /* Set a specified height, or the minimum height for the background image */
    min-height: 400px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: local;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}

.bg-7 {
    background-color: #373737;
}/*rm*/


.bg-8 {
    background-color: #f5f5f5;
}/*rm*/


.text-bor {
font-family: 'Montserrat', sans-serif;
color:#6b1d2b;
	font-size:18px
	
}

.text-bor-20 {
font-family: 'Montserrat', sans-serif;
color:#6b1d2b;
	font-size:19px
	
}


.text-che1 {
    color: #605E5E; font-size:15px
}

.text-faded {
	font-family: 'Montserrat', sans-serif;
    color: #605E5E; font-size:19px
}


.text-faded2 {
    color: #605E5E; line-height:2
}

.text-faded3 {
    color: #605E5E; font-size:15px; line-height:2
}

.text-faded4 {
    color: #666; font-size:12px;
}

.text-bleu {
    color: #337ab7; font-size:16px
} 


.text-bleu2 {
    font-size:20px
} 

.text-bla {
    font-family: 'Montserrat', sans-serif; letter-spacing:2px;  font-size:25px; color: #fff; 
} 

.text-bla2 {
    color: #fff; font-size:15px;
} 
.text-bla3 {
    color: #fff; font-size:18px;
}
.text-bla4 {
    color: #fff; font-size:16px; font-family: 'Open Sans', sans-serif; letter-spacing:1px;
}


.text-rou {
    color:#EB0509;
} 



.text-noi {
    color: #5a5858;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 2;
	 
}

.text-noi2 {
    font-size:20px; 
	color:#615F5F;
	font-family: 'Montserrat', sans-serif;
	  letter-spacing: 1px;
	  font-weight:600
} 



.text-titre{
   
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1;
  font-size: 16px;
  color: rgb(157, 156, 156);
}/*tb*/

.text-titre2{
    font-family: 'Montserrat', sans-serif; letter-spacing:2px; font-size:16px; color:rgba(69,67,67,1.00)
}/*rm*/

.text-titre3{
   font-family: 'Montserrat', sans-serif; letter-spacing:1px;  font-size:15px; color:rgba(69,67,67,1.00)
}/*rm*/

.text-titre4{
   font-family: 'Montserrat', sans-serif; letter-spacing:2px;  font-size:15px; color:#337ab7;
}/*rm*/


.text-titre5{
   color:#337ab7;
}/*rm*/

.text-titre6{
    font-family: 'Montserrat', sans-serif; letter-spacing:2px;  font-size:15px; color:#337ab7;font-weight:100;
}/*rm*/


.text-titre7{
   letter-spacing:1px;  font-size:14px; color:#337ab7;
}/*rm*/

.text-primary {
    color: #318da9; 
}

.text-footer {
    color: #b9b9b9;  font-weight:100; letter-spacing:1px;
}/* rm*/

.small, small {
    font-size: 70%; color:#7D7D7D
}


section {
    padding: 100px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}




.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	 letter-spacing:1px;
	font-size:15px;
	
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color:#000;
	font-size:11px;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #A2A0A0;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #000;
	background-color:#f3f3f3;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
	color: #5E5C5C;/*!important; rm*/
	background-color: 000;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: #d2d2d2;
	color: #000000;
}





@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(255,255,255,.3);
        background-color: #fff; /*ajout efface menu transparent 2019*/
		
    }

    .navbar-default .navbar-header .navbar-brand {
       	color:#000; /*NDD*/
		font-size: 12px;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
	color: #333;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
	color: rgba(000,000,000,1.00);
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
	color: #666; /*rm*/
	text-shadow: 0px 0px;
	text-decoration-color: #000;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #fff;
	
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 10px;
        color: #000;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #333;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #222;
		 font-size: 12px;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #858484;
    }
}




@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #337ab7;
  }/*(16)*/
  }



@media (min-width: 768px) {
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #000;
}/*(17)*/

.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000;
}/*(19)*/

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #999;
}/*(20)*/
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
  
.carousel-inner img {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); /* make all photos black and white */ 
      width: 100%; /* Set width to 100% */
      margin: auto;
	  
	 }
	 
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
	
 
/* Centrer le texte dans les captions */


 /* Optionnel : Ajustements supplÃ©mentaires */
        .carousel-inner .item {
            height: 100%; /* Hauteur fixe du carrousel */
            text-align: center; /* Centrer le contenu horizontalement */
        }

        .carousel-inner .item img {
            max-height: 100%; /* S'assurer que l'image ne dÃ©passe pas la hauteur du carrousel */
            margin: 0 auto; /* Centrer l'image */
        }

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff; /* Texte blanc */
    width: 100%; /* Occupe toute la largeur */
}

/* Style pour le titre H1 */
.carousel-caption h2 {
    font-size: 50px; /* Taille du titre */
    font-weight: bold; /* Gras */
    margin-bottom: 10px; /* Espace sous le titre */
}

/* Style pour le paragraphe P */
.carousel-caption p {
    font-size: 25px; /* Taille du paragraphe */
	color: #fff;
    margin: 0 auto; /* Centre horizontalement le paragraphe */
    max-width: 600px; /* Largeur maximale pour le paragraphe */
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
	font-family: 'Montserrat', sans-serif;
}

  
  
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-bottom: 100px;/*margin:1px base ajout*/
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
  
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin-bottom: 100px; /*margin:0 a la base repris du bootstrap*/
  background-color: #fff;
 
}
    /* carousel bootstrap fin */
.list-group-item:first-child {
      border-top-right-radius: 0;
      border-top-left-radius: 0;
  }
.list-group-item:last-child {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
  }



header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../img/header.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
}

@media(min-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}

.section-heading {
    margin-top: 0;
}


.bg-light {
  background: #f8f6f3;
}

.service-box {
  background: #ffffff;
  padding: 30px;
  border: 1px solid #e5e2dc;
  transition: all 0.3s ease;
  min-height: 200px;
}

.service-box h3 {
  color: #7a1f2b; /* ton bordeaux */
  margin-bottom: 15px;
  font-size: 30px;
}

.service-box p {
  font-family: 'Montserrat', sans-serif;
  color: #605E5E;
  font-size: 19px;
}

.service-box:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}














.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}


.btn-default {
	border-color: #AEABAB;
    color: #222;
    background-color: #f2f2f2;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #AEABAB;
    color: #fff;
    background-color: #666;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
	
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
	
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
	
}


.btn-primary {
    border-color: #fff;
    color: #fff;
    background-color: #000;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
} 

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #fff;
    color: #fff;
    background-color: #827d7d;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #f05f40;
    background-color: #f05f40;
}

.btn-primary .badge {
    color: #f05f40;
    background-color: #fff;
}


.btn-primary2 {
    border-color: #000;
    color: #fff;
    background-color: #000;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
} 

.btn-primary2:hover,
.btn-primary2:focus,
.btn-primary2.focus,
.btn-primary2:active,
.btn-primary2.active,
.open > .dropdown-toggle.btn-primary2 {
    border-color: #fff;
    color: #FFFFFF;
    background-color: #000;
}

.btn-primary2:active,
.btn-primary2.active,
.open > .dropdown-toggle.btn-primary2 {
    background-image: none;
}

.btn-primary2.disabled,
.btn-primary2[disabled],
fieldset[disabled] .btn-primary2,
.btn-primary2.disabled:hover,
.btn-primary2[disabled]:hover,
fieldset[disabled] .btn-primary2:hover,
.btn-primary2.disabled:focus,
.btn-primary2[disabled]:focus,
fieldset[disabled] .btn-primary2:focus,
.btn-primary2.disabled.focus,
.btn-primary2[disabled].focus,
fieldset[disabled] .btn-primary2.focus,
.btn-primary2.disabled:active,
.btn-primary2[disabled]:active,
fieldset[disabled] .btn-primary2:active,
.btn-primary2.disabled.active,
.btn-primary2[disabled].active,
fieldset[disabled] .btn-primary2.active {
    border-color: #f05f40;
    background-color: #f05f40;
}

.btn-primary2 .badge {
    color: #f05f40;
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 0px;
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}


.no-padding {
	
    padding: 0;
}

.padding-10 {
    padding-top:10px;
	padding-bottom:10px;
	}


.padding-top-10 {
    padding-top:10px;
	}
	
.padding-top-15 {
    padding-top:15px;
	padding-bottom:0px;
	}
	
.padding-top-20 {
    padding-top:20px;

	}
	
	
.padding-top-30 {
    padding-top:30px;
	padding-bottom:0px;
	}

.padding-top-35 {
    padding-top:35px;

	}
.padding-top-40 {
    padding-top:40px;

	}
	
.padding-top-45 {
    padding-top:45px; 
	}

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

.padding-top-70 {
    padding-top:70px;
	}
	
.padding-top-100 {
   padding-top:100px;
	}
	
.padding-bottom-20 {
    padding-bottom:20px;
	}

.padding-bottom-30 {
    padding-bottom:30px;
	}
	
.padding-bottom-10 {
    padding-bottom:10px;
	}


.padding-bottom-60 {
    padding-bottom:60px;
	}
	
.padding15{
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	padding-top:15px
	}
	
.margin-10{
	margin-left:10px;
	 margin-right:10px;
	 }
	 
.margin-top-30{
	margin-top:30px
	}
	
.margin-top-40{
	margin-top:40px
	}
	
.margin-top-60{
	margin-top:60px
	}
	
.margin-top-100{
	margin-top:100px
	}
	
.padding-left-100{
	padding-left:100px
	}
	
.margin-top-140{
	margin-top:140px
	}


::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}



.thumbnail3 {
    display: block;
    /*line-height: 1.42857143;*/
	background-color:rgba(11,8,8,.60);
	
 /*   border: 1px solid #ddd;*/
    border-radius: 2px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}



.thumbnail4 {
    display: block;
    /*line-height: 1.42857143;*/
	background-color:rgba(255,255,255,.70);
 /*   border: 1px solid #ddd;*/
    border-radius: 2px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail5 {
    display: block;
    /*line-height: 1.42857143;*/
	background-color:rgba(000,000,000,.50);
 /*   border: 1px solid #ddd;*/
    border-radius: 2px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}




.img-center {margin:0 auto;}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

.img-responsive3{
	background-color:rgba(255,255,255,0.8);
	  border-radius: 5px;
	}




.img-grayscale
{
        filter: grayscale(1);
        -webkit-filter: grayscale(1);
        -moz-filter: grayscale(1);
        -o-filter: grayscale(1);
        -ms-filter: grayscale(1);
		opacity:0.6;
		filter:alpha(opacity=60)
}
.img-grayscale:hover
{
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -o-filter: grayscale(0);
        -ms-filter: grayscale(0);
		opacity:1;
		filter:alpha(opacity=99)
		
}


	
ul, li, ul li {
    list-style: none;
}

body {
    webkit-tap-highlight-color: #222;
}





#fade { /*--Masque opaque noir de fond--*/
	display: none; /*--masqué par défaut--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--masqué par défaut--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--Les différentes définitions de Box Shadow en CSS3--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--Coins arrondis en CSS3--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Gérer la position fixed pour IE6--*/
*html #fade {
position: absolute;
}
*html .popup_block {
position: absolute;
}




  

/* Effet sur image page TALOSIA – zoom + arrivée rapide */
.matrix-reveal2 {
  opacity: 0;
  filter: blur(8px);
  transform: scale(1.05);
  clip-path: inset(50% 50% 50% 50%);

  transition:
    opacity 0.8s ease-out,
    transform 1s ease-out,
    filter 1s ease-out,
    clip-path 1s ease-out;

  transition-delay: 0.05s;
}

/* Animation déclenchée par le scroll */
.matrix-reveal2.visible {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  clip-path: inset(0 0 0 0);
}




.boutons-tapis .btn{
  margin:8px 10px;
  min-width:180px;
  letter-spacing:1px;
  font-size:18px;
}


.btn-bordeaux{
  background-color:#6b1d2b;
  color:#ffffff;
  border:1px solid #6b1d2b;
  font-family:'Cormorant Garamond', serif;
  letter-spacing:1px;
  transition:all 0.3s ease;
}

.btn-bordeaux:hover{
  background-color:#7c2233;
  border-color:#7c2233;
  color:#ffffff;
  transform:translateY(-2px);
}


.btn-bordeaux{
  background-color:#6b1d2b;
  color:#ffffff;
  /*border:1px solid #c9a54c;*/
}


/* === PORTFOLIO HOVER PROPRE & ÉLÉGANT === */

.portfolio-box{
  position: relative;
  display: block;
  overflow: hidden;
}

/* Image */
.portfolio-box img{
  display: block;
  width: 100%;
  transition: transform 0.4s ease;
}

/* Zoom léger au survol (optionnel mais élégant) */
.portfolio-box:hover img{
  transform: scale(1.03);
}

/* Overlay unique */
.portfolio-box-caption{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.55); /* UN SEUL FOND */
  opacity: 0;
  transition: opacity 0.25s ease;
}

/* Apparition overlay */
.portfolio-box:hover .portfolio-box-caption{
  opacity: 1;
}

/* Contenu texte centré */
.portfolio-box-caption-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
  text-align: center;
}

/* Texte */
.portfolio-box-caption .project-category{
  color: #ffffff;
  font-size: 20px;      /* plus petit */
  line-height: 1.4;
  letter-spacing: normal;
  text-transform: none;
  margin: 0;
  padding: 0;
  background: transparent; /* supprime tout double fond */
}



/* ===== HORAIRES (version clean + jour du jour) ===== */

.hr-bordeaux{
  border-top:2px solid #6b1d2b;
  width:80px;
  margin:15px auto 30px auto;
}

.horaires-box{
  max-width:460px;
  margin:0 auto;
  text-align:left;
}

.horaire-row{
  display:flex;
  justify-content:space-between;
  padding:10px 15px;
  margin-bottom:8px;
  background:#f3f3f3;
  font-size:15px;
}

.horaire-row:nth-child(even){
  background:#e9e9e9;
}

.jour{
  font-weight:600;
}

.ferme{
  background:#f8f8f8;
  color:#888;
}

.info-rdv{
  font-size:14px;
  margin-top:20px;
  color:#6b1d2b;
  font-style:italic;
}

/* ✅ Jour actuel (automatique via JS data-day) */
.horaire-row.today{
  background: rgba(107,29,43,0.10);
  border-left:4px solid #6b1d2b;
}

.horaire-row.today .jour,
.horaire-row.today .heure{
  color:#6b1d2b;
  font-weight:700;
}







/* ===== Footer Prestige (scopÃ©) ===== */
.footer-pro {
  background: #000;
  color: #fff;
  padding: 40px 0 20px;
}
.footer-pro a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted rgba(255,255,255,.3);
}
.footer-pro a:hover,
.footer-pro a:focus {
  color: #6b1d2b;                 /* ton accent orangÃ© */
  border-color: #6b1d2b;
  text-decoration: none;
  outline: 0;
}

/* Assure l'affichage correct des glyphicons malgrÃ© tes polices globales */
.footer-pro .glyphicon {
  font-family: 'Glyphicons Halflings' !important;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 2px;                        /* lÃ©ger alignement vertical */
}

/* Titre petit bloc (ARCOART, etc.) */
.footer-pro .footer-pro-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin: 8 8 8px;
}

/* Adresse/coordonnÃ©es */
.footer-pro .footer-pro-addr p {
  margin: 0 0 6px;
}

/* Navigation de pied */
.footer-pro .footer-pro-nav a {
  display: block;
  margin: 0 0 6px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .5px;
}

/* Bouton retour haut */
.footer-pro .footer-pro-top {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.25);
}
.footer-pro .footer-pro-top .glyphicon {
  top: 0;
}

/* Ligne copyright */
.footer-pro .footer-pro-copy {
  margin-top: 10px;
  font-size: 13px;
  color: rgba(255,255,255,.7);
  border-bottom: 0;
}

/* Baseline stylÃ©e (script) */
.footer-pro .footer-pro-tagline {
  margin-top: 30px;
   font-family: 'Cormorant Garamond', serif;
  font-size: 50px;
  letter-spacing: .5px;
  color: #A85430;
  text-align: center;

  /*font-weight: 600;
  font-style: normal;
  color: #A85430;
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 1.42857143;*/
}

/* Accent commun */
.footer-pro .text-accent { color: #fdca6c; }

/* Responsive */
@media (max-width: 767px) {
  .footer-pro .footer-pro-brand { text-align: center; margin-bottom: 20px; }
  .footer-pro .footer-pro-top { margin-bottom: 10px; }
}


.footer-pro-title {
  display: block;
  margin-top: 26px;
  margin-bottom: 14px;
  font-size: 15px;
  letter-spacing: 1.2px;
  font-weight: 600;
  text-transform: uppercase;
  color: #9b3a4d; /* bordeaux plus clair */
}


.footer-pro-nav a {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
}



.btn-bordeaux-devis{
    background:#6b1d2b;
    color:#fff;
    padding:14px 28px;
    font-size:15px;
    letter-spacing:1px;
    text-transform:uppercase;
    border-radius:0;
    display:inline-block;
    transition:all .3s ease;
}

.btn-bordeaux-devis:hover{
    background:#7f2334;
    color:#fff;
}


/* Style pour le cookie-banner */
#cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  text-align: center;
  padding: 15px 10px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  flex-wrap: wrap; /* Permet de passer sur plusieurs lignes si nÃ©cessaire */
  justify-content: center; /* Centre les Ã©lÃ©ments horizontalement */
  align-items: center; /* Aligne verticalement */
  gap: 10px; /* Espacement entre les Ã©lÃ©ments */
}

/* Style pour le texte */
#cookie-banner p {
  margin: 0;
  flex: 1 1 auto; /* Permet au texte de s'adapter Ã  l'espace disponible */
  font-size: 16px; /* Taille de la police */
  line-height: 1.5; /* AmÃ©liore la lisibilitÃ© */
}

/* Style pour le bouton */
#cookie-banner button {
  background-color: orange;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  flex-shrink: 0; /* EmpÃªche le bouton de rÃ©trÃ©cir */
}

/* Lien dans le texte */
#cookie-banner a {
  color: orange;
  text-decoration: underline;
}

/* Adaptation pour les petits Ã©crans */
@media (max-width: 768px) {
  #cookie-banner {
    flex-direction: column; /* Les Ã©lÃ©ments se superposent */
    text-align: center; /* Texte centrÃ© */
  }

  #cookie-banner p {
    font-size: 14px; /* RÃ©duction de la taille de la police pour petits Ã©crans */
  }

  #cookie-banner button {
    margin-top: 10px; /* Ajoute un espacement entre le texte et le bouton */
    padding: 8px 15px;
  }
}




/* Portfolio : texte plus petit + lisible + pas de chevauchement */
.portfolio-meta{
  font-family: 'Montserrat', sans-serif;
  color: #605E5E;
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
}

.portfolio-price{
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1.45;
  margin: 0 0 6px 0;
}

/* important : on évite toute hauteur figée / overlay qui casserait */
.portfolio-box{
  position: relative;
  height: auto;
  min-height: 0;
}

.portfolio-box-caption{
  position: relative;   /* si ton CSS actuel est en absolute, ça corrige */
  height: auto;
}

/* un peu d’air entre les lignes/bouton */
.portfolio-box .portfolio-infos{
  padding: 12px 10px 16px;
}

/* sur très petit écran, on compacte encore */
@media (max-width: 480px){
  .portfolio-meta,
  .portfolio-price{
    font-size: 12px;
  }
}


/*BOUTON MISE EN SITUATION*/
.btn-bordeaux-strong {
    background-color: #7A1E2C;
    border: 2px solid #7A1E2C;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 22px;
    font-weight: 600;
    transition: all .3s ease;
	box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.btn-bordeaux-strong:hover,
.btn-bordeaux-strong:focus {
    background-color: #F3F3F3;
    border-color: #7A1E2C;
    color: #7A1E2C;
}




/* Fix overflow Bootstrap row quand container-fluid est en no-padding */
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}


/* separation de 2 lignes de tapis */

.portfolio-row-gap {
  margin-top: 40px;
}


.modal-title{
font-size:20px;
font-weight:600;
letter-spacing:0.5px;
}




.slider-premium-section{
position:relative;
background:#fff;
}

.slider-premium-wrap{
position:relative;
overflow:hidden;
padding:0;
}

.slider-premium-wrap:before,
.slider-premium-wrap:after{
content:"";
position:absolute;
top:0;
z-index:3;
width:80px;
height:100%;
pointer-events:none;
}

.slider-premium-wrap:before{
left:0;
background:linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.slider-premium-wrap:after{
right:0;
background:linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.slider-premium-track{
display:flex;
width:max-content;
animation:sliderPremiumScroll 70s linear infinite;
will-change:transform;
}

.slider-premium-wrap:hover .slider-premium-track{
animation-play-state:paused;
}

.slider-premium-item{
flex:0 0 auto;
width:280px;
padding:6px;
position:relative;
overflow:hidden;
}

.slider-premium-item img{
display:block;
width:100%;
height:auto;
transition:transform 0.6s ease, opacity 0.4s ease;
backface-visibility:hidden;
-webkit-backface-visibility:hidden;
border-radius:2px;
}

.slider-premium-item:hover img{
transform:scale(1.04);
}

@keyframes sliderPremiumScroll{
0%{
transform:translateX(0);
}
100%{
transform:translateX(-50%);
}
}

@media (max-width: 991px){
.slider-premium-item{
width:240px;
}

.slider-premium-wrap:before,
.slider-premium-wrap:after{
width:50px;
}
}

@media (max-width: 767px){
.slider-premium-item{
width:180px;
}

.slider-premium-track{
animation-duration:50s;
}

.slider-premium-wrap:before,
.slider-premium-wrap:after{
width:30px;
}
}


/* lien image */
.slider-link{
display:block;
position:relative;
color:#fff;
text-decoration:none;
overflow:hidden;
}

/* voile sombre */
.slider-link:before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.35);
opacity:0;
transition:opacity 0.35s ease;
z-index:1;
}

/* texte */
.slider-label{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
z-index:2;
color:#fff;
font-size:15px;
letter-spacing:2px;
font-weight:600;
padding:8px 14px;
background:rgba(0,0,0,0.55);
opacity:0;
transition:opacity 0.35s ease, transform 0.35s ease;
}

/* effet hover */
.slider-link:hover:before{
opacity:1;
}

.slider-link:hover .slider-label{
opacity:1;
transform:translate(-50%,-50%) scale(1.05);
}



.slider-premium-wrap{
overflow:hidden;
position:relative;
}

.slider-premium-track{
display:flex;
width:max-content;
animation:sliderScroll 90s linear infinite;
}

.slider-premium-wrap:hover .slider-premium-track{
animation-play-state:paused;
}

.slider-premium-item{
flex:0 0 auto;
width:280px;
position:relative;
overflow:hidden;
}

.slider-premium-item img{
width:100%;
height:auto;
display:block;
transition:transform .6s ease;
}

.slider-premium-item:hover img{
transform:scale(1.05);
}

.slider-link{
display:block;
position:relative;
}

.slider-link:before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.35);
opacity:0;
transition:.35s;
z-index:1;
}

.slider-label{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
color:#fff;
font-size:16px;
letter-spacing:2px;
font-weight:600;
background:rgba(0,0,0,.55);
padding:8px 16px;
opacity:0;
transition:.35s;
z-index:2;
}

.slider-link:hover:before{
opacity:1;
}

.slider-link:hover .slider-label{
opacity:1;
}

@keyframes sliderScroll{
0%{transform:translateX(0)}
100%{transform:translateX(-50%)}
}





/* ===============================
   CONTACT VERNUSSE
   =============================== */

.vernusse-contact-section {
    background: #fff;
}

.vernusse-contact-card {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    padding: 20px;
}

.vernusse-contact-info {
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
}

.vernusse-contact-block {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.vernusse-contact-icon {
    color: #6b1d2b;
    font-size: 24px;
    margin-right: 15px;
    margin-top: 3px;
    min-width: 24px;
}

.vernusse-contact-text {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 15px;
    line-height: 1.7;
}

.vernusse-contact-text strong {
    font-size: 17px;
}

.vernusse-contact-text img {
    max-width: 100%;
    height: auto;
    margin-top: 4px;
}

.vernusse-contact-note {
    font-size: 13px;
    color: #777;
    font-style: italic;
    margin-top: 6px;
}

.hr-bordeaux-left {
    margin: 15px 0 25px 0;
    width: 80px;
}

.vernusse-map-wrap {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.vernusse-map-links {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.8;
}

/* ===== HORAIRES (version clean + jour du jour) ===== */

.hr-bordeaux{
  border-top:2px solid #6b1d2b;
  width:80px;
  margin:15px auto 30px auto;
}

.horaires-box{
  max-width:460px;
  margin:0;
  text-align:left;
}

.horaire-row{
  display:flex;
  justify-content:space-between;
  padding:10px 15px;
  margin-bottom:8px;
  background:#f3f3f3;
  font-size:15px;
  border-radius: 4px;
}

.horaire-row:nth-child(even){
  background:#e9e9e9;
}

.jour{
  font-weight:600;
}

.ferme{
  background:#f8f8f8;
  color:#888;
}

.info-rdv{
  font-size:14px;
  margin-top:20px;
  color:#6b1d2b;
  font-style:italic;
}

/* Jour actuel */
.horaire-row.today{
  background: rgba(107,29,43,0.10);
  border-left:4px solid #6b1d2b;
}

.horaire-row.today .jour,
.horaire-row.today .heure{
  color:#6b1d2b;
  font-weight:700;
}


/* =========================
   SÉCURITÉ GLOBALE
========================= */
html,
body{
    overflow-x: hidden;
}

/* =========================
   BANDE OFFRE SPÉCIALE
========================= */

/* base commune */
.offre-speciale{
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100vw;
    z-index: 999;

    background: rgba(123, 30, 38, 1);
    color: #ffffff;
    font-family: 'Cormorant Garamond', serif;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}

/* conteneur */
.offre-speciale .container{
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
}

/* lignes */
.offre-speciale .container > div{
    margin: 0;
    display: block;
    white-space: normal;
    word-break: normal;
}

/* titre */
.offre-speciale strong{
    font-weight: 600;
}

/* =========================
   VERSION DESKTOP / TABLETTE
========================= */
.offre-speciale-desktop{
    top: 70px;
    padding: 10px 0 9px 0;
    font-size: 24px;
    line-height: 1.35;
}

.offre-speciale-desktop .container > div:first-child{
    margin-bottom: 3px;
}

.offre-speciale-desktop .container > div:last-child{
    font-size: 18px;
    line-height: 1.25;
}

/* =========================
   VERSION MOBILE
========================= */
.offre-speciale-mobile{
    top: 50px;
    padding: 8px 0 7px 0;
    font-size: 17px;
    line-height: 1.2;
}

.offre-speciale-mobile .container{
    padding-left: 10px;
    padding-right: 10px;
}

.offre-speciale-mobile .container > div:first-child{
    margin-bottom: 3px;
}

.offre-speciale-mobile .container > div:last-child{
    font-size: 13px;
    line-height: 1.2;
}

/* =========================
   FLASH DISCRET
========================= */
.offre-speciale::before{
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 32%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(255,255,255,0) 0%,
        rgba(255,225,120,0.00) 10%,
        rgba(255,225,120,0.16) 40%,
        rgba(255,240,180,0.30) 50%,
        rgba(255,225,120,0.16) 60%,
        rgba(255,225,120,0.00) 90%,
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-20deg);
    animation: flashOffre 9s infinite;
}

.offre-speciale::after{
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    box-shadow: inset 0 0 0 rgba(255,220,120,0);
    animation: glowOffre 9s infinite;
}

@keyframes flashOffre{
    0%   { left: -120%; opacity: 0; }
    6%   { left: -120%; opacity: 0; }
    10%  { opacity: 1; }
    18%  { left: 120%; opacity: 1; }
    20%  { left: 120%; opacity: 0; }
    24%  { left: -120%; opacity: 0; }
    28%  { opacity: 0.9; }
    36%  { left: 120%; opacity: 0.9; }
    38%  { left: 120%; opacity: 0; }
    100% { left: 120%; opacity: 0; }
}

@keyframes glowOffre{
    0%, 8%, 22%, 26%, 40%, 100%{
        box-shadow: inset 0 0 0 rgba(255,220,120,0);
    }
    12%, 16%, 30%, 34%{
        box-shadow: inset 0 0 20px rgba(255,220,120,0.08);
    }
}

/* =========================
   DÉCALAGE DU CONTENU
========================= */
body{
    padding-top: 105px;
}

@media (max-width: 991px){
    body{
        padding-top: 108px;
    }
}

@media (max-width: 767px){
    .offre-speciale{
        max-width: 100vw;
    }

    .offre-speciale::before{
        width: 24%;
    }
}

@media (max-width: 991px){
    body{
        padding-top: 95px;
    }
}

/* =========================
   ANCRES COMPENSÉES
   ON GARDE
========================= */
.anchor-offset{
    position: relative;
}

.anchor-offset::before{
    content: "";
    display: block;
    height: 170px;
    margin-top: -170px;
    visibility: hidden;
    pointer-events: none;
}