@charset "utf-8";
@font-face {
    font-family: "ApercuLight";
    src: url("ApercuLight.otf") format("opentype"),
	url("ApercuBold.otf") format("opentype");
}
@font-face {
    font-family: ApercuBold;
    src: url("ApercuBold.otf") format("opentype");
}
/* Fondu */
.transition{
    position: fixed;
    width:100%;
    height:100%;
    background: #ffffff;
    z-index: 6;
    opacity: 0;
    pointer-events: none;
    transition : ease-in 0.4s;
}
.transition.active{
    opacity: 1;
	pointer-events: none;
}

/* Base */

html {
overflow: hidden;
width: 100%;
}
body {
  margin: 0;
  font-family: "ApercuLight";
  height: 100%;
  position: fixed;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
body::-webkit-scrollbar {
  display: none;
  }
a {
	text-decoration:none;
	  -webkit-tap-highlight-color: transparent;
}





:root {
  --primary-light: #8abdff;
  --primary: #6d5dfc;
  --primary-dark: #5b0eeb;
  --white: #FFFFFF;
  --greyLight-1: #E4EBF5;
  --greyLight-2: #c8d0e7;
  --greyLight-3: #bec8e4;
  --greyDark: #9baacf;
}

*, *::before, *::after {
  margin: 0;
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  background: var(--greyLight-1);
}

.bgvid {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
#bgvid {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

header {
	z-index:5;
	color:#3300ff;
  	top:12%;
  	left:10%;
	position:relative;
	line-height:0px;
	margin-left:3vw;
	margin-top:0.3vh;
}
.header-name {
	font-size:35.5px;
	font-family: 'ApercuBold';
	z-index:5;
	letter-spacing:-1px;
	position:relative;
	line-height:0px;
}
.sous-texte {
	margin-top:37px;
	font-size: 22px;
    margin-left: 15px;
 }

.texte-form {
	color:#3700fb;
	font-size:14.8px;
	margin-bottom:15px;
	}

/*  FORM  */
.form {
	margin-top:10px;
	transform: scale(0.7);
    position: absolute;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
.form__input {
  width: 30rem;
  height: 4rem;
  border: none;
  border-radius: 2rem;
  font-size: 1.5rem;
  padding-left: 1.4rem;
  box-shadow: inset 0.2rem 0.2rem 0.5rem var(--greyLight-2), inset -0.2rem -0.2rem 0.5rem var(--white);
  font-family: inherit;
  color: blue;
  background-color:	#f4f6fc;
  margin-bottom:30px;
}
.message {
  width: 30rem;
  height: 12rem;
  border: none;
  border-radius: 2rem;
  font-size: 1.5rem;
  padding-left: 1.4rem;
  box-shadow: inset 0.2rem 0.2rem 0.5rem var(--greyLight-2), inset -0.2rem -0.2rem 0.5rem var(--white);
  font-family: inherit;
  color:#3700fb;
  background-color:	#f4f6fc;
  margin-bottom:30px;
}
.form__input::-moz-placeholder {
  color: var(--greyLight-3);
}
.form__input:-ms-input-placeholder {
  color: var(--greyLight-3);
}
.form__input::placeholder {
  color: var(--greyLight-3);
}
.form__input:focus {
  outline: none;
  box-shadow: 0.3rem 0.3rem 0.6rem var(--greyLight-2), -0.2rem -0.2rem 0.5rem #f9e6ef;
}

.btn {
	cursor:pointer;
  width: 15rem;
  height: 4rem;
  border-radius: 2rem;
  box-shadow: 0.3rem 0.3rem 0.6rem var(--greyLight-2), -0.2rem -0.2rem 0.5rem #fee7e6;
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
  color:#3700fb;
  background-color:	#f4f6fc;
  font-size:14.8px;
}
.send {
  color: #3700fb;
}
.send:hover {
  color: #84a7df;
}
.send:active {
  box-shadow: inset 0.2rem 0.2rem 0.5rem var(--greyLight-2), inset -0.2rem -0.2rem 0.5rem var(--white);
}
/* FIN FORMULAIRE */

/* SVG */
	.svg {
	margin-top:-50px;
	display: flex;
    transform: scale(1.3);
	height: 100vh;
    width: 100vw;
    align-content: center;
    justify-content: center;
    align-items: center;
	z-index:-10;
		}
@keyframes organic {
  0% {
    transform: scale(0.85, 0.85) rotate(0deg);
  }
  20% {
    transform: scale(0.9, 0.8) rotate(-5deg);
  }
  40% {
    transform: scale(0.85, 0.85) rotate(-10deg);
  }
  60% {
    transform: scale(0.8, 0.9) rotate(-5deg);
  }
  80% {
    transform: scale(0.85, 0.9) rotate(5deg);
  }
  100% {
    transform: scale(0.85, 0.85) rotate(0deg);
  }
}
svg path {
  animation-name: organic;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin: center;
}
/* FIN SVG */


/* RESPONSIVE  */
@media only screen and (max-width: 700px) and (orientation: portrait) {
	.show-landscape {
		
		display:none;
		}
.form{
	transform: scale(0.45);
	}
.svg {
	transform: scale(1.7);
	margin-top: -4vh;
	}
 }
 
@media (max-width: 755px) and (orientation: landscape) {
		.show-landscape {
		
		display:none;
		}
 }
@media only screen and (min-width: 756px) and (max-width: 1499px) and (orientation: landscape) {
	.svg{
		margin-top: -2vh;
		}
		.show-landscape {
		
		display:none;
		}
		.header {
			display:none;
			}
}

@media only screen and (min-width: 701px) and (max-width: 1499px) and (orientation: portrait) {
		.show-landscape {
		
		display:none;
		}
}



@media only screen and (min-width: 1500px) and (max-width: 1950px) {
		.show-landscape {
		
		display:none;
		}
}

@media only screen and (min-width: 1951px) and (max-width: 3000px) {
		.show-landscape {
		
		display:none;
		}
header {
	z-index: 5;
    color: #3300ff;
    top: 12%;
    left: 10%;
    position: relative;
    margin-left: 1vw;
    margin-top: 0.3vh;
    line-height: 1.3rem;
}
.header-name {
	font-size: 1.7vw;
    font-family: 'ApercuBold';
    z-index: 5;
    letter-spacing: -1px;
    position: relative;

	}

.sous-texte {
	font-size: 2.8rem;
    margin-left: 1.5rem;
    position: inherit;
 }
 
 .svg {
	margin-top: -50px;
    display: flex;
    transform: scale(1.7);
    height: 100vh;
    width: 100vw;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: -10;
	}
.form {
	margin-top:10px;
	transform: scale(0.7);
    position: absolute;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}	
}
@media only screen and (min-width: 3001px) {
.show-landscape {
		
	display:none;
}
		
header {
	font-size: 1.8vw;
    font-family: ApercuLight;
    z-index: 5;
    letter-spacing: -0.5px;
    color: #3300ff;
    top: 11vh;
    left: 7vw;
    position: relative;
    line-height: 7.5rem;
    grid-area: header;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.header-name {
	font-size: 1.8vw;
    font-family: 'ApercuBold';
    z-index: 5;
    letter-spacing: -1px;
    position: relative;
    line-height: 0px;
	}

.sous-texte {
	font-size: 1.4vw;
    margin-left: 2.4rem;
 }	
.svg {
	margin-top: -50px;
    display: flex;
    transform: scale(2.8);
    height: 100vh;
    width: 100vw;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: -10;
	}
.form {
	margin-top:10px;
	transform: scale(0.7);
    position: absolute;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}	
}

@media (max-height: 800px) {
		.show-landscape {
		
		display:none;
		}
	.svg {
	    transform: scale(1.2);
		}
}
@media (min-width: 500px) and (max-width: 820px) {
		.show-landscape {
		
		display:none;
		}
		p {
			font-size:4.5vw;
			}
.header {
	left:12vw;
	}
	.form {
    transform: scale(0.75);
	}
.header-name {
	font-size:3.5vw;
	}
	.sous-texte {
	margin-left:5px;
	font-size:2.5vw;
	margin-top: 30px;
    margin-bottom: 3vh;
	}
	.svg {
	    transform: scale(1.2);
		}
}
@media (max-width: 500px) {
	.header {
		display:none;
		} 
	/*.header-name {
	font-size:7vw;
	}
	.sous-texte {
	font-size:5.25vw;
	margin-top: 30px;
    margin-bottom: 2vh;
	margin-left: 7px;
	}
	.header {
		top: 7%;
		left: 25%;
		margin-left: 0;
		margin-top: 0;
		} */
	.svg {
	    /*transform: scale(1.77);
		margin-top: -4vh;*/
		margin-top: 47svh; /* poussé de la moitié de hauteur de viewport */
 		transform: translateY(-50%) scale(1.85); /* tiré de la moitié de sa propre hauteur */
		}
	.texte-form {
		font-size:4.2vw
		}
	.send {
		font-size:3.8vw
		}
		.show-landscape {
		
		display:none;
		}
}
@media (max-width: 300px) {
		.show-landscape {
		
		display:none;
		}
}
@media (max-width: 950px) and (orientation: landscape) {
	.form {
		display:none;
		}
	.svg {
		display:none;
		}
	.show-landscape {
		display: flex;
    transform: scale(1);
	    height: 100vh;
    width: 100vw;
    align-content: center;
    justify-content: center;
    align-items: center;
	background: rgb(253,245,246);
background: linear-gradient(45deg, rgba(253,245,246,1) 13%, rgba(252,240,251,1) 100%);
		}
		}

/* FIN RESPONSIVE */




/***** NOUVEAU MENU JUIN *****/

/*** typography ***/
.title {
  letter-spacing: 0.1em;
  margin: 25px 0;
}

.simple-text {
  letter-spacing: 0.025em;
}

/*** navbar ***/
.navbar {
	position:fixed;
    z-index:100;
}

.navbar-brand {
	position:absolute;
  height: 100%;
  line-height: 35px;
    z-index:12;
}
.navbar-brand span {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 35px;
  text-shadow: 2px 5px 8px rgba(0, 0, 0, 0.16);
  color: #ff94d9;
    z-index:12;
}
.navbar-brand span:nth-of-type(1) {
  color: #ff94d9;
}
.navbar-brand:hover span {
  text-shadow: 2px 5px 8px rgba(0, 0, 0, 0.5);
}

.navbar-default {
  min-height: 65px;
  border: 0;
}

/*** menu full page ***/
.hide {
  display: none;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 0.5s, visibility 0.35s, width 5.35s;
  z-index:12;

}
.menu:after {
  content: "";
  background: #3300ff;
  left: -200%;
  top: -200%;
  width: 200%;
  height: 200%;
  position: fixed;
  border-radius: 100%;
  transition: all 1.5s ease;
}
.menu.open {
  opacity: 1;
  visibility: visible;
}
.menu.open:after {
  left: 0;
  top: 0;
  border-radius: 0%;
}
.menu.open li {
  -webkit-animation: fadeIn 1s ease forwards;
          animation: fadeIn 1s ease forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.menu.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.menu.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.menu.open li:nth-of-type(4) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.menu .menu-list {
  position: relative;
  height: 30%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 38px; /*7vh;*/
  font-family: 'ApercuLight';
  font-weight: 900;
  text-align: center;
  z-index: 100;
}
.menu .menu-list ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.menu .menu-list ul li {
  display: block;
  height: 25%;
  height: calc(100% / 4);
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.menu .menu-list ul li a {
  display: block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
  padding: 8px 15px;
  transition: all 0.5s;
    -webkit-tap-highlight-color: transparent;
}
.menu .menu-list ul li a:hover {
  color: #ff94d9;
}
.menu .menu-list ul li a:active, .menu .menu-list ul li a:focus {
  color: #ff94d9;
}
.menu .menu-list ul li a:hover:before, .menu .menu-list ul li a:focus:before, .menu .menu-list ul li a:active:before {
  width: 120%;
  height: 200%;
  border-radius: 50%;
  visibility: visible;
}
/*
.menu .menu-list ul li a:before {
  content: "";
  position: absolute;
  bottom: -55%;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 0%;
  background: #3300ff;
  transition: all 0.5s;
  z-index: -1;
  visibility: hidden;
}
*/

/*** sandwich ***/
.sandwich {
  width: 35px;
  height: 25px;
  top: 15px;
  left: 18px;
  position: absolute;
  padding: 50px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.sandwich span {
  display: block;
  position: fixed;
  top: 50px;
  left: 50px;
  width: 33px;
  height: 4px;
  background-color: #ff94d9;
  transition: all 0.35s;
  z-index: 50;
  border-radius:3px;
}
.sandwich span:nth-of-type(2) {
  top: 60px;
  border-radius:3px;
}
.sandwich span:nth-of-type(3) {
  top: 70px;
  border-radius:3px;
}
.sandwich.active .top {
  transform: translateY(10px) translateX(0) rotate(45deg);
  background: #ffffff;
  border-radius:3px;
  padding-bottom:6px;
}
.sandwich.active .middle {
  opacity: 0;
  border-radius:3px;
  padding-bottom:10px;
}
.sandwich.active .bottom {
  transform: translateY(-10px) translateX(0) rotate(-45deg);
  background: #ffffff;
  border-radius:3px;
  padding-bottom:6px;
}
main {
  position: relative;
  top: 65px;
}

.panel {
  margin: 25px 0px;
  padding: 15px 25px;
  position: relative;
}
.panel .img-panel-circle {
  width: 12em;
  height: 12em;
  border-radius: 50%;
  position: relative;


  display: block;
  margin-left: auto;
  margin-right: auto;
}



@media (max-width: 768px) {
.sandwich span {
  display: block;
  position: fixed;
  top: 35px;
  left: 25px;
  width: 33px;
  height: 4px;
  background-color: #ff94d9;
  transition: all 0.35s;
  z-index: 50;
  border-radius:3px;
}
.menu .menu-list {
  position: relative;
  height: 35%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 5vh;
  font-family: 'ApercuLight';
  font-weight: 900;
  text-align: center;
  z-index: 100;
}
.sandwich span:nth-of-type(2) {
  top: 45px;
  border-radius:3px;
}
.sandwich span:nth-of-type(3) {
  top: 55px;
  border-radius:3px;
}
  .menu-list {
    font-size: 40px;
  }
  .menu-list li a {
    padding: 8px 10px !important;
  }

  .div-gradient .img-gradient {
    background-position: 50% 0px !important;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

/***** FIN MENU *****/
