@media (max-width: 1088px) {

/*-- importation custom-font --*/
@font-face {
	font-family: "Army Rust";
	src: url("../fonts/army rust.ttf");
}

body{
  background-color: white;
  font-family:'Roboto';
  font-size: 30px;
  color: white;
  background-image: url("../images/patern-coco-bike2.png");
  background-repeat: repeat;
  background-position: top;
  background-attachment: fixed;
  margin: 0	
}

h1 {
	font-family:'Army Rust','Six Caps','Roboto';
  	font-size: 60px;
  	font-weight: 500;
  	color: #B0F61D;
  	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}

h2 {
  	font-family:'Roboto';
  	font-size: 50px;
  	font-weight: 400;
  	color: #B0F61D;
  	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	margin: 5px 0px 5px 0px;
}

a {
  	color: white;
}

footer a {
  	color: #B0F61D;
}

/*Slideshow*/
.slideshow3 {
	height: 432px;
	width: 576px;
	margin:auto;
	vertical-align: top;} 

/*Bannière Welcome*/
.welcomefront{
width: 100%;
margin-top: 10px;
padding: 2px 0px 2px 0px;
text-align: center;
vertical-align: center;
background-color: rgba(0,0,0,0.7);
}

/*Bannière Welcome*/
.welcome{
width: 100%;
margin-top: 180px;
padding: 2px 0px 2px 0px;
text-align: center;
vertical-align: center;
background-color: rgba(0,0,0,0.7);
}

/*Format du body*/
.body{
margin: 10px 10px 10px 10px;
}

.contenor{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
	align-items: stretch;
	width: 100%;
	margin: 20px 0px 20px 0px;
}

.contenorleftfront{
	width: 100%;
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.contenorleft{
	width: 100%;
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.contenorright{
	width: 30%;
	display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
	background: #303030;
	border-radius: 5px;
}

.contentleft{
	width: 95%;
	/*background: #303030; */   background-color: rgba(0,0,0,0.7);
	margin: 0px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
	border-radius: 5px;
}

.contentright{
	width: 95%;
	background-color: none;
	margin: 0px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
}

.content-text{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.content-info {
width: calc(100% - 175px);
}

.contenorvideo {
	width: 95%;
	background-color: rgba(0,0,0,0.7);
	margin: 0px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
	border-radius: 5px;
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: left;
}

.contentvideotitle{
	margin: 0px 10px 10px 10px;
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: left;
}

.contentvideo{
	width: 100%;
}

.videotitle {
cursor: pointer
}

#titlecocodecouverte{
font-weight: 700;
}
#titlemaxicoco{
color: white;
}
#titlecocotetedure{
color: white;
}
#titlecocogirl{
color: white;
}
#title3070freeride{
color: white;
}
#titlevttreunion{
color: white;
}

#videomaxicoco{
display: none;
}
#videococotetedure{
display: none;
}
#videococogirl{
display: none;
}
#video3070freeride{
display: none;
}
#videovttreunion{
display: none;
}


.button {
    background-color: black;
    border: 2px;
    border-color: #B0F61D;
    border-radius: 5px;
    padding: 15px 32px;
    text-align: center;
    display: inline-block;
    color: white;
    text-decoration: none;
    font-size: 40px;
 	font-weight: 700;
 	cursor: pointer;
}

.fb-page, .fb-page iframe[style], .fb-page span {
    width: 100% !important;
}

.video {
position: relative;
padding-bottom: 56.25%;
padding-top: 25px;
height: 0;
}

.video iframe { 
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; 
}

}