#burger-menu{
    display:none
}

nav ul li#accueil{
    display: none;
}
header {
    position: fixed;
    width: 100%;
    transition: 0.3s ease;
    z-index: 1;
    position: sticky;
    background-color: rgba(66, 66, 66, 0.781);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.329);
}

nav {
    position: fixed;
    z-index: 9;
    top: 0%;
    width: 100%;
    background-color: rgba(11, 11, 11, 0.603);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.329);
}

nav ul {
    align-items: center;
    
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

nav ul li {
    color: rgb(226, 226, 226);
    align-items: center;
    font-weight: bold;
    text-decoration: none;
    list-style: none;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 50px ;
}



li {
    font-size: 15pt;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    color: rgb(226, 226, 226);
    display: inline-block;
}

 a img{
    width: 40px;
    padding-right: 60%px;
    }

li:after {
    display: block;
    content: '';
    border-bottom: solid 3px rgb(226, 226, 226);  
    transform: scaleX(0);  
    transition: transform 500ms ease-in-out;
}

li:hover:after {
    transform: scaleX(1); 
}

a{
    color: rgb(226, 226, 226);
    text-decoration: none;
}


body {
    background-color: #141414;
    background-image: url(images/banniere\ site\ web.jpg);
    background-repeat: no-repeat;
    top:0 ;
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.inverted{
    background-color: rgba(43, 43, 43, 0.644);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.329);
}


h2{
    color: rgb(226, 226, 226);
    margin:0px;
    margin-top:100px;
    font-size: 35px;
    margin-bottom: 50px;
    
}
h3 {
    font-size: 25px ;
    color: rgb(226, 226, 226);
    padding: 8px 12px;
    width: 100%;
    text-align: center;
}

.expériences{
    color: rgb(226, 226, 226);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color:#161616;
    padding-bottom: 130px;
    padding-top: 100px;
    margin-top: 0px;
    
}

.description{
    margin-top: -15px;
    font-size: 25px;
 
}

#vide{
    margin-top: 920px;
    
}


#moi{
        font-size: 25px;
        padding-right: 10%;
        padding-left: 0%;
        color:aliceblue;
        text-align: right;
        }


#bandeau {
    display: flex;
    flex-direction: row;
    
    background-image:  linear-gradient(to left, #0a0a0a 20%, rgba(255, 255, 0, 0)80%),url("images/créations.jpg");
    background-attachment: fixed;
    color: rgb(226, 226, 226);
}
#blancos {
   
    width: 40%;
}

.rectangle{
    padding-bottom:120px;
    padding-top:100px;
    background-image: url(/images/) ;
    width: 50%;
    
}
        
.section .carousel{
    background-color:#161616;
    padding-bottom: 25px;
    padding-top: 50px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.329);
    

}
.carousel h2{
    margin:0px;
    padding-bottom: 20px;
    margin-left: 20%;
}



.carousel{
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 400px;
    
}
.carousel img{
    margin-top: 25px;
    margin-left: 50px;
    width:150px;
    height:auto;
    padding:10px;
    object-fit: contain;

}

.carousel-track{
    display:flex;
    width : max-content;
}



#fufu{
    background-color:#141414;
    margin-left: 20%;
}
.designer{
display: flex;
flex-direction: row;
justify-content: space-around;

}


#logo{
    width:  800px;
    height: 500px;
}


.important{
    font-size: 50px;
    font-weight: bolder;
    text-align: center;
    
}

.avis {

    margin-top: 120px;
    margin-left: 20%;
    margin-bottom: 70px;    
}

* {box-sizing:border-box}


/* Container */
#carrousel {
    
text-align: center;
  color: rgb(226, 226, 226);
  font-size: 20px;
  max-width: 600px;
  position: relative;
  margin: auto;
  margin-bottom: 100px;
  padding-bottom: 50px;
}


/* On cache les slides par défaut */
.slide {
  display: none;
  animation-name: fade;
  animation-duration: 1.5s;
}


.slide.active {
    display: block;
}


.slide img {
    width: 100%;
}


/* Boutons suivant et précédent */
#prev, #next {
  cursor: pointer;
  position: absolute;
  border: none;
  background: none;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}


#next {
  right: 0;
  border-radius: 3px 0 0 3px;
}


#prev:hover, #next:hover {
  background-color: rgba(0,0,0,0.8);
}


/* Titre */


/* Points de la navigation */
#dots {
    display: flex;
    width: 100%;
    justify-content: center;
    list-style: none;
    column-gap: 8px;
    padding: 0;
    
    
}

.dot {
    margin-top: 20px;
    width: 12px;
    height: 12px;
    background-color: #000;
    border-radius: 20px;
    cursor: pointer;
    opacity: 0.4;
    transition: opacity 1.5s;
    ;
}


.dot.active {
    opacity: 0.8;
}



a{
    text-decoration: none;
    color: #fff;
    
}

footer{
    
    padding-top: 70px;
    background-color: #111111;
    padding-bottom: 20px;
    color: white;
    transition: filter 0.3s ease, color 0.3s ease;
    
  }
  
a :hover{
    opacity: (0.5);
  }
  
  .Contactbouton {
      cursor: pointer;
      margin-top: 40px;
      background-color: red;
      color: #fff;
      text-transform: uppercase;
      display: inline-block;
      border-radius: 30px;
      text-decoration: none;
      padding: 10px 35px;
      font-weight: 600;
      margin-left: 45%;
  }

  
  #copyright {
    display: block;
    margin-top: 100px; 
    color: #ffffff36;
    text-align: center;
  }
  
  #copyright2{
      display: none;
  }
  
  header img:hover{
    opacity: 0.5;

   }
  .Liste a:hover{
    opacity: 0.5;
  }
  
  .Liste{
    
    display:flex ;
    flex-direction: row;
    justify-content: space-around;
    padding-left: 10%;
    padding-right: 10%;
  }


@media only screen and (max-width: 600px) {

   
      
      @media all and (max-width: 992px) {
         #burger-menu {
        display: none; /* On cache le bouton burger en desktop */
        }
        #burger-menu {
            color: #fff;
          display: block;
          width: 100%;
          text-align: right;
          padding: 8px 24px;
          font-size: 24px;
          background-color: #111111;
          border: none;
          border-radius: 0;
          
        }

       nav ul li#accueil{
        display: block;
       }

      a img{
        display: none;
       }

        nav ul {
            margin: 0;
            padding: 0;
            list-style: none;
            display: flex;
            flex-direction: column;
            background-color: rgba(11, 11, 11, 0.603);
            box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.329);
            align-items: center;
          }
          
          nav ul li {
            width: 100%;
            text-align: center;
            font-family: "Montserrat", sans-serif;
            font-weight: bold;
            margin-left: 5%;
          }
          
          nav ul li a {
            display: inline-block;
            width: 100%;
            padding: 16px 0;
            text-decoration: none;
            color: #fff;
            background-color: none;
            
          }


        nav #menu-principal {
          display: none;
          flex-direction: column;
          position: absolute;
          width: 100%;
          z-index: 9;
        }
      
        .background-logo {
          display: none;
        }
      }
      
      /* 
        STYLE BOUTON BURGER 
      */
      
      #bars {
        display: inline-block;
        width: 24px;
        height: 2px;
        background-color: #fff;
        position: relative;
        transition: transform 0.35s ease-in;
        bottom: 5px;
        left: 5px;
      }
      
      #bars::before,
      #bars::after {
        content: '';
        display: inline-block;
        width: 24px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        left: 0;
        transition: transform 0.35s ease-in, opacity 0.35s ease-in;
      }
      
      #bars::before {
        top: -8px;
      }
      
      #bars::after {
        top: 8px;
      }
      
      #bars.open {
        transform: rotate(45deg);
      }
      
      #bars.open::before {
        transform: rotate(90deg);
        top: 0;
      }
      
      #bars.open::after {
        transform: rotate(90deg);
        top: 0;
      }
      
    
    
     a img{
        width: 40px;
        padding-right: 60%px;
        }
    
    li:after {
        display: block;
        content: '';
        border-bottom: solid 3px rgb(226, 226, 226);  
        transform: scaleX(0);  
        transition: transform 500ms ease-in-out;
    }
    
    li:hover:after {
        transform: scaleX(1); 
    }
    
    a{
        color: rgb(226, 226, 226);
        text-decoration: none;
    }
    
    
    body {
        background-color: #141414;
        background-image: url(images/banniere\ site\ web\ mobile.jpg);
        height: 50%;
        background-repeat: no-repeat;
        top:0 ;
        padding: 0;
        margin: 0;
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
    }
    
    .inverted{
        background-color: rgba(43, 43, 43, 0.644);
        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.329);
    }
    
    
    h2{
        color: rgb(226, 226, 226);
        margin:0px;
        margin-top:30px;
        font-size: 35px;
    }
    
    h3 {
        font-size: 25px ;
        color: rgb(226, 226, 226);
        padding: 8px 12px;
        width: 100%;
        text-align: center;
        display:flex;
        flex-direction: row;
        justify-content: space-around;
    }
    
    .expériences{
        color: rgb(226, 226, 226);
        display: flex;
        flex-direction: column;
        background-color:#161616;
        padding-bottom: 130px;
        padding-top: 100px;
        margin-top: 0px;
        
    }
    
    .description1{
        margin-top: -15px;
        font-size: 25px;
        margin-left: 26%;
    }
    
    .description2{
      margin-top: -15px;
      font-size: 25px;
      margin-left: 30%;
  }


    #vide{
        margin-top: 850px;
        
    }
    
    
    #moi{
            font-size: 25px;
            color:aliceblue;
            text-align: right;
            }
    
    
    #bandeau {
        display: flex;
        flex-direction: row;
        background-image:  linear-gradient(to left, #0a0a0a 40%, rgba(255, 255, 0, 0)120%),url("images/créations.jpg");
        background-attachment: fixed;
        color: rgb(226, 226, 226);
    }
    #blancos {
       
        width: 10%;
    }
    
    .rectangle{
        padding-bottom:100px;
        padding-top:100px;
        background-image: url(/images/) ;
        width: 100%;
        
    }
            
    .section .carousel{
        background-color:#161616;
        padding-bottom: 75px;
        padding-top: 50px;
        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.329);
    
    }
    .carousel h2{
        margin:0px;
        padding-bottom: 20px;
        margin-left: 12%;
    }
    
    
    
    .carousel{
        overflow: hidden;
        width: 100%;
        position: relative;
        height: 400px;
        
    }
    .carousel img{
        margin-top: 25px;
        margin-left: 50px;
        width:150px;
        height:auto;
        padding:10px;
        object-fit: contain;
    
    }
    
    .carousel-track{
        display:flex;
        width : max-content;
    }
    
    
    
    #fufu{
        background-color:#141414;
        margin-left: 20%;
    }
    .designer{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    
    }
    
    
    #logo{
        width:  800px;
        height: 500px;
    }
    
    
    .important{
        font-size: 50px;
        font-weight: bolder;
        text-align: center;
        
    }
    
    .avis {
    
        margin-top: 120px;
        margin-left: 42%;
        margin-bottom: 70px;    
    }
    
    * {box-sizing:border-box}
    
    
    /* Container */
    #carrousel {
    
      color: rgb(226, 226, 226);
      font-size: 20px;
      max-width: 600px;
      position: relative;
      margin: auto;
    }
    
    #carrousel p {
       padding-left: 7%;
       padding-right:7%;
        text-align: center;
        display: flex;
        flex-direction: row;
    }
    
    /* On cache les slides par défaut */
    .slide {
      display: none;
      animation-name: fade;
      animation-duration: 1.5s;
    }
    
    
    .slide.active {
        display: block;
    }
    
    
    .slide img {
        width: 100%;
    }
    
    
    /* Boutons suivant et précédent */
    #prev, #next {
      cursor: pointer;
      position: absolute;
      border: none;
      background: none;
      top: 50%;
      width: auto;
      margin-top: -22px;
      padding: 16px;
      color: white;
      font-weight: bold;
      font-size: 18px;
      transition: 0.6s ease;
      border-radius: 0 3px 3px 0;
      user-select: none;
    }
    
    
    #next {
      right: 0;
      border-radius: 3px 0 0 3px;
    }
    
    
    #prev:hover, #next:hover {
      background-color: rgba(0,0,0,0.8);
    }
    
    
    /* Titre */
    
    
    /* Points de la navigation */
    #dots {
        display: flex;
        width: 100%;
        justify-content: center;
        list-style: none;
        column-gap: 8px;
        padding: 0;
        
        
    }
    
    .dot {
        margin-top: 20px;
        width: 12px;
        height: 12px;
        background-color: #000;
        border-radius: 20px;
        cursor: pointer;
        opacity: 0.4;
        transition: opacity 1.5s;
        ;
    }
    
    
    .dot.active {
        opacity: 0.8;
    }
    
    
    
    a{
        text-decoration: none;
        color: #fff;
        
    }
    
    footer {
        
        padding-top: 70px;
        background-color: #111111;
        padding-bottom: 20px;
        color: white;
      }
      
      
      .Contactbouton {
        margin-top: 40px;
        margin-bottom: 40px ;
        margin-left: 25%;
      }
      
      

      .Liste {
        display: flex;
        flex-direction: column; 
        
        padding-left: 10%;
        padding-right: 10%;
        text-align: center;
      }
      
      .Contact {
        margin-bottom: 10px; 
      }
      
      #reseaux {
        margin-top: 10px; 
      }
      
      #copyright2{
        display: block;
        margin-top: 30px; 
        color: #ffffff36;
        text-align: center;
      }
      
    #copyright{
        display: none;
    }

    }