/* ==============================
   RESET DES MARGES ET PADDINGS
   ============================== */
   *, html {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing : antialiased;
   
 

  }
  html {
    overflow-x: hidden;
    max-width: 100%;}
  
  /* ==============================
     IMPORTATION DES POLICES
     ============================== */
  @font-face {
    font-family: "Police1";
    src: url("font/Switzer-Regular.otf") format("opentype");
    font-weight: 900;
  }
  
  @font-face {
    font-family: "Police2";
    src: url("font/Lora-Italic.ttf") format("truetype");
  }
  @font-face {
    font-family: "Police3";
    src: url("font//Lora-Regular.ttf") format("opentype");
  }
  
  /* ==============================
     STYLES GÉNÉRAUX
     ============================== */
     /* ==============================
   RESET DES MARGES ET PADDINGS
   ============================== */

  /* ==============================
   RESET DES MARGES ET PADDINGS
   ============================== */


/* ==============================
   STYLES GÉNÉRAUX
   ============================== */
body {
  background-color: black;
 
}

#mobile-only {
  display: none;
}


a {
  text-decoration: none;
  color: #fff;
}

p {
  color: white;
}

  
  /* ==============================
     NAVIGATION
     ============================== */
  nav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 2.3vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    background: #ffffff;
    z-index: 50;
  }
  
  nav a {
    
    color: #000000;
    font-size: 1.5vw;
    line-height: 45px;
    margin: 0 10px;
    font-weight: bolder;
    transition: 0.3s ease-in-out;
    padding: 10px 15px;
    display: inline-block;
  }
  
  nav .nav-left,
  nav .nav-right {
    display: flex;
    align-items: center;
  }
  nav .nav-left{
    font-family: "Police2";
  }
  
  nav .nav-right {
    gap: 20px;
    font-family: "Police1";
  }
  
  nav a:hover {
    opacity: 0.5;
  }
  
  /* ==============================
     WRAPPER ET MESSAGES DÉFILANTS
     ============================== */
  .wrapper {
    position: fixed;
    top:  2.3vw;
    background-color: black;
    color: #ffffff;
    width: 100%;
    z-index: 50;
    height: 2.3vw;
    display: flex;
    justify-content: space-between;
    
    
  }
  
  .marquee {
    overflow: hidden;
    width: calc(100%-25px);
    top: 3px;
    
    display: flex;
    justify-content: space-between;
    font-family: "Police2";
    font-size: 1.5vw;
    z-index: 50;
    left:25px;
    right: 25px;

    text-align: center;

    align-items: center;
    position: absolute;
  }
  
  /* ==============================
     GALERIE D'IMAGES
     ============================== */
  .gallery {
    top:   2.3vw;
    position: relative;
    width: 100%;
    height: 100%;
   z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }
  
  .gallery img, .gallery video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .gallery-item {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  
  /* ==============================
     PIED DE PAGE
     ============================== */
  footer {
    
    background: #000000;
    height: 10vw;;
    width: 100%;
  }
  h3,h4,h5{
    color: #fff;
    top:2.3vw;
    z-index: 2;
    position: relative;
    font-size: 1.5vw;
    font-weight:lighter;
    font-family: "Police3";
  }
  
  footer a {
    
    color: #ffffff;
    transition: color 0.3s ease-in-out;
    margin-right: 100px;
  }
  
  .footer-info {
   
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    
  }
  
  
  
  .footer-info a {
    text-decoration: none;
    color: #ffffff;
  }
  
  .footer-marquee {
    
    width: 100%;
    background-color: #000;
    color: #fff;
    white-space: nowrap;
    position: relative;
    top:7.5vw;
    display: flex;
    align-items: center;
  }
  
  .footer-text {
    
    display: flex;
    white-space: nowrap;
    animation: marquee-footer 20s linear infinite;
    width: max-content;
  }
  
  .footer-text span {
    
    padding-right: 50px;
    font-size: 1.5vw;
    font-family: "Police1";
    display: inline-block;
  }
  
  @keyframes marquee-footer {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  
  /* ==============================
     PAGE ABOUT
     ============================== */
     #pres{
      position: relative;
      font-family: "Police1";
      font-size: 1.5vw;
      color: #ffffff;
      position: relative;
      left: 10%;
      top:9vw;
      
      width: 66%;
     }
    
     #Exp {
      position: relative;
      font-family: "Police2";
      font-size: 1.5vw;
      color: #ffffff;
      position: relative;
      left: 10%;
      top:13vw;
     
  }   

    #Etude {
      position: relative;
      font-family: "Police2";
      font-size: 1.5vw;
      color: #ffffff;
      position: relative;
      max-width: 100%;
      left :55%;
      top:-6.5vw;
      
      
      
     
  }   
  
   
   p{
    color: #fff;
    left: 20%;
    z-index: 2;
    top: 10vw;
    position: relative;
    font-size: 1.5vw;
    font-weight:lighter;
    font-family: "Police1";
   }
    
    /* ==============================
     projet
     ============================== */
    .titre {
      background-color: #000; 
      margin: 0 10px 0 10px;
      height: 2.5vw;
      top:  2.3vw;
      display: flex; 
      justify-content: space-between; 
      align-items: center; 
  }
    h1,h2{
      color: #fff;
      position: relative;
      top:  2.3vw;
      left: 10px;
      font-family: "Police2";
      font-size: 1.5vw;
      z-index: 3;
      display: inline-block;
      margin-right: 2vw; 
      text-align: center;
      font-weight:lighter;
    }

    #description {
      position: relative;
      top :2.5vw;
      background-color: #000; 
      color: #fff; 
      display: flex; 
      justify-content: space-between; 
      align-items: flex-start; 
      padding: 30px; 
      font-family: "police2";
    }
    #info {
    
      top :20vw;
      font-size: 1.5vw; 
      line-height: 1.4; 
      width: 30%; 
  }
  
  #texte {
    top :10vw;
      font-size: 1.5vw; 
      line-height: 1.4; 
      width: 65%; 
  }
   
  #TypoDeformer {
    top: 2.5vw;
    position: relative;
    width: 100%;
    height: 46vw;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }

 
   
    
  
  /* ==============================
     RESPONSIVE
     ============================== */
/*  @media (max-width: 1200px) {
    .gallery {
      grid-template-columns: repeat(3, 1fr);
      top: 4.1vw;
    }
  
    nav {
      height: 2.5vw;
    }
  
    nav a {
      font-size: 1.5vw;
      padding: 8px 12px;
    }
  
    .nav-right {
      gap: 15px;
    }
  
    .nav-left a {
      font-size: 1.5vw;
    }
  
    .wrapper {
      top: 30px;
      height: 30px;
    }
  
    .marquee {
      font-size: 1.5vw;
    }

     .titre {
      background-color: #000; 
      margin: 0 15px 0 15px;
      height: 2.5vw;
      top:  2.5vw;
      display: flex; 
      justify-content: space-between; 
      align-items: center; 
  }
    h1,h2{
      color: #fff;
      position: relative;
      top:  2.5vw;
      left: 10px;
      font-family: "Police2";
      font-size: 1.5vw;
      z-index: 3;
      display: inline-block;
      margin-right: 2vw; 
      text-align: center;
      font-weight:lighter;
    }
    .gallery {
      top :2.5vw;
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 1;
      display: grid;
      justify-items: center;
    }
    #description {
      position: relative;
      top :5vw;
      background-color: #000; 
      color: #fff; 
      display: flex; 
      justify-content: space-between; 
      align-items: flex-start; 
      padding: 30px; 
      font-family: "police2";
    }
    #info {
      top :10vw;
      font-size: 1.5vw; 
      line-height: 1.4; 
      width: 30%;
  }
  
  #texte {
    top :10vw;
      font-size: 1.5vw; 
      line-height: 1.4; 
      width: 65%; 
  }

  .wrapper {
    position: fixed;
    top:  2.5vw;
    background-color: black;
    color: #ffffff;
    width: 100%;
    z-index: 50;
    height: 2.5vw;
    display: flex;
    justify-content: space-between;
    
    
  }
  
  .marquee {
    overflow: hidden;
    width: calc(100%-25px);
    top: 0.3vw;
    
    display: flex;
    justify-content: space-between;
    font-family: "Police2";
    font-size: 1.5vw;
    z-index: 50;
    left:20px;
    right: 20px;

    text-align: center;

    align-items: center;
    position: absolute;
  }


  }

  
*/




  /*----telephone-----*/
  
 /* @media (max-width: 768px) {
    .gallery {
      grid-template-columns: 1fr;
    }
  
    nav {
      height: 4vw;
    }
  
    nav a {
      font-size: 2.5vw;
      padding: 15px 2px;
    }
  
    .nav-right {
      gap: 15px;
      font-size: 2.5vw;
    }
  
    .nav-left a {
      font-size: 2.5vw;
    }
  
    .wrapper {
      top: 28px;
      width: 100%;
      width: 100%;
      height: 4.1vw;
    }
  #phone_marquee {
    display: none;
  }
    .marquee {
    
      font-size: 2.5vw;
    }
  
    #pres, #Invit, #mail, #insta {
      font-size: 6vw; 
    }
    
  .footer-text span {

    font-size: 2.5vw;

  }
  
  @keyframes marquee-footer {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }

   /* ==============================

     .titre {
      background-color: #000; 
      margin: 0 10px 0 1px;
      height: 5.5vw;
      display: flex; 
      z-index: 100;
      justify-content: space-between; 
      align-items: center; 
  }
    h1,h2{
      color: #fff;
      position: relative;
      top:  3.1vw;
      left: 10px;
      font-family: "Police2";
      font-size: 2.5vw;
      z-index: 3;
      display: inline-block;
      margin-right: 2vw; 
      text-align: center;
      font-weight:lighter;
    }


    #pres, #Invit, #mail, #insta {
      font-size: 8vw; 
    }

    #TypoDeformer {
      top: 2.9vw;
      position: relative;
      width: 100%;
      height: 130vw;
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      justify-items: center;
    }

    

    #info {
     
      font-size: 3.5vw; 
      line-height: 1.4; 
      width: 60%; 
  }
  
  #texte {
    display: none;
  }

  #pres{
    position: relative;
    font-family: "Police1";
    font-size: 1.5vw;
    color: #ffffff;
    position: relative;
    left: 20%;
    top:14vw;
    width: 65%;
   }
  
  
 
 p{
  color: #fff;
  left: 20%;
  z-index: 2;
  top: 4vw;
  position: relative;
  font-size: 1.5vw;
  font-weight:lighter;
  font-family: "Police1";
 }
  
  
  }*/
  
  @media (orientation: portrait) {
    #pres, #Invit, #mail, #insta {
      font-size: 8vw; 
    }
    .gallery {
      grid-template-columns: 1fr;
    }

    #TypoDeformer {
      top: 0px;
      position: relative;
      width: 100%;
      height: 130vw;
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      justify-items: center;
    }

    /* ==============================
     PAGE ABOUT
     ============================== */
     #pres{
      position: relative;
      font-family: "Police1";
      font-size: 2vw;
      color: #ffffff;
      position: relative;
      left: 10%;
     
      
      width: 66%;
     }
    
     #Exp {
      position: relative;
      font-family: "Police2";
      font-size: 2vw;
      color: #ffffff;
      position: relative;
      left: 10%;
      top:20vw;
     
  }   

    #Etude {
      position: relative;
      font-family: "Police2";
      font-size: 2vw;
      color: #ffffff;
      position: relative;
      max-width: 100%;
      left: 55%;
      
     
  }   
  
   
   p{
    color: #fff;
    left: 20%;
    z-index: 2;
    top: 10vw;
    position: relative;
    font-size: 1.5vw;
    font-weight:lighter;
    font-family: "Police1";
   }

   nav {
    height: 50px;
  }

  .nav-left a {
    font-size: 20px;
}

nav a {
  font-size: 20px;
  padding: 15px 2px;
}

#desktop-only {
  display: none;
}

#description {
  margin-top: -11px;
}

#info {
  font-size: 20px;
  line-height: 1.4;
  width: 100%;
}
    
.titre {
  background-color: black;
  margin: 50px 0px 0 1px;
  height: 50px;
  display: flex
;
  z-index: 100;
  justify-content: space-between;
  align-items: center;
}

h1, h2 {
  color: #fff;
  position: relative;
  top: 0;
  left: 10px;
  font-family: "Police2";
  font-size: 20px;
  line-height: 20px;
  z-index: 3;
  display: inline-block;
  margin-right: 2vw;
  text-align: left;
  font-weight: lighter;
}

h2 {
  width: fit-content;
  text-align: right;
  margin-right: 22px;
}
   
#mobile-only {
  display: block;
}

.gallery {
  top: 0px;
}

.wrapper {
  position: fixed;
  top: 50px;
  background-color: red;
  color: #ffffff;
  width: 100%;
  z-index: 50;
  height: 50px;
  display: flex;
  justify-content: space-between;
}

  #texte {
    display: none;
  }

  #pres {
    position: relative;
    font-family: "Police2";
    font-size: 20px;
    color: #ffffff;
    position: relative;
    left: 10px;
    /* text-align: justify; */
    top:0;
    margin-top: 60px;
    width: calc(100% - 20px);
}

#Exp {
  position: relative;
  font-family: "Police1";
  font-size: 20px;
  color: #ffffff;
  position: relative;
  top: 0;
  margin-top: 30px;
  left: 100px;
  width : calc(100% - 120px);
}

#Etude {
  position: relative;
  font-family: "Police1";
  font-size: 20px;
  color: #ffffff;
  position: relative;
   left: 100px; 
   top: 0;
   margin-top: 30px;
   width : calc(100% - 120px);
}

}

