body {
    margin-top: 2vw;
    margin-left: 0;
    margin-right: 1.5vw;
    margin-bottom: 3vw;
    overflow:hidden;
	background-color:#E6E6E6;
}

div {
  margin:0;
  height: auto;
  width: 100%;
}

h3 {
	margin:0;
}

h1 {
	font-size: 3.5vw;
	hyphens: auto;
}
h2 {
	font-size: 2.3vw;
	hyphens: auto;
}

h4 {
	font-size: 2vw;
	hyphens: auto;
}

li {
	margin-bottom:2vw;
	margin-right:2vw;
}

a:link {
  color: red; 
  background-color: transparent; 
  text-decoration: none;
}

a:visited {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}


#bloc1{
	background-color:#000000;
}

#bloc2{
	background-color:#000000;
}

.bloc {
	display: flex;
	height: 50%;
	width: 75%;
	overflow-y: hidden;
	overflow-x: hidden;
    margin-bottom: 1vw;
}

.blocTexte {
    top: 0;
    left: 76%;
    height: 100%;
    width: 22%;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #000000;
    display: flex;
    position: absolute;
    border-left: 2.2vw solid red;
}



#scrolltexte {
    text-align: left;
    font-family: Roboto, sans-serif;
    font-size: 2vw;
    color: #E6E6E6;
    margin-right: 4vw;
    margin-left: 1vw;
    margin-top: 1vw;
}

.blocTexte::-webkit-scrollbar {
 display: none;
}

#RV {
	margin-top:1.5vw;
	height:90%;
}
.Pellicule {   
    margin-top: 4.1vw;
    height: 14vw;
    margin-left: 42vw;
}
#RO {
	margin-top:1.5vw;
	height:90%;
}

p{
	margin-right: 3vw;
}

.scroll {
	display: inline-block;
	height:100%;
	width:100%;
	text-align:center;
	overflow-x: scroll;
	overflow-y: hidden;
    background-color: #E6E6E6;
}

.scroll::-webkit-scrollbar {
 display: none;
}
.click {
	height:20vw;
	width:6vw;
	margin-right:8vw;
}

@media screen and (max-width: 600px) {
body {
    margin: 0px;
    overflow:hidden;
	background-color:#E6E6E6;
}

.bloc {
	display: flex;
    height: 25%;
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    margin-bottom: 1vw;
}

.blocTexte {
    top: 50%;
    left: 0;
    height: 50%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #000000;
    display: flex;
    position: absolute;
    border-left: 0 solid red;
    border-top: 1.2vw solid red;
}
.click {
    height: 38vw;
    width: 25vw;
    margin-right: 5vw;
}
.Pellicule {
    margin-top: 6.4vw;
    height: 26.7vw;
    margin-left: 27vw;
}
h1 {
    font-size: 18vw;
}

h2 {
	font-size: 14vw;
	hyphens: auto;
}

h4 {
	font-size: 10vw;
	hyphens: auto;
}
#scrolltexte {
    text-align: left;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 9vw;
    color: #E6E6E6;
}
}