@charset "UTF-8";
/* 
 * This is just used as an entrypoint, processed because it's in the /assets/css directory,
 * the rest of the scss files are put under _scss
 */
/*! 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.
 */
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 */
  white-space: pre-wrap; /* Since CSS 2.1 */
}

/* 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-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

/** Quentin additions */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
}

html {
  font-family: ui-sans-serif, system-ui, sans-serif;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

button,
input {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  background-image: none;
  background-color: transparent;
  cursor: pointer;
}

:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

h1,
h2,
h3,
figure,
p {
  margin: 0;
}

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

img,
svg,
video {
  display: block;
  vertical-align: middle;
}

@font-face {
  font-family: "ActionMan";
  src: url("/assets/fonts/Action_Man.woff2") format("woff2"), url("/assets/fonts/Action_Man.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ActionMan";
  src: url("/assets/fonts/Action_Man_Bold_Italic.woff2") format("woff2"), url("/assets/fonts/Action_Man_Bold_Italic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "ActionMan";
  src: url("/assets/fonts/Action_Man_Bold.woff2") format("woff2"), url("/assets/fonts/Action_Man_Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "ActionMan";
  src: url("/assets/fonts/Action_Man_Italic.woff2") format("woff2"), url("/assets/fonts/Action_Man_Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "ChonkyBunny";
  src: url("/assets/fonts/Chonky_Bunny.woff2") format("woff2"), url("/assets/fonts/Chonky_Bunny.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Comfortaa";
  src: url("/assets/fonts/Comfortaa_Regular.woff2") format("woff2"), url("/assets/fonts/Comfortaa_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Comfortaa";
  src: url("/assets/fonts/Comfortaa_Bold.woff2") format("woff2"), url("/assets/fonts/Comfortaa_Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Comfortaa";
  src: url("/assets/fonts/Comfortaa_Light.woff2") format("woff2"), url("/assets/fonts/Comfortaa_Light.ttf") format("truetype");
  font-weight: light;
  font-style: normal;
}
/**
 * Attention, il faut penser à créer une règle @font-face dans fonts.scss pour chaque
 * font utilisée
 */
/** Variables de l'en tête */
/** Tailles : */
/** Taille polices */
/** Couleurs : */
/* Flèche sous élément de menu */
body > header {
  height: 290px;
  width: 100%;
  position: relative;
}
body > header .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
body > header .header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
body > header .header-content h1 {
  font-family: "ActionMan", "Verdana", sans-serif;
  font-weight: bold;
  font-size: 42px;
  margin-top: 15px;
}
body > header .header-content h2 {
  font-size: 22px;
  text-align: center;
}
body > header .header-content nav {
  margin-top: auto;
  margin-bottom: 22px;
}
body > header .header-content nav > ul {
  display: flex;
}
body > header .header-content nav > ul li {
  position: relative;
  height: 35px;
  background-color: #DBDBDB;
  color: #FFFFFF;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.5s, background-color 0.5s;
}
body > header .header-content nav > ul li.active {
  background-color: #F0F0F0;
  color: #414141;
}
body > header .header-content nav > ul li.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #F0F0F0;
  transition: border-top-color 0.5s;
}
body > header .header-content nav > ul li:hover {
  background-color: #CDCDCD;
  color: #414141;
}
body > header .header-content nav > ul li:hover::after {
  border-top-color: #CDCDCD;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10vh;
}
main > p, main > ul, main > ol {
  max-width: 650px;
  width: 90vw;
}
main > p > img {
  width: 100%;
}
main h1 {
  font-family: "ActionMan", "Verdana", sans-serif;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 15px;
}
main p, main ul, main ol {
  margin-top: 20px;
  margin-bottom: 15px;
}
main ul {
  /* Restore ul defaults, deleted by normalize.scss */
  list-style: initial;
  padding-inline-start: 40px;
}
main a {
  text-decoration: underline;
}
main {
  /* Sections with side image */
}
main .content-with-side-image {
  max-width: 920px;
  width: 90vw;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
main .content-with-side-image .image img {
  width: 100%;
}
@media (min-width: 768px) {
  main .content-with-side-image.left {
    flex-direction: row-reverse;
  }
  main .content-with-side-image > .content :first-child {
    margin-top: 0;
  }
  main .content-with-side-image > .content, main .content-with-side-image > .image {
    width: 45%;
  }
}
@media (max-width: 767px) {
  main .content-with-side-image {
    flex-direction: column;
  }
  main .content-with-side-image .content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  main .content-with-side-image .image {
    margin-top: 30px;
  }
}

.embla .embla__viewport {
  overflow: hidden;
}
.embla .embla__container {
  display: flex;
}
.embla .embla__viewport {
  /* Make the carousel take enough height to see its title and its navigation bar */
  height: 70vh;
  min-height: 400px;
}
.embla .embla__container {
  height: 100%;
}
.embla .embla__slide {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}
.embla .embla__slide img {
  max-width: 100%;
  max-height: 100%;
}

.portfolio-carousel {
  width: 600px;
  max-width: 95vw;
  position: relative;
}
.portfolio-carousel .embla__viewport {
  border: 1px solid gray;
  cursor: pointer;
}
.portfolio-carousel {
  /** Thumbnails */
}
.portfolio-carousel .embla-thumbs {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.portfolio-carousel .embla-thumbs .thumbs-container {
  display: flex;
  height: 15vh;
  width: 15vh;
  margin-left: -20px;
}
.portfolio-carousel .embla-thumbs .thumbs-slide {
  flex: 0 0 calc(100% + 20px);
  padding-left: 20px;
}
.portfolio-carousel .embla-thumbs .thumbs-slide.selected img {
  border: 1px solid gray;
  opacity: 0.7;
}
.portfolio-carousel .embla-thumbs .thumbs-slide img {
  width: 100%;
  height: 100%;
}
.portfolio-carousel {
  /* Arrows */
}
@media (max-width: 767px) {
  .portfolio-carousel .prev-btn, .portfolio-carousel .next-btn {
    display: none;
  }
}
.portfolio-carousel .prev-btn, .portfolio-carousel .next-btn {
  position: absolute;
  top: 40%;
  opacity: 0.5;
}
.portfolio-carousel .prev-btn.disabled, .portfolio-carousel .next-btn.disabled {
  display: none;
}
.portfolio-carousel .prev-btn {
  left: -50px;
}
.portfolio-carousel .next-btn {
  right: -50px;
}

.carousel-overlay {
  display: flex;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-color: white;
}
.carousel-overlay .close-btn {
  position: absolute;
  top: 15px;
  left: 15px;
  height: 30px;
  width: 30px;
}
.carousel-overlay .close-btn img {
  width: 100%;
  height: 100%;
}
.carousel-overlay .image-panel {
  height: 100%;
  width: 66.6666666667%;
  align-items: center;
  justify-content: center;
}
.carousel-overlay .image-panel img {
  height: calc(100% - 20px);
  width: 100%;
  object-fit: contain;
}
.carousel-overlay .description-panel {
  width: 33.3333333333%;
}
.carousel-overlay {
  /* When there is no description, put the image in the center */
}
.carousel-overlay.no-desc .image-panel {
  width: 100%;
}

.image-mosaic {
  max-width: 980px;
  width: 90vw;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
}
.image-mosaic a {
  width: calc(33% - 20px);
}
.image-mosaic a > img {
  width: 100%;
}
@media (max-width: 767px) {
  .image-mosaic {
    flex-wrap: nowrap;
    align-items: center;
  }
  .image-mosaic a {
    width: 90%;
    max-width: 320px;
  }
}

section.contact-section {
  display: flex;
  max-width: 650px;
  width: 90vw;
  justify-content: space-between;
  margin-top: 40px;
}
section.contact-section .contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.contact-section .contact-item .contact-btn {
  height: 26px;
}
section.contact-section .contact-item .contact-btn > img {
  height: 100%;
}
section.contact-section .contact-item .contact-btn {
  margin-bottom: 15px;
  transition: transform 0.2s;
}
section.contact-section .contact-item .contact-btn:hover {
  transform: scale(0.9);
}
section.contact-section .contact-item .contact-type {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 15px;
}
section.contact-section .contact-item .contact-content {
  margin-top: 0;
}
section.contact-section .socials-buttons {
  display: flex;
  gap: 15px;
}
@media (max-width: 767px) {
  section.contact-section {
    flex-direction: column;
    gap: 30px;
  }
  section.contact-section .socials .placeholder {
    display: none;
  }
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 22px;
}

body {
  color: #414141;
  font-family: "Comfortaa", "Verdana", sans-serif;
}
body.noscroll {
  overflow: hidden;
}

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