/* Copyright 1999-2017. Plesk International GmbH. All rights reserved. */
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek,greek-ext,vietnamese);
html {
    font: normal 13px/1.4 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    color: #000;
}

body {
    height: 100%;
    min-height: 100%;
	margin: 0;
/*	background-color:white;
	background-image:url(../img/drone_fond2.jpg);
	background-size: cover; /* couvre tout l'écran */
/*    background-repeat: no-repeat; /* pas de répétition
    background-position: center center; /* centrer l'image */
}

a:active,
a:hover { outline: 0; }
a {
    color: #2498e3;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #188dd9;
    text-decoration: underline;
}
img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

#background-video {
height: 100vh;
width: 100vw;
object-fit: cover;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
}


h1, h2, h3, #btnVideo{

color: white;

font-family: Trebuchet MS;

font-weight: bold;

text-align: center;
text-shadow:
        -1px -1px 0 #000,
         1px -1px 0 #000,
        -1px  1px 0 #000,
         1px  1px 0 #000;

}

h1 {
font-size: 6rem;
margin-top: 30vh;
}

h2 { font-size: 3rem;
}

h3 {
	font-size: 2rem;
	font-weight: lighter;
}
#btnVideo{
font-size: 1.5rem;
background: 0;
border: 0;
margin-left: 50%;
transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
/*	body{
    background-image:url(../img/drone_fond_cell.jpg);
}*/
}
@media screen and (min-width: 480px) {
	
}
@media (min-width: 768px) {

}

