
body {
	margin: 0;
	padding: 0;
	height: 100%;
    overflow: overlay;
    background-color: #f1f1f1;
    overflow-x:hidden;
  
}


div#page {
	width: 100%;
	margin: 0 auto;
	min-height: 100vh;
  background-color: #f1f1f1;
  background-size: cover;
}


.footer{
    height:75.81px;
    background-color: #0f0f0f;
	bottom: -140px; 
    left: 0;
	width: 100%;
  position: relative;
  width: -webkit-fill-available;
  box-shadow: 0px -2px 5px 0px rgb(0 0 0 / 50%);
}


#content{
    position: relative;
    top: 80px;
    text-align: center;
    width: inherit;
    background-color: #f1f1f1;
    min-height: 100vh;
    filter: blur(0px);
    transition: filter 1s, top 0.5s;
    --AffHeight: 74vh; 
}

.text{
  width: 70%;
  margin:auto;
  font-family: 'Montserrat';
  text-align: justify;
}

p::selection{
  background-color:#FF0000;
}

br::selection{
  background-color: #FF0000;
}

p::-moz-selection{
  background-color:#FF0000;
}

br::-moz-selection{
  background-color: #FF0000;
}

h3{
  font-family: 'code' ,sans-serif;
  margin-top: 40px;
  user-select: none;
}

h4{
  font-family: 'code' ,sans-serif;
  margin-top: 40px;
  user-select: none;
  margin-bottom: 0px;
}

.SNW{
  position: relative;
  width: 45px;
  height: 45px;
  top: -20px; 
  float: right;
  margin-right: 7.5px;
  margin-left: 7.5px;
}


/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */

 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #0f0f0f;
  height: 10px; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0f0f0fab; 
  max-height: 75px;
}

.SNWF{
  position: relative;
  width: 45px;
  height: 45px;
  top: 50%;
  float: right;
  margin-right: 7.5px;
  margin-left: 7.5px;
  background: url(../images/FacebookW.svg) no-repeat center center;
  transition: background 0.5s;
}

.SNWF:hover{
  background: url(../images/FacebookB.svg) no-repeat center center;
}

.SNWI{
  position: relative;
  width: 45px;
  height: 45px;
  top: 50%;
  float: right;
  margin-right: 7.5px;
  margin-left: 7.5px;
  background: url(../images/InstaW.svg) no-repeat center center;
  transition: background 0.5s;
}

.SNWI:hover{
  background: url(../images/InstaB.svg) no-repeat center center;
}

.SNWL{
  position: relative;
  width: 45px;
  height: 45px;
  top: 50%;
  float: right;
  margin-right: 7.5px;
  margin-left: 7.5px;
  background: url(../images/LinkedinW.svg) no-repeat center center;
  transition: background 0.5s;
}

.SNWL:hover{
  background: url(../images/LinkedinB.svg) no-repeat center center;
}

.SNWTW{
  position: relative;
  width: 45px;
  height: 45px;
  top: 50%;
  float: right;
  margin-right: 7.5px;
  margin-left: 7.5px;
  background: url(../images/TwitterW.svg) no-repeat center center;
  transition: background 0.5s;
}

.SNWTW:hover{
  background: url(../images/TwitterB.svg) no-repeat center center;
}

.SNWT{
  position: relative;
  width: 45px;
  height: 45px;
  top: 50%;
  float: right;
  margin-right: 7.5px;
  margin-left: 7.5px;
  background: url(../images/TiktokW.svg) no-repeat center center;
  transition: background 0.5s;
}

.SNWT:hover{
  background: url(../images/TiktokB.svg) no-repeat center center;
}

.DL{
  border: solid #f1f1f1 1px;
  transition-property: opacity,transform,box-shadow !important;
  height: 50vh;
  margin: 15px;
}

.DL:hover{
  transform: scale(1.025) !important;
  box-shadow: 5px 5px 2px 1px rgba(255, 255, 255, .5);
}

.tree, .section ul
{
  list-style: none;
  padding: 0;
  margin: 0;
  
}

.tree
{
  background: #fbfbfb;
  border: 1px solid #d2d2d2;
  top: 0px;
  left: 0px;
  width: 80%;
  margin: auto;
}

.tree li
{
  border-bottom: 1px solid #d2d2d2;
  padding: 15px 10px;
  
}

.tree li:last-child
{
  border: 0;
}

.section ul
{
  display: none;
  
  transition: all 0.5s;
  
}

.section input:checked ~ ul
{
  display: block;
  
}

.section input[type=checkbox]
{
  display: none;
}

.section
{
  position: relative;
  padding-left: 35px !important;
  margin:5px;
}
.part:hover{
  cursor: pointer;
}

.section label:after
{
  content: "\2756";
  position: absolute;
  top: -8px;
  left: 0;
  padding: 10px;
  text-align: center;
  font-size: 30px;
  color: #0f0f0f;
  transition: all 0.5s;
  
}

.section input:checked ~ label:after
{
  color: #FF0000;
  transform: rotate(45deg);
}

.tree
{
  font-family: 'code' ,sans-serif;
}

.part{
  padding-bottom: 4px;
  transition: all 0.5s;
  user-select: none;
}

.section input:checked ~ .part
{
  border-bottom: solid 2px;
  padding-left: 80px;
  padding-right: 80px;
}



  .header{
    height:75.81px;
    background-color: #0f0f0f;
    position: fixed;
    width: -webkit-fill-available;
    width: -moz-available;
    z-index: 2;
    top:0px;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 50%);
  }
  
  .logo{
    position: relative;
    top:-73px;
    left: -78px;
    z-index: 1;
    display: block;
    height: 95px;
    top: 5px;
    left: 5px;
    user-select: none;
  }
  
  .menu{
    color: #f1f1f1;
    font-family: 'code' ,sans-serif;
    position: relative;
    font-weight: bold;
    text-align: center;
    top: -65px;
    user-select: none;
    overflow: hidden;
  }
  
  .menu a{
    color: #f1f1f1;
    font-family: 'code' ,sans-serif;
    font-weight: bold;
    text-decoration: none;
    transition: color 1s;
  }
  
  .menu a:hover{
    color: #a5a5a5;
  }
  
  .pages{
    margin-left: 20px;
    margin-right: 20px;
    width: fit-content;
    display: inline-block;
    position: relative;
    overflow: hidden;
  }

  .pages::before{
    content: "";
    position: absolute;
    background-color: white;
    height: 15px;
    width: 100%;
    top:15.5px;
    left: -100px;
    transition: left 0.20s ease-in, background-color 1s;
  }

  .pages:hover::before{
    top:15.5px;
    background-color: #a5a5a5;
    left: 0px;
  }

  .contact{
    text-align: center;
    position: absolute;
    color: #0f0f0f;
    font-family: 'code' ,sans-serif;
    font-weight: bold;
    text-decoration: none;
    transition: color 1s;
    right: 40px;
    top: 22.5px;
    background-color: #f1f1f1;
    width: 100px;
    height: 30px;
    border-radius: 10px;
    line-height: 33px;
    transition: all 1s;
    z-index: 2;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
  }

  .contactiv .contact{
    width: calc(100% - 80px);
    height: calc(100vh - 45px);
    box-shadow: 20px 20px 50px 0px rgb(0, 0, 0, 0.6);
    background-color: rgb(255, 255, 255, 0.5);
    border-top: 1px solid rgb(255, 255, 255, 0.5);
    border-left: 1px solid rgb(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    cursor: initial;
  }

  .contactiv .crossc{
    height: 25px;
    width: 25px;
    opacity: 1;
  }

  .contact hr{
    width: 0%;
    position: relative;
    transition: width 1s;
    opacity: 0;
    top:-10px;
    }

  .contactiv hr{
    width: 80%;
    border: 0.5px solid #0f0f0f;
    transition: width 1s;
    background: #0f0f0f;
    opacity: 1;
  }

  .contact-form{
    opacity: 0;
    pointer-events: none;
  }

  .contactiv .contact-form{
    opacity: 1;
    pointer-events: all;
  }

  .user-box input{
    background: rgba(255,255,255, 0.6);
    outline: none;
    padding: 10px 20px;
    border: 1px solid rgba(255,255,255,0.7);
    border-top: 1px solid rgba(255,255,255,0.7);
    border-bottom: 1px solid rgba(255,255,255,0.7);
    box-shadow : 0 5px 15px rgba(0,0,0,0.05);
    border-radius: 35px;
    font-size: 14px;
    font-family: "Montserrat";
  }

  .user-box textarea{
    background: rgba(255,255,255, 0.4);
    outline: none;
    padding: 10px 20px;
    border: 1px solid rgba(255,255,255,0.5);
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-radius: 15px;
    font-size: 14px;
    font-family: "Montserrat";
  }

  .bouton-box input{
    background: #0f0f0f;
    color:#f1f1f1;
    outline: none;
    padding: 10px 20px;
    border: 1px solid rgba(255,255,255,0.7);
    border-top: 1px solid rgba(255,255,255,0.7);
    border-bottom: 1px solid rgba(255,255,255,0.7);
    box-shadow : 0 5px 15px rgba(0,0,0,0.05);
    border-radius: 35px;
    font-size: 14px;
    font-family: "Montserrat";
    cursor: pointer;
    transition: transform 0.3s;
  }

  .bouton-box:hover input{
    transform: scale(1.05,1.05);
  }

  .cp{
    color: #f1f1f1;
    text-align: center;
    position: relative;
    font-family: 'code' ,sans-serif;
    top: 50%;
    transform: translate(0, -50%);
  }
  
  .button{
    display: none;
  }
  
  .menu{
    display: block;
    }
  
  .footer{
    height: 16vh;
  }
  
  .SN{
    display: block;
    user-select: none;
  }
  
  .burger{
    height: 75px;
    transition: transform 1s;
    position: relative;
    }

    .imgcent{
      height: auto;
      width: 45%;
      margin: auto;
      position: relative;
      margin-bottom: 2.5%;
      user-select: none;
      top: 120px;
    }

    .vid{
      border: solid #f1f1f1 1px;
      width: auto;
      height: 50vh;
      position: relative;
    }

    .vid2{
      border: solid #f1f1f1 1px;
      width: 88vh;
      height: 50vh;
      position: relative;
    }

    .bgb{
      background-color: #0f0f0f;
      width: 100%;
      margin-bottom: -80px;
      padding-bottom: 65px;
      z-index: -1;
      margin-top: 90.02vh;
      user-select: none;
    }

    .bgb h3{
      color:#f1f1f1;
    }

    .forest{
      width: 101%;
      position: absolute;
      left: 0;
      z-index: 0;
      left: 50%;
      transform: translate(-50%,0);
      user-select: none;
    }

    .aff_fond{
      position: absolute;
      user-select: none;
      left: 50%;
      transform: translate(-50%,0);
      top: -20px;
      z-index: -2;
      filter: blur(8px) grayscale(0.5);
      width: 80%;
    }

    .mask{
      position: absolute;
      left: 50%;
      transform: translate(-50%,0);
      top: -20px;
      z-index: -1;
      user-select: none;
      mix-blend-mode: screen;
      width: 85%;
    }

    .para{
      height: 20.77vh;
    }

    .proj{
      display: flex;
      flex-direction: row;
      width: fit-content;
      width: -moz-fit-content;
      margin: auto;
      user-select: none;
    }

    .proj .DL{
      height: 20vh;
      transition-duration: 0.1s;
      z-index: 1;
    }


    .proj .DL:hover{
      height: 20.25vh;
      margin-left: -0.25vh;
      margin-top: -0.25vh;
      box-shadow: 3px 3px 2px 1px rgba(255, 255, 255, .5);
    }

    .proj img{
      margin: 0vh 1.5vh 0vh 1.5vh;
    }

    .proj h3{
      font-size: 1.70vh;
      margin-bottom: 1.20vh;
      margin-top: 1.30vh;
    }

    .doc{
      display: flex;
      flex-direction: column;
      width: fit-content;
      z-index: 0;
    }

    .logodt {
      width: auto;
      height: 50%;
      user-select: none;
      position: absolute;
      left: 100px;
      top: 50%;
      transform: translate(0%, -50%);
  }

    .line {
      height: 1.5px;
      width: 80%;
      margin: auto;
      border: 0px;
      background: linear-gradient(90deg, rgba(165,25,22,1) 0%, rgba(208,3,3,1) 32%, rgba(165,25,22,1) 100%);
      margin-top: 20px;
      margin-bottom: 20px;
  }


  .pop .popup{
    top: calc(50%);
    transform: translate(-50%, -50%);
  }

  .pop #content{
    filter: blur(4px);
  }

  .popup{
    left: 50%;
    width: 570px;
    height: 270px;
    background: #0f0f0f;
    z-index: 2;
    border-radius: 20px;
    box-shadow: 5px 5px 15px 0px rgb(0 0 0 / 50%);
    position: fixed;
    top:-1500px;
    color:white;
    font-family: 'code' ,sans-serif;
    text-align: center;
    display: flex;
    flex-direction: column;
    transition: top 1s ;
  }

  .popup p{
    top: -10%;
    position: relative;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    opacity: 0%;
    transition: opacity 1.5s;
    transition-delay: 1s;
  }

  .popup img{
    opacity: 0%;
    transition: opacity 1.5s;
    transition-delay: 1s;
  }

  .popoff #content{
    filter: blur(0px);
  }

  .dispopup img{
    height: 30px;
    transition: all 1s;
    width: 30px;
  }

  .popup img:hover{
    transform: scale(1.1, 1.1);
    opacity: 75%;
  }

  .popoff .popup{
    top:-2000px;
  }

  .dispopup{
    top: 10px;
    position: relative;
    left: 530px;
    height: 30px;
    width: 30px;
    text-decoration: none;
    user-select: none;
  }

  .popoff .popup{
    top:-2000px !important;
  }

  .popup hr{
    width: 0%;
    position: relative;
    top: -15%;
    border: 1px solid #0f0f0f;
    background: #0f0f0f;
    transition: width 2s,background 0s, border 0s;
    transition-delay: 1s, 1s, 1s;
  }

  .pop .popup hr{
    width: 70%;
    border: 1px solid white;
    background: white;
  }

  .pop .popup p{
    opacity: 100%;
  }

  .pop .popup img{
    opacity: 100%;
  }

  .aff{
    z-index: 1;
    margin: auto;
    position: relative;
    width: auto;
    height: 0vh;
    display: block;
    top: 130px;
    transition: all 0.5s;
    opacity: 0;
    box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 50%);
  }

  .view .aff{
    height: 74vh;
    opacity: 1;
  }

  .viewaff{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }

  .galerie{
    display: block;
    margin-top: 20px;
  }

  .gal{
    display: block;
  }

  .galimg {
    width: auto;
    height: 21vw;
    overflow: hidden;
    border: solid #0f0f0f 1px;
    border-radius: 2px;
    filter: grayscale(0);
    transition: filter 0.5s;
    user-select: none;
    margin: -1px;
}

  .galimg:hover{
    filter: grayscale(0) !important;
    cursor: pointer;
  }

  .galimgaff{
    position: fixed;
    width: auto;
    height: 0px;
    z-index: 1;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    top:calc(50% + 50px);
    transform: translate(0%, -50%);
    box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 50%);
    opacity: 0;
    transition: height 0.5s, opacity 0.5s;
    user-select: none;
  }

.cross{
  right: 10px;
  top: 5px;
  height: 0px;
  width: 0px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  user-select: none;
  transition: all 1s;
  }

  .crossc{
    right: 10px;
    top: 5px;
    height: 0px;
    width: 0px;
    position: absolute;
    z-index: 1;
    opacity: 0;
    user-select: none;
    transition: all 1s;
    cursor: pointer;
    }

.block{
  overflow-y: hidden !important;
}

.arr{
  animation: arr 1.5s cubic-bezier(0.65, 0.05, 0.36, 1) infinite alternate;
}

@keyframes arr{
  0%{
    top: 49.5%;
  }
  
  100%{
    top: 50.5%;
  }
}

.card{
  width: 200px;
  height: 220px;
  background: linear-gradient(90deg, rgba(165,25,22,1) 0%, rgba(208,3,3,1) 32%, rgba(165,25,22,1) 100%);
  position: relative;
  margin: auto;
  border-radius: 6px;
  box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 50%);
  overflow: hidden;
  margin-bottom: 20px;
}

.card img{
  top: 50%;
  transform: translate(0, -50%);
  position: relative;
  width: 80%;
  opacity: 1;
  transition: opacity 1s;
}

.card:hover img{
opacity: 0;
}

.cardint{
  content: "";
  width: 100%;
  height: 40px;
  background: #0f0f0f;
  position: absolute;
  left: 0;
  bottom: 0;
  box-shadow: 0px -1px 5px 1px rgb(0 0 0 / 40%);
  color: #f1f1f1;
  transition: all 1s ease-in-out;
  cursor: default;
  user-select: none;
}

.cardint span{
  font-family: 'Montserrat';
  font-size: 13px;
}

.card:hover .cardint{
  height: 220px;
}

.cardint h4{
  font-family: 'code' ,sans-serif;
  font-weight: bold;
  margin-top: 12px;
}

.cardint hr{
  width: 0%;
  position: relative;
  border: 1px solid #0f0f0f;
  background: #0f0f0f;
  transition: all 1.5s;
}

.card:hover .cardint hr{
  width: 75%;
  border: 0.25px solid white;
  background: white;
}

.agence{
  width: 10vw;
  user-select: none;
}

.ag{
  display: flex;
  justify-content: space-around;
}

.ag img{
transition: all 0.5s;
}

.ag img:hover{
transform: scale(1.05) ;
}

.ag h4{
  margin-bottom: 10px;
  color: #0f0f0f;
  text-decoration: none;
}

.twitt{
  width: fit-content;
  left: 25px;
  top: 60px;
  position: relative;
  margin-top: -50px;
}

.actu{
  user-select: none;
  display: flex;
  justify-content: space-around;
}

.news{
  width: 7vw;
  position: relative;
  transition: 0.75s;
  margin: 20px;
}

.news:hover{
  transform:scale(1.025);
}

.actu h4{
  font-family: 'code' ,sans-serif;
  margin-top: 40px;
  user-select: none;
  margin-bottom: 10px;
  color: #f1f1f1;
  text-align: center;
  position: relative;
}

.vl{
  width: 1.5px;
  height: 60vh;
  background-color: #0f0f0f;
}

.ctcflex .vl{
  height: 0vh;
}

.contactiv .ctcflex .vl{
  transition: all 2s;
  height: 60vh;
}

.staffctc{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 50vh;
  user-select: none;
}


.mail{
  display: flex;
  font-family: "Montserrat";
  font-weight: normal;
  flex-direction: row;
  justify-content: flex-start;
  opacity: 0;
  transition: all 0.7s;
}

.contactiv .mail{
  opacity: 1;
}

.mail img{
margin-right: 15px;
transition: all 0.2s;
}

.mail a:hover img{
transform: scale(1.1); 
}

.ctcflex{
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  top: 50%;
  align-items: center;
  position: relative;
  transform: translate(0, -50%);
}
  
@media screen and (max-width: 750px){
  body{
    overflow-y: overlay !important;
  }

  .header{
    height:50px !important;
    background-color: #0f0f0f ;
    position: fixed;
    width: -webkit-fill-available;
    width: -moz-available;
    z-index: 2;
    top:0px;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 50%);
  }

  h3{
    font-family: 'Source Code Pro', monospace;
    margin-top: 20px;
    letter-spacing: -0.5px;
  }

  h4{
    font-family: 'Source Code Pro', monospace;
    margin-top: 0px;
    letter-spacing: -0.5px;
    margin-top: 20px;
  }

  .burger{
    height: 35px;
    left: 20px;
    top: 10px;
    position: relative;
    transition: opacity 0.15s;
    display: block;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }

  .show .burger{
    opacity: 0;
  }
  
  .burgerX{
    height: 35px;
    left: 20px;
    position: relative;
    top: -25px;
    padding-bottom: 10px;
    opacity: 0;
    transition: opacity 0.15s;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
  
  .show .burgerX{
    opacity: 1;
  }

  .logo {
    position: relative;
    height: 60px;
    left: 8px;
}

  .footer{
    height:100px;
    background-color: #0f0f0f;
	bottom: -140px; 
    left: 0;
	width: 100%;
  position: relative;
  width: -webkit-fill-available;
  box-shadow: 0px -2px 5px 0px rgb(0 0 0 / 50%);
}

.SN{
  display: flex;
  justify-content: center;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  position: relative;
  top: -25px;

}

.cp{
  color: #f1f1f1;
  text-align: center;
  position: relative;
  font-family: 'Source Code Pro', monospace;
  top:70px;
  letter-spacing: -0.5px;
}

.menu{
display: none;
}

.button{
  display: block;
  width: auto;
	height: 100px;
  float: right;
  margin: 0 15px 0 0;
  position: relative;
  top: -73px;
  padding-left: 0px;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.button li{
	list-style: none;
  height:100px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

ul a{
  display: block;
  text-decoration: none;
  color: black;
  padding: 10px 0px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.sous{
  box-shadow: 0px 1px 2px #CCC;
  background-color: #0f0f0f;
  position: fixed;
  width: 100%;
  height: 0%;
  z-index: 0;
  left:0px;
  top:50px;
  padding-left: 0;
  opacity: 1;
  height: 0px;
  transition: all 0.3s;
  border-top: solid 2px #0f0f0f;
}

.show .sous{
  height: 100%;
  border-top: solid 2px white;
  box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 50%);
  }


.sous li{
  float: none;
  width: 100%;
  text-align: left;
  opacity: 0;
  transition: opacity 0.45s;
  height: 0%;
  position: relative;
  top: -1000px;
}

.show .sous li{
  opacity: 1;
  height: auto;
  top:0px;
}

.phone{
  top: 25px;
  position: relative;
}

.sous a{
  padding: 0px;
  border-bottom: none;
  color: #0f0f0f;
  font-family: 'Source Code Pro', monospace;
  font-weight: bold;
  font-size: 17px;
  padding-left: 0px;
  text-align: center;
  opacity: 0;
  margin-top: -10px;
  transition:background-color 0.15s ease-in-out, opacity 1.3s, margin-top 1.5s;
  height: 0%;
  letter-spacing: -0.5px;
}

.sous a::after{
  content: '';
  background-color:#f1f1f1; 
  width: 0%;
  height: 2px;
  top: 8.5px;
  float: right;
  position: relative;
  transition: width 0.5S ease-in-out;
}

.show .sous a{
  opacity: 1;
  margin-top: 0px;
  padding: 40px;
  transition:background-color 0.15s ease-in-out, opacity 1.3s, margin-top 1.5s;
  height: auto;
  color: #f1f1f1;
  text-align: left;
}

.sous a:hover{
  border-bottom: none;
  background-color: RGBa(200,200,200,0.1);
}

.sous a:hover::after{
  width: 60%;
}

.DL{
  border: solid #f1f1f1 1px;
  transition: all 0.7s;
  height: 24.401662vh !important;
}

.DL:hover{
  transform: scale(1.025) !important;
  box-shadow: 5px 5px 2px 1px rgba(255, 255, 255, .5);
  height: 24.401662vh !important;
}

.proj {
  display: flex;
  flex-direction: column;
  width: fit-content;
  width: -moz-fit-content;
  margin: auto;
}

.vid {
  border: solid #f1f1f1 1px;
  width: auto;
  height: 15vh;
  position: relative;
}


.vid2 {
  border: solid #f1f1f1 1px;
  width: 26vh;
  height: 15vh;
  position: relative;
}

.doc {
  display: flex;
  flex-direction: row;
  width: fit-content;
  margin: auto;
}

.proj .DL {
  height: 13vh !important;
}

.proj .DL:hover {
  height: 13.5vh;
  margin-left: 1vh;
  margin-bottom: -0.5vh;
}


.logodt{
  display: none;
}

.pop .popup {
  top: calc(50%);
  transform: translate(-50%, -50%);
}

.popup {
  left: 50%;
  width: 300px;
  height: 400px;
  background: #0f0f0f;
  z-index: 2;
  border-radius: 20px;
  box-shadow: 5px 5px 15px 0px rgb(0 0 0 / 50%);
  position: fixed;
  top: -1600px;
  color: white;
  font-family: 'Source Code Pro', monospace;
  text-align: center;
  display: flex;
  flex-direction: column;
  transition: top 1s;
}

.popup p{
  top:-8%;
  opacity: 0%;
  transition: opacity 1.5s;
  transition-delay: 1s;
}

.popup hr{
  width: 0%;
  position: relative;
  top: -10%;
  border: 1px solid #0f0f0f;
  background: #0f0f0f;
  transition: width 2s, background 0s, border 0s;
  transition-delay: 1s,1s, 1s;
}

.dispopup {
  top: 10px;
  position: relative;
  height: 30px;
  width: 30px;
  left: 260px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.pop .popup hr{
  width: 50%;
  border: 1px solid white;
  background: white;
}

.pop .popup p{
  opacity: 100%;
}

.tree{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.view .aff{
  height: 55vh;
  --AffHeight: 55vh; 
}

#content{
  --AffHeight: 55vh;
}


.galimgaff{
  width:0px;
  height: auto;
  max-width: 350px;
  transition: width 0.5s;
  position: fixed;
  top:50%;
  transform: translate(0%, -50%);
}


.galimg{
width: 70vw !important;
height: auto !important;
}

.cross{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.show .contact{
  opacity:1;
  width: 200px;
  height: 40px;
}

.contact{
  text-align: center;
  position: absolute;
  color: #0f0f0f;
  font-family: 'code' ,sans-serif;
  font-weight: bold;
  text-decoration: none;
  transition: color 1s;
  background-color: #f1f1f1;
  width: 0px;
  height: 0px;
  border-radius: 10px;
  line-height: 43px;
  transition: all 1s;
  z-index: 2;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
  left: 50%;
  transform: translate(-50%,0 );
  bottom: -715px;
  top:auto;
  opacity: 0;
  }

  .contactiv .contact {
    width: calc(100% - 80px);
    height: calc(100vh - 90px);
    box-shadow: 20px 20px 50px 0px rgb(0, 0, 0, 0.6);
    background-color: rgb(255, 255, 255, 0.5);
    border-top: 1px solid rgb(255, 255, 255, 0.5);
    border-left: 1px solid rgb(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    cursor: initial;
}

.mask{
  width: 100%;
  top: -30px;
}

.imgcent{
  width: 65%;
  top: 40px;
}

.para{
  height: 6.77vh;
}

.bgb {
  padding-bottom: 200px;
  margin-top: 22.02vh;
}

#content::after {
display: none;
}

#Welc {
  font-size: 4em !important;
  right: 50% !important;
  top: calc(50% - 200px) !important;
  transform: translate(50%, -50%) !important;
}

#content::before {
background-position-x: -258px;
top: -25px !important;
}

.arr{
  display: block !important;
  width: 20%;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.member div{
  flex-direction: column;
}

.card{
  margin-bottom: 10px ; 
  margin-top: 10px ; 
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.actu{
  flex-direction: column;
  align-items: center;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.twitt{
  width: 275px;
  margin: auto;
  margin-top: -50px;
  left: auto;
}

.actu h4{
  margin-top: 90px;
}

.news{
  width: 12vw;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.section input:checked ~ .part
{
  border-bottom: solid 2px;
  padding-left: 0px;
  padding-right: 0px;
}

.flexv{
  flex-direction: column;
}

.agence{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.DL{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.galimg{
  -webkit-tap-highlight-color: rgba(0,0,0,0); 
}

.contactiv .ctcflex .vl {
  transition: all 2s;
  height: 60vh;
  display: none;
}

.ctcflex {
  flex-direction: column;
}

.staffctc {
  flex-direction: column;
  height: 39vh;
  justify-content: unset;
}

.mail {
  flex-direction: row;
  justify-content: flex-start;
  height: 31px;
}

}

@media screen and (min-width: 751px) and (max-width: 1000px){

  .header{
    height:75.81px;
    background-color: #0f0f0f;
    position: fixed;
    width: -webkit-fill-available;
    width: -moz-available;
    z-index: 2;
    top:0px;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 50%);
  }


  .logo{
    position: relative;
    z-index: 1;
    display: block;
  }

  .footer{
    height:100px;
    background-color: #0f0f0f;
	bottom: -140px; 
    left: 0;
	width: 100%;
  position: relative;
  width: -webkit-fill-available;
  box-shadow: 0px -2px 5px 0px rgb(0 0 0 / 50%);
}

.SN{
  display: flex;
  justify-content: center;
  user-select: none;
  position: relative;
  top: -25px;
}

.cp{
  color: #f1f1f1;
  text-align: center;
  position: relative;
  font-family: 'code' ,sans-serif;
  top:70px;
}

.menu{
display: none;
}

.button{
  display: block;
  width: auto;
	height: 75px;
  float: right;
  margin: 0 15px 0 0;
  position: relative;
  top: -95px;
  padding-left: 0px;
  user-select: none;
}

.button li{
	list-style: none;
  height:75px;
}

ul a{
  display: block;
  text-decoration: none;
  color: black;
  padding: 10px 0px;
}

.sous{
  box-shadow: 0px 1px 2px #CCC;
  background-color: #0f0f0f;
  position: fixed;
  width: 100%;
  height: 0%;
  z-index: 0;
  left:0px;
  top:75px;
  padding-left: 0;
  opacity: 1;
  height:0px;
  transition: all 0.3s;
  border-top: solid 2px #0f0f0f;
}

.show .sous{
height: 100%;
border-top: solid 2px white;
box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 50%);
}


.sous li{
  float: none;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: opacity 0.45s;
  height: 0%;
  position: relative;
  top: -1000px;
}

.show .sous li{
  opacity: 1;
  height: auto;
  top:0px;
}

.sous a{
  padding: 0px;
  border-bottom: none;
  color: #0f0f0f;
  font-family: 'code' ,sans-serif;
  font-weight: bold;
  font-size: 22px;
  opacity: 0;
  margin-top:-10px;
  transition:background-color 0.15s ease-in-out, opacity 1.3s, margin-top 1.5s;
  transition-delay: opacity 20s;
  height: 0%;
}

.sous a::after{
  content: '';
  background-color:#f1f1f1; 
  width: 0%;
  height: 2px;
  top: 8px;
  float: right;
  position: relative;
  transition: width 0.5S ease-in-out;
}

.show .sous a{
  opacity: 1;
  margin-top:0px;
  padding: 40px;
  height: auto;
  color: #f1f1f1;
  transition:background-color 0.15s ease-in-out, opacity 1.3s, margin-top 1.5s;
  text-align: left;
}

.sous a:hover{
  border-bottom: none;
  background-color: RGBa(200,200,200,0.1);
}

.sous a:hover::after{
  width: 80%;
}

.burger{
height: 40px;
transition: transform 1s;
position: relative;
top: 8px;
padding-bottom: 10px;
transition: opacity 0.15s;
display: block;
}

.show .burger{
  opacity: 0;
}

.burgerX{
  height: 40px;
  transition: transform 1s;
  position: relative;
  top: -43px;
  padding-bottom: 10px;
  opacity: 0;
  transition: opacity 0.15s;
}

.show .burgerX{
  opacity: 1;
}


.DL{
  border: solid #f1f1f1 1px;
  transition: all 0.7s;
  height: 50vh;
}

.DL:hover{
  transform: scale(1.025) !important;
  box-shadow: 5px 5px 2px 1px rgba(255, 255, 255, .5);
}

.show .contact{
  opacity:1;
  width: 250px;
  height: 40px;
}

.contact{
  text-align: center;
  position: absolute;
  color: #0f0f0f;
  font-family: 'code' ,sans-serif;
  font-weight: bold;
  text-decoration: none;
  transition: color 1s;
  background-color: #f1f1f1;
  width: 0px;
  height: 0px;
  border-radius: 10px;
  line-height: 43px;
  transition: all 1s;
  z-index: 2;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
  left: 50%;
  transform: translate(-50%,0 );
  bottom: -600px;
  top:auto;
  opacity: 0;
  }

  .contactiv .contact {
    width: calc(100% - 80px);
    height: calc(100vh - 90px);
    box-shadow: 20px 20px 50px 0px rgb(0, 0, 0, 0.6);
    background-color: rgb(255, 255, 255, 0.5);
    border-top: 1px solid rgb(255, 255, 255, 0.5);
    border-left: 1px solid rgb(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    cursor: initial;
}

.bgb{
  margin-top:370px !important;
}

.mask{
  width: 90%;
}

#content::after {
  display: none;
  }
  
  #Welc {
    font-size: 12vw !important;
    right: 50% !important;
    top: calc(50% - 150px) !important;
    transform: translate(50%, -50%) !important;
  }
  
  #content::before {
  background-position-x: -258px;
  }
  
  .arr{
    display: block !important;
    width: 12%;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, 20%);
  }

  .logodt{
    display: none;
  }

  .actu{
    flex-direction: column;
    align-items: center;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }

.actu h4{
  font-family: 'code' ,sans-serif;
  margin-top: 75px;
  user-select: none;
  margin-bottom: 10px;
  color: #f1f1f1;
  text-align: center;
  position: relative;
}

}

@media screen and (min-width: 751px) and (max-width: 1300px){
  .doc{
    display: flex;
    flex-direction: row;
    width: fit-content;
    width: -moz-fit-content;
    margin: auto;
  }
  
  .proj{
    display: flex;
    flex-direction: column;
    width: fit-content;
    width: -moz-fit-content;
    margin: auto;
  }
  
  .vid{
    height: 25vh;
  }

  .vid2{
    height: 25vh;
    width: 44vh;
  }
  
  .proj .DL{
    height: 22vh;
  }
  
  .proj .DL:hover{
    height: 22.5vh;
    margin-left: 1vh;
    margin-bottom: -0.5vh;
  }


  .galimgaff{
    max-height: 400px;
  }

  .bgb{
    margin-top: 70.02vh;
  }

}
