@charset "utf-8";


body {
height: 100%;
position: fixed;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}

/* 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;
}
/* ANCIEN loader

.loader-container {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(302deg, rgba(255,250,255,1) 7%, rgba(255,252,247,1) 35%, rgba(255,253,247,1) 60%, rgba(246,253,255,1) 88%);
	z-index:6;
}
#lottie{

	}

.fondu-out {
    opacity: 0;
    transition: opacity 0.4s ease-out;
	z-index:8;
}
FIN ANCIEN LOADER */



/***** 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:2px;
  padding-bottom:2px;
}
.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:2px;
  padding-bottom:2px;
}
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) {

}

/***** FIN NOUVEAU MENU *****/




/* RESPONSIVE  */
@media only screen and (max-width: 755px) and (orientation: portrait) {
	.show-landscape {
		display:none;
		}
	#bgvid {
	transform: scale(1.2);
	height:95vh;
}
.container {
	/*
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 25% 75%;
    gap: 0px 0px;
    grid-auto-flow: column;
    grid-template-areas:
        "a-propos libellule"
        "texte libellule"
        "bouton libellule";
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    align-content: center;
	*/
	margin-top: 54svh; /* poussé de la moitié de hauteur de viewport */
 	transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */

}
.a-propos {
	grid-area: a-propos;
    display: inline-block;
    /* vertical-align: middle; */
    /* float: none; */
    margin: 0;
    height: -webkit-fill-available;
    display: flex;
    align-items: flex-end;

}
.char {
  transform: translateY(-150px);
  transition: transform 0.6s;
}

	p {
	width: 74%;
    font-weight: 100;
    font-size: 3.2vw;
    line-height: 3vh;
    /* margin: 0;*/
}
.texte {
	/*display: flex; */
	display:flex;
    align-items: center;
	height: -webkit-fill-available;
    align-items: flex-start;
    position: relative;
    /* top: 4vh; */
    left: 15vw;
}
.content-button {
grid-area:bouton;
	-webkit-tap-highlight-color: transparent;
    background-color: #993fd8;
    border: none;
    margin: 0;
    padding: 8px 26px;
    border-radius: 20px;
    line-height: 6.8;
    color: whitesmoke;
    cursor: pointer;
    transition: 0.5s ease;
    white-space: nowrap;
    position: relative;
    z-index: 9;
    box-shadow: 7px 7px 20px 0px rgba(0,0,0,.1);
    font-weight: 100;
    animation: fadein 1s;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -o-animation: fadein 1s;
}
 h1 {
	 bottom: 7px;
	 font-size: 3.9vh;
	 
	font-family: ApercuBold;
    /*font-size: 7vh;*/
    padding-right: 5px;
    letter-spacing: -0.5px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition: 0.2s;
    color:#0143ff;
    /*-webkit-text-stroke: 0.8px #0143ff;*/
    position: relative;
    margin: 0;
    left: 15vw;
    z-index: 9;
}
 .show-640
{
display: block;
   /*left: -45vw;
    top: -33vh;
	margin-top: 27vh;
	*/
	/*transform: scale(0.7) translateY(-55%); poussé de la moitié de hauteur de viewport*/
}
.hide-640{
display:none;
	}

#lib {
	display: none;
    position: relative;
    left: -1vw;
    top: 42vh;
    transform: scale(1) translateY(-55%);
    margin-top: 27vh;
}
    .hide-big
    {
     display: none;
    }
	 .hide-small
	{
    display: none;
	}
	
	
	/* NOUVEAU MENU */
	
	.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;
  }
 }
 
@media (max-width: 755px) and (orientation: landscape) {
.container {
		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%);
		}
			.show-640{
		
		display:none;
		}
	.hide-640{
		
		display:none;
		}
	.hide-mobile{
		
		display:none;
		}
	.show-2000{
		
		display:none;
		}
}

@media only screen and (min-width: 756px) and (max-width: 1499px) and (orientation: portrait) {
		#bgvid {
	height:100vh;
}
	.show-landscape {
		display:none;
		}
.container {
display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 45% 40% 50%;
    gap: 0px 0px;
    /* grid-auto-flow: row; */
    grid-auto-flow: column;
    grid-template-areas:
        "a-propos"
        "texte"
        "libellule";
    height: 80vh;
    width: 100vw;
    /* overflow: hidden; */
    align-content: center;
}
.a-propos {
	grid-area: a-propos;
    display: inline-block;
    /* vertical-align: middle; */
    /* float: none; */
    margin: 0;
    display: flex;
    align-items: flex-end;

}
.char {
  transform: translateY(-150px);
  transition: transform 0.6s;
}

	p {
	width: 74%;
    font-weight: 100;
    font-size: 1.6vw;
    line-height: 2.6vh;
    /* margin: 0;*/
}
.texte {
	/*display: flex; */
    align-items: center;
    position: relative;
    /* top: 4vh; */
    left: 15vw;
}
.content-button {
grid-area:bouton;
	-webkit-tap-highlight-color: transparent;
    background-color: #993fd8;
    border: none;
    margin: 0;
    padding: 8px 26px;
    border-radius: 20px;
    line-height: 6.8;
    color: whitesmoke;
    cursor: pointer;
    transition: 0.5s ease;
    white-space: nowrap;
    position: relative;
    z-index: 9;
    box-shadow: 7px 7px 20px 0px rgba(0,0,0,.1);
    font-weight: 100;
    animation: fadein 1s;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -o-animation: fadein 1s;
}
 h1 {
	bottom: 7px;

    font-size: 3.7vh;
    font-family: ApercuBold;
    /* font-size: 7vh; */
    padding-right: 5px;
    letter-spacing: -0.5px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition: 0.2s;
    color: #0143ff;
    /* -webkit-text-stroke: 0.8px #0143ff; */
    position: relative;
    margin: 0;
    left: 15vw;
    z-index: 9;
}
.vid-libellule {
	grid-area:libellule;
    display: flex;
    position: relative;
    width: 95vw;
    height: 53vh;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: -2;
}
.show-640
{
display: none;
}
.hide-640
{
display: block;
}

#lib {

	transform: scale(1);
    position: relative;
}
      .hide-big
    {
        display: block;
    }
	 .hide-small
{
    display: none;
}
}
@media only screen and (min-width: 756px) and (max-width: 1499px) and (orientation: landscape) {
			#bgvid {
	height:100vh;
}
	.show-landscape {
		display:none;
		}
.container {
display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 65% 50% 48%;
    gap: 0px 0px;
    /* grid-auto-flow: row; */
    grid-auto-flow: column;
    grid-template-areas:
        "a-propos"
        "texte"
        "libellule";
    height: 80vh;
    width: 100vw;
    /* overflow: hidden; */
    align-content: center;
}
.a-propos {
	grid-area: a-propos;
    display: inline-block;
    /* vertical-align: middle; */
    /* float: none; */
    margin: 0;
    display: flex;
    align-items: flex-end;

}
.char {
  transform: translateY(-150px);
  transition: transform 0.6s;
}

	p {
	width: 45%;
    font-weight: 100;
    font-size: 1vw;
    line-height: 2vw;
    /* margin: 0;*/
}
.texte {
	/*display: flex; */
    align-items: center;
    position: relative;
    /* top: 4vh; */
    left: 15vw;
}
.content-button {
grid-area:bouton;
	-webkit-tap-highlight-color: transparent;
    background-color: #993fd8;
    border: none;
    margin: 0;
    padding: 8px 26px;
    border-radius: 20px;
    line-height: 6.8;
    color: whitesmoke;
    cursor: pointer;
    transition: 0.5s ease;
    white-space: nowrap;
    position: relative;
    z-index: 9;
    box-shadow: 7px 7px 20px 0px rgba(0,0,0,.1);
    font-weight: 100;
    animation: fadein 1s;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -o-animation: fadein 1s;
}
 h1 {
	bottom: 7px;
    font-size: 3.7vh;
    font-family: ApercuBold;
    /* font-size: 7vh; */
    padding-right: 5px;
    letter-spacing: -0.5px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition: 0.2s;
    color: #0143ff;
    /* -webkit-text-stroke: 0.8px #0143ff; */
    position: relative;
    margin: 0;
    left: 15vw;
    z-index: 9;
}
.vid-libellule {
	grid-area:libellule;
    display: flex;
    position: relative;
    width: 94vw;
    height: 47vh;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: -2;
}
.show-640
{
display: none;
}
.hide-640
{
display: block;
}

#lib {

	transform: scale(1);
    position: relative;
}
      .hide-big
    {
        display: block;
    }
	 .hide-small
{
    display: none;
}
}


@media only screen and (min-width: 1500px) and (max-width: 1950px) {
			#bgvid {
	height:100vh;
}
		.show-landscape {
		display:none;
		}
.container {	
	display: grid;
    grid-template-columns: 51% 30%;
    grid-template-rows: 30% 70%;
    position: relative;
    grid-template-areas:
        "a-propos libellule"
        "texte libellule"
"bouton libellule";
    height: 100vh;
    width: 100vw;
    margin: 0;
    align-content: center;
    justify-content: center;
	align-items: center;
}
.a-propos {
	grid-area: a-propos;
    height: -webkit-fill-available;
    display: flex;
    align-items: flex-end;

}
.texte {
	display: flex;
    grid-area: texte;
	height: -webkit-fill-available;
    align-items: flex-start;
    position: relative;
    /* top: -3vh; */
    margin-left: 4vw;
    margin-right: 4vw;
    justify-content: flex-start;
}
	p {
    /* width: 69%; */
    font-weight: 100;
    font-size: 14.5px;
    /* display: flex; */
    line-height: 3.7vh;
    position: relative;
}
 h1 {
    font-family: ApercuBold;
    font-size: 3.5vmin;
    padding-right: 5px;
    letter-spacing: -0.5px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition: 0.2s;
    /* color: transparent;
    -webkit-text-stroke: 0.8px #0143ff;*/
	color:#0143ff;
    position: relative;
    margin-left: 4vw;
    z-index: 9;
	margin-bottom:12px;
} 
.vid-libellule {
	grid-area: libellule;
    display: flex;
    align-items: center;
    position: relative;
    /* padding: 7vw; */
    /* left: 7vw; */
    bottom: 5vh;
    justify-content: flex-end;

}
.char {
  transform: translateY(-150px);
  transition: transform 0.6s;
}
.show-640
{
display: none;
}
.hide-640
{
display: block;
}
#lib {

	transform: scale(1);
    position: relative;


    /* top: -7vw; */
    /* right: -44vw;*/
}
      .hide-big
    {
        display: block;
    }
	 .hide-small
{
    display: none;
}
}

@media only screen and (min-width: 1951px) and (max-width: 3000px) {
#bgvid {
	height:100vh;
}
.show-landscape {
		display:none;
		}
.container {	
  display: grid;
  grid-template-columns: 68% 39%;
    grid-template-rows: 30% 70%;
    position: relative;
    grid-template-areas:
        "a-propos a-propos"
        "texte libellule"
"bouton libellule";
    height: 100vh;
    width: 100vw;
    margin: 0;
    align-content: center;
    justify-content: center;
	align-items: center;
}
.a-propos {
	grid-area: a-propos;
 display: inline-block;
 vertical-align: middle;
 float: none;
 height: -webkit-fill-available;
    display: flex;
    align-items: flex-end;

}
.char {
  transform: translateY(-14vh);
  transition: transform 0.6s;
}
.texte {
		grid-area: texte;
	display: flex;
	position:relative;	
	left:15vw;
	height: -webkit-fill-available;
    align-items: flex-start;
}
	p {
	width: 69%;
    font-family: 'ApercuBold';
    font-weight: 100;
    font-size: 0.8vw;
    line-height: 3vh;
}
	.content-button {
		/*font-size:0.8vw;*/
	font-family:'ApercuBold';
	font-weight:100;
	grid-area:bouton;
	-webkit-tap-highlight-color: transparent;
	background-color: #993fd8;
    border: none;
    padding: 0.5vh 2vh;
		padding-left: 40px;
    padding-right: 40px;
    border-radius: 40px;
    line-height: 6.8;
    color: whitesmoke;
    cursor: pointer;
    transition: 0.5s ease;
    white-space: nowrap;
    position: relative;
    z-index: 9;
    box-shadow: 7px 7px 20px 0px rgba(0,0,0,.1);
    font-weight: 100;
    animation: fadein 1s;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -o-animation: fadein 1s;
}
 h1 {
  font-family: ApercuBold;
  font-size: 3vmin;
  padding-right:5px;
  letter-spacing:-0.5px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: 0.2s;
  color:#0143ff;
  position:absolute;	
  margin-bottom:12px;
  left: 11.5vw;
  z-index:9;
} 
.show-640 {
display: none;
}
.hide-640 {
display: block;
}
#lib-big {
	margin: 0;
    bottom: 20vh;
	right: 6vw;
    position: relative;
    grid-area: libellule;
    display: grid;
    transform: scale(0.7);
    /* height: -webkit-fill-available; */
    /* display: flex; */
    align-items: center;
    align-content: center;
   /* position: fixed;
    top: 4vw;
    right: 10vw; */
}
      .hide-big {
        display: none;
    }
	 .hide-small {
    display: block;
}
}

@media only screen and (min-width: 3001px) {
			#bgvid {
	height:100vh;
}
		.show-landscape {
		display:none;
		}
.container {	
  display: grid;
  grid-template-columns: 64% 36%;
    grid-template-rows: 30% 70%;
    position: relative;
    grid-template-areas:
        "a-propos a-propos"
        "texte libellule"
"bouton libellule";
    height: 100vh;
    width: 100vw;
    margin: 0;
    align-content: center;
    justify-content: center;
	align-items: center;
}
.a-propos {
	grid-area: a-propos;
 display: inline-block;
 vertical-align: middle;
 float: none;
 height: -webkit-fill-available;
    display: flex;
    align-items: flex-end;

}
.char {
  transform: translateY(-14vh);
  transition: transform 0.6s;
}
.texte {
		grid-area: texte;
	display: flex;
	position:relative;	
	left:15vw;
	height: -webkit-fill-available;
    align-items: flex-start;
}
	p {
	width: 69%;
    font-family: ApercuBold;
    font-weight: 100;
    font-size: 0.8vw;
    line-height: 3.3vh;
}
	.content-button {
		/*font-size:0.8vw;*/
	font-family:'ApercuBold';
	font-weight:100;
grid-area:bouton;
	-webkit-tap-highlight-color: transparent;
	background-color: #993fd8;
    border: none;
    padding: 0.5vh 2vh;
		padding-left: 40px;
    padding-right: 40px;
    border-radius: 40px;
    line-height: 6.8;
    color: whitesmoke;
    cursor: pointer;
    transition: 0.5s ease;
    white-space: nowrap;
    position: relative;
    z-index: 9;
    box-shadow: 7px 7px 20px 0px rgba(0,0,0,.1);
    font-weight: 100;
    animation: fadein 1s;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -o-animation: fadein 1s;
}
 h1 {
  font-family: ApercuBold;
  font-size: 3vmin;
  padding-right:5px;
  letter-spacing:-0.5px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: 0.2s;
  color:#0143ff;
  position:absolute;	
  margin-bottom:12px;
  left:15vw;
  z-index:9;
} .show-640
{
display: none;
}
.hide-640
{
display: block;
}
#lib-big {
	margin: 0;
    bottom: 20vh;
    position: relative;
    grid-area: libellule;
    display: grid;
    /* transform: scale(0.9); */
    /* height: -webkit-fill-available; */
    /* display: flex; */
    align-items: center;
    align-content: center;
   /* position: fixed;
    top: 4vw;
    right: 10vw; */
}
      .hide-big
    {
        display: none;
    }
	 .hide-small
{
    display: block;
}
}

/* FIN RESPONSIVE */


p span{
	background-image: linear-gradient(120deg, #0e08ff, #ab11ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	}

#bgvid {
width: 100vw;
object-fit: cover;
background-image:url(images/home-bg.jpg); /*/!\/!\/!\  A CHANGER AVANT DE METTRE EN LIGNE /!\/!\/!\/!\ */
position: fixed;
left: 0;
right: 0;
/*top: 0;*/
bottom: 0;
z-index: -5;
}

.a-propos { 
grid-area: a-propos;
}

.texte-a-propos { grid-area: texte-a-propos; }



.bg {
	display:block;

}




 body::-webkit-scrollbar {
  display: none;
  }
 body {
  margin: 0;
  font-family: "ApercuBold";
}
p{
	font-family:"Montserrat", sans-serif;/*Aperculight;  OU Montserrat;*/
	font-weight:500;
	}

a {
	text-decoration:none;
} 

@media (max-width: 1950px) {
.content-button {
	/*font-size:0.8vw;*/
	font-family:'ApercuBold';
	font-weight:100;
grid-area:bouton;
	-webkit-tap-highlight-color: transparent;
	background-color: #993fd8;
    border: none;
    padding: 8px 26px;
    border-radius: 20px;
    line-height: 6.8;
    color: whitesmoke;
    cursor: pointer;
    transition: 0.5s ease;
    white-space: nowrap;
    position: relative;
    z-index: 9;
    box-shadow: 7px 7px 20px 0px rgba(0,0,0,.1);
    font-weight: 100;
    animation: fadein 1s;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -o-animation: fadein 1s;
}
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* sur Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* sur Safari et Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* sur Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.content-button:hover {
  background: #4b00fb; 
  transition: 0.5s ease;
}

.transition {
    position: fixed;
    width:100%;
    height:100%;
    background: #ffffff;
    z-index: 6;
    opacity: 0;
    pointer-events: none;
	/*transform: translateY(300px);*/
    transition : ease-in 0.4s;
}
.transition.active{
    opacity: 1;
	/*transform: translateY(0px);*/
    pointer-events: none;
}

/* FONTS */
@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");
}
@font-face {
    font-family: Playfair Display;
    src: url("PlayfairDisplay-VariableFont_wght.ttf") format("truetype");
}

@media (max-width: 550px) {
  .small-50 {
    width: 30%;  
  }
  .large-50 {
  width: 25%;
}
  .footer-col:nth-child(2) {
    border: none;
  }
  h3 {
	font-size:16px;
}
.sous-menu {
	font-size:12px;
}
  .nat-bg {
		background-image:url(../images/nat-bg.jpg);
		}
}
@media (max-width: 300px) {
	
  .tiny-100 {
    width: 100%;
  }
  .footer-col { 
    border: none;
  }
  .footer-content-wrapper {
  width: 95%;
  margin: 1em auto;  
  height: 45vh;
}
  .nat-bg {
		background-image:url(../images/nat-bg.jpg);
		}
}

