/* 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: top;
	line-height:0;
}
/* 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;
}

/* fin de reset */

@font-face {
  font-family: 'itc';
  src:  url('/ecards/templates/creatives/fonts/itc.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'archer';
  src:  url('/ecards/templates/creatives/fonts/ARCHER_LIGHT_BTCE_052020.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bauer';
  src:  url('/ecards/templates/creatives/fonts/BAUERBODONISTDROMAN_BTCE_052020.TTF');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'josefin';
  src:  url('/ecards/templates/creatives/fonts/JOSEFINSANS_BTCE_052020.TTF');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'aaux';
  src:  url('/ecards/templates/creatives/fonts/AAUX_PROREGULAR_BTCE_052020.TTF');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'eaves';
  src:  url('/ecards/templates/creatives/fonts/MRSEAVESITALIC_ITALIC_BTCE_052020.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'futurab';
  src:  url('/ecards/templates/creatives/fonts/FUTURAB.TTF');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'calibri';
  src:  url('/ecards/templates/creatives/fonts/calibri_regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'garamond';
  src:  url('/ecards/templates/creatives/fonts/GaramondPremrPro.ttf');
  font-weight: normal;
  font-style: normal;
}

body{
	background:#000;
	font-family:itc;
}

.archer{
	font-family:archer !important;
}

.bauer{
	font-family:bauer !important;
}

.josefin{
	font-family:josefin !important;
}

.aaux{
	font-family:aaux !important;
}

.eaves{
	font-family:eaves !important;
}
.futurab{
	font-family:futurab !important;
}
.calibri{
	font-family:calibri !important;
}
.garamond{
	font-family:garamond !important;
}

.video-container{
	position:relative;
	
	margin:2vh 2%;
}
iframe{
	width: 100%;
	max-width:100%;
	max-height: 96vh;
}





#mylinks{
	color:inherit;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	position:absolute;
	top:30%;
	left:0;
	bottom:13%;
	right:0;
	z-index:9999;
	display:none;
	pointer-events: none;
}
#mylinksblock{
	position:absolute;
	top:50%;
	-ms-transform: translate(0,-50%); 
    -webkit-transform: translate(0,-50%); 
    transform: translate(0,-50%);
    width:100%;
}
#mylinks .links{
	/*position: absolute;*/
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /*top: 46%;
    bottom:32%;*/
    width: 100%;
    margin-bottom:.05em;
}
#mylinks .links a{
	color:inherit;
	text-align:center;
	font-size:0.035em;
	letter-spacing: .5em;
	line-height: 1.5em;
}


a{
	pointer-events: auto;
	text-decoration:none;
}
.rs{
	/*position:absolute;
	top:78%;*/
	text-align:center;
	width:36%;
	margin:0 auto;
	/*left:50%;
	-ms-transform: translate(-50%, 0); 
    -webkit-transform: translate(-50%, 0); 
    transform: translate(-50%, 0);*/
    display: flex;
    justify-content: space-around;
    font-size:0.085em;
}
.rs li{
	display:inline-block;
}
.rs li a{
	color:inherit;
	display:block;
	text-decoration: none;
}
.rs img{	
	display:block;
	height:9%;
}
.adresse{
	display:none;
	text-align:center;
	position:absolute;
	top : 87%;
	width:100%;
	font-size:0.025em;
	line-height:1.1em;
}
.adresse a{
	line-height: inherit;
    color: inherit;
}
