* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

body {
  background-image: url(../IMAGE/BACKGROUND/gradient.webp);
  background-size: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  background-repeat: no-repeat;
}

.container {
  width: 100%;
  height: 47vw;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(7, 1fr);
}

.container div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.first-item {
  grid-column: 2 /12;
  grid-row: 1/2;
  margin-top: 0.9vw;

}

.left-item {
  grid-column: 1 /2;
  grid-row: 1/8;

}

.right-item {
  grid-column: 12 /13;
  grid-row: 1/8;
}

.last-item {
  grid-column: 2 /12;
  grid-row: 7/8;
  z-index: 2;

}

.last-item img {
  width: 25%;
}

.left-item img {
  width: 20.4%;
}

.right-item img {
  width: 20.4%;
}

.picture-item {
  grid-column: 5 /9;
  grid-row: 2/8;

}

.picture-item img {
  width: 135%;
  margin-bottom: 3vw;
  filter: brightness(0.9);
}

.name-item {
  grid-column: 5 /9;
  grid-row: 6/7;
  display: flex;
  flex-direction: column;
}
.name-item{
  margin-top: 5vw;
  color: #f2e3d5;
  z-index: 3;
}
.name-item h2 {
  font-family: StretchPro;
  font-size: 1.6vw;
  font-weight: 900;
  font-style: oblique 50deg;
  text-transform: uppercase;

}

.name-item h1 {
  font-family: Upton;
  font-size: 6.8vw;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 70%;

}

.email{
  grid-column: 2 /3;
  grid-row: 2/3;
}

.email a.clicked {
  font-size: 1vw; /* Ajustez la taille du texte selon vos besoins */
  margin-left: 15%;
  cursor: pointer;
}

.email a {
  cursor: pointer;
}


.linkedin{
  grid-column: 3 /4;
  grid-row: 5/6;
  
}

.behance{
  grid-column: 8 /9;
  grid-row: 4/5;
  margin-left: 4vw;
  
}

.CV{
  grid-column: 10 /11;
  grid-row: 6/7;
}
.container div a{
  position: absolute;
  font-family:StretchPro;
  font-size: 2vw;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0%;
  font-style: oblique 30deg;
  color:#22272d ;
  text-decoration: underline;
  transition: 0.4s ease-in-out; 
}

.container .CV .zone-click {
  cursor: pointer;
  line-height: 0%;
  transition: 0.4s ease-in-out;

}

.container .CV .zone-click:hover {
  transform: scale(1.15);
}

.container div h3{
  position: absolute;
  font-family:StretchPro;
  font-size: 2vw;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0%;
  font-style: oblique 30deg;
  color:#22272d ;
  text-decoration: underline;
  margin-right: 4vw;
  transition: 0.5s;
}

.container .CV img{
  width: 30%;
  margin-left: 4vw;
}

.container div a:hover{
  transform: scale(1.15);
}

.modal {
  display: none;
  position: absolute;
  top: 38vw;
  left: 70vw;
  z-index: 999;
}
.modal-content {
  backdrop-filter: blur(40px);
  background-color: rgba(255, 255, 255, 0.2) ;
  padding: 16px;
  text-align: left;
  border-radius: 0.8vw;
  border: 1px solid rgba rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items:safe;
  flex-direction: column;
  width: auto;
}

.modal-content p {
  font-family: Clash;
  font-size: 1,2vw;
  font-weight: 600;
  color: #fff6ee;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 8px 16px;
}
.modal-content span {
  font-family: Clash;
  font-size: 1vw;
  font-weight: 400;
  cursor: pointer;
  text-align: center;
  text-decoration: underline;
}

.modal-content svg {
  position: absolute;
  width: 10%;
  left: 14.5vw;
  stroke-width: 1.5px;
  top:0vw;
  fill: none;
}
#web {
  top: 6.95vw!important; 
}
#print {
  top: 3.95vw!important;
}

.modal-content a {
  font-family: Clash;
  font-size: 1vw;
  font-weight: 600;
  color: #22272d;
  cursor: pointer;
  text-transform: uppercase;
  padding: 8px 16px;
  border:  solid 1.5px #22272d;
  border-radius: 0.5vw;
  letter-spacing: 0.5px;
  transition: 0.3s;
  text-align: left;
  margin-bottom: 0.5vw;
}
.modal-content a:hover {
  background-color: #cdff00;
  color: #22272d !important;
  border:  solid 1.5px #cdff00;
}



.close {
  font-size: 2vw;
  cursor: pointer;
  color: #22272d;

}

