 .hero {

     height: 100vh;
     width: 100%;
     z-index: 20;
     margin-top: 10%;

 }

 .hero-video video {
     z-index: 0;
     top: 0;
     position: relative;
     height: auto;
     max-width: 100%;
     min-height: 100vh;
     object-fit: cover;

     /* applique un flou gaussien de 5 pixels à la vidéo */
     transition: filter 0.5s ease-out;
     /* ajoute une transition pour adoucir l'effet de flou */
 }

 .hero-video {
     top: 0;
     height: 100vh;
     max-width: 100%;
     z-index: 20;
     position: absolute;


 }

 .inner-text {
     position: block;
     text-align: center;
     justify-content: center;

     font-size: 50px;
 }

 @media only screen and (min-width: 320px) {
     .inner-text {
         padding-left: 15px;
         padding-right: 15px;
     }




 }

 @media only screen and (min-width: 400px) {
     .inner-text {
         padding-left: 40px;
         padding-right: 40px;
     }
 }

 @media only screen and (min-width: 680px) {
     .inner-text {
         font-size: 75px;
     }

     .nav__menu {
         max-width: 450px;
     }



 }

 @media only screen and (min-width: 950px) {


     .p2 {
         font-size: 4rem !important;
     }

     section blockquote {
         font-size: 2.3em;
         width: 30%;
         margin-top: 17%;
         position: absolute;
     }


     section img {
         position: absolute;
     }

     section img:nth-of-type(1) {
         width: 40%;
         right: 0;
         top: 20%;
     }

     section img:nth-of-type(2) {
         width: 25%;
         right: 40%;
         top: 29%;
         margin-top: 15%;
     }


     .inner-text {
         transform: translateY(-30vh);
     }

     .hero {

         height: 100vh;
         width: 100%;
         z-index: 20;

     }

     video {
         z-index: 0;
         position: absolute;
         height: auto;
         width: 100%;
         min-height: 100vh;

     }

     .hero-video {
         top: 0;
         height: 100vh;
         width: 100%;
         z-index: 20;
         position: absolute;


     }
 }

 h1 {
     display: block;
     font-size: 1em;

     font-weight: 500;
     margin: 0;
     line-height: 1;
     margin-top: 35vh;

 }

 @media only screen and (max-width: 465px) {
     h1 {
         display: block;
         position: absolute;
         top: -25%;
         left: 50%;
         transform: translateX(-50%);


     }
 }

 .p2 {
     display: inline-block;
     font-family: 'Muli', sans-serif;
     font-size: 0.8em;
     font-weight: 900;


     margin: 0;
     line-height: 1;
     background-image: linear-gradient(to right top, #FF3891, #FF7256, #FFBF04);
     -webkit-background-clip: text;
     color: transparent;
     background: linear-gradient(to right,
             rgb(79, 243, 61),
             rgb(255, 191, 4),
             rgb(255, 56, 145),
             rgb(56, 183, 255),
             rgb(173, 0, 255),
             rgb(255, 56, 145),
             rgb(255, 191, 4),
             rgb(79, 243, 61));
     background-size: 400%;
     -webkit-background-clip: text;
     background-clip: text;
     text-align: center;
     animation: sTransition 10s linear infinite;
 }

 @keyframes sTransition {
     0% {
         background-position: 0%;
     }

     100% {
         background-position: 400%;
     }
 }



 @media only screen and (max-width: 465px) {
     .p2 {
         position: relative;
         top: 5em;
     }
 }

 .hero-down {
     position: absolute;
     bottom: 0;
     font-size: 3em;
     width: 2em;
     height: 2em;
     color: #f5f5f529;
     border-radius: 100%;
 }

 .hero-down:hover,
 .hero-down:focus {
     color: #cccccc15;
 }

 .hero-down:active {
     color: #f5f5f519;
 }

 .hero-down .btn-react {
     background-color: #f5f5f5;
     height: 100%;
     width: 100%;
     border-radius: 100%;
     opacity: 0;
     position: absolute;
 }

 .hero-down i {
     vertical-align: bottom;
     position: relative;
     top: 0.1em;
 }

 /* 1ere section  */

 section {
     padding: 3em;
     height: 100vh;
     position: relative;
     box-sizing: border-box;
     max-width: 100vw;
     overflow: hidden;
 }

 section blockquote {
     font-size: 2em;
     width: 30%;
     margin-top: 5%;
     position: absolute;
 }

 section blockquote span {
     width: 100%;
     background: linear-gradient(90deg, #ff3891, #ffbf04);
     display: block;
     height: 5px;
     margin-top: 20px;
 }

 section img {
     position: absolute;
 }

 section img:nth-of-type(1) {
     width: 40%;
     right: 0;
     top: 20%;
 }

 section img:nth-of-type(2) {
     width: 25%;
     right: 40%;
     top: 29%;
     margin-top: 15%;
 }

 .percentage {
     position: absolute;
     bottom: 10px;
     left: 10px;
 }

 #box {
     width: 100px;
     height: 100px;
     position: absolute;
     border: 5px solid lightgray;
     margin: auto;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
 }




 /* #Cursor
================================================== */

 .cursor,
 .cursor2,
 .cursor3 {
     position: fixed;
     border-radius: 50%;
     transform: translateX(-50%) translateY(-50%);
     pointer-events: none;
     left: -100px;
     top: 50%
 }

 .cursor {
     background-color: #fff;
     height: 0;
     width: 0;
     z-index: 99999;
 }

 .cursor2,
 .cursor3 {
     height: 36px;
     width: 36px;
     z-index: 99998;
     -webkit-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out
 }

 .cursor2.hover,
 .cursor3.hover {
     -webkit-transform: scale(2) translateX(-25%) translateY(-25%);
     transform: scale(2) translateX(-25%) translateY(-25%);
     border: none
 }

 .cursor2 {
     border: 2px solid #fff;
     box-shadow: 0 0 22px rgba(255, 255, 255, 0.6);
 }

 .cursor2.hover {
     background: rgba(255, 255, 255, .1);
     box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
 }

 @media screen and (max-width: 1200px) {

     .cursor,
     .cursor2,
     .cursor3 {
         display: none
     }

 }

 .shadow-h2 {
     position: relative;
     /* margin-top: 80%; */
     margin-bottom: -75%;
     left: 20px;
     /* width: 100%; */
     text-align: left;
     font-family: 'Muli', sans-serif;
     -webkit-writing-mode: vertical-lr;
     writing-mode: vertical-lr;
     font-size: 15vw;
     line-height: 1;
     color: rgba(200, 200, 200, .1);
     background: linear-gradient(90deg, rgba(200, 200, 200, 0), rgba(200, 200, 200, 0.35));
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     font-weight: 900;
     z-index: 0;
 }



 .section-mods {
     position: relative;
     width: 100%;
     display: block;
 }

 .full-height {
     height: 100vh;
 }

 .section.z-bigger {
     z-index: 100;
 }

 .section.z-bigger-2 {
     z-index: 200;
 }

 .section-title-wrap {
     position: relative;
     top: 50%;
     left: 0;
     width: 100%;
     transform: translateY(-50%);
     z-index: 13;
 }

 .section-title-wrap p {
     letter-spacing: 2px;
     font-size: 22px;
     font-weight: 700;
     padding: 0;
     color: #6f598f;
 }

 .section-title-wrap h1 {
     margin: 0;
     padding: 0;
     font-size: 5vw;
     letter-spacing: 8px;
     font-weight: 900;
     color: #fff;
     line-height: 1;
     text-transform: uppercase;
 }

 .padding-top-bottom {
     padding-top: 100px;
     padding-bottom: 100px;
 }

 .over-hide {
     overflow: hidden;
 }

 /* .background-dark {
     background-color: #101010;
 } */

 .project-link-wrap {
     position: relative;
     display: block;
     width: 100%;
     text-align: center;
     margin: 0 auto;

 }

 .project-link-wrap p {
     font-size: 100px;
     line-height: 80px;
     color: #c4c3ca;
     font-weight: 900;
     text-align: center;
     margin: 0 auto;

     opacity: 0.35;
     -webkit-transition: all 200ms linear;
     transition: all 200ms linear;
 }

 .project-link-wrap:hover p {
     opacity: 0.15;
 }

 /* Case Study Showcase
================================================== */

 .case-study-wrapper {
     position: absolute;
     top: 50%;
     left: 50%;
     z-index: 10;
     width: auto;
     margin: 0;
     padding: 8px 15px;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     list-style: none;
     background-color: rgba(31, 32, 41, .8);
     border-radius: 10px;
     box-shadow: 0 0 30px rgba(0, 0, 0, .8);
 }

 .case-study-wrapper .case-study-name {
     margin: 5px;
     display: inline-block;
 }

 .case-study-wrapper .case-study-name a {
     position: relative;
     list-style: none;
     margin: 0 auto;
     display: block;
     text-align: center;
     padding: 0;
     font-size: 14px;
     font-weight: 800;
     line-height: 1;
     letter-spacing: 2px;
     color: #8e8d9a;
     opacity: 0.5;
     text-decoration: none;
     text-transform: uppercase;
     -webkit-transition: all 300ms linear;
     transition: all 300ms linear;
 }

 .case-study-wrapper .case-study-name a:hover {
     text-decoration: none;
 }

 .case-study-wrapper .case-study-name.active a {
     opacity: 1;
     color: #fff;
 }

 .case-study-images {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     margin: 0;
     z-index: 2;
 }

 .case-study-images li {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     overflow: hidden;
     list-style: none;
     -webkit-transition: all 300ms linear;
     transition: all 300ms linear;
 }

 .case-study-images li .img-hero-background {
     position: absolute;
     width: calc(100% - 80px);
     max-width: 950px;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     background-position: center center;
     background-repeat: no-repeat;
     top: 50%;
     left: 50%;
     overflow: hidden;
     list-style: none;
     opacity: 0;
     border-radius: 20px;
     box-shadow: 0 0 50px rgba(0, 0, 0, .6);
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     -webkit-transition: all 300ms linear;
     transition: all 300ms linear;
 }

 .case-study-images li .img-hero-background img {
     width: 100%;
     height: auto;
     display: block;
 }

 .case-study-images li.show .img-hero-background {
     opacity: 1;
 }

 .case-study-images li .case-study-title {
     position: absolute;
     top: 0;
     height: 100%;
     text-align: center;
     left: 30px;
     display: block;
     opacity: 0;
     z-index: 19;
     letter-spacing: 1px;
     font-size: 14px;
     -webkit-writing-mode: vertical-lr;
     writing-mode: vertical-lr;
     font-weight: 400;
     line-height: 16px;
     color: #fff;
     font-style: italic;
     -webkit-transform: translateX(-100%);
     transform: translateX(-100%);
     -webkit-transition: all 300ms linear;
     transition: all 300ms linear;
 }

 .case-study-images li.show .case-study-title {
     opacity: 1;
     -webkit-transform: translateX(0);
     transform: translateX(0);
 }

 .case-study-images li .hero-number-back {
     position: absolute;
     bottom: 0;
     left: 50%;
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);
     display: block;
     list-style: none;
     opacity: 0;
     font-size: 100px;
     font-weight: 900;
     line-height: 1;
     color: rgba(255, 255, 255, .2);
     z-index: 5;
     -webkit-transition: all 300ms linear;
     transition: all 300ms linear;
 }

 .title-section {
     margin-top: 10%;
     margin-bottom: -10%;
     font-size: 18vw;
     font-weight: 900;
     line-height: 1;
     color: rgba(255, 255, 255, 0.438);
     text-align: center;
 }

 .title-section2 {
     margin-top: -3%;
     margin-bottom: 5%;

     font-size: 18vw;
     font-weight: 900;
     line-height: 1;
     color: rgba(255, 255, 255, 0.438);
     text-align: center;
 }

 .title-section3 {
     margin-top: 10%;
     margin-bottom: -3%;

     font-size: 18vw;
     font-weight: bolder;
     line-height: 1;
     color: rgba(255, 255, 255, 0.438);
     text-align: center;
 }

 .title-section4 {
     margin-top: 5%;
     margin-bottom: 2%;

     font-size: 18vw;
     font-weight: bolder;
     line-height: 1;
     color: rgba(255, 255, 255, 0.438);
     text-align: center;
 }

 .case-study-images li .hero-number {
     position: absolute;
     bottom: 40px;
     left: 50%;
     width: 40px;
     margin-left: -70px;
     display: block;
     letter-spacing: 2px;
     text-align: center;
     list-style: none;
     opacity: 0;
     font-size: 13px;
     font-weight: 300;
     line-height: 1;
     color: #fff;
     z-index: 6;
     -webkit-transform: translateY(100%);
     transform: translateY(100%);
     -webkit-transition: all 300ms linear;
     transition: all 300ms linear;
 }

 .case-study-images li .hero-number-fixed {
     position: absolute;
     bottom: 40px;
     left: 50%;
     margin-left: 30px;
     width: 40px;
     text-align: center;
     display: block;
     letter-spacing: 2px;
     list-style: none;
     font-size: 13px;
     font-weight: 300;
     line-height: 1;
     color: #fff;
     z-index: 6;
 }

 .case-study-images li .hero-number-fixed:before {
     position: absolute;
     content: '';
     top: 50%;
     left: -60px;
     width: 60px;
     height: 1px;
     z-index: 1;
     background-color: rgba(255, 255, 255, .4);
 }

 .case-study-images li.show .hero-number {
     opacity: 1;
     -webkit-transform: translateY(0);
     transform: translateY(0);
 }

 .case-study-images li.show .hero-number-back {
     opacity: 1;
 }

 /* #back to top arrow
================================================== */

 .scroll-to-top {
     position: fixed;
     bottom: 30px;
     right: 30px;
     opacity: 0;
     visibility: hidden;
     width: 10px;
     height: 40px;
     z-index: 251;
     background-repeat: no-repeat;
     background-position: top center;
     background-size: 10px 40px;

     background-image: url('http://www.ivang-design.com/svg-load/parallax/arrow-up.png');
     transform: translateY(-15px);
     -webkit-transition: all 250ms linear;
     transition: all 250ms linear;
 }

 .scroll-to-top:hover {
     bottom: 32px;
 }

 .scroll-to-top.active-arrow {
     opacity: 1;
     visibility: visible;
     transform: translateY(0);
 }

 /* #Media
================================================== */

 @media (max-width: 1200px) {
     .scroll-to-top {
         right: 13px;
     }

     .case-study-images li .case-study-title {
         left: 13px;
     }
 }

 @media (max-width: 991px) {
     .case-study-images li .hero-number-back {
         font-size: 26vw;
     }
 }

 @media (max-width: 767px) {
     .case-study-wrapper {
         background-color: rgba(31, 32, 41, .95);
         box-shadow: 0 0 10px rgba(0, 0, 0, .8);
     }

     .case-study-wrapper .case-study-name a {
         font-size: 11px;
         letter-spacing: 1px;
         text-align: center;
         margin: 5px;
     }

     .case-study-wrapper .case-study-name {
         margin: 0 auto;
         text-align: center;
     }

     .case-study-images li .hero-number-back {
         font-size: 32vw;
     }
 }



 #background {
     position: absolute;
     font-family: Arial, Helvetica, sans-serif;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     color: rgba(255, 255, 255, .1);
     background: linear-gradient(to right,
             rgb(76, 217, 105),
             rgb(52, 170, 220),
             rgb(88, 86, 217),
             rgb(255, 45, 83),
             rgb(255, 45, 83),
             rgb(88, 86, 217),
             rgb(52, 170, 220),
             rgb(76, 217, 105));
     background-size: 400%;
     -webkit-background-clip: text;
     background-clip: text;
     font-weight: 700;
     font-size: 10em;
     text-align: left;
     animation: sTransition 10s linear infinite;
 }

 @keyframes sTransition {
     0% {
         background-position: 0%;
     }

     100% {
         background-position: 400%;
     }
 }

 .logo_head {
     max-height: 50px;
     width: auto;
 }


 /* ================== 
            O-------  skills ---------O
                                ======================*/

 .o-page {
     align-items: center;
     display: flex;
     max-width: 100vw;
     height: 100vh;
     justify-content: center;
     z-index: 20;
 }

 #p-skills {
     color: rgba(255, 255, 255, 0.87);
     font-family: roboto;
     text-align: center;
     margin-top: 16px;
 }

 #a-skills {
     text-decoration: none;
 }

 .skill-set {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-around;
     max-width: 90%;
 }

 .skill-set .skill-outer {
     display: block;
 }

 .skill-set svg {
     max-width: 150px;
     height: auto;
     width: 100%;
 }

 @keyframes ui {
     0% {
         d: path("M80 87.26l-2.02-5.87-5.67-1.82 5.67-1.83L80 71.88l1.71 5.86 5.98 1.83-5.99 1.82-1.7 5.87z");
     }

     20% {
         d: path("M80 83.96l-4.33 2.28.83-4.83L72.99 78l4.84-.71L80 72.9l2.17 4.39 4.84.71-3.5 3.41.82 4.83L80 83.96z");
     }

     40% {
         d: path("M80 83.89h-6.15l3.08-5.32L80 73.25l3.07 5.32 3.08 5.32H80z");
     }

     60% {
         d: path("M80 85.57l-1-.86c-3.37-3.06-5.59-5.07-5.59-7.54a3.56 3.56 0 0 1 3.6-3.6A3.9 3.9 0 0 1 80 74.94a3.9 3.9 0 0 1 2.94-1.37 3.56 3.56 0 0 1 3.6 3.6c0 2.47-2.22 4.48-5.59 7.54z");
     }

     80% {
         d: path("M74,80a6,6 0 1,0 12,0a6,6 0 1,0 -12,0");
     }

     100% {
         d: path("M80 87.26l-2.02-5.87-5.67-1.82 5.67-1.83L80 71.88l1.71 5.86 5.98 1.83-5.99 1.82-1.7 5.87z");
     }
 }

 .heart {
     animation: ui 3s linear infinite;
 }

 @keyframes rainbow-color-fill {
     0% {
         fill: #DAB9FF;
     }

     20% {
         fill: #FFB9B9;
     }

     40% {
         fill: #FFFEB9;
     }

     60% {
         fill: #B9FFCC;
     }

     80% {
         fill: #B9C9FF;
     }

     100% {
         fill: #DAB9FF;
     }
 }

 @keyframes rainbow-color-stroke {
     0% {
         stroke: #DAB9FF;
     }

     20% {
         stroke: #FFB9B9;
     }

     40% {
         stroke: #fffeb9;
     }

     60% {
         stroke: #B9FFCC;
     }

     80% {
         stroke: #B9C9FF;
     }

     100% {
         stroke: #DAB9FF;
     }
 }

 .skill-outer {
     outline: none;
 }

 .ui:hover circle,
 .ui:hover .btn,
 .ui:hover text,
 .ui:focus circle,
 .ui:focus .btn,
 .ui:focus text {
     animation: rainbow-color-fill 1s linear infinite;
     stroke: transparent;
 }

 .ui:hover .heart,
 .ui:focus .heart {
     stroke: transparent;
 }

 .code {
     position: relative;
 }

 .code:hover text,
 .code:hover .rectangle,
 .code:focus text,
 .code:focus .rectangle {
     animation: rainbow-color-fill 1s linear infinite;
     stroke: transparent;
 }

 .code:hover .change-letter,
 .code:focus .change-letter {
     color: #121212;
 }

 .code:hover .bar,
 .code:focus .bar {
     stroke: #121212;
 }

 .change-letter {
     color: white;
     font-family: roboto;
     font-size: 16px;
     position: absolute;
     text-decoration: none;
     left: calc(50% - 32px);
     top: calc(50% - 20px);
     transform: translate(-50%, -50%);
 }

 .change-letter:after {
     position: absolute;
     content: "</>";
     animation: changeLetter 3s linear infinite;
     width: 82px;
     text-align: center;
 }

 @keyframes changeLetter {
     0% {
         content: "</>";
     }

     20% {
         content: "CSS";
     }

     40% {
         content: "WORDPRESS";
     }

     60% {
         content: "JS";
     }

     80% {
         content: "HTML";
     }

     100% {
         content: "</>";
     }
 }

 @keyframes interactiveMotion0 {
     from {
         d: path("M68,61.83a12,12 0 1,0 24,0a12,12 0 1,0 -24,0");
     }

     to {
         d: path("M60,61.83a20,20 0 1,0 40,0a20,20 0 1,0 -40,0");
         opacity: 0;
     }
 }

 @keyframes interactiveMotion1 {
     from {
         d: path("M68,61.83a12,12 0 1,0 24,0a12,12 0 1,0 -24,0");
     }

     to {
         d: path("M55,61.83a25,25 0 1,0 50,0a25,25 0 1,0 -50,0");
         opacity: 0;
     }
 }

 @keyframes interactiveMotion2 {
     from {
         d: path("M68,61.83a12,12 0 1,0 24,0a12,12 0 1,0 -24,0");
     }

     to {
         d: path("M50,61.83a30,30 0 1,0 60,0a30,30 0 1,0 -60,0");
         opacity: 0;
     }
 }

 @keyframes interactiveMotion3 {
     from {
         d: path("M68,61.83a12,12 0 1,0 24,0a12,12 0 1,0 -24,0");
     }

     to {
         d: path("M45,61.83a35,35 0 1,0 70,0a35,35 0 1,0 -70,0");
         opacity: 0;
     }
 }

 @keyframes interactiveMotion4 {
     from {
         d: path("M68,61.83a12,12 0 1,0 24,0a12,12 0 1,0 -24,0");
     }

     to {
         d: path("M40,61.83a40,40 0 1,0 80,0a40,40 0 1,0 -80,0");
         opacity: 0;
     }
 }

 .ellipse0 {
     animation: interactiveMotion0 3s ease-out infinite;
 }

 .ellipse1 {
     animation: interactiveMotion1 3s ease-out infinite;
 }

 .ellipse2 {
     animation: interactiveMotion2 3s ease-out infinite;
 }

 .ellipse3 {
     animation: interactiveMotion3 3s ease-out infinite;
 }

 .ellipse4 {
     animation: interactiveMotion4 3s ease-out infinite;
 }

 .interactive:hover .ellipse,
 .interactive:hover text,
 .interactive:focus .ellipse,
 .interactive:focus text {
     animation: rainbow-color-fill 1s linear infinite;
 }

 .interactive:hover .hand,
 .interactive:hover .bar,
 .interactive:focus .hand,
 .interactive:focus .bar {
     stroke: #FFB9B9;
 }

 .interactive:hover .ellipse4,
 .interactive:focus .ellipse4 {
     stroke: #DAB9FF;
 }

 .interactive:hover .ellipse3,
 .interactive:focus .ellipse3 {
     stroke: #FFB9B9;
 }

 .interactive:hover .ellipse2,
 .interactive:focus .ellipse2 {
     stroke: #FFFEB9;
 }

 .interactive:hover .ellipse1,
 .interactive:focus .ellipse1 {
     stroke: #B9FFCC;
 }

 .interactive:hover .ellipse0,
 .interactive:focus .ellipse0 {
     stroke: #B9C9FF;
 }

 .interactive:hover .ellipse,
 .interactive:focus .ellipse {
     stroke: transparent;
 }

 .graphic-dot1 {
     offset-path: path("M68.54 60.66h60v60h-60z");
     animation: graphicDotMotion 10s linear infinite reverse;
 }

 .graphic-dot2 {
     offset-path: path("M68.85 31a30 30 0 0 1 30 30 30 30 0 0 1-30 30 30 30 0 0 1-30-30 30 30 0 0 1 30-30z");
     animation: graphicDotMotion 10s linear infinite;
 }

 @keyframes graphicDotMotion {
     to {
         motion-offset: 100%;
         offset-distance: 100%;
     }
 }

 .graphic:hover .graphic-middle,
 .graphic:hover text,
 .graphic:focus .graphic-middle,
 .graphic:focus text {
     animation: rainbow-color-fill 1s linear infinite;
 }

 .graphic:hover .graphic-shape1,
 .graphic:focus .graphic-shape1 {
     stroke: #B9FFCC;
 }

 .graphic:hover .graphic-shape2,
 .graphic:focus .graphic-shape2 {
     stroke: #B9C9FF;
 }

 .graphic:hover .graphic-dot2,
 .graphic:focus .graphic-dot2 {
     fill: #B9FFCC;
 }

 .graphic:hover .graphic-dot1,
 .graphic:focus .graphic-dot1 {
     fill: #B9C9FF;
 }

 @keyframes leftSide3 {
     from {
         d: path("M53.18 76.81h22.6v36.53h-22.6z");
     }

     to {
         d: path("M53.18 32.15h22.6v81.19h-22.6z");
     }
 }

 @keyframes leftSide2 {
     from {
         d: path("M53.18 76.81l-9.46 8.22v36.52l9.46-8.21V76.81z");
     }

     to {
         d: path("M53.18 32.15l-9.46 8.21v81.19l9.46-8.21V32.15z");
     }
 }

 @keyframes leftSide1 {
     from {
         d: path("M30.57 76.81v36.53");
     }

     to {
         d: path("M30.57 32.15v81.19");
     }
 }

 @keyframes leftTop {
     from {
         d: path("M43.72 85l9.46-8.22h22.6c0-5-10.2-9-22.6-9s-22.6 4.09-22.6 9c0 3.53 5.14 6.74 13.14 8.22");
     }

     to {
         d: path("M43.72 40.36l9.46-8.21h22.6c0-5-10.2-9-22.6-9s-22.6 4.08-22.6 9c0 3.52 5.14 6.74 13.14 8.21");
     }
 }

 @keyframes rightSide3 {
     from {
         d: path("M129.43 31.73v79.28");
     }

     to {
         d: path("M129.43 80.41v30.6");
     }
 }

 @keyframes rightSide2 {
     from {
         d: path("M106.82 31.73l9.46 8.22v79.27l-9.46-8.21V31.73z");
     }

     to {
         d: path("M106.82 80.42l9.46 8.21v30.59l-9.46-8.21V80.42z");
     }
 }

 @keyframes rightSide1 {
     from {
         d: path("M84.22 31.73h22.6V111h-22.6z");
     }

     to {
         d: path("M84.22 80.41h22.6V111h-22.6z");
     }
 }

 @keyframes rightTop {
     from {
         d: path("M116.28 40l-9.46-8.22h-22.6c0-5 10.2-9 22.6-9s22.6 4.08 22.6 9c0 3.53-5.14 6.74-13.14 8.22");
     }

     to {
         d: path("M116.28 88.63l-9.46-8.22h-22.6c0-5 10.2-9 22.6-9s22.6 4.08 22.6 9c0 3.53-5.14 6.74-13.14 8.22");
     }
 }

 .left-side3 {
     animation: leftSide3 3s ease-out infinite alternate;
 }

 .left-side2 {
     animation: leftSide2 3s ease-out infinite alternate;
 }

 .left-side1 {
     animation: leftSide1 3s ease-out infinite alternate;
 }

 .left-top {
     animation: leftTop 3s ease-out infinite alternate;
 }

 .right-side3 {
     animation: rightSide3 3s ease-out infinite alternate;
 }

 .right-side2 {
     animation: rightSide2 3s ease-out infinite alternate;
 }

 .right-side1 {
     animation: rightSide1 3s ease-out infinite alternate;
 }

 .right-top {
     animation: rightTop 3s ease-out infinite alternate;
 }

 .infographic:hover text,
 .infographic:focus text {
     animation: rainbow-color-fill 1s linear infinite;
 }

 .infographic:hover .left-bottom,
 .infographic:hover .right-bottom,
 .infographic:focus .left-bottom,
 .infographic:focus .right-bottom {
     stroke: #FFB9B9;
 }

 .infographic:hover .left-side3,
 .infographic:hover .right-side3,
 .infographic:focus .left-side3,
 .infographic:focus .right-side3 {
     stroke: #DAB9FF;
 }

 .infographic:hover .left-side2,
 .infographic:hover .right-side2,
 .infographic:focus .left-side2,
 .infographic:focus .right-side2 {
     stroke: #FFB9B9;
 }

 .infographic:hover .left-side1,
 .infographic:hover .right-side1,
 .infographic:focus .left-side1,
 .infographic:focus .right-side1 {
     stroke: #FFFEB9;
 }

 .infographic:hover .left-top,
 .infographic:hover .right-top,
 .infographic:focus .left-top,
 .infographic:focus .right-top {
     stroke: #B9FFCC;
 }

 .infographic:hover .ellipse0,
 .infographic:focus .ellipse0 {
     stroke: #B9C9FF;
 }

 .infographic:hover .ellipse,
 .infographic:focus .ellipse {
     stroke: transparent;
 }

 @keyframes typoWave {
     from {
         d: path("M124.74 38l32.64 82.45-7.25-6.14a3 3 0 0 0-3.83 0l-5.3 4.51a3.66 3.66 0 0 1-4.7 0l-5.35-4.53a3 3 0 0 0-3.82 0l-5.35 4.53a3.64 3.64 0 0 1-4.7 0l-5.34-4.52a3 3 0 0 0-3.83 0l-5.34 4.53a3.66 3.66 0 0 1-4.7 0l-5.34-4.53a3 3 0 0 0-3.83 0l-5.34 4.53a3.67 3.67 0 0 1-4.71 0l-5.34-4.53a3 3 0 0 0-3.83 0l-5.34 4.52a3.64 3.64 0 0 1-4.7 0l-5.35-4.53a3 3 0 0 0-3.83 0l-5.35 4.53a3.63 3.63 0 0 1-4.7 0l-7.71-6.52L17.25 38z");
     }

     to {
         d: path("M120 38l10.39 21.31-7.25-6.15a3 3 0 0 0-3.83 0l-5.34 4.53a3.65 3.65 0 0 1-4.71 0l-5.34-4.53a3 3 0 0 0-3.83 0l-5.39 4.51a3.63 3.63 0 0 1-4.7 0l-5.34-4.53a3 3 0 0 0-3.83 0l-5.34 4.53a3.65 3.65 0 0 1-4.71 0l-5.34-4.53a3 3 0 0 0-3.82 0l-5.35 4.53a3.63 3.63 0 0 1-4.7 0l-5.35-4.53a3 3 0 0 0-3.82 0l-5.34 4.53a3.65 3.65 0 0 1-4.71 0L27 53.14a3 3 0 0 0-3.83 0l-5.36 4.53a3.63 3.63 0 0 1-4.7 0l-7.7-6.52L12.46 38z");
     }
 }

 @keyframes typoWaveHover {
     from {
         d: path("M124.74 38l32.64 82.45-7.25-6.14a3 3 0 0 0-3.83 0l-5.3 4.51a3.66 3.66 0 0 1-4.7 0l-5.35-4.53a3 3 0 0 0-3.82 0l-5.35 4.53a3.64 3.64 0 0 1-4.7 0l-5.34-4.52a3 3 0 0 0-3.83 0l-5.34 4.53a3.66 3.66 0 0 1-4.7 0l-5.34-4.53a3 3 0 0 0-3.83 0l-5.34 4.53a3.67 3.67 0 0 1-4.71 0l-5.34-4.53a3 3 0 0 0-3.83 0l-5.34 4.52a3.64 3.64 0 0 1-4.7 0l-5.35-4.53a3 3 0 0 0-3.83 0l-5.35 4.53a3.63 3.63 0 0 1-4.7 0l-7.71-6.52L17.25 38z");
     }

     to {
         d: path("M120 38l10.39 21.31-7.25-6.15a3 3 0 0 0-3.83 0l-5.34 4.53a3.65 3.65 0 0 1-4.71 0l-5.34-4.53a3 3 0 0 0-3.83 0l-5.39 4.51a3.63 3.63 0 0 1-4.7 0l-5.34-4.53a3 3 0 0 0-3.83 0l-5.34 4.53a3.65 3.65 0 0 1-4.71 0l-5.34-4.53a3 3 0 0 0-3.82 0l-5.35 4.53a3.63 3.63 0 0 1-4.7 0l-5.35-4.53a3 3 0 0 0-3.82 0l-5.34 4.53a3.65 3.65 0 0 1-4.71 0L27 53.14a3 3 0 0 0-3.83 0l-5.36 4.53a3.63 3.63 0 0 1-4.7 0l-7.7-6.52L12.46 38z");
     }
 }

 .wave-middle {
     animation: typoWave 3s ease-out infinite alternate;
 }

 .typo:hover .typo-right-under,
 .typo:hover .typo-left-under,
 .typo:hover text,
 .typo:focus .typo-right-under,
 .typo:focus .typo-left-under,
 .typo:focus text {
     animation: rainbow-color-fill 1s linear infinite;
 }

 .typo:hover .typo-right-under,
 .typo:hover .typo-left-under,
 .typo:hover .typo-right-top,
 .typo:hover .typo-left-top,
 .typo:focus .typo-right-under,
 .typo:focus .typo-left-under,
 .typo:focus .typo-right-top,
 .typo:focus .typo-left-top {
     stroke: transparent;
 }

 .scroll-horizontally {
     overflow-x: auto;
     white-space: nowrap;
 }




 .overlay {
     position: relative;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     background: linear-gradient(rgba(238, 238, 238, 0.6), rgba(238, 238, 238, 0.3));
     z-index: 99;
     pointer-events: none;
 }

 .simple_gradient {
     background-color: #ff3891;
     background: linear-gradient(90deg, #ff3891, #ffbf04);
     background: linear-gradient(var(--gradient-orientation, 90deg), #ff3891, #ffbf04);
     -webkit-background-clip: text;
     background-clip: text;
     -webkit-text-fill-color: transparent;
     font-weight: 700;
 }

 .explore_gradient {
     background-color: #05C4FC;
     background: linear-gradient(90deg, #05C4FC, #4FF3A1);
     background: linear-gradient(var(--gradient-orientation, 90deg), #05C4FC, #4FF3A1);
     -webkit-background-clip: text;
     background-clip: text;
     -webkit-text-fill-color: transparent;
     font-weight: 700;
 }


 /*=============== HEADER & NAV===============*/
 .header {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     background-color: #111111;
     z-index: var(--z-fixed);
     transition: 0.4s;
     height: 80px;
     padding: 0% 0% 2% 2%;
 }

 .nav {

     display: flex;
     justify-content: space-between;
     align-items: center;
 }





 .nav__menu {
     position: fixed;
     bottom: 1rem;
     background-color: hsla(var(--second-hue), 32%, 16%, 0.8);
     width: 90%;
     border-radius: 4rem;
     padding: 1rem 2.25rem;
     backdrop-filter: blur(10px);
     transition: 0.4s;
 }

 .nav__list {
     display: flex;
     justify-content: space-between;
     align-items: center;
 }


 .nav__item {
     font-size: 18px;
 }


 .nav__logo img {
     min-width: 80px;
 }

 .nav__link {
     color: var(--text-color);
     font-size: 1.25rem;
     padding: 0.4rem;
     font-weight: var(--font-medium);
     text-decoration: none;
     transition: 0.4s;
     display: flex;
     border-radius: 5rem;
 }


 .icones {
     display: flex;
     justify-content: center;
     align-items: center;

     padding-bottom: 10%;
 }

 .icones i {
     margin: 0 2vw;
     /* Espacement horizontal entre les icônes */
     color: #ffffff6f;
     font-size: 50px;
 }

 .icones i:hover {
     color: white;

 }

 footer {
     background-color: #ffffff6f;
     padding-top: 1%;
     padding-bottom: 7%;

 }

 footer p {
     color: #111111;
     text-align: center;

 }