body{
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    /*font-family: 'Ubuntu Condensed', sans-serif;*/
}

img {
    border: 0;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
}

/** Header **/
nav.navbar {
    height: 251px;
    background: #11245c url('/img/nav-background.png') repeat-x;
    color: #fff;
}

nav.navbar .container {
    position: relative;
}

nav.navbar header {
    padding-top: 35px;
}

nav.navbar content {
    position: absolute;
    text-transform: uppercase;
    top: 185px;
    right: 15px;
}

nav.navbar content .menutop{
    display: none;
    color: #4db3e6;
    font-weight: bold;
    background: transparent url('/img/menu.png') right no-repeat;
    width: 80px;
    height: 25px;
}

nav.navbar content .menutop a{
    padding-top: 1px;
    display: inline-block;
    color: #4db3e6;
    width: 100%
}

nav.navbar content .menutoplist{
    display: block;
}

nav.navbar content ul {
    font-family: 'Ubuntu condensed', sans-serif;   
}

nav.navbar content li {
    display: inline-block;
    margin-left: 20px;
    color: #ffffff;
}

nav.navbar content li a {
    color: #ffffff;
}

nav.navbar content li a:hover{
    opacity: 0.85;
    filter: alpha(opacity=85);
}

nav.navbar content li a:active{
    opacity: 0.75;
    filter: alpha(opacity=75);
}

nav.navbar content li.active {
    color: #4db3e7;
}

nav.navbar content li.active span {
    position: absolute;
    display: block;
    width: 39px;
    bottom: -9px;
    height: 19px;
    background: transparent url('/img/menu-arrow.png') no-repeat;
}

nav.navbar content li.active a {
    color: #4db3e7;
}

nav.navbar footer {
    background: transparent;
    position: absolute;
    top: 5px;
    right: 10px;
}

nav.navbar footer .button {
    width: 188px;
	height: 48px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f4b838;
	border: solid 3px #f9bb37;
    color: #11245c;
    font-weight: bold;
    padding: 5px;
    background: #f4b838 url('/img/reserverarrow.png') right no-repeat;
    position: relative;
    top: 50px;
}

nav.navbar footer .button:hover{
    opacity: 0.90;
    filter: alpha(opacity=90);
}

nav.navbar footer .button:active{
    opacity: 0.80;
    filter: alpha(opacity=80);
}

nav.navbar footer .button a {
    color: #11245c;
    text-decoration: none;
    width: 100%;
    font-size: 19px;
    display: inline-block;
}

/** Fil d'ariane **/

.breadcrumb {
    padding-left: 1px;
}

.breadcrumb li {
    display: inline-block;
    margin-right: 10px;
}

.breadcrumb li a {
    
}

.responsivetitle {
    display: none;
}

/** Contenu **/

content.odd {
    display: block;
    background: #11245c;
    color: #ffffff;
}

content.odd h1 {
    font-family: 'Ubuntu condensed', sans-serif;
    text-align: center;
    font-size: 41px;
    font-weight: 400;
    text-transform: uppercase;
    max-width: 647px;
    padding: 30px 10px 20px 5px;
    margin: 0 auto 40px auto;
    border-bottom: 2px dashed #f4b838;
    line-height: 50px;
}

content.even {
    display: block;
    background: #ffffff;
    color: #000000;
}

content.even h2 {
    font-family: 'Ubuntu condensed', sans-serif;
    text-align: center;
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
    max-width: 647px;
    padding: 30px 10px 25px 5px;
    margin: 0 auto 30px auto;
    border-bottom: 2px dashed #11245c;
    line-height: 50px;
    color: #404040;
}

/** Home Carrousel **/
.carrousel{
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
    height: 432px;
    overflow: hidden;
}


.carrousel .prev{
    
}

.carrousel .next{
    
}

.carrousel ul{
    margin: 0;
    padding: 0;
    max-width: 1280px;
    height: 432px;
    overflow: hidden;
}

.carrousel li{
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
    height: 432px;
    overflow: hidden;
}

.carrousel li .container{
    position: relative;
}

.carrousel li .container a{
    
}

.carrousel li h2{
    position: absolute;
    top: 25px;
    left: 1px;
    max-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 4px;
    background: #4db3e7;
    font-family: 'Ubuntu condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 33px;
    color: #ffffff;
}

.carrousel li img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/** Container **/

#container {
    min-height: 400px;
}

.container {
    width: 960px;
    margin: 0 auto;
}

/** Footer **/

footer {
    background: #808080;
    color: #404040;
    clear: both;
}

footer #copyright {
    width: 290px;
    display: inline-block;
    font-size: 15px;
}

footer #partenaires {
    width: 660px;
    display: inline-block;
    margin-top: 10px;
}

footer #partenaires ul {

}

footer #partenaires ul li{
    float: left;
    padding: 15px 5px 0px 5px;
}

footer #footer{
    background: #404040;
    color: #808080;
    text-transform: uppercase;
    height: 73px;
}

footer #footer a {
    color: #808080;
}

footer #footer a:hover{
    opacity: 0.85;
    filter: alpha(opacity=85);
}

footer #footer a:active{
    opacity: 0.75;
    filter: alpha(opacity=75);
}

footer #footer ul {
    margin-top: 10px;
    display: inline;
}

footer #footer ul li {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 14px;
    display: block; float : left;
    margin-right: 16px;
}

footer #footer .sitemap {
    font-family: 'Ubuntu condensed', sans-serif;
    width: 774px;
    display: inline-block;
    margin-top: 26px;
    font-size: 16px;
}

footer #footer .credits {
    font-family: 'Ubuntu condensed', sans-serif;
    width: 180px;
    display: inline-block;
    font-size: 15px;
}

/*****************/
/** Reservation **/

header.reservation h1 {
    font-family: 'Ubuntu condensed', sans-serif;
    text-align: center;
    color: #404040;
    font-size: 41px;
    font-weight: 400;
    text-transform: uppercase;
    max-width: 447px;
    padding: 30px 10px 20px 5px;
    margin: 0 auto 40px auto;
    border-bottom: 3px dashed #11245c;
    line-height: 50px;
}

content.reservation {
    clear: both;
}

content.reservation#circuits {
    
}

content.reservation#circuits .entry {
    position: relative;
    width: 300px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 45px;
}

content.reservation#circuits .entry img{
    border: 1px solid #808080;
    width: 298px;
    height: 223px;
}

content.reservation#circuits .entry .infos{
    position: absolute;
    background: #f4b838;
    color: #11245c;
    font-family: 'Ubuntu', sans-serif;
    width: 298px;
    height: 30px;
    margin: 1px;
    top: 193px;
}

content.reservation#circuits .entry .infos .duration{
    color: #11245c;
    float: left;
    background: transparent url('/img/chrono.png') no-repeat;
    width: 130px;
    text-align: left;
    margin-left: 6px;
    margin-top: 4px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 15px;
}

content.reservation#circuits .entry .infos .price{
    color:  #11245c;
    float: right;
    width: 130px;
    text-align: right;
    margin-right: 5px;
    margin-top: 4px;
    /* font-weight: bold; */
    font-size: 15px;
}

content.reservation#circuits .entry h2 {
    font-family: 'Ubuntu condensed', sans-serif;
    font-size: 20px;
    color: #404040;
    text-align: center;
    margin: 20px 5px 10px 5px;
    text-transform: uppercase;
}

content.reservation#circuits .entry .detailsbutton {
    width: 140px;
    float: left;
    height: 30px;
    font-size: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(17,36,92,0);
    border: solid 3px #11245c;
    text-align: center;
}

content.reservation#circuits .entry .detailsbutton a {
    color: #11245c;
    display: inline-block;
    padding-top: 1px;
    width: 100%;
    height: 100%;
}

content.reservation#circuits .entry .reservationbutton {
    width: 140px;
    float: right;
    height: 30px;
    font-size: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #11245c;
    border: solid 3px #11245c;
}

content.reservation#circuits .entry .reservationbutton a {
    color: #ffffff;
    display: inline-block;
    padding-top: 1px;
    padding-left: 6px;
    width: 100%;
    height: 100%;
}

content.reservation#circuits .entry .detailsbutton:hover, content.reservation#circuits .entry .reservationbutton:hover{
    opacity: 0.80;
    filter: alpha(opacity=80);
}

content.reservation#circuits .entry .detailsbutton:active, content.reservation#circuits .entry .reservationbutton:active{
    opacity: 0.70;
    filter: alpha(opacity=70);
}

content.validreservation {
    clear: both;
}

content.reservation#dates h2 {
    display: inline-block;
    font-family: 'Ubuntu condensed', sans-serif;
    font-size: 26px;
    font-weight: normal;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
    color: #11245c;
    display: inline-block;
    min-width: 100px;
    width: 97%;
}

content.reservation#dates .liste {
    clear: both;
}

content.reservation#dates ul {
}

content.reservation#dates ul li.entrydate {
    width: 200px;
    display: inline-block;
    float: left;
    margin-bottom: 5px;
    min-height: 110px;
}

content.reservation#dates ul li.entrydate a {
    color: rgb(81, 81, 210);
}

content.reservation#dates ul li.entrydate a:hover {
    color: rgb(27, 27, 148);
}

content.reservation#dates ul li.entrydate a:visited{
    color: rgb(81, 81, 210);
}

/***************************/

header.reservation ul {
    
}

header.reservation ul li {
    position: relative;
    display: inline-block;
    margin: 36px 50px 20px 50px;
    padding: 4px;
}

header.reservation ul li div {
    width: 101px;
	height: 100px;
	-webkit-border-radius: 51px 50px 50px 51px/50px;
	-moz-border-radius: 51px 50px 50px 51px/50px;
	border-radius: 51px 50px 50px 51px/50px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px #fff, inset 0 0 1px #333;
	-moz-box-shadow: 0 0 5px #fff, inset 0 0 1px #333;
	box-shadow: 0 0 5px #fff, inset 0 0 1px #333;
	border: solid 3px #11245c;
    
    font-family:font-family: 'Ubuntu', sans-serif;
    text-align: center;
    display: inline-block;
    position: relative;
}

header.reservation ul li span {
    color: #11245c;
    position: relative;
    font-weight: bold;
    top: 5px;
    font-size: 64px;
}

header.reservation ul li em {
    color: #808080;
    display: block;
    font-style: normal;
    position: absolute;
    text-align: center;
      top: -41px;
    width: 150px;
    left: -16px;
    text-align: center;
}

header.reservation ul li.active div {
	-webkit-border-radius: 51px 50px 50px 51px/50px;
	-moz-border-radius: 51px 50px 50px 51px/50px;
	border-radius: 51px 50px 50px 51px/50px;
	background-color: #11245c;
	border: solid 0px #fff;
}

header.reservation ul li.active span {
    color: #f4b838;
}

header.reservation ul li.active em {
    color: #11245c;
    font-weight: bold;
}

/**************************************/

.actualites {
    min-height: 650px;
    display: block
}

.actualites h1 {
  font-family: 'Ubuntu condensed', sans-serif;
  text-align: center;
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  max-width: 547px;
  padding: 45px 10px 15px 5px;
  margin: 0 auto 50px auto;
  border-bottom: 3px dashed #11245c;
  line-height: 50px;
  color: #404040;
}

.actualites .list {
    min-height: 440px;
    width: 960px;
}

.actualites .entry {
    width: 300px;
    float: left;
    margin-bottom: 45px;
    margin-left: 10px;
    margin-right: 10px;
}

.actualites .entry h2 {
    font-family: 'Ubuntu condensed', sans-serif;
    font-size: 20px;
    height: 40px;
    overflow: hidden;
    color: #11245c;
    text-align: center;
    padding-top: 0px;
    margin: 10px 5px 1px 5px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 22px;
}

.actualites .entry img {
    border: 1px solid #808080;
}

.actualites .entry img:hover{
    opacity: 0.90;
    filter: alpha(opacity=90);
}

.actualites .entry img:active{
    opacity: 0.80;
    filter: alpha(opacity=80);
}

.actualites .entry .date {
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    color: #404040;
    border-bottom: 1px solid #808080;
    text-align: center;
    padding-bottom: 5px;
    margin: 11px 5px 0px 5px;
}

.actualites .entry .accroche{
    font-size: 14px;
    height: 70px;
    margin-bottom: 15px;
    text-align: center;
    overflow: hidden;
    color: #808080;
}

/**************************************/

content.actualite {
    min-height: 650px;
    display: block;
}

content.actualite .breadcrumb{
    color: #11245c;
    font-size: 13px;
    margin-top: 45px;
}

content.actualite .breadcrumb a{
    color: #11245c;
    text-decoration:underline;
    
}

content.actualite h1{
    font-family: 'Ubuntu condensed', sans-serif;
    font-size: 26px;
    font-weight: normal;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
    color: #11245c;
}

content.actualite h1 span{
    font-size: 18px;
    color: #808080;
    margin-left: 5px;
    text-transform: lowercase;
}

content.actualite img{
    border: 1px solid #808080;
}

content.actualite .contenus{
    color: #7f7f7f;
    margin-top: 25px;
    margin-bottom: 50px;
    max-width: 936px;
}


/**************************************/

content.page {
    min-height: 650px;
    display: block;
}

content.page .breadcrumb{
    color: #11245c;
    font-size: 13px;
    margin-top: 45px;
}

content.page .breadcrumb a{
    color: #11245c;
    text-decoration:underline;
    
}

content.page h1{
    font-family: 'Ubuntu condensed', sans-serif;
    font-size: 26px;
    font-weight: normal;
    margin: 44px 0px 20px 0px;
    text-transform: uppercase;
    color: #11245c;
}

content.page h1 span{
    font-size: 18px;
    color: #808080;
    margin-left: 5px;
    text-transform: lowercase;
}

content.page img{
    border: 1px solid #808080;
}

content.page .contenus{
    color: #7f7f7f;
    margin-top: 25px;
}


/**************************************/

.featured {
    position: relative;
}

.featured .list {
    overflow: hidden;
    height: 440px;
    width: 960px;
}

.featured .entry {
    width: 300px;
    float: left;
    margin-bottom: 45px;
    margin-left: 9px;
    margin-right: 10px;
}

.featured .entry img{
    border: 1px solid #808080;
}

.featured .entry img:hover{
    opacity: 0.90;
    filter: alpha(opacity=90);
}

.featured .entry img:active{
    opacity: 0.80;
    filter: alpha(opacity=80);
}

.featured .entry h3 {
    font-family: 'Ubuntu condensed', sans-serif;
    font-size: 20px;
    color: #404040;
    text-align: center;
    margin: 20px 5px 10px 5px;
    text-transform: uppercase;
}

.featured .entry .accroche{
    font-size: 14px;
    height: 70px;
    margin-bottom: 15px;
    text-align: center;
    overflow: hidden;
    color: #808080;
}

.featured .controls {
    position: relative;
    display: inline-block;
    width: 37px;
    height: 37px;
    top: 135px;
}


.featured .controls:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.featured .controls:active {
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.featured .controls.prev {
    left: -45px;
    z-index: 147;
    background: transparent url('/img/arrowprev-marine.png') right no-repeat;
}

.featured .controls.next {
    left: 925px;
    z-index: 148;
    background: transparent url('/img/arrownext-marine.png') left no-repeat;
}

/**************************************/

.moreinformation{
    display: block;
    width: 140px;
    height: 30px;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(17,36,92,0);
    border: solid 3px #404040;
}

.moreinformation:hover{
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.moreinformation:active{
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.moreinformation a {
    text-align: center;
    color: #11245c;
    display: inline-block;
    padding-top: 1px;
    font-size: 19px;
    width: 100%;
    height: 100%;
}

/**************************************/

content.etapes {
    display: block;
    background: #e6e6e6;
    height: 405px;
}

content.circuit {
    display: block;
    background: #11245c;
    min-height: 700px;
}

content.circuit .container {
    position: relative;
}

content.circuit .left {
    float: left;
    min-height: 400px;
    width: 460px;
    margin: 5px;
    color: #ffffff;
}

content.circuit .left h1 {
    clear: both;
    width: 100%;
    text-align: center;
    display: inline-block;
    font-family: 'Ubuntu condensed', sans-serif;
    font-size: 33px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 30px 10px 20px 5px;
    margin: 0 auto 15px auto;
    border-bottom: 3px dashed #f4b838;
    line-height: 50px;
}

content.circuit .left .prev{
    float: left;
    width: 40px;
    text-align: left;
    font-weight: bold;
    color: #f4b838;
}

content.circuit .left .next{
    float: right;
    width: 40px;
    text-align: right;
    font-weight: bold;
    color: #f4b838;
}

content.circuit .left .prev a, content.circuit .left .next a{
    color: #f4b838;
}

content.circuit .left .prev a:hover, content.circuit .left .next a:hover{
    color: #bbbbbb;
}

content.circuit .left .prev a:active, content.circuit .left .next a:active{
    color: #dddddd;
}

content.circuit .left h2 {
    width: 325px;
    font-size: 20px;
    float: left;
    clear: both;
    font-weight: 400;
    margin: 0;
    display: inline-block;
    font-family: 'Ubuntu condensed', sans-serif;
    text-transform: uppercase;
}

content.circuit .left .dates h2 {
    width: 100%;
}

content.circuit .left .price {
    float: right;
    padding-top: 2px;
    width: 135px;
    height: 26px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #f4b838;
    color: #11245c;
    text-align: center;
}

content.circuit .left .infos {
    margin-bottom: 10px;
    display: inline-block;
}

content.circuit .left .description {
    clear: both;
    line-height: 16px;
    font-size: 16px;
    max-height: 280px;
    overflow: hidden;
}
}

content.circuit .left .dates {
    margin-top: 25px;
}

content.circuit .left .dates ul {
    margin-top: 5px;
    list-style-type: disc !important;
    padding: 0;
}

content.circuit .left .dates li {
    float: left;
    width: 215px;
    padding-left: 10px;
    display: inline-block;
}

content.circuit .right {
    position: absolute;
    top: -100px;
    right: 100px;
    float: right;
    width: 283px;
    padding: 1px 10px 10px 10px;
    min-height: 170px;
    color: #11245c;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #f4b838;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
	box-shadow: 0 0 5px rgba(0,0,0,.5);
}

content.circuit .right h2 {
    display: inline-block;
    font-family: 'Ubuntu condensed', sans-serif;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 10px 10px 5px;
    margin: 0 auto 15px auto;
    border-bottom: 3px dashed #11245c;
    width: 268px;
    line-height: 50px;
    margin: 5px 1px 1px 1px;
    text-align: center;
}

content.circuit .right .prev{
    float: left;
    width: 40px;
    text-align: left;
    font-weight: bold;
    color: #11245c;
}

content.circuit .right .prev a{
    
}

content.circuit .right .next{
    float: right;
    width: 40px;
    text-align: right;
    font-weight: bold;
    color: #11245c;
}

content.circuit .right .next a{
    
}

content.circuit .right .prev:hover, content.circuit .right .next:hover{
    opacity: 0.85;
    filter: alpha(opacity=85);
}

content.circuit .right .description {
    min-height: 50px;
    width: 283px;
    margin: 0 auto 15px auto;
    border-bottom: 3px dashed #11245c;
}

/**************************************/
*
content.circuit .right .etapelist {
    
}

content.circuit .right .etapeitem {
    display: none;
}

content.circuit .right .etapeitem.active {
    display: inline-block;
}

content.circuit .right .imglist {
    display: relative;   
}

content.circuit .right .imglist img {
    border: 1px solid #808080;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 4px;
    margin-left: 4px;
    float: left;
}

content.circuit .right .imglist img.big {
    width: 279px;
    margin-right: 0px;
    margin-left: 0px;
}

/******************************************/

content.contact {
  
}

content.contact h1{
  font-family: 'Ubuntu condensed', sans-serif;
  text-align: center;
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  max-width: 547px;
  padding: 40px 10px 25px 5px;
  margin: 0 auto 40px auto;
  border-bottom: 3px dashed #11245c;
  line-height: 50px;
  color: #404040;
}

content.contact h2, content.contact h3{
  font-family: 'Ubuntu condensed', sans-serif;
  color: #11245c;
  text-transform: uppercase;
  font-weight: 400;
}

content.contact h2 {
    
}

content.contact .left {
    width: 459px;
    float: left;
    min-height: 625px;
}

content.contact .champs_obl {
    font-size: 14px;
    font-weight: normal;
    color: #808080;
    margin-top: 9px;
}

content.contact label, content.contact  legend {
    font-family: 'Ubuntu condensed', sans-serif;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    width: 160px;
    font-size: 14px;
    font-weight: normal;
    color: #808080;
}

content.contact .input {
    float: left;
    width: 222px;
    margin-right: 5px;
    display: inline-block;
}

content.contact .input label {
    width: 77px;
    display: inline-block;
    padding-top: 4px;
    float: left;
}

content.contact .textarea {
    float: none;
    clear: both;
    width: 99%;
    display: block;
}

content.contact .textarea label {
    width: 99% !important;
    padding-top: 0px;
}

content.contact input, content.contact textarea {
    width: 290px;
    padding: 5px;
    border: 1px solid #808080;
    margin: 5px;
    color: #808080;
    font-size: 14px;
}

content.contact input {
    width: 191px;
    display: inline-block;
    float: left;
}

content.contact textarea {
    margin-left:0px;
    margin-right:0px;
    width: 97% !important;
    clear:both;
}

content.contact .left input[type=submit]{
    width: 140px;
	height: 34px;
    background: transparent url('/img/submitarrow.png') right no-repeat;
    font-weight: bold;
    font-size: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #11245c;
	border: solid 3px #11245c;
    padding-right: 22px;
    margin-right: 0px;
    color: #ffffff;
    clear: both;
    float: right;
}

content.contact .right {
    width: 459 px;
    float: right;
    min-height: 625px;
    line-height: 18px;
}

content.contact img {
    border: 1px solid #929496;
    margin-top: 32px;
}

content.contact .right h3 {
    margin-bottom: 2px;
    margin-top: 28px;
}

content.contact .right address {
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    font-style: normal;
    color: #7f7f7f;
}

content.contact .right .tel {
    color: #7f7f7f;
    font-size: 15px;
}

content.contact .g-recaptcha{
    width: 300px; float: right;
    clear: both;
    margin-bottom: 25px;
}

/**********************************/

#circuitmenu {
    display: none;
}

#container header.animations {
    background: #4db3e7;
    display: flex;
    height: 35px;
}

header #circuitlist {
    margin: 3px;
}

header #circuitlist li {
    font-family: 'Ubuntu condensed', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    margin-right:5px;
    padding-left: 10px;
    color: #ffffff;
}


header #circuitlist li a {
    display: inline-block;
    margin-left:10px;
    color: #ffffff;
}

header #circuitlist li.active a {
    color: #11245c;
}

header #circuitlist li + li::before {
    content: " | ";
}

/*********************************/

content.circuit .left .reservation {
    width: 188px;
    float: right;
    height: 38px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f4b838;
    border: solid 3px #f9bb37;
    color: #11245c;
    font-weight: bold;
    padding: 0px 1px 10px 10px;
    background: #f4b838 url('/img/reserverarrow.png') right no-repeat;
    position: relative;
    top: 50px;
}

content.circuit .left .reservation:hover{
    opacity: 0.90;
    filter: alpha(opacity=90);
}

content.circuit .left .reservation:active{
    opacity: 0.80;
    filter: alpha(opacity=80);
}

content.circuit .left .reservation a {
    color: #11245c;
    text-decoration: none;
    width: 100%;
    font-size: 17px;
    display: inline-block;
}

/*********************************/

content.odd .nextbloc {
    width: 30px;
    height: 19px;
    margin: 0 auto;
    margin-top: 15px;
    clear: both;
    background: transparent url('/img/arrow-blue.png');
}

content.even .nextbloc {
    width: 30px;
    height: 19px;
    margin: 0 auto;
    clear: both;
    background: transparent url('/img/arrow-white.png');
}

.nextbloc a{
    width: 30px;
    height: 19px;
    display: inline-block;
}

/***************************************/

content.velos {
    position: relative;
}

content.velos .left {
    width: 49%;
    float: left;
    min-height: 350px;
    display: inline-block;
}

content.velos .right {
    width: 49%;
    float: right;
    min-height: 350px;
    display: inline-block;
    margin-left: 15px;
}

content.velos.even h2, content.velos.even h1 {
    font-family: 'Ubuntu condensed', sans-serif;
    text-align: center;
    font-size: 39px;
    font-weight: 400;
    text-transform: uppercase;
    max-width: 647px;
    padding: 30px 10px 20px 5px;
    margin: 30px auto 40px auto;
    border-bottom: 3px dashed #11245c;
    line-height: 50px;
    color: #404040;
}

content.velos.odd h2, content.velos.odd h1 { 
    font-family: 'Ubuntu condensed', sans-serif;
    text-align: center;
    font-size: 39px;
    font-weight: 400;
    text-transform: uppercase;
    max-width: 647px;
    padding: 30px 10px 20px 5px;
    margin: 15px auto 40px auto;
    border-bottom: 3px dashed #f4b838;
    line-height: 50px;
    color: #ffffff;
} 

content.velos.even .contenu {
    line-height: 18px;
    color: #808080;
}

content.velos.odd .contenu {
    line-height: 18px;
    color: #ffffff;
}

content.velos img.big {
    margin-top: 75px;
    margin-bottom: 30px;
}

content.velos .imglist img{
    border: 1px solid #404040;
}

/*************************************/

.clear {
    display: inline-block;
    margin: 10px;
    clear: both;
}

/*************************************/

content.etapes #circuitmap {
    width: 940px;
    position: relative;
    height: 240px;
    background: transparent url('/img/circuitmap.png') no-repeat;
    display: inline-block;
    margin-top: 35px;
}

content.etapes #circuitmap span{
    width: 48px;
    height: 54px;
    background: transparent url('/img/mapdot.png') no-repeat;
}

content.etapes #circuitmap span.active{
    background: transparent url('/img/pin.png') no-repeat;  
}

content.etapes #circuitmap span a{
    display: inline-block;
    width: 48px;
    height: 54px;
}

#circuititem1{
    top: 113px;
    left: 185px;
    position: absolute;
}

#circuititem2{
    top: 88px;
    left: 362px;
    position: absolute;
}

#circuititem3{
    top: 91px;
    left: 510px;
    position: absolute;
}

#circuititem4{
    top: 77px;
    left: 695px;
    position: absolute;
}

/******************************/

#articlelist{
    margin-bottom: 25px;
}

#articlelist .articlentry{
    width: 220px;
    height: 250px;
    margin: 5px 5px 10px 5px;
    display: inline-block;
    text-align: center;
}

#articlelist .articlentry .illustration{
    text-align: center;
}

#articlelist .articlentry .illustration img{
    width: 210px;
}

#articlelist .articlentry .selection{
    margin-top: 20px;
}

#articlelist .articlentry .selection select{
    width: 70px;
    height: 33px;
    margin-left: 20px;
    display: inline-block;
    background: #f2f2f2;
    -webkit-border-radius: 2px;
    float: left;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #11245c;
}

#articlelist .articlentry .selection select option{
    color: #808080;
}

#articlelist .articlentry .selection label{
    display: inline-block;
    color: #808080;
    margin-right: 10px;
    margin-top: 1px;
    font-size: 14px;
    float: right;
    line-height: 14px;
    margin-left: 10px;
    width: 100px;
    height: 33px;
}

/****************************************/

content.reservation .messages{
    color: #808080;
    margin-top: 35px;
    margin-bottom: 105px;
    text-align: center;
}

content.reservation .message{
    color: #11245c;
    font-weight: bold;
    text-align: center;
}

content.validreservation{
    display: block;
    border-top: 1px solid #11245c;
    width: 960px;
    margin-top: 15px;
    min-height: 50px;
    margin: 0 auto;
}


content.validreservation .prevstep {
    width: 110px;
    height: 24px;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: right;
    padding: 5px 10px 5px 5px;
    font-size: 18px;
    margin: 20px 15px 5px 10px;
    background: rgba(17,36,92,0) url('/img/arrowprev.png') left no-repeat;
    border: solid 3px #11245c;
    font-weight: bold;
    float: left;
}

content.validreservation .submit {
    width:140px;
    display: inline-block;
    height: 34px;
    float: right;
}

content.validreservation .nextstep {
    width: 130px;
	height: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    background: #11245c url('/img/arrownext.png') right no-repeat;
	border: solid 3px #11245c;
    padding: 5px 5px 5px 15px;
    float: right;
    font-weight: bold;
    text-align: left;
    margin: 20px;
    color: #ffffff;
}

content.validreservation .prevstep:hover, content.validreservation .nextstep:hover, content.validreservation .submit:hover{
    opacity: 0.80;
    filter: alpha(opacity=80);
}

content.validreservation .prevstep:active, content.validreservation .nextstep:active, content.validreservation .submit:active{
    opacity: 0.70;
    filter: alpha(opacity=70);
}

/****************************************/

content#confirmation .left {
    display: inline-block;
    min-height: 400px;
    color: #808080;
    float: left;
    width: 48%;
}

/****************************************/

#recapitulatif  {
    font-size: 14px;
}

#recapitulatif  .entry{
    display: inline-block;
    width: 100%;
    margin-bottom: 2px;
    margin-top: 2px;
    padding-bottom: 10px;
    clear: both;
}

#recapitulatif .label {
    font-weight: normal;
    width: 30%;
    float: left;
}

#recapitulatif .valeurs {
    font-weight: bold;
    width: 68%;
    float: right;
}

#recapitulatif .valeurnb{
    float: left;
}

#recapitulatif .valeurprix{
    text-align: right;
    float: right;
}

#recapitulatif .date {
    border-bottom: 1px solid;
}

#recapitulatif .circuit {
    border-bottom: 1px solid;
}

#recapitulatif .participants {
    border-bottom: 1px solid;
}

#recapitulatif .accessoires {
    min-height: 20px;
}

#recapitulatif .total {
    width: 315px;
    border-top: 1px solid;
    color: #11245c;
    float: right;
    padding-top: 10px;
    margin-top: 2px;
    font-size: 16px;
}

#recapitulatif .total .label {
    width: 90px;
    float: right;
    font-weight: bold;
    text-transform: uppercase;
}

#recapitulatif .total .valeurs {
    width: 90px;
    text-align: right;
    float: right;
    font-weight: bold;
}

/****************************************/

content#confirmation .right {
    display: inline-block;
    min-height: 400px;
    color: #808080;
    float: right;
    width: 48%;
}

/****************************************/

#confirmation .formulaire {
    margin-top: 25px;
}

#confirmation .formulaire span.obl {
    color: #11245c;
    font-weight: bold;
}

#confirmation .formulaire .champs_obl {
    font-size: 14px;
    display: inline-block;
    font-weight: normal;
    color: #11245c;
    margin-top: 22px;
    clear: both;
}

#confirmation .formulaire label, #confirmation .formulaire legend {
    font-family: 'Ubuntu', sans-serif;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    width: 160px;
    font-size: 14px;
    font-weight: normal;
    color: #808080;
}

#confirmation .formulaire .input {
    float: left;
    width: 222px;
    margin-right: 5px;
    display: inline-block;
}

#confirmation .formulaire .input label {
    width: 105px;
    display: inline-block;
    padding-top: 4px;
    float: left;
}

#confirmation .formulaire .textarea {
    float: none;
    clear: both;
    width: 99%;
    display: block;
}

#confirmation .formulaire .textarea label {
    width: 99% !important;
    padding-top: 0px;
}

#confirmation .formulaire input, #confirmation .formulaire textarea {
    width: 290px;
    padding: 5px;
    border: 1px solid #808080;
    margin: 5px;
    color: #808080;
    font-size: 14px;
}

#confirmation .formulaire input {
    width: 191px;
    display: inline-block;
    float: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #11245c;
    background: #f2f2f2;
}

#confirmation .formulaire textarea {
    margin-left:0px;
    margin-right:0px;
    width: 97% !important;
    clear:both;
}


/****************************************/

content.velos .imagestrip {
    clear: both;   
    margin-bottom: 30px;
}

content.velos .imagestrip ul {
    max-width: 457px;
    height: 88px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

content.velos .imagestrip li {
    display: inline-block;
    width: 113px;
    height: 88px; 
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 5px;
}

content.velos .imagestrip li img {
    
}

.strippreviewblock {
    width: 460px;
    min-height: 350px;
    margin: 0 auto;
}

/****************************************/

.carrousel .controls {
    position: absolute;
    width:  37px;
    height: 37px;
    top: 50%;
}

.carrousel .controls.prev {
    left: 40px;
    background: transparent url('/img/arrowprev-blue.png') right no-repeat;
}

.carrousel .controls.next {
    right: 40px;
    background: transparent url('/img/arrownext-blue.png') left no-repeat;
}

.carrousel .controls a {
    width:  100%;
    height: 37px;
    display: inline-block;
}

.carrousel .controls:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.carrousel .controls:active {
    opacity: 0.75;
    filter: alpha(opacity=75);
}

/****************************************/

content.velos .imagestrip {
    position: relative;
    
}

content.velos .imagestrip .controls {
    width: 37px;
    height: 37px;
    position: absolute;
    z-index: 44;
    top: 21px;
    display: inline-block;
}

content.velos .imagestrip .controls a {
    width: 100%;
    height: 37px;
}

content.velos .imagestrip .controls:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
}

content.velos .imagestrip .controls:active {
    opacity: 0.75;
    filter: alpha(opacity=75);
}

content.velos .imagestrip .controls.prev {
    background: transparent url('/img/arrowprev-marine.png') right no-repeat;
    left: -23px;
}

content.velos .imagestrip .controls.next {
    background: transparent url('/img/arrownext-marine.png') left no-repeat;
    right: -10px;
}

/****************************************/

.error-message {
    font-size: 13px;
    display: inline-block;
    color: rgb(17, 36, 92);
}

/****************************************/
/* media queries */

@media only screen 
  and (max-width: 1080px) {
    .featured .controls {
        display: none;
    }
}

@media only screen 
  and (min-device-width: 965px) {
    
}

@media only screen  
    and (max-width: 964px) {
    
    body {
        min-width: 320px;
    }
    
    .responsivetitle {
        font-family: 'Ubuntu condensed', sans-serif;
        font-size: 26px;
        font-weight: normal;
        margin: 0 auto;
        text-transform: uppercase;
        text-align: center;
        color: #11245c;
        display: inline-block;
        min-width: 100px;
        width: 97%;
    }
    
    .carrousel h2 {
        margin-left: 15px;
    }

    .carrousel .controls {
        top: 80%;
    }
    
    .carrousel .controls.prev {
        top: 80%;
    }
    
    .carrousel .controls.next {
        top: 80%;
    }
    
    nav.navbar {
        background: #11245c;
        position: relative;
        height: auto;
    }
    
    nav.navbar header {
        padding-top: 12px;
        margin-left: 30px;
    }
    
    nav.navbar header a {
        
    }
    
    nav.navbar header img {
        height: 165px;
    }
    
    nav.navbar content {
        position: static;
    }
    
    nav.navbar content .menutop{
        display: block;
        position: absolute;
        z-index: 30;
        top: 20px;
        right: 20px;
    }
    
    nav.navbar content .menutop:hover{
        opacity: 0.85;
        filter: alpha(opacity=85);
    }
    
    nav.navbar content .menutop:active{
        opacity: 0.75;
        filter: alpha(opacity=75);
    }
    
    nav.navbar content .menutoplist{
        display: none;
        background: #4db3e7;
        width: 100%;
    }
    
    nav.navbar content .menutoplist{
        z-index: 912;
        position: absolute;
        top: 13px;
    }
    
    nav.navbar content .menutoplist ul{
        margin-top: 10px;
        padding: 0px;
        display: inline;
    }
    
    nav.navbar content .menutoplist li{
        width: 100%;
        margin-top: 2px;
        margin-left: 0px;
        font-size: 1.4em;
        background: #4db3e7;
        height: 55px;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
    }
    
    nav.navbar content .menutoplist li a{
        text-align: center;
        display: inline-block;
        width: 100%;
        height: 55px;
        padding-top: 13px;
        color: #ffffff;
    }
    
    nav.navbar content .menutoplist li.active a{
        color: #ffffff;
    }
    
    nav.navbar content .menutoplist li span{
        display: none;
    }
    
    nav.navbar footer {
        width: 100%;
        position: static;
        display: inline-block;
        margin: 15px 0px 0px 0px;
        padding-top: 0px;
        padding-bottom: 11px;
        top: 140px;
        background-color: #f4b838;
        text-align: center;
    }
    
    nav.navbar footer .button {
        width: 174px;
        position: static;
        display: inline-block;
        margin: 10px 0px 0px 0px;
        padding-top: 8px;
        padding-bottom: 8px;
        border: solid 3px #11245c;
        top: 140px;
        background-color: #f4b838;
        text-align: left;
    }
    
    nav.navbar footer .button:hover {
        opacity: 0.80;
        filter: alpha(opacity=80);
    }
    
    nav.navbar footer .button:active {
        opacity: 0.70;
        filter: alpha(opacity=70);
    }
    
    .visiblemenu {
        display: block !important;
    }
    
    #circuitlist {
        display: none;
    }
    
    #circuitmenu {
        display: inline-block;
    }
    
    .container {
        width: 100%;
        margin: 0 auto;
    }
    
    .featured .controls {
        display: none;
    }
    
    .featured .list {
        width: 100%;
        height: auto;
        min-height: 20px;
    }
    
    .featured .entry {
        width: 300px;
        margin-left: 7%;
        margin-right: 1%;
        display:none;
    }
    
    .featured .entry:nth-child(-n+4){
        display:block;
    }
    
    content.actualite .contenus{
        width: 97%;
    }

    content.odd h1 {
        font-size: 1.6em;
        line-height: 1.4em;
        margin-bottom: 20px;
    }
    
    content.odd p {
        width: 96%;
        font-size: 1.2em;
        /*line-height: 1.4em;*/
        margin-right: 10px;
    }
    
    content.even h2 {
        font-size: 1.6em;
        line-height: 1.4em;
        margin-bottom: 20px;
    }
    
    content.etapes #circuitmap {
        width: 96%;
        background-size: contain;
    }
    
    content.etapes #circuitmap span {
        display: none;
        visibility: hidden;
    }
    
    content.circuit .left .reservation {
        clear: both;
        float: none;
        margin: 0 auto;
        position: static;
        margin-top: 15px;
        margin-bottom: 30px;
    }
    
    content.circuit .left h1{
        width: 96%;
        padding-top: 50px;
    }
    content.circuit .left .infos {
        width: 94%;
        margin-left: 1%;
    }
    
    content.circuit .left .description {
        width: 94%;
        margin-left: 1%;
        display: inline-block;
        clear: both;
        max-height: none;
    }
    
    content.circuit .left .dates {
        width: 94%;
        display: inline-block;
        margin-left: 1%;
        margin-bottom: 20px;
    }
    
    content.circuit .left .dates ul {
        text-align: center;
    }
    
    content.circuit .left .prev {
        margin-left: 15px;
    }
    
    content.circuit .left .next {
        margin-right: 15px;
    }
    
    content.circuit .right h2 {
        width: 97%;
        padding-top: 10px;
    }
    
    content.circuit .right .description {
        width: 96%;
        padding-left: 1%;
    }
    
    content.circuit .right .prev {
        margin-left: 15px;
    }
    
    content.circuit .right .next {
        margin-right: 15px;
    }
    
    content.circuit .right .imglist {
        max-width: 300px;
        margin: 0 auto;
    }
    
    content.etapes {
        height: auto;
    }
    
    content.etapes #circuitmap{
        display: none;
    }
    
    header #circuitlist {
        width: 100%;
        background: #4db3e7;
        position: absolute;
        z-index: 566;
        padding: 0;
        margin: 0;
        margin-top: 10px;
    }
    
    header #circuitlist li, header #circuitlist li.active {
        width: 100%;
        background: #4db3e7;
        padding: 0;
        height: 55px;
        display: inline-block;
        border-top: 1px solid #11245c;
        text-align: center
    }
    
    header #circuitlist li a {
        width: 100%;
        font-size: 18px;
        color: #11245c;
        margin: 0;
        padding: 0;
        padding-top: 13px;
        font-weight: bold;
    }
    
    header #circuitlist li + li::before {
        content: "";
    }
        
    content.velos .left {
        width: 100%;
        margin: 0 auto;
        clear: both;
        min-height: 10px;
    }
    
    content.velos.odd  .left {
        text-align: center;
    }
    
    content.velos.odd h2{
        margin: 10px auto 40px auto;
    }
    
    content.velos .right {
        width: 100%;
        margin: 0 auto;
        clear: both;
        text-align: center;
    }
    
    content.velos.odd .right {
        text-align: left;
    }
    
    content.velos img.big {
        max-width: 100%;
        margin: 25px auto 5px auto;
    }
    
    content.velos .contenu {
        margin-left: 2%;
        width: 96%;
        margin-right: 10px;
    }
    
    content.velos .imagestrip .controls.prev {
        left: 15px;
    }
    
    content.velos .imagestrip .controls.next {
        right: 15px;
    }
    
    content.velos .imagestrip {
        max-width: 550px !important;
        margin: 20px auto 20px auto;
    }
    
    footer #partenaires {
        width: 96%;
        clear: both;
    }
    
    footer #partenaires ul {
        margin: 0 auto;
        padding: 0;
        display: table;
    }
    
    footer #partenaires li {
        max-width: 96%;
    }
    
    footer #partenaires img {
        
    }
    
    footer #footer {
        height: auto;
    }
    
    footer #footer .sitemap {
        width: 96%;
        margin-top: 2px;
    }
    
    footer #footer .sitemap ul {
        
    }
    
    footer #footer .sitemap li {
        width: 100%;
        margin-top: 2px;
        margin-left: 6%;
        font-size: 1.4em;
    }
    
    footer #footer .sitemap li {
        width: 100%;
        margin-top: 2px;
        margin-left: 6%;
        font-size: 1.4em;
    }
    
    footer #footer .credits {
        margin-top: 12px;
        margin-left: 6%;
    }
    
    .carrousel {
        height: 342px;
    }
    
    .carrousel ul {
        height: 342px;
    }
    
    .carrousel li {
        height: 342px;
        background-type: cover;
    }
    
    .actualites .list {
        min-height: 20px;
        width: 100%;
    }
    
    .actualites .entry {
        margin-left: 10%;
        margin-right: 1%;
    }
    
    content.actualite {
        
    }
    
    content.actualite p {
        width: 98%;
        margin-left: 2%;
    }
    
    content.actualite img {
        width: 98%;
        margin-left: 0%;
    }
    
    content.actualite .breadcrumb {
        margin-left: 2%;
    }
    
    content.actualite h1 {
        margin-left: 2%;
    }
    
    content.odd p {
        margin-left: 2%;
    }
    
    content.odd img {
        max-width: 100%;
    }
    
    header.reservation ul {
        text-align: center;
        margin: 0 auto;
        padding: 0px;
        display:table;
    }

    header.reservation ul li {
        float: left;
        margin-left: auto ;
        margin-right: auto ;
        margin-top: 0px;
        padding: 4px;
    }
    
    header.reservation ul li em {
        display: none;
    }
    
    content.reservation#circuits .liste{
        margin: 0 auto;
    }
    
    content.validreservation {
        width: 99%
    }
    
    content#confirmation .left {
        min-height: 100px;
        margin-left: 3%;
        width: 94%;
    }
    
    content#confirmation .right {
        min-height: 100px;
        margin-left: 3%;
        width: 90%;
        float: left;
    }
    
    content.reservation#equipements h2.responsivetitle {
        margin-bottom: 30px;
        padding-left: 5px;
        padding-right: 5px;
        width: 97%;
    }
    
    content.reservation #recapitulatif .total {
        width: 199px;
        max-width: 100%;
    }
    
    content.reservation#confirmation .formulaire {
        
    }
    
    content.reservation#confirmation .formulaire .champs_obl {
        margin-top: 8px;
        margin-bottom: 12px;
        width: 87%;
        text-align: right;
    }
    
    content.reservation#confirmation .formulaire .input {
        width: 99%;
    }
    
    content.reservation#confirmation .formulaire input {
        width: 88%;
    }
    
    content.reservation#circuits .entry {
        width: 350px;
        float: left;
        position: relative;
        margin-left: 5px;
        margin-bottom: 30px;
        height: 185px;
    }
    
    content.reservation#circuits .entry h2{
        text-align: center;
        position: absolute;
        width: 100%;
        top: 5px;
    }
    
    content.reservation#circuits .entry img {
        width: 150px;
        height: auto;
    }
    
    content.reservation#circuits .entry .infos{
        background: transparent;
        position: absolute;
        float: right;
        right: 50px;
        top: 60px;
        width: calc(100% - 350px);
    }
    
    content.reservation#circuits .entry .infos .duration{
        text-align: right;
        float: right;
        width: 100px;
        clear: both;
    }
    
    content.reservation#circuits .entry .infos .price{
        text-align: right;
        margin-right: 0px;
        float: right;
        clear: both;
    }
    
    content.reservation#circuits .entry img {
        position: relative;
        top: 60px;
        left: 15px;
        float: left;
    }
    
    content.reservation#circuits .entry .reservationbutton {
        position: relative;
        float: right;
        top: 130px;
        right: 25px;
    }
    
    content.reservation#circuits .entry .detailsbutton {
        display: none;
    }
    
    content.reservation#dates ul {
        font-size: 19px;
    }
    
    footer #partenaires ul li {
        margin-left: auto;
        margin-bottom: 15px;
        margin-right: auto;
    }
    
    footer #partenaires ul li img {
        margin: 5px;
    }
    
    footer #copyright {
        margin: 0 auto;
        width: 99%;
        text-align: center;
    }
    
    content.page h1 {
        margin-left: 3%;
    }
    
    content.page p {
        margin-left: 3%;
        width: 96%;
    }
    
    content.page h2 {
        margin-left: 3%;
    }
    
    content.contact {
        
    }
    
    content.contact .left{
        float: none;
        width: 100%;
        display: block;
    }
    
    content.contact .right{
        float: none;
        width: 100%;
        display: block;
    }
    
    content.contact img {
        width: 95%;
        height: auto;
        margin-left: 2%;
        margin-right: 2%;
    }
    
    content.contact h2, content.contact h3, content.contact address, content.contact .tel {
        margin-left: 2%;
    }
    
    content.contact .input {
        margin-left: 2%;
        margin-right: 2%;
        width: 96%;
    }
    
    content.contact input {
        width: 96%;
    }
    
    .champs_obl{
        margin-left: 2%;
    }
    
    content.contact .submit {
        text-align: center;
        margin-bottom: 40px;
        width: 140px;
        margin: 0 auto;
    }
    
    content.contact .left {
        clear: both;
        margin-bottom: 80px;
    }
    
    content.contact .right {
        clear: both;
        margin-bottom: 40px;
    }
    
    content.contact .right .carte {
        margin: 0 auto;
    }
    
    content.contact .right .carte {
        
    }
    
    content.contact .g-recaptcha{
        float: none;
        margin: 0 auto;
        margin-top: 10px;
        width: 300px;
    }
    
    content.contact .champs_obl {
        text-align: right;
        margin-right: 3%;
    }
    
    content.contact h2 {
        margin-bottom: 5px;
    }
    
    content.circuit {
        width: 100%;
        display: inline-block;
    }
    
    content.circuit .left{
        width: 100%;
        display: inline-block;
        position: static;
        padding-bottom: 25px;
    }
    
    content.circuit .right{
        width: 100%;
        display: inline-block;
        position: static;
        padding: 1px 0px 10px 0px;
        margin-bottom: -25px;
    }
    
    header.reservation ul li div {
        width: 51px;
        height: 50px;
        border-radius: 26px 25px 25px 26px/25px;
        -webkit-border-radius: 26px 25px 25px 26px/25px;
    }
    
    header.reservation ul li span {
        font-size: 28px;
    }
    
    content.validreservation .nextstep {
        margin: 20px 10px 20px 10px;
    }
    
    header #circuitmenu {
        text-transform: uppercase;
        padding-top: 7px;
        padding-left: 7px;
        background: transparent url('/img/menuwhite.png') right no-repeat;
        width: 97%;
    }
    
    header #circuitmenu a {
        color: #ffffff;
        width: 100%;
    }
    
    header #circuitmenu a span{
        width: 100%;
        display: inline-block;
    }
    
    header #circuitmenu a:hover {
        color: #dddddd;
    }
    
    header #circuitmenu a:active {
        color: #cccccc;
    }
    
    header #circuitlist {
        
    }
    
    header #circuitlist ul {
        
    }
    
    header #circuitlist ul li{
        
    }
    
    header #circuitlist ul li a {
        
    }
    
    #articlelist .articlentry {
        margin-left: 5%;
    }
    
    content.reservation#dates ul li.entrydate ul li {
        min-height: 36px;
    }
}

@media only screen 
  and (max-width: 555px){
    
    content.velos .imagestrip .controls.prev {
        left: -5px;
    }
    
    content.velos .imagestrip .controls.next {
        right: -5px;
    }
    
    content.velos .imagestrip {
        max-width: 435px !important;
    }
    
    content.reservation#dates ul {
        width: 150px;
        margin: 0 auto;
        text-align: left;
        font-size: 19px;
    }
    
    content.reservation#dates ul li.entrydate {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    
    content.reservation#dates ul li.entrydate ul {
        text-align: left;
    }
    
    content.reservation#dates ul li.entrydate ul li {
        margin-top: 14px;
    }
    
    #articlelist .articlentry {
          margin: 5px auto 10px auto;
          display: block;
    }
    
    content.reservation h1 {
        width: 100%;
    }
}

@media only screen 
  and (max-device-width: 320px){
    nav.navbar header {
        padding-top: 8px;
        margin-left: 50px;
    }
  
    .featured .entry {
        margin-left: 2%;
    } 
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pagination {
    display: block;
    width: 100%;
    clear: both;
    margin-bottom: 50px;
    margin-top: 15px;
}

.pagination span {
    display: block;
    float: left;
    width: 30%;
    margin: 0px;
    text-align: center;
}

.pagination .prev {
    text-align: left;
}

.pagination .next {
    text-align: right;
}