body {
  margin: 0;
  font-family: "Questrial", sans-serif;
  font-size:0.9em;

}
*,*:before,*:after {box-sizing:inherit;margin:0; padding:0; border:0 none; position: relative;  transition-property: all;
  transition-duration: .6s;
  transition-timing-function: ease;}

html {
    background: #FFFFFF;
    box-sizing:border-box;
    font-family: 'Questrial', sans-serif;
    color: #000;
	height:100vh;
	overflow:hidden;
}
canvas { width: 50vw!important; height: calc(90vh - 125px)!important; display:flex; }  
nav {
		background: #ffffff;
		
    background-repeat: repeat;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%;
	height:10vh;
    box-shadow: 4px 4px 8px rgba(0,0,0,.4);
	z-index:3;
}
nav a {
    text-decoration: none;
    letter-spacing: 0px;
	font-size: calc(1vmin + 1.5vmax);
	color: #000;
	margin:auto;
    width: 100%;
}

nav .sel:hover,
nav .sel:active {
  letter-spacing: 5px;
}

nav .sel:after {
  backface-visibility: hidden;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 280ms ease-in-out;
  width: 0;
}

nav .sel:hover:after {
  backface-visibility: hidden;
  border-color: #000;
  transition: width 350ms ease-in-out;
  width: 70%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
center {  
	display: flex;
	text-align: center;
	width: 100%;
	background: #e5e5e5;
}
.intro{
	text-align: center;
	font-family: 'Questrial', sans-serif;
    margin: 0 0px 0px 0px;
	height: calc(90vh - 125px);
}
.intro a{

}
.spe{

	text-align: center;
	font-family: 'Questrial', sans-serif;
    margin: 0px 0px 0px 0px;
	background: #ffffff;
	
    box-shadow: -4px -4px 8px rgba(0,0,0,.4);
	
   
}
.foot
{
transition-property: margin-top;
  transition-duration: 1s;
}
.square1, .square2
{
	font-size: calc(1vmin + 1.25vmax);
	width:100%;
	height:125px;
	margin:auto;
	color:#000;
	font-size:1.8em;
	margin-top:0px;
	transition: border-radius 0.4s ease-in-out, margin-top 0.2s ease-in-out;
	-moz-transition:  border-radius 0.4s ease-in-out, margin-top 0.2s ease-in-out;
	-webkit-transition:  border-radius 0.4s ease-in-out, margin-top 0.2s ease-in-out;
	text-align:center;
	/* -webkit-border-radius: 15px; */
	/* -moz-border-radius: 15px; */
	/* border-radius: 15px; */
}

.square1 a, .square2 a
{
	display: flex;
	align-items:center;
	color:black;
	text-decoration: none;
	width:25vw;
	height:90px;
	float:left;
	font-size:80%;
}
.square1:hover> a span,
.square1:active> a span,
.square2:hover> a span,
.square2:active> a span  {
  letter-spacing: 2px;
}

.square1 a span:after, .square2 a span:after {
  backface-visibility: hidden;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 280ms ease-in-out;
  width: 0;
}
.intro h1:hover,.intro h5:hover
{
	color: black;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	cursor:default;
}
.square1:hover > a img, .square2:hover > a img{
    transform: scale(1.2);
}
 
.square1:hover > a span:after, .square2:hover> a span:after{
  backface-visibility: hidden;
  border-color: #000;
  transition: width 350ms ease-in-out;
  width: 70%;
}

.appui a img {
	transform: scale(1.2);
}


.appui a span:after{
  backface-visibility: hidden;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 280ms ease-in-out;
  backface-visibility: hidden;
  border-color: #000000;
  transition: width 350ms ease-in-out;
  width: 70%;
}
.close {
	font-size: calc(1vmin + 1.25vmax);
	width:100%;
	height:125px;
	margin:auto;
	color:#fff;
	font-size:1.8em;
	margin-top:0px;
	transition: border-radius 0.4s ease-in-out, margin-top 0.2s ease-in-out;
	-moz-transition:  border-radius 0.4s ease-in-out, margin-top 0.2s ease-in-out;
	-webkit-transition:  border-radius 0.4s ease-in-out, margin-top 0.2s ease-in-out;
	text-align:center;
background: #B6B6B6 ;
cursor:pointer;

	border-right: 1px solid white;}
.close a{
	display: flex;
	align-items:center;
	color:white;
	text-decoration: none;
	width:25vw;
	height:90px;
	float:left;
	font-size:80%;
	color: #fff;
cursor:pointer;}

.appui a span:after{
  backface-visibility: hidden;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 280ms ease-in-out;
  backface-visibility: hidden;
  border-color: #000000;
  transition: width 350ms ease-in-out;
  width: 70%;
}
.appui {
	font-size: calc(1vmin + 1.25vmax);
	width:100%;
	height:125px;
	margin:auto;
	color:#000;
	font-size:1.8em;
	margin-top:0px;
	transition: border-radius 0.4s ease-in-out, margin-top 0.2s ease-in-out;
	-moz-transition:  border-radius 0.4s ease-in-out, margin-top 0.2s ease-in-out;
	-webkit-transition:  border-radius 0.4s ease-in-out, margin-top 0.2s ease-in-out;
	text-align:center;
	filter:grayscale(70%);
cursor:pointer;}
.appui a{
	display: flex;
	align-items:center;
	color:white;
	text-decoration: none;
	width:25vw;
	height:90px;
	float:left;
	font-size:80%;
	color: #000000;
cursor:pointer;}
.appui span{
	letter-spacing: 2px;	
}
@media screen and (max-width: 700px) {
.square1 a, .square2 a
{
	font-size:30%;
}}
.square1
{
	background: #FFFFFF ;
	
	
}



.square2
{
	background: #FFFFFF ;
	
	border-right: 1px solid white;
	
	
}

.square1:hover
{
	/* margin-top:-130px; */
    filter:grayscale(70%);
    cursor:pointer;
    /* -webkit-border-radius: 60px 60px 0px 0px; */
    /* -moz-border-radius: 60px 60px 0px 0px; */
    /* border-radius: 60px 60px 0px 0px; */
	
}
.square2:hover
{
	/* margin-top:-130px; */
	filter:grayscale(70%);
    cursor:pointer;
    /* -webkit-border-radius: 60px 60px 0px 0px; */
    /* -moz-border-radius: 60px 60px 0px 0px; */
    /* border-radius: 60px 60px 0px 0px; */
	
	
}


.container {
	display:flex!important;
 height: calc(90vh - 125px)!important;
  align-items: center!important;
  justify-content: center!important;

  
}
.heading {
  color: #fff;
  font-size: 6vw;
  font-weight: 300;
  text-transform: uppercase;
}



.centrer>img
{
  /*
  Bounce 
  -webkit-animation: loader 2.5s infinite cubic-bezier(0.5, -0.5, 0.75, 1.25);
  */
  -webkit-animation: loader 1.5s infinite cubic-bezier(0.5, 0, 0, 1);
  margin: 50px 0;
  display: block;
  width: 147px;
  height: 116px;
}

.centrer {
  width: 100%;
  height: 100vh;
  Position:fixed;
  z-index:10;
  display:flex;
  background: #fff;
  justify-content:center;
  align-items:center;
}

.slider, 
.slider > div {
    /* Images default to Center Center. Maybe try 'center top'? */
    background-position: center center;
    display: block;
    width: 100%;
    /* height: 100vh; *//* If you want fullscreen */
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    -moz-transition: transform .4s;
    -o-transition: transform .4s;
    -webkit-transition: transform .4s;
    transition: transform .4s;
    height:calc(90vh - 125px);
}

.slider .cont > div {
    position: absolute;
}

.slider > i {
    color: #5bbd72;
    position: absolute;
    font-size: 60px;
    margin: 20px;
    top: 40%;
    text-shadow: 0 10px 2px #223422;
    transition: .3s;
    width: 30px;
    padding: 10px 13px;
    background: #fff;
    background: rgba(255, 255, 255, .3);
    cursor: pointer;
    line-height: 0;
    box-sizing: content-box;
    border-radius: 3px;
    z-index: 4;
}

.slider > i svg {
    margin-top: 3px;
}

.slider > .left {
    left: -100px;
}
.slider > .right {
    right: -100px;
}
.slider:hover > .left {
    left: 0;
}
.slider:hover > .right {
    right: 0;
}

.slider > i:hover {
    background:#fff;
    background: rgba(255, 255, 255, .8);
    transform: translateX(-2px);
}

.slider > i.right:hover {
    transform: translateX(2px);
}

.slider > i.right:active,
.slider > i.left:active {
    transform: translateY(1px);
}

.slider:hover > div {
    transform: scale(1.01);
}

.hoverZoomOff:hover > div {
    transform: scale(1);
}

.slider > ul {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 4;
    padding: 0;
    margin: 0;
    transform: translateX(-50%);
}

.slider > ul > li {
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    list-style: none;
    float: left;
    margin: 10px 10px 0;
    cursor: pointer;
    border: 1px solid #fff;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.slider > ul > .showli {
    background-color: #7EC03D;
	
    -moz-animation: boing .5s forwards;
    -o-animation: boing .5s forwards;
    -webkit-animation: boing .5s forwards;
    animation: boing .5s forwards;
}

.slider > ul > li:hover {
    background-color: #7EC03D;
}

.slider > .show {
    z-index: 1;
}

.hideDots > ul {
    display: none;
}

.showArrows > .left {
    left: 0;
}

.showArrows > .right {
    right: 0;
}

.titleBar {
    z-index: 2;
    display: inline-block;
    background: rgba(0,0,0,.5);
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: translateY(100%);
    padding: 20px 30px;
    transition: .3s;
    color: #fff;
}

.titleBar * {
    transform: translate(-20px, 30px);
    transition: all 700ms cubic-bezier(0.37, 0.31, 0.2, 0.85) 200ms;
    opacity: 0;
}

.titleBarTop .titleBar * {
    transform: translate(-20px, -30px);
}

.slider:hover .titleBar,
.slider:hover .titleBar * {
    transform: translate(0);
    opacity: 1;
}

.titleBarTop .titleBar {
    top: 0;
    bottom: initial;
    transform: translateY(-100%);
}
.logo:hover{
	transform:scale(1.2);
	z-index:5;
	border-radius:15px;
	box-shadow: -4px -4px 8px rgba(0,0,0,.4);
	
}
.slider > div span {
	
    background: url("../image/ardoise.jpg");
    background-repeat: repeat;
    display: block;
    position: absolute;
    right: 0;
    color: #fff;
    text-align: justify;
    padding: 0;
    height: calc(90vh - 125px);
	width:50%;
	padding: 5vmin;
    box-shadow: -4px -4px 8px rgba(0,0,0,.4);
	
}
.slider > div span::before {
		background: inherit;
        z-index: 1;
        content: '';
        position: absolute;
        top: 50%;
        left:0;
        width: 7vmin;
        height: 7vmin;
        transform: translate(calc(-50% + 1px), -50%) rotate(-45deg);
        clip-path: polygon(-15% -15%, 110% 0%, 0% 110%);
        box-shadow: -4px -2px 8px rgba(0,0,0,.4);
        border-radius: 1.5vmin 0 0 0;
		}


@keyframes boing {
    0% {
        transform: scale(1.2);
    }
    40% {
        transform: scale(.6);
    }
    60% {
        transform: scale(1.2);
    }
    80% {
        transform: scale(.8);
    }
    100% {
        transform: scale(1);
    }
}

/* -------------------------------------- */


.row2Wrap {
    display: flex;
}

.content {
    padding: 50px;
    margin-bottom: 100px;
}


.content {
    padding: 10px 15vw;
}


.heart svg {
  align-self: center;
  width: 100vmin;
  height: 100vmin;
  box-shadow: inset 0 0 0 0.125em #fff;
  background: radial-gradient(#000000 14%, rgba(0, 0, 0, 0) 17%), radial-gradient(#000000 14%, rgba(0, 0, 0, 0) 17%) 0.75em 0.75em, radial-gradient(#999999 15%, rgba(0, 0, 0, 0) 20%) 0 0.075em, radial-gradient(#999999 15%, rgba(0, 0, 0, 0) 20%) 0.75em 0.825em #666;
  background-size: 1.5em 1.5em;
  
}

.heart svg .pos:nth-child(1) polygon {
  fill: #fbd047;
  animation-duration: 8s;
  animation-direction: normal;
}
.heart svg .pos:nth-child(1) circle {
  fill: #d7a505;
}

.heart svg .pos:nth-child(2) polygon {
  fill: #fb7c6d;
  animation-duration: 6.5s;
  animation-direction: reverse;
}
.heart svg .pos:nth-child(2) circle {
  fill: #f8230a;
}

.heart svg .pos:nth-child(3) polygon {
  fill: #f561ca;
  animation-duration: 6s;
  animation-direction: normal;
}
.heart svg .pos:nth-child(3) circle {
  fill: #e20ea4;
}

.heart svg .pos:nth-child(4) polygon {
  fill: #dd7aef;
  animation-duration: 4.5s;
  animation-direction: reverse;
}
.heart svg .pos:nth-child(4) circle {
  fill: #c61fe4;
}

.heart svg .pos:nth-child(5) polygon {
  fill: #c4a6dd;
  animation-duration: 4s;
  animation-direction: normal;
}
.heart svg .pos:nth-child(5) circle {
  fill: #935cc1;
}

.heart svg .pos:nth-child(6) polygon {
  fill: #62b6f2;
  animation-duration: 13.74687s;
  animation-direction: normal;
}
.heart svg .pos:nth-child(6) circle {
  fill: #1288dc;
}

.heart svg .pos:nth-child(7) polygon {
  fill: #84d2ba;
  animation-duration: 8.83728s;
  animation-direction: reverse;
}
.heart svg .pos:nth-child(7) circle {
  fill: #40b08d;
}

.heart svg .pos:nth-child(8) polygon {
  fill: #b8ed83;
  animation-duration: 14.72879s;
  animation-direction: normal;
}
.heart svg .pos:nth-child(8) circle {
  fill: #85e02a;
}

.heart svg polygon {
  animation: r 0s linear infinite;
}

@keyframes r {
  to {
    transform: rotate(1turn);
  }
}
.heart svg .pos path {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
}

svg mask .w {
  fill: #fff;
}

svg .cover {
  fill: #fff;
}
.zoom {
	animation: bounce 10s ease infinite alternate;
}
@keyframes bounce{
     from {
		 -moz-transform: scale(1.0) translate(-50%, -50%);
  -webkit-transform: scale(1.0) translate(-50%, -50%);
  transform: scale(1.0)translate(-50%, -50%);}
     to   { -moz-transform: scale(1.1) translate(-50%, -50%);
  -webkit-transform: scale(1.1) translate(-50%, -50%);
  transform: scale(1.1) translate(-50%, -50%);}
}
@import url(https://fonts.googleapis.com/css?family=Give+You+Glory|The+Girl+Next+Door|Gloria+Hallelujah|Indie+Flower);


.sticky {
  -webkit-box-shadow: #DDD 0px 1px 2px;
  position: relative;
  overflow:hidden;
  background-color: #F4F39E;
  border-color: #DEE184;
  color: #000;
  text-align: left;
  margin: 0 0px;
  padding: 1.5em 1em;
  border-radius:0 0 0 30px/45px;
  box-shadow:
    0 5px 6px 5px rgba(0,0,0,0.2);
  width: 45vw;
}
.sticky:before {
 	content:"";
  display:block;
  position:absolute;
  width:20px;
  height:25px;
  background:#ffa;
  box-shadow:
    3px -2px 10px rgba(0,0,0,0.2),
    inset 15px -15px 15px rgba(0,0,0,0.3);
  left:0;
  bottom:0;
  z-index:1;
  transform:skewX(25deg);
}
.post-it {
  display: table;
  margin: 0 auto 20px;  
}
