@font-face {
  font-family: "astronef-std-super-normal", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Zodiak-Bold';
  src: url('fonts/Zodiak-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: bold;
}


body {
  cursor:url("img/cursor.cur");
  margin: 1%;
  overflow-x: hidden;
  height: auto;
}

a {
  color:#4253F4;
  text-decoration: none;
}
a:hover {
  -webkit-text-fill-color:#716e51;
  text-decoration: underline;
}
.a:active {
  text-decoration: none; 
}
.a:visited {
  text-decoration: none; 
  color:#4253F4;
}

img{
  width: 100%;
 } 
 video {
  max-width: 100%;
}


h1 {
  font-family: 'Zodiak-Bold';
  color:#4253F4;
  font-size: 1.2em;
  font-weight: normal;
  font-style: normal;
  line-height:1em;
  }
h2 {
  font-family: 'Zodiak-Bold';
  color:#4253F4;
  font-size: 0.6em;
  font-weight: normal;
}
h3 {
  font-family: 'Zodiak-Bold';
  color:#4253F4;
  font-size: 8.5em;
  font-weight: normal;
}
h4 {
  font-family: 'Zodiak-Bold';
  color:#4253F4;
  font-size: 2em;
  font-weight: normal;
  line-height: 1em;
  }



.titre{
  font-family: "astronef-std-super-normal", sans-serif;
  color:#4253F4;
  font-size: 8.5em;
  font-weight: normal;
  line-height:0em;
}
.titre-projet{
  font-family: "astronef-std-super-normal", sans-serif;
  color:#4253F4;
  font-size: 8.5em;
  font-weight: normal;
}
.logo{
  font-family: "astronef-std-super-normal", sans-serif;
  color:#4253F4;
  font-size: 2em;
  font-weight: normal;
  line-height:1em;
}


#navbar {
  display: inline-block;
  width: 100%;
  z-index: 1000;
  vertical-align: top;
  background-color: white;
}
.progress-bar-short , .progress-bar-left{
  animation-duration: 2.2s;
  animation-iteration-count: infinite;
  animation-delay: 200ms;
  will-change: left, right;
  width: 24%;
  vertical-align: top;
}
.progress-bar-left {
  animation-name: indeterminate-short-ltr;
  display: inline-block;
  width: 24%;
  text-align: left;
  vertical-align: top;
  padding-top: 0.2%;
}
.progress-bar-short {
  animation-name: indeterminate-short-ltr;
  display: inline-block;
  width: 24%;
  text-align: right;
  vertical-align: top;
}
.progress-bar-middle {
  animation-name: indeterminate-short-ltr;
  display: inline-block;
  width: 24%;
  text-align: left;
  vertical-align: top;
  padding-left: 1%;
}


@keyframes indeterminate-ltr {
  0% {
    left: -90%;
    right: 100%;
  }

  60% {
    left: -90%;
    right: 100%;
  }

  100% {
    left: 100%;
    right: -35%;
  }
}

@keyframes indeterminate-short-ltr {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }

  100% {
    left: 107%;
    right: -8%;
  }
}


.img-anim{
  width: 99%;
  position: fixed;
}
.img-anim-propos{
  width: 99%;
  margin-top: 50vh;
}
.photos-propos{
  position: relative;
  z-index: 1;
  margin-top: -70%;
}

.table-img{
  position: relative;
  z-index: 100;
  margin-top: 50vh;
}

.table-img-tel{ 
  display: none;
}
.photos-propos-tel{ 
  display: none;
}

  .texte-petit{
    width: 100%;
  }
  .texte-grand{
    width: 100%;
    vertical-align: top;
    padding: 0;
    margin-top: -10%;
  }
  .texte-grand-projet{
    width: 100%;
    vertical-align: top;
    padding: 0;
    margin-top: -6%;
  }
  .texte-top {
    width: 100%;
    position: relative;
    z-index: 100;
    margin-top: 15vh;
    height: fit-content;
    }

  .description{
    width: 100%;
    z-index: 100;
    margin-top: 8%;
  }
  .mobile-only {
    display: none;
  }
  .description-projet{
    width: 50%;
    margin-top: 5%;
  }
 

.liste-projets{
    position: relative;
    display:flex;
    height: fit-content;
    margin-top: 1%;
    }
    .projet{
        flex: 1;
    }
    .projet1{
      flex: 1;
      padding-right: 1%;
  }
  .projet3{
    flex: 1;
    padding-left: 1%;
}

.liste-texte-projets{
  border-bottom-style: solid;
  border-bottom-width: 1.5px;
  border-bottom-color:#4253F4;
  border-top-style: solid;
  border-top-width: 1.5px;
  border-top-color:#4253F4;
  position: relative;
  display:flex;
  height: fit-content;
  margin: 0.5%;
  }
  .texte1{
      flex: 1;
  }
  .texte2{
    flex: 2;
    padding-right: 1%;
  }
  .texte3{
    flex: 2;
  }
  .texte4{
  flex: 2;
  padding-right: 1%;
  }
  .liste-texte-projets:hover {
    border-bottom-style: solid;
    border-bottom-width: 1.5px;
    border-bottom-color:#716e51;
    border-top-style: solid;
    border-top-width: 1.5px;
    border-top-color:#716e51;
    -webkit-text-fill-color:#716e51;
    text-decoration: underline;

  }

.projet:hover img  {
  filter: blur(3px); 
}
.projet1:hover img  {
  filter: blur(3px); 
}
.projet3:hover img  {
  filter: blur(3px); 
}
img {
  transition: filter 0.3s ease; 
}
.image:hover img  {
  filter: blur(3px); 
}
.filtre-image {
  filter: none; 
}
  
.img-projet{
  display: block;
  width: 100%;
  margin-top: 1%;
}
.img-projet2{
  display: block;
  width: 100%;
  margin-top: 10%;
}
.img-projet-suite{
  display: block;
  width: 100%;
  margin-top: 1%;
}



.half{
  width: 49.8%;
}




.footer{
  margin-top: 20%;
  z-index: 1;
  position: relative;
}

.contact{
  display: inline-block;
  width: 100%;
  }
  .contacter{
    display: inline-block;
    width: 32.5%;
  }
  .mail{
    display: inline-block;
    width: 32.5%;
    text-align: center;
  } 
  .vide{
    display: inline-block;
    width: 32.5%;
  }





@media screen and (max-width:600px) and (min-width: 100px)
{

  body {
    overflow-x: hidden;
  }
  #navbar {
    width: 100%;
  }
  .progress-bar-left {
   width: 52%;
  height: auto;
  }
  .progress-bar-middle {
    display: none;
  }
  .progress-bar-short{
    width: 22%;
  }

  .img-anim{
    height: 100%;
    margin-top: 90vh;
  }
  .img-anim-propos{
    height: 100%;
    margin-top: 90vh;
  }

  .none-tel{
    display: none;
  }
  .description{
    text-decoration: underline;
    color: #4253F4;
  }

  .titre{
    font-size: 4em;
  }
  .titre-tel{
    line-height: 0.8em;
  }

  .mobile-only {
    display:inline;
}
#dimensions {
  width: 50%; 
}


  .texte{
  display: none;
      }
      .texte-tel{
        flex: 1;
        margin-left: 2%;
        display:flex;
        align-items: flex-end;
          }
  
  .liste-projets{
    position: relative;
    display:block;
    height: fit-content;
    margin-top: 1%;
    }
    .projet{
      margin-top: 2%;
    }
    .projet1{
      padding-right: 0%;
      margin-top: 2%;
  }
  .projet3{
    padding-left: 0%;
    margin-top: 2%;
}

.description-projet{
  margin-top: 5%;
  height: fit-content;
  width: 80%;
}

.half{
  width: 100%;
}

.table-img{
display: none;
}
.photos-propos{
  display: none;
  }

.table-img-tel{
  display: inline;
  position: relative;
  z-index: 100;
}
.photos-propos-tel{
  display: inline;
  position:absolute;
  margin-top: -100vh;
  z-index: 1000;
}

}


@media screen and (max-width:1100px) and (min-width: 601px)
{
  
}