/* =============================================================================
  RESET
============================================================================= */
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;
  font-family:"Roboto", arial;

}

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;
}

.titre-principal {
	position:absolute;
	font-size:25px;
	z-index:3000;
	text-align:left;
	margin:auto;
	margin-top:30%;
	margin-left:40%;
	line-height:1em;
	text-transform:uppercase;
}


.header-carte {
	/* position:relative; */
	width:100%;
	height:100px;
	  -webkit-animation: logo-anim 3.0s;
  -webkit-animation-iteration-count: 3s;
  -webkit-animation-delay: 0s;
  animation: logo-anim 3.0s;
  animation-iteration-count: 2s;
  animation-delay: 0s;
}

.titre-header {
	text-align:center;
	padding-left:25%;
	width:50%;
	color:black;
	font-size:17px;
	text-transform:uppercase;
	color:#000;
	line-height:21px;
	font-weight:700;
}

.titre-header span{
font-size:11px;
color:#b8b8b8;	
text-transform:initial;
font-weight:300;
	}

.partage {
	float:right;
	padding:20px;
}

.sous-titre {
	font-size:18px;
}

.logo {
	
padding-left:20px;
	bottom:20px;
	
	z-index:50000;
  

}

.logo img{
	width:90px;}

@-webkit-keyframes logo-anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes logo-anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity:1;
  }
}
}


/* =============================================================================
  BOX SIZING & CLEARFIX
============================================================================= */
*,
*::before,
*::after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* =============================================================================
  BASE
============================================================================= */
/* body */
body {
  background-color: #eeeeee;
  color: #787878;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5; 
}

/* text level semantics */
a {
  text-decoration: none;
  color: #28aadc;
}

a:hover {
  color: #166888;
}

/* =============================================================================
  LAYOUT
============================================================================= */
/* main layout */
.wrapper {
  position:absolute;width:620px;margin:auto;
  z-index:1;
   -webkit-animation: seconds 1.0s forwards;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 6s;
  animation: seconds 1.0s forwards;
  animation-iteration-count: 1;
  animation-delay: 6s;
  background: red;
}

@-webkit-keyframes seconds {
  0% {
    opacity: 1;
	 z-index:50;
  }
  100% {
    opacity: 0;
	 z-index:0;
    left: -9999px; 
  }
}
@keyframes seconds {
  0% {
    opacity: 1;
	z-index:50;
  }
  100% {
    opacity: 0;
	z-index:0;
    left: -9999px; 
  }
}

.strock {
	stroke-dasharray: 100;
}

main {
  display: block;
  background-color: #eeeeee;
/*   padding: 0px 0;
  margin-top:-178px;
  margin-left:-50px; */
}

.container {
  width: 100%;
  /* max-width: 960px; */
  margin: 0 auto;
  padding: 0 20px;
}

/* primary header */
.header__primary {
  padding: 10px 10px 10px 30px;
}

.header__primary--logo {
  float: left;
  margin-left: -20px;
  width: 20px;
  height: 20px;
}
.header__primary--logo img {
  display: block;
  margin: 0;
}

/* primary nav */
.nav__primary {
  float: right;
  width: 100%;
  text-align: right;
}

.nav__primary--link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url("../img/common/icons-nav.png");
  background-image: url("../img/common/icons-nav.svg"), none;
}

.nav__primary--link.tut {
  background-position: 0 0;
}
.nav__primary--link.prev {
  background-position: -20px 0;
}
.nav__primary--link.next {
  background-position: -40px 0;
}
.nav__primary--link.download {
  background-position: -60px 0;
}
.nav__primary--link.archive {
  background-position: -80px 0;
}

.nav__primary--link:hover:after {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 20px;
  content: attr(data-title);
  padding: 2px 5px;
  background-color: #28aadc;
  color: #fff;
  font-size: 10px;
  white-space: nowrap;
  border-radius: 3px;
}

/* =============================================================================
  FUSION ADS
============================================================================= */
#fusionads {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 20;
  padding: 20px;
  background: rgba(255, 255, 255, 0.95);
  font-size: 12px;
  line-height: 1.2;
  box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.1);
}

#fusionads .fusion-wrap {
  display: block;
  margin: 0 auto 10px auto;
  width: 130px;
}

#fusionads a.fusion-text {
  display: block;
  color: #787878;
}

#fusionads a.fusion-img {
  display: block;
  margin-bottom: 10px;
  width: 130px;
  height: 100px;
  background-color: #fff;
}

#fusionads a.fusion-img img {
  display: block;
  margin: 0 0 10px 0;
}

#fusionads a.fusion-poweredby {
  color: #28aadc;
}
#fusionads a.fusion-poweredby:hover {
  color: #166888;
}

#close-fusionad {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 30;
  width: 20px;
  height: 20px;
  background-color: #282828;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
