@import url("fonts/fonts.css");
:root {
  --fontMono: 'Poppins', monospace;
  --fontSans: 'Prompt', sans-serif;
  --primaryColorDark: #1E2659;
  --primaryColorLight: #fff;
  --secondaryColor: #eca72c;
  --tertiaryColor: #EB6243;
  --tertiaryColorDark: #d83200;
  --sectionPadding: 50px;
  --textepied: SlateBlue;
  --bleusev:#0000f4;
  --rosesev:#F42482;
  --vertsev:#22AF73;
  --jaunesev:#FFDD01;
}
html {
  scroll-behavior: smooth;
}

h1 {
  font-family: var(--fontSans);
  font-size: 4em;
  line-height: 1.25em;
  color: var(--primaryColorLight);
  font-weight: normal;
  margin: 0;
  position: relative;
  z-index: 3;
}

h2 {
  font-family: var(--fontSans);
  font-size: 1.6em;
  line-height: 1.5em;
  color: var(--primaryColorDark);
  font-weight: normal;
}

p {
  font-family: var(--fontMono);
  font-size: .95em;
  line-height: 1.75em;
  font-weight: 400;
}
p a {
  font-size: inherit;
}

a {
  font-family: var(--fontMono);
  font-size: 1.1em;
  line-height: 1.75em;
  font-weight: 400;
  color: var(--tertiaryColor);
  transition: all 0.2s ease-in-out;
}
a:hover {
  background: var(--tertiaryColor);
  color: var(--primaryColorLight);
}
.intro a {
  text-decoration: none;
}


.button {
  display: inline-block;
  color: var(--primaryColorLight);
  background: var(--tertiaryColor);
  font-family: var(--fontMono);
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
  padding: 0.75em 2em;
  border-radius: 2em;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.button:hover {
  background: var(--tertiaryColorDark);
}
.button.buttonLarge {
  font-size: 1.1em;
  padding: 0.75em 4em;
}

.button.secondary {
  background: var(--primaryColorDark);
  color: var(--primaryColorLight);
  transition: all 0.2s ease-in-out;
}
.button.secondary:hover {
  background: var(--tertiaryColor);
}

input[type="email"] {
  padding: 0.75em 1.25em;
  border: 0;
  min-width: 200px;
  border-radius: 2px;
  margin-right: 1em;
  font-size: 1em;
  background: rgba(255, 255, 255, 0.3);
  color: var(--primaryColorLight);
}
input[type="email"]::placeholder {
  color: var(--primaryColorLight);
  opacity: 1;
  font-family: var(--fontSans);
  font-weight: 500;
}

body {
  min-width: 400px;
  margin: 0;
  padding: 0;
  font-family: var(--fontMono);
  background-color: var(--primaryColorLight);
  background-image: url('../img/fond-papier.webp');
  display: flex;
  flex-direction: column;
}

.new {
  color: var(--primaryColorLight);
  background: var(--rosesev);
  padding: 0.5em 1em;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-size: 0.85em;

  width: fit-content;
}

header {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1fr 2fr 1fr;
}

.headerBg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--vertsev);
  z-index: 1;
  transform: skewY(-8deg);
  transform-origin: top left;
}
.headerBg object{
  position: absolute;
  top: -12em;
  left:-2em;
}

.headerCopy {
  grid-column: 2/6;
  grid-row: 2/3;
  color: var(--primaryColorLight);
  position: relative;
  z-index: 3;
  padding: 3em 0;
}
.headerCopy h1{
  text-indent: -400vw;
}
.section h3.baseline{
  font-size: .97em;
}
[data-couleur="vertsev"] svg>path.st2
  {fill: var(--vertsev);}
[data-couleur="bleusev"] svg>path.st2
  {fill: var(--bleusev);}
[data-couleur="tertiaryColor"] svg>path.st2
  {fill: var(--tertiaryColor);}
[data-couleur="primaryColorDark"] svg>path.st2
  {fill: var(--primaryColorDark);}
[data-couleur="jaunesev"] svg>path.st2
  {fill: var(--jaunesev);}

.headerImage {
  background: #f7f2f1 url("../img/severine_aleonard.webp") no-repeat;
  background-size: cover;
  background-position: 20% bottom;
  height: 100%;
  grid-column: 7/12;
  grid-row: 2/4;
  z-index: 2;
  box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.2);
}
.temoinimg{
  background: #f7f2f1 url("../img/Index_Qui.webp") no-repeat;
  background-size: cover;

}
.offre.headerImage {
  background: #f7f2f1 url("../img/offre.webp") no-repeat;
  background-size: cover;
  background-position: 20% bottom;
  height: 100%;
  grid-column: 7/12;
  grid-row: 2/4;
  z-index: 2;
  box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.2);
}
.definition.headerImage {
  background: #f7f2f1 url("../img/definition.webp") no-repeat;
  background-size: cover;
  background-position: 20% bottom;
  height: 100%;
  grid-column: 7/12;
  grid-row: 2/4;
  z-index: 2;
  box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.2);
}
.profil.headerImage {
  background: #f7f2f1 url("../img/severine.webp") no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: 100%;
  grid-column: 7/12;
  grid-row: 2/4;
  z-index: 2;
  box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.2);
}

nav {
  grid-column: 2/12;
  grid-row: 1/2;
  display: grid;
  grid-template-columns: 3fr 1fr;
  align-items: center;
  position: relative;
  z-index: 3;
}
nav .logo {
  font-family: var(--fontMono);
  font-size: 1.1em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  text-decoration: none;
  color: var(--secondaryColor);
  transition: all 0.2s ease-in-out;
}
nav .logo:hover {
  color: var(--primaryColorLight);
}
nav .navLinksWrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1em;
  align-items: center;
}
nav .navLinksWrapper a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--primaryColorLight);
  font-size: 1.1em;
  text-shadow: 1px 1px 2px rbga(255, 255, 255, 0.4);
}
nav .navLinksWrapper a.active {
  font-style: oblique;
}

main {
  background: var(--primaryColorLight);
  background-image: url('../img/fond-papier.webp');
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
}

.messok{
  display: none;
  width:100vw;
  height: 5dvh;
  background-color: var(--tertiaryColor);
  opacity: .8;
  text-align: center;
  margin-top: 10dvh;
  padding-top: 3dvh;
  position: fixed;
  z-index: 20;
  & h3{
    opacity: revert;
  }
}
.showmessage{
  display: block;
}

.section {
  padding: 4em 0;
}
.section h3 {
  font-family: var(--fontSans);
  font-size: 2em;
  line-height: 1.5em;
  color: var(--primaryColorDark);
  font-weight: 500;
}
.section .button {
  margin: 1em 0;
}

.section.intro {
  margin: auto;
  text-align: center;
  padding: 3em var(--sectionPadding) 0;
}

.section.teaser {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.section.teaser.teaserYarns .sectionImg {
  background: url("../img/index_quel_besoin.webp") no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 450px;
  grid-column: 1/7;
}
.profil .section.teaser.teaserYarns .sectionImg {
  background: url("../img/profil1.webp") no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 450px;
  grid-column: 1/7;
}
.offre .section.teaser.teaserYarns .sectionImg {
  background: url("../img/offre1.webp") no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 450px;
  grid-column: 1/7;
}
.definition .section.teaser.teaserYarns .sectionImg {
  background: url("../img/definition_Coaching.webp") no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 450px;
  grid-column: 1/7;
}
.section.teaser.teaserYarns .sectionCopy {
  grid-column: 8/12;
  margin-left: -3em;
}
.section.teaser.teaserAccessories .sectionImg {
  background: url("../img/definition.webp") no-repeat;
  background-size: cover;
  background-position: center 10%;
  width: 100%;
  height: 450px;
  grid-column: 1/7;
}
.definition .section.teaser.teaserAccessories .sectionImg {
  background: url("../img/definition_conseil.webp") no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 450px;
  grid-column: 1/7;
}
.offre .section.teaser.teaserAccessories .sectionImg {
  background: url("../img/offres_facilitation.webp") no-repeat;
  background-size: cover;
  background-position: center 10%;
  width: 100%;
  height: 450px;
  grid-column: 1/7;
}

.offre .section.teaser.teaserAccessories .sectionImg.forma{
  background: url("../img/formation.webp") no-repeat;
  background-size: cover;
  background-position: center 10%;
  width: 100%;
  height: 450px;
  grid-column: 1/7;
}

.profil .section.teaser.teaserAccessories .sectionImg {
  background: url("../img/profil_partie_3.webp") no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 450px;
  grid-column: 1/7;
}
.section.teaser.teaserAccessories .sectionCopy {
  grid-column: 8/12;
  margin-left: -3em;
}
.section.teaser.teaserPatterns .sectionImg {
  background: url("../img/Index_Qui.webp") no-repeat;
  background-size: cover;
  width: 100%;
  height: 485px;
  grid-column: 7/13;
  grid-row: 1/2;
}
.definition .section.teaser.teaserPatterns .sectionImg {
  background: url("../img/definition2.webp") no-repeat;
  background-size: cover;
  width: 100%;
  height: 450px;
  grid-column: 7/13;
  grid-row: 1/2;
}
.offre .section.teaser.teaserPatterns .sectionImg {
  background: url("../img/Offres_coachingequipe.webp") no-repeat;
  background-size: cover;
  width: 100%;
  height: 450px;
  grid-column: 7/13;
  grid-row: 1/2;
}
#fow .sectionImg{
  background: url("../img/definition3.webp") no-repeat;
  background-size: cover;
  background-position: center center;
}
.profil .section.teaser.teaserPatterns .sectionImg {
  background: url("../img/Profilpartie2.webp") no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 450px;
  grid-column: 7/13;
  grid-row: 1/2;
}
.profil .section.teaser.teaserPatterns .quatre {
  background: url("../img/image001.webp") no-repeat;
  background-size: cover;
  width: 100%;
  height: 450px;
  grid-column: 7/13;
  grid-row: 1/2;
}
.section.teaser.teaserPatterns .sectionCopy {
  grid-column: 2/6;
  margin-right: -3em;
}

.section.valueProps {
  padding: 0 var(--sectionPadding) 5em;
}
.section.valueProps h3 {
  text-align: center;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2.5em;
}
.grid-3 .grid-3-item h4 {
  font-weight: 500;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
.grid-3 .grid-3-item .grid-3-img {
  margin: 2em 0;
  width: 100%;
  height: 250px;
}
.grid-3 .grid-3-item:nth-of-type(1) .grid-3-img {
  background: url("../img/temoignages.webp") no-repeat;
  background-size: cover;
  background-size: 125%;
  background-position: -5% top;
}
.grid-3 .grid-3-item:nth-of-type(2) .grid-3-img {
  background: url("../img/homebas3.webp") no-repeat;
  background-size: cover;
  background-position: center center;
}
.grid-3 .grid-3-item:nth-of-type(3) .grid-3-img {
  background: url("../img/homebas2.webp") no-repeat;
  background-size: cover;
  background-position: right bottom;
}

section.section.shopCTA {
  background: var(--tertiaryColor);
  padding-left: var(--sectionPadding);
  padding-right: var(--sectionPadding);
  text-align: center;
  /* display: flex; */
  flex-direction: column;
  justify-content: center;
}

.realisations, .influences{
  display: flex;
  flex-direction: column;
  width: 70vw;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.realisations article:nth-child(even){
  border-left: #eca72c 4em solid;
  padding: 1em;
}
.realisations article:nth-child(odd){
  border-right: var(--vertsev) 4em solid;
  padding: 1em;
}
.influences article:nth-child(even){
  border-left: var(--rosesev) 4em solid;
  padding: 1em;
}
.influences article:nth-child(odd){
  border-right: var(--tertiaryColor) 4em solid;
  padding: 1em;
}
.realisations h6{
  font-family: var(--fontSans);
  font-size: 1.2em;
  font-weight: normal;
}
.realisations h6 mark{
  font-family: var(--fontMono);
  background-color: transparent;
  font-style: oblique;
}
.influences article h6{
  font-size: 1.2em;
}

.footer {
  padding: 4em 0;
  background: var(--bleusev);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(4, 1fr);
}

.footerLinksContainer {
  display: flex;
  align-items: start;
  grid-column: 2/6;
  grid-row: 1/5;
}

.footerLinks {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-right: 1em;
}
.footerLinks p {
  color: var(--primaryColorLight);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.footerLinks a, .footerLinks .button  {
  text-decoration: none;
  color: var(--primaryColorLight);
  margin: 0.5em 0;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
  background:none;
}
.footerLinks a:hover {
  opacity: 1;
}

.newsletter {
  grid-column: 8/14;
  grid-row: 1/3;
  color: var(--primaryColorLight);
}
.newsletter .button {
  margin-top: 1em;
}

.socialLinks {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  grid-column: 7/12;
  grid-row: 1/3;
}
.socialLinks .iconSocial {
  margin: 0 1.25em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}
.socialLinks .iconSocial:first-of-type {
  margin-left: 0;
}
.socialLinks .iconSocial .fab {
  font-size: 32px;
  color: var(--jaunesev);
  transition: all 150ms ease-in;
}
.socialLinks .iconSocial .fab:hover {
  color: var(--jaunesev);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
h1.keyhome{
  font-size: .9em;
  color:var(--textepied, blue);
}
.burger{
  display: none;
}
.illustrationimage{
  max-width: 55vw;
}

@media (max-width: 800px) {
  .grid-3-item {
    grid-column: 1/4;
  }
}
form label {
  display:inline-block;
  width:15vw;
}
@media (max-width: 700px) {
  :root {
    --sectionPadding: 40px;
  }

  p, a {
    font-size: .8em;
  }

  nav {
    grid-column: 1/13;
    background: rgba(0, 0, 0, 0.7);
    background-color: transparent;
    
  }
  nav h3 {
    grid-column: 1/3;
    text-align: center;
    & a.logo 
   { color: transparent;}
  }
  nav .navLinksWrapper {
    display: none;
  }
  .burger{
    display: block;
    position: absolute;
    top: 5dvh;
    right: 5vw;
    & a {
      text-decoration: none;
      font-size: 1.5em;
    }
  }

  .headerCopy {
    grid-column: 1/13;
    grid-row: 2/4;
    padding: 0 var(--sectionPadding) 5em;
    z-index: 3;
    text-align: center;
    background: rgba(255 255 255/ 0.15);
    height: 20em;
  }
  .headerCopy object{
    position: absolute;
    top :-8.5em;
    left:2em;
    width:80vw;
  }

  .headerImage, .offre.headerImage, .profil.headerImage, .definition.headerImage {
    grid-column: 1/13;
    grid-row: 1/4;
    z-index: 2;
    box-shadow: none;
  }


  .section {
    padding: 2em 0;
  }

  .new {
    margin: auto;
  }

  .section.teaser.mobileCenter {
    /* grid-template-rows: 1fr 1fr; */
    text-align: center;
  }
  .section.teaser.mobileCenter .sectionImg {
    grid-column: 1/13;
    grid-row: 1/2;
    /* height: 100%; */
  }
  .section.teaser.mobileCenter .sectionCopy {
    grid-column: 2/12;
    grid-row: 2/3;
    margin-top: 2em;
    padding: 0;
  }
  .offre .section.teaser.teaserYarns .sectionImg, 
  .offre .section.teaser.teaserPatterns .sectionImg,
  .offre .section.teaser.teaserAccessories .sectionImg,
  .definition .section.teaser.teaserYarns .sectionImg, 
  .definition .section.teaser.teaserPatterns .sectionImg,
  .definition .section.teaser.teaserAccessories .sectionImg,
  .profil .section.teaser.teaserYarns .sectionImg, 
  .profil .section.teaser.teaserPatterns .sectionImg,
  .profil .section.teaser.teaserAccessories .sectionImg{
    grid-column: 2/11;
  }
  .section.teaser.teaserYarns .sectionCopy,
  .section.teaser.teaserAccessories .sectionCopy {
    margin-left: -.3em;
  }
  .section.teaser.teaserPatterns .sectionCopy {
    margin-right: -.3em;
  }

  .section.intro {
    padding-top: 2em;
  }

  .section.valueProps {
    border-top: 1px solid lightgrey;
  }

  .footer {
    grid-template-rows: auto auto auto;
  }

  .footerLinksContainer {
    grid-column: 2/12;
    grid-row: 4/5;
  }
  .footerLinksContainer .footerLinks {
    flex-grow: 1;
    text-align: center;
    align-items: center;
  }

  .newsletter {
    grid-column: 2/12;
    grid-row: 2/3;
    text-align: center;
    padding: 1em 0 3em;
    margin: 3em 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  .socialLinks {
    grid-column: 1/13;
    grid-row: 1/2;
    justify-content: center;
  }
  .socialLinks .fab {
    font-size: 38px;
  }
  form label{
    width: 30vw;
  }

}

section.liste {

  background-color: transparent;
  border: 1px solid #266DB6;
  box-sizing: border-box;
  color: #00132C;
  padding: 16px 23px;
  position: relative;
}
section.liste:before {
  background-color: var(--tertiaryColor);
  background-color: white;
  content: "";
  height: calc(100% + 3px);
  position: absolute;
  right: -7px;
  top: -9px;
  border: 1px solid var(--tertiaryColor);
  transition: background-color 300ms ease-in;
  width: 100%;
  z-index: -1;
}
