html{
/*Texte de la page*/
	font-family: 'Source Sans Pro', sans-serif;
}

@media(max-width: 767px){
	html{
		font-size: 12px;
	}
}

html,body{
    width: 100%;
    -ms-overflow-x: hidden;
        overflow-x: hidden;
}

#main{
	background: #080126;
	color: #fff;  
}

.bg-section{
	position: absolute;
    left: 0;
    top: 0;
	width: 100%;
/*Original 100*/
	height: 5vh;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center; 
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

#bg-section01{
    background-image: url('../images/shasta2.jpg');
}

#bg-section02{
    /*background-image: url('https://wallpapers.com/images/featured/sunset-sky-background-s66lybexu36q5jc3.jpg');
    background-image: url('https://wallpapercave.com/wp/wp4076117.jpg');*/
}
#bg-section03{
    background-image: url('https://media.istockphoto.com/id/513750122/photo/sunrise-at-sea.jpg?s=612x612&w=0&k=20&c=VH3YKUn_Vjw_LnoAeziy1b7V9TvvhEA5IdeudxhUtzk=');
    top: 30vh;
}
.oleo{
    
    font-family: 'Oleo Script', curs;
}
.title{
    letter-spacing: 4px;   
}
.z-depth-2{
    position: relative;
    z-index: 2;
}
.table{
    background-color: #FFF;
    color: #333;
}
.btn-ghost{
    border: 1px solid #fff;
    color: #FFF;
}
.btn-ghost:hover{
    text-decoration: none;
    background: #080126;
    border-color: #080126;
    color: #FFF;
}

#section01{
    position: relative;
    z-index: 2;
    padding: 55vh 0;
}

#section01 .content-inner{
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

#section01 .inner-el{
/*Titre*/
    font-size: 4.5rem;
/* Positions */
    top: 75%;
    position: relative;
    text-align: center;
    color: orangered;
    text-shadow: 0px 10px 60px #ffffff;
/*Espace lettres*/
    padding: 0 8px;
    max-width:50px;
}

@media(max-width: 767px){
    #section01 .inner-el{
        padding: 0 10px; 
        font-size: 3rem;
    }
}

#section02{
    background: #080126;
    position: relative;
    z-index: 4;
/*Cadre bleu*/    
    padding: 4vh 0;
}

/*#fog01{
    position: absolute;
    bottom: -20vh;
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}

#fog01 img{
    width: 100%;
}*/ 

#section03{
    position: relative;
    z-index: 3;
    padding: 0vh 0 0;
    background: #080126;
    overflow: hidden;
}

/*#fog02{
    position: absolute;
    bottom: -10vh;
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}

#fog02 img{
    width: 100%;
}*/ 

#section04{
/*    position: relative;
    background: #080126;
    z-index: 3;
    padding: 20vh 0;
}
#section05{
    position: relative;
    z-index: 3;
    padding: 40vh 0 0;
    background: #080126;
    overflow: hidden;
}
#section06{*/
    position: relative;
    text-align: center;
    background: #0a012e;/*#080126;*/
    z-index: 3;
    /*REFLEXIONS : bandeau : 5*/
    padding: 10vh 0;
}

#footer{
    color: #FFF;
    padding: 30px 2px;
    font-size: 11px;
    text-align: center;
    background: #000;
}

@media(max-width: 767px){
        
    #section02,#section03,#section04{
        padding: 40px 0;
    }
}