/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers.
     */
body {
  margin: 0;
}

/**
     * Render the `main` element consistently in IE.
     */
main {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
       ========================================================================== */
/**
     * Remove the gray background on active links in IE 10.
     */
a {
  background-color: transparent;
}

/**
     * 1. Remove the bottom border in Chrome 57-
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Remove the border on images inside links in IE 10.
     */
img {
  border-style: none;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers.
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  color: inherit;
}

/**
     * Show the overflow in IE.
     * 1. Show the overflow in Edge.
     */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * Correct the inability to style clickable types in iOS and Safari.
     */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
}

/**
     * Remove the inner border and padding in Firefox.
     */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
     * Restore the focus styles unset by the previous rule.
     */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
     * Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  vertical-align: baseline;
}

/**
     * Remove the default vertical scrollbar in IE 10+.
     */
textarea {
  overflow: auto;
}

/**
     * 1. Add the correct box sizing in IE 10.
     * 2. Remove the padding in IE 10.
     */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  appearance: button;
  outline-offset: -2px; /* 2 */
}

/**
     * Remove the inner padding in Chrome and Safari on macOS.
     */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE 10+, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/* Misc
       ========================================================================== */
/**
     * Add the correct display in IE 10+.
     */
template {
  display: none;
}

/**
     * Add the correct display in IE 10.
     */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Edo";
  src: url("./Fonts/edo.ttf");
  src: url("./Fonts/edo.ttf") format("ttf"), url("./Fonts/edo-webfont.woff") format("woff");
}
* {
  font-family: "Merriweather Sans", sans-serif;
  color: black;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  justify-content: center;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

#main-container {
  max-width: 1920px;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
  background-color: #fff;
  margin: 0;
  padding: 36px 144px;
  display: flex;
  flex-direction: column;
}

footer {
  background-color: #0d3b5b;
  color: #fff;
  text-align: center;
  padding: 16px 12px 0 12px;
}
footer .footer-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 16px;
}
footer .footer-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 10px 0;
}
footer .footer-column h3 {
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  flex-grow: 0;
}
footer .footer-column a,
footer .footer-column p,
footer .footer-social {
  font-size: 12px;
  text-decoration: none;
  color: #fff;
}
footer .footer-column img {
  height: 40px;
  transition: transform 0.3s ease;
}
footer .footer-column a:hover img {
  transform: scale(1.05);
}
footer .footer-social {
  display: flex;
  justify-content: center;
  gap: 16px;
}
footer .footer-social a i {
  color: #fff;
  transition: transform 0.3s ease;
}
footer .footer-social a:hover i {
  transform: scale(1.1);
}
footer .copyright {
  font-size: 12px;
  text-align: center;
  width: 100%;
  color: #fff;
}
@media (max-width: 768px) {
  footer .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  footer .footer-column {
    width: 100%;
    margin-bottom: 12px;
  }
  footer .footer-social {
    justify-content: center;
  }
}

h2 {
  text-align: center;
  font-family: "Edo", sans-serif;
  font-size: 36px;
  margin-bottom: 36px;
  color: #0d3b5b;
}

h3 {
  font-size: 24px;
  margin-bottom: 16px;
  color: #0d3b5b;
}

p {
  font-size: 16px;
  margin: 8px 0;
  line-height: 1.5;
  text-align: left;
}

.comment {
  font-style: italic;
  font-size: 14px;
}

.a-completer {
  font-style: bold;
  color: orange;
}

.no-wrap {
  white-space: nowrap;
}

.list {
  line-height: 1.5;
  padding-left: 16px;
}

.fa-brands {
  margin: 0 8px;
  font-size: 16px;
}

.video-container {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 aspect ratio */
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-self: center;
}

@media screen and (max-width: 1080px) {
  main {
    padding: 48px;
    margin-top: 72px;
  }
  .main-homepage {
    margin-top: 0;
  }
  h2 {
    font-size: 24px;
    margin-bottom: 24px;
    display: block;
  }
  h3 {
    font-size: 20px;
  }
  footer div {
    font-size: 16px;
  }
  footer p {
    font-size: 14px;
  }
  footer .copyright {
    bottom: 8px;
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  main {
    padding: 24px;
  }
  p,
  li {
    font-size: 0.8em;
    text-align: justify;
  }
  li::marker {
    margin-right: 1px;
  }
}
em {
  color: red;
  font-weight: bold; /* Pour renforcer l'emphase si tu le souhaites */
}

.banner {
  text-align: center;
  color: #f88051;
  font-family: "Edo", sans-serif;
  font-size: 72px;
  text-shadow: 4px 4px 36px white;
}

.banner-logo-container {
  padding-top: 80px;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center; /* Centre verticalement */
  justify-content: center; /* Centre horizontalement */
  gap: 8px; /* Espace entre le texte et l'image */
}
.banner-logo-container img {
  width: 104px;
}

header {
  width: 100%;
  position: relative;
}

.header-homepage {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-image: linear-gradient(to bottom, rgb(13, 59, 91) 20%, rgba(13, 59, 91, 0.9) 60%, transparent 90%), url("../assets/ile-darz-2.png");
}

.header-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  position: relative;
}
.header-banner-logo-container {
  margin: 0 32px;
  width: 120px;
}
.header-banner-logo-container img {
  width: 100%;
}

.header-banner-title-container h1 {
  font-family: "Edo", sans-serif;
  color: #ffffff;
  font-size: 72px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin: 80px 0px 24px 0px;
}
.header-banner-title-container p {
  font-family: "Merriweather Sans", sans-serif;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}

nav {
  padding: 0 32px;
}
nav ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  column-gap: 36px;
}
nav ul .dropdown-menu-content {
  display: none;
  transition: display 0.3s;
  flex-direction: column;
  list-style-type: none;
  position: absolute;
  transition: display 1s;
  padding-top: 8px;
  align-items: start;
  background-color: #0d3b5b;
}
nav ul .dropdown-menu-content li a {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  padding: 1rem 0.5rem;
  line-height: 2rem;
  cursor: pointer;
}
nav ul .dropdown-menu-content li a:hover {
  text-shadow: 0 0 10px #ffffff;
}
nav ul .dropdown-menu-content:hover {
  display: flex;
}
nav ul .dropdown-menu-title {
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  font-family: "Edo", sans-serif;
  transition: all 0.3s;
  background-color: #0d3b5b;
}
nav ul .dropdown-menu-title:hover {
  text-shadow: 0 0 10px #ffffff;
  background-color: #0d3b5b;
}
nav ul .dropdown-menu-title:hover + .dropdown-menu-content {
  display: flex;
}

.nav-other-pages .dropdown-menu-content {
  background-color: #0d3b5b;
  border-radius: 16px;
}

.top-bar-homepage {
  display: none;
  justify-content: space-between;
  padding: 8px 8px;
  align-items: center;
  column-gap: 16px;
  background-color: #0d3b5b;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.header-other-pages {
  background-color: #0d3b5b;
}
.header-other-pages .header-banner-logo-container {
  width: 256px;
}
.header-other-pages .top-bar-homepage {
  display: none;
}
.header-other-pages .top-bar-homepage .top-bar-logo-container {
  width: 96px;
}

.top-bar-logo-container {
  display: none;
  width: 48px;
}
.top-bar-logo-container img {
  width: 100%;
}

.close-menu {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
  color: white;
  font-size: 36px;
  display: none;
}

.menu-burger {
  display: flex;
  column-gap: 16px;
  cursor: pointer;
}
.menu-burger:hover {
  text-shadow: 0 0 10px #ffffff;
}
.menu-burger i,
.menu-burger p {
  color: white;
  align-self: center;
}
.menu-burger i {
  font-size: 32px;
}
.menu-burger p {
  font-size: 16px;
  font-family: "Merriweather Sans", sans-serif;
}

.dropdown-menu-content.visible {
  display: flex;
}

@media screen and (max-width: 1080px) {
  .header-banner {
    padding: 0;
  }
  .top-bar-homepage {
    display: flex;
  }
  .header-other-pages .top-bar-homepage {
    display: flex;
  }
  .top-bar-logo-container {
    display: flex;
  }
  .header-banner-logo-container {
    display: none;
  }
  .header-banner-title-container {
    padding: 48px 16px 16px 16px;
  }
  nav {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0d3b5b;
    width: 100%;
    height: 100vh;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 5;
  }
  nav ul {
    flex-direction: column;
    row-gap: 16px;
    align-items: center;
  }
  nav ul .dropdown-menu-content {
    background-color: #0d3b5b;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    align-items: center;
  }
}
.map-container {
  margin: 24px 0;
  width: 600px;
  align-self: center;
}
.map-container img {
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .map-container {
    width: 100%;
  }
}
.engagements-img-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 24px 0;
  border-radius: 20px;
  column-gap: 16px;
}
.engagements-img-container img {
  width: 100%;
  border-radius: 20px;
}

figcaption {
  text-align: center;
  font-size: 14px;
  font-style: italic;
}

@media screen and (max-width: 1080px) {
  .engagements-img-container {
    grid-template-columns: 1fr;
    padding: 0 24px;
    row-gap: 24px;
  }
}
@media screen and (max-width: 576px) {
  .engagements-img-container {
    padding: 0;
  }
  .engagements-img-container figcaption {
    font-size: 12px;
  }
}
.gba-logo {
  display: block;
  max-width: 300px;
  width: 100%;
  height: auto;
  margin: 20px auto;
  transition: transform 0.3s ease-in-out;
  flex-shrink: 0;
  object-fit: contain;
  border-radius: 0.5rem;
  background-color: white;
  padding: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.gba-logo:hover {
  transform: scale(1.1);
}

.partner-intro {
  text-align: center;
  font-size: 1.5rem;
}

.partner-title {
  margin-top: 3rem;
  font-size: 2rem;
  text-align: center;
}

.partner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 2rem 0;
  flex-wrap: wrap;
}
.partner .partner-logo {
  flex-shrink: 0;
  max-width: 150px;
  height: auto;
  object-fit: contain;
  border-radius: 0.5rem;
  background-color: white;
  padding: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}
.partner .partner-logo:hover {
  transform: scale(1.1);
}
.partner p {
  flex: 1;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (max-width: 600px) {
  .partner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .partner .partner-logo {
    max-width: 120px;
  }
  .partner p {
    margin-top: 1rem;
  }
}
h2 .fa-truck {
  color: #0d3b5b;
  align-items: center;
  margin-left: 16px;
  font-size: 24px;
}

.transfert-img {
  border-radius: 20px;
}

.gallery {
  display: grid;
  gap: 10px;
  padding: 20px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.gallery img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.gallery img:hover {
  transform: scale(1.05);
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  transition: transform 0.3s ease-in-out;
}
.lightbox.active {
  display: flex;
}
.lightbox .close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 30px;
  color: white;
  cursor: pointer;
  transition: 0.3s;
}
.lightbox .close-btn:hover {
  color: #f00;
}
.lightbox .prev-btn,
.lightbox .next-btn {
  position: absolute;
  top: 50%;
  font-size: 40px;
  color: white;
  cursor: pointer;
  user-select: none;
  transition: 0.3s;
}
.lightbox .prev-btn:hover,
.lightbox .next-btn:hover {
  color: #ccc;
}
.lightbox .prev-btn {
  left: 20px;
}
.lightbox .next-btn {
  right: 20px;
}

.lightbox.active {
  display: flex;
}

.gallery img {
  max-width: 100%;
}

.edition-link {
  display: block;
  width: fit-content;
  margin: 2rem auto;
  text-align: center;
  font-size: 1.6rem;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: bold;
  color: #0d3b5b;
  text-decoration: none;
  position: relative;
}
.edition-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #0d3b5b;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.edition-link:hover::after {
  transform: scaleX(1);
}

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