/*
Theme Name: lou
Theme URI: https://serenityjoy.ch/lou/
Author: Louise OBÉ
Author URI: https://louiseobe.com
Description: Thème pour un coach
Version: 1.0
Tags: louiseobe
*/


/*SCROLL FLUIDE VERS CONTACT*/
html {
    scroll-behavior: smooth;
}
.main {
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

h1 {
  font-weight: 100;
  font-family: "More Sugar Thin";
  font-size: 28px;
}
h2 {
  font-family: "More Sugar Thin";
  font-size: 28px;
  font-weight: 100;
}
h3 {
  font-family: "Poppins";
}
h5 {
  font-family: "More Sugar Thin";
  font-size: 18px;
}
p {
/*  font-family: "Avenir Next W04 Demi";*/
  font-family: "Poppins";
  font-size: 14px;
  text-align: justify;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: -10px;
  z-index: 9999999;
}
.hamRotate.active {
  transform: rotate(45deg);
}
.hamRotate180.active {
  transform: rotate(180deg);
}
.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: black;
  stroke-width: 3.5;
  stroke-linecap: round;
}
.ham1 .top {
  stroke-dasharray: 40.5 139;
}
.ham1 .bottom {
  stroke-dasharray: 40.5 180;
}
.ham1.active .top {
  stroke-dashoffset: -98px;
}
.ham1.active .bottom {
  stroke-dashoffset: -138px;
}
.loader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: beige;
  z-index: 1000;
  pointer-events: none;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-content: center;
}
.loader svg {
  width: 150px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.loader .spin {
  transform-origin: center;
  animation: spin 1.1s linear infinite;
}
.loader.hidden {
  opacity: 0;
  transition: opacity 0.1s;
}
body {
  margin: 0;
  font-family: "Avenir Next W04 Demi";
  background-color: white;
  color: #437CAD;
  letter-spacing: 2px;
  font-size: 13px;
    width:100vw;
    overflow-x:hidden;
}
.mobile {
  display: none;
}
.hidden {
  opacity: 0;
}
.fadeIn {
  transition: all 0.5s ease-in;
}
header {
  padding: 20px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;

  position: relative;
  background-color: #97b89a;
  width: 100vw;
  color: white;

}
nav ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
 padding-inline-start:0;
}
nav ul div.center {
  flex-grow: 1;
}
nav ul div.center h1 {
  text-align: center;
}
nav ul div.center h1 a{
  text-decoration: none;
  color:white;
}
nav ul div.center h3 {
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.1em;
}
nav ul .left,
nav ul .right {
  display: flex;
  width: 35vw;
  align-items: center;
  justify-content: space-around;
}
nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  color: white;
  font-size: 12px;
}
nav ul li a.active {
  font-weight: bold;
}
nav ul li a:hover {
  font-weight: bold;
}
nav ul li a img {
  width: 60px;
}
nav ul li a img.blue {
  display: none;
}
a.button {
  text-transform: uppercase;
  border: 1px solid #437CAD;
  padding: 15px 25px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  color: #437CAD;
  display: inline-block;
}
a.button:hover {
  background-color: #437CAD;
  color: white;
}
section {
  display: flex;
  justify-content: center;
  position: relative;
}
section.green {
  color: white;
  background-color: #97b89a;
  margin-top: 8vw;
  margin-bottom: 6vw;
}
section.green .top-green {
  position: absolute;
  width: 100vw;
  left: 0;
  top: -4vw;
}
section.green .bottom-green {
  position: absolute;
  width: 100vw;
  left: 0;
  bottom: -4vw;
}
section.green .section-container {
  padding-top: 10px;
}
section.green a.button {
  color: white;
  border-color: white;
}
section.green a.button:hover {
  background-color: white;
  color: #97b89a;
}
.section-container {
  position: relative;
  max-width: 1200px;
  padding: 50px;
  display: flex;
  align-items: center;
}
section#illu-home {
  width: 100vw;
  z-index: 0;
}
section#illu-home img {
  width: 100%;
}
section#presentation .section-container {
  max-width: 1000px;
}
section#presentation .section-container div {
  flex: 1;
}
section#presentation .section-container div.portrait {
  margin-right: 20px;
  position: relative;
}
section#presentation .section-container div.portrait img {
  width: 80%;
}
section#presentation .section-container div.portrait p {
  position: absolute;
  right: 20%;
  font-size: 12px;
  font-style: italic;
  padding-top: 3px;
  letter-spacing: initial;
}
section#presentation .section-container div.txt {
  position: relative;
}
section#presentation .section-container div.txt h2 {
  margin-bottom: -5px;
}
section#presentation .section-container div.txt h3 {
  margin-bottom: 20px;
  padding-left: 50px;
  font-family: "More Sugar Thin";
  font-size: 20px;
}
section#presentation .section-container div.txt img {
  position: absolute;
  right: 0;
  width: 100px;
}
section#prestations .section-container {
  flex-direction: column;
  max-width: 1000px;
  padding-bottom: 100px;
}
section#prestations .section-container h2 {
  margin-bottom: 30px;
}
section#prestations .section-container h2 {
  margin-top: 50px;
  margin-bottom: 50px;
}
section#prestations .section-container p{
    max-width: 800px;
    margin-bottom: 50px;
}
section#prestations .section-container div {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -200px;
  position: absolute;
  z-index: 1;
}
section#prestations .section-container div img {
  width: 400px;
  /* Adjust image size */
  height: auto;
  max-width: 45vw;
}
section#clients {
  margin-top: 180px;
}
section#clients .section-container {
  flex-direction: column;
}
section#clients .section-container h2 {
  margin-bottom: 30px;
  font-family: "Avenir Next W04 Demi";
  text-transform: uppercase;
  font-weight: 1000;
  font-size: 20px;
}
section#clients .section-container h5 {
  font-family: "Avenir Next W04 Demi";
  font-size: 12px;
  align-self: center;
}
section#clients .section-container article{
    max-width: 100vw;
    overflow-x:hidden;
}
section#clients .section-container article div.container{
    width: fit-content;
}
section#clients .section-container .clients,
section#clients .section-container .clients-txt {
  display: flex;
  align-items: center;
  margin-top: 30px;
  gap: 30px;
}
section#clients .section-container .clients div,
section#clients .section-container .clients-txt div {
  width: 180px;
  text-align: center;
}
section#clients .section-container .clients div h5,
section#clients .section-container .clients-txt div h5 {
  text-align: center;
}
section#clients .section-container .clients div img,
section#clients .section-container .clients-txt div img {
  max-width: 150px;
  max-height: 130px;
  display: inline-block;
}
section#clients .section-container .clients-txt {
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 100px;
}
section#clients .section-container .clients-txt p {
  width: 180px;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 13px;
}
section#bds .section-container {
  flex-direction: column;
}
section#bds .section-container h2 {
  margin-bottom: 30px;
}
section#bds .section-container .bd {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: 50px 0 80px 0;
}
section#bds .section-container .bd img {
  max-width: 250px;
}
section#illustrations .section-container {
  flex-direction: column;
}
section#illustrations .section-container h2 {
  margin-bottom: 30px;
}
section#illustrations .section-container img {
  max-width: 800px;
  margin-bottom: 50px;
}
section#print {
  margin-top: 100px;
}
section#print .bg {
  background-color: #97b89a;
  position: absolute;
  height: 60%;
  width: 100vw;
}
section#print .bg .top-green {
  width: 100%;
  margin-top: -4vw;
}
section#print .bg .bottom-green {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -4vw;
}
section#print .section-container {
  display: flex;
  gap: 80px;
}
section#print .section-container div {
  flex: 1;
}
section#print .section-container div.left {
  flex: 1.2;
}
section#print .section-container div img {
  width: 100%;
  margin-bottom: 0;
}
section#print .section-container div p {
  margin-bottom: 40px;
  color: white;
}
section#print .section-container div span {
  font-size: 12px;
  letter-spacing: initial;
  display: inline-block;
  font-style: italic;
  margin-top: 15px;
}
section#print .section-container div a {
  color: white;
}
footer {
  color: #28502B;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100vw;
  position: relative;
}
footer .bg {
  width: 100vw;
  filter: saturate(0.85);
  -webkit-filter: saturate(0.85);
  filter: saturate(0.85);
}
footer .contact-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
/*  align-self: anchor-center;*/
top: 50%;
  transform: translateY(-50%);
}
footer .contact-container h2 {
  margin-bottom: 40px;
  text-shadow: 2px 3px #ffffff;
  color: #28502B;
  text-align: center;
}
footer .contact-container div {
  background-color: #ffffff91;
  display: inline-block;
  text-align: center;
  padding: 10px 200px;
}
footer .contact-container div h3 {
  font-family: "More Sugar Thin";
  font-size: 30px;
  font-weight: 100;
  margin: 20px 0;
}
footer .contact-container div h4 {
  margin-bottom: 20px;
}
footer .contact-container div a {
  color: #28502B;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
      display: flex;
    align-items: center;
    justify-content: center;
    gap:9px;
}
footer .contact-container div a img {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
  margin-right: 3px;
}
footer p.bottom {
  position: absolute;
  bottom: 0;
  background-color: #97b89a;
  width: 100vw;
  font-size: 12px;
  color: white;
  padding: 5px;
  text-align: center;
}
footer p.bottom a {
  color: white;
}





/*ILLUSTRATIONS*/

.top-section .section-container {
  flex-direction: column;
  max-width: 800px;
  margin-top: 50px;
}
.top-section .section-container img#palette {
  position: absolute;
  max-width: 70px;
  left: 50px;
}
.top-section .section-container img#flower {
  width: 100px;
  margin-top: 30px;
}
.top-section .section-container h1 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
section#grid-illus .section-container div {
  position: relative;
}
section#grid-illus .section-container div p {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
  letter-spacing: initial;
}
section#grid-illus .decoration{
    position: absolute;
    z-index: 99;
    width: 25%;
    bottom: 20%;
}
section#grid-illus #palette3{
    
    position: absolute;
    top: 0;
    right: 10vw;
    z-index: 9;
    width: 100px;
}
section#grid-illus #palette4{
    position: absolute;
    bottom: -50px;
    width: 80px;
    right: 10vw;
}
section#grid-illus .decoration#deco-114{
    
    bottom: 25%;
    right: 0;
}
section#grid-illus .decoration#deco-116{
    bottom: 20%;
}
section#grid-illus .decoration#deco-125{
    right: -10%;
}
section#grid-illus .decoration#deco-130{
    width: 15%;
    right: 15%;
}
section#grid-illus .decoration#deco-134{

    right: 5%;
}
section#grid-illus .decoration#deco-138{
  width: 70%;
    top: 0;
    left: 21%;
}
section#grid-illus .decoration#deco-139{

    right: 0;
}
section#grid-illus .decoration#deco-144{

    width: 19%;
    right: -10%;
}
section#grid-illus .decoration#deco-147{
    width: 15%;
    top: 0;
    right: 0;
}
#lune{
    width:200px;
    max-width: 50vw;
    margin: 100px auto 40px auto;
}

/*HOME HEADER*/


body.home header{
  position: absolute;
  background-color: initial;
  color: #437CAD;
}
body.home header .ham .line{
    stroke:#437CAD;
}
body.home header .ham.active .line{
    stroke:white;
}
body.home header nav ul li a{
  color: #437CAD;
}
body.home header nav ul li a img{
  display: none;
}
body.home header nav ul li a img.blue {
  display: inline-block;
}
body.home nav ul div.center h1 a{
  color:#437CAD;
}


/*PRESTATIONS*/


.top-section .section-container {
  flex-direction: column;
}
.top-section .section-container h1{
    text-transform: initial;
}
.top-section .section-container p {
  max-width: 800px;
  text-align: left;
  width: 100%;
  
      margin-block-start: 0;
    margin-block-end: 0;
    margin-bottom: 20px;
}
.top-section .section-container img {
  max-width: 800px;
  margin-bottom: 50px;
}
section#projets .section-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
section#projets .section-container a.block {
  display: block;
  width: 300px;
  height: 300px;
  position: relative;
  margin: 30px;
  text-decoration: none;
   -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

}
section#projets .section-container a.block:hover{
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -o-transform: scale(0.98);
  transform: scale(0.98);
}
section#projets .section-container a.block div.img {
  width: 100%;
  height: 220px;
}
section#projets .section-container a.block div.img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section#projets .section-container a.block div.infos {
  background-color: #B1D6E1;
  width: 100%;
  height: 100px;
  color: white;
  padding: 20px;
}
section#projets .section-container a.block div.infos p{
  text-align: left;
}
section#projets .section-container a.block div.infos h3{
    text-transform: uppercase;
}
section#work-with-me {
  margin-bottom: 100px;
}
section#work-with-me .section-container {
  flex-direction: column;
  border: 1px solid #97b89a;
  padding: 0;
}
section#work-with-me .section-container h2 {
  background-color: #97b89a;
  width: 100%;
  color: white;
  padding: 50px 0;
  text-align: center;
  margin: 0;
}
section#work-with-me .section-container div#steps {
  display: flex;
  width: 1000px;
  max-width: 90vw;
  justify-content: center;
  padding: 50px 0;
}
section#work-with-me .section-container div#steps#steps-container {
  width: 100%;
}
section#work-with-me .section-container div#steps p {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  max-width: 600px;
}
section#work-with-me .section-container div#steps p img {
  width: 50px;
  margin-right: 30px;
}



/*BDS*/

.top-section-bd .section-container {
  flex-direction: column;
}
.top-section-bd .section-container p {
  max-width: 800px;
  
      margin-block-start: 0;
    margin-block-end: 0;
    margin-bottom: 20px;
}
.top-section-bd .section-container div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.top-section-bd .section-container div img {
  width: 120px;
  margin: 0 8vw;
}
section#grid {
  flex-direction: column;
}
section#grid .section-container {
  flex-direction: column;
  align-items: flex-end;
  align-self: center;
}
section#grid .section-container .grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 900px;
}
section#grid .section-container .grid-container a {
  width: 300px;
  height: 300px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  text-decoration: none;
  color: #437CAD;

}
section#grid .section-container .grid-container p{
  text-transform: uppercase;
  padding-top: 10px;
}
section#grid .section-container .grid-container a img {
  width: 80%;
  height: auto;
}
section#grid .section-container .grid-container a img.case {
  position: absolute;
  width: 100%;
  width: 308px;
  max-width: none;
}
section#grid .section-container #glands {
  width: 150px;
  display: block;
  margin-top: 40px;
}




/*DETAIL BD*/


section#detail-bd h1{
    text-transform: uppercase;
}
section#detail-bd .section-container{
    flex-direction: column;
}

section#detail-bd .section-container .intro{
    max-width: 800px;
    margin: 50px auto;
}
section#detail-bd .section-container .grid-bd{

    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
}
section#detail-bd .section-container .grid-bd .bd-item {
    width: calc(33.33%); /* 3 colonnes */
    box-sizing: border-box; /* Empêche le dépassement */
}
section#detail-bd .section-container .grid-bd .bd-item img{
  width: 100%;
}
section#detail-bd .section-container .grid-bd.two-columns .bd-item {

    width: 50%;
}
section#detail-bd .section-container .grid-bd.four-columns .bd-item {

    width: 24%;
}
section#detail-bd .section-container .button{
    margin-top: 50px;
}




/*DETAIL PROJET PRO*/
section.prestation-detail .section-container{
    flex-direction: column;
}
section.prestation-detail .section-container .top-projet {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;

}
section.prestation-detail .section-container .top-projet div{
    width: 47%;
}
section.prestation-detail .section-container .top-projet div.left h1{
    margin-bottom: 10px;
}
section.prestation-detail .section-container .top-projet div.left p.client{
    margin-bottom: 10px;
    font-size: 16px;
}
section.prestation-detail .section-container .top-projet div.left p.medium{
    margin-bottom: 10px;
    font-style: italic;
    margin-bottom: 40px;
    text-align: left;
}
section.prestation-detail .section-container .top-projet div.left .intro{
    text-align: left;
}
section.prestation-detail .section-container .top-projet div.right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.prestation-detail .section-container figcaption{
    font-style: italic;
    margin-top: 8px;
    font-size: 13px;
    letter-spacing: initial;
}
section.prestation-detail div.blocs-personnalises{
    margin-bottom: 50px;
}
section.prestation-detail div.blocs-personnalises .bloc{
    display: flex;
    gap:30px;
    align-items: center;
   
}
section.prestation-detail div.blocs-personnalises .bloc .colonne{
     flex:1;
}

section#mentions .section-container{
  
    flex-direction: column;
    text-align: left;
    display: block;
  
}
section#mentions .section-container p{
  text-align: left;
}
section#mentions .section-container h1{
  margin-bottom: 50px;
  text-align: center;
}


.mobile{
    display: none;
}


#back-to-top{
  position: fixed;
  z-index: 1000;
  right: 30px;
  bottom:30px;
  font-size: 13px;
  letter-spacing: initial;
  text-align: center;
  text-decoration: none;
  color: #28502B;
  line-height: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
#back-to-top.visible{
  opacity: 1;
  pointer-events: auto;

}
#back-to-top span{
  transform: rotate(-90deg);
  display: block;
  margin-bottom: 10px;
}


/* -------- RESPONSIVE ---------- */

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 9999999;
  position: absolute;
  right: 20px;
  top: 6px;
}
.hamRotate.active {
  transform: rotate(45deg);
}
.hamRotate180.active {
  transform: rotate(180deg);
}
.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: white;
  stroke-width: 3.5;
  stroke-linecap: round;
}
.ham1 .top {
  stroke-dasharray: 40.5 139;
}
.ham1 .bottom {
  stroke-dasharray: 40.5 180;
}
.ham1.active .top {
  stroke-dashoffset: -98px;
}
.ham1.active .bottom {
  stroke-dashoffset: -138px;
}
.ham1.active .line{
    stroke: white;
}
nav#mobile-menu {
  position: absolute;
  margin-top: 0;
  right: 0;
  text-align: right;
  padding-top: 100px;
  padding-bottom: 30px;
  z-index: 999999;
  background-color: #97b89a;
  top: -60%;
  opacity: 0;
  width: 100vw;
  transition: all 0.5s cubic-bezier(0, 0.61, 0.34, 1.01);
}
nav#mobile-menu.active {
  top: 0;
  opacity: 1;
}
nav#mobile-menu ul {
  flex-direction: column;
  transform: none !important;
}
nav#mobile-menu ul li {
  margin-bottom: 20px;
}
nav#mobile-menu ul li a{
    color: white;
}
header .header-container h1.mobile{
    font-size: 6vw;
}

@media screen and (max-width: 1200px) {

  section#clients .section-container article{

    overflow-x:scroll;
}

    section#bds .section-container .bd img{
        max-width: 20vw;
    }
    body.home header nav ul li a{
        font-size: 12px;
    }
    nav ul li a img{
        width: 50px;
    }
    nav ul div.center h1{
        font-size: 20px;
    }
}
@media screen and (max-width: 1200px) {
    section#bds .section-container .bd img{
        max-width: 40vw;
    }


}
@media screen and (max-width: 1180px) {
    section#projets .section-container{
        justify-content: center;
    }
}
@media screen and (max-width: 1150px) {

    /*footer .contact-container{
        top:5vw;
    }*/
    footer .contact-container h2{
        margin-bottom: 20px;
    }
    footer .contact-container div{
        padding: 10px 10vw;
    }
    footer .bg-container{
        height: 60vw;
        min-height: 500px;
    }
    footer .bg-container img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    } 
}
@media screen and (max-width: 1000px) {
    section#grid .section-container .grid-container{
        justify-content: center;
        width: auto;
    }
}

@media screen and (max-width: 900px) {
    section#bds .section-container .bd img{
        max-width: 35vw;
    }
}
@media screen and (max-width: 800px) {

    .mobile{
        display: block;
    }
    .desktop{
        display: none;
    }

    .section-container{
        flex-direction: column;
        gap: 30px;
        padding: 30px;
    }
    .top-section .section-container{
        margin-top: 0;
        max-width: 100vw;
    }
    .top-section .section-container h1{
        margin-bottom: 0;
        text-align: center;
    }
    .top-section .section-container img{
        max-width: 90vw;
    }

    .top-green, .bottom-green{
      min-height: 20px;
      
    }
    /*  -----------   PRESENTATION ---------  */

    section#presentation .section-container div.portrait{
        margin-bottom: 30px;
    }
    section#presentation .section-container div.portrait img{
        margin: 0 auto;
        width: 100%;
    }
    section#presentation .section-container div.portrait p{
        right: 0;
    }
    section#presentation .section-container div.txt{
        text-align: center;
    }
    section#presentation .section-container div.txt h3{
        padding-left: 0;
    }
    section#presentation .section-container div.txt img{
        z-index: 1;
    }


     /*  -----------   PRESTATIONS ---------  */
     section#prestations .section-container{
        padding-bottom: 65px;
     }
    section#prestations .section-container h2 {
        margin-top: 35px;
        margin-bottom: 10px;
    }
    section#prestations .section-container div{
        bottom: -130px;
    }
    section#prestations .section-container div img{
        width: 80vw;
        max-width: initial;
    }



    /*  -----------   CLIENTS ---------  */
    section#clients{
        margin-top: 38vw;
    }
    section#clients .section-container .clients{
        margin-top: 0;
    }
    section#clients .section-container{
        padding-right: 0;
        padding-left: 0;
    }
    section#clients .section-container h2{
      font-size: 18px;
    }

    /*  -----------   BDS ---------  */
    section#bds .section-container{
        padding-top: 10vw;
    }
    section#bds .section-container .bd{
        margin: 0 auto 10px 0;
    }


    /*  -----------   ILLUSTRATIONS ---------  */
    section#illustrations{
        max-width: 100vw;
        overflow: hidden;
    }
    section#illustrations .section-container h2{
        margin-bottom: 0;
    }
    section#illustrations .section-container img{
        width: 90vw;
    }

    section#print .section-container{
        gap:20px;
    }
    section#print{
        margin-top: 10vw;
    }
    section#print .bg{
        height: 500px;
    }
    #lune{
      margin-top:0;
    }
    .top-section .section-container p, .top-section-bd .section-container p{
      margin-bottom: 5px;
    }
    section#grid-illus .section-container div p{
      bottom: 0;
    }

    /*  -----------   FOOTER CONTACT ---------  */
    footer{
        margin-top: 40px;
       
    }
   /* footer .contact-container{
        top:-10vw;
    }*/
    footer .contact-container h2{
        margin: 20px auto;
    }
    footer .contact-container div{
        padding: 10px 30px;
    }
    footer .contact-container div h3{
        font-size: 25px;
        margin-bottom: 0px;
    }
    footer .contact-container div h4{
        letter-spacing: initial;
    }
    footer p.bottom{
        position: relative;
        padding: 20px;
    }



    /*    ALL BDS PAGE      */
    .top-section-bd .section-container div{
        justify-content: center;
        margin-bottom: 0;
    }
    /*   BD DETAIL PAGE     */
    section#detail-bd .section-container .intro{
        margin: 0 auto;
    }
    section#detail-bd .section-container .grid-bd{
        display: block;
    }
    section#detail-bd .section-container .grid-bd .bd-item, section#detail-bd .section-container .grid-bd.four-columns .bd-item, section#detail-bd .section-container .grid-bd.two-columns .bd-item{
        width: 100%;
    }

    /*    ILLUSTRATIONS      */
    .top-section .section-container img#flower{
        margin-bottom: 0;
    }

    /*   PRESTATIONS     */
    section#work-with-me{
        width: 90vw;
        margin: 0 auto;

    }
    section#work-with-me .section-container h2{
        font-size: 25px;
        padding: 30px;
    }
    section#work-with-me .section-container div#steps{
        padding: 0 20px;
    }
    section#work-with-me .section-container div#steps p{
        flex-direction: column;
    }
    section#work-with-me .section-container div#steps p img{
        margin: 20px 0;
    }
    section#projets{
        width: 100vw;
        overflow: hidden;
    }

    /*   PRESTATIONS  DETAIL  */

    section.prestation-detail .section-container .top-projet{
        flex-direction: column-reverse;
    }
    section.prestation-detail .section-container .top-projet div{
        width: 100%;
    }
    section.prestation-detail div.blocs-personnalises .bloc{
        flex-direction: column;
    }
}




