/* Google Fonts */
@import url(https://fonts.googleapis.com/css?family=Anonymous+Pro);

* {
    --primary-1: 230, 15%, 22%;
    /* Neutral */
    --primary-2: 230, 15%, 20%;
    /* Dark */
    --primary-3: 230, 15%, 18%;
    /* Darker */
    --primary-4: 230, 15%, 45%;
    /* Lightest */
    --secondary: 166, 69%, 81%;
    /* Splash of Color */
    --transition: cubic-bezier(0.77, 0, 0.175, 1);
}

@import url('https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap');

*,
*:before,
*:after {
    box-sizing: border-box;
}

*{
    margin:0;
}

html,body{
    overflow-x: hidden;

}

body {
    height: 100%;
    width: 100%;
    margin: 0;
    place-items: center;
    /* background: linear-gradient(296.91deg, #3f3547 3.73%, #6a6c7e 97.68%); */
    background: linear-gradient(250deg, #39373c, #5e586e, #91a8a1);
    background-size: 600% 600%;
    font-family: 'Anonymous Pro', monospace;
    -webkit-animation:  DevSite 14s ease infinite;
    -moz-animation:  DevSite 14s ease infinite;
    -o-animation:  DevSite 14s ease infinite;
    animation:  DevSite 14s ease infinite;
}

@-webkit-keyframes DevSite {
    0%{background-position:82% 0%}
    50%{background-position:19% 100%}
    100%{background-position:82% 0%}
}
@-moz-keyframes DevSite {
    0%{background-position:82% 0%}
    50%{background-position:19% 100%}
    100%{background-position:82% 0%}
}
@-o-keyframes DevSite {
    0%{background-position:82% 0%}
    50%{background-position:19% 100%}
    100%{background-position:82% 0%}
}
@keyframes DevSite {
    0%{background-position:82% 0%}
    50%{background-position:19% 100%}
    100%{background-position:82% 0%}
}


.multi-button {
    margin-top: 2%;
    --shadow: 286, 24%, 14%;
    position: relative;
    padding: .2rem;
    background: hsl(var(--primary-1));
    border: 1px solid hsl(var(--primary-2));
    box-shadow:
        1px 1px 1px hsla(var(--shadow), .12),
        3px 3px 3px hsla(var(--shadow), .11),
        5px 5px 5px hsla(var(--shadow), .1),
        7px 7px 7px hsla(var(--shadow), .09),
        11px 11px 11px hsla(var(--shadow), .08),
        13px 13px 13px hsla(var(--shadow), .07),
        17px 17px 17px hsla(var(--shadow), .06),
        19px 19px 19px hsla(var(--shadow), .05),
        23px 23px 23px hsla(var(--shadow), .04),
        29px 29px 29px hsla(var(--shadow), .03);
    border-radius: 4px;
    user-select: none;
    text-align: center;

}

label {
    display: inline-block;
    position: relative;
    padding: .8rem 1.4rem;
    color: #5C617B;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', 'Helvetica', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    border: none;
    border-radius: 2px;
    background: none;
    transition: all .4s var(--transition);
    cursor: pointer;
    margin-left: 5%;

}

span {
    margin-right: .1rem;
}

span svg {
    height: 16px;
    width: 16px;
}

label:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 0;
    top: 20%;
    left: 50%;
    background: hsla(var(--secondary), .35);
    border-radius: 2px;
    transition: all .25s var(--transition);
}

label:hover:before {
    width: 80%;
    left: 10%;
    border-top: 1px solid hsl(var(--secondary));
}

input:checked+label:before {
    height: 60%;
    bottom: 20%;
}

input:checked+label {
    color: hsl(var(--secondary));
    transition-delay: .1s;
}

input[type="checkbox"] {
    display: none;
}


h1,
h2 {
    margin: 0;
}

a {
    color: #ccc;
    list-style-type: none;
    text-decoration: none;
}

section {
    padding: 10px;
}

.hero {
    font-size: clamp(40px, 10vw, 100px);
    line-height: 1;
    display: inline-block;
    color: hsl(var(--primary-3));
    z-index: 2;
    letter-spacing: 2px;
    font-family: 'Anonymous Pro', monospace;
    text-transform: uppercase;



    /* Bright things in dark 
    ments usually cast that light, giving off a glow */
    filter: drop-shadow(0 1px 3px);
}


.layers {
    position: relative;
}

.layers::before,
.layers::after {
    content: attr(data-text);
    position: absolute;
    width: 110%;
    z-index: -1;
}

.layers::before {
    top: 10px;
    left: 15px;
    color: #e0287d;
}

.layers::after {
    top: 5px;
    left: -10px;
    color: #1bc7fb;
}

.single-path {
    clip-path: polygon(0% 12%,
            53% 12%,
            53% 26%,
            25% 26%,
            25% 86%,
            31% 86%,
            31% 0%,
            53% 0%,
            53% 84%,
            92% 84%,
            92% 82%,
            70% 82%,
            70% 29%,
            78% 29%,
            78% 65%,
            69% 65%,
            69% 66%,
            77% 66%,
            77% 45%,
            85% 45%,
            85% 26%,
            97% 26%,
            97% 28%,
            84% 28%,
            84% 34%,
            54% 34%,
            54% 89%,
            30% 89%,
            30% 58%,
            83% 58%,
            83% 5%,
            68% 5%,
            68% 36%,
            62% 36%,
            62% 1%,
            12% 1%,
            12% 34%,
            60% 34%,
            60% 57%,
            98% 57%,
            98% 83%,
            1% 83%,
            1% 53%,
            91% 53%,
            91% 84%,
            8% 84%,
            8% 83%,
            4% 83%);
}

.paths {
    animation: paths 5s step-end infinite;
}

@keyframes paths {
    0% {
        clip-path: polygon(0% 43%,
                83% 43%,
                83% 22%,
                23% 22%,
                23% 24%,
                91% 24%,
                91% 26%,
                18% 26%,
                18% 83%,
                29% 83%,
                29% 17%,
                41% 17%,
                41% 39%,
                18% 39%,
                18% 82%,
                54% 82%,
                54% 88%,
                19% 88%,
                19% 4%,
                39% 4%,
                39% 14%,
                76% 14%,
                76% 52%,
                23% 52%,
                23% 35%,
                19% 35%,
                19% 8%,
                36% 8%,
                36% 31%,
                73% 31%,
                73% 16%,
                1% 16%,
                1% 56%,
                50% 56%,
                50% 8%);
    }

    5% {
        clip-path: polygon(0% 29%,
                44% 29%,
                44% 83%,
                94% 83%,
                94% 56%,
                11% 56%,
                11% 64%,
                94% 64%,
                94% 70%,
                88% 70%,
                88% 32%,
                18% 32%,
                18% 96%,
                10% 96%,
                10% 62%,
                9% 62%,
                9% 84%,
                68% 84%,
                68% 50%,
                52% 50%,
                52% 55%,
                35% 55%,
                35% 87%,
                25% 87%,
                25% 39%,
                15% 39%,
                15% 88%,
                52% 88%);
    }

    30% {
        clip-path: polygon(0% 53%,
                93% 53%,
                93% 62%,
                68% 62%,
                68% 37%,
                97% 37%,
                97% 89%,
                13% 89%,
                13% 45%,
                51% 45%,
                51% 88%,
                17% 88%,
                17% 54%,
                81% 54%,
                81% 75%,
                79% 75%,
                79% 76%,
                38% 76%,
                38% 28%,
                61% 28%,
                61% 12%,
                55% 12%,
                55% 62%,
                68% 62%,
                68% 51%,
                0% 51%,
                0% 92%,
                63% 92%,
                63% 4%,
                65% 4%);
    }

    45% {
        clip-path: polygon(0% 33%,
                2% 33%,
                2% 69%,
                58% 69%,
                58% 94%,
                55% 94%,
                55% 25%,
                33% 25%,
                33% 85%,
                16% 85%,
                16% 19%,
                5% 19%,
                5% 20%,
                79% 20%,
                79% 96%,
                93% 96%,
                93% 50%,
                5% 50%,
                5% 74%,
                55% 74%,
                55% 57%,
                96% 57%,
                96% 59%,
                87% 59%,
                87% 65%,
                82% 65%,
                82% 39%,
                63% 39%,
                63% 92%,
                4% 92%,
                4% 36%,
                24% 36%,
                24% 70%,
                1% 70%,
                1% 43%,
                15% 43%,
                15% 28%,
                23% 28%,
                23% 71%,
                90% 71%,
                90% 86%,
                97% 86%,
                97% 1%,
                60% 1%,
                60% 67%,
                71% 67%,
                71% 91%,
                17% 91%,
                17% 14%,
                39% 14%,
                39% 30%,
                58% 30%,
                58% 11%,
                52% 11%,
                52% 83%,
                68% 83%);
    }

    76% {
        clip-path: polygon(0% 26%,
                15% 26%,
                15% 73%,
                72% 73%,
                72% 70%,
                77% 70%,
                77% 75%,
                8% 75%,
                8% 42%,
                4% 42%,
                4% 61%,
                17% 61%,
                17% 12%,
                26% 12%,
                26% 63%,
                73% 63%,
                73% 43%,
                90% 43%,
                90% 67%,
                50% 67%,
                50% 41%,
                42% 41%,
                42% 46%,
                50% 46%,
                50% 84%,
                96% 84%,
                96% 78%,
                49% 78%,
                49% 25%,
                63% 25%,
                63% 14%);
    }

    90% {
        clip-path: polygon(0% 41%,
                13% 41%,
                13% 6%,
                87% 6%,
                87% 93%,
                10% 93%,
                10% 13%,
                89% 13%,
                89% 6%,
                3% 6%,
                3% 8%,
                16% 8%,
                16% 79%,
                0% 79%,
                0% 99%,
                92% 99%,
                92% 90%,
                5% 90%,
                5% 60%,
                0% 60%,
                0% 48%,
                89% 48%,
                89% 13%,
                80% 13%,
                80% 43%,
                95% 43%,
                95% 19%,
                80% 19%,
                80% 85%,
                38% 85%,
                38% 62%);
    }

    1%,
    7%,
    33%,
    47%,
    78%,
    93% {
        clip-path: none;
    }
}

.movement {
    /* Normally this position would be absolute & on the layers, set to relative here so we can see it on the div */
    position: relative;
    animation: movement 8s step-end infinite;
}

@keyframes movement {
    0% {
        top: 0px;
        left: -20px;
    }

    15% {
        top: 10px;
        left: 10px;
    }

    60% {
        top: 5px;
        left: -10px;
    }

    75% {
        top: -5px;
        left: 20px;
    }

    100% {
        top: 10px;
        left: 5px;
    }
}

.opacity {
    animation: opacity 5s step-end infinite;
}

@keyframes opacity {
    0% {
        opacity: 0.1;
    }

    5% {
        opacity: 0.7;
    }

    30% {
        opacity: 0.4;
    }

    45% {
        opacity: 0.6;
    }

    76% {
        opacity: 0.4;
    }

    90% {
        opacity: 0.8;
    }

    1%,
    7%,
    33%,
    47%,
    78%,
    93% {
        opacity: 0;
    }
}

.font {
    animation: font 7s step-end infinite;
}

@keyframes font {
    0% {
        font-weight: 100;
        color: #e0287d;
        filter: blur(3px);
    }

    20% {
        font-weight: 500;
        color: #fff;
        filter: blur(0);
    }

    50% {
        font-weight: 300;
        color: #1bc7fb;
        filter: blur(2px);
    }

    60% {
        font-weight: 700;
        color: #fff;
        filter: blur(0);
    }

    90% {
        font-weight: 500;
        color: #e0287d;
        filter: blur(6px);
    }
}

.glitch span {
    animation: paths 5s step-end infinite;
}

.glitch::before {
    animation: paths 5s step-end infinite, opacity 5s step-end infinite,
        font 8s step-end infinite, movement 10s step-end infinite;
}

.glitch::after {
    animation: paths 5s step-end infinite, opacity 5s step-end infinite,
        font 7s step-end infinite, movement 8s step-end infinite;
}

.hero-container {
    position: relative;
    padding: 50px 0;
    text-align: center;
}

.environment {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    filter: blur(3px);
    background: url(https://camo.githubusercontent.com/90244a9f3c2f2950b5d53f3c81f0bbf815947cf22658253c8a1cf1c73a257c71/68747470733a2f2f7777772e646f72616e636f2e66722f696e632f7372632f696d672f706172636f7572732f62616e6e696572652f34322e706e67) center no-repeat;
    background-size: cover;
    height: 250px;

}

.blocarrow {
    position: absolute;
    bottom: -40px;
    left: 20px;
}

#spanarrow {
    opacity: 0.5;
    color: hsl(var(--secondary));
}

#arrow{
    width: 50px;
    height: 30px;
    opacity: 0.3;
    margin-left: 60PX;
}

#arrow2{
    display: none;

}


.infocards {
    display: inline-flex;
    margin-top: 4%;
    flex-wrap: wrap;
    gap: 80px;
    margin-left: 25px;

}

.flip-container{
    margin: auto;
    perspective: 1200;
    transition: all 700ms ease-in-out;

}

.flexcontainer{
    display: flex;

}



.card {
    width: 400px;
    margin: auto;
    box-shadow: 0px 5px 20px rgb(0, 0, 0);
    background: hsl(var(--primary-1));
    height: 600px;
    transition: all 700ms ease-in-out;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}



.backcard{
    width: 400px;
    height: 600px;
    position: absolute;
    background: hsl(var(--primary-1));
    transition: all 700ms ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 20px;
    box-shadow: 0px 5px 20px rgb(0, 0, 0);
    text-align: center;

    

} 

.contenuback{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    margin-top: 300px;

}

.backcard h2{
    color: hsl(var(--secondary));
    font-size: 30px;
    vertical-align: middle;
}

#textback{
    color: white;
    text-decoration: dotted;
    font-family: 'Poppins', 'Helvetica', sans-serif;

}

.visibility{
    background-color: hsl(var(--primary-1));
}


.flipCard{
    transform: rotateY(-180deg);
    

}

.card a {
    /*5*/
    color: hsl(var(--secondary));
    text-decoration: none;
}

.card:hover .card-image img {
    /*6*/
    width: 120%;
    filter: grayscale(0);
}

.card-image {
    height: 250px;
    /*1*/
    position: relative;
    /*2*/
    overflow: hidden;
    /*3*/

}

.card-image img {
    width: 100%;
    /*4*/
    /*5 - Méthode de centrage en fonction de la taille de l'image */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: grayscale(1);
    /*6*/
    /*7 - Transition */
    transition-property: filter width;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.card-body {
    text-align: center;
    /*1*/
    padding: 15px 20px;
    /*2*/
    box-sizing: border-box;
    /*3*/
}

.cardskills .card-body{
    padding: 0;

}

.card-date {
    font-family: 'Anonymous Pro', monospace;
}

.card-title,
.card-excerpt {
    font-family: "PT Sans", sans-serif;
}

.card-title {
    color: hsl(var(--secondary));
    padding: 10px 0px;

}

.card-date,
.card-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.card-date,
.card-excerpt {
    color: rgb(255, 255, 255);
}

.card-excerpt {
    font-size: 16px;
}

@import url("https://fonts.googleapis.com/css2?family=PT+Sans&display=swap");


.container {
    background: hsl(var(--primary-1));
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
    /* box-shadow: 2px 5px 20px rgba(119, 119, 119, 0.5); */
}

.cardstudent .container {
    background: hsl(var(--secondary));
}

.leftbox {
    top: -5%;
    left: 5%;
    position: absolute;
    width: 15%;
    height: 110%;
    background-color: hsl(var(--secondary));
    box-shadow: 0px 5px 10px rgb(0, 0, 0);
}

.leftboxstudent {
    top: -5%;
    left: 5%;
    position: absolute;
    width: 15%;
    height: 110%;
    background-color: hsl(var(--primary-1));
    box-shadow: 0px 5px 10px hsl(var(--primary-1));

}

nav {
    margin: 2.6em auto;
}

nav a {
    list-style: none;
    padding: 35px;
    color: #232931;
    font-size: 1.1em;
    display: block;
    transition: all 0.5s ease-in-out;
}

.rightbox,
.rightboxstudent {
    padding: 0em 25rem 0em 0em;
    height: 100%;

}



.rb-item {
    width: 200px;

}


.rb-container {
    font-family: "PT Sans", sans-serif;
    width: 50%;
    margin: auto;
    display: block;
    position: relative;
    top: 6%;
}

.rb-container ul.rb {
    margin: 2.5em 0;
    padding: 0;
    display: inline-block;
}

.rb-container ul.rb li {
    list-style: none;
    margin: auto;
    margin-left: 10em;
    min-height: 50px;
    border-left: 1px dashed rgb(255, 255, 255);
    padding: 0 0 50px 30px;
    position: relative;
}

.cardstudent .rb-container ul.rb li {
    list-style: none;
    margin: auto;
    margin-left: 10em;
    min-height: 50px;
    border-left: 1px dashed rgb(0, 0, 0);
    padding: 0 0 50px 30px;
    position: relative;
}

.rb-container ul.rb li:last-child {
    border-left: 0;
}

.rb-container ul.rb li::before {
    position: absolute;
    left: -18px;
    top: -5px;
    content: " ";
    border: 8px solid rgba(255, 255, 255, 1);
    border-radius: 500%;
    background: #50d890;
    height: 20px;
    width: 20px;
    transition: all 500ms ease-in-out;
}

.cardstudent .rb-container ul.rb li::before {
    position: absolute;
    left: -18px;
    top: -5px;
    content: " ";
    border: 8px solid hsl(var(--primary-1));
    border-radius: 500%;
    background: #50d890;
    height: 20px;
    width: 20px;
    transition: all 500ms ease-in-out;
}

.rb-container ul.rb li:hover::before {
    border-color: #232931;
    transition: all 1000ms ease-in-out;
}

.cardstudent .rb-container ul.rb li:hover::before {
    border-color: #ffffff;
    transition: all 1000ms ease-in-out;
}

ul.rb li .timestamp {
    color: hsl(var(--secondary));
    position: relative;
    width: 100px;
    font-size: 12px;
}

.item-title {
    color: rgb(255, 255, 255);
    box-sizing: border-box;
}

.cardstudent .item-title {
    color: black;
}

.cardstudent ul.rb li .timestamp {
    color: rgb(0, 0, 0);
    text-decoration: underline;
    position: relative;
    width: 100px;
    font-size: 12px;
}

.container-3 {
    width: 5em;
    vertical-align: right;
    white-space: nowrap;
    position: absolute;
}

.container-3 .icon {
    margin: 1.3em 3em 0 31.5em;
    position: absolute;
    width: 150px;
    height: 30px;
    z-index: 1;
    color: #4f5b66;
}


.middlebutton {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    text-align: center;
    margin-top: 2.5%;

}


button,
button::after {
    width: 300px;
    height: 70px;
    font-size: 20px;
    font-family: 'Anonymous Pro', cursive;
    background: hsl(var(--primary-1));
    border: 0;
    color: #fff;
    letter-spacing: 1px;
    line-height: 50px;
    box-shadow: 5px 5px 10px rgb(0, 0, 0);
    outline: transparent;
    position: relative;
    cursor: wait;
}

button::after {
    --slice-0: inset(50% 50% 50% 50%);
    --slice-1: inset(80% -6px 0 0);
    --slice-2: inset(50% -6px 30% 0);
    --slice-3: inset(10% -6px 85% 0);
    --slice-4: inset(40% -6px 43% 0);
    --slice-5: inset(80% -6px 5% 0);

    content: 'Me contacter';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: hsl(var(--secondary));
    text-shadow: -3px -3px 0px #000000, 3px 3px 0px hsl(var(--primary-1));
    clip-path: var(--slice-0);
    box-shadow: 0px 5px 50px rgb(0, 0, 0);
}

button:hover::after {
    animation: 1s glitch;
    animation-timing-function: steps(2, end);
}

@keyframes glitch {
    0% {
        clip-path: var(--slice-1);
        transform: translate(-20px, -10px);
    }

    10% {
        clip-path: var(--slice-3);
        transform: translate(10px, 10px);
    }

    20% {
        clip-path: var(--slice-1);
        transform: translate(-10px, 10px);
    }

    30% {
        clip-path: var(--slice-3);
        transform: translate(0px, 5px);
    }

    40% {
        clip-path: var(--slice-2);
        transform: translate(-5px, 0px);
    }

    50% {
        clip-path: var(--slice-3);
        transform: translate(5px, 0px);
    }

    60% {
        clip-path: var(--slice-4);
        transform: translate(5px, 10px);
    }

    70% {
        clip-path: var(--slice-2);
        transform: translate(-10px, 10px);
    }

    80% {
        clip-path: var(--slice-5);
        transform: translate(20px, -10px);
    }

    90% {
        clip-path: var(--slice-1);
        transform: translate(-10px, 0px);
    }

    100% {
        clip-path: var(--slice-1);
        transform: translate(0);
    }
}


#tel {
    background-color: hsl(var(--primary-1));
    color: hsl(var(--primary-1));
    padding: 4px;
    box-shadow: 0px 5px 10px rgb(0, 0, 0);
}

#tel:hover {
    background-color: hsl(var(--secondary));
    color: hsl(var(--primary-1))

}


.card-excerpt img {
    vertical-align: middle;
    margin-right: 15px;
}

.card-excerpt span {
    margin: 0 auto;

}

.card-excerpt {
    text-align: left;
    margin-top: 30px;
}

.cardskills .card-excerpt {
    text-align: center;
    box-shadow: 0px 0px 10px rgb(0, 0, 0);
    background-color: rgba(245, 245, 245, 0.808);
    padding: 2PX;
    margin: 0 auto;
    width: 100%;

}

::-webkit-scrollbar {
    width: 12px;

}

::-webkit-scrollbar-track {
    background-color: hsl(var(--primary-1));
}

::-webkit-scrollbar-thumb {
    background-color: hsl(var(--primary-3));
    border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: hsl(var(--secondary));
}


footer {
    margin-top: 20px;
}

footer a{
    visibility: hidden;
}

