body {
    --Primary: #7AEFFF;
    background: var(--degrade-noir, linear-gradient(166deg, #3B3B3B 0%, #222 100%));
    box-shadow: 30px 30px 53.6px 0px rgba(255, 255, 255, 0.08) inset, -30px -30px 55px 0px rgba(0, 0, 0, 0.27) inset, 4px 4px 19.1px 0px rgba(255, 255, 255, 0.14) inset;
    color: #feffffdc;
    margin: 0;
}
.portfolio {
    margin: 32px 0px 0 0;
    display: flex;
    gap: 4vw;
    flex-direction: column;
    align-items: center;
    padding-bottom: 64px;

}



#canvas3d {
    width: 120px !important;
    height: 120px !important;
    border-radius: 9999px;
}

.cursor {
    height:800px;
    width:800px;
}

#LedEffect1 {
    height:400px;
    width:400px;
}


.cursor {
    position:fixed;
    display: block;
    transform:translate(-50%,-50%);
    border-radius:50%;
    background: radial-gradient(50% 50% at 50% 50%, #7AEFFF 19.5%, rgba(122, 239, 255, 0.00) 100%);
}
  


header {
    transition: all, 1s;
    display: flex;
    padding: 64px 10vw;
    justify-content: space-between;
    align-items: center;
}

.imgContainer {
    z-index: -1;
    margin-bottom: 0vh;
    display: flex;
    height: 100%;
    width: 100%;
    max-width: 300px;
    flex-direction: column-reverse;
    align-items: center;
    transition: all 5s cubic-bezier(0.075, 0.82, 0.165, 1);
    
}

.imgContainer.center {
    justify-content: center;
}


.imgContainer.mini {
    width: 10vw;
    justify-content: center;
    margin-left: -10vw;
}

svg {
    width: 24px !important;
}

.img {
    z-index: -1;
    height: 80%;
    transition: all 5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.content:hover .img {
    height: 100%;
}

.interet .content:hover .imgContainer {
    opacity: 0.1;
}

.interet .content:hover .blockG {
    margin-top: -50vh;
}

.interet .content {
    gap:0px ;
    box-sizing: border-box;
}

.interet .blockG {
    display: flex;
    height: 50vh;
    padding: 64px 0px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.img.mini {
    height: 60%;
    transition: all 5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.content:hover .img.mini {
    height: 70%;
}

.content:hover #anim svg {
    width: 100% !important;
    
}

#anim svg {
    transition: all 2s;
    width: 90% !important;
}



.container.duo .content {
    gap: 0px;
}

.btnContent {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 4px;
}

.btnContent .txt {
    display: flex;
    padding: 0px 8px;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    width: fit-content;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
}

.animateBtn {
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: flex-end;
    align-items: center;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    overflow: hidden;
    transition: all 2s cubic-bezier(0.07, 1, 0.05, 1);
}

.interet {
    display: flex;
    gap: 4vw;
    justify-content: center;
}

.compContainer {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 8px;
    align-self: stretch;
    flex-wrap: wrap;
}

.comp {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid var(--White, #FFF);
}



.content:hover .animateBtn {
    width: 120px;
    border: 1px solid rgb(255, 255, 255);
}

.container {
    
    transition: all, 1s;
    display: flex;

    justify-content: center;
    align-items: center;
    border-radius: 44px;
    background: #525252;
    border: solid 2px #313131;
    width: 60vw;
    height: 40vh;
    
    box-shadow: -5px -5px 26px 0px rgba(238, 238, 238, 0.24), 5px 5px 35.7px 0px rgba(0, 0, 0, 0.90), -10px -10px 10px 0px rgba(28, 27, 27, 0.40) inset, 10px 10px 10px 0px rgba(63, 63, 63, 0.25) inset;
}

.article .container {
    height: 15vh;
    
}

.interet .container {
    width: 28vw;
    height: 50vh;
}

.interet .cache {
    width: 28vw;
    height: 50vh;
}

.container.duo {
    width: 28vw;
    height: 25vh;
}

.cache {
    transition: all, 1s;
    position: absolute;
    z-index: 0;
    clip-path: stroke-box;
    width: 60vw;
    height: 40vh;
    padding: 1px;
    
    border-radius: 44px;
}
.article .cache {
    height: 15vh;
}



.cache.duo {
    width: 28vw;
    height: 25vh;
}

.cache2 {
    position: absolute;
    clip-path: stroke-box;
    display: flex;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    border: solid 2px #313131;
}

.container:hover { 
    border: solid 2px var(--Primary);
}

.container:hover ~ svg {
    background-color: aliceblue;
}

.interet .container .content {
    flex-direction: column;
}

.content {
    gap: 32px;
    overflow: hidden;
    padding: 0px 64px;
    width: 80vw;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 43px;
    background: linear-gradient(166deg, #232323 0%, #060606 100%);
    box-shadow: 8px 8px 12.6px 0px rgba(0, 0, 0, 0.68) inset, -8px -8px 24px 0px rgba(255, 255, 255, 0.19) inset;
}

a.lien {
    text-decoration: underline;
}

.article .content {
    justify-content: center;
}

@media (width <= 1000px) {
    body * {
        display: none;
    }

    body {
        width: 100vw;
        height: 100vh;
    }

    .accueilContent{
        display: none !important;
    }

    .popupDevice {
        display: flex !important;
        
        
    }
    


    .popupDevice h3 {
        font-size: clamp(12px, 4vw, 16px);
        display: flex;
        text-align: center;

    }

    .fox_container img {
        display: block !important;
        width: 100%;
    }

    .popupDevice .fox_container {
        border: solid 2px var(--Primary);
    }

    .popupDevice * {
        display: flex;
    }

    .interet {
        display: none;
    }

    .portfolio {
        display: none;
    }

    .contact a {
        transition: all 0.6s;
        display: flex;
        padding: 8px;
        border-radius: 8px;
        border: solid 1px white;
    }

    .contact {
        padding: 16px;
    }

    .contact a:hover {
        border: solid 1px var(--Primary); 
        background: rgba(255, 255, 255, 0.137);
    }

    a svg {
        height: 24px !important;    
        color: white;
    }

    .popupDevice .contact {
        width: 100%;
        justify-content: space-around;
    }
}

.popupDevice {
    box-sizing: border-box;
    position: absolute;
    z-index: 20;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    padding: 32px 32px;
    width: 60vw;
    z-index: 1;
    display: none;
    gap: 16px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 43px;
    border: 2px solid var(--Primary);
    background: linear-gradient(166deg, #232323 0%, #060606 100%);
    box-shadow: 8px 8px 12.6px 0px rgba(0, 0, 0, 0.68) inset, -8px -8px 24px 0px rgba(255, 255, 255, 0.19) inset;
}

.doble {
    display: flex;
    gap : 4vw;
}

.paragraphe {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60vw;
    gap: 32px;
    box-sizing: border-box;
    padding: 0px 32px;

}

a {
    text-decoration: none;
}


.article .btn:hover {
    color: rgb(230, 230, 230);
}

.btn {
    color: white;

    text-shadow: 0px 0px 14.4px rgba(122, 239, 255, 0.46);
    font-weight: 300;
    font-size: 16px;
    transition: all, .5s;
    padding: 0px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    gap: 32px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.01);

    box-shadow: -5px -5px 26px 0px rgba(238, 238, 238, 0.24), 5px 5px 35.7px 0px rgba(0, 0, 0, 0.90), -10px -10px 10px 0px rgba(28, 27, 27, 0.40) inset, 10px 10px 10px 0px rgba(63, 63, 63, 0.25) inset;
}

.btn:hover {
    color: rgb(203, 203, 203);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 9.2px 0px rgba(0, 0, 0, 0.32) inset, 1px 1px 5.8px 0px rgba(0, 0, 0, 0.92) inset, -1px -1px 4.8px 0px rgba(255, 255, 255, 0.18) inset;
}

.btn_txt {
    transition: all, 1s;
    display: flex;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    height: 48px;
    color:  #C5C5C5;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
}

.btn_txt.on {
    font-weight: 500;
    color: var(--Primary);
    text-shadow: 0px 0px 14.4px rgba(122, 239, 255, 0.46);
}

.btn_txt:hover {
    color: var(--Primary);
    text-shadow: 0px 0px 14.4px rgba(122, 239, 255, 0.46);
}


.fox {
    
    display: flex;
    width: 150px;
    height: 150px;
    overflow: clip;
    border: 2px solid;
    border-color: #232323;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    background: #1a1a1a;





    box-shadow: -5px -5px 26px 0px rgba(238, 238, 238, 0.24), 5px 5px 35.7px 0px rgba(0, 0, 0, 0.90), -10px -10px 10px 0px rgba(28, 27, 27, 0.40) inset, 10px 10px 10px 0px rgba(63, 63, 63, 0.25) inset;
}

.fox_container {
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 999px;
    background: linear-gradient(166deg, #232323 0%, #060606 100%);
    box-shadow: 8px 8px 12.6px 0px rgba(0, 0, 0, 0.68) inset, -8px -8px 24px 0px rgba(255, 255, 255, 0.19) inset;
}

.maTete {
    height: 50vh;
}

a {
    color: white;
    text-decoration: none;
}

.blockG {
    display: flex;
    padding: 46px 0px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    gap: 8px;
}

.txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.blockBas {
    display: flex;
    height: 100%;
}

.btnContainer {
    display: flex;
    padding: 0px 0px;
    gap: 0px;
    height: 64px;
    justify-content: center;
    align-items: center;
    
}

.btnNav {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 60vw;
    padding: 16px 0px;
}

.btnContainerHeader{

    display: flex;
    padding: 0px 32px;
    gap: 16px;
    height: 64px;
    justify-content: center;
    align-items: center;
}

.neo {
    border-radius: 999px;
    border: 2px solid #313131;
    background: linear-gradient(166deg, #232323 0%, #060606 100%);

    /* Je ressors */
    box-shadow: -5px -5px 26px 0px rgba(238, 238, 238, 0.24), 5px 5px 35.7px 0px rgba(0, 0, 0, 0.90), -10px -10px 10px 0px rgba(28, 27, 27, 0.40) inset, 10px 10px 10px 0px rgba(63, 63, 63, 0.25) inset;
}

.accueilContent {
    display: flex;
    padding: 0px 256px;
    justify-content: space-evenly;
    align-items: center;
}

.txtContainer {
    width: 400px;
    display: flex;
    height: max-content;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

.article {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 32px;
    padding-bottom: 64px;
}

.titre {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 32px;
    border: solid 2px white;
    border-radius: 32px;
    width: 60vw;
    box-sizing: border-box;
}

.titre h2 {
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
}

.article .imgContent  {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60vw;
    gap: 2vw;
}

.imgContent img {
    object-fit: cover;
    flex-grow: 1;
    border: solid 2px white;
    border-radius: 32px;
    width: 18vw;
}



h1  {
    margin: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
    text-transform: uppercase;
}

h2  {
    width: 100%;
    margin: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
}

h3  {
    margin: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
}

h4  {
    margin: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    font-size: 14px;
    line-height: 21px;
}

body::-webkit-scrollbar {
    width: 13px; /* width of the entire scrollbar */
  }
  
  body::-webkit-scrollbar-track {
    background: rgb(45, 45, 45); /* color of the tracking area */
  }
  
  body::-webkit-scrollbar-thumb {
    background-color: var(--Primary); /* color of the scroll thumb */
    border-radius: 20px; /* roundness of the scroll thumb */
    border: 6px solid rgb(45, 45, 45); /* creates padding around scroll thumb */
  }

  .card-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 60vw;
}

.article-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 60vw;
    gap: 10px;
}

.card-wrapper {
    position: relative;
    perspective: 2000px;
    perspective-origin: bottom;
}

.card-wrapper:hover .card {
    transform: rotateY(180deg);
}

.card {
    color: white;
    display: flex;
    height: 300px;
    width: 250px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.7s cubic-bezier(0.86, 0, 0.07, 1);
    /* transition: transform 2s; */
}



.front-face,
.back-face {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03), 0 6px 6px rgba(0, 0, 0, 0.03);

    position: absolute;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 30px;
}

.back-face {
    box-sizing: border-box;
    transform: rotateY(180deg);
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(166deg, #232323 0%, #060606 100%);
    box-shadow: 0px 0px 5px 0px rgba(122, 239, 255, 0.50);


}

.front-face {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: linear-gradient(166deg, #232323 0%, #060606 100%);


    /* Je ressors */

}

.contact-page {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.titre-contact {
    width: 100%;
    text-align: center;
}

.back-face {  
    border: solid 2px var(--Primary);

}

#anim {
    height: 100%;
}


