html, body 
{
height: 100%;
padding: 0;
margin: 0;
}


body 
{
min-height: 100%;
margin: 0 auto;
font-family: 'Roboto Slab', serif;
background-color: #ffc61e;
padding: 0;
}


#bloccentral
{
height: 75%;

}

video
{
margin-top: 10%;
}


#boutonaccueil
{
position:absolute;
margin-left: 3%;
margin-top: 16%;
background-color: #ecf0f1;
border-radius: 50px;
box-shadow: 1px 1px 12px #555;
padding: 15px;
}



@media screen and (min-width: 1500px)
{
	#titre
	{
	margin-left: 38%;
	margin-top: 1.1%;
	display: inline-block;
	}
}



@media screen and (max-width: 1499px)
{
#titre
	{
	margin-left: 38%;
	margin-top: 1.8%;
	display: inline-block;
	}
}



.titres
{
text-align: center;

}

#ginkgotitre
{
color: #777722;
font-size: 1.8em;
}

#cabinet
{
color: #633a11;
}

#conteneurvideo
{
position: absolute;
text-align:center;
margin-left: 52%;
margin-top:15%;
}





#conseil
{
position: absolute;
margin-top:100px;
margin-left: 15px;
}

#optimisation
{
position: absolute;
margin-top: 10px;
margin-left: 80px;
}

#communautés
{
position: absolute;
margin-top: 120px;
margin-left: 255px;
}


#cachertexteconseil
{
display: none;
text-align: justify;
position: absolute;
margin-left: -32%;
margin-top: 12%;
width: 28%;
color: #633a11; 
}

#cachertexteoptimisation
{
display: none;
text-align: justify;
position: absolute;
margin-left: 30%;
width: 25%;
background-color: #ffc61e;
color: #633a11;
padding: 35px;
margin-top: 2%;
}


.info:hover #cachertexteconseil
{
display: block; 

}

.info:hover #cachertexteoptimisation
{
display: block; 

}


#cachertextecommunautés
{
display: none;
text-align: justify;
position: absolute;
margin-left: 30%;
width: 25%;
background-color: #ffc61e;
color: #633a11;
padding: 35px;
margin-top: 7%;
}

.info:hover #cachertextecommunautés
{
display: block; 

}


@media screen and (max-width: 1500px) and (min-width: 1101px)
{
	#imageaccueil
{
height: 405px;
width: 415px;
margin-top: 1%;
background-image: url('Images/base.png');
background-repeat: no-repeat;
}
}


@media screen and (min-width: 1499px)
{
	#imageaccueil
{
height: 405px;
width: 415px;
margin-top: 7%;
background-image: url('Images/base.png');
background-repeat: no-repeat;
}
}



#video{
    display: none;
    z-index: 1000;
	font-weight: bold;
	color: #ffc61e;
    padding: 10px 25px;
    border:3px solid white;
    position: absolute;
    top: 10%;
    left: 25%;
	text-decoration: none;
	border-radius: 20px;
	height: 470px;
	background-color: #ffc61e;
	
}


#titrebis
{
	display: inline-block;
	position: absolute; 
	margin-left: 32%;
	text-align: center;
}
	

#deuxiemetitreginkgo
{
font-size: 1.4em;
color: #777722;

}



#video:target{
    display: block;
}

a
{
	text-decoration: none;	
}

#x
{

	background-color: #ffc61e;
	padding: 5px;
	border-radius: 10px;
	font-size: 2em;
color: #777722;
float: right;
	
}


#x:hover
{
color: white;
}


video
{
	margin-top: 25px;
}

#owl-demo
{

margin-top: 25px;
height: 60px;
}


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.24
*/
    #owl-demo .item{
    }
    #owl-demo .item img{
        display: block;
        height: auto;
    }


/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-item{
	float: left;
}


footer
{
margin-bottom: 0%;
}

