@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400 700&family=Noto+Sans:wght@400 700&display=swap");
html {
  min-height: 100%;
}

a {
  text-decoration: none;
  color: black;
}

.bgi {
  background: url(../m/background.jpg) no-repeat;
  background-size: cover;
}

.metro {
  margin: 0 auto;
  margin-top: 3%;
  margin-bottom: 3%;
}

.accueil {
  color: white;
  position: relative;
  top: 10vh;
}
.accueil p {
  font-size: 1.5em;
  line-height: 1.5em;
  text-align: center;
}
.accueil p a {
  color: white;
  text-decoration: none;
}
.accueil img {
  height: 40vh;
}
.accueil h1 {
  margin-top: -10px;
  font-size: 3rem;
  text-align: center;
}
.accueil h2 {
  font-size: 2.5rem;
  text-align: center;
}

.social {
  color: white;
  position: absolute;
  bottom: 5px;
  margin-right: auto;
  margin-left: auto;
  left: 46%;
  right: 0px;
}
.social img {
  width: 4%;
}

.menu-icon {
  position: fixed;
  top: 30%;
  left: -48px;
  height: 280px;
  width: 96px;
  background: #1F282D;
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
  box-shadow: 0px 0px 3px #444;
  z-index: 100;
}
.menu-icon:hover {
  position: fixed;
  left: 48px;
  transition: all 600ms cubic-bezier 0, 0, 0, 1;
}
.menu-icon img {
  position: relative;
  top: 38px;
  left: 46px;
  height: 200px;
  width: 48px;
  opacity: 0.8;
}

.nav-mobile {
  display: none;
}

#navbar a {
  text-decoration: none;
  color: #ededed;
}

.shownav {
  z-index: 199;
  width: 40px;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}

.hidenav0 {
  z-index: -199;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}

.hidenav1 {
  z-index: 196;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}

.navbar0 {
  z-index: 200;
  background: #1f282d;
  width: 100px;
  height: 100%;
  position: fixed;
  left: -100px;
  top: 0;
  vertical-align: middle;
  display: table;
  transition: all 600ms cubic-bezier 0, 0, 0, 1;
}

.navbar1 {
  z-index: 200;
  box-shadow: 0px 0px 3px #444;
  background: #1f282d;
  width: 100px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  vertical-align: middle;
  display: table;
  transition: all 600ms cubic-bezier(0, 0, 0, 1);
}

.navbar2 {
  z-index: 200;
  background: #1f282d;
  width: 100px;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0;
  vertical-align: middle;
  display: table;
  transition: all 600ms cubic-bezier(0, 0, 0, 1);
}

.navbar-inner {
  display: table-cell;
  vertical-align: middle;
  height: 500px;
}

.nav-item {
  background: #1f282d;
  text-align: center;
  vertical-align: middle;
  display: block;
  width: 100px;
  height: 100px;
}
.nav-item img {
  width: 5vh;
  padding: 20px 0 0 0;
  opacity: 0.9;
}
.nav-item p {
  color: #ededed;
  font-size: 13px;
  font-weight: bold;
  line-height: 2em;
}

h6 {
  margin-bottom: 0.5rem;
  margin-top: 0rem;
  color: #ededed;
  font-size: 13px;
  font-weight: bold;
  line-height: 2em;
}

.nav-item.one:hover {
  background: #c9b5d9;
}

.nav-item.two:hover {
  background: #c9b5d9;
}

.nav-item.three:hover {
  background: #c9b5d9;
}

.nav-item.four:hover {
  background: #c9b5d9;
}

.nav-item.five:hover {
  background: #c9b5d9;
}

.nav-item.one.active {
  background: #652480;
}

.nav-item.two.active {
  background: #652480;
}

.nav-item.three.active {
  background: #652480;
}

.nav-item.four.active {
  background: #652480;
}

.nav-item.five.active {
  background: #652480;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: #333;
  width: 100%;
  height: 100%;
  flex: 1 1 auto;
  overflow-y: auto;
}

.bgs {
  background: rgb(82, 114, 196);
  background: linear-gradient(135deg, rgb(82, 114, 196) 0%, rgb(235, 161, 254) 100%) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

a {
  color: #9e6aaa;
  text-decoration: none;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  padding: 50px 50px;
  max-width: 1200px;
  text-align: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.mozaic {
  width: 300px;
  margin: 20px;
  height: 300px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.vignette {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s;
}

span {
  display: none;
  font-size: 20px;
  color: #ffffff !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50px;
  cursor: pointer;
  text-decoration: none;
}

.mozaic:hover .vignette {
  transform: scale(1.1);
}

.mozaic:hover .vignette, .mozaic:focus .vignette {
  transform: scale(1.2);
}

.mozaic:hover .vignette:before, .mozaic:focus .vignette:before {
  display: block;
}

.mozaic:hover span, .mozaic:focus span {
  display: block;
}

.vignette:before {
  content: "";
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(82, 114, 196, 0.5);
}

.showreel {
  background-image: url("../../media/vignette/showreel.jpg");
}

.violette {
  background-image: url("../../media/vignette/violette.jpg");
}

.nubo {
  background-image: url("../../media/vignette/nubo.jpg");
}

.bmyhome {
  background-image: url("../../media/vignette/bmyhome.png");
}

.amazones {
  background-image: url("../../media/vignette/amazones.jpg");
}

.lifemarket {
  background-image: url("../../media/vignette/lifemarket.jpg");
}

.fruitgy {
  background-image: url("../../media/vignette/fruitgy.jpg");
}

.vingt {
  background-image: url("../../media/image/20.jpg");
}

.panama {
  background-image: url("../../media/image/panama.png");
}

.svj {
  background-image: url("../../media/image/svj.jpg");
}

.saulbass {
  background-image: url("../../media/image/saulbass.jpg");
}

.chaton {
  background-image: url("../../media/image/chaton.jpg");
}

.fred {
  background-image: url("../../media/image/fred1.jpg");
}

.dessin {
  background-image: url("../../media/image/dessin.jpg");
}

.photo {
  background-image: url("../../media/image/12.jpg");
}

.invisible {
  display: none !important;
}

.portfolio {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.desc {
  color: white;
  font-size: 1.1rem;
  text-align: center;
  margin: 20px;
}

.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.flex-row .flex-item {
  display: block;
  background-color: white;
  margin: 1%;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

.flex-first {
  margin-top: 5%;
}

.flex-last {
  margin: 5% 0%;
}

.flex-left {
  width: 50%;
}

.flex-right {
  width: 25%;
}

.sectiontitle {
  display: block;
  position: relative;
  top: 1%;
  margin: 1%;
  font-size: 3rem;
  font-weight: 400;
  text-decoration: underline;
  text-underline-position: under;
  text-underline-offset: 12px;
  text-transform: uppercase;
  align-items: center;
  text-align: center;
  color: white;
}

.sectionsubtitle {
  position: relative;
  align-items: center;
  text-align: center;
  color: white;
}

.flex-items img {
  max-height: 500px;
  max-width: 100%;
}

.flex-print {
  max-width: 40%;
  margin: 0 3%;
}

.flex-portrait {
  width: auto;
}

.gallery-content {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  padding: 50px 50px;
  max-width: 1200px;
  text-align: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.gallery-content img {
  width: 30%;
  max-height: 100%;
  margin: 5px;
}

.open {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.close {
  width: 30px;
  height: 30px;
  background: url(../m/close.svg) no-repeat;
  position: fixed;
  right: 150px;
  top: 50px;
  z-index: 1004;
}

.hide {
  display: none !important;
}

#video {
  width: 640px;
  height: 564px;
}

@media (min-device-width: 320px) and (max-device-width: 820px) {
  .nav-desktop {
    display: none;
  }
  .nav-mobile {
    display: block;
  }
  .burger-menu {
    position: fixed;
    top: 30px;
    left: 30px;
    margin: 0 auto;
    width: 40px;
    display: block;
    transition: all 0.3s;
    cursor: pointer;
    height: 40px;
    z-index: 1000;
  }
  .burger-menu .bar {
    transition: all 0.3s;
    height: 2px;
    width: 100%;
    display: block;
    background-color: white;
    z-index: 1000;
  }
  .burger-menu .bar:nth-of-type(2) {
    margin: 8px 0;
  }
  .burger-menu--closed {
    transition-delay: 0.3s;
  }
  .burger-menu--closed .bar {
    float: right;
  }
  .burger-menu--closed .bar:nth-of-type(2) {
    width: 75%;
    transition-property: margin, height, width;
    transition-delay: 0.3s, 0.3s, 0s;
  }
  .burger-menu--closed .bar:nth-of-type(3) {
    width: 50%;
  }
  .burger-menu--closed:hover .bar:nth-of-type(2) {
    width: 100%;
  }
  .burger-menu--closed:hover .bar:nth-of-type(3) {
    width: 100%;
  }
  .burger-menu--opened {
    padding-top: 12px;
  }
  .burger-menu--opened .bar:nth-of-type(1) {
    transform: rotate(45deg);
    transition-delay: 0.3s;
    height: 2px;
  }
  .burger-menu--opened .bar:nth-of-type(2) {
    opacity: 0;
    height: 0;
    margin: -3px;
  }
  .burger-menu--opened .bar:nth-of-type(3) {
    transform: rotate(-45deg);
    transition-delay: 0.3s;
    height: 2px;
  }
  .overlay {
    position: fixed;
    background: #652480;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    z-index: 998;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
  }
  .overlay.open {
    opacity: 0.9;
    visibility: visible;
    height: 100%;
  }
  .overlay.open li {
    display: block;
    opacity: 1;
    height: 25%;
    min-height: 50px;
    margin: 10% 0% auto;
    position: relative;
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: 0.35s;
  }
  .overlay.open li:nth-of-type(2) {
    animation-delay: 0.4s;
  }
  .overlay.open li:nth-of-type(3) {
    animation-delay: 0.45s;
  }
  .overlay.open li:nth-of-type(4) {
    animation-delay: 0.5s;
  }
  .overlay nav {
    position: relative;
    height: 100%;
    top: 50%;
    transform: translateY(-45%);
    font-size: 50px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    text-align: center;
  }
  .overlay nav .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
  }
  .overlay nav li {
    display: block;
    height: 25%;
    min-height: 50px;
    margin: 10% 0% auto;
    position: relative;
    opacity: 0;
  }
  .overlay nav li a {
    display: block;
    position: relative;
    color: white;
    text-decoration: none;
    overflow: hidden;
  }
  .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
    width: 100%;
  }
  .overlay ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    transform: translateX(-50%);
    height: 3px;
    background: #FFF;
    transition: 0.35s;
  }
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%;
    }
    100% {
      opacity: 1;
      left: 0;
    }
  }
  .close {
    position: fixed;
    top: 5%;
    right: 5%;
  }
  .sectiontitle {
    font-size: 1.7rem;
    margin: 5% 15% auto;
    text-underline-offset: 5px;
  }
  .flex-row {
    margin: 10% auto;
  }
  .flex-row-mobile {
    display: flex;
    flex-direction: column;
  }
  .flex-row-mobile-r {
    display: flex;
    flex-direction: column-reverse;
  }
  .flex-row-mobile-v {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .flex-row-mobile-v .flex-items {
    width: 80%;
  }
  .flex-row-mobile-v .flex-left {
    padding: 0% 10%;
  }
  .flex-print {
    max-width: 80%;
  }
  .gallery-content img {
    width: 90%;
  }
  #video {
    width: 300px;
    height: 200px;
  }
  .accueil {
    color: white;
    position: relative;
    top: 10vh;
  }
  p {
    font-size: 1em;
    line-height: 1.5em;
    text-align: center;
  }
  p a {
    color: white;
    text-decoration: none;
  }
  img {
    height: 30vh !important;
  }
  h1 {
    margin-top: -10px;
    font-size: 2.5rem;
    text-align: center;
  }
  h2 {
    margin: 3%;
    font-size: 2rem;
    text-align: center;
  }
  .social {
    bottom: 0px;
    left: 40%;
  }
  .social img {
    width: 10%;
  }
  .flex-row-card {
    width: 75% !important;
    right: auto !important;
    left: auto;
  }
}
.contact-bg {
  background: url(../m/backgroundcontact.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.contact-bg .flex-row-card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 50%;
  position: absolute;
  top: 5%;
  right: 5%;
}

.card {
  z-index: 1;
  position: relative;
  width: 300px;
  height: 400px;
  margin: 0 auto;
  margin-top: 100px;
  background-color: white;
}

.card.active {
  height: 490px;
}

.banner {
  z-index: 2;
  position: relative;
  margin-top: -154px;
  width: 100%;
  height: 150px;
  background-image: url("https://snap-photos.s3.amazonaws.com/img-thumbs/960w/RQ2Z75PQIN.jpg");
  background-size: cover;
  border-bottom: solid 1px lightgrey;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
}

.banner.active {
  height: 0;
}

.profilpic {
  z-index: 3;
  position: relative;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  background-color: white;
  margin: 0 auto;
  background-image: url("https://media-exp1.licdn.com/dms/image/C4E03AQEtrl8BJz66EA/profile-displayphoto-shrink_400_400/0/1516352073257?e=1669248000&v=beta&t=HGhZFuffR20HLlM48bCLb18CnCdYESgZYEBo2BKB9_c");
  background-size: cover;
  background-position: 50% 50%;
  top: 75px;
  box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: top 0.7s ease-in-out, background 0.15s ease;
  -moz-transition: top 0.7s ease-in-out, background 0.15s ease;
  -o-transition: top 0.7s ease-in-out, background 0.15s ease;
  -ms-transition: top 0.7s ease-in-out, background 0.15s ease;
}

.profilpic.active {
  top: -80px;
}

.card ul {
  list-style: none;
  text-align: center;
  padding-left: 0;
  margin-top: 87px;
  margin-bottom: 30px;
  font-size: 20px;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
}

.card ul.active {
  opacity: 0;
  visibility: hidden;
}

.card i {
  font-size: 25px;
  display: inline-block;
  margin-top: 10px;
  margin-left: 40px;
  margin-right: 150px;
  width: 300px;
  text-align: left;
  color: #C7D0E1;
}

.social-media-banner {
  width: 300px;
  height: 50px;
  margin-top: 25px;
  text-align: center;
  position: absolute;
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5 ease-in-out;
}

.social-media-banner.active {
  opacity: 0;
  visibility: hidden;
  visibility--webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
}

.social-media-banner a i {
  display: inline;
  width: auto;
  margin-right: 15px;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.social-media-banner a i:hover {
  color: #979da8;
}/*# sourceMappingURL=styles.css.map */