@import url("https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/helvetica-neue-5');
@import url("https://use.typekit.net/iht1rxo.css");


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #080808;
}

body, a, button, input, textarea, select, label, li, ul, video {
    cursor: none !important;
}

a::before, a::after, button::before, button::after,
input::before, input::after, textarea::before, textarea::after,
select::before, select::after, label::before, label::after {
    cursor: none !important;
}


main p {
  color: #f4f4f4;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

header {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  background-color: none;
  padding-left: 1rem;
  padding-right: 1rem;
  z-index: 10;
  position: relative;
}

header h1 {
  font-family: "fit", sans-serif;
  font-weight: 400;
  font-size: 100px;
  color: #f4f4f4;
  margin: 0;
  white-space: nowrap;
}

header h1 span {
  color: #f4f4f4;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.75px;
}


.menu-wide {
    display: none;
}

/* Menu */
.menu-mobile {
    display: block;
    position: relative;
    text-align: right;
    padding-right: 1rem;
}

#mainNav {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #080808;
    width: 100vw;
    height: 100vh;
    z-index: 10;
}

.menu {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: url('/img/forme-menu.png');
    background-size: 800px auto;
    background-repeat: no-repeat;
    background-position: -40vw -3vh;
}

.menu ul {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    z-index: 2;
    list-style: none;
    margin-top: -45vh;
}

.menu ul li,
.menu ul button {
    color: #f4f4f4;
    font-size: 2rem;
    text-align: center;
}

.menu ul a {
    display: flex;
    justify-content: center; /* Centre horizontalement */
}

.menu ul button {
    border: 2px solid #f4f4f4;
    background-color: transparent;
    color: #f4f4f4;
    padding: 10px 30px;
    border-radius: 30px;
    box-shadow: 6px 4px #f4f4f4;
    width: 75%;
    align-self: center;
}

.menu ul button:hover {
    background-color: #f4f4f4;
    color: #080808;
}

.header__menu--croix {
    position: absolute;
    top: 2rem;
    right: 2rem;
    cursor: pointer;
    width: 32px;
    height: 32px;
    z-index: 10;
    transition: transform 0.3s ease-in-out;
}


#welcome {
  margin-top: -3rem;
  margin-bottom: 2rem;
  text-align: center;
}

#welcome-text {
  align-self: center;
  justify-self: center;
  margin-bottom: 0;
  margin-top: 40%;
}

#work-text {
  text-align: center;
  justify-self: center;
  width: 100%;
  margin-bottom: 40%;
  padding-inline: 20px;
}

main h2 {
  -webkit-text-stroke: 0.5px #f4f4f4;
  font-family: Neplus;
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: 85px;
  letter-spacing: 2px;
  margin: 0;
}

main h3 {
  color: #f4f4f4;
  font-family: "Alfa Slab One";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 85px;
  letter-spacing: 2px;
  -webkit-text-stroke: 1px #f4f4f4;
  margin: 0;
}




/* project grid */

/* projects grid */

.big-project-hover, .small-project-hover {
    display: none;
}

  #projects-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
  }

  .big-project-left {
    margin-left: 10px;
    margin-right: 10px;
  }

  .small-project-right {
    margin-left: 10px;
    margin-right: 10px;
  }


  .big-project-right {
    margin-left: 10px;
    margin-right: 10px;
  }

  .small-project-left {
    margin-left: 10px;
    margin-right: 10px;
  }

  .big-project-left, .big-project-right, .small-project-left, .small-project-right {
    position: relative;
    overflow: hidden;
  }


  .project-img {
    border-radius: 12px;
    filter: brightness(60%);
    width: 100%;
    height: 400px;
    object-fit: cover;
  }


.project-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.project-info p {
  font-family: 'Helvetica';
  font-size: 24px;
  font-style: normal;
  color: #9B9A9A;
}

.project-origin {
  display: none;
}

.project-date {
    grid-column: 3;
    align-self: end;
}

/* Contact */

main h3 span {
  color: transparent;
  -webkit-text-stroke: 0.5px #f4f4f4;
}

#contact {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  text-align: center;
  margin-top: 3rem;
}

#contact h3 {
  line-height: 70px;
}

#contact .email {
  width: 100%;
  background-color: #080808;
  color: #f4f4f4;


  text-align: center;
  font-family: "Helvetica";
  font-size: 26px;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 1px;

  margin-top: 2rem;
  padding: 10px 20px;
  border: solid 2px #f4f4f4;
  border-radius: 130px;

  box-shadow: 6px 4px #f4f4f4;

  cursor: pointer;
}

#contact .socials {
  margin-top: 5px;
  padding-left: 15px;
}

#contact p {
  color: #fff;
  font-family: "Helvetica";
  font-size: 17px;
  font-style: normal;
  font-weight: 200;
  line-height: 32px;
  align-self: left;
}

#contact .socials_icons img {
  width: 32px;
  height: 32px;
  margin: 5px;
}

#copyright {
  margin-top: 4rem;
  margin-left: 10px;
  margin-bottom: 10px;
}





/* About me */

h4 {
  color: none;
  font-family: Neplus;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 4px;
  -webkit-text-stroke: 0.5px #CE75DA;
  margin: 0;
}


#about_desktop {
  display: none;
}

#about_mobile {
  margin-top: 2rem;
}

.about-me {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.about-me h4 {
  grid-column: 1 ;
  font-size: 60px;
  padding-top: 3rem;
  margin-bottom: 20rem;
  padding-bottom: 10px;
}


.about-me p, .skills p {
  font-size: 12px;
}

.about-description {
  margin-top: 30%;
  padding-inline: 50px;
  margin-bottom: 5rem;
}

.about-description p {
  margin-bottom: 15px;
}



h6 {
  color: none;
  font-family: Neplus;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 7.68px;
  -webkit-text-stroke: 1px #CE75DA;
  margin-bottom: 2rem;  
}


.text {
  display: grid;
  grid-template-columns: 1fr 8fr 1fr;
  justify-items: center;
}

.text h4 {
  grid-column: 1/4;
}

.skills h6, .skills p {
  grid-column: 2;
}

.skills h6 {
  font-size: 40px;
  --webkit-text-stroke: 0.5px #CE75DA;
  margin-bottom: 10px;
  margin-top: 2rem;

}

.skills {
  padding-inline: 30px;
}

.skills p {
  margin-bottom: 10px;
}

.skills p, .software-grid {
  padding-inline: 20px;
}

.software-grid {
  grid-column: 1 / 4;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 10px;
  margin-top: 1rem;
  justify-items: left;
  align-items: left;

}

.software-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 60px;

}

.software-item p {
  margin: 0;
  padding: 0;
  align-self: center;
  font-style: italic;
}

.software-item img {
  width: 40px;
  height: 40px;
}









.my-projects h4 {
  margin-top: 30px;
  margin-bottom: -30px;
  margin-left: 10px;
  margin-right: 10px;
}





#project--top--img--container {
  overflow: hidden;
}

#project--top--img {
    width: auto;
    height: 60vh;
    transform: translateX(-18%);
    filter: brightness(0.8);
}

#project--details--container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  margin-top: 1rem;
}

h7 {
  font-family: "muli", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 40px;
  color: #f4f4f4;
}


#project--title {
  grid-column: 1;
  margin-left: 1rem;
}

#project--top--details {
  grid-column: 2;
  margin-right: 1rem;
  text-align: right;
}


#project--top--details li, #project--top--details ul {
  font-size: 12px;
  font-family: Helvetica;
  font-style: bold;
  font-weight: 500;
  color: #b3b2b2;

  list-style: none;
}


#project--page--main {
  display: grid;
  grid-template-columns: 1fr 8fr 1fr;
  margin-top: 1rem;
}

#project--page--main p {
  font-size: 16px;
  grid-column: 2;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

#project--page--main h7 {
  grid-column: 1 / 3;
  margin-left: 1rem;
  font-size: 30px;
  margin-top: 3rem;
}

#project--page--main img {
  grid-column: 1 / 4;
  width: 100%;
  height: auto;
}

#athens__img__duo {
  display: grid;
  grid-template-columns: 1fr;
}

#athens__img__duo img {
  width: 100%;
  height: auto;
  filter: opacity(0.8);
}









#project__page--description {
  display: grid;
  grid-template-columns: 1fr 6fr 1fr;
}

#project__page--description h7 {
  grid-column: 1 / 3;
  margin-left: 3rem;
  margin-top: 4rem;
}

#project__page--description p {
  grid-column: 2;
  margin-top: 2rem;
}

#project__page--description img {
  grid-column: 2;
  width: 100%;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

#project__page--img {
  margin-top: 3rem;
  grid-column: 2;
}





/* Next Up*/

#project_main_container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  overflow: hidden;
  margin-bottom: 15px;
}

#project_main_img_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#nextup_main_image {
  width: 100%;
  height: auto;
  grid-column: 1/3;
  }


#project_main_container ul {
  list-style: none;
}

#project_img_details_gauche, #project_img_details_droite {
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: #b3b2b2;
}

#project_img_details_gauche, #project_img_details_droite {
  padding-inline: 5px;
  padding-top: 5px;
}

#project_img_details_gauche {
  grid-column: 1;
}

#project_img_details_droite {
  grid-column: 3;
  text-align: right;
}

#project_description_text {
  font-size: 12px;
  margin-top: 12px;
  padding-inline: 30px;
}

#project_section {
  margin-top: 30px;
  justify-content: center;
}

#project_description_title {
  font-size: 25px;
  padding-left: 20px;
}

#project_description_title h7 {
  margin-top: 80px;
}

#nextup_team_container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 10px;
  text-align: center;
}

#nextup_team_container img {
  width: 80%;
  height: auto;
}

#nextup_team_alban {
  grid-column: 1;
}

#nextup_team_axel {
  grid-column: 2;
}

#nextup_team_hugo {
  grid-column: 3;
}

#nextup_team_name {
  font-weight: 900;
  font-size: 14px;
}

#nextup_team_role {
  font-size: 12px;
  color: #b3b2b2;
}

#project_img_container, #espn_vid_container {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

#project_img_container img, #project_img_container video, #esp {
  width: 80%;
}

#project_img_container video {
  margin-top: 10px;
}

#project_img_description {
  color: #b3b2b2;
  text-align: end;
  margin-right: 10%;
  font-family: 'Helvetica';
}

#project_img_container #nextup_logo {
  width: 50%;
}





/* ESPN */

#espn_vid_container {
  text-align: center;
  margin: 0;
}

#espn_vid_container video {
  height: 80%;
  width: 80%;
}


/* TAFENSELLE */

#tafenselle_team_container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
  text-align: center;
  gap : 10px;
}

#tafenselle_team_container img {
  width: 70%;
  height: auto;
}

#tafenselle_team_alban, #tafenselle_team_pao {
  grid-column: 1;
}

#tafenselle_team_axel, #tafenselle_team_hugo {
  grid-column: 2;
}

#project_description_text a {
  text-decoration: underline;
}



.tempo {
  margin-top: 1000px;
}


.custom-video {
    cursor: pointer;
}




@media screen and (min-width: 1000px) {
    .custom-cursor {
      position: fixed;
      width: 12px;
      height: 12px;
      background-color: #f4f4f4;
      border-radius: 50%;
      pointer-events: none;
      transform: translate(-50%, -50%);
      transition: width 0.2s ease, height 0.2s ease, background-color 0.2s ease;
      z-index: 9999;
    }

    .custom-cursor.cursor-hover {
      width: 24px;
      height: 24px;
      background-color: #f4f4f4;
      opacity: 0.8;
    }

    .custom-cursor.cursor-project {
      width: 30px;
      height: 30px;
      background-color: #f4f4f4;
      opacity: 0.8; 
    }


    .menu-mobile {
        display: none;
    }

    .menu-wide {
        display: flex;
        justify-content: flex-end; 
        align-items: center;
    }

    header ul {
        list-style-type: none;
        display: flex;
        gap: 4rem;
        margin: 0;
        padding: 0;
    }

    header ul li {
        color: #c3c2c2;
        font-size: 20px;
        font-family: Helvetica;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 1.92px;
        cursor: pointer;
        padding-top: 10px;
        transition: 0.5s ease;
    }

    header ul li:hover {
        color: #f4f4f4;
    }


    header ul button {
        padding: 10px 20px;
        margin-right: 10px;
        background-color: transparent;
        border: 2px solid #f4f4f4;
        border-radius: 30px;
        color: #f4f4f4;
        cursor: pointer;
        font-family: 'Helvetica';
        font-size: 20px;
        box-shadow: 6px 4px #f4f4f4;
        transition: border-color 0.5s ease, box-shadow 0.5s ease;
        }

    header ul button:hover {
        border-color: #CE75DA;
        box-shadow: 6px 4px #CE75DA;
        }

    #about_desktop {
        display: block;
    }

    #about_mobile {
        display: none;
    }



    #tafenselle_team_container img {
      width: 80%;
      height: auto;
    }

    #tafenselle_team_container {
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    #tafenselle_team_pao {
      grid-column: 3;
    }

    #tafenselle_team_hugo {
      grid-column: 4;
    }
    
}

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

    header h1 {
        font-size: 110px;
        padding: 1rem;
        white-space: nowrap;
        margin-left: 2rem;
    }
    
    header h1 span {
        font-size: 15px;
    }

    #welcome {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(60px, 5fr));
        margin-bottom: -7rem;
    }

    #welcome-text {
        grid-column: 2 / 20;
        text-align: start;
        align-self: start;
        justify-self: start;
        margin-top: 0;
    }

    #work-text {
        grid-column: 2 / 20;
        text-align: start;
        align-self: start;
        justify-self: start;
        margin-bottom: 10rem;
        padding: 0;
    }

    main h2 {
        -webkit-text-stroke: 1px #f4f4f4;
        font-size: 96px;
        letter-spacing: 7.68px;
        line-height: 110px;
        margin-top: 8rem;
    }

    main h3 {
        font-size: 96px;
        letter-spacing: 7.68px;
        margin: 0;
        line-height: 110px;
        margin-bottom: 1rem;
    }

    #welcome-text-fr, #work-text-fr {
      font-size: 75px;
      line-height: 90px;
    }


    /* project grid */

    .big-project-hover, .small-project-hover {
    display: block;
    }


    #projects-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1rem;
        margin-bottom: 1rem;
    }

    .big-project-left {
        margin-left: 20px;
        grid-column: 1/3;
    }

    .small-project-right {
        margin-right: 20px;
        grid-column: 3/4;
    }


    .big-project-right {
        margin-right: 20px;
        grid-column: 2/4;
    }

    .small-project-left {
        margin-left: 20px;
        grid-column: 1/2;
    }

    .big-project-left, .big-project-right, .small-project-left, .small-project-right {
        position: relative;
        overflow: hidden;
    }


    .project-img {
        border-radius: 12px;
        filter: brightness(60%);
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

    .project-hover-contener {
        position: relative;
        overflow: hidden;
    }

    .big-project-hover, .small-project-hover {
        position: absolute;
        top: 0; 
        left: 0;
        width: 100%;
        height: 100%;
        transition: transform 0.3s ease-in-out;
        transform: translateY(100%);
        z-index: 1;

    }

    .big-project-left:hover .big-project-hover,
    .big-project-right:hover .big-project-hover,
    .small-project-left:hover .small-project-hover,
    .small-project-right:hover .small-project-hover {
        transform: translateY(0) 
    }

    .big-project-hover h5, .small-project-hover h5 {
    color: #F4F4F4;
    font-family: Alexandria;
    font-size: 58px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 5.12px;
    margin: 0;
    padding: 0;

    overflow: hidden;
    clip-path: inset(0 0 100% 0);
    transition: clip-path 0.3s ease-in-out 0.3s;
    }

    .big-project-hover h5 {
    margin-left: 2rem;
    margin-top: 1.5rem; 
    }

    .small-project-hover h5 {
    margin-left: 1rem;
    margin-top: 1.5rem; 
    }

    .big-project-hover p.description1, .small-project-hover p.description1{
    overflow: hidden;
    clip-path: inset(0 0 100% 0);
    transition: clip-path 0.3s ease-in-out 0.4s;
    }

    .big-project-hover p.description2, .small-project-hover p.description2{
    overflow: hidden;
    clip-path: inset(0 0 100% 0);
    transition: clip-path 0.3s ease-in-out 0.6s;
    }

    .big-project-left:hover .big-project-hover-text h5,
    .big-project-right:hover .big-project-hover-text h5,
    .small-project-left:hover .small-project-hover-text h5,
    .small-project-right:hover .small-project-hover-text h5,
    .big-project-left:hover .big-project-hover-text p.description1,
    .big-project-right:hover .big-project-hover-text p.description1,
    .big-project-left:hover .big-project-hover-text p.description2,
    .big-project-right:hover .big-project-hover-text p.description2,
    .small-project-left:hover .small-project-hover-text p.description1,
    .small-project-right:hover .small-project-hover-text p.description1,
    .small-project-left:hover .small-project-hover-text p.description2,
    .small-project-right:hover .small-project-hover-text p.description2{
    clip-path: inset(0 0 0 0);
    }


    .big-project-hover p, .small-project-hover p {
    color: #F4FFFB;
    font-family: Helvetica;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    padding: 0;
    
    }

    .big-project-hover p, .small-project-hover p {
    margin-left: 2rem;
    margin-top: -3rem;
    grid-column: 1;
    }


    .big-project-hover p {
    margin-left: 2rem;
    }

    .small-project-hover p {
    margin-left: 1rem;
    }


    .big-project-hover-text, .small-project-hover-text {
    width: 100%;
    height: 100%;
    display: grid;
    }

    .big-project-hover-text {
    grid-template-columns: 4fr 1fr;
    background-image: url('/img/grand-projet-hover.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    }

    .small-project-hover-text {
    background-image: url('/img/small-project-hover.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    }

    .project-info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    }

    .project-info p {
    font-family: 'Helvetica';
    font-size: 24px;
    font-style: normal;
    color: #9B9A9A;
    }

    .project-origin {
        display: block;
        grid-column: 2;
        text-align: center;
    }

    .project-date {
    grid-column: 3;
    text-align: end;
    }


    /* Contact */
      #contact {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        justify-items: center;
        text-align: center;
        margin-top: 3rem;
    }

    #contact h3 {
        line-height: 110px;
    }

    #contact h3 span {
        color: transparent;
        --webkit-text-stroke: 1px #f4f4f4;
    }

    #contact .email {
        font-size: 58px;
        margin-top: 2rem;
        padding: 10px 70px;
        border: solid 2px #f4f4f4;
        border-radius: 130px;
        line-height: 100px;

        box-shadow: 12px 8px #f4f4f4;
    }

    #contact p {
        font-size: 24px;
    }

    #contact .socials {
        margin-top: 15px;
        display: grid;
        grid-template-columns: 2fr 1fr;
        padding: 0;
    }

    #contact .socials p {
        grid-column: 1;
        text-align: left;
        padding-right: 120px;
    }

    #contact .socials_icons {
        grid-column: 2;
        display: flex;
        justify-content: center;
        gap: 10px;
        align-self: end;
    }

    #contact .socials_icons img {
        width: 32px;
        height: 32px;
    }

    #copyright {
        font-size: 18px;
        margin-top: 4rem;
        margin-left: 2rem;
        margin-bottom: 1rem;
        color: #f4f4f4;
    }





    /* About me */


    .about-me {
      grid-template-columns: 2fr 1fr;
      text-align: left;
    }



    #about_desktop {
        display: block;
        font-size: 80px;
    }

    #about_mobile {
        display: none;
    }

    .text {
        text-align: left;
        justify-items: left;
    }

    .text {
      margin-left: 4rem;
    }

    .about-me h4 {
      margin-top: 4rem;
      font-size: 100px;
      margin-bottom: 20px;
      -webkit-text-stroke: 1px #CE75DA; 
    }

    .about-description p, .skills p {
      font-size: 24px;
      padding-inline: 100px;
    }

    .skills h6 {
      font-size: 70px;
      margin-top: 3rem;
    }

    .skills p {
      margin-top: 15px;
    }


    .software-grid {
      margin-top: 2rem;
      grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
      padding-inline: 100px;
      gap: 20px;
    }

    .software-item p {
      font-size: 24px;
      padding: 0;
    }

    .software-item img {
      width: 70px;
      height: 70px;
      margin-right: 5px;
    }




    .my-projects h4 {
        margin-left: 4rem;
        font-size: 100px;
        margin-bottom: 20px;
    }




  #project--details--container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    margin-top: 1rem;
  }

    #project--top--img {
        width: 100%;
        height: auto;
        transform: translateX(0);
        margin-bottom: 2rem;
    }

    #project--title {
        margin-left: 4rem;
        font-size: 70px;
    }

    #project--top--details li {
        margin-right: 4rem;
        font-size: 18px;
    }

    #project--page--main {
        display: grid;
        grid-template-columns: 2fr 6fr 2fr;
    }

    #project--page--main p {
        font-size: 24px;
        margin-bottom: 2rem;
        margin-top: 2rem;
    }

    #project--page--main h7 {
      grid-column: 1 / 3;
      margin-left: 4rem;
      font-size: 60px;
      margin-top: 3rem;
    }

    #project--page--main img {
        grid-column: 2;
        width: 100%;
        height: auto;
    }

    #athens__img__duo {
        grid-column: 2;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }


    #athens--sketch1 {
      grid-column: 1;
    }

    #athens--sketch2 {
      grid-column: 2;
      width: 100%;
      height: auto;
    }

    /* Next Up*/

  #project_main_container {
    margin-bottom: 30px;
  }

  #project_img_details_gauche, #project_img_details_droite {
    font-size: 18px;
  }

  #margin_less {
    margin-bottom: -50px;
  }

  #project_section {
    margin-top: 6rem;
  }

  #project_description_text {
    font-size: 22px;
    padding-inline: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #project_description_title {
    font-size: 40px;
    padding-inline: 100px;
  }

  #nextup_team_container{
    margin-top: 20px;
  }

  #nextup_team_name, #nextup_team_role {
    font-size: 22px;
  }

  #project_img_description {
    font-size: 18px;
  }

  #project_img_container #nextup_logo {
    width: 50%;
  }


  /* ESPN */

  #espn_vid_container video {
    height: 80vh;
    width: auto;
  }

}



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

  #about_desktop {
    font-size: 140px;
  }

  #big_screen_space {
    padding-top: 2em;
  }
}
