@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  box-sizing: border-box;
}

body{
  margin:0;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
}
.soon{
  background-image: url(images/fond4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  transition: none;
}
h4{
  font-size: 14px;
  font-weight: 500;
  color: #F32754;
  text-transform: uppercase;
  margin: 4px auto;
}
h5{
  font-family: 'Playfair Display', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 40px auto 20px auto;
}
h6{
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  margin: -8px auto 25px auto;

  background: linear-gradient(264.29deg, #FF6A00 9.72%, #EE0979 95.7%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
/* background-clip: text;
text-fill-color: transparent; */
}
/* .grid-portfolio  .grid-item.grid-item-adresse{
  width: 100%;
  height: 242.7px;
  max-width: 385px;
  text-align: center;
  -webkit-transition: all 0.8s cubic-bezier(.42,0,0,1);
  transition: all 0.8s cubic-bezier(.42,0,0,1);
  cursor: pointer;
}
.grid-portfolio .grid-item.grid-item-adresse:hover .grid-block-adresse div::after  {
  opacity: 1;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.grid-portfolio .grid-item.grid-item-adresse .grid-item-block{
    background: white;
    width: 100%;
    text-align: center;
    cursor: pointer;
    transform: scaleX(0.96) scaleY(0.94);
}
.grid-portfolio .grid-item.grid-item-adresse .grid-block-adresse{
    margin: auto;
    max-width: 100%;

}
.grid-portfolio .grid-item.grid-item-adresse .grid-block-adresse div {
    display: inline-block;
    color: white;
    font-size: 16px;
    border-radius: 20px;
    padding: 7px 22px;
    position: relative;
    z-index: 0;
    background: linear-gradient(90deg, #EE0979 0%, #FF6A00 100%);
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.grid-portfolio .grid-item.grid-item-adresse .grid-block-adresse div::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
    background: linear-gradient(90deg, #FF6A00 0%, #EE0979 100%);
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.grid-portfolio .grid-item.grid-item-adresse .grid-block-adresse div span{
  position: relative;
  z-index: 3;
} */


a{
  /* color: #F73A3D; */
  text-decoration: none;
  color: inherit;
}
.dark_mode, body.dark_mode, header.dark_mode{
  background-color: rgb(21, 21, 21);
  color: white;
}
header.dark_mode .no-mobile a{
  color: white;
  background: none;
}
.dark_mode nav .burger-bottom span{
  background-color: white !important;
}
.dark_mode p, .dark_mode li{
  color: white !important;
}
.dark_mode .mobile-menu{
  background-color: rgb(21, 21, 21) !important;
  color: white !important;
}
.container {
    max-width: 1300px;
    margin: auto;
}
.container .mockup-branding img {
    max-width: 100%;
}
.container .mockup-appli div{
  text-align: center;
}
.container .mockup-appli{
    max-width: 950px;
    margin: auto;
}
.container .mockup-appli img {
    max-width: 100%;
    margin: auto;
}
.header{
  position:fixed;
  z-index: 999;
  top:0;
  right:0;
  left:0;
  height:48px;
  background: #fff;
  display:grid;
  grid-template-columns: repeat(auto-fill, 400px);
  grid-gap: 24px;
  gap:24px;
  justify-content: center;
  padding:0 24px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  font-size:1.2em;
}
.header-logo{
  margin:0;
  font-size:1.1em;
}
.header .no-mobile{
    text-decoration: none;
    font-size: 0.85em;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    word-spacing: 0.2rem;
    /* color: rgba(247, 58, 61, 1); */
}
.header .no-mobile a{
    color: black;
    text-decoration: none;
    font-weight: 500;
    margin: auto 15px;
}
.header .no-mobile a .material-symbols-outlined {
  margin-top: -3px;
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 0.8s cubic-bezier(.42,0,0,1);
  transition: all 0.8s cubic-bezier(.42,0,0,1);
}

.header .no-mobile a .material-symbols-outlined:hover{
  margin-top: -3px;
  position: absolute;
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}
a .material-symbols-outlined.light{
  display: none;
}
a .material-symbols-outlined.dark{
  display: inline-block;
}
.dark_mode a .material-symbols-outlined.light{
  display: inline-block;
}
.dark_mode a .material-symbols-outlined.dark{
  display: none;
}

.header .no-mobile a::before {
  -webkit-transition: all 0.8s cubic-bezier(.42,0,0,1);
  transition: all 0.8s cubic-bezier(.42,0,0,1);
  width: 0px;
  height: 1.4px;
  content: "";
  /* background: rgba(247, 58, 61, 1); */
  background: rgba(247, 58, 61, 1);
  margin-top: 8.5px;
  margin-left: -6px;
  float: left;
  position: absolute;
}
.header .no-mobile a.current::before{
  background: rgba(247, 58, 61, 1);
}

.header .no-mobile a.current:nth-child(1)::before, .header .no-mobile a:nth-child(1):hover::before {
  width: 91px;
}
/* .header .no-mobile a.current:nth-child(2)::before, .header .no-mobile a:nth-child(2):hover::before {
  width: 87px;
} */
.header .no-mobile a.current:nth-child(2)::before, .header .no-mobile a:nth-child(2):hover::before {
  width: 81px;
}
/* .header .no-mobile a.current:nth-child(3)::before, .header .no-mobile a:nth-child(3):hover::before {
  width: 81px;
} */
.header-flex{
  grid-column: 1/-1;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.header.home, .header.home.dark_mode {
    box-shadow: none;
    background-color: transparent !important;
}
.home.dark_mode .home-container div, .home.dark_mode .home-container div p, .home.dark_mode .home-container div a{
  color: rgb(21, 21, 21) !important;
}
.header.home .header-logo {
    visibility: hidden;
}
.home .mobile-menu{
  top:0px;
}
.home-container{
  position: absolute;
  z-index: 10;
  color: #fff;
  margin-left: 40px;
  margin-top: 40px;
}
.home .home-container div{
  max-width: 325px;
}
.home .home-container h2 {
  font-size: 47px;
  margin-top: 0px;
}
.home .home-container h3, .home .home-container h1, .home .home-container p strong{
  font-size: 25px;
  line-height: 0;
  display: inline;
  margin: 0;
  font-weight: 700;
}
.home .home-container p{
  font-size: 15px;
  font-weight: 700;
}
.home .home-container div p:nth-child(2), .home .home-container div p:nth-child(4){
  display: inline;
}
.home .home-container a, .home .home-container a.dark_mode{
  font-weight: 700;
  font-size: 15px;
  text-decoration: underline;
  display: inline-block;
  background: none !important;
  letter-spacing: 1px;
}
.home .home-container a span.material-symbols-outlined{
  -webkit-transition: all 0.5s cubic-bezier(.42,0,0,1) 0s;
  transition: all 0.5s ease-in-out 0s;
  font-size: 18px;
  margin: 0;
  align-items: baseline;
  display: inline-flex;
  float: right;
  margin-top: 3px;
  margin-left: 6px;
  font-variation-settings:
  'FILL' 0,
  'wght' 700,
  'GRAD' 0,
  'opsz' 48
}
.home .home-container a:hover span.material-symbols-outlined{
  margin-left: 10px;
}
.home .copyright{
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 11px;
  font-weight: 500;
}

.footer,
.mobile{
  display:none;
}
.burger-menu{
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  z-index: 2000;
}
.hidden{
  overflow: hidden;
}
.burger-menu span {
  width: 22px;
  height: 3px;
  display: block;
  border-radius: 5px;
  background: #F32754;
  margin: 2px auto;
  -webkit-transition: all 0.5s cubic-bezier(.42,0,0,1) 0s;
  transition: all 0.5s cubic-bezier(.42,0,0,1) 0s;
}
.burger-menu span:nth-child(2){
  -webkit-transition: all 0.6s cubic-bezier(.42,0,0,1) 0.2s;
  transition: all 0.6s cubic-bezier(.42,0,0,1) 0.2s;
  transform: scale(1);
}
.burger-menu.open span:nth-child(2){
  -webkit-transition: all 0.5s cubic-bezier(.42,0,0,1) 0s;
  transition: all 0.5s cubic-bezier(.42,0,0,1) 0s;
  transform: scale(0);
}
.burger-menu.open span:nth-child(1){
  -webkit-transition: all 0.5s cubic-bezier(.42,0,0,1) 0.2s;
  transition: all 0.5s cubic-bezier(.42,0,0,1) 0.2s;
  transform: translate(0px, 7px) rotate(45deg)
}
.burger-menu.open span:nth-child(3){
  -webkit-transition: all 0.5s cubic-bezier(.42,0,0,1) 0.2s;
  transition: all 0.5s cubic-bezier(.42,0,0,1) 0.2s;
  transform: translate(0px, -7px) rotate(-45deg);
}
.mobile-menu{
  position: fixed;
  left: 0;
  top: 47px;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 100;
  display: none;
}
.mobile-menu ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 50px);
  justify-content: space-evenly;
  text-align: center;
  margin-top: 0;
}
.mobile-menu ul li {
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  /* border-bottom: 1.5px solid #dfdfdf; */
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.mobile-menu ul li a {
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'Playfair Display';
  letter-spacing: 1px;
  font-weight: 500;
}
.mobile-menu ul li .material-symbols-outlined{
  font-size: 38px;
}

.displaynone{
  display:none;
}
.gradient{
    background: linear-gradient(45deg,#ee0979 0,#ff6a00);
}

.grid-portfolio{
  max-width: 1150px;
  display:grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
  grid-template-rows: 75.8px;
  grid-gap: 20px;
  justify-items: center;
  align-items: center;
  justify-content: center;
  margin: 60px auto;
  padding: 40px;

}
.grid-portfolio .grid-item{
  display: flex;
  transition-property: all;
  animation-timing-function: cubic-bezier(.42,0,0,1);
  animation-duration: 0.8s;
  cursor: pointer;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

}
.grid-portfolio .grid-item:hover{

}
.grid-item.trois.gradient:hover .grid-item-block{
  transform: scaleX(0.96) scaleY(0.94);
  -webkit-transition: all 0.8s cubic-bezier(.42,0,0,1);
  transition: all 0.8s cubic-bezier(.42,0,0,1);
}
.grid-item.cinq.gradient:hover .grid-item-block{
  transform: scale(0.96);
  -webkit-transition: all 0.8s cubic-bezier(.42,0,0,1);
  transition: all 0.8s cubic-bezier(.42,0,0,1);
}
.grid-portfolio .grid-item .grid-item-block{
  overflow: hidden;
  -webkit-transition: all 0.8s cubic-bezier(.42,0,0,1);
  transition: all 0.8s cubic-bezier(.42,0,0,1);
  transform: scale(1);
  display: flex;
  flex-direction: column;
}
.grid-portfolio .grid-item .grid-item-block .tag {
  position: absolute;
  max-width: 110px;
  -webkit-transition: all 0.8s cubic-bezier(.42,0,0,1);
  transition: all .8s cubic-bezier(.42,0,0,1);
  bottom: 0px;
  translate: -130px;
  margin-bottom: 14px;
  font-size: 12px;
}
.grid-portfolio .grid-item:hover .grid-item-block .tag{
  -webkit-transition: all 0.8s cubic-bezier(.42,0,0,1);
  transition: all .8s cubic-bezier(.42,0,0,1);
  translate: 21px;
}
.grid-portfolio .grid-item .grid-item-block .tag span{
  background: linear-gradient(50deg,#ee0979 0,#ff6a00);
  font-weight: bold;
  border-radius: 25px;
  color: white;
  padding: 5px 12px;
  display: inline-block;
  margin-bottom: 6px;
}

.grid-portfolio .grid-item img{
  transition-property: all;
  max-width: 100%;
  filter: grayscale(0);
  animation-timing-function: cubic-bezier(.42,0,0,1);
  animation-duration: 0.8s;

}
.grid-item.gradient:hover img{
  filter: grayscale(100);
  /* transform: scale(1.2); */
}
.grid-item.trois img{
  translate: 0 244px;
  animation-timing-function:cubic-bezier(.42,0,0,1);
}
.grid-item.cinq img{
  translate: 0 380px;
  animation-timing-function: cubic-bezier(.42,0,0,1);
}
.grid-portfolio .grid-item.grid-item-svg img{
  filter: grayscale(0) !important;
}

.trois{
  grid-column-start: auto;
  grid-row-start: auto;
  grid-column-end: span 1;
  grid-row-end:span 3;
  /* max-height: 244px; */
}

.cinq{
  grid-column-start: auto;
  grid-row-start: auto;
  grid-column-end: span 1;
  grid-row-end: span 5;
  /* max-height: 378px; */
}


/* PROJETS */

.grid-project-intro {
    max-width: 1300px;
    display: grid;
    grid-template-columns: 56% 34%;
    grid-template-rows: auto;
    grid-gap: 40px;
    justify-content: center;
    margin: 75px auto 0 auto;
    padding: 0px 40px;
    align-items: center;
}
.project-intro-image {

    background-size: cover;
    background-position: center;
    height: 100%;
}
.grid-project-intro-column {
    height: 100%;
}
.grid-project-intro .grid-project-intro-column img{
  max-width: 100%;
  max-height: 780px;
}
.grid-project-intro p, .grid-project-intro ul li{
  color: #7f7f7f;
  font-size: 14px;
  list-style-type: none;
}
.grid-project-intro ul{
    padding-left: 0px;
}
.grid-project-intro a {
    position: relative;
    z-index: 1;
    background: linear-gradient(45deg,#ee0979 0,#ff6a00);
    /* background: linear-gradient(rgba(255, 106, 0, 1), rgba(238, 9, 121, 1)); */
    color: white;
    text-decoration: none;
    padding: 12px 16px;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: inline-block;
    margin: 30px auto;
    -webkit-transition: all 0.8s cubic-bezier(.42,0,0,1);
    transition: all 0.8s cubic-bezier(.42,0,0,1);
}
.grid-project-intro a::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    background: linear-gradient(45deg,#ff6a00 0,#ee0979);
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.grid-project-intro a:hover::after {
  opacity: 1;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.grid-project-intro a span{
  position: relative;
  z-index: 2;
}
.couleurs{
  margin-bottom: 50px;
  min-height: 240px;
}
.couleurs div{
  /* width: 120px; */
  width: 0px;
  height: 120px;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
iframe{
  max-width: 100%;
}
nav.nav-bottom {
      display: flex;
      justify-content: space-between;
      margin: 80px 30px 30px 30px;
}
nav .burger-bottom {
    display: inline-grid;
    grid-template-columns: 8px 8px 8px 8px;
    grid-template-rows: 8px 8px 8px 8px;
    margin: auto;
    transform: scale(1);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /* margin-left: calc(50% - 16px); */
}

nav .burger-bottom span {
    background-color: #000;
    width: 2px;
    height: 2px;
    display: inline-block;
    margin: auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
nav .burger-bottom:hover{
  transform: scale(1.1);
}
nav .burger-bottom:hover span{
  background: #F32754;
}
nav .next-project {
  display: inline-flex;
  margin: 10px;
  text-align: end;
  min-width: 190px;
}
nav .prev-project {
  display: inline-flex;
  margin: 10px;
  text-align: start;
  min-width: 190px;
}
nav .next-project span, nav .prev-project span{
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  pointer-events: none;
}
nav .next-project:hover span {
  translate: 12px;
}
nav .prev-project:hover span {
  translate: -12px;
}
nav .next-project h5, nav .prev-project h5{
  margin: auto;
}
.material-symbols-outlined {
  /* margin: auto auto auto 13px; */
  margin: auto 13px;
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

/***** Homright ******/

.mockups{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 105px;
}
.mockups img{
  max-width: 200px;
  -webkit-transition: all 1s ease-in-out 0.1s;
  transition: all 1s ease-in-out 0.1s;
}
.mockups.desktop-mockups img{
  -webkit-transition: all 1s ease-in-out 0.1s;
  transition: all 1s ease-in-out 0.1s;
  max-width: 380px;
  translate: 0 298px;
}
.mockups.mobile-mockups div, .mockups.desktop-mockups div{
  overflow: hidden;
}
.mockups.mobile-mockups img{
  -webkit-transition: all 1.3s ease-in-out 0.1s;
  transition: all 1.3s ease-in-out 0.1s;
  translate: 0 418px;
}



/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  .container {
      padding: 0px 40px;
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}

/*X-Large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {


}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {

}

@media screen and (max-width: 798px) and (min-width: 768px){
  .grid-portfolio{
    grid-template-columns: 40% 40%;
  }
  .grid-portfolio .grid-item:nth-child(2) {
    grid-column-start: 1;
    grid-row-start: 1;
  }
  .grid-portfolio .grid-item:nth-child(3) {
    grid-column-start: 1;
    grid-row-start: 6;
  }

  .grid-portfolio .grid-item:nth-child(5) {
    grid-column-start: 2;
  }
  .grid-portfolio .grid-item:nth-child(6) {
    grid-row-start: 9;
  }
  .grid-portfolio .grid-item:nth-child(7) {
    grid-column-start: 1;
  }
  .grid-portfolio .grid-item:nth-child(8) {
    grid-row-start: 12;
  }
  .grid-portfolio .grid-item:nth-child(9) {
    grid-column-start: 2;
  }
  .grid-portfolio .grid-item:nth-child(10) {
    grid-row-start: 17;
  }
  .grid-portfolio .grid-item:nth-child(11) {
    grid-column-start: 1;
  }
  .grid-portfolio .grid-item:nth-child(12) {
    grid-row-start: 20;
  }

}
@media (min-width: 798px){
  .trois:nth-child(5){
    grid-column-start: 2;
  }
  .cinq:nth-child(6), .cinq:nth-child(11){
    grid-column-start: 3;
    grid-row-start: 4;
  }
  .cinq:nth-child(12){
    grid-column-start: 3;
    grid-row-start: 12;
  }



}
@media (max-width: 900px) {
  .no-mobile{
    display:none;;
  }
  .mobile{
    display: block;
  }
  .header{
    grid-template-columns: 100%;
  }
  .home .copyright{
    display: none;
  }
  .grid-project-intro{
    grid-template-columns: 99%;
  }
  .grid-project-intro .project-intro-image{
    text-align: center;
    min-height: 340px;
  }
  .grid-project-intro .project-intro-image img{
    /* max-width: 400px; */
  }
  .grid-portfolio .grid-item.grid-item-adresse .grid-block-adresse div{
    padding: 5px 10px;
    font-size: 13px;
  }
  .grid-portfolio .grid-item.grid-item-adresse .grid-block-adresse h6{
    font-size: 16px;
  }
  .grid-portfolio .grid-item.grid-item-adresse .grid-block-adresse div span{


  }


}
@media (max-width: 767px) {
  .grid-portfolio{
    grid-template-columns: 99%;
  }
  .grid-project-intro{
    grid-template-columns: 99%;
    grid-gap: 10px;
    margin: 80px auto 0 auto;
  }
  .couleurs{
    max-width: 280px;
    margin: auto;
  }
  nav .next-project, nav .prev-project{
    display: none;
  }
  .grid-portfolio .grid-item.grid-item-adresse .grid-block-adresse div{
    padding: 7px 18px;
    font-size: 16px;
  }
  .grid-portfolio .grid-item.grid-item-adresse .grid-block-adresse h6{
    font-size: 20px;
  }
  .out-top{
      translate: 17px 13px;
  }
  .in-top{
      translate: 17px 15px;
  }
  .out-bottom{
    translate: -4px -1px;
  }
  .home-container{
    margin: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
  }
  .home .home-container div {
    max-width: 320px;
    margin: auto;
  }
  .home .home-container h2{
    margin-top: -18px;
  }
  .home .home-container a{
    margin: 12px auto;
  }
  iframe{
    /* height: 220px; */
  }

}

@media (min-width: 901px){
  .grid-portfolio{
    /* grid-template-columns: 385px 385px 385px; */
  }
  .grid-project-intro.benodet{
     min-height: calc(100vh - 250px);
     display: flex;
  }
}
