/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27-Jan-2017, 16:53:22
    Author     : OCF8600
*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu');

.width-30-pct{
    width:30%;
}
 
.text-align-center{
    text-align:center;
}
 
.margin-bottom-1em{
    margin-bottom:1em;
}

body{
    font-family: 'Ubuntu',sans-serif;
    padding-bottom: 40px;
	background-color: #f5f5f5;
	/*background:#0ca2d1;*/
         background: url('../img/destibeach_opac.jpg') no-repeat center fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardis�e */
  opacity:0.9;
}

input::placeholder {
  color: #a6266d;
}

.section{
    text-align:center;
}

.mainLogin{
    width: 50%;
    margin: auto;
    
}

.bodyregister{
    padding-bottom: 40px;
	background-color: #f5f5f5;
	/*background:#0ca2d1;*/
         background: url('../img/backregister.jpg') no-repeat center fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardis�e */
  opacity:0.9;
}

.form-signin {
    width: 85%;    
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
#map_canvas{
    width:150px;
    height:150px;
    background-color: grey;
}
#section0{
    /* background: -webkit-gradient(linear, top left, bottom left, from(#e7d5ec), to(#d6bce5));
     background: -webkit-linear-gradient(#e7d5ec, #d6bce5);
     background: linear-gradient(#e7d5ec,#d6bce5);*/
    background: #00796B
}
#section1{
    /* background: -webkit-gradient(linear, top left, bottom left, from(#d6bce5), to(#bda3d8));
     background: -webkit-linear-gradient(#d6bce5, #bda3d8);
     background: linear-gradient(#d6bce5,#bda3d8);*/
    background: #B2DFDB
}
#section2{
    background-image: url(../img/office.jpg);
    -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardis�e */   
}
.csscontact{
    background-image: url('../img/office.jpg') ; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardis�e */    
}

.introHome{
    width:25%;
    margin-left:1%;
    margin-top:1%;
    margin-bottom:2%;
    -webkit-box-shadow: 9px 9px 23px -4px rgba(0,0,0,0.54);
    -moz-box-shadow: 9px 9px 23px -4px rgba(0,0,0,0.54);
    box-shadow: 9px 9px 23px -4px rgba(0,0,0,0.54);
    background-color: rgba(0, 153, 255, 0.3);
    padding: 10px;
    
}
.introcontact{
    width:45%;
    margin-left:1%;
    margin-top:1%;    
    -webkit-box-shadow: 9px 9px 23px -4px rgba(0,0,0,0.54);
    -moz-box-shadow: 9px 9px 23px -4px rgba(0,0,0,0.54);
    box-shadow: 9px 9px 23px -4px rgba(0,0,0,0.54);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    
}

#menu li {
    display:inline-block;
    margin: 10px;
    color: #000;
    background:#fff;
    background: rgba(255,255,255, 0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#menu li.active{
    background:#666;
    background: rgba(0,0,0, 0.5);
    color: #fff;
}
#menu li a{
    text-decoration:none;
    color: #000;
}
#menu li.active a:hover{
    color: #000;
}
#menu li:hover{
    background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
   /* padding: 9px 18px;*/
    display:block;
    /*opacity: 0.8;*/
}
#menu li.active a{
    color: #fff;
}
#menu{
    position:fixed;
    top:0;
    left:0;
    height: 40px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin:0;
}

a {
    text-decoration: none;
    color: #1ab188;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
a:hover {
    color: #179b77;
}

.contactform {
    background: rgba(19, 35, 47, 0.9);   
    width: 45%;
    margin-left:1%;
    border-radius: 4px;
    box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
    text-align: left;
    padding-bottom: 5px;
    float:left;
    color:whitesmoke;
}
.contactform button{
   width: 50%;
    margin-left: 25%;
}

.procontact{
    background: rgba(255,0,0,0.5);
    float: right;
    width: 350px;
    margin-right: 15%;
    -webkit-box-shadow: 9px 9px 23px -4px rgba(0,0,0,0.54);
    -moz-box-shadow: 9px 9px 23px -4px rgba(0,0,0,0.54);
    box-shadow: 9px 9px 23px -4px #1ab188;
    padding: 10px;
    text-align: left;
    letter-spacing: 0.1em;
    cursor: pointer;
}
.pac-container { z-index:2000 !important; }
.pac-container:after {  
    background-image: none !important;
    height: 0px;
}

#verify{
    background-color: #B2DFDB;
}

#verify .container{
    width:65%;
    height: 50%;
    margin:auto; 
    opacity: 0.8;
}

.card-alert{
    position: relative;
    border-radius: 2px;
    width:85%;
    margin:auto;
}
.card-alert .card-content {
    padding: 20px;
    border-radius: 0 0 2px 2px;
}
