/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

/*$size-text-1-m: 14px;
$size-text0-m: 17px; 
$levelh3-m: 21px;
$levelh2-m: 27px;
$levelh1-m: 33px;*/
.body {
  font-family: quasimoda, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #8A2C1F;
}
@media (min-width: 800px) {
  .body {
    font-size: 18px;
  }
}

.title {
  font-family: quiche-text, sans-serif;
  font-size: 28px;
  font-weight: 500;
}
@media (min-width: 800px) {
  .title {
    font-size: 35px;
  }
}
.title__2 {
  font-size: 21px;
}
@media (min-width: 800px) {
  .title__2 {
    font-size: 23px;
  }
}

.projets__li--text {
  font-size: 18px;
  font-weight: 500;
}
.projets__li--subtitle {
  color: #5F4630;
  font-variant: small-caps;
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}

.menu__ul--el {
  font-size: 18px;
}
@media (min-width: 800px) {
  .menu__ul--el {
    font-size: 20px;
  }
}

.link {
  text-decoration: none;
  background-color: #F2DFCB;
  color: #5F4630;
  padding: 2px 1px;
  font-weight: bold;
}
.link:hover, .link a:focus {
  text-decoration: underline;
}

a {
  text-decoration: none;
  color: #8A2C1F;
}

.btn {
  font-size: 16px;
}
@media (min-width: 800px) {
  .btn {
    font-size: 18px;
  }
}

.footer__text {
  text-align: center;
  color: #986F4A;
  font-family: quasimoda, sans-serif;
  font-size: 14px;
}
@media (min-width: 800px) {
  .footer__text {
    font-size: 14px;
  }
}
.footer__link {
  color: #986F4A;
}
.footer__link:hover {
  text-decoration: underline;
}

.nowrap {
  white-space: nowrap;
}

.body {
  background-color: #fbf8f5;
}

p {
  margin: 24px 0px;
  /*@include lg{
      margin: 27px 0px;
  }*/
}

.title {
  margin: 24px 0px;
}
.title__2 {
  text-align: left;
  position: relative;
}
.title__2::before {
  position: absolute;
  top: -8px;
  left: -14px;
  height: 26px;
  width: 26px;
  content: "";
  background: url(../assets/images/portfolio_eclat_br.svg);
  background-size: 26px 26px;
  background-repeat: no-repeat;
}

.btn {
  background-color: #fbf8f5;
  border: solid 2px #8A2C1F;
  border-radius: 20px;
  color: #8A2C1F;
  font-weight: 800;
  font-variant: small-caps;
  letter-spacing: 0.02em;
  padding: 7px 12px 5px;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 600px) {
  .btn:hover {
    border: solid 2px #5F4630;
    color: #5F4630;
  }
}

.header {
  height: 48px;
  background-color: #F8EFE6;
  /*@include lg{
    height: 81px;
    padding: 54px auto 0px;
  }*/
}
.header--light {
  background-color: #fbf8f5;
}
@media (min-width: 600px) {
  .header {
    position: relative;
    padding: 48px 48px 0 48px;
    height: 72px;
  }
}
@media (min-width: 800px) {
  .header {
    padding: 48px auto 0px;
  }
}

.section {
  padding: 24px;
  background-size: 300%;
  /*page accueil*/
  /*page projet seul*/
}
@media (min-width: 500px) {
  .section {
    background-size: 200%;
  }
}
@media (min-width: 800px) {
  .section {
    background-size: 150%;
    padding: 48px;
  }
}
@media (min-width: 1000px) {
  .section {
    background-size: 100%;
  }
}
.section__intro {
  background-color: #F8EFE6;
  background-image: url(../assets/images/portfolio-lignes2.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 30vh 24px 30vh;
  /*@include lg{
      height: 60vh;
      padding: 10vh 48px 10vh;
  }*/
}
@media (min-width: 800px) {
  .section__intro {
    height: 60vh;
    padding: 20vh 48px 10vh;
  }
}
.section__projets {
  padding-bottom: 80px;
  /*
  @include lg{
      margin-top: 135px;
      margin-bottom: 135px;
  }
  @include xl{
      margin-top: 135px;
      margin-bottom: 135px;
  }

  &--presentation{
      @include sm{
          display: flex;
          align-items: flex-end;
      }
  }*/
}
@media (min-width: 800px) {
  .section__projets {
    padding: 48px 48px;
  }
}
.section__images--img {
  max-width: 100%;
}
@media (min-width: 600px) {
  .section__images--img--2 {
    gap: 20px;
  }
}
.section__images--videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.section__images--video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.footer {
  margin: 120px 0px 24px;
}
@media (min-width: 600px) {
  .footer {
    margin: 100px 0px 50px;
  }
}
@media (min-width: 1000px) {
  .footer {
    margin: 108px 0px 54px;
  }
}

.content {
  /*@include sm{
      margin: 100px 50px;
  }
  @include md{
      max-width: 800px;
      margin: 100px auto;
  }*/
}
@media (min-width: 1000px) {
  .content {
    max-width: 800px;
    margin: auto;
  }
}
.content__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*@include sm{
      margin: 100px 50px;
  }
  @include md{
      max-width: 800px;
      margin: 100px auto;
  }
  @include lg{
      margin: 135px auto;
  }*/
}
.content__intro--title {
  position: relative;
  text-align: center;
}
.content__intro--title::before {
  position: absolute;
  top: -5px;
  right: -22px;
  height: 37px;
  width: 44px;
  content: "";
  background: url(../assets/images/portfolio_eclat.svg);
  background-size: 44px 37px;
  background-repeat: no-repeat;
}
.content__intro--subtitle {
  position: relative;
}
.content__intro--subtitle:after {
  display: block;
  position: absolute;
  top: 18px;
  height: 16px;
  width: 110px;
  content: "";
  background: url(../assets/images/portfolio_souligner.svg);
  background-size: 110px 16px;
  background-repeat: no-repeat;
}
.content__projets {
  text-align: center;
}

.projet {
  /*&__text{

  }*/
}
.projet__img {
  border-radius: 20px;
  box-shadow: 0 2px 4px 0 rgba(92, 67, 33, 0.2), 0 2px 4px 0 rgba(92, 67, 33, 0.19);
  width: 192px;
  height: 192px;
  margin-top: 24px;
}
@media (min-width: 600px) {
  .projet__img {
    margin-top: 0px;
    margin-bottom: 25px;
    margin-left: 50px;
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 800px) {
  .projet__img {
    width: 225px;
    height: 225px;
    margin-left: 75px;
  }
}
@media (min-width: 1000px) {
  .projet__img {
    width: 243px;
    height: 243px;
    margin-left: 81px;
    margin-bottom: 27px;
  }
}

.hidde {
  display: none;
}

@media (min-width: 600px) {
  .menu {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1000px) {
  .menu {
    margin: 0 auto;
    max-width: 800px;
  }
}
.menu__div {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #F2DFCB;
  color: #5F4630;
}
.menu__div--closed {
  display: none;
}
@media (min-width: 600px) {
  .menu__div {
    display: block;
    background-color: transparent;
    position: relative;
  }
}
.menu__btn {
  padding: 0;
  position: absolute;
  top: 6px;
  right: 6px;
  height: 34px;
  width: 34px;
  background: no-repeat;
  background-color: #F8EFE6;
  border: none;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  cursor: pointer;
  /*&--projets{

  }*/
}
.menu__btn--open {
  background: url(../assets/images/bgmenu.svg);
}
.menu__btn--close {
  background: url(../assets/images/closemenu.svg);
  background-color: #F2DFCB;
}
.menu__btn--close--accueil {
  margin: 0px 40px 0px 0px;
}
@media (min-width: 600px) {
  .menu__btn {
    display: none;
  }
}
.menu__ul {
  margin: 96px 48px;
  list-style: none;
  padding: 0;
}
@media (min-width: 600px) {
  .menu__ul {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
  }
}
.menu__ul--el {
  margin: 48px 0;
}
@media (min-width: 600px) {
  .menu__ul--el {
    border-bottom: solid 2px #C88B6B;
    margin: 0px;
  }
  .menu__ul--el:hover {
    cursor: pointer;
    border-bottom: solid 2px #8A2C1F;
  }
}
@media (min-width: 600px) {
  .menu__ul--el--1, .menu__ul--el--b {
    display: none;
  }
}

.contact__ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 600px) {
  .contact__ul {
    justify-content: flex-start;
    gap: 48px;
  }
}
.contact__li a {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url(../assets/images/mail.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 48px 48px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  /*@include sm{
      margin-right: 48px;
  }*/
}
.contact__li a:hover {
  transform: scale(1.1);
  background-image: url(../assets/images/mail-hov.svg);
}
.contact__li--cv a {
  background-image: url(../assets/images/cv.svg);
}
.contact__li--cv a:hover {
  background-image: url(../assets/images/cv-hov.svg);
}
.contact__li--linkedin a {
  background-image: url(../assets/images/linkedin.svg);
}
.contact__li--linkedin a:hover {
  background-image: url(../assets/images/linkedin-hov.svg);
}
.contact__li--insta a {
  background-image: url(../assets/images/instagram.svg);
}
.contact__li--insta a:hover {
  background-image: url(../assets/images/instagram-hov.svg);
}

.projets__ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 600px) {
  .projets__ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 600px) {
  .projets__ul--2 {
    margin-top: 48px;
  }
}
.projets__li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  /*&--text{
      border-bottom: solid 2px $c-cta;
      &:hover{
          border-bottom: solid 2px $c-text;
      }
  }*/
}
.projets__li__hidde {
  display: none;
}
@media (min-width: 600px) {
  .projets__li {
    align-items: center;
    margin: 0;
  }
}
.projets__li--img {
  width: 192px;
  height: 192px;
  margin-top: 48px;
  margin-bottom: 8px;
}
@media (min-width: 600px) {
  .projets__li--img {
    width: 164px;
    height: 164px;
    margin-top: 0px;
    margin-bottom: 24px;
  }
}
@media (min-width: 800px) {
  .projets__li--img {
    width: 200px;
    height: 200px;
    margin-top: 0px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1000px) {
  .projets__li--img {
    width: 216px;
    height: 216px;
  }
}

.images__ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 600px) {
  .images__ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }
}
.list {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}
.list__el {
  padding-bottom: 10px;
}
.list__el--end {
  padding-bottom: 0px;
}

.hidde {
  display: none;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.menu__div {
  animation: fadein 0.3 ease-in;
}

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