body{
    margin: 0;
    padding: 0;
    font-family: "Helvetica", Tahoma, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, li,a, p{
    color: white;
}

.bg-white h1, .bg-white h2, .bg-white h3, .bg-white h4, .bg-white h5, .bg-white li, .bg-white a, .bg-white p{
    color: black;
}

.image { 
    display: inline-block; 
}

a:hover{
    text-decoration: none;
    color: #878787 ;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.8rem;
    padding-left: 1.8rem;
    color: white;
}

.navbar-nav:hover{
    text-decoration: none;
    color:#fefefe;
}
@media (min-width: 1024px) {
    .taille-mot{
        font-size: 16px!important;
    }
}

.navigation{
    position: fixed;
    width: 100%;
    z-index: 5;
    font-size: .85rem;
    letter-spacing: .09em;
    font-family: "Ebrima", Tahoma, Verdana, sans-serif;
}

.bg-dark{
    background-color: black!important;
}
.bg-black {
    background-color: black;
}


.icon_langage{
    width:25px;
    height:15px;
}

.icon_sd{
    width: auto;
    height: 50px;
}

.icon_search{
    widows: 25px;
    height:25px;
}

.text-grey {
    color: #ababab;
}

.color_white{
    color: white ;
}

.savoir {
    background-color: transparent; 
      border: none;
      color: white;
      padding: 15px 32px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
      cursor: pointer;
      border-radius:5px;
      border: 2px solid white;
    }

.savoir:hover {
      background-color: white;
      color:black;
    }

.titre{
        font-size: 1.375rem;
        line-height: 2rem;
        margin-top: 1.5rem;
        margin-bottom: .75rem;
        text-transform: uppercase;
        line-height: 1.4;
        letter-spacing: 5px;
    }

@media (min-width: 1024px) {
.hovereffect {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
  }
  
  .hovereffect .overlay {
    position: absolute;
    overflow: hidden;
    width: 80%;
    height: 65%;
    left: 10%;
    top: 3%;
    border: 1px solid #FFF;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
  }

  .hovereffect:hover .overlay {
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  
  .hovereffect img {
    display: block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
  }
  
  .hovereffect:hover img {
    opacity: 0.5;
    background-color: black;
  }
  
  .hovereffect h2 {
    text-transform: uppercase;
    text-align: center;
    top: 35%;
    position: relative;
    font-size: 17px;
    background-color: transparent;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
  

.hovereffect:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

@media screen and (max-width: 600px) {
.hovereffect .overlay {
display: none;
}
  }


.lookbook__title {
    color: #878787;
    font-size: .875rem;
    margin: 0;
    padding: 15px 0 5px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3.5px;
}

.gallery{
    padding-left: 0%;
    padding-right: 0%;
    border: 1px solid black;
}



.button.hollow.secondary {
    border: 2px solid #fff;
    text-transform: uppercase;
    width: 300px;
}

.button {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0;
    padding: .9375rem 2.1875rem;
    margin: 0 0 1rem;
    font-size: 1rem;
}

.button:hover {
    background-color: white;
    color: black !important;
}

.poeme p {
    margin-bottom:0 !important;
    color: black !important;
}
      
      @media screen and (max-width: 600px) {
        .poeme p {
            text-align: center;
        }
      }
.projet p {
    margin-bottom:0 !important;
    color: black !important;
}

.condition{
    color:white !important;
}

.condition a:hover{
    color:#878787 !important;
}

.mentions_legales p, .mentions_legales h2{
    color:black;
}

video {
    max-width: 100%;
    height: auto;
}

.sommes_nous p{
    color: black !important;
}

.download{
    width: 300px;
    height: 70px;
}

a:hover.titre- {
    text-shadow: none;
}
.titre-carousel {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
}
.carousel-overlay {
    position: absolute;
    z-index: 12;
    /* Centrage vertical */
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    /* Centrage horizontal - avec marge pour boutons suivant/précédent */
    left: 2.5%;
    width: 95%;
    text-align: center;
}

.letter-spacing {
    letter-spacing: .15em;
}
