/*
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 : 4 déc. 2013, 15:40:47
    Author     : adminphil
*/

body {
    
}

#map-canvas { height: 100% }

@media (min-width: 768px) {
    .jumbotron.bg-wigosurf {
        width: 652px;
        height: 220px;
        background-image: url(../img/bg-wigosurf-652x220.png);
        background-repeat: no-repeat;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        padding-top: 20px;
    }
}

@media (min-width: 992px) {
    .jumbotron.bg-wigosurf {
        width: 706px;
        height: 220px;
        background-image: url(../img/bg-wigosurf-706x220.png);
        background-repeat: no-repeat;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        padding-top: 20px;
    }
}

@media (min-width: 1200px) {
    .jumbotron.bg-wigosurf {
        width: 855px;
        height: 220px;
        background-image: url(../img/bg-wigosurf.png);
        background-repeat: no-repeat;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        padding-top: 20px;
    }
}

.bg-wigosurf p {
    margin-top: 3em;
    color: white;
    font-size: 0.75em;
    text-shadow: 0.02em 0.03em 0.1em #333;
    width: 400px;
}

.bg-wigosurf img {
    margin-top: 1em;   
}

.bg-wigosurf h2 {
    color: white;
    font-size: 2em;
    text-shadow: 0.02em 0.03em 0.1em #333;
}

/* ### NAVBAR */
.navbar.wigosurf {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#79b0dc), to(#222222));
    background-image: -webkit-linear-gradient(top, #79b0dc 0%, #0B2349 100%);
    background-image: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%);
    background-image: linear-gradient(to bottom, #66A7DC 0%, #ABCEE4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    margin-bottom: 5px;
    background-color: #e5f3ff;
    border-color: white;
}

.navbar-inverse .navbar-text {
    color: white;
    text-shadow: 0.02em 0.03em 0.1em #333;
}

.marquee {
    margin-top: 20px;
    width: 40%;
    float: left;
    color: #fff;
    
}

.langue {
    margin-top: 20px;
    padding-right: 10px;
    width: 20%; 
    float: left;
    height: 40px;
}

.langue ul {
    float: right;
    list-style: none;
}

.langue ul li {
    display: inline-block;
}

legend {
    margin: 0;
}


header {
  margin-bottom: 0px;
}

a {
  text-decoration: none;
  color: #DD6C4F;
}

a:hover {
  text-decoration:underline;
}

a:focus { 
  outline: none;
}

h1 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 36px;
  font-size: 2rem;    
  line-height: 1.5; 
  font-weight: bold;
}

.nav {
  list-style: none;
  text-align: center;
}

.nav li {
  position: relative;
  display: inline-block;
  margin-right: -4px; /* See: http://css-tricks.com/fighting-the-space-between-inline-block-elements/ */
  margin-bottom: 30px;
}

.nav li:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: -1;
}

.nav a {
  display: block;
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #e7e7e7); 
  background-image: -moz-linear-gradient(top, #f7f7f7, #e7e7e7); 
  background-image: -ms-linear-gradient(top, #f7f7f7, #e7e7e7); 
  background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7); 
  color: #a7a7a7;
  margin: 10px 55px 10px 55px;
  width: 100px;
  height: 100px;
  position: relative;
  text-align: center;
  line-height: 144px;
  border-radius: 50%;
  box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
}

/*
.nav a:before {
  content: "";
  display: block;
  background: #fff;
  border-top: 2px solid #ddd;
  position: absolute;
  top: -18px;
  left: -18px;
  bottom: -18px;
  right: -18px;
  z-index: -1;
  border-radius: 50%;
  box-shadow: inset 0px 8px 48px #ddd;
}
*/
.nav a:hover {
  text-decoration: none;
  color: #555;
  background: #f5f5f5;
}