.titre{
display:block;
position:relative;
float:right;
margin-right:10%;
z-index:100;
padding:3rem;
line-height:2rem;
font-size:2rem;
}

.nav {
	top: 5px;
	left: 60px;
	position: relative;
	z-index: 1000;	
}

.nav span,
.nav-bullet,
.nav-bullet2 {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 2px;	
	background-color: rgba(250,250,250,0.5 );
	border-radius: 50%;
	color: #111;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	left:3%;
	z-index:6;
}

.nav-bullet a {
color:rgba( 227, 213, 22, 0.3 );
}

.nav-bullet2 a {
color: rgba(0, 0, 0, 0.4);
}

.nav bullet:hover{
background: rgba(  227, 213, 22, 0.5 );
}

.nav span:last-child {
	left: 40px;
}

.nav-prev:hover,{
	z-index: 1000;
	left: 20px;
	top: 20px;
	text-indent: -9000px;
}

.menu-button:after {
	position: absolute;
	content: '';
	width: 50%;
	height: 2px;
	background: #fff;
	top: 50%;
	margin-top: -1px;
	left: 25%;
	box-shadow: 0 -4px #fff, 0 4px #fff;
}

.no-js .custom-wrapper nav span,
.no-js .menu-button {
	display: none;
}

          video {
            max-width: 100%;
            height: auto;
          }

          iframe,
          embed,
          object {
          max-width: 100%;
          }

          .container {
            width: 70%;
            padding:0;
            margin:0px auto;
            background:transparent;
            box-shadow: 0 5px 5px rgba(0,0,0,0.5);
          }

          .media-video{
            padding:0;
            background:transparent;
            margin-bottom:0;
          }

          .unsupported {
            background: #000;
          }

@media screen and (max-width: 1600px) {
  
}


@media screen and (max-width: 800px) {
.titre{
float:right;
padding:1em;
line-height:1.3em;
margin-right:10%;
font-size:1.5em;
text-align:left;
}
.nav-bullet {	
top: 90px;	
}
.nav-bullet2 {
top:3px;
}
	
}

