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

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

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.wrapper {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.marquer {
  color: #E76F87;
}

h1 {
  color: #003366;
  font-size: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.wrapper {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

h1.projet {
  font-family: Anton, roboto, sans-serif;
  font-size: 120px;
}

h1.logo {
  font-family: Pacifico, sans-serif;
  font-size: 52px;
}

h2 {
  font-size: 62px;
}

h3 {
  font-size: 52px;
}

h4, h5 {
  font-size: 38px;
}

a p {
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

h1, h2, h3, h4, h5 {
  font-family: GFS Neohellenic, sans-serif;
  color: #333333;
  font-style: normal;
}

p, .input-label, .input-element {
  font-family: Raleway, sans-serif;
  font-size: 22px;
  letter-spacing: 1px;
  color: #333333;
}

.bouton-cta {
  display: flex;
  justify-content: center;
  transition: 0.1s;
  background-color: #E76F87;
  padding: 5px 20px;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.25);
}
.bouton-cta:hover {
  background-color: #C5565C;
}
.bouton-cta p {
  margin: 10px 0;
  text-align: center;
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .bouton-cta {
    padding: 5px 15px;
  }
  .bouton-cta p {
    font-size: 18px;
  }
}

.imgScallable {
  transition: 0.1s;
}
.imgScallable:hover {
  transform: scale(1.1) !important;
  cursor: pointer;
}

.fade-in {
  opacity: 0;
  transform: translateY(100px);
  transition: 0.25s ease-in;
}

.fade-in.appear {
  opacity: 1;
  transform: translateY(0);
}

nav {
  background-color: #9BE7D4;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-around;
  margin: 0;
}
nav .nav-bar {
  display: none;
  font-size: 50px;
  color: #E76F87;
}
nav > div {
  width: 100%;
  display: flex;
  align-items: center;
}
nav h1, nav .logo-lien {
  text-shadow: 4px 8px 4px rgba(236, 180, 191, 0.4);
  width: 30%;
  min-width: 400px;
  padding-left: 5%;
  margin: 10px 0;
}
nav ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0;
  padding: 10px;
  width: 70%;
}
nav ul li {
  padding: 10px;
  min-width: 135px;
}
nav ul li p {
  text-align: center;
}
nav a {
  color: darkgrey;
}
nav a :hover {
  color: #4F4F4F;
}

@media screen and (max-width: 992px) {
  nav {
    flex-direction: column;
    align-items: center;
  }
  nav > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  nav ul {
    flex-direction: column;
    padding: 20px;
  }
  nav h1, nav .logo-lien {
    width: 50%;
    text-align: start;
    min-width: auto;
  }
  nav .nav-hidden {
    display: none;
  }
  nav .nav-bar {
    display: block;
    padding-right: 5%;
  }
  nav.nav-hidden {
    flex-direction: row;
    justify-content: space-between;
  }
  nav.nav-hidden h1 {
    width: 50%;
    text-align: start;
  }
}
@media screen and (max-width: 600px) {
  nav ul {
    flex-direction: column;
    padding: 20px;
  }
  nav .nav-hidden {
    display: none;
  }
  nav .nav-bar {
    display: block;
    padding-right: 5%;
  }
  nav.nav-hidden {
    flex-direction: row;
    justify-content: space-between;
    /*div{
      display: flex;
      i{
        display: inherit;
      }

      h1{
        width: 40%;
        text-align: start;
        font-size: 42px;
      }
    }*/
  }
}
.hero {
  position: relative;
  top: -2px;
  height: 100VH;
}
.hero .bg-img {
  background-image: url("Images/bg1.png");
  background-repeat: repeat;
  background-size: 25%;
  filter: blur(3px);
  height: 100%;
  width: 100%;
  animation: animateimg 30s linear infinite alternate;
}
@keyframes animateimg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% -100%;
  }
}
.hero .name {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*border-style: solid;
  border-color: black;
  border-width: 3px;
  border-radius: 10px;*/
}
.hero .name h3 {
  text-align: center;
}
.hero .name .path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: dash 10s linear alternate forwards;
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1;
  }
  70% {
    stroke-dashoffset: 0.05;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@media screen and (max-width: 768px) {
  .hero .name svg {
    width: 300px;
    object-fit: cover;
  }
}
.pub-accueil {
  display: flex;
  justify-content: space-around;
  padding: 35px 0;
  background-color: #F2E0DC;
}
.pub-accueil > img {
  width: 40%;
}
.pub-accueil .pub-accueil-texte {
  height: 60vh;
  width: 40%;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.pub-accueil .pub-accueil-texte .bouton-cta {
  align-self: flex-end;
  margin-right: 75px;
}

@media screen and (max-width: 992px) {
  .pub-accueil {
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
  }
  .pub-accueil img {
    width: 70%;
    padding: 35px 0;
  }
  .pub-accueil .pub-accueil-texte {
    width: 72%;
    padding: 35px 0;
  }
  .pub-accueil .pub-accueil-texte h2 {
    font-size: 42px;
  }
  .pub-accueil .pub-accueil-texte .bouton-cta {
    margin-right: 0;
  }
}
@media screen and (max-width: 340px) {
  .pub-accueil {
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    height: 900px;
  }
  .pub-accueil img {
    width: 70%;
    padding: 35px 0;
  }
  .pub-accueil .pub-accueil-texte {
    width: 72%;
    padding: 35px 0;
  }
  .pub-accueil .pub-accueil-texte h2 {
    font-size: 38px;
  }
}
.pub-contact {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 45vh;
  background-color: #B0C7D9;
}

@media screen and (max-width: 992px) {
  h2 {
    font-size: 42px;
    text-align: center;
  }
  .pub-contact {
    max-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .pub-contact h2 {
    font-size: 32px;
    text-align: center;
    padding: 0 20px;
  }
}
footer {
  display: flex;
  justify-content: space-between;
  height: 10vh;
  background-color: #8BA1B1;
}
footer .footer-nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 15%;
}
footer .footer-nav .fab {
  font-size: 50px;
  color: #ECB4BF;
  cursor: pointer;
  transition: 0.1s;
}
footer .footer-nav .fab:hover {
  color: #FFCCD7;
  padding-bottom: 5px;
}
footer .footer-nav img {
  max-height: 50px;
}
footer p {
  margin: 0 25px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  footer {
    justify-content: space-around;
  }
  footer .footer-nav .fab {
    font-size: 35px;
    padding: 0 5px;
  }
  footer p {
    padding: 0 5px;
    margin: 0;
  }
}
.body-bg {
  background-color: #F2E0DC;
}

/*
.liste-projet {
  .projet-showcase {

    display: flex;
    justify-content: space-around;
    position: relative;


    //max-height: 60vh;
    height: 450px;
    border-radius: 90px;


    padding: 50px 0;
    margin: 25vh auto;

    background-image: url("Images/bg2.png");
    background-repeat: repeat;
    background-size: 15%;


    clip-path: inset(0);
    overflow: hidden;

    .background-gradient {
      position: absolute;
      top: 0;
      z-index: -1;

      background: linear-gradient(90.01deg, rgba(231, 111, 135, 0) 0.01%, #B0C7D9 99.99%);
      width: 100%;
      height: 100%;
    }

    .liste-outils {
      display: flex;
      justify-content: space-around;
      width: 35%;

      img {
        width: 50px;
        object-fit: scale-down;
      }
    }
    .zoom{
      transform: scale(1.1);
    }

    .img-projet-showcase {
      width: 45%;
      max-height: 450px;
      border-radius: 90px;
      object-fit: cover;

    }

    .info-projet-showcase {
      position: relative;
      z-index: 10;

      width: 45%;
      border-radius: 90px;

      display: flex;
      align-items: flex-end;
      justify-content: space-around;
      flex-direction: column;

      .bouton-cta {
        display: block;
        align-self: flex-start;

        position: relative;
        left: 22%;
        width: 150px;
      }

      .description-projet-showcase {
        text-align: end;
        width: 65%;
      }

      h2 {
        margin: 0 0;
      }

      .background-circle {
        width: 750px;
        height: 750px;
        border-radius: 50%;

        background-color: $color-accent-2-pale;
        @include shadow-cast-reverse();

        position: absolute;
        right: -35%;
        top: -72%;
        z-index: -1;
      }
    }
  }

  &:nth-child(odd) {

    .projet-showcase{
      flex-direction: row-reverse;

      .background-gradient {
        background: linear-gradient(90deg, #B0C7D9 0%, rgba(176, 199, 217, 0) 100%);
      }

      .description-projet-showcase {
        text-align: start;
      }



      .info-projet-showcase {
        align-items: flex-start;

          .background-circle {
            left: -35%;
          }
        .bouton-cta {
          align-self: flex-start;
          right: -50%;
          left: auto;
        }
        }
    }
  }
}

.projet-showcase:nth-child(even) {
  //flex-direction: row-reverse;
  display: none;

}

@media screen and (max-width: 1500px) {
  .liste-projet{
    .projet-showcase{
      .info-projet-showcase{
        .background-circle{
          width: 650px;
          height: 650px;

          top: -60%;
          right: -25%;

        }

      }
    }
  }

}


@media screen and (max-width: $extra-large-br) {
  .liste-projet{
    .projet-showcase{
      img{
        padding: 20px 0;
      }
      .info-projet-showcase{
        width: 55%;
        .background-circle{
          width: 620px;
          height: 620px;

          top: -60%;
          right: -35%;

        }

      }
    }
  }

}

@media screen and (max-width: $large-br) {
  .liste-projet{


    .projet-showcase{
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      height: fit-content;
      min-height: 750px;
      margin: 50px auto;
      background: none;

      .img-projet-showcase{
        z-index: 50;
        min-height: 400px;
      }

      .info-projet-showcase{
        align-items: center;

        .background-circle{
          width: 600px;
          height: 600px;
          right: 50%;
          transform: translateX(50%);

        }
        .liste-outils{
          align-self: flex-start;
        }
        h2{
          align-self: flex-start;
        }
        .description-projet-showcase{
          text-align: center;
        }
        .bouton-cta{
          align-self: flex-end;
        }

      }
      .background-gradient{
        background: linear-gradient(0deg, #B0C7D9 0%, rgba(176, 199, 217, 0) 100%);;
      }
    }
    &:nth-child(odd) {
      .projet-showcase{
        flex-direction: column;
        .background-circle{
          width: 600px;
          height: 600px;
          right: 0;
          transform: translateX(11%);

        }
        .info-projet-showcase{
          align-items: center;
        }
        .bouton-cta{
          align-self: flex-end;
          position: relative;
          left: 10%;
        }
        .background-gradient{
          background: linear-gradient(0deg, #B0C7D9 0%, rgba(176, 199, 217, 0) 100%);
        }
      }


    }
  }
  }

@media screen and (max-width: $medium-br) {
  .liste-projet{
    //background: linear-gradient(0deg, #B0C7D9 0%, rgba(176, 199, 217, 0) 100%);


    .projet-showcase{


      .img-projet-showcase{
        width: 80%;
        padding: 30px 0;
      }

      .info-projet-showcase{
        width: 80%;

        .background-circle{
          width: 600px;
          height: 600px;
          right: 50%;
          transform: translateX(50%);

        }
        .liste-outils{
        }
        h2{
          font-size: 52px;
          width: 100%;
        }
        .description-projet-showcase{
          text-align: center;
        }
        .bouton-cta{
          margin-right: 15%;
        }

      }
      .background-gradient{
        background: linear-gradient(0deg, #B0C7D9 0%, rgba(176, 199, 217, 0) 100%);;
      }
    }
    &:nth-child(odd) {
      .projet-showcase{
        flex-direction: column;
        .background-circle{
          width: 600px;
          height: 600px;
          right: 0;
          left: auto !important;
          transform: translateX(0%);

        }
        .info-projet-showcase{
        }
        .bouton-cta{

        }
        .background-gradient{
        }
      }
    }
  }
}

@media screen and (max-width: $small-br) {
  .liste-projet{
    //background: linear-gradient(0deg, #B0C7D9 0%, rgba(176, 199, 217, 0) 100%);


    .projet-showcase{
      clip-path: none;


      .img-projet-showcase{
        width: 80%;
        padding: 30px 0;
      }

      .info-projet-showcase{
        width: 90%;

        .background-circle{
          width: 700px;
          height: 700px;
          right: 50%;
          transform: translateX(50%);

        }
        .liste-outils{
        }
        h2{
          font-size: 42px;
          width: 100%;
        }
        .description-projet-showcase{
          width: 80%;
        }
        .bouton-cta{
          margin-right: 25%;
          width: 125px;
          padding: 5px 15px;
        }

      }
      .background-gradient{
        //background: linear-gradient(0deg, #B0C7D9 0%, rgba(176, 199, 217, 0) 100%);
        background: none;
        //max-height: 800px;
      }
    }
    &:nth-child(odd) {
      .projet-showcase{
        flex-direction: column;
        .background-circle{
          width: 600px;
          height: 600px;
          right: 0;
          left: auto !important;
          transform: translateX(20%);

        }

        .background-gradient{
          //background: linear-gradient(0deg, #B0C7D9 0%, rgba(176, 199, 217, 0) 100%);;
          background: none;
        }
        .info-projet-showcase{
        }
        .bouton-cta{

        }
        .background-gradient{
        }
      }
    }
  }

}
*/
.single-sommaire {
  background-color: #F2E0DC;
  padding-top: 25px;
}
.single-sommaire h1 {
  margin: 0 auto 10px 5vw;
}
.single-sommaire .single-sommaire-description {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-left: 8%;
}
.single-sommaire .single-sommaire-description * {
  padding: 10px 0;
}
.single-sommaire .single-sommaire-description .sommaire-type-de-travail {
  display: flex;
  justify-content: center;
}
.single-sommaire .single-sommaire-description .sommaire-type-de-travail img {
  max-width: 75px;
  object-fit: scale-down;
  opacity: 0.8;
  filter: blur(1px);
  position: relative;
  left: 25px;
  z-index: 1;
}
.single-sommaire .single-sommaire-description .sommaire-type-de-travail p {
  min-width: 150px;
}
.single-sommaire .single-sommaire-description .sommaire-type-de-travail .bouton-cta {
  align-items: center;
  height: 50px;
}
.single-sommaire .single-sommaire-description .sommaire-type-de-travail .bouton-cta p {
  min-width: 150px;
  text-align: center;
  font-size: 18px;
}
.single-sommaire .single-sommaire-description p {
  width: 35%;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .single-sommaire h1 {
    font-size: 90px;
  }
  .single-sommaire .single-sommaire-description > p {
    width: 80%;
  }
}
.single-hero {
  display: flex;
  justify-content: space-between;
  background-color: #F2E0DC;
  padding-top: 150px;
  padding-bottom: 100px;
}
.single-hero > img {
  width: 40%;
  object-fit: cover;
  border: solid #B0C7D9;
  border-width: 0;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.25);
}
.single-hero > div {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 40%;
}
.single-hero > div div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  position: relative;
}
.single-hero > div div img {
  max-width: 25%;
  max-height: 125px;
  padding: 25px;
  position: absolute;
  top: -20px;
  left: -50px;
  opacity: 0.3;
}

@media screen and (max-width: 1200px) {
  .single-hero {
    justify-content: space-around;
    align-items: center;
  }
  .single-hero > img {
    height: fit-content;
  }
}
@media screen and (max-width: 992px) {
  .single-hero {
    flex-direction: column;
  }
  .single-hero > img {
    height: fit-content;
    width: 60%;
  }
  .single-hero > div {
    width: 70%;
  }
  .single-hero > div > div {
    padding: 25px 0;
  }
  .single-hero > div > div img {
    max-width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .single-hero > img {
    width: 70%;
  }
  .single-hero > div {
    width: 100%;
  }
  .single-hero > div > div img {
    max-width: 75px;
  }
}
.single-description-courte {
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-content: center;
  position: relative;
  background-color: #F9F0EC;
  height: 50vh;
  z-index: 5;
}
.single-description-courte h2 {
  z-index: 5;
}
.single-description-courte > div {
  display: flex;
  justify-content: space-around;
  z-index: 50;
}
.single-description-courte > div p {
  text-align: center;
  width: 20%;
}
.single-description-courte .bg-img {
  height: 100%;
  width: 100%;
  background-image: url("Images/bg1.png");
  background-repeat: repeat;
  background-size: 25%;
  filter: blur(2px);
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .single-description-courte > div p {
    width: 25%;
  }
}
@media screen and (max-width: 992px) {
  .single-description-courte {
    height: auto;
  }
  .single-description-courte > div {
    flex-direction: column;
    align-items: center;
  }
  .single-description-courte > div p {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .single-description-courte > div p {
    width: 70%;
  }
}
.single-description-longue {
  display: flex;
  justify-content: space-around;
  padding: 5vh 0;
  background-color: #B0C7D9;
}
.single-description-longue > div {
  display: flex;
  justify-content: space-around;
}
.single-description-longue > div > img {
  max-width: 40%;
  object-fit: cover;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.25);
  margin: 15px;
}
.single-description-longue > div > div {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 25px;
}
.single-description-longue > div > div h3 {
  margin: 0 0 20px 0;
}
.single-description-longue > div > div .liste-description-projet {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-self: flex-end;
  max-width: 90%;
}
.single-description-longue > div > div .liste-description-projet .puce-description-projet {
  display: flex;
}
.single-description-longue > div > div .liste-description-projet .puce-description-projet p {
  max-width: 90%;
  padding: 10px 10px;
}
.single-description-longue > div > div .liste-description-projet .puce-description-projet img {
  width: 75px;
  object-fit: contain;
}
.single-description-longue > div > div .liste-description-projet .sans-puce {
  display: block;
}

@media screen and (max-width: 1200px) {
  .single-description-longue > div {
    flex-direction: column;
    align-items: center;
  }
  .single-description-longue > div img {
    max-width: 70%;
  }
  .single-description-longue > div .liste-description-projet .puce-description-projet {
    max-width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .single-description-longue > div .liste-description-projet {
    align-self: flex-start !important;
  }
  .single-description-longue > div .liste-description-projet .puce-description-projet {
    max-width: 100%;
  }
  .single-description-longue > div .liste-description-projet .puce-description-projet p {
    max-width: 100% !important;
  }
  .single-description-longue > div .liste-description-projet .puce-description-projet img {
    max-width: 50px;
  }
}
.single-explication {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #F2E0DC;
}
.single-explication .bg-img {
  background-image: url("Images/bg1.png");
  background-repeat: repeat;
  background-size: 25%;
  filter: blur(4px);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  padding: 0;
}
.single-explication h2 {
  z-index: 5;
}
.single-explication .une-explication {
  display: flex;
  justify-content: space-around;
  padding: 35px 0;
  z-index: 5;
}
.single-explication .une-explication > img {
  max-width: 40%;
  object-fit: cover;
  border-radius: 5%;
  margin: 25px;
  border: solid #CB9BA4;
  border-width: 12px 3px 6px 12px;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.25);
}
.single-explication .une-explication > div {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 25px;
}
.single-explication .une-explication > div h3 {
  margin: 0 0 20px 0;
}
.single-explication .une-explication > div .liste-explication-projet {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-self: flex-end;
  max-width: 90%;
}
.single-explication .une-explication > div .liste-explication-projet .puce-explication-projet {
  display: flex;
}
.single-explication .une-explication > div .liste-explication-projet .puce-explication-projet p {
  max-width: 80%;
  padding: 10px 10px;
}
.single-explication .une-explication > div .liste-explication-projet .puce-explication-projet img {
  width: 75px;
  object-fit: contain;
}
.single-explication .une-explication:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1200px) {
  .single-explication .une-explication {
    flex-direction: column;
    align-items: center;
  }
  .single-explication .une-explication > img {
    max-width: 70%;
    margin: 0;
  }
  .single-explication .une-explication h3 {
    align-self: start;
  }
  .single-explication .une-explication:nth-child(even) {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .single-explication .une-explication {
    flex-direction: column;
    align-items: center;
  }
  .single-explication .une-explication > img {
    max-width: 70%;
    margin: 0;
  }
  .single-explication .une-explication:nth-child(even) {
    flex-direction: column;
  }
  .single-explication .une-explication > div .liste-explication-projet {
    align-self: center;
  }
  .single-explication .une-explication > div .liste-explication-projet img {
    max-width: 50px;
    object-fit: contain;
  }
}
.explication-courte {
  background-color: #F2E0DC;
}
.explication-courte h3 {
  margin: 0 auto;
  text-align: center;
  padding: 35px 0;
}
.explication-courte .liste-explication-courte {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.explication-courte .liste-explication-courte > div {
  width: 30%;
  display: flex;
  flex-direction: column;
  padding: 25px 0;
}
.explication-courte .liste-explication-courte > div img {
  height: 250px;
  object-fit: cover;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 600px) {
  .explication-courte .liste-explication-courte > div {
    width: 60%;
  }
  .explication-courte .liste-explication-courte > div img {
    height: 250px;
    object-fit: cover;
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 992px) and (min-width: 600px) {
  .explication-courte .liste-explication-courte > div {
    width: 40%;
  }
}
.explication-moyen {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background-color: #F2E0DC;
}
.explication-moyen .conteneur-explication-moyenne {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.explication-moyen .conteneur-explication-moyenne > div {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 40%;
  padding: 20px 0;
}
.explication-moyen .conteneur-explication-moyenne > div > img {
  max-width: 100%;
  object-fit: cover;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.25);
}
.explication-moyen .conteneur-explication-moyenne > div > p {
  width: 80%;
}

@media screen and (max-width: 992px) {
  .explication-moyen .conteneur-explication-moyenne > div {
    width: 80%;
  }
}
.qui-suis-je {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 5vh 0;
  background-color: #F2E0DC;
}
.qui-suis-je h1 {
  padding-bottom: 25px;
}
.qui-suis-je > div {
  display: flex;
  justify-content: space-around;
}
.qui-suis-je > div img {
  width: 35%;
  border-radius: 25px;
  border: solid #CB9BA4;
  border-width: 12px 6px 6px 12px;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.25);
}
.qui-suis-je > div > div {
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 55%;
}
.qui-suis-je > div > div h3 {
  text-align: center;
}
.qui-suis-je > div > div p {
  width: 70%;
}
.qui-suis-je > div > div .qualite-fade-out {
  transform: translateY(-100px);
  opacity: 0;
}
.qui-suis-je > div > div .qualite-fade-in {
  opacity: 1;
  transition: 0.5s ease-in;
  transform: translateY(0);
}

@media screen and (max-width: 1200px) {
  .qui-suis-je > div img {
    height: fit-content;
  }
  .qui-suis-je > div > div {
    max-width: 500px;
    height: 400px;
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .qui-suis-je > div {
    flex-direction: column;
    align-items: center;
  }
  .qui-suis-je > div img {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .qui-suis-je h1 {
    font-size: 62px;
    text-align: center;
  }
  .qui-suis-je > div {
    flex-direction: column;
    align-items: center;
  }
  .qui-suis-je > div img {
    width: 60%;
  }
  .qui-suis-je > div > div {
    width: 80%;
  }
  .qui-suis-je > div > div p {
    width: 100%;
  }
  .qui-suis-je > div > div h3 {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .qui-suis-je h1 {
    font-size: 42px;
    text-align: center;
  }
  .qui-suis-je > div {
    flex-direction: column;
    align-items: center;
  }
  .qui-suis-je > div img {
    width: 60%;
  }
}
.hobby {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: #F2E0DC;
  padding: 10vh 0;
}
.hobby .liste-hooby {
  display: flex;
  justify-content: space-around;
}
.hobby .liste-hooby > div {
  width: 30%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.hobby .liste-hooby > div img {
  object-fit: scale-down;
  max-width: 150px;
  padding: 10px;
}
@media screen and (max-width: 1200px) {
  .hobby .liste-hooby {
    flex-wrap: wrap;
  }
  .hobby .liste-hooby > div {
    min-width: 350px;
    padding: 20px 20px;
  }
}
@media screen and (max-width: 992px) {
  .hobby .liste-hooby > div {
    width: 55%;
    padding: 25px 25px;
  }
}
@media screen and (max-width: 768px) {
  .hobby h3 {
    padding: 0 20px;
  }
  .hobby .liste-hooby > div {
    width: 70%;
    padding: 0;
  }
  .hobby .liste-hooby > div img {
    max-width: 100px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 400px) {
  .hobby h3 {
    padding: 0 20px;
  }
  .hobby .liste-hooby > div {
    width: 95%;
    padding: 0;
    min-width: 0;
  }
  .hobby .liste-hooby > div p {
    font-size: 18px;
  }
  .hobby .liste-hooby > div img {
    max-width: 50px;
    padding: 0 10px;
  }
}
.competence-principale {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 50px 0;
  height: 100vh;
  background-color: #F9F0EC;
}
.competence-principale h2 {
  margin: 10px auto;
}
.competence-principale > div {
  display: flex;
  justify-content: space-between;
  height: 80%;
  width: 90%;
}
.competence-principale > div .explication-competence {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  width: 55%;
}
.competence-principale > div .explication-competence .liste-explication-competence {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
}
.competence-principale > div .explication-competence .liste-explication-competence > div {
  display: flex;
  padding-left: 25px;
}
.competence-principale > div .explication-competence .liste-explication-competence > div img {
  max-width: 50px;
  object-fit: contain;
  padding: 10px;
}
.competence-principale > div .explication-competence .liste-explication-competence > div p {
  align-self: center;
}
.competence-principale > div .explication-competence.selected-explication {
  display: flex;
  animation: explication-competence 0.2s ease-in;
}
@keyframes explication-competence {
  from {
    transform: translateY(75px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
.competence-principale .liste-competence {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  height: 100%;
}
.competence-principale .liste-competence .compet.selected-compet {
  box-shadow: 4px 8px 4px rgba(231, 111, 135, 0.4);
  border-radius: 31px;
  transform: scale(1.1);
  padding: 15px;
}
.competence-principale .liste-competence div {
  display: flex;
  cursor: pointer;
}
.competence-principale .liste-competence div img {
  max-width: 75px;
  object-fit: contain;
}
.competence-principale .liste-competence div > div {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  padding-left: 25px;
}
.competence-principale .liste-competence div > div h4 {
  font-size: 60px;
  margin: 0;
}
.competence-principale .liste-competence div > div .xp-bar {
  position: relative;
  width: 20em;
  height: 4px;
  background-color: #E76F87;
}
.competence-principale .liste-competence div > div .xp-bar h4 {
  position: absolute;
  right: 0;
  bottom: -12px;
  font-size: 50px;
  opacity: 80%;
  font-weight: normal;
}

@media screen and (max-width: 1200px) {
  .competence-principale {
    height: 120vh;
    padding: 50px 0;
  }
  .competence-principale > div {
    width: 100%;
    justify-content: space-around;
  }
  .competence-principale > div .explication-competence {
    width: 40%;
  }
  .competence-principale .liste-competence div > div .xp-bar {
    width: 300px;
  }
}
@media screen and (max-width: 992px) {
  .competence-principale {
    max-height: 900px;
  }
  .competence-principale > div {
    width: 100%;
    flex-direction: row-reverse;
  }
  .competence-principale > div .explication-competence {
    width: 60%;
  }
  .competence-principale .liste-competence .compet {
    max-width: 250px;
  }
  .competence-principale .liste-competence .compet img {
    max-width: 50px;
  }
  .competence-principale .liste-competence .compet > div h4 {
    font-size: 42px;
  }
  .competence-principale .liste-competence .compet > div .xp-bar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .competence-principale {
    max-height: 1200px;
  }
  .competence-principale > div {
    width: 100%;
    flex-direction: row-reverse;
  }
  .competence-principale > div .explication-competence {
    width: 60%;
  }
  .competence-principale > div .explication-competence p {
    font-size: 20px;
  }
  .competence-principale .liste-competence .compet {
    max-width: 250px;
  }
  .competence-principale .liste-competence .compet img {
    max-width: 50px;
    padding: 0 0 0 10px;
  }
  .competence-principale .liste-competence .compet > div h4 {
    font-size: 32px;
  }
  .competence-principale .liste-competence .compet > div .xp-bar {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .competence-principale {
    max-height: 2000px;
    height: auto;
    justify-content: space-around;
  }
  .competence-principale h2 {
    height: 10%;
  }
  .competence-principale > div {
    width: 100%;
    flex-direction: column-reverse;
  }
  .competence-principale > div .explication-competence {
    width: 90%;
    align-items: center;
  }
  .competence-principale > div .explication-competence p {
    font-size: 18px;
  }
  .competence-principale > div .explication-competence h3 {
    align-self: flex-start;
    padding-left: 30px;
  }
  .competence-principale .liste-competence {
    width: 100%;
    align-items: center;
    justify-content: space-around;
    min-height: auto;
    height: 400px;
  }
  .competence-principale .liste-competence .compet {
    max-width: 90%;
  }
  .competence-principale .liste-competence .compet img {
    max-width: 50px;
    padding: 0 0 0 10px;
  }
  .competence-principale .liste-competence .compet > div h4 {
    font-size: 32px;
  }
  .competence-principale .liste-competence .compet > div .xp-bar {
    display: none;
  }
}
.autres-competence {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #B0C7D9;
}
.autres-competence .liste-autres-competence {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 80%;
}
.autres-competence .liste-autres-competence .item-autre-competence {
  width: 30%;
  text-align: center;
}
.autres-competence .liste-autres-competence div {
  width: 35%;
  display: flex;
  justify-content: space-around;
  margin: 25px;
  position: relative;
}
.autres-competence .liste-autres-competence div img {
  max-width: 150px;
  object-fit: contain;
  position: absolute;
  left: -10%;
  top: 3%;
}
.autres-competence .liste-autres-competence div h4 {
  padding: 45px;
  width: 400px;
  background-color: #9BE7D4;
  border-radius: 0 83px 0 0;
  text-align: center;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1200px) {
  .autres-competence .liste-autres-competence > div {
    width: 30%;
  }
  .autres-competence .liste-autres-competence > div img {
    max-width: 125px;
  }
}
@media screen and (max-width: 992px) {
  .autres-competence .liste-autres-competence > div {
    width: 35%;
  }
  .autres-competence .liste-autres-competence > div img {
    max-width: 125px;
  }
}
@media screen and (max-width: 768px) {
  .autres-competence .liste-autres-competence > div {
    width: 60%;
  }
  .autres-competence .liste-autres-competence > div h4 {
    width: 100%;
    padding: 25px;
    text-align: center;
  }
  .autres-competence .liste-autres-competence > div img {
    max-width: 100px;
    left: -70px;
  }
}
.parent-liste-projet-2 {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(2, 1fr);
  padding: 5vh 20px;
}

.grid-span-grand {
  grid-column: span 7;
  grid-row: span 2;
}

.grid-span-moyen {
  grid-column: span 5;
  grid-row: span 2;
}

.grid-span-petit {
  grid-column: span 3;
  grid-row: span 1;
}

.page {
  background-color: #F9F0EC;
}

.un-projet-showcase {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 350px;
  clip-path: inset(0);
}
.un-projet-showcase .img-projet-showcase {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 3s;
}
.un-projet-showcase > img:hover {
  transform: scale(1.05);
}
.un-projet-showcase .liste-outils {
  display: flex;
  justify-content: center;
  width: 100%;
}
.un-projet-showcase .liste-outils img {
  margin: 10px 20px;
  max-width: 75px;
}

.un-projet-showcase.projet-petit .info-un-projet {
  display: none;
}

.un-projet-showcase.projet-petit .info-un-projet {
  display: none;
}
.un-projet-showcase.projet-petit .info-un-projet {
  flex-direction: column;
  justify-content: center;
  position: absolute;
  bottom: 0;
  height: 80%;
  padding: 15px;
}
.un-projet-showcase.projet-petit .header-un-projet {
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
}

.un-projet-showcase.projet-petit.projet-hover {
  background-color: rgba(187, 226, 243, 0.7);
}
.un-projet-showcase.projet-petit.projet-hover h3 {
  position: absolute;
  z-index: 5;
  top: 0;
  font-size: 42px;
  margin: 10px 10px;
}
.un-projet-showcase.projet-petit.projet-hover .header-un-projet {
  display: block;
}
.un-projet-showcase.projet-petit.projet-hover .info-un-projet {
  display: flex;
  justify-content: flex-end;
  /* flex-direction: column;
   justify-content: center;


   position: absolute;
   bottom: 0;
   height: 80%;
   padding: 15px;*/
}
.un-projet-showcase.projet-petit.projet-hover .info-un-projet p {
  font-weight: bold;
}
.un-projet-showcase.projet-petit.projet-hover .info-un-projet a {
  width: 100%;
}
.un-projet-showcase.projet-petit.projet-hover .info-un-projet a > p {
  color: #fff;
  font-size: 16px;
}
.un-projet-showcase.projet-petit.projet-hover .info-un-projet .conteneur-outil-btn {
  display: flex;
  flex-direction: column-reverse;
  margin-left: auto;
}
.un-projet-showcase.projet-petit.projet-hover .info-un-projet .conteneur-outil-btn .liste-outils img {
  max-width: 40px;
  margin: 10px;
}
.un-projet-showcase.projet-petit.projet-hover .hover-petit {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(187, 226, 243, 0.7);
}

.un-projet-showcase.projet-moyen img.img-projet-showcase {
  min-height: 600px;
}

.un-projet-showcase.projet-moyen, .un-projet-showcase.projet-grand {
  display: inline;
}
.un-projet-showcase.projet-moyen .info-un-projet, .un-projet-showcase.projet-grand .info-un-projet {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.un-projet-showcase.projet-moyen .info-un-projet p, .un-projet-showcase.projet-grand .info-un-projet p {
  width: 50%;
  font-weight: bold;
}
.un-projet-showcase.projet-moyen .info-un-projet .conteneur-outil-btn, .un-projet-showcase.projet-grand .info-un-projet .conteneur-outil-btn {
  display: flex;
  flex-direction: column-reverse;
  align-content: center;
}
.un-projet-showcase.projet-moyen .info-un-projet .conteneur-outil-btn .liste-outils img, .un-projet-showcase.projet-grand .info-un-projet .conteneur-outil-btn .liste-outils img {
  max-width: 50px;
  margin: 10px;
}
.un-projet-showcase.projet-moyen .header-un-projet, .un-projet-showcase.projet-grand .header-un-projet {
  position: absolute;
  top: 0;
  width: 100%;
  background: linear-gradient(90.06deg, rgba(187, 226, 243, 0.7) 0.06%, rgba(187, 226, 243, 0.01) 80.65%);
}
.un-projet-showcase.projet-moyen .header-un-projet h3, .un-projet-showcase.projet-grand .header-un-projet h3 {
  margin: 0.3em;
}

@media screen and (max-width: 1200px) {
  .grid-span-grand {
    grid-column: span 10;
    grid-row: span 1;
  }
  .grid-span-moyen {
    grid-column: span 10;
    grid-row: span 1;
  }
  .grid-span-petit {
    grid-column: span 10;
    grid-row: span 1;
  }
  .un-projet-showcase.projet-petit {
    display: inline;
  }
  .un-projet-showcase.projet-petit .info-un-projet {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(90.06deg, rgba(225, 207, 203, 0.65) 0.06%, rgba(225, 207, 203, 0.01) 80.65%);
    width: 100%;
  }
  .un-projet-showcase.projet-petit .info-un-projet p {
    font-weight: bold;
  }
  .un-projet-showcase.projet-petit .info-un-projet .conteneur-outil-btn {
    display: flex;
    flex-direction: column-reverse;
    align-content: center;
  }
  .un-projet-showcase.projet-petit .header-un-projet {
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
    background: linear-gradient(90.06deg, rgba(187, 226, 243, 0.5) 0.06%, rgba(187, 226, 243, 0.01) 80.65%);
  }
  .un-projet-showcase.projet-grand .header-un-projet h3, .un-projet-showcase.projet-moyen .header-un-projet h3, .un-projet-showcase.projet-petit .header-un-projet h3 {
    font-size: 42px;
    margin: 0.25em;
  }
  .un-projet-showcase.projet-grand .info-un-projet p, .un-projet-showcase.projet-moyen .info-un-projet p, .un-projet-showcase.projet-petit .info-un-projet p {
    font-size: 18px;
    width: 60%;
  }
  .un-projet-showcase.projet-grand .info-un-projet .conteneur-outil-btn, .un-projet-showcase.projet-moyen .info-un-projet .conteneur-outil-btn, .un-projet-showcase.projet-petit .info-un-projet .conteneur-outil-btn {
    width: 30%;
  }
  .un-projet-showcase.projet-grand .info-un-projet .conteneur-outil-btn .liste-outils img, .un-projet-showcase.projet-moyen .info-un-projet .conteneur-outil-btn .liste-outils img, .un-projet-showcase.projet-petit .info-un-projet .conteneur-outil-btn .liste-outils img {
    max-width: 30px;
    margin: 10px;
  }
}
@media screen and (max-width: 992px) {
  .parent-liste-projet-2 {
    padding: 45px;
  }
  .grid-span-grand {
    grid-column: span 10;
    grid-row: span 1;
  }
  .grid-span-moyen {
    grid-column: span 10;
    grid-row: span 1;
  }
  .grid-span-petit {
    grid-column: span 10;
    grid-row: span 1;
  }
  .un-projet-showcase.projet-grand, .un-projet-showcase.projet-moyen, .un-projet-showcase.projet-petit {
    height: 60vh;
  }
}
.video {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
  background-color: #B0C7D9;
}
.video iframe {
  width: 80%;
  max-width: 1000px;
  height: 70%;
  margin: 0 auto;
}

.form {
  background-color: #F2E0DC;
  min-height: 90vh;
}
.form h1 {
  margin: 0 auto;
}
.form > div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.form > div .zone-form {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 40%;
  min-height: 550px;
  padding: 40px;
}
.form > div .zone-form .input-label {
  display: block;
}
.form > div .zone-form .input-element {
  border: none;
  background-color: #B0C7D9;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-family: inherit;
  outline: none;
  padding: 0.5em;
  width: 94%;
  transition: 0.1s;
}
.form > div .zone-form .input-element:hover {
  background-color: #C7DEF0;
}
.form > div .zone-form .input-element:focus {
  background-color: #8BA1B1;
}
.form > div .zone-form .form-button {
  align-self: flex-end;
  width: 100px;
  padding: 0.5em;
  border: none;
  transition: 0.1s;
  cursor: pointer;
  background-color: #B0C7D9;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.25);
}
.form > div .zone-form .form-button:hover {
  background-color: #C7DEF0;
}
.form > div .zone-form .form-button:focus {
  background-color: #8BA1B1;
}
.form > div .zone-joindre {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.textarea .input-element {
  resize: vertical;
  transition: 0s;
  height: 100px;
}

@media screen and (max-width: 1200px) {
  .form > div .zone-form {
    width: 60%;
  }
}
@media screen and (max-width: 992px) {
  .form {
    min-height: auto;
  }
  .form > div .zone-form {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .form > div .zone-form {
    width: 90%;
  }
  .zone-joindre {
    align-items: center;
  }
}
.conteneurMondal {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.conteneurMondal .conteneurImageMondal {
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  position: relative;
}
.conteneurMondal .conteneurImageMondal img {
  max-width: 90vw;
  max-height: 90vh;
  border-style: solid;
  border-color: #619B8A;
  border-width: 8px;
  border-radius: 15px;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.25);
  object-fit: cover;
}
.conteneurMondal .fas {
  position: absolute;
  right: -15px;
  top: -15px;
  font-size: 42px;
  color: #E76F87;
  transition: 0.1s;
  z-index: 50;
}
.conteneurMondal .fas:hover {
  color: #C5565C;
}

.conteneurMondal:hover {
  cursor: pointer;
}

.hidden {
  display: none;
}

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