@charset "UTF-8";
/*
Theme Name:         MTSOI Theme
Theme URI:          https://mtsoi.fr
Description:        Theme for MTSOI
Version:            0.1.1
Author:             Lucas Pavin
Author URI:         https://mtsoi.fr
*/
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}

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

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}

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

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/
button,
[role=button] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden=until-found])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-8 {
  bottom: 2rem;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.m-auto {
  margin: auto;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-0 {
  margin-top: 0px;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-auto {
  margin-left: auto;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[170px\] {
  height: 170px;
}

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.h-3 {
  height: 0.75rem;
}

.h-\[75dvh\] {
  height: 75dvh;
}

.h-\[calc\(100\%-2rem\)\] {
  height: calc(100% - 2rem);
}

.h-\[400px\] {
  height: 400px;
}

.h-\[500px\] {
  height: 500px;
}

.max-h-screen {
  max-height: 100vh;
}

.min-h-\[700px\] {
  min-height: 700px;
}

.min-h-\[80vh\] {
  min-height: 80vh;
}

.min-h-\[45rem\] {
  min-height: 45rem;
}

.min-h-\[500px\] {
  min-height: 500px;
}

.w-1\/2 {
  width: 50%;
}

.w-20 {
  width: 5rem;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-\[\.1rem\] {
  width: 0.1rem;
}

.w-\[calc\(100\%-2rem\)\] {
  width: calc(100% - 2rem);
}

.max-w-\[1440px\] {
  max-width: 1440px;
}

.max-w-\[1720px\] {
  max-width: 1720px;
}

.max-w-\[50rem\] {
  max-width: 50rem;
}

.max-w-\[800px\] {
  max-width: 800px;
}

.max-w-container {
  max-width: 100rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.grow {
  flex-grow: 1;
}

.cursor-pointer {
  cursor: pointer;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.place-items-start {
  place-items: start;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-12 {
  gap: 3rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.border-\[1rem\] {
  border-width: 1rem;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255, 255, 255, var(--tw-border-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0, 63, 99, var(--tw-bg-opacity, 1));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(76, 175, 80, var(--tw-bg-opacity, 1));
}

.bg-secondary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(248, 252, 251, var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255, 255, 255, var(--tw-bg-opacity, 1));
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pt-6 {
  padding-top: 1.5rem;
}

.text-center {
  text-align: center;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37, 99, 235, var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0, 63, 99, var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255, 255, 255, var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-75 {
  transition-delay: 75ms;
}

@media (min-width: 640px) {
  .sm\:h-\[20rem\] {
    height: 20rem;
  }
}
@media (min-width: 768px) {
  .md\:h-full {
    height: 100%;
  }
  .md\:w-\[70\%\] {
    width: 70%;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:pt-0 {
    padding-top: 0px;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }
  .lg\:bottom-20 {
    bottom: 5rem;
  }
  .lg\:top-1\/2 {
    top: 50%;
  }
  .lg\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .lg\:mt-36 {
    margin-top: 9rem;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-\[14rem\] {
    height: 14rem;
  }
  .lg\:h-\[65rem\] {
    height: 65rem;
  }
  .lg\:h-\[62\.5\%\] {
    height: 62.5%;
  }
  .lg\:max-h-\[70rem\] {
    max-height: 70rem;
  }
  .lg\:min-h-\[55rem\] {
    min-height: 55rem;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-1\/3 {
    width: 33.333333%;
  }
  .lg\:w-2\/3 {
    width: 66.666667%;
  }
  .lg\:max-w-\[1720px\] {
    max-width: 1720px;
  }
  .lg\:max-w-\[25rem\] {
    max-width: 25rem;
  }
  .lg\:max-w-\[12\,0px\] {
    max-width: 12, 0px;
  }
  .lg\:max-w-\[1200px\] {
    max-width: 1200px;
  }
  .lg\:flex-grow {
    flex-grow: 1;
  }
  .lg\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:gap-8 {
    gap: 2rem;
  }
  .lg\:border-\[1\.25rem\] {
    border-width: 1.25rem;
  }
  .lg\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(0, 63, 99, var(--tw-border-opacity, 1));
  }
  .lg\:p-4 {
    padding: 1rem;
  }
  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:pl-6 {
    padding-left: 1.5rem;
  }
  .lg\:pr-10 {
    padding-right: 2.5rem;
  }
  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:leading-\[4rem\] {
    line-height: 4rem;
  }
}
@font-face {
  font-family: "poppins";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "poppins";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
.body {
  min-height: 100vh;
  background-image: url("../img/gosselink_theme.png");
  background-size: cover;
  font-family: "poppins", sans-serif;
  overflow-x: hidden;
}

.btn {
  border-radius: 9999px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0.0225rem;
  padding: 0.75rem 1rem;
  transition: 0.3s;
}
.btn.btn-main {
  background-color: #4CAF50;
  border: 2px solid #4CAF50;
  color: #fff;
}
.btn.btn-main:hover {
  background-color: #F8FCFB;
  border-color: #333333;
  color: #333333;
}

h1, h2, h3, h4, h5, h6, p, ul, li, a {
  font-family: "poppins", sans-serif;
}

h1 {
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4rem;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 700;
}

h1 {
  font-size: 1.75rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

h4 {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h5 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  h5 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {
  h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

h6 {
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 768px) {
  h6 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1024px) {
  h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

p, li {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  p, li {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  p, li {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

ul {
  list-style-type: disc;
  padding: 0;
  margin: 0 0 0 1rem;
}
ul li {
  margin: 0.5rem 0;
}

.legal_content p {
  font-size: 1rem;
}

header ul {
  list-style: none;
}
header ul li a {
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  .header > div .header-section {
    background-color: #4CAF50;
    padding: 0.5rem 1rem;
    margin: 0 0.75rem;
  }
  .burger-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    cursor: pointer;
  }
  .burger-menu span {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #003F63;
    transition: all 0.3s ease;
  }
  .active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }
  .active span:nth-child(2) {
    opacity: 0;
  }
  .active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  .header {
    position: fixed;
    top: 1.25rem;
    left: 0;
    width: 100%;
    z-index: 20;
    transition: all 0.2s ease-in-out;
  }
  .header-scroll {
    top: 0;
    background-color: #4CAF50;
  }
  .header-scroll .header-section {
    padding: 0 !important;
    margin: 0 !important;
  }
  .menu-open {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #4CAF50;
    overflow: hidden;
    z-index: 10;
  }
  .menu-open #menu-menu-principal {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding: 0;
    text-align: left;
    margin: 2.5rem 0 5rem;
  }
  body.menu-open {
    overflow: hidden;
  }
}
.site-footer section a {
  color: white;
  font-size: 0.875rem;
  font-weight: 700;
}
.site-footer section .footer_coordonnee {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  .site-footer section .footer_coordonnee {
    align-items: center;
    justify-content: center;
  }
}
.site-footer section .footer_coordonnee p {
  font-size: 1rem;
  font-weight: 400;
}
.site-footer section .menu-footer ul {
  margin: 0;
}
.site-footer section .menu-footer ul li {
  margin: 0;
  list-style: none;
  margin-bottom: 1rem;
  line-height: 1rem;
}
.site-footer section .menu-footer ul li a {
  background: linear-gradient(currentColor 0 0) var(--p, 0) 100%/var(--d, 0) 2px no-repeat;
  transition: 0.3s, background-position 0s 0.3s;
  font-weight: 400;
}
.site-footer section .menu-footer ul li a:hover {
  --d: 100%;
  --p: 100%;
}
.site-footer section .menu-footer ul li .sub-menu li {
  list-style-type: disc;
  margin-left: 1rem;
}
.site-footer section .menu-footer ul li .sub-menu li::marker {
  color: white;
}
@media screen and (max-width: 1024px) {
  .site-footer section .menu-footer {
    max-width: 400px;
    width: 100%;
    width: fit-content;
    text-align: center;
  }
}
.site-footer section .footer-legals a {
  width: fit-content;
  background: linear-gradient(currentColor 0 0) var(--p, 0) 100%/var(--d, 0) 2px no-repeat;
  transition: 0.3s, background-position 0s 0.3s;
  font-weight: 400;
  cursor: pointer;
}
.site-footer section .footer-legals a:hover {
  --d: 100%;
  --p: 100%;
}
.site-footer section .footer-legals p {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: white;
}
@media screen and (min-width: 1024px) {
  .site-footer section .footer-legals .legals_stick {
    height: 15px;
    width: 0.1rem;
    background-color: white;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer section .footer-legals {
    justify-content: center;
    align-items: center;
  }
  .site-footer section .footer-legals a, .site-footer section .footer-legals p {
    margin-bottom: 0.25rem;
  }
}

.intro {
  margin-top: -150px;
}
.intro .bg {
  height: 650px;
}
.intro .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: url(../img/watermark_intro.svg) no-repeat left bottom;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .intro .bg::before {
    width: 100%;
    background: url(../img/watermark_intro.svg) no-repeat center center;
  }
}
.intro_container_content {
  position: relative;
  z-index: 4;
}
.intro_container .desc_intro p {
  margin-bottom: 0;
}
.intro_container .image-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  background: #48B2AD;
  z-index: 1;
}
.intro_container .image-intro-activites::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  background: white;
  z-index: 1;
}
.intro-activites {
  margin-top: 0px;
}
.intro-activites .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: url(../img/watermark_intro_activites.svg) no-repeat left bottom;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .intro-activites .bg::before {
    width: 100%;
    background: url(../img/watermark_intro_activites.svg) no-repeat center center;
  }
}
.intro-activites_container_content {
  position: relative;
  z-index: 4;
}
.intro-activites_container .desc_intro p {
  margin-bottom: 0;
}
.intro-activites_container .image-intro-activites::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  background: white;
  z-index: 1;
}
.breadcrumb a, .breadcrumb p {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.875rem; /* 100% */
  letter-spacing: 0.0175rem;
}

/* Image d'aperçu de notre thème "Apparence > Thèmes" */
.theme-preview {
  background-image: url("theme-preview.png");
  background-size: cover;
  background-position: center;
}

body.error404 .error404 {
  min-height: 80vh;
}
body.error404 .error404-content {
  position: relative;
}
body.error404 .error404-content::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  width: 600px;
  height: 600px;
  background: url(../img/error404.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  body.error404 .error404-content::after {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 1000px) {
  body.error404 .error404-content::after {
    display: none;
  }
}
body.error404 .error404 ul {
  margin-left: 1rem;
}
body.error404 .error404 ul li {
  width: fit-content;
  list-style: disc;
  background: linear-gradient(currentColor 0 0) var(--p, 0) 100%/var(--d, 0) 2px no-repeat;
  transition: 0.5s, background-position 0s 0.5s;
}
body.error404 .error404 ul li:hover {
  --d: 100%;
  --p: 100%;
}

body.home .home_intro {
  position: relative;
  width: 100%;
}
body.home .home_intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}
body.home .home_services_item {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}
body.home .home_services_item:hover {
  transform: scale(1.025);
}
body.home .home_services_item__content p {
  font-size: 1rem;
}
body.home .home_testimonials {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
}
body.home .home_testimonials .slick-slide {
  opacity: 0;
}
body.home .home_testimonials .slick-current {
  opacity: 1;
}
body.home .home_testimonials .slick-list {
  padding: 0 !important;
}
body.home .home_testimonials .slick-dots {
  bottom: -60px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 1rem;
}
body.home .home_testimonials .slick-dots li button {
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: 0.25;
}
body.home .home_testimonials .slick-dots li button:before {
  display: none;
}
body.home .home_testimonials .slick-dots li.slick-active button {
  opacity: 1;
  background-color: #fff;
}
body.home .home_testimonials .testimonial {
  text-align: center;
}
body.home .home_testimonials .testimonial .content p {
  font-size: 1rem;
}
body.home .home_contact .contact-form {
  background-color: #F8FCFB;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 1rem;
}
body.home .home_contact .contact-form form {
  max-width: 800px;
  width: 100%;
  margin: 2rem auto;
}
body.home .home_contact .contact-form form p {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(6, auto);
  grid-column-gap: 16px;
  grid-row-gap: 0px;
}
body.home .home_contact .contact-form form p .form_firstname {
  grid-area: 1/1/2/2;
}
body.home .home_contact .contact-form form p .form_name {
  grid-area: 1/2/2/3;
}
body.home .home_contact .contact-form form p .form_mail {
  grid-area: 2/1/3/3;
}
body.home .home_contact .contact-form form p .form_tel {
  grid-area: 3/1/4/3;
}
body.home .home_contact .contact-form form p .form_object {
  grid-area: 4/1/5/3;
}
body.home .home_contact .contact-form form p .form_message {
  grid-area: 5/1/6/3;
}
body.home .home_contact .contact-form form p .form_rgpd {
  grid-area: 6/1/7/3;
  display: flex;
  flex-direction: row;
}
body.home .home_contact .contact-form form p br {
  display: none;
}
body.home .home_contact .contact-form form p .form_btn {
  border-radius: 9999px !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  line-height: 1.75rem !important;
  letter-spacing: 0.0225rem !important;
  padding: 0.75rem 2rem !important;
  transition: 0.3s !important;
  background-color: #4CAF50 !important;
  border: 2px solid #4CAF50 !important;
  color: #fff !important;
  width: fit-content;
  cursor: pointer;
}
body.home .home_contact .contact-form form p .form_btn:hover {
  background-color: #F8FCFB !important;
  border-color: #333333 !important;
  color: #333333 !important;
}
body.home .home_contact .contact-form form label {
  width: 100%;
  color: #003F63;
  font-weight: 700;
}
body.home .home_contact .contact-form form label input {
  width: 100%;
  padding: 0.5rem;
  margin: 1rem 0;
  border-radius: 6px;
  font-weight: 400;
  font-size: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
body.home .home_contact .contact-form form label textarea {
  width: 100%;
  padding: 0.5rem;
  margin: 1rem 0;
  border-radius: 6px;
  font-weight: 400;
  font-size: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  resize: none;
}

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