/* Base */
html,
body {
  width: 100%;
  height: 100%;
}

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

/* Horizontal rules */
hr {
  max-width: 100%;
  border-color: #ccc;
  border-width: 1px;
  margin-left: 0;
}

hr.light {
  max-width: 60px;
  border-color: #ccc;
  border-width: 3px;
}

hr.light2 {
  border: 0;
  border-top: 3px solid #666;
  width: 60px;
  margin: 10px auto 0;
  padding: 0;
  display: block;
}

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

hr.light4 {
  border-color: #ccc;
  max-width: 100%;
  padding-left: 0;
  margin-left: 0;
  border-width: 1px;
}

hr.light5 {
  max-width: 70%;
  padding-left: 0;
  margin-left: 0;
  border-width: 1px;
  border-color: #f5f3f3;
  border-bottom: 1px dashed #999;
  padding-top: 0;
}

.light6 {
  max-width: 50px;
  border-color: #654b32;
  border-width: 3px;
  margin-left: 0;
}

.light7 {
  max-width: 50px;
  border-color: #654b32;
  border-width: 3px;
  margin: 0 auto;
}

hr.light8 {
  max-width: 50px;
  border-color: #654b32;
  border-width: 3px;
}

/* Links */
a {
  color: #000;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

a:hover,
a:focus {
  color: #ccc;
  text-decoration: underline;
}

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

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

/* Headings */
h1 {
  font-family: 'Italianno', cursive;
  text-shadow: 4px 10px 8px #000;
}

h2 {
  font-family: 'Italianno', cursive;
  text-shadow: 4px 10px 8px #000;
  font-size: 65px;
  color: #fff;
}

h3 {
  font-family: 'Italianno', cursive;
  color: #654b32;
  font-size: 70px;
}

h4 {
  font-family: 'Italianno', cursive;
  color: #fff;
  font-size: 59px;
  text-shadow: 6px 8px 5px #000;
}

h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 29px;
  color: #000;
}

h6 {
  font-family: 'Montserrat', sans-serif;
  text-shadow: 2px 2px 8px #000;
  font-size: 33px;
  color: #fff;
  line-height: 2;
}

/* Small in headings */
h1 small,
.h1 small,
h1 .small,
.h1 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
  font-size: 60%;
  text-shadow: 4px 10px 8px #000;
}

h2 small,
.h2 small,
h2 .small,
.h2 .small {
  font-weight: normal;
  line-height: 1;
  color: #fff;
  font-size: 80%;
  text-shadow: 4px 10px 8px #000;
}

h3 small,
h4 small,
h5 small,
h6 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #fff;
}

/* Paragraphs */
p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}

/* Background image/blocks */
/* bg-1 */
.bg-1 {
  min-height: 500px; /* specified or minimum height */
  position: relative;
  width: 100%;
  text-align: justify;
  background-image: url(../img/bg-1.jpg);
  background-attachment: fixed; /* fixed: does not scroll */
  background-position: center;  /* center image */
  background-repeat: no-repeat; /* no repeat */
  /* background-size: cover; Scale to cover (optional) */
}

.bg-1sm {
  background-image: url(../img/bg-1.jpg);
  min-height: 550px;
  background-attachment: local;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.bg-3sm {
  background-image: url(../img/bg-3.jpg);
  min-height: 900px;
  background-attachment: local;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-3xs {
  background-image: url(../img/bg-3.jpg);
  min-height: 400px;
  background-attachment: local;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.bg-5sm {
  background-image: url(../img/bg-5.jpg);
  min-height: 350px;
  background-attachment: local;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

/* Solid backgrounds */
.bg-7 { background-color: #f5f3f3; }
.bg-10 { background-color: #fff; }
.bg-11 { background-color: #2c3e50; }

/* .bg-13 previous alt kept commented
.bg-13 { background-color:#1e2935; }
*/
.bg-13 { background-color: #e4e4e4; }

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

.bg-14md {
  background-image: url(../img/bg-14md.jpg);
  min-height: 350px;
  background-attachment: local;
  background-position: center;
  background-repeat: no-repeat;
  /* background-size: cover; */
}

.bg-14sm {
  background-image: url(../img/bg-14.jpg);
  min-height: 350px;
  background-attachment: local;
  background-position: center;
  background-repeat: no-repeat;
  /* background-size: cover; */
}

/* bg-15 variants */
.bg-15 {
  background-image: url(../img/bg-15.jpg);
  min-height: 350px;
  background-attachment: local;
  background-position: left;
  background-repeat: no-repeat;
  /* background-size: cover; */
}

.bg-15b {
  background-image: url(../img/bg-15b.jpg);
  min-height: 350px;
  background-attachment: local;
  background-position: left;
  background-repeat: no-repeat;
  /* background-size: cover; */
}

.bg-15a {
  background-image: url(../img/bg-15a.jpg);
  min-height: 350px;
  background-attachment: local;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover; /* scale to cover */
}

/* More solids */
.bg-17 { background-color: #dedede; }
.bg-18 { background-color: #e4e2e2; }
.bg-19 { background-color: #fafafa; }

/* Pattern background */
.bg-20 {
  background-image: url(../img/bg-20.jpg);
  background-attachment: local;
  background-position: center;
  background-repeat: repeat;
  /* background-size: cover; */
}

.bg-21 { background-color: #c1bfbf; }

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

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


/*alignement verticale fong glissant*/
.section-center {
  padding-top: 100px;
  padding-bottom: 100px;
}
/*fin alignement verticale fong glissant*/

/* Style général 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;
  }
}

.content-section {
  padding-top: 100px;
}

.col-mini {
  min-height: 300px;
}

.col-mini2 {
  min-height: 450px;
}

.col-mini3 {
  min-height: 360px;
}

.col-mini4 {
  min-height: 280px;
}

@media (min-width: 767px) {
  .content-section {
    padding-top: 250px;
  }

  .download-section {
    padding: 100px 0;
  }
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
}

.text-titre03 {
  font-weight: 600;
  font-style: normal;
  color: #A85430;
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 1.42857143;
}

.text-titre04 {
  font-weight: 600;
  font-style: normal;
  color: #A85430;
  font-size: 19px;
  line-height: 1.42857143;
}

.text-titre05 {
  font-family: 'Italianno', cursive;
  color: #fff;
  font-size: 70px;
  text-shadow: 4px 10px 8px #000;
}

.text-mt {
  font-family: 'EB Garamond', serif;
  color: #d96a09;
  font-weight: 600;
  font-size: 20px;
}

.text-mt25 {
  font-family: 'EB Garamond', serif;
  color: #d96a09;
  font-weight: 600;
  font-size: 25px;
}

.text-mt30 {
  font-family: 'EB Garamond', serif;
  color: #d96a09;
  font-weight: 600;
  font-size: 30px;
}

.text-slid {
  font-family: 'EB Garamond', serif;
  color: #fff;
  font-weight: 600;
  font-size: 40px;
}

.text-faded {
  color: #666;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}

.text-faded2 {
  color: #9B9A9A;
  font-size: 18px;
}

.text-or {
  color: #A85430;
  font-size: 60px;
  font-family: 'Italianno', cursive;
}

.text-or2 {
  color: #d96a09;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}

.text-or3 {
  color: #d96a09;
  font-size: 27px;
  font-family: 'Montserrat', sans-serif;
}

.text-or4 {
  color: #d96a09;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}

.text-or5 {
  color: #654b32;
  font-size: 60px;
  font-family: 'Italianno', cursive;
}

.text-bleu {
  color: #5176a9;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}

.text-black {
  font-family: 'Montserrat', sans-serif;
  color: #201f1f;
  font-size: 19px;
}

.text-black16 {
  font-family: 'Montserrat', sans-serif;
  color: #201f1f;
  font-size: 16px;
}

.text-gris {
  color: #6B6868;
  font-size: 25px;
  letter-spacing: 1px;
}

.text-gris2 {
  color: #6B6868;
  font-size: 16px;
}

.text-gris3 {
  color: #6B6868;
  font-size: 21px;
  letter-spacing: 1px;
}

.text-gris4 {
  color: #6B6868;
  font-size: 19px;
  letter-spacing: 1px;
}

.text-bla {
  color: #fff;
  font-size: 26px;
  letter-spacing: 1px;
}

.text-bla25 {
  color: #fff;
  font-size: 25px;
  text-shadow: 2px 2px 8px #000;
  font-family: 'Montserrat', sans-serif;
}

.text-bla2 {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 18px;
  text-shadow: 2px 2px 8px #000;
  letter-spacing: 1px;
}

.text-bla3 {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 15px;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.center-block2 {
  display: block;
  margin-left: auto;
  margin-right: 0px;
}

section {
  padding: 100px 0; /*padding-left:0px; padding-right:0px; essai pour oter paddind smal tableau*/
}

aside {
  padding: 50px 0;
}

.no-padding { padding: 0; }

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

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

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

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

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

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

.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-top-130 { padding-top: 130px; }

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

.padding-bottom-20 { padding-bottom: 20px; }

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

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

.padding-bottom-60 { padding-bottom: 60px; }

.padding-bottom-100 { padding-bottom: 100px; }

.margin-10 {
  margin-left: 10px;
  margin-right: 10px;
}

/* carousel fade */
.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;
}

/* duplicate transition rule kept */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-caption h3 {
  color: #FFF !important;
  padding-bottom: 80px;
  /*padding-top: 20px; */
  text-shadow: 1px 1px 5px #000;
}

@media (max-width: 600px) {

  /*.carousel-caption {
        display: none;  Hide the carousel text when the screen is less than 600 pixels wide */

}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  /*padding-top:50px;*/ /* carouselle mobile deform img-cirl small */
}

.carousel-indicators {
  position: absolute;
  bottom: 0px;
  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;
}

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

/*carousel pas a pas*/
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
  display: none;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,.0001)));
  /*background-image: linear-gradient(to right,rgba(0, 0, 0, 0.29) 0,rgba(0,0,0,.0001) 100%);*/ 
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0) 0, rgba(0,0,0,.0001) 100%); /*supprime ombre */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.0001)), to(rgba(0,0,0,.5)));
  background-image: linear-gradient(to right, rgba(0,0,0,.0001) 0, rgba(0,0,0,.0) 100%); /*supprime ombre */
  /*background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);*/ 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%; /*fleche sur image*/
  /*width: 0%;*/ /*fleche hors image*/
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  filter: alpha(opacity=50);
  opacity: 1;
}

.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
}

@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 { display: block; }
}
@media all and (min-width: 768px) and (transform-3d),
       all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -25%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 25%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d),
       all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/*carousel pas a pas fin*/






.navbar {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  background-color: #EFEFEF;
  border: 0;
  font-size: 12px;
  letter-spacing: 1px;
  opacity: 1;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 12px;
  line-height: 20px;
  color: #262424;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: #ccc;
}

.nav > li > a {
  color: #262424;
  font-size: 13px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.nav > li > a {
  position: relative;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  color: #262424;
  background-color: #ccc;
  text-decoration: none;
}

.nav > li.active > a,
.nav > li.active > a:focus {
  color: #fff !important;
  background-color: #262424;
}

.navbar-toggle .icon-bar {
  background-color: #000;
}

/* Dropdown menu */
.dropdown-menu > li > a {
  display: block;
  padding: 5px 20px;
  color: #3366CC;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #3366CC;
  color: #ffffff;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  background-color: #003399;
  outline: 0;
}

.center-block2 {
  display: block;
  margin-left: auto;
  margin-right: 0px;
}

header {
  position: relative;
  width: 100%;
  min-height: auto;
  text-align: right;
  color: #fff;
  background-image: url(../img/header.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  border-bottom: solid #000 2px;
}

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

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: 10px;
  font-size: 16px;
  font-weight: 300;
  color: rgba(115,79,116,.9);
}

@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: 20px;
  }
}

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

.service-box {
  margin: 50px auto 0;
  max-width: 400px;
}

@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}

.service-box p {
  margin-bottom: 0;
}

.portfolio-box {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  background: rgba(0,0,0,.9);
  -webkit-transition: all .35s;
     -moz-transition: all .35s;
          transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 0.9; 
  background: #0091C9; 
} 

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #cdcdcd; 
    background-color: transparent;
  }
}

.call-to-action h2 {
  margin: 0 auto 20px;
}


.text-primary {
    color: #F00 ; 
}

.text-primary2 {
    color: #999 ; 
}

.text-primary3 {
    color: #993333 ;
}

.text-primary4 {
    color: #993333 ; font-size:12px
}

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

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

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 15px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 10px;
    border-radius: 5px;
    text-align: center;
}




.thumbnail {
  display: block;
  line-height: 1.42857143;
  background-color: #FFFFFF;
  padding: 15px;
  border: 1px solid #CECCCC;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}

.btn-separator {
  margin-top: 40px;
}

.btn-default {
  border-color: #fff;
  color: #222;
  background-color: #fff;
  -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: #ededed;
  color: #222;
  background-color: #f2f2f2;
}

.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: #f05f40;
  color: #fff;
  background-color: #9F9C9C;
  -webkit-transition: all .35s;
     -moz-transition: all .35s;
          transition: all .35s;
}

.btn-a {
  color: #000;
  background-color: #fff;
  font-size: 13px;
}

.btn-a:hover,
.btn-a:focus,
.btn-a.focus,
.btn-a:active,
.btn-a.active,
.open > .dropdown-toggle.btn-a {
  border-color: #ed431f;
  color: #fff;
  background-color: #ccc;
  font-size: 13px;
}

.btn-b {
  color: #fff;
  background-color: #707d86;
}

.btn-b:hover,
.btn-b:focus,
.btn-b.focus,
.btn-b:active,
.btn-b.active,
.open > .dropdown-toggle.btn-b {
  border-color: #ed431f;
  color: #fff;
  background-color: #999;
}

.btn-c {
  color: #fff;
  background-color: #ea74ca;
  font-size: 11px;
}

.btn-c:hover,
.btn-c:focus,
.btn-c.focus,
.btn-c:active,
.btn-c.active,
.open > .dropdown-toggle.btn-c {
  border-color: #ed431f;
  color: #fff;
  background-color: #999;
}

.btn-d {
  color: #fff;
  background-color: #39F;
  font-size: 11px;
}

.btn-d:hover,
.btn-d:focus,
.btn-d.focus,
.btn-d:active,
.btn-d.active,
.open > .dropdown-toggle.btn-d {
  border-color: #ed431f;
  color: #fff;
  background-color: #999;
}

.btn-e {
  color: #fff;
  background-color: #3CF;
  font-size: 11px;
}

.btn-e:hover,
.btn-e:focus,
.btn-e.focus,
.btn-e:active,
.btn-e.active,
.open > .dropdown-toggle.btn-e {
  border-color: #ed431f;
  color: #fff;
  background-color: #999;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  border-color: #ed431f;
  color: #093;
  background-color: #F96;
}

.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; /*pas ici orange*/
  background-color: #f05f40; /*pas ici orange*/
}

.btn-primary .badge {
  color: #f05f40; /*pas ici orange*/
  background-color: #fff;
}

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

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

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

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

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

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

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

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

.img-center {
  margin: 0 auto;
}

.img3 {
  border: solid #fff 2px;
}

.img4 {
  border-left: solid #ccc 1px;
  border-right: solid #ccc 1px;
  border-bottom: solid #ccc 1px;
  border-top: solid #ccc 1px;
}

.img-rounded {
  border-radius: 5px;
}

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

.trans {
  background-color: rgba(255,0,0,.5);
}

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

/* 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%);
}

/* Légère attente avant déclenchement */
.matrix-reveal2 {
  transition-delay: 0.05s;
}

/* ===== Onglets "Nos Offres" (Bootstrap 3 – nav-pills) ===== */
#btns-depliants .nav.nav-pills {
  margin-top: 10px;
}

/* Boutons inactifs = visibles, style "bouton" */
#btns-depliants .nav-pills > li > a {
  background: #f7f7f7;                /* fond léger au repos */
  border: 1px solid #ddd;              /* liseré discret */
  border-radius: 6px;
  margin: 0 6px;                       /* petit espacement horizontal */
  padding: 12px 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: .5px;
  color: #201f1f;
  text-transform: uppercase;          
  text-align: center;
  white-space: normal;                 /* permet le retour à la ligne si besoin */
  line-height: 1.2;
}

/* Survol/focus */
#btns-depliants .nav-pills > li > a:hover,
#btns-depliants .nav-pills > li > a:focus {
  background: #a85430;
  border-color: #ccc;
  color: #fff;
  text-decoration: none;
}

/* Onglet actif */
#btns-depliants .nav-pills > li.active > a,
#btns-depliants .nav-pills > li.active > a:hover,
#btns-depliants .nav-pills > li.active > a:focus {
  background: #A85430;                 /*  couleur "or/brun" */
  border-color: #A85430;
  color: #fff;
  box-shadow: 0 2px 0 rgba(0,0,0,.06) inset;
}

/* Responsive : quand ça s'empile, garde un bel espacement vertical */
@media (max-width: 767px) {
  #btns-depliants .nav-justified > li + li a {
    margin-top: 8px;
  }
}

/* Liens "[En savoir plus]" assortis à la charte */
#btns-depliants a.goto-tab {
  color: #d96a09;                      /* accent */
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px dotted #d96a09;
}
#btns-depliants a.goto-tab:hover {
  color: #A85430;
  border-color: #A85430;
  text-decoration: none;
}

/* Bouton accent "onglets actifs" — typo & radius identiques */
.btn-b.btn-or {
  background-color: #A85430;           /* même fond que l’onglet actif */
  border: 1px solid #A85430;           /* même liseré */
  color: #fff;
  border-radius: 6px;                  /* idem nav-pills actifs */
  font-family: 'Montserrat', sans-serif; /* même écriture */
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;           /* TOUT EN MAJUSCULES */
  line-height: 1.2;
  padding: 14px 18px;                  /* confort visuel */
  transition: all .2s ease-in-out;
  box-shadow: none;
}

/* Icône + texte : petite respiration et centrage */
.btn-b.btn-or .glyphicon {
  display: block;
  margin-bottom: 8px;
  line-height: 1;
}

/* Hover/Focus/Active : même logique que les onglets */
.btn-b.btn-or:hover,
.btn-b.btn-or:focus {
  background-color: #d96a09;
  border-color: #d96a09;
  color: #fff;
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(168,84,48,.25); /* anneau d’accessibilité */
}

.btn-b.btn-or:active,
.btn-b.btn-or.active {
  background-color: #8f482a;           /* appuyé */
  border-color: #8f482a;
}

/* Désactivé */
.btn-b.btn-or[disabled],
.btn-b.btn-or.disabled {
  opacity: .65;
  background-color: #cfa58f;
  border-color: #cfa58f;
  box-shadow: none;
}

/* Bouton accent "accès page" — bleu compatible à l'orange */
.btn-b.btn-page {
  background-color: #2F6D8C;           /* bleu acier */
  border: 1px solid #2F6D8C;
  color: #fff;
  border-radius: 6px;                   /* identique à .btn-or */
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 14px 18px;
  transition: all .2s ease-in-out;
  box-shadow: none;
}

/* Icône au-dessus (même rendu que .btn-or) */
.btn-b.btn-page .glyphicon {
  display: block;
  margin-bottom: 8px;
  line-height: 1;
}

/* Hover/Focus */
.btn-b.btn-page:hover,
.btn-b.btn-page:focus {
  background-color: #2A5F7A;           /* un ton plus sombre */
  border-color: #2A5F7A;
  color: #fff;
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(47,109,140,.25);
}

/* Active */
.btn-b.btn-page:active,
.btn-b.btn-page.active {
  background-color: #254F65;
  border-color: #254F65;
}

/* Disabled */
.btn-b.btn-page[disabled],
.btn-b.btn-page.disabled {
  opacity: .65;
  background-color: #9FB6C3;
  border-color: #9FB6C3;
  box-shadow: none;
}

/* ===== Footer Prestige (scopé) ===== */
.footer-pro {
  background: #262424;
  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: #d96a09;                 /* ton accent orangé */
  border-color: #d96a09;
  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: 0 0 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: 'Italianno', cursive;  /* comme sur l’index */
  font-size: 60px;
  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: #d96a09; }

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


/* LES BOUTONS PAR 2 ET 3 */

/* Espacement + centrage des 3 boutons */
.margin-btn { 
  margin: 10px 15px;          /* espace horizontal entre les boutons */
  display: inline-block;      /* s’aligne proprement et wrap si besoin */
}
@media (max-width: 767px) {
  .margin-btn { 
    display: block; 
    margin: 8px auto;         /* centré en mobile */
  }
}

/* Optionnel : petit hover propre */
.btn-b { transition: all .2s ease; }
.btn-b:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0,0,0,.12);
}

/* Bloc d'action (bouton + texte) */
.cta-item { 
  margin-bottom: 24px;     /* espace entre les deux boutons */
}
.cta-item .help-block {
  margin-top: 8px;         /* espace sous le bouton */
  margin-bottom: 0;        /* propre */
}
@media (max-width: 767px) {
  .cta-item { margin-bottom: 18px; }
}

/* FINS LES BOUTONS PAR 2 ET 3 */


/*Rajout pdm forcement bas de page cause hidden*/
.pdm {
  display: none;
  visibility: hidden;
}
/*--------*/


/* ==================================================
   LA MINUTE PATRIMOINE — MAGALIE TROY
   Fenêtre vidéo immersive YouTube
   indépendante de Lightbox2
   ================================================== */


/* ==========================
   SECTION DE LA PAGE
   ========================== */

.mt-video-section {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.mt-video-intro {
    margin-bottom: 30px;
}

.mt-video-subtitle {
    max-width: 760px;
    margin: 15px auto 0;
    color: #555555;
    font-size: 17px;
    line-height: 1.7;
}


/* ==========================
   ENCADREMENT DE LA VIGNETTE
   ========================== */

.mt-video-frame {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #f2f2f2;

    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.mt-video-frame:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    pointer-events: none;
}


/* ==========================
   DÉCLENCHEUR ET VIGNETTE
   ========================== */

.mt-video-trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.mt-video-trigger:focus {
    outline: 2px solid #a85430;
    outline-offset: 4px;
}

.mt-video-thumb {
    position: relative;
    display: block;
    overflow: hidden;
    background: #eeeeee;
}

.mt-video-thumb img {
    display: block;
    width: 100%;
    height: auto;

    transition:
        transform 0.45s ease,
        opacity 0.45s ease;
}

.mt-video-trigger:hover .mt-video-thumb img,
.mt-video-trigger:focus .mt-video-thumb img {
    transform: scale(1.025);
    opacity: 0.90;
}


/* ==========================
   EFFET ÉCRAN TRÈS LÉGER
   ========================== */

.mt-video-screen-effect {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    opacity: 0.10;

    background-image:
        repeating-linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.15) 0,
            rgba(255, 255, 255, 0.15) 1px,
            rgba(0, 0, 0, 0.03) 1px,
            rgba(0, 0, 0, 0.03) 2px
        );
}


/* ==========================
   BOUTON VOIR LA VIDÉO
   ========================== */

.mt-video-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    min-width: 190px;
    padding: 16px 28px;

    border: 1px solid rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.92);
    color: #333333;

    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.90);

    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;

    transform: translate(-50%, -50%);

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.mt-video-play .glyphicon {
    font-size: 17px;
}

.mt-video-trigger:hover .mt-video-play,
.mt-video-trigger:focus .mt-video-play {
    background: #ffffff;
    color: #a85430;
    transform: translate(-50%, -50%) scale(1.04);
}

.mt-video-caption {
    max-width: 850px;
    margin: 20px auto 0;
    color: #777777;
    font-size: 14px;
    line-height: 1.6;
}


/* ==========================
   FOND GÉNÉRAL DE LA LIGHTBOX
   ========================== */

.mt-video-overlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;
    overflow-y: auto;

    /*
     * Fond extérieur assombri pour détacher la vidéo
     * tout en restant plus doux qu’un noir total.
     */
    background: rgba(20, 20, 20, 0.88);
}

.mt-video-overlay.is-open {
    display: block;
}


/* ==========================
   FENÊTRE DE LA LIGHTBOX
   ========================== */

.mt-video-dialog {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 92%;
    max-width: 1280px;
    padding: 10px;

    border: 1px solid rgba(255, 255, 255, 0.30);
    background: #222222;

    box-shadow:
        0 22px 70px rgba(0, 0, 0, 0.65);

    transform: translate(-50%, -50%);
}

.mt-video-ratio {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    background: #000000;
}

.mt-video-ratio iframe,
.mt-video-consent {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;
    border: 0;
}


/* ==========================
   BOUTON DE FERMETURE
   ========================== */

.mt-video-close {
    position: absolute;
    z-index: 10;
    top: -50px;
    right: 0;

    width: 44px;
    height: 44px;
    padding: 0;

    border: 1px solid rgba(255, 255, 255, 0.42);
    background: #a85430;
    color: #ffffff;

    font-size: 30px;
    font-weight: 300;
    line-height: 42px;
    text-align: center;

    cursor: pointer;

    box-shadow:
        0 5px 18px rgba(0, 0, 0, 0.35);
}

.mt-video-close:hover,
.mt-video-close:focus {
    background: #ffffff;
    color: #a85430;
    outline: none;
}


/* ==========================
   ÉCRAN DE CONSENTEMENT
   ========================== */

.mt-video-consent {
    display: table;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    background: #111111;
}


/*
 * Image originale affichée à 100 %.
 * Aucune opacité ni décoloration.
 */

.mt-video-consent-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    opacity: 1;
    filter: none;
}


/*
 * Voile noir léger devant l’image.
 * Il ne blanchit plus la photo.
 * Il sert uniquement à rendre le texte blanc lisible.
 */

.mt-video-consent:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: rgba(0, 0, 0, 0.38);
}


/* ==========================
   CONTENU DU CONSENTEMENT
   ========================== */

.mt-video-consent-inner {
    position: relative;
    z-index: 2;

    display: table-cell;
    padding: 40px;

    vertical-align: middle;

    text-shadow:
        0 2px 5px rgba(0, 0, 0, 0.85),
        0 0 15px rgba(0, 0, 0, 0.45);
}


/* TITRE */

.mt-video-consent-title {
    max-width: 850px;
    margin: 0 auto 24px;

    color: #ffffff;

    font-family: "Montserrat", Arial, sans-serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.4;
}


/* TEXTE EXPLICATIF */

.mt-video-consent-text {
    max-width: 850px;
    margin: 0 auto 28px;

    color: #ffffff;

    font-family: "Montserrat", Arial, sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.75;
}


/* ==========================
   BOUTON LANCER LA VIDÉO
   ========================== */

.mt-video-launch {
    padding: 15px 30px;

    border: 1px solid #ffffff;
    background: #a85430;
    color: #ffffff;

    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;

    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.35);

    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.mt-video-launch:hover,
.mt-video-launch:focus {
    background: #ffffff;
    color: #a85430;
    outline: none;
    transform: translateY(-2px);
}


/* ==========================
   LIEN DIRECT YOUTUBE
   ========================== */

.mt-video-direct {
    display: inline-block;
    margin-top: 22px;

    color: #ffffff;

    font-family: "Montserrat", Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;

    text-decoration: underline;

    text-shadow:
        0 2px 5px rgba(0, 0, 0, 0.90);
}

.mt-video-direct:hover,
.mt-video-direct:focus {
    color: #ffffff;
    text-decoration: none;
    outline: none;
}


/* ==========================
   VERSION TABLETTE
   ========================== */

@media (max-width: 991px) {

    .mt-video-consent-title {
        font-size: 23px;
    }

    .mt-video-consent-text {
        font-size: 15px;
        line-height: 1.65;
    }

}


/* ==========================
   VERSION MOBILE
   ========================== */

@media (max-width: 767px) {

    .mt-video-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .mt-video-frame {
        padding: 5px;
    }

    .mt-video-play {
        min-width: 0;
        padding: 12px 18px;

        font-size: 11px;
        letter-spacing: 0.04em;
    }

    .mt-video-play .glyphicon {
        font-size: 14px;
    }

    .mt-video-dialog {
        width: 96%;
        padding: 5px;
    }

    .mt-video-close {
        top: -46px;

        width: 40px;
        height: 40px;

        font-size: 27px;
        line-height: 38px;
    }

    .mt-video-consent-inner {
        padding: 20px;
    }

    .mt-video-consent-title {
        margin-bottom: 14px;
        font-size: 18px;
        line-height: 1.35;
    }

    .mt-video-consent-text {
        margin-bottom: 18px;
        font-size: 13px;
        line-height: 1.5;
    }

    .mt-video-launch {
        padding: 12px 18px;
        font-size: 11px;
    }

    .mt-video-direct {
        margin-top: 15px;
        font-size: 12px;
    }

}