/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---------------------------------------------------------------------------------------------------- */

.oo {
  color: #fff;
  font-family: Arial Narrow, Arial, sans-serif;
  font-size: 1em;
  font-weight: 600;
  cursor:default;
}
.oo span {
  display: inline-block;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 400;
          perspective: 400;
  -webkit-font-smoothing: antialiased;
}
.oo span::before,
.oo span::after {
  display: none;
  position: absolute;
  top: 0;
  left: -1px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  transition: all ease-out 0.3s;
  content: attr(data-text);
}
.oo span::before {
  z-index: 1;
  color: rgba(0,0,0,0.2);
  -webkit-transform: scale(1.2, 1) skew(0deg, 10deg);
          transform: scale(1.2, 1) skew(0deg, 10deg);
}
.oo span::after {
  z-index: 3;
  color: #722033;
  text-shadow: -1px 0 1px #722033, 1px 0 1px rgba(0,0,0,0.8);
  -webkit-transform: rotateY(-40deg);
          transform: rotateY(-40deg);
}
.oo span:hover::before {
  -webkit-transform: scale(1.1, 1) skew(1deg, 3deg);
          transform: scale(1.1, 1) skew(1deg, 3deg);
}
.oo span:hover::after {
  -webkit-transform: rotateY(-15deg);
          transform: rotateY(-15deg);
}
.oo span + span {
  margin-left: 0.1em;
}

/*RESPONSIVE*/

@media (min-width: 18em) {
  .oo {
    font-size: 2em;
  }
  .oo span::before,
  .oo span::after {
    display: block;
  }

  .button {
  	font-size:10px;
  	padding: 5px 10px;
  }
}


@media (min-width: 435px) {
  .oo {
    font-size: 3em;
  }

  .button {
  	font-size:10px;
  	padding: 8px 15px;
  }
}


@media (min-width: 600px) {
  .oo {
    font-size: 4em;
  }

  .button {
  	font-size:15px;
  	padding: 10px 20px;
  }
}


@media (min-width: 715px) {
  .oo {
    font-size: 5em;
  }
}


@media (min-width: 900px) {
  .oo {
    font-size: 6em;
  }

  .button {
  	font-size:18px;
  	padding: 20px 40px;
  }
}


@media (min-width: 1022px) {
  .oo {
    font-size: 7em;
  }
}


html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #722033;
}

.button {
	background-color: transparent;
	border: 1.1px solid #FAFAFA; 
	color: #FAFAFA;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-family: Arial Narrow, sans-serif;
	cursor: pointer;
 	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	padding: 20px 40px;
		margin: 0px 10px;
}

.button:hover {
	transform-origin: 50% 50%;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.inline { /* mettre les deux éléments sur la même ligne + positionnement*/
	position: absolute;
	top: 65%;
 	}

a{text-decoration: none;
	color: white;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:hover{
	opacity:0.2;
}

p { font-size: 1.1em;
	font-family: Arial Narrow;
	color: white;
  	text-decoration: none;
  	cursor: default;
}

i{
	color: white;
	font-size: 1.1em;
}

.footer-r {
  position: fixed;       /* définit le sticky*/
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  color: #FFFFFF;
  text-align: center;
  font-family: Arial Narrow;
  text-decoration: none;
}

.fa {
  padding: 7.5px 15px 0px 15px; /* écart entre le logo et le bord du cercle*/
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  margin: 12px 12px;
  border-radius: 50%;
  color: #FFFFFF;

   	-webkit-transform: scale(1);
	transform: scale(1);
}

.fa:hover{
	transform-origin: 50% 50%;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.localisation{
	opacity: 0.4;
	padding-left: 2em;
}

.localisation .fa{
  padding: 0px 0px 0px 0px; /* écart entre le logo et le bord du cercle*/
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  margin: 8px 8px;
  border-radius: 50%;
  color: #FFFFFF;	
}

.localisation .fa:hover{
	transform-origin: 50% 50%;
	-webkit-transform: scale(1);
	transform: scale(1);
}

li {
	position:relative;
	float: right;
}

li a {
  display: block;
  text-align: center;
  font-family: Arial Narrow, sans-serif;
  font-size: 1.5em;
  padding: 20px 35px;
  margin-bottom: 0px;
}

li a.active {
  opacity: .2;
}

ul {
  list-style-type: none;
  overflow: hidden;
  position: absolute;
  top:0px;
  right:15px;
}

.logo {
	position: absolute;
	top:0px;
	left: 0px;
	padding: 10px 50px;
}

.logo a:hover{
	opacity:1;
}

.game a {
	color:#722033;
	position: absolute;
	top:0px;
	left: 130px;
	padding: 20px 5px 20px 0px;
	font-size: 1.5em;
	font-family: Arial Narrow, sans-serif;
}

.game a:hover {
	color:white;
}

.convaincu { /* mettre les deux éléments sur la même ligne + positionnement*/
	position: absolute;
	top: 65%;
 	}


.num{
	opacity:0;
	position: absolute;
	top: -220px;
	left: 46%;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-transform: scale(0);
	transform: scale(0);
}


.fa-wechat:hover ~ .num{
	opacity:1;
	transform-origin: 50% 50%;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}


.mel{
	display: inline;
	color: #fff;
  	font-family: Arial Narrow, Arial, sans-serif;
  	font-size: 2.0em;
  	margin-bottom:25px;
}


.tel{
	display: inline;
	color: #fff;
  	font-family: Arial Narrow, Arial, sans-serif;
  	font-size: 2.0em;
  	padding-bottom:25px;
}


.flexbox-container {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}

.flexbox-container > div {
	width: 50%;
}

.gauche{
	text-align: right;
	margin-right: 25px;
	margin-bottom: 15%;
}

.droite{
	text-align: left;
	margin-left: 25px;
}

h2{
	font-size: 1.3em;
	font-family: Arial Narrow;
	color: white;
	opacity: 0.5;
  	text-decoration: none;
  	cursor: default;
  	padding-bottom:5px;
  	padding-top: 15px;
  }

h1{
	font-size: 1.8em;
	font-family: Arial Narrow;
	color: white;
	opacity: 0.5;
  	text-decoration: none;
  	cursor: default;
  }

  .nameis{
  		position: absolute;
  		width: 80%;
  		height: auto;
  		top:15%;
  }


  /* RESPONSIVE 667px -------------------------------------------------------------*/

  @media (max-width: 650px) {
  
	  .logo {
	    width:70%; 
	  }
	    
	  /*.menu {
	     text-align:left;
	     width:100%;
	     margin-top:18px; 
	     background:$gray; 
	   
	    
	    li {
	     display:none;
	     width:100%;
	     padding:0;
	     margin:0;
	      
	         :hover {
	           background:lighten($gray ,5% );
	           @include transition-duration(.5s);
	          }
	      a {
	        display:table;
	        width:100%;
	        color:$white;
	        text-decoration:none;
	        font-size:20px;
	        padding:20px;
	        overflow:hidden; 
	        border-bottom:thin solid #555;
	      }
	    }
	  }
	  .burger {
	    width: 70px;
	    height: 70px;
	    display: block;
	    background: $red;
	    @include transition(all .6s ease-in-out);
	    
	    // Remove the below styles - only used to center anchor on page
	    position: absolute;
	    top: 5px;
	    right: -25px;
	    @include translate(-50%, 0);
	    // Remove above //
	    
	    i {
	      display: block;
	      width: 40px;
	      height: 2px;
	      background: $white;
	      position: absolute;
	      top: 50%;
	      left: 50%;
	      @include translate(-50%, -50%);
	      @include transition(all .2s ease-in-out);
	      &:before,
	      &:after {
	        content: '';
	        position: absolute;
	        height: 2px;
	        background: $white;
	        width: 40px;
	        top: 50%;
	        left: 50%;
	        @include translate(-50%, -50%);
	        @include transition(all .2s ease-in-out);
	      }
	      &:before {  
	        margin-top: -12px;
	      }
	      &:after {
	        margin-top: 12px;
	      }
	    }
	    &:hover {
	      background: darken($red, 9%);
	      i {
	        
	        &:before {
	          margin-top: -14px;
	        }
	        &:after {
	          margin-top: 14px;
	        }
	      }
	    }
	    &.active {
	      background: $red;
	      i {
	        background: transparent;
	        &:before,
	        &:after {
	          left: -5px;
	          width: 50px;
	        }
	        &:before {
	          @include rotate(45deg);
	          top: 12px;
	        }
	        &:after {
	          @include rotate(-45deg);
	          top: -12px;
	        }
	      }
	      &:hover {
	        background: darken($red, 9%);
	        i {
	          &:before,
	          &:after {
	            width: 60px;
	            margin: 0;
	            left: -10px;
	            top: 0;
	          }
	        }
	      }
	    }
	  }*/
}