/* outfit-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/outfit-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/outfit-v15-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/*SECTIONS COMMUNES*/

body {
    background-color: black;
    font-family: 'outfit';
    color: white;
    left: 0;
    right: 0;
    margin: 0;
}

h1 {
    font-weight: 100;
    font-family: 'Times New Roman', Times, serif;
    font-size: 150px;
    margin: 0;
}

header {
    left: 0;
    right: 0;
    margin: 0;
    position: absolute;
}

.topbanner { 
    padding: 1px;
    background-color: #CEBAAB;

}

 .ici:hover {
    color: black;
}

.topbanner p {
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
}

.navbar {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid;
    padding-bottom: 0.5rem;
    margin-right: 1rem;
    margin-left: 1rem;
}

.navlinks li {
    font-size: 18px;
}


.footer {
    display: flex;
    border-top: 1px solid;  
    border-bottom: 1px solid;
    justify-content: space-between;
    height: 100%;
    position: relative;
    align-items: center;
    padding: 20px;
}


.footer-left {
    text-decoration: underline;
    list-style-type: none;
    margin-bottom: 4rem;
    color: #CEBAAB;
    text-align: center;
    margin-top: 4rem;
    line-height: 6px;
    font-size: 16px;

}

.footer-center  {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    align-items: center;
    
}

.footer-right{
    display: flex;
    gap: 2rem;
    margin-left: auto;
    right: 0;
}

.footer-right a:hover {
    opacity: 1;
    transform: scale(1.1);
}

.mentionlégales {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.mentionlégales a:hover {
    color: #CEBAAB;
}

/* ========================= */
/* TABLETTE (max 1024px) */
/* ========================= */
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 80px;
  }

  .navbar {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .navlinks {
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  #home .infos {
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
    word-wrap: break-word;
    max-width: 90%;
    

  }

  .inf1,
  .inf2 {
    margin: 2rem 0;
    text-align: center;
  }

  #projets .contain2 {
    flex-direction: column;
    height: auto;
    padding: 0 20px;
  }

  #apropos .contain3 {
    flex-direction: column;
    gap: 2rem;
  }

  #apropos .turkey {
    flex-direction: column;
    gap: 2rem;
  }

  #contact .bloc {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }

  .footer {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }

  .footer-center {
    position: relative;
    transform: none;
    left: 0;
  }
}

/* ========================= */
/* MOBILE (max 768px) */
/* ========================= */
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;

  }

  h1 {
    font-size: 50px;
    text-align: center;
  }

  header {
    position: relative;
    background: black; /* ou #CEBAAB selon ton design */
    z-index: 10;
  }

  .navbar {
    flex-direction: column;
    border-bottom: none;
  }

  .navlinks {
    flex-direction: column;
    gap: 1rem;
  }

  #home .hero,
  #projets .hero,
  #apropos .profil,
  #contact .hero {
    height: 100vh;
    padding-top: 60px;
    background-position: center;
  }

  #home .infos {
    flex-direction: column;
    text-align: center;
    margin: 2rem 1rem;
  }

  .inf1, .inf2 {
    margin: 2rem 0;
  }

  #projets .imgprojet img,
  #apropos .picture img,
  #apropos .turkey img {
    width: 100%;
    height: auto;
    flex-direction: column;
  }

  #contact .bloc {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }

  #contact .message,
  #contact .demande {
    width: 90%;
    margin: 0 auto;
  }

  .footer {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }

  .footer-left,
  .footer-right {
    margin: 0;
  }
}

/* ========================= */
/* PETITS TÉLÉPHONES (max 480px) */
/* ========================= */
@media screen and (max-width: 480px) {
  h1 {
    font-size: 36px;
  }

  .navlinks {
    font-size: 1rem;
  }

  .footer-left {
    text-align: center;
  }
  .footer {
    padding: 10px;
  }

  .footer-left {
    font-size: 14px;
  }

  #contact .coordonées h3 {
    font-size: 24px;
  }

  #apropos .faits p,
  #contact .bloc p {
    font-size: 16px;
  }
}

/* === MENU BURGER MOBILE === */

/* Icône burger cachée par défaut */
.burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  cursor: pointer;
  z-index: 20;
}

.burger span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: white;
  border-radius: 5px;
  transition: all 0.3s ease;
}

/* Version mobile */
@media screen and (max-width: 768px) {
  .burger {
    display: flex;
  }

  .topbanner {
    opacity: 0;
  }

  #apropos .turkey  {
    display: flex;
    flex-direction: column;
  }

  .navlinks {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100vh;
    background-color: black;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    transition: right 0.3s ease-in-out;
    z-index: 15;
    border-left: 1px solid #CEBAAB;
  }

  .navlinks.active {
    right: 0;
  }

  .navlinks li a {
    font-size: 1.4rem;
    color: white;
    text-decoration: none;
  }

  .navlinks li a:hover {
    color: #CEBAAB;
  }

  /* Animation du burger en croix */
  .burger.active span:nth-child(1) {
    transform: rotate(45deg) translateY(8px);
  }

  .burger.active span:nth-child(2) {
    opacity: 0;
  }

  .burger.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-8px);
  }

  /* Navbar simplifiée sur mobile */
  .navbar {
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
    border-bottom: none;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 20;
  }

  /* Décalage du contenu pour ne pas passer sous la nav */
  #home .hero,
  #projets .hero,
  #apropos .profil,
  #contact .hero {
    margin-top: 80px;
  }
}




/* Page d'accueil */
#home .hero {
    background-image: url(../img/imgaccueil.webp);
}

#home .hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40rem;
    flex-direction: column;
    height: 125vh;
    box-sizing: border-box;
    padding-top: 100px;
}

#home .langages img {
  max-width: 100%;
  height: auto;
  width: 400px;
}


#home div p {
    justify-content: center;
    align-content: center;
}


 p a {
    color: white;
}

.navlinks {
    list-style-type: none;
    display: flex;
    gap: 3rem;
    font-size: 1.3rem;
}

li a {
    color: white;
    text-decoration: none;
    text-align: center;
    justify-content: center;
}

li a:hover {
    color: #CEBAAB;
}

.logo:hover {
    color: #CEBAAB;
}

#home  .infos {
    justify-content: space-between; 
    display: flex;
    margin-top: 3rem;
    margin-left: 3rem;
    margin-right: 3rem;
    margin-bottom: 25rem;
}

.inf1 {
    text-align: left;
    line-height: 5px;
    margin-top: 10rem;
}

.inf1 p {
    font-size: 22px;
}

.inf1 h2 {
    margin-bottom: 3rem;
    color:#CEBAAB;
    font-size: 30px;
    text-transform: uppercase;
}

.inf2 {
    text-align: left;
    line-height: 5px;
    margin-top: 20rem;
    
    
}

.inf2 p {
font-size: 22px;

}

.inf2 h2 {
    margin-bottom: 3rem;
    color: #CEBAAB;
    font-size: 30px;
    text-transform: uppercase;
}

/* Page Mes Projets */

#projets .hero {
    background-image: url(../img/bg-projets.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 125vh;
    box-sizing: border-box;
    padding-top: 100px;
}


#projets .footer {
    margin-top: 30rem ;
}

#projets .contain2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100vh;
    padding: 0 50px;
    margin-top: 5rem;
}

#projets .imgprojet img {
    position: relative;
    width: 300px;
    height: auto;
}

#projets .text p {
    font-size: 24px;
    z-index: 2;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    
}

#projets .text {
    justify-content: center;
    align-items: center;
}

#projets .text h2 {
    color: #CEBAAB;
}

#projets .projets{
    text-align: center;
    display: inline-block;
    margin-left: 8rem;
    margin-top: 5rem;
    
}

#projets .projet {
    margin-bottom: 3rem;
    font-weight: 100;
    
}
  


#projets .huddle {
    margin-bottom: 4rem;
    
}

#projets .link {
    margin-top: 4rem;
}


#projets .link a {
    font-size: 18px;
    text-decoration: none;
    list-style-type: none;
    color: white;
}
#projets .link a:hover {
    color: #CEBAAB;
}


/* Page A propos de moi */

#apropos .profil {
    background-image: url(../img/imgprofil.webp);
}


#apropos .profil {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40rem;
    flex-direction: column;
    height: 125vh;
    box-sizing: border-box;
    padding-top: 100px;
    margin-bottom: 25rem;
 
}

#apropos .picture img {
    
    width: 600px;
    max-width: 100%;
    height: auto;
}

#apropos .contain3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10rem;
    gap: 3rem;

}

#apropos .faits h2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    text-align: center;
    color: #CEBAAB;
    text-transform: uppercase;
    margin-bottom: 2rem;

}

#apropos .faits p {
font-size: 22px;
line-height: 8px;
text-align: left;
}


#apropos .footer {
    margin-top: 25rem;
}

#apropos .voyage {
    padding-bottom: 2rem;
    text-align: center;
}
#apropos .voyage h2 {
    font-weight: 500;
    font-size: 30px;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 3rem;
}

#apropos .country  {
    font-size: 20px;
    text-align: center;
    color: #CEBAAB;
    text-transform: uppercase;
    margin-bottom: 7rem;
}

#apropos .turkey {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    margin-left: 5rem;
    margin-right: 5rem;
}

#apropos .turkey img {
    width: 400px;
    max-width: 100%;
    height: auto;
    transform: rotate(90deg);
}



/* Page de contact */

 #contact .hero {
    background-image: url(../img/contact.webp);
}



 #contact .hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40rem;
    flex-direction: column;
    height: 125vh;
    box-sizing: border-box;
    padding-top: 100px;
    margin-bottom: 20rem;
 
}

#contact .bloc {
    display: flex;
    justify-content: center;
    gap: 10rem;
    align-self: flex-start;
}
#contact .bloc h2 {
    font-family: 'Times New Roman', Times, serif;
    font-weight: 100;
    font-size: 35px;
    
}

#contact .bloc p {
    line-height: 6px;
    color: #B5B5B5 ;
    font-size: 20px;
    
}



#contact .bloc ul { 
    text-transform: uppercase;
    font-size: 16px;
    list-style-type: none;
    font-weight: 600;
    
}
#contact .message {
    border: 1px solid white;
    padding: 2rem ;
}

#contact .demande {
    border: 1px solid white;
    padding: 2rem;
}

#contact .demande ul {
    margin: 0;
    padding: 0;
    text-align: left;
    margin-top: 7rem;
}

#contact .message ul {
    margin: 0;
    padding: 0;
    text-align: left;
    margin-top: 7rem;
}



#contact .footer {
    margin-top: 15rem;
}

#contact .coordonées {
    margin-top: 15rem;
    justify-content: center;
    align-items: center;
    text-align: center;

}

#contact .coordonées h3 {
    font-family: 'Times New Roman', Times, serif;
    font-weight: 100;
    font-size: 35px;
}


#contact .coordonées ul {
    list-style-type: none;
} 

#contact .coordonées p {
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 16px;
    line-height: 8px;
}

#contact.coordonées p:hover {
    color: #CEBAAB;
}

/* MENTIONS LEGALES */

#mention body {
  background-color: black;
}

#mention .h1mention h1 {
  text-transform: uppercase;
  color: #CEBAAB;
  font-weight: 500;
  font-size: 30px;
  font-family: 'outfit';
  text-align: center;
  margin-top: 4rem;
}

#mention .intro p {
line-height: 20px;
text-align: left;
max-width: 600px;
margin: 0 auto;
margin-top: 1.5rem;
font-size: 16px;
}

#mention .container {
  text-align: left;
max-width: 600px;
margin: 0 auto;
margin-bottom: 3rem;
}

#mention h3 {
  color: #CEBAAB;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
}

/* Envoyer un message */
#message  {
  background-color: rgb(255, 255, 255);
  color: black;
  width: 90%;
  max-width: 500px;
  justify-content: center;
  align-items: center;

}




/* Conteneur principal */
#message {
width: 60%;
margin: 40px auto;
background: #fff;
padding: 40px;
border-radius: 6px;
border: 1px solid #300A0A;
position: relative;
}

/* Bouton de fermeture */
.close-btn {
position: absolute;
top: 20px;
right: 20px;
background: transparent;
font-size: 22px;
cursor: pointer;
border: 1px solid;

}

/* Titres de section */
#message .section-title {
font-weight: lighter;
  color: #300A0A;
margin: 30px 0 15px;
border-left: 2px solid ;
padding-left: 10px;
text-transform: uppercase;
font-size: 16px;
text-align: left;
}

/* Ligne de deux inputs */
#message .form-row {
display: flex;
gap: 20px;
}

#message .input-group {
display: flex;
flex-direction: column;
width: 100%;
margin-bottom: 20px;
}

#message .input-group.full {
width: 100%;
}

#message label {
font-size: 14px;
margin-bottom: 5px;
color: black;
}

#message span {
  color: #B5B5B5;
}

#message input, textarea {
border: 1px solid #ccc;
border-radius: 4px;
padding: 10px;
font-size: 14px;
}

/* Bouton d’envoi */
#message .submit-btn {
width: 100%;
padding: 12px;
border: 1px solid #333;
background: transparent;
cursor: pointer;
font-weight: bold;
font-size: 14px;
margin-top: 10px;
}

#message .submit-btn:hover {
background-color: #300A0A;
color: #fff;
}


/* Envoyer une demande */

#demande  {
  background-color: rgb(255, 255, 255);
  color: black;
  width: 90%;
  max-width: 500px;
  justify-content: center;
  align-items: center;
}

/* Conteneur principal */
#demande {
  width: 60%;
  margin: 40px auto;
  background: #fff;
  padding: 40px;
  border-radius: 6px;
  border: 1px solid #300A0A;
  position: relative;
}

/* Bouton de fermeture */
.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid;
  border-radius: 3px;
}

.close-btn:hover {
  background-color: #300A0A;
  color: white;
}
/* Titres de section */
#demande .section-title {
  font-weight: lighter;
  color: #300A0A;
  margin: 30px 0 15px;
  border-left: 2px solid;
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 16px;
  text-align: left;
}

/* Ligne de deux inputs */
#demande .form-row {
  display: flex;
  gap: 20px;
}

#demande .input-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}

#demande .input-group.full {
  width: 100%;
}

#demande label {
  font-size: 14px;
  margin-bottom: 5px;
  color: black;
}

#demande span {
  color: #B5B5B5;
}

#demande input,
#demande textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
}

/* Bouton d’envoi */
#demande .submit-btn {
  width: 100%;
  padding: 12px;
  border: 1px solid #333;
  background: transparent;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
}

#demande .submit-btn:hover {
  background-color: #300A0A;
  color: #fff;
}

#demande .cases label {
  display: block;
  gap: 20px;
}
#demande .cases {
  margin-bottom: 3rem;
}

#demande .services {
  margin-bottom: 1rem;
}