@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
/* Réalisations */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
html {
  scroll-behavior: smooth;
}

.btn {
  padding: 1rem 2rem;
  -webkit-box-shadow: 0 4px 20px rgba(83, 83, 83, 0.08);
          box-shadow: 0 4px 20px rgba(83, 83, 83, 0.08);
  font-weight: 600;
  background-color: white;
  color: #E22525;
  border-radius: 5px;
  margin-top: 2.5rem;
  font-size: 18px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:after {
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  height: 2px;
  background: #E22525;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.btn:hover {
  cursor: pointer;
}
.btn:hover:after {
  width: 100%;
  left: 0;
}

.btn-cta {
  background-color: #E22525;
  color: white;
  -webkit-box-shadow: 0 4px 20px rgba(83, 83, 83, 0.2);
          box-shadow: 0 4px 20px rgba(83, 83, 83, 0.2);
}
.btn-cta:after {
  height: 2px;
  background: white;
}

.btn-arrow svg {
  margin-left: 0.5rem;
}

.link-secondary {
  font-weight: 600;
  color: #E22525;
  border-left: 2px solid #E22525;
  padding-left: 1rem;
  color: #E22525;
  margin-top: 0.5rem;
}
.link-secondary svg {
  margin-left: 0.5rem;
  position: relative;
  top: 1px;
}

@media all and (max-width: 920px) {
  .btn {
    padding: 0.9rem 1.6rem;
    margin-top: 2rem;
    font-size: 16px;
  }
}
.card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card {
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
  -webkit-box-shadow: 0 1rem 4.5rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 1rem 4.5rem rgba(0, 0, 0, 0.08);
}
.card h3 {
  line-height: 22px;
  margin-bottom: 6px;
}
.card p {
  font-size: 14px;
  line-height: 20px;
}

.lettre {
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  margin-right: 1.5rem;
  position: relative;
}
.lettre p {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  padding: 18px 20px;
}
.lettre .cadre {
  border: 1px solid #000;
  width: 54px;
  height: 54px;
  position: absolute;
  border-radius: 10px;
}

/* Réalisations */
/* Réalisations */
.menu-desktop {
  padding-left: 2rem;
  padding-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 30px rgba(7, 51, 84, 0.17);
          box-shadow: 0 0 30px rgba(7, 51, 84, 0.17);
  background-color: #fff;
  height: 4rem;
  position: sticky;
  top: 0;
  z-index: 1;
}

.menu-desktop p a,
.menu-footer p a {
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #20292F;
  z-index: 9999;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.menu-desktop p a:hover,
.menu-footer p a:hover {
  color: #DDA82B;
}
.menu-desktop ul,
.menu-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-desktop ul li,
.menu-footer ul li {
  list-style-type: none;
}
.menu-desktop ul li.active a,
.menu-footer ul li.active a {
  font-weight: 700;
  color: #17314C;
}
.menu-desktop ul li:hover a,
.menu-footer ul li:hover a {
  color: #DDA82B;
}
.menu-desktop ul li.linkedin:hover svg path,
.menu-footer ul li.linkedin:hover svg path {
  fill: #DDA82B;
}
.menu-desktop ul li.linkedin a,
.menu-footer ul li.linkedin a {
  padding-right: 0;
  margin-right: 0;
}
.menu-desktop ul li a,
.menu-footer ul li a {
  font-weight: 500;
  font-family: Poppins, sans-serif;
  color: #20292F;
  padding: 0.5rem;
  margin: 0.25rem;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.menu-desktop ul li.linkedin svg path,
.menu-footer ul li.linkedin svg path {
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}

@media all and (max-width: 920px) {
  .menu-desktop p a {
    font-size: 1.125rem;
  }
}
/* Menu footer */
.menu-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-footer ul li {
  list-style-type: none;
}
.menu-footer ul li.active a {
  font-weight: 400;
}
.menu-footer ul li:hover a {
  color: #DDA82B;
}
.menu-footer ul li.linkedin:hover svg path {
  fill: #DDA82B;
}
.menu-footer ul li.linkedin a {
  padding-right: 0;
  margin-right: 0;
}
.menu-footer ul li a {
  font-weight: 400;
  color: #666666;
  padding: 0 0.5rem;
  margin: 0 0.25rem;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.menu-footer ul li.linkedin svg path {
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}

.menu-mobile li.active a {
  font-weight: 700;
  color: #17314C;
}

/* Menu burger */
.container {
  max-width: 1050px;
  width: 90%;
  margin: auto;
}

.navbar {
  width: 100%;
}

.nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 62px;
}

.navbar .menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar .nav-container li {
  list-style: none;
}

.navbar .nav-container a {
  text-decoration: none;
  color: #17314C;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 0.7rem;
}
.navbar .nav-container a:hover {
  font-weight: bolder;
}

.nav-container {
  display: block;
  height: 0;
}
.nav-container .checkbox {
  position: fixed;
  display: block;
  height: 32px;
  width: 32px;
  top: 20px;
  right: 1.5rem;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.nav-container .hamburger-lines {
  display: block;
  height: 26px;
  width: 32px;
  position: fixed;
  top: 17px;
  right: 1.5rem;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav-container .hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #17314C;
}
.nav-container .hamburger-lines .line1 {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.nav-container .hamburger-lines .line2 {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.nav-container .hamburger-lines .line3 {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.navbar .menu-items {
  padding-top: 120px;
  background-color: rgba(255, 255, 255, 0.95);
  height: 100vh;
  width: 110%;
  -webkit-transform: translate(-150%);
          transform: translate(-150%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: -40px;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  text-align: center;
  position: fixed;
  z-index: 3;
}
.navbar .menu-items li {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.nav-container input[type=checkbox]:checked ~ .menu-items {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.nav-container input[type=checkbox]:checked ~ .hamburger-lines .line1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav-container input[type=checkbox]:checked ~ .hamburger-lines .line2 {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
.nav-container input[type=checkbox]:checked ~ .hamburger-lines .line3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav-container input[type=checkbox]:checked ~ .logo {
  display: none;
}

@media all and (min-width: 920px) {
  .menu-desktop ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-mobile {
    display: none;
  }
}

@media all and (max-width: 920px) {
  .menu-desktop ul {
    display: none;
  }

  .menu-mobile {
    display: block;
  }

  .menu-desktop {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* No scroll when menu open */
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

footer {
  background-color: #171717;
  padding: 1rem;
}
footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer p,
footer ul li,
footer a {
  font-family: Poppins, sans-serif;
  line-height: 24px;
  font-weight: 400;
  font-size: 14px;
}
footer strong {
  font-weight: 600;
}

@media all and (max-width: 750px) {
  footer .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer ul {
    margin-top: 0.5rem;
    padding-right: 0.75rem;
  }
  footer p strong {
    margin-right: 0.75rem;
  }
}

@media all and (max-width: 450px) {
  footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-left: 2px solid #666666;
  }
  footer p strong {
    margin-right: 0;
  }
}

/* move */

@media (min-width: 920px) {

  .shapes.shape-yellow-top-left,
  .shapes.shape-blue-left,
  .shapes.shape-yellow-bottom-left,
  .shapes.shape-blue-middle-left,
  .shapes.shape-yellow-middle-left {
    left: -130px;
    opacity: 0;
  }

  .shapes.shape-yellow-top-right,
  .shapes.shape-yellow-right,
  .shapes.shape-blue-bottom-right {
    right: -130px;
    opacity: 0;
  }

  .left {
    left: 0 !important;
  }

  .right {
    right: 0 !important;
  }

  .header-right {
    -webkit-animation: header-right 2.5s;
    /* Safari, Chrome and Opera > 12.1 */
    /* Firefox < 16 */
    /* Internet Explorer */
    /* Opera < 12.1 */
    animation: header-right 2.5s;
  }

  .left-slide {
    -webkit-animation: left 1.5s;
    /* Safari, Chrome and Opera > 12.1 */
    /* Firefox < 16 */
    /* Internet Explorer */
    /* Opera < 12.1 */
    animation: left 1.5s;
  }

  .right-slide {
    -webkit-animation: right 1.5s;
    /* Safari, Chrome and Opera > 12.1 */
    /* Firefox < 16 */
    /* Internet Explorer */
    /* Opera < 12.1 */
    animation: right 1.5s;
  }
}
    


/* Fade */
.header-content,
.shapes.leaf-top,
.webdesign,
.autres-competences,
.experiences,
.soft-skills,
.shapes.leaf-bottom,
.shapes.leaf-top-left,
.mamimomo,
.mirabelles-de-lorraine,
.photo-montier,
.christine,
.lpb,
.leaf-top-right,
.leaf-bottom-left {
  opacity: 0;
}

.fade {
  opacity: 1 !important;
}

.fadein {
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 2s;
}

/* Fade in text */
@keyframes header-right {
  from {
    background-position: right -180px bottom 0;
    opacity: 0;
  }
  to {
    background-position: right 0 bottom 0;
    opacity: 1;
  }
}
/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes header-right {
  from {
    background-position: right -180px bottom 0;
    opacity: 0;
  }
  to {
    background-position: right 0 bottom 0;
    opacity: 1;
  }
}
/* Internet Explorer */
/* Opera < 12.1 */
/* Fade in text */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
/* Opera < 12.1 */
/* left */
@keyframes left {
  from {
    left: -130px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes left {
  from {
    left: -130px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
/* Internet Explorer */
/* Opera < 12.1 */
/* right */
@keyframes right {
  from {
    right: -130px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes right {
  from {
    right: -130px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
/* Internet Explorer */
/* Opera < 12.1 */
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #F3F3F1;
  position: relative;
  overflow-x: hidden;
}

.wrapper {
  max-width: 1144px;
  padding-right: 32px;
  padding-left: 32px;
  margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  display: inline-block;
}

h1 {
  font-size: 4.5rem;
  line-height: 110px;
  font-weight: 800;
}

h2 {
  font-weight: 800;
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
}

h3 {
  font-weight: 800;
  font-size: 1.125rem;
}

p,
ul li,
a {
  font-family: Open Sans, Arial, sans-serif;
  font-size: 1rem;
  color: #666666;
  display: inline-block;
}

p {
  line-height: 35px;
}

a {
  text-decoration: none;
  font-weight: 700;
}

@media all and (max-width: 920px) {
  h1 {
    font-size: 3rem;
    line-height: 80px;
  }

  .wrapper {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media all and (max-width: 750px) {
  h1 {
    font-size: 2.25rem;
    line-height: 60px;
  }

  h2 {
    font-size: 2.125rem;
    line-height: 46px;
  }
}

.shapes {
  position: absolute;
  background-repeat: no-repeat;
  z-index: -999;
}