  html, body {
    margin: auto;
    width: 100%;
    height: 100%;

  }
  body{
    max-width: 100vw !important;
	position:absolute;
	background-image: url("background-opta.jpg");
    background-size: cover;
    /* background-position: center center; */
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	overflow-y:scroll;
		background-position: center 140px;
  }
  a img {
  border: none;
  }
  button {
  vorder:none;
  }

  .header {
    position: fixed;
    height: 140px;
    width: 100%;
    margin: 0 auto;
    background-color:rgba(0,0,0,1);
    color: #FFF;
    display: block;
    text-align: center;
    z-index: 999999999999999999;
  }

  .titre {
    width: auto;
    line-height: 128px;
    margin: auto;
    text-align: center;
    font-size: 2vw;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
  }

  .logo {
    top: 10px;
	position: relative;
  }
  
    .logo img {
    width: 530px;
  } 
    .logo-mob {
	display:none;	
	}
  
  .content {
	width:100%;
	height:auto;
	text-align:center;
	margin:auto;
  }
  
  #contenu {
    position:relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: auto;
    border: none;
    z-index: 3;
    -webkit-overflow-scrolling: touch;
    line-height: 0;
    font-size: 0;
	width:100%;
	margin:auto;
  }

  #partage {
    position: absolute;
    right: 50px;
	top:50px;
    z-index: 5;
  }

  .media {
    position: fixed;
    left: 40px;
    top: 35px;
	z-index:99999999;
  }

  .media img {
    width: 71px;
  }
  


  h1 {
    text-align: left;
    margin: 0;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    line-height: 1.5vw;
    color: white;
    font-size: 1.5vw;
    font-weight: 400;
  }
  h2 {
   font-family: 'Roboto', Arial, Helvetica, sans-serif;
   font-weight:700;
	font-size:2em;
	color:#fff;
	margin: 0.50em;
  }
  iframe{
    overflow: hidden;
    overflow-y: auto;
  }


  
  
.tabs {
  width:100%;
  line-height: 1.5;
  color: #fff;
  text-align:center;
  margin:auto;
  border:none;
  margin-top:150px;
}

.tabs_gotoWrap {
}
.tabs_goto {
	padding: 0px 10px;
	margin-right:10px;
	background:#000;
	border:none;
	cursor:pointer;
	text-align:center;
	transition:all ease 0.25s;
}

.-active h2 {
color:#fff;
}

.-active::after {
	background-color:#00a7e3;
	width:100%;
	height:10px;
	content:"";
	display: inline-block;
	z-index:99999999;
	position:relative;
	margin-top:-10px;
	margin-left:0px;
	float:left;
}

.tabs_section {
  width:60%;
  display: none;
  min-height: 12rem;
  margin-top:10px;
  max-width:1024px;
}

.tabs_section.-open {
  display: block;
}

.Opta .Opta-H2, .Opta h2 {
    height: 30px;
    background: #fcf543;
    color: #000;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight:300;
}

.Opta .Opta-Ranking .Opta-FeatureHeader td, .Opta .Opta-Ranking .Opta-FeatureHeader th, .Opta .Opta-Nav li.Opta-On a {
	background-color:#000;
}


@media screen and (max-width: 1024px) {
	body {
	background-position: center 100px;	
	}
	h2 {
	font-size:1.5em;
	color:#fff;
	margin: 0.2em;
	}
	.tabs_section {
	width:75%;
	}
	#partage {
	display:none;
	}
	.header {
	height:100px;
	}
	.logo-mob {
	display:inline-block;
	width:95%;
	margin-top:10px;
	max-width:440px;
	}
	.logo-mob img {
	width:100%;
	}
	.logo {
	display:none;
	}
	.media {
	display:none;
	}
	.media img {
	width: 30px;
	}
	.tabs {
	margin-top:100px;
	}
	.tabs_goto {
	margin-top:5px;
	}
	.-active::after {
	display:none;
	}
}

@media screen and (max-width: 768px) {
	body{
	max-width: 100vw !important;
	position:absolute;
	background-image:none;
	background-color:#ededed;
	}

	
	h1 {
	font-size: 4vw;
	line-height: 4vw;
	text-align: center;
	}
	h2 {
	font-size:1.5em;
	color:#fff;
	margin: 0.2em;
	}

	.tabs_section {
	width:90%;
	}
}