@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');

/*FOND*/

@font-face {
  font-family: "footlight";
  src: url("../font/FootlightMTProLight.otf") format('opentype');
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "footlight";
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "League Spartan", system-ui;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Footlight", sans-serif;
}

img {
  pointer-events: none;
}

body {
  -webkit-user-select: none;
  user-select: none;
}

/*HOVER*/

.boutons-menu:hover {
  background-color: #112F7B;
  color: #F3ECE1;
  border : none; 
  font-size: 16px;
  text-align: center;
  padding: 12px 12px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s linear;
}  

/*HEADER*/

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  padding: 30px;
  padding-top: 30px;
}

@media screen and (min-width: 781px) {

  .menu-burger {
      display: none;
      font-size: 9px;
  }
 
  .header {
  justify-content: center;
  gap: 70px;
  }
}

.logo-blanc {
  width: 50px;
}

/*BODY*/

body {
  font-family: 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #F3ECE1;
}

.portfolio-container {
  text-align: center;
  padding: 20px;
}

h1 {
  font-size: 80px;
  color: #000;
  margin-bottom: 10px;
}

h2 {
  font-size: 26px;
  color: #000;
}

@media screen and (min-width: 768px) {

  .menu-burger {
    display: none;
    font-size: 9px;
  }

  .header {
    justify-content: center;
    gap: 70px;
  }
}

.logo-noir {
  width: 50px;
}

.boutons-menu {
  display: none;
}

/*MENU BURGER*/

@media screen and (min-width: 781px) {

  .menu-burger {
      display: none;
      font-size: 9px;
  }
}

.logo-blanc {
  width: 50px;
}

.page-burger {
  right: -100vw;
  background-color: #112F7B;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  transition: 0.3s linear;
}

.open-overlay {
  right: 0;
}

.logo-menu-burger {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 30px;
}

.menu-burger, .bouton-menu-burger {
  width: auto;
  height: 31px;
}

.menu-deroulant {
  display: flex;
  justify-content: center;
  height: 100vw;
}

.menu-hidden {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  align-items: center;
  font-weight: 800;
  font-size: 25px;
  padding-bottom: 50px;
  text-decoration: none;
  color: #F3ECE1;
}


@media screen and (min-width: 768px) {

  .boutons-menu {
    display: inline-block;
    font-size: 9px;
    color: #000000;
    padding: 12px 12px;
    background: transparent;
    border-radius: 24px;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid rgb(0, 0, 0);
  }
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  padding: 30px;
  padding-top: 30px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-areas: "a"
    "b"
    "c"
    "d"
    "e"
    "f"
    "g"
    "h";
  gap: 10px;
  margin: 25px;
}

@media screen and (min-width: 768px) {

  .menu-burger {
    display: none;
    font-size: 9px;
  }

  .header {
    justify-content: center;
    gap: 70px;
  }

  .gallery {
    display: grid;
    margin: 0px 350px;
  }
}

/*CONTENEURS DE TEXTE*/

@media screen and (min-width: 768px) {

.container {
  display: flex;
  border: 1px solid #000;
  background-color: #F3ECE1;
  width: auto;
  margin: 10px 25px;
}

.left-section {
  width: 40%;
  padding-right: 20px;
  border-right: 1px solid #000;
}

.left-section h2 {
  color: #001b67;
  font-size: 30px;
  margin: 30px 30px 20px 50px;
}

.left-section p {
  color: #001b67;
  font-size: 23px;
  margin: 30px 50px;
}

.right-section {
  width: 60%;
  padding-left: 30px;
}

.right-section p {
  font-size: 17px;
  line-height: 1.5;
  margin: 30px 30px 20px 30px;
}
}

@media screen and (max-width: 768px) {
  
  .container {
    display: flex;
    flex-direction: column;
    border: 1px solid #000;
    background-color: #F3ECE1;
    width: auto;
    margin: 10px 10px;
  }
  
  .left-section {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #000;
    padding-left: 20px;
  }
  
  .left-section h2 {
    color: #001b67;
    font-size: 30px;
    margin: 10px 10px;
  }
  
  .left-section p {
    color: #001b67;
    font-size: 23px;
    margin: 10px 10px;
  }
 
  .right-section p {
    font-size: 17px;
    line-height: 1.5;
    margin: 30px;
  }
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.gallery-picture-1 {
  grid-area: a;
}

.gallery-picture-2 {
  grid-area: b;
}

.gallery-picture-3 {
  grid-area: c;
}

.gallery-picture-4 {
  grid-area: d;
}

.gallery-picture-5 {
  grid-area: e;
}

.gallery-picture-6 {
  grid-area: f;
}

.gallery-picture-7 {
  grid-area: g;
}

.gallery-picture-8 {
  grid-area: h;
}

@media (min-width: 768px) {

  .gallery {
    flex-direction: row;
  }
}

@media (max-width: 768px) {

  .description {
    flex-direction: row;
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
    background-color: #F3ECE1;
    border: 1px solid #000;
    justify-content: space-between;
  }

  .titre-menu-body {
    color: #0645AD;
    font-size: 24px;
    font-weight: 700;
  }

  .gallery {
    flex-direction: column;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 20px;
  }
}

/* FOOTER */

footer {
  background-color: #F3ECE1;
  padding: 35px;
}

.footer-content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  text-align: center;
}

.footer-content h3 {
  margin-bottom: 15px;
  font-size: 24px;
}

.footer-content ul {
  list-style: none;
  padding: 0;
  font-size: 16px;
}

.footer-content ul li {
  margin-bottom: 10px;
}

.footer-content ul li a {
  text-decoration: none;
  color: #000;
}

.copyright {
  text-align: left;
  margin-top: 20px;
}

.icones {
  height: 20px;
}

/* Responsive Styles */

@media (max-width: 768px) {
  .contact-section {
    flex-direction: column;
    padding: 20px;
  }

  .contact-info,
  .contact-form {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .footer-content {
    flex-direction: column;
  }
}

/*BOUTONS*/

@media screen and (min-width: 781px) {

  .boutons-portfolios {
    gap: 40px;
    flex-direction: row;
  }

  .boutons-menu {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    padding: 12px 12px;
    background: transparent;
    border-radius: 24px;
    text-transform: uppercase;
    text-decoration: none;
    border: 3px solid rgb(0, 0, 0);
  }
}

.boutons {
  font-size: 16px;
  color: #000000;
  padding: 12px 12px;
  background: transparent;
  border-radius: 24px;
  text-transform: uppercase;
  text-decoration: none;
  border: 3px solid rgb(0, 0, 0);
}

.menu-hidden {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  align-items: center;
  font-weight: 700;
  font-size: 25px;
  padding-bottom: 50px;
  text-decoration: none;
  color: #000000;
}
