/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[13].use[5]!./app/Components/BurgerMenu/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.burgerMenu {
  z-index: 2;
  font-family: PortherasRegular;
  display: flex;
  position: fixed;
  bottom: 0;
  top: unset;
  left: 0;
  width: 100%;
  background-color: white;
}
@media screen and (min-width: 60rem) {
  .burgerMenu {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    bottom: unset;
  }
  .burgerMenu.home_burgerMenu, .burgerMenu.realisations_burgerMenu {
    background-color: transparent;
    position: fixed;
  }
}
.burgerMenu .burger_logo {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-evenly;
}
@media screen and (min-width: 60rem) {
  .burgerMenu .burger_logo {
    justify-content: start;
    gap: 2rem;
    margin-left: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[13].use[5]!./app/Components/BurgerMenu/MenuNav/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * Styles pour le menu glissant
 *
 */
.menu_closer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -2;
}
@media screen and (min-width: 60rem) {
  .menu_closer.open {
    display: block;
  }
}

.menu {
  position: fixed;
  top: 0;
  left: -100%;
  height: 100vh;
  width: 450px;
  max-width: 100vw;
  background-color: #ffffff;
  color: rgb(5, 5, 5);
  display: flex;
  flex-direction: column;
  transition: left 0.3s ease-in-out;
  padding-top: 6rem;
  z-index: -1;
}
.menu .allLinks {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  height: 100%;
}
.menu .section {
  font-weight: bold;
}
.menu .subSection {
  font-weight: bold;
  font-size: 0.8rem;
}
.menu .subSubSection {
  font-size: 0.8rem;
}
.menu a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-size: 0.9rem;
}
.menu a:hover {
  color: rgb(117, 117, 117);
}
.menu.open {
  left: 0;
}
.menu ul {
  list-style-type: none;
  margin-left: 1rem;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[13].use[5]!./app/Components/BurgerMenu/BurgerIcon/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
 * Styles pour l'icône burger
 *
 */
.burgerIcon {
  --small-burger_width: 20px;
  --small-burger_line_height: 2px;
  --small-burger_box_height: 15px;
  --medium-burger_width: 26px;
  --medium-burger_line_height: 2px;
  --medium-burger_box_height: 15px;
  width: var(--small-burger_width);
  height: var(--small-burger_box_height);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: initial;
  position: relative;
  grid-row: 1;
  grid-column: 2;
}
@media screen and (min-width: 60rem) {
  .burgerIcon {
    grid-column: 1;
    height: var(--medium-burger_box_height);
  }
}
.burgerIcon .line {
  width: 100%;
  height: var(--small-burger_line_height);
  background-color: #000000;
  position: relative;
  transition: 0.5s ease-in-out;
  transform-origin: 50% 50%;
}
.burgerIcon .line.line1 {
  top: 0%;
}
.burgerIcon .line.line1.open {
  top: 50%;
  translate: 0 -50%;
  rotate: -45deg;
}
.burgerIcon .line.line2.open {
  opacity: 0;
}
.burgerIcon .line.line3 {
  bottom: 0%;
}
.burgerIcon .line.line3.open {
  bottom: 50%;
  translate: 0 50%;
  rotate: 45deg;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[13].use[5]!./app/Components/BurgerMenu/MenuTitle/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * Style pour le titre et le logo
 *
 */
.menuTitle {
  grid-row: 1;
  grid-column: 1;
  display: flex;
}
@media screen and (min-width: 60rem) {
  .menuTitle {
    grid-column: 2;
  }
}
.menuTitle .logo {
  margin-left: initial;
  transition: margin-left 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}
@-moz-document url-prefix() {
  .menuTitle .logo {
    display: inline;
  }
}
@media screen and (min-width: 60rem) {
  .menuTitle .logo {
    display: flex;
    justify-content: space-between;
    font-size: 1.3rem;
  }
}
.menuTitle .logo .img_CC {
  width: 1.5rem;
  height: auto;
  margin-right: 0.6rem;
}
@-moz-document url-prefix() {
  .menuTitle .logo .img_CC {
    vertical-align: middle;
  }
}
@media screen and (min-width: 60rem) {
  .menuTitle .logo .img_CC {
    display: block;
    width: 2.5rem;
    height: auto;
    margin-right: 1rem;
  }
}
@-moz-document url-prefix() {
  .menuTitle .logo .titleName {
    display: inline;
    vertical-align: sub;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[13].use[5]!./app/style/globals.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  max-width: 100vw;
  overflow-x: clip;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: "PortherasThin", "ZH-Sans", Arial, Lucida Sans Unicode, "sans-serif";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 1.1em;
  letter-spacing: 0.01rem;
  line-height: 1.6rem;
  color: black;
}
html a,
body a {
  text-decoration: none;
  color: black;
}
html h1,
body h1 {
  font-family: PortherasThin;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: normal;
  letter-spacing: 0.02rem;
  width: auto;
  height: auto;
}
@media screen and (min-width: 60rem) {
  html h1,
  body h1 {
    font-size: 1.5rem;
  }
}
html h2,
body h2 {
  font-family: PortherasRegular;
  font-weight: 400;
  font-size: 1rem;
  line-height: normal;
}
@media screen and (min-width: 60rem) {
  html h2,
  body h2 {
    font-size: 1.4rem;
  }
}
html h3,
body h3 {
  font-family: PortherasRegular;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: normal;
  text-align: center;
}
@media screen and (min-width: 60rem) {
  html h3,
  body h3 {
    font-size: 1rem;
  }
}
html .background-video,
body .background-video {
  position: relative;
  width: 100%;
  height: 100vh; /* Prend toute la hauteur de l'écran */
  overflow: hidden;
}
html .photo,
body .photo {
  width: 100%;
  height: auto;
  object-fit: contain;
}
html .background-video video,
body .background-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%; /* S'étire pour couvrir la largeur */
  min-height: 100%; /* S'étire pour couvrir la hauteur */
  object-fit: cover; /* Garde les proportions */
  z-index: 1; /* Derrière le contenu */
}
html .background-video .content,
body .background-video .content {
  position: relative;
  z-index: 2; /* Au-dessus de la vidéo */
}
html .intro,
body .intro {
  width: 90%;
  text-align: justify;
  margin: 0rem auto 5rem auto;
  font-size: 0.9rem;
  letter-spacing: 0rem;
}
@media screen and (min-width: 60rem) {
  html .intro,
  body .intro {
    width: 60%;
    font-size: 1rem;
    margin: 6rem auto 8rem auto;
  }
}
@media screen and (min-width: 90rem) {
  html .intro,
  body .intro {
    width: 50%;
  }
}
html .intro .intro_text,
body .intro .intro_text {
  margin-bottom: 1rem;
}
html .logo_partenaires,
body .logo_partenaires {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  gap: 1rem;
  margin: auto;
  justify-content: space-between; /* espace régulier */
}
html .logo_partenaires img,
body .logo_partenaires img {
  width: 200px; /* largeur fixe */
  height: 200px; /* hauteur fixe */
  object-fit: contain; /* garde le logo entier */
  margin: auto;
}
html .commentaires,
body .commentaires {
  color: #dd10c2;
}
html input:-webkit-autofill,
body input:-webkit-autofill {
  -webkit-appearance: none;
          appearance: none; /* Supprime l'apparence native */
  background-color: white !important; /* Remplace le fond par transparent ou une autre couleur */
  color: inherit !important; /* Conserve la couleur du texte définie */
  border: 1px solid #ccc; /* Exemple de style de bordure */
  box-shadow: 0 0 0px 1000px white inset; /* Hack pour changer complètement le fond */
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; /* Contourne le changement de couleur */
}
html input:-webkit-autofill:hover,
html input:-webkit-autofill:focus,
body input:-webkit-autofill:hover,
body input:-webkit-autofill:focus {
  border: 1px solid #000; /* Style au survol ou lorsque le champ est en focus */
}

@font-face {
  font-family: "PortherasThin"; /* Nom personnalisé pour votre police */
  src: url("/polices/Portheras_test/PortherasTest-Light.otf") format("opentype"); /* Chemin vers le fichier */
  /* font-weight: normal; /* Optionnel, défini pour les variantes */
  /* font-style: normal; Optionnel */
}
@font-face {
  font-family: "PortherasRegular"; /* Nom personnalisé pour votre police */
  src: url("/polices/Portheras_test/PortherasTest-Regular.otf") format("opentype"); /* Chemin vers le fichier */
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[13].use[5]!./app/Components/Footer/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.lien {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  padding: 1rem;
  padding-bottom: 4rem;
  background-color: black;
  color: white;
  font-size: 0.9rem;
}
@media screen and (min-width: 60rem) {
  .lien {
    font-size: 0.9rem;
    padding: 2rem;
    padding-bottom: 2rem;
  }
}
.lien .liens {
  color: white;
}
