@charset "UTF-8";
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
@font-face {
  font-family: "ClashDisplay-Light";
  src: url("fonts/ClashDisplay-Light.woff2") format("woff2"), url("fonts/ClashDisplay-Light.woff") format("woff"), url("fonts/ClashDisplay-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay-Extralight";
  src: url("fonts/ClashDisplay-Extralight.woff2") format("woff2"), url("fonts/ClashDisplay-Extralight.woff") format("woff"), url("fonts/ClashDisplay-Extralight.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay-Regular";
  src: url("fonts/ClashDisplay-Regular.woff2") format("woff2"), url("fonts/ClashDisplay-Regular.woff") format("woff"), url("fonts/ClashDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay-Medium";
  src: url("fonts/ClashDisplay-Medium.woff2") format("woff2"), url("fonts/ClashDisplay-Medium.woff") format("woff"), url("fonts/ClashDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay-Semibold";
  src: url("fonts/ClashDisplay-Semibold.woff2") format("woff2"), url("fonts/ClashDisplay-Semibold.woff") format("woff"), url("fonts/ClashDisplay-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay-Bold";
  src: url("fonts/ClashDisplay-Bold.woff2") format("woff2"), url("fonts/ClashDisplay-Bold.woff") format("woff"), url("fonts/ClashDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

/* Général
--------------------------------------------- */
html {
  background-color: #f8f8f8;
  z-index: -1;
  scroll-behavior: smooth;
}

* {
  font-family: "ClashDisplay-Medium", sans-serif;
  color: #1b092c;
  text-decoration: none;
  font-weight: normal;
  font-size: 1vw;
  letter-spacing: 0.2px;
  z-index: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  transition: 0.5s ease-in-out;

}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  * {
    font-size: 3vw;
  }
}

body {
  margin: 0;
}

html,
html *,
body,
body * {
  cursor: none;
}

a {
    text-decoration: none!important;
}

/* PAGE ACCUEIL
--------------------------------------------- */
/* Header + Menu
--------------------------------------------- */
header {
  /* Icon 3 */
}
@media screen and (min-width: 1024px) {
  header {
    margin: 3vw 7vw 0 7vw;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header {
    margin: 4vw 7vw 0 7vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  header {
    margin: 5vw 7vw 0 7vw;
  }
}
header .header {
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  header .navbar__menu {
    display: flex;
    justify-content: space-between;
  }
}
header .name {
  width: 100%;
}
header .name h4 {
  padding: 0;
  margin: 0;
  animation: fadeInUp;
  animation-duration: 1.5s;
}
@media screen and (min-width: 1024px) {
  header .name h4 {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  header .name h4 {
    font-size: 4vw;
  }
}
header .name h4 a {
  font-family: "ClashDisplay-Semibold", sans-serif;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  header .name h4 a {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  header .name h4 a {
    font-size: 4vw;
  }
}
header .name h4:hover a {
  letter-spacing: 0.08rem;
}
header .name p {
  position: relative;
  font-family: "ClashDisplay-Regular", sans-serif;
  color: #ba92ff;
  padding: auto 0;
  margin: auto 0;
  animation: fadeInUp;
  animation-duration: 1.5s;
}
@media only screen and (min-width: 1024px) {
  header .name p {
    font-size: 1vw;
    margin-left: 0.83vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  header .name p {
    font-size: 3vw;
    margin-left: 2.5vw;
    font-family: "ClashDisplay-Medium", sans-serif;
  }
}
header .name p:before {
  content: "";
  position: absolute;
  background: #99ed46;
}
@media screen and (min-width: 1700px) {
  header .name p:before {
    width: 0.4vw;
    height: 0.4vw;
    border-radius: 0.6vw;
    margin-left: -0.8vw;
    margin-top: 0.4vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1700px) {
  header .name p:before {
    width: 0.4vw;
    height: 0.4vw;
    border-radius: 0.6vw;
    margin-left: -0.8vw;
    margin-top: 0.3vw;
  }
}
@media screen and (min-width: 760px) and (max-width: 1024px) {
  header .name p:before {
    width: 1.2vw;
    height: 1.2vw;
    border-radius: 1.2vw;
    margin-left: -2.5vw;
    margin-top: 1vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 760px) {
  header .name p:before {
    width: 1.2vw;
    height: 1.2vw;
    border-radius: 1.2vw;
    margin-left: -2.5vw;
    margin-top: 4px;
  }
}
header .nav-icon3 {
  display: none;
}
header .navbar__nav {
  z-index: 2;
  animation: fadeInUp;
  animation-duration: 1.5s;
}
header .navbar__nav .after-transform a {
  position: relative;
}
header ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  header ul {
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
  }
}
header ul li {
  display: inline;
}
@media screen and (min-width: 1024px) {
  header ul li {
    padding: 0.3vw 0 0.3vw 2.2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  header ul li {
    display: block;
    z-index: 3;
    margin: 0 0 5vw 10vw;
  }
}
header ul li a {
  text-decoration: none;
}
header ul li a span {
  padding-right: 0.4vw;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  header ul li a span {
    font-size: 8vw;
    color: #f8f8f8;
  }
}
@media screen and (min-width: 1920px) {
  header ul li a img {
    width: 1.7%;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1920px) {
  header ul li a img {
    width: 1.5%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  header ul li a img {
    width: 1.3%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header ul li a img {
    width: 1.3%;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  header ul li a img {
    width: 1.3%;
  }
}
header ul li:hover img {
  rotate: 45deg;
  animation: rotation 2s infinite linear;
}
header ul .btn-shop {
  background-color: #ba92ff;
  border: none;
  margin-left: 2vw;
}
@media screen and (min-width: 1024px) {
  header ul .btn-shop {
    border-radius: 0.5vw;
    padding: 0.5vw 1vw;
  }
}
@media screen and (min-width: 320px) {
  header ul .btn-shop {
    border-radius: 0.5vw;
    padding: 0.5vw 1vw;
  }
}
header ul .btn-shop span {
  color: #f8f8f8;
}
header ul .btn-shop:hover img {
  rotate: 45deg;
  animation: rotation 2s infinite linear;
}
header .navbar-responsive {
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  header .navbar-responsive {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  header .navbar-responsive {
    top: 0;
    left: 0;
    height: 60vh;
    width: 100%;
    padding-top: 3vw;
    transform: translate(0, -200%);
    transition: 0.5s all ease;
    z-index: 2;
    position: absolute;
    height: auto;
    width: 100%;
    background-color: #ba92ff;
    border-radius: 0 0 30px 30px;
  }
  header .navbar-responsive .name-responsive {
    z-index: 3;
    margin: 2.5vw 7vw 0 7vw;
  }
  header .navbar-responsive .name-responsive h4 {
    padding: 0;
    margin: 0;
  }
  header .navbar-responsive .name-responsive h4 a {
    font-family: "ClashDisplay-Semibold", sans-serif;
    color: #f8f8f8;
    padding: 0;
    margin: 0;
    font-size: 4vw;
  }
  header .navbar-responsive .name-responsive p {
    position: relative;
    font-family: "ClashDisplay-Regular", sans-serif;
    color: #f8f8f8;
    padding: auto 0;
    margin: auto 0;
    font-size: 3vw;
    margin-left: 2.5vw;
    font-family: "ClashDisplay-Medium", sans-serif;
  }
  header .navbar-responsive .name-responsive p:before {
    content: "";
    position: absolute;
    background: #99ed46;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 760px) and (max-width: 1024px) {
  header .navbar-responsive .name-responsive p:before {
    width: 1.2vw;
    height: 1.2vw;
    border-radius: 1.2vw;
    margin-left: -2.5vw;
    margin-top: 1vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 320px) and (max-width: 760px) {
  header .navbar-responsive .name-responsive p:before {
    width: 1.2vw;
    height: 1.2vw;
    border-radius: 1.2vw;
    margin-left: -2.5vw;
    margin-top: 4px;
  }
}
@media only screen and (max-width: 1024px) {
  header .navbar-responsive .navbar-responsive__nav {
    z-index: 3;
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 10.5vw 0;
  }
  header .navbar-responsive .navbar-responsive__nav .navbar-responsive__link {
    text-align: left;
    margin: 3vw 7vw;
    padding: 0;
    width: 58%;
  }
  header .navbar-responsive .navbar-responsive__nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    margin: auto 0;
    font-size: 7vw;
    padding: 0;
  }
  header .navbar-responsive .navbar-responsive__nav:after {
    top: 50%;
    bottom: 0;
    left: 0;
    background-color: #fff;
  }
  header .navbar-responsive .navbar-responsive__nav img {
    width: 8%;
    margin-left: 4vw;
  }
  header .navbar-responsive .navbar-responsive__nav .btn-shop-responsive {
    background-color: #f8f8f8;
    border: none;
    margin-left: 2vw;
    border-radius: 3vw;
    padding: 0.5vw;
    margin-left: 7vw;
    margin-top: 4vw;
  }
  header .navbar-responsive .navbar-responsive__nav .btn-shop-responsive a {
    color: #ba92ff;
    margin: 0;
    padding: 2.5vw 5vw;
  }
  header .navbar-responsive .navbar-responsive__nav .btn-shop-responsive img {
    width: 10%;
    margin-left: 4vw;
  }
}
@media only screen and (max-width: 1024px) {
  header .navbar-responsive .social-media-responsive {
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    bottom: 0;
    padding-left: 7vw;
    padding-right: 7vw;
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  header .navbar-responsive a {
    color: #f8f8f8;
    bottom: 0;
    font-size: 3vw;
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  header #menu-icon {
    animation: fadeInUp;
    animation-duration: 1.5s;
    z-index: 6;
    width: 10%;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    padding: 12px;
    top: 0;
    right: 0;
    margin: 5vw 7vw;
  }
  header #menu-icon span {
    display: none;
    position: absolute;
    height: 5px;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  header #menu-icon span:nth-child(1) {
    top: 0vw;
    height: 1.3vw;
    width: 70%;
    display: block;
    background: #ba92ff;
    margin-left: auto;
    right: 0;
  }
  header #menu-icon span:nth-child(2),
header #menu-icon span:nth-child(3) {
    top: 2.5vw;
    height: 1.3vw;
    width: 100%;
    display: block;
    background: #ba92ff;
    margin-left: auto;
  }
  header #menu-icon span:nth-child(4) {
    top: 5vw;
    height: 1.3vw;
    width: 70%;
    display: block;
    background: #ba92ff;
    margin-right: auto;
  }
  header #menu-icon.open span:nth-child(1) {
    top: 2.5vw;
    width: 0%;
    left: 50%;
  }
  header #menu-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #f8f8f8;
    width: 80%;
    height: 1vw;
    margin: 1vw;
  }
  header #menu-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #f8f8f8;
    width: 80%;
    height: 1vw;
    margin: 1vw;
  }
  header #menu-icon.open span:nth-child(4) {
    top: 2.5vw;
    width: 0%;
    left: 50%;
  }
}

@media (max-width: 1024px) {
  .navbar__nav {
    display: none !important;
  }
  #menu-icon span {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .navbar__responsive {
    transform: translate3d(-100%, 0, 0) !important;
    display: none;
  }
}
/* Phrase d'accroche
--------------------------------------------- */
.title {
  animation: fadeInLeft;
  animation-duration: 1.5s;
}
@media screen and (min-width: 1024px) {
  .title {
    padding-bottom: 4.8vw;
    margin: 0 7vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .title {
    padding-bottom: 13vw;
    margin: 0 7vw;
  }
}
.title h1 {
  font-family: "ClashDisplay-Semibold", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .title h1 {
    font-size: 6.5vw;
    margin: 6vw 0 0 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .title h1 {
    font-size: 9vw;
    margin: 20vw 0 0 0;
  }
}
.title h1 span {
  font-family: "ClashDisplay-Semibold", sans-serif;
  color: #ba92ff;
}
@media screen and (min-width: 1024px) {
  .title h1 span {
    font-size: 6.5vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .title h1 span {
    font-size: 9.5vw;
  }
}
.title .h5-accueil {
  font-family: "ClashDisplay-Medium", sans-serif;
  font-weight: normal;
  line-height: 1.3;
}
@media screen and (min-width: 1024px) {
  .title .h5-accueil {
    font-size: 1.7vw;
    margin: 0 0 5vw 0;
    width: 37%;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .title .h5-accueil {
    font-size: 3.5vw;
    margin: 3vw 0 8vw 0;
    width: 78%;
  }
}
.title .h5-accueil span {
  color: #ba92ff;
}
.title h5 {
  font-family: "ClashDisplay-Medium", sans-serif;
  font-weight: normal;
  line-height: 1.3;
}
@media screen and (min-width: 1024px) {
  .title h5 {
    font-size: 1.7vw;
    margin: 0 0 3vw 0;
    width: 53%;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .title h5 {
    font-size: 3.5vw;
    margin: 3vw 0 8vw 0;
    width: 90%;
  }
}
.title h5 span {
  color: #ba92ff;
}
.title .btn-header-accueil {
  display: block;
}
@media screen and (min-width: 1024px) {
  .title .btn-header-accueil {
    margin: 5vw 0 0 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .title .btn-header-accueil {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}
@media screen and (min-width: 1024px) {
  .title .btn-header-accueil .btn-1 {
    font-size: 1vw;
  }
}
@media screen and (min-width: 400px) and (max-width: 1024px) {
  .title .btn-header-accueil .btn-1 {
    border-radius: 1vw;
    padding: 2vw 3vw;
    font-size: 3vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 400px) {
  .title .btn-header-accueil .btn-1 {
    border-radius: 1vw;
    padding: 2vw 3vw;
    margin-top: 7vw;
    font-size: 3vw;
  }
}
@media screen and (min-width: 1024px) {
  .title .btn-header-accueil .btn-2 {
    font-size: 1vw;
  }
}
@media screen and (min-width: 400px) and (max-width: 1024px) {
  .title .btn-header-accueil .btn-2 {
    margin: 0;
    padding-top: 3vw;
    font-size: 3vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 400px) {
  .title .btn-header-accueil .btn-2 {
    margin: 0;
    padding-top: 3vw;
    font-size: 3vw;
  }
}

.btn-1 {
  color: #f8f8f8;
  background-color: #ba92ff;
  border: none;
}
@media screen and (min-width: 1024px) {
  .btn-1 {
    border-radius: 0.7vw;
    padding: 1vw 1.2vw;
    font-size: 1vw;
  }
}
@media screen and (min-width: 400px) and (max-width: 1024px) {
  .btn-1 {
    border-radius: 1vw;
    padding: 2vw 3vw;
    font-size: 3vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 400px) {
  .btn-1 {
    border-radius: 1vw;
    padding: 2vw 3vw;
    margin-top: 7vw;
    font-size: 3vw;
  }
}
@media screen and (min-width: 1024px) {
  .btn-1 img {
    width: 0.7vw;
    margin-left: 0.5vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .btn-1 img {
    width: 2vw;
    margin-left: 1.5vw;
  }
}
.btn-1:hover img {
  rotate: 45deg;
  animation: rotation 2s infinite linear;
}

.btn-2 {
  color: #ba92ff;
  border: none;
}
@media screen and (min-width: 1024px) {
  .btn-2 {
    margin: 0 0 0 2.1vw;
    font-size: 1vw;
  }
}
@media screen and (min-width: 400px) and (max-width: 1024px) {
  .btn-2 {
    margin: 0 0 0 4vw;
    font-size: 3vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 400px) {
  .btn-2 {
    margin: 0;
    font-size: 3vw;
  }
}
@media screen and (min-width: 1024px) {
  .btn-2 img {
    width: 0.7vw;
    margin-left: 0.5vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .btn-2 img {
    width: 2vw;
    margin-left: 1.5vw;
  }
}
.btn-2:hover img {
  rotate: 45deg;
  animation: rotation 2s infinite linear;
}

.header-rs {
  animation: fadeInUp;
  animation-duration: 1.5s;
}
@media screen and (min-width: 1024px) {
  .header-rs {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 320px) {
  .header-rs {
    margin: 2.2vw 7vw;
  }
}
.header-rs .discover {
  animation: fadeInUp;
  animation-duration: 1.5s;
}
@media screen and (min-width: 1024px) {
  .header-rs .discover {
    z-index: 0;
    color: #ba92ff;
  }
  .header-rs .discover img {
    width: 2.2%;
    margin-left: 0.4vw;
  }
  .header-rs .discover:hover {
    color: #1b092c;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .header-rs .discover {
    display: none;
  }
}
.header-rs .social-media {
  z-index: 0;
  display: flex;
  justify-content: space-between;
}
.header-rs .social-media a {
  color: #ba92ff;
  font-family: ClashDisplay-Regular;
}
@media screen and (min-width: 1024px) {
  .header-rs .social-media a {
    padding: 0 0 0 1.4vw;
  }
}
.header-rs .social-media a:hover {
  color: #1b092c;
}

/* Projects
--------------------------------------------- */
@media screen and (min-width: 1024px) {
  .projects {
    margin: 0 7vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .projects {
    margin: 10vw 7vw 15vw 7vw;
  }
}
.projects .photo-project {
  width: 100%;
  object-fit: cover;
  border-radius: 1.5vw;
}
@media screen and (min-width: 320px) {
  .projects .photo-project {
    width: 100%;
    height: 100%;
  }
}
.projects a:hover .photo-project {
  opacity: 0.5;
}
.projects a:hover .arrow-project {
  rotate: 45deg;
  animation: rotation 2s infinite linear;
}
.projects .line1 {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .projects .line1 {
    margin: 0.7vw 2.5vw 0.1vw 2.5vw;
  }
}
@media screen and (min-width: 320px) {
  .projects .line1 {
    margin: 0.7vw 2.5vw 0.1vw 2.5vw;
  }
}

.projects .line1 h6 {
  font-family: "ClashDisplay-Semibold", sans-serif;
  margin: auto 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .projects .line1 h6 {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .projects .line1 h6 {
    font-size: 3.5vw;
  }
}
.projects .line1 p {
  font-family: "ClashDisplay-Medium", sans-serif;
  margin: auto 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .projects .line1 p {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .projects .line1 p {
    font-size: 3vw;
  }
}
.projects .line2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .projects .line2 {
    margin: 0 2.5vw;
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .projects .line2 {
    margin: 0 2.5vw;
    font-size: 3vw;
  }
}
.projects .line2 p {
  font-family: "ClashDisplay-Regular", sans-serif;
  margin: auto 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .projects .line2 p {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .projects .line2 p {
    font-size: 3vw;
  }
}
.projects .archives {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .projects .archives {
    justify-content: space-between;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .projects .archives {
    flex-direction: column;
  }
}
@media screen and (min-width: 320px) {
  .projects .archives .arrow-project {
    width: 3%;
  }
}
.projects .archives .archives-line1 {
  display: flex;
  flex-direction: column;
  margin: 7vw 0;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .projects .archives .archives-line1 {
    align-items: flex-start;
    width: 45%;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .projects .archives .archives-line1 {
    flex-direction: column;
    width: 100%;
  }
}
.projects .archives .archives-line1 .project1 {
  max-width: auto;
  position: relative;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .projects .archives .archives-line1 .project1 {
    margin-top: 10vw;
  }
}
.projects .archives .archives-line1 .project1 .cover {
  margin: auto 0;
  position: relative;
  object-fit: cover;
}
.projects .archives .archives-line1 .project1 .cat {
  position: absolute;
  width: 100%;
  padding: 1vw;
  top: 0;
  left: 0;
}
.projects .archives .archives-line1 .project1 .cat ul {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .projects .archives .archives-line1 .project1 .cat ul {
    margin-left: 1vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .projects .archives .archives-line1 .project1 .cat ul {
    margin-left: 2.5vw;
  }
}
.projects .archives .archives-line1 .project1 .cat ul li {
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .projects .archives .archives-line1 .project1 .cat ul li {
    border: 0.1vw solid #1b092c;
    border-radius: 3vw;
    padding: 0.4vw 1vw;
    margin: 0.2vw 1vw 0 0.2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .projects .archives .archives-line1 .project1 .cat ul li {
    border: 0.2vw solid #1b092c;
    border-radius: 3vw;
    padding: 1vw 2vw;
    margin: 1.5vw 2vw 0 1.5vw;
  }
}
.projects .archives .archives-line1 .project1 .cat ul li p {
  font-family: "ClashDisplay-Regular", sans-serif;
  padding-top: 0.2vw;
}
.projects .archives .archives-line1 .project1 .project-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin: auto 0;
}
@media screen and (min-width: 1024px) {
  .projects .archives .archives-line1 .project1 .project-name {
    margin: 1vw 2vw 0 2vw;
  }
}
@media screen and (min-width: 320px) {
  .projects .archives .archives-line1 .project1 .project-name {
    margin: 1vw 3vw 0 3vw;
  }
}
.projects .archives .archives-line1 .project1 .project-name h6 {
  font-family: "ClashDisplay-Semibold", sans-serif;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .projects .archives .archives-line1 .project1 .project-name h6 {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .projects .archives .archives-line1 .project1 .project-name h6 {
    font-size: 3.5vw;
  }
}
.projects .archives .archives-line1 .project2 {
  max-width: auto;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .projects .archives .archives-line1 .project2 {
    margin-top: 13.9vw;
  }
}
@media screen and (min-width: 1024px) {
  .projects .archives .archives-line1 .project2 {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .projects .archives .archives-line1 .project2 {
    margin-top: 17vw;
  }
}
.projects .archives .archives-line1 .project2 .cover {
  margin: auto 0;
  position: relative;
}
.projects .archives .archives-line1 .project2 .cat {
  position: absolute;
  width: 100%;
  padding: 1vw;
  top: 0;
  left: 0;
}
.projects .archives .archives-line1 .project2 .cat ul {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .projects .archives .archives-line1 .project2 .cat ul {
    margin-left: 1vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .projects .archives .archives-line1 .project2 .cat ul {
    margin-left: 2.5vw;
  }
}
.projects .archives .archives-line1 .project2 .cat ul li {
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .projects .archives .archives-line1 .project2 .cat ul li {
    border: 0.1vw solid #1b092c;
    border-radius: 3vw;
    padding: 0.4vw 1vw;
    margin: 0.2vw 1vw 0 0.2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .projects .archives .archives-line1 .project2 .cat ul li {
    border: 0.2vw solid #1b092c;
    border-radius: 3vw;
    padding: 1vw 2vw;
    margin: 1.5vw 2vw 0 1.5vw;
  }
}
.projects .archives .archives-line1 .project2 .cat ul li p {
  font-family: "ClashDisplay-Regular", sans-serif;
  padding-top: 0.2vw;
}
.projects .archives .archives-line1 .project2 .project-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin: auto 0;
}
@media screen and (min-width: 1024px) {
  .projects .archives .archives-line1 .project2 .project-name {
    margin: 1vw 2vw 0 2vw;
  }
}
@media screen and (min-width: 320px) {
  .projects .archives .archives-line1 .project2 .project-name {
    margin: 1vw 2vw 0 2vw;
  }
}
.projects .archives .archives-line1 .project2 .project-name h6 {
  font-family: "ClashDisplay-Semibold", sans-serif;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .projects .archives .archives-line1 .project2 .project-name h6 {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .projects .archives .archives-line1 .project2 .project-name h6 {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 1024px) {
  .projects .archives .separation {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .projects .archives .separation {
    display: none;
  }
}
.projects .archives .archives-line2 {
  display: flex;
  flex-direction: column;
  height: auto;
}
@media screen and (min-width: 1920px) {
  .projects .archives .archives-line2 {
    margin-top: 27.8vw;
  }
}
@media screen and (min-width: 1024px) {
  .projects .archives .archives-line2 {
    align-items: flex-end;
    width: 45%;
    padding-top: 10vw;
    margin: 7vw 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .projects .archives .archives-line2 {
    flex-direction: column;
    width: 100%;
  }
}
.projects .archives .archives-line2 .project3 {
  max-width: auto;
  position: relative;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .projects .archives .archives-line2 .project3 {
    margin-top: 10vw;
  }
}
.projects .archives .archives-line2 .project3 .cover {
  margin: auto 0;
  position: relative;
}
.projects .archives .archives-line2 .project3 .cat {
  position: absolute;
  width: 100%;
  padding: 1vw;
  top: 0;
  left: 0;
}
.projects .archives .archives-line2 .project3 .cat ul {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .projects .archives .archives-line2 .project3 .cat ul {
    margin-left: 1vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .projects .archives .archives-line2 .project3 .cat ul {
    margin-left: 2.5vw;
  }
}
.projects .archives .archives-line2 .project3 .cat ul li {
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .projects .archives .archives-line2 .project3 .cat ul li {
    border: 0.1vw solid #1b092c;
    border-radius: 3vw;
    padding: 0.4vw 1vw;
    margin: 0.2vw 1vw 0 0.2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .projects .archives .archives-line2 .project3 .cat ul li {
    border: 0.2vw solid #1b092c;
    border-radius: 3vw;
    padding: 1vw 2vw;
    margin: 1.5vw 2vw 0 1.5vw;
  }
}
.projects .archives .archives-line2 .project3 .cat ul li p {
  font-family: "ClashDisplay-Regular", sans-serif;
  padding-top: 0.2vw;
}
.projects .archives .archives-line2 .project3 .project-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin: auto 0;
}
@media screen and (min-width: 1024px) {
  .projects .archives .archives-line2 .project3 .project-name {
    margin: 1vw 2vw 0 2vw;
  }
}
@media screen and (min-width: 320px) {
  .projects .archives .archives-line2 .project3 .project-name {
    margin: 1vw 2vw 0 2vw;
  }
}
.projects .archives .archives-line2 .project3 .project-name h6 {
  font-family: "ClashDisplay-Semibold", sans-serif;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .projects .archives .archives-line2 .project3 .project-name h6 {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .projects .archives .archives-line2 .project3 .project-name h6 {
    font-size: 3.5vw;
  }
}
.projects .archives .archives-line2 .project4 {
  max-width: auto;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .projects .archives .archives-line2 .project4 {
    margin-top: 13.9vw;
  }
}
@media screen and (min-width: 1024px) {
  .projects .archives .archives-line2 .project4 {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .projects .archives .archives-line2 .project4 {
    margin-top: 17vw;
  }
}
.projects .archives .archives-line2 .project4 .cover {
  margin: auto 0;
  position: relative;
}
.projects .archives .archives-line2 .project4 .cat {
  position: absolute;
  width: 100%;
  padding: 1vw;
  top: 0;
  left: 0;
}
.projects .archives .archives-line2 .project4 .cat ul {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .projects .archives .archives-line2 .project4 .cat ul {
    margin-left: 1vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .projects .archives .archives-line2 .project4 .cat ul {
    margin-left: 2.5vw;
  }
}
.projects .archives .archives-line2 .project4 .cat ul li {
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .projects .archives .archives-line2 .project4 .cat ul li {
    border: 0.1vw solid #1b092c;
    border-radius: 3vw;
    padding: 0.4vw 1vw;
    margin: 0.2vw 1vw 0 0.2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .projects .archives .archives-line2 .project4 .cat ul li {
    border: 0.2vw solid #1b092c;
    border-radius: 3vw;
    padding: 1vw 2vw;
    margin: 1.5vw 2vw 0 1.5vw;
  }
}
.projects .archives .archives-line2 .project4 .cat ul li p {
  font-family: "ClashDisplay-Regular", sans-serif;
  padding-top: 0.2vw;
}
.projects .archives .archives-line2 .project4 .project-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin: auto 0;
}
@media screen and (min-width: 1024px) {
  .projects .archives .archives-line2 .project4 .project-name {
    margin: 1vw 2vw 0 2vw;
  }
}
@media screen and (min-width: 320px) {
  .projects .archives .archives-line2 .project4 .project-name {
    margin: 1vw 2vw 0 2vw;
  }
}
.projects .archives .archives-line2 .project4 .project-name h6 {
  font-family: "ClashDisplay-Semibold", sans-serif;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .projects .archives .archives-line2 .project4 .project-name h6 {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .projects .archives .archives-line2 .project4 .project-name h6 {
    font-size: 3.5vw;
  }
}

.btn-services {
  display: flex;
  justify-content: center;
}
.btn-services .btn-1 {
  margin: 0;
}

/* Services
--------------------------------------------- */
.services {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .services {
    justify-content: space-between;
    padding-top: 12vw;
    margin: 0 7vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .services {
    flex-direction: column;
    padding-top: 20vw;
    margin: 0 7vw;
  }
}
.services .title-services h6 {
  font-family: "ClashDisplay-Medium", sans-serif;
  color: #ba92ff;
  margin: auto 0;
}
@media screen and (min-width: 1024px) {
  .services .title-services h6 {
    padding-top: 0.8vw;
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .services .title-services h6 {
    padding-top: 0.8vw;
    font-size: 3.5vw;
  }
}
.services .list {
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .services .list {
    width: 72%;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .services .list {
    width: 100%;
    padding-top: 2vw;
  }
}
.services .list h2 {
  font-family: "ClashDisplay-Medium", sans-serif;
  margin: 0;
  line-height: 1.3;
}
@media screen and (min-width: 1024px) {
  .services .list h2 {
    font-size: 3vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .services .list h2 {
    font-size: 5vw;
  }
}
.services .list h2 span {
  color: #ba92ff;
  font-family: "ClashDisplay-Medium", sans-serif;
}
@media screen and (min-width: 1024px) {
  .services .list h2 span {
    font-size: 3vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .services .list h2 span {
    font-size: 5vw;
  }
}
.services .list .list-element {
  padding: 0;
  list-style-type: none;
}
@media screen and (min-width: 1024px) {
  .services .list .list-element {
    margin: 5vw 0 0 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .services .list .list-element {
    margin: 7vw 0 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .services .list .list-element li {
    margin: 5vw 0 2vw 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .services .list .list-element li {
    margin: 7vw 0 2vw 0;
  }
}
.services .list .list-element li .categorie {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .services .list .list-element li .categorie img {
    width: auto;
    max-width: 3vw;
    height: auto;
    max-height: 3vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .services .list .list-element li .categorie img {
    width: auto;
    max-width: 4vw;
    height: auto;
    max-height: 4vw;
  }
}
.services .list .list-element li .categorie h3 {
  font-family: "ClashDisplay-Medium", sans-serif;
  margin: auto 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .services .list .list-element li .categorie h3 {
    font-size: 5vw;
    margin-left: 1.2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .services .list .list-element li .categorie h3 {
    font-size: 8vw;
    margin-left: 2vw;
  }
}
.services .list .list-element li ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.services .list .list-element li ul li {
  color: #563971;
  font-family: "ClashDisplay-Regular", sans-serif;
  margin: auto 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .services .list .list-element li ul li {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .services .list .list-element li ul li {
    font-size: 3vw;
  }
}
.services .list .list-element li ul .focus:after {
  content: "   •  ";
  color: #ba92ff;
}
.services .list .list-element hr {
  border: 0;
  background: #ba92ff;
}
@media screen and (min-width: 320px) {
  .services .list .list-element hr {
    height: 0.1vw;
  }
}
.services .btn-services2 {
  display: block;
}
@media screen and (min-width: 1024px) {
  .services .btn-services2 {
    margin: 5vw 0 0 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .services .btn-services2 {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-top: 10vw;
  }
}
@media screen and (min-width: 400px) and (max-width: 1024px) {
  .services .btn-services2 .btn-1 {
    border-radius: 1vw;
    padding: 2vw 3vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 400px) {
  .services .btn-services2 .btn-1 {
    border-radius: 1vw;
    padding: 2vw 3vw;
    margin-top: 7vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .services .btn-services2 .btn-2 {
    margin: 0;
    padding-top: 3vw;
  }
}

/* A Propos
--------------------------------------------- */
.about {
  background-color: #1b092c;
  z-index: 0;
  position: relative;
  width: 100%;
  left: 0;
}
@media screen and (min-width: 320px) {
  .about {
    margin: 4vw 0 0 0;
    padding: 0;
  }
}
.about .container {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .about .container {
    justify-content: space-between;
    margin: 7vw;
    padding: 6vw 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .about .container {
    flex-direction: column;
    margin: 20vw 7vw;
    padding: 15vw 0;
  }
}
.about .container .title-about h6 {
  font-family: "ClashDisplay-Medium", sans-serif;
  color: #ba92ff;
  margin: auto 0;
}
@media screen and (min-width: 1024px) {
  .about .container .title-about h6 {
    font-size: 1.2vw;
    padding-top: 0.8vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .about .container .title-about h6 {
    font-size: 3.5vw;
    padding-top: 0.8vw;
  }
}
@media screen and (min-width: 1024px) {
  .about .container .text {
    width: 72%;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .about .container .text {
    width: 100%;
    padding-top: 2vw;
  }
}
.about .container .text h2 {
  color: #f8f8f8;
  font-family: "ClashDisplay-Medium", sans-serif;
  line-height: 1.3;
}
@media screen and (min-width: 1024px) {
  .about .container .text h2 {
    font-size: 3vw;
    margin: 0 0 2.2vw 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .about .container .text h2 {
    font-size: 5vw;
    margin: 0 0 5vw 0;
  }
}
.about .container .text h2 span {
  color: #ba92ff;
  font-family: "ClashDisplay-Medium", sans-serif;
}
@media screen and (min-width: 1024px) {
  .about .container .text h2 span {
    font-size: 3vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .about .container .text h2 span {
    font-size: 5vw;
  }
}
@media screen and (min-width: 1024px) {
  .about .container .btn-about {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .about .container .btn-about {
    margin-top: 12vw;
  }
}
.about .container .btn-about .btn-1:hover img {
  rotate: 45deg;
  animation: rotation 2s infinite linear;
}
.about .container .btn-about .btn-2 {
  color: #f8f8f8;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .about .container .btn-about .btn-2 {
    margin-left: 7vw;
  }
}

/* Boutique
--------------------------------------------- */
@media screen and (min-width: 1024px) {
  .shop {
    margin: 0 7vw;
  }
}
@media screen and (min-width: 320px) {
  .shop {
    margin: 0 7vw;
  }
}
.shop .title-text {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .shop .title-text {
    justify-content: space-between;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .shop .title-text {
    flex-direction: column;
  }
}
.shop .title-text h2 {
  color: #ba92ff;
  font-family: "ClashDisplay-SemiBold", sans-serif;
  margin: auto 0;
}
@media screen and (min-width: 1024px) {
  .shop .title-text h2 {
    font-size: 8vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .shop .title-text h2 {
    font-size: 13vw;
  }
}
.shop .title-text p {
  text-transform: uppercase;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .shop .title-text p {
    padding-top: 1.8vw;
    width: 27%;
    font-size: 1vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .shop .title-text p {
    padding-top: 5vw;
    font-size: 3vw;
  }
}
@media screen and (min-width: 1024px) {
  .shop .articles-shop {
    padding-top: 2vw;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    justify-self: center;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .shop .articles-shop {
    padding-top: 8vw;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .shop .articles-shop article {
    width: 100%;
    height: 20vw;
  }
}
@media screen and (min-width: 760px) and (max-width: 1024px) {
  .shop .articles-shop article {
    width: 100%;
    height: auto;
    padding-top: 5vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 760px) {
  .shop .articles-shop article {
    width: 100%;
    height: auto;
  }
}
.shop .articles-shop article a {
  text-transform: uppercase;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .shop .articles-shop article a {
    padding-top: 1vw;
  }
}
.shop .articles-shop article a .img-article {
  display: flex;
  flex-direction: column;
  object-fit: cover;
  border-radius: 1.5vw;
}
@media screen and (min-width: 1024px) {
  .shop .articles-shop article a .img-article {
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .shop .articles-shop article a .img-article {
    width: 100%;
    height: auto;
  }
}
.shop .articles-shop article a .text-article {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .shop .articles-shop article a .text-article {
    padding-top: 0.5vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .shop .articles-shop article a .text-article {
    padding-top: 1.5vw;
  }
}
.shop .articles-shop article a .text-article p {
  margin: auto 0;
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .shop .articles-shop article a .text-article p {
    font-size: 3.5vw;
    padding-top: 0.4vw;
  }
}
.shop .articles-shop article a .text-article .arrow-shop {
  width: 3.5%;
  max-width: 100%;
  height: 3.5%;
  max-width: 100%;
  border-radius: 0;
  padding: 0;
}
@media screen and (min-width: 1700px) {
  .shop .articles-shop article a .text-article .arrow-shop {
    margin-right: 0.7vw;
    margin-top: 0.3vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1700px) {
  .shop .articles-shop article a .text-article .arrow-shop {
    margin-right: 0.7vw;
    margin-top: 0.2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .shop .articles-shop article a .text-article .arrow-shop {
    margin-right: 2vw;
    margin-top: 1vw;
  }
}
.shop .articles-shop article a:hover .img-article {
  opacity: 30%;
}
.shop .articles-shop .btn-shop2 {
  display: flex;
  flex-direction: column;
  border: 1px solid #ba92ff;
  position: relative;
}
@media screen and (min-width: 1700px) {
  .shop .articles-shop .btn-shop2 {
    width: 20.3vw;
    height: 20.3vw;
    border-radius: 1.5vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1700px) {
  .shop .articles-shop .btn-shop2 {
    width: 20vw;
    height: 20vw;
    border-radius: 1.5vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .shop .articles-shop .btn-shop2 {
    width: 100%;
    height: 30vw;
    border-radius: 4vw;
  }
}
.shop .articles-shop .btn-shop2 p {
  align-self: flex-start;
  color: #ba92ff;
  font-family: "ClashDisplay-SemiBold", sans-serif;
  margin: 0;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .shop .articles-shop .btn-shop2 p {
    width: 55%;
    padding: 1.2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .shop .articles-shop .btn-shop2 p {
    width: 55%;
    padding: 4vw;
    font-size: 4vw;
  }
}
.shop .articles-shop .btn-shop2 svg {
  align-self: flex-end;
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .shop .articles-shop .btn-shop2 svg {
    padding: 1.2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .shop .articles-shop .btn-shop2 svg {
    padding: 4vw;
    width: 20%;
    margin: 0;
    height: auto;
  }
}
.shop .articles-shop .btn-shop2:hover {
  background-color: #ba92ff;
}
.shop .articles-shop .btn-shop2:hover p {
  color: #f8f8f8;
}
.shop .articles-shop .btn-shop2:hover svg {
  filter: brightness(0) invert(1);
  animation: none;
  transition: none;
}

/* Collaboration
--------------------------------------------- */
.collab {
  background-color: #ba92ff;
  z-index: 0;
  position: relative;
  width: 100%;
  left: 0;
}
@media screen and (min-width: 320px) {
  .collab {
    margin: 4vw 0 0 0;
    padding: 0;
  }
}
.collab .container {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .collab .container {
    margin: 10vw 7vw 6vw 7vw;
    padding: 6vw 0;
    justify-content: space-between;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .collab .container {
    margin: 15vw 7vw;
    padding: 15vw 0;
    flex-direction: column;
  }
}
.collab .container .title-collab h6 {
  font-family: "ClashDisplay-Medium", sans-serif;
  color: #f8f8f8;
  margin: auto 0;
}
@media screen and (min-width: 1024px) {
  .collab .container .title-collab h6 {
    font-size: 1.2vw;
    padding-top: 0.8vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .collab .container .title-collab h6 {
    font-size: 3.5vw;
    padding-top: 0.8vw;
  }
}
@media screen and (min-width: 1024px) {
  .collab .container .text-collab {
    width: 72%;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .collab .container .text-collab {
    width: 100%;
    padding-top: 2vw;
  }
}
.collab .container .text-collab h2 {
  color: #1b092c;
  font-family: "ClashDisplay-Medium", sans-serif;
  line-height: 1.3;
}
@media screen and (min-width: 1024px) {
  .collab .container .text-collab h2 {
    font-size: 3vw;
    margin: 0 0 1.5vw 0;
    width: 95%;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .collab .container .text-collab h2 {
    font-size: 5vw;
    margin: 0 0 2.2vw 0;
  }
}
.collab .container .text-collab h2 span {
  color: #f8f8f8;
  font-family: "ClashDisplay-Medium", sans-serif;
}
@media screen and (min-width: 1024px) {
  .collab .container .text-collab h2 span {
    font-size: 3vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .collab .container .text-collab h2 span {
    font-size: 5vw;
  }
}
.collab .container .text-collab p {
  text-transform: uppercase;
  color: #f8f8f8;
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .collab .container .text-collab p {
    padding-top: 1.5vw;
    width: 70%;
    font-size: 1vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .collab .container .text-collab p {
    padding: 3vw 0 6vw 0;
    font-size: 3vw;
  }
}
@media screen and (min-width: 1920px) {
  .collab .container .btn-collab {
    padding-top: 5vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .collab .container .btn-collab {
    padding-top: 4vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .collab .container .btn-collab {
    padding-top: 5vw;
  }
}
.collab .container .btn-collab .btn-1 {
  color: #ba92ff;
  background-color: #f8f8f8;
}
.collab .container .btn-collab .btn-2 {
  color: #f8f8f8;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .collab .container .btn-collab .btn-2 {
    margin-left: 7vw;
  }
}

/* Footer
--------------------------------------------- */
footer .footer {
  display: flex;
}
@media screen and (min-width: 1024px) {
  footer .footer {
    justify-content: space-between;
    margin: 0 7vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  footer .footer {
    flex-direction: column;
    margin: 7vw 7vw;
  }
}
@media screen and (min-width: 1024px) {
  footer .footer .name-footer {
    width: 20%;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  footer .footer .name-footer {
    width: 100%;
  }
}
footer .footer .name-footer h4 {
  padding: 0;
  margin: 0;
}
footer .footer .name-footer h4 a {
  font-family: "ClashDisplay-Semibold", sans-serif;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  footer .footer .name-footer h4 a {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  footer .footer .name-footer h4 a {
    font-size: 4vw;
  }
}
footer .footer .name-footer h4:hover a {
  letter-spacing: 0.08rem;
}
footer .footer .name-footer p {
  position: relative;
  font-family: "ClashDisplay-Regular", sans-serif;
  color: #ba92ff;
  padding: auto 0;
  margin: auto 0;
}
@media only screen and (min-width: 1024px) {
  footer .footer .name-footer p {
    font-size: 1vw;
    margin-left: 0.83vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  footer .footer .name-footer p {
    font-size: 3vw;
    margin-left: 2.5vw;
    font-family: "ClashDisplay-Medium", sans-serif;
  }
}
footer .footer .name-footer p:before {
  content: "";
  position: absolute;
  background: #99ed46;
}
@media screen and (min-width: 1700px) {
  footer .footer .name-footer p:before {
    width: 0.4vw;
    height: 0.4vw;
    border-radius: 0.6vw;
    margin-left: -0.8vw;
    margin-top: 0.4vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1700px) {
  footer .footer .name-footer p:before {
    width: 0.4vw;
    height: 0.4vw;
    border-radius: 0.6vw;
    margin-left: -0.8vw;
    margin-top: 0.3vw;
  }
}
@media screen and (min-width: 760px) and (max-width: 1024px) {
  footer .footer .name-footer p:before {
    width: 1.2vw;
    height: 1.2vw;
    border-radius: 1.2vw;
    margin-left: -2.5vw;
    margin-top: 1vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 760px) {
  footer .footer .name-footer p:before {
    width: 1.2vw;
    height: 1.2vw;
    border-radius: 1.2vw;
    margin-left: -2.5vw;
    margin-top: 4px;
  }
}
@media screen and (min-width: 1700px) {
  footer .footer .contact-footer {
    width: 56.5%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1700px) {
  footer .footer .contact-footer {
    width: 57.5%;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  footer .footer .contact-footer {
    width: 100%;
  }
}
footer .footer .contact-footer .title-footer1 {
  color: #ba92ff;
  margin: 0;
  padding-top: -1vw;
}
@media screen and (min-width: 1024px) {
  footer .footer .contact-footer .title-footer1 {
    font-size: 0.8vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  footer .footer .contact-footer .title-footer1 {
    font-size: 2.5vw;
    padding-top: 10vw;
  }
}
footer .footer .contact-footer .title-footer2 {
  color: #ba92ff;
  margin: 0;
  padding: 1vw 0 0.3vw 0;
}
@media screen and (min-width: 1024px) {
  footer .footer .contact-footer .title-footer2 {
    font-size: 0.8vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  footer .footer .contact-footer .title-footer2 {
    font-size: 2.5vw;
  }
}
footer .footer .contact-footer .mail-footer {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  footer .footer .contact-footer .mail-footer {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  footer .footer .contact-footer .mail-footer {
    font-size: 5vw;
  }
}
footer .footer .contact-footer .mail-footer:hover {
  color: #ba92ff;
}
footer .footer .contact-footer .social-media-footer {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  footer .footer .contact-footer .social-media-footer {
    font-size: 1vw;
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  footer .footer .contact-footer .social-media-footer {
    font-size: 1vw;
    margin-bottom: 2vw;
    width: 100%;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  footer .footer .contact-footer .social-media-footer a {
    margin-right: 1vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  footer .footer .contact-footer .social-media-footer a {
    margin-right: 4vw;
  }
}
footer .footer .contact-footer .social-media-footer a:hover {
  color: #ba92ff;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  footer .footer .btt {
    padding-top: 10vw;
  }
}
footer .footer .btt img {
  display: inline;
}

@media screen and (min-width: 1024px) {
  footer .footer .btt img {
    width: 0.8vw;
    margin-left: 0.1vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  footer .footer .btt img {
    width: 2.5vw;
    margin-left: 0.5vw;
  }
}
footer .footer .btt:hover a {
  color: #ba92ff;
}
footer .legals {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  footer .legals {
    margin: 2.5vw 7vw 0 7vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  footer .legals {
    margin: 2.5vw 7vw 2.5vw 7vw;
    display: flex;
    align-items: flex-end;
  }
}
footer .legals .copyright p {
  font-family: "ClashDisplay-Regular", sans-serif;
}
@media screen and (min-width: 1024px) {
  footer .legals .copyright p {
    font-size: 0.8vw;
    padding-bottom: 0.8vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  footer .legals .copyright p {
    display: flex;
    align-items: flex-end;
    font-size: 2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  footer .legals .other-pages {
    display: flex;
    flex-direction: column;
    text-align: right;
    align-items: flex-end;
  }
}
footer .legals .other-pages a {
  font-family: "ClashDisplay-Regular", sans-serif;
}
@media screen and (min-width: 1024px) {
  footer .legals .other-pages a {
    font-size: 0.8vw;
    margin-left: 2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  footer .legals .other-pages a {
    font-size: 2vw;
    margin-left: 2vw;
    padding-top: 0.5vw;
  }
}
footer .legals .other-pages a:hover {
  color: #ba92ff;
}

/* Cursor
--------------------------------------------- */
.cursor-dot,
.cursor-dot-outline {
  z-index: 99;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.cursor-dot {
  z-index: 99;
  width: 8px;
  height: 8px;
  background-color: #99ed46;
}

.cursor-dot-outline {
  z-index: 99;
  width: 40px;
  height: 40px;
  background-color: rgba(153, 237, 70, 0.5);
}

/* PAGE PORTFOLIO
--------------------------------------------- */
@media screen and (min-width: 1024px) {
  .btn-header-port {
    margin: 5vw 0 0 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .btn-header-port {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}
@media screen and (min-width: 400px) and (max-width: 1024px) {
  .btn-header-port .btn-1 {
    border-radius: 1vw;
    padding: 2vw 3vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 400px) {
  .btn-header-port .btn-1 {
    border-radius: 1vw;
    padding: 2vw 3vw;
    margin-top: 7vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .btn-header-port .btn-2 {
    margin: 0;
    padding-top: 3vw;
  }
}

@media screen and (min-width: 1024px) {
  .portfolio {
    margin: 0 7vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .portfolio {
    margin: 10vw 7vw 15vw 7vw;
  }
}
.portfolio article {
  margin: 0 0 14vw 0;
}
.portfolio .photo-project-portfolio {
  max-width: 100%;
  object-fit: cover;
  border-radius: 1.5vw;
}
@media screen and (min-width: 320px) {
  .portfolio .photo-project-portfolio {
    width: 100%;
    height: 100%;
  }
}
.portfolio .photo-project-portfolio:hover {
  opacity: 0.5;
}
.portfolio .line1 {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .portfolio .line1 {
    padding: 0.7vw 2.5vw 0.1vw 2.5vw;
  }
}
@media screen and (min-width: 320px) {
  .portfolio .line1 {
    padding: 0.7vw 2.5vw 0.1vw 2.5vw;
  }
}
.portfolio .line1 h6 {
  font-family: "ClashDisplay-Semibold", sans-serif;
  margin: auto 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .portfolio .line1 h6 {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .portfolio .line1 h6 {
    font-size: 3.5vw;
  }
}
.portfolio .line1 p {
  font-family: "ClashDisplay-Medium", sans-serif;
  margin: auto 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .portfolio .line1 p {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .portfolio .line1 p {
    font-size: 3vw;
  }
}
.portfolio .line2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .portfolio .line2 {
    padding: 0 2.5vw;
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .portfolio .line2 {
    padding: 0 2.5vw;
    font-size: 3vw;
  }
}
.portfolio .line2 p {
  font-family: "ClashDisplay-Regular", sans-serif;
  margin: auto 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .portfolio .line2 p {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .portfolio .line2 p {
    font-size: 3vw;
  }
}

/* PAGE A PROPOS
--------------------------------------------- */
@media screen and (min-width: 1024px) {
  .btn-header-about {
    margin: 5vw 0 0 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .btn-header-about {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}
@media screen and (min-width: 400px) and (max-width: 1024px) {
  .btn-header-about .btn-1 {
    border-radius: 1vw;
    padding: 2vw 3vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 400px) {
  .btn-header-about .btn-1 {
    border-radius: 1vw;
    padding: 2vw 3vw;
    margin-top: 7vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .btn-header-about .btn-2 {
    margin: 0;
    padding-top: 3vw;
  }
}

.profile {
  display: flex;
  width: auto;
  height: auto;
  margin: 0 7vw;
}
@media screen and (min-width: 1024px) {
  .profile {
    justify-content: space-between;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .profile {
    flex-direction: column;
  }
}
.profile img {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .profile img {
    height: 35vw;
    max-height: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .profile img {
    padding: 7vw 0 4vw 0;
  }
}

@media screen and (min-width: 1024px) {
  .text-about-portfolio {
    padding-bottom: 2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .text-about-portfolio {
    padding-bottom: 5vw;
  }
}

@media screen and (min-width: 1024px) {
  .cv .exp {
    padding-top: 10vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .cv .exp {
    padding-top: 20vw;
  }
}
@media screen and (min-width: 1024px) {
  .cv .formation {
    padding-top: 5vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .cv .formation {
    padding-top: 10vw;
  }
}
.cv article {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .cv article {
    justify-content: space-between;
    margin: 0 7vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .cv article {
    flex-direction: column;
    margin: 0 7vw;
  }
}
.cv article .title-exp h6 {
  font-family: "ClashDisplay-Medium", sans-serif;
  color: #ba92ff;
  margin: auto 0;
}
@media screen and (min-width: 1024px) {
  .cv article .title-exp h6 {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .cv article .title-exp h6 {
    font-size: 3.5vw;
  }
}
.cv article .list-exp {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .cv article .list-exp {
    width: 72%;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .cv article .list-exp {
    width: 100%;
  }
}
.cv article .list-exp li {
  list-style-type: none;
}
@media screen and (min-width: 1024px) {
  .cv article .list-exp li {
    margin: 0 0 2vw 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .cv article .list-exp li {
    margin: 5vw 0 0 0;
  }
}
.cv article .list-exp li .text-cv {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .cv article .list-exp li .text-cv img {
    width: auto;
    max-width: 1.5vw;
    height: auto;
    max-height: 3vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .cv article .list-exp li .text-cv img {
    width: auto;
    max-width: 4vw;
    height: auto;
    max-height: 4vw;
  }
}
.cv article .list-exp li .text-cv h3 {
  font-family: "ClashDisplay-Medium", sans-serif;
  margin: auto 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .cv article .list-exp li .text-cv h3 {
    font-size: 2vw;
    margin-left: 1vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .cv article .list-exp li .text-cv h3 {
    font-size: 5vw;
    margin-left: 2vw;
  }
}
.cv article .list-exp li p {
  color: #ba92ff;
}
@media screen and (min-width: 1024px) {
  .cv article .list-exp li p {
    margin-left: 2.6vw;
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .cv article .list-exp li p {
    margin-left: 6.2vw;
    font-size: 3.5vw;
  }
}
.cv article .list-exp li p a {
  text-decoration: none;
  color: #ba92ff;
}
@media screen and (min-width: 1024px) {
  .cv article .list-exp li p a {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .cv article .list-exp li p a {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 1024px) {
  .cv .btn-cv {
    margin: 5vw 0 0 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .cv .btn-cv {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-top: 10vw;
  }
}
@media screen and (min-width: 400px) and (max-width: 1024px) {
  .cv .btn-cv .btn-1 {
    border-radius: 1vw;
    padding: 2vw 3vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 400px) {
  .cv .btn-cv .btn-1 {
    border-radius: 1vw;
    padding: 2vw 3vw;
    margin-top: 7vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .cv .btn-cv .btn-2 {
    margin: 0;
    padding-top: 3vw;
  }
}

.services-about {
  margin: 4vw 7vw;
}
.services-about .services-about-details {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .services-about .services-about-details .list-services-portfolio {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 3vw;
    grid-row-gap: 5vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .services-about .services-about-details .list-services-portfolio {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .services-about .services-about-details .list-services-portfolio .element {
    padding-bottom: 10vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto 0;
  }
}
.services-about .services-about-details .list-services-portfolio li {
  list-style-type: none;
}
.services-about .services-about-details .list-services-portfolio li img {
  max-width: 100%;
  height: auto;
}
.services-about .services-about-details .list-services-portfolio li .details-services {
  width: 100%;
}
.services-about .services-about-details .list-services-portfolio li .details-services h6 {
  font-family: "ClashDisplay-SemiBold", sans-serif;
}
@media screen and (min-width: 1024px) {
  .services-about .services-about-details .list-services-portfolio li .details-services h6 {
    font-size: 1.2vw;
    margin: 1vw 2vw 0.3vw 2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .services-about .services-about-details .list-services-portfolio li .details-services h6 {
    font-size: 4vw;
    margin: 2vw 4vw 1vw 4vw;
  }
}
.services-about .services-about-details .list-services-portfolio li .details-services ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .services-about .services-about-details .list-services-portfolio li .details-services ul {
    margin: 0 2vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .services-about .services-about-details .list-services-portfolio li .details-services ul {
    margin: 0 4vw;
  }
}
.services-about .services-about-details .list-services-portfolio li .details-services ul li {
  font-family: "ClashDisplay-Regular", sans-serif;
}
@media screen and (min-width: 1024px) {
  .services-about .services-about-details .list-services-portfolio li .details-services ul li {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .services-about .services-about-details .list-services-portfolio li .details-services ul li {
    font-size: 3.5vw;
  }
}
.services-about .services-about-details .list-services-portfolio li .details-services ul .point::after {
  content: "   •  ";
  color: #ba92ff;
}
.services-about .btn-list-service {
  display: flex;
  justify-content: center;
  padding-top: 5vw;
}

/* PAGE MENTIONS LÉGALES
--------------------------------------------- */
.details-legals {
  margin: 3vw 7vw;
}
.details-legals h4 {
  color: #ba92ff;
  font-family: "ClashDisplay-Medium", sans-serif;
}
@media screen and (min-width: 1024px) {
  .details-legals h4 {
    font-size: 2vw;
    margin: 4vw 0 2vw 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .details-legals h4 {
    font-size: 4vw;
    margin: 5vw 0 1vw 0;
  }
}
.details-legals p {
  font-family: "ClashDisplay-Regular", sans-serif;
  margin: 0 0 1vw 0;
}
@media screen and (min-width: 1024px) {
  .details-legals p {
    font-size: 1.1vw;
    line-height: 2;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .details-legals p {
    font-size: 2.5vw;
    line-height: 2;
  }
}
.details-legals p strong {
  font-family: "ClashDisplay-Medium", sans-serif;
}
@media screen and (min-width: 1024px) {
  .details-legals p strong {
    font-size: 1.1vw;
    line-height: 2;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .details-legals p strong {
    font-size: 2.5vw;
    line-height: 3;
  }
}
.details-legals a {
  color: #ba92ff;
  font-family: "ClashDisplay-Medium", sans-serif;
}
@media screen and (min-width: 1024px) {
  .details-legals a {
    font-size: 1.1vw;
    line-height: 2;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .details-legals a {
    font-size: 2.5vw;
    line-height: 3;
  }
}
.details-legals a:hover {
  color: #1b092c;
}
.details-legals .date {
  color: #ba92ff;
  font-style: italic;
}
.details-legals h2 {
  color: #ba92ff;
  font-family: "ClashDisplay-SemiBold", sans-serif;
}
@media screen and (min-width: 1024px) {
  .details-legals h2 {
    font-size: 3vw;
    margin: 7vw 0 2vw 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .details-legals h2 {
    font-size: 5vw;
    margin: 7vw 0 2vw 0;
  }
}

/* PAGE PROJET
--------------------------------------------- */
.credits {
  display: flex;
  flex-direction: column;
  animation: fadeInUp;
  animation-duration: 1.5s;
}
@media screen and (min-width: 1024px) {
  .credits {
    margin: 2vw 7vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .credits {
    margin: 7vw;
  }
}
.credits .title-credits {
  font-family: "ClashDisplay-SemiBold", sans-serif;
  color: #ba92ff;
  font-size: 0.8vw;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .credits .title-credits {
    font-size: 2vw;
  }
}
.credits p {
  font-family: "ClashDisplay-Regular", sans-serif;
  text-align: right;
  color: #ba92ff;
  text-transform: uppercase;
  font-size: 0.8vw;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .credits p {
    font-size: 2vw;
  }
}
.credits p a {
  font-family: "ClashDisplay-Regular", sans-serif;
  text-align: right;
  color: #ba92ff;
  text-transform: uppercase;
  font-size: 0.8vw;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .credits p a {
    font-size: 2vw;
  }
}
.credits p a:hover {
  color: #1b092c;
}

@media screen and (min-width: 1024px) {
  .btn-header-work {
    margin: 5vw 0 0 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .btn-header-work {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}
@media screen and (min-width: 400px) and (max-width: 1024px) {
  .btn-header-work .btn-1 {
    border-radius: 1vw;
    padding: 2vw 3vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 400px) {
  .btn-header-work .btn-1 {
    border-radius: 1vw;
    padding: 2vw 3vw;
    margin-top: 7vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .btn-header-work .btn-2 {
    margin: 0;
    padding-top: 3vw;
  }
}

@media screen and (min-width: 1024px) {
  .work {
    margin: 0 7vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .work {
    margin: 7vw;
  }
}
.work article img {
  width: 100%;
  height: 100%;
}
.work .photo-work {
  max-width: 100%;
  object-fit: cover;
  border-radius: 1.5vw;
  animation: fadeInUp;
  animation-duration: 1.5s;
}
@media screen and (min-width: 1024px) {
  .work .photo-work {
    padding-bottom: 7vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .work .photo-work {
    width: 100%;
    height: 100%;
    padding-bottom: 14vw;
  }
}

.btn-work {
  margin: auto 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

/* COOKIES
--------------------------------------------- */
#CybotCookiebotDialog {
  z-index: 90 !important;
}

#CookiebotWidget {
  z-index: 91 !important;
}

.CookiebotWidget-open {
  z-index: 92 !important;
}

.CybotCookiebotDialogBodyButton {
  border-color: #ba92ff !important;
  color: #1b092c !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #ba92ff !important;
  border-color: #ba92ff !important;
  color: #f8f8f8 !important;
}

#CybotCookiebotDialog input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #ba92ff !important;
}

#CybotCookiebotDialog input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #ba92ff !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-bottom: 1px solid #ba92ff !important;
  color: #ba92ff !important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
  background-color: #ba92ff !important;
  border-color: #ba92ff !important;
  color: #FFFFFF;
}

#CookiebotWidget .CookiebotWidget-consent-details button {
  color: #ba92ff !important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
  fill: #ba92ff !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: #ba92ff !important;
}

#CybotCookiebotDialogBodyLevelButtonsSelectPane label:not([for=CybotCookiebotDialogBodyLevelButtonNecessary]) .CybotCookiebotDialogBodyLevelButtonDescription:hover {
  color: #ba92ff !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a,
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink,
#CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a,
#CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a,
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a,
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink,
#CybotCookiebotDialogDetailBodyContentTextAbout a {
  color: #ba92ff !important;
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover,
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover,
#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
  color: #ba92ff !important;
}

.CybotCookiebotDialogDetailBodyContentCookieContainerButton:before,
.CybotCookiebotDialogDetailBodyContentIABv2Tab:before {
  color: #ba92ff !important;
  border-color: #ba92ff !important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
  background-color: #f8f8f8;
  border-color: #ba92ff !important;
  color: #1b092c;
}

#CookiebotWidget :focus-visible,
#CookiebotWidget:not(.CookiebotWidget-open) .Cookiebotwidget-logo {
  outline: 2px solid #ba92ff !important;
  display: none;
}

#CookiebotWidget .CookiebotWidget-logo svg path {
  fill: #f8f8f8 !important;
}

.CookiebotWidget-logo svg circle {
  fill: #ba92ff !important;
}

/*# sourceMappingURL=style.css.map */
