@charset "UTF-8";

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'QuestrialRegular';
    src: url('../fonts/questrial-regular-webfont.eot');
    src: url('../fonts/questrial-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/questrial-regular-webfont.woff') format('woff'), url('../fonts/questrial-regular-webfont.ttf') format('truetype'), url('../fonts/questrial-regular-webfont.svg#QuestrialRegular') format('svg');
}

body {
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #fff; /* Couleur des texte dans Speedsales */
    font-size: 0.8em; /* Soit 80% de la taille de la police par défaut du navigateur (par défaut 16px) - Voir http://riddle.pl/emcalc/ pour calculer la taille des polices en cascade */
    font-family: 'QuestrialRegular', Verdana, 'Geneva', sans-serif;
}

h1, h2, h3 {
    font-weight: normal;
    line-height: 1.2em;
}

h1 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 1.4em;
}

h2 {
    margin-bottom: 20px;
    color: #821f00;
    font-size: 1.25em;
}

h3 {
    margin-bottom: 34px;
    text-transform: uppercase;
    font-size: 1.2em;
}

a {
    color: #e6d3a4;
    text-decoration: none;
}

.app-wrapper {
    position: relative;
    overflow: hidden;
}

.container-menu {
    position: relative;
    margin: 0 auto;
    width: 980px;
}

.container {
    position: relative;
    margin: 0 auto;
    width: 1000px;
}

.app-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100000;
}
.app-bg {
    position: relative;
}

/* ----------------------------------------------------------/
///////////  			  BOUTONS 				 /////////////
----------------------------------------------------------- */
.bt {
    display: block;
    /* background-image: url(../images/spritesheet.png); */
    background-repeat: no-repeat;
}

.toggle-bt {
    position: absolute;
    top: 50%;
    right: 0;
    height: 60px;
}

.toggle-bt-footer {
    position: absolute;
    top: -32px;
    right: 0;
}

.close-bt {
    top: 50%;
    right: -134px;
    padding: 8px 5px 0px 25px;
    /* margin-top: 122px; */
    width: 125px;
    background: url(../images/spritesheet.png) no-repeat -189px -568px;
    color: #E6D3A4;
    text-transform: uppercase;
    line-height: 1.4em;
}

.close-bt:hover {
    background-position: -189px -640px;
}

.index .close-bt {
    right: -29px;
}

.resa .close-bt {
    display: none !important we;
}

.close-bt-footer {
    padding: 7px 20px;
    background-color: #6c1800;
    /* background-position: -830px -575px;
       right: -22px;  */
}

.close-bt-footer:hover {
    padding: 7px 20px;
    background-color: #992500;
}

.open-bt {
    top: 50%;
    right: -134px;
    padding: 8px 5px 0px 25px;
    /* margin-top: 122px; */
    width: 125px;
    background: url(../images/spritesheet.png) no-repeat -1px -568px;
    color: #E6D3A4;
    text-transform: uppercase;
    line-height: 1.4em;
}

.open-bt:hover {
    background-position: -1px -640px;
}

.open-itinerary-bt {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 2;
    padding: 15px 20px 15px 50px;
    width: 63px;
    height: 30px;
    background-position: -184px -572px;
    color: #012468;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
}

.open-itinerary-bt:hover {
    background-position: -184px -642px;
}

/* ----------------------------------------------------------/
///////////  		  SPEEDROUTE 			 /////////////
----------------------------------------------------------- */
.app-bg .sr_fullscreen {
    bottom: 25px;
}

/* ----------------------------------------------------------/
///////////  		  GALERIE PHOTOS 			 /////////////
----------------------------------------------------------- */
.bg-gallery .bt {
    position: absolute;
    bottom: 40px;
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat;
}

.bg-gallery .left-bt {
    right: 50px;
    background-position: -850px -310px;
}

.bg-gallery .left-bt:hover {
    background-position: -890px -310px;
}

.bg-gallery .right-bt {
    right: 10px;
    background-position: -890px -360px;
}

.bg-gallery .right-bt:hover {
    background-position: -850px -360px;
}

.app-bg .back {
    position: fixed;
    top: 50px;
    left: -10px;
    z-index: 1000;
}

.app-bg .close-bt {
    position: fixed;
    top: 0px;
    right: 20px;
    z-index: 100;
    width: 75px;
    height: 60px;
    background-position: -38px -722px;
}

.app-bg .close-bt:hover {
    background-position: -38px -822px;
}

.app-bg .logo {
    position: fixed;
    left: 50%;
    z-index: 10;
    margin-left: -100px;

}

/* ----------------------------------------------------------/
///////////////////////   QUICKSEARCH   //////////////////////
----------------------------------------------------------- */

#conteneur_quicksearch {
    /* position: absolute; */
    /* top: 475px; */
    /* left: 50%; */
    margin: auto; /* NE PAS TOUCHER - UTILISÉ POUR CENTRER LE QS - GERER DANS LA CLASSE SUIVANTE SI BESOIN */
    /* margin: 0 0 0 -490px; */
    width: auto;

    /* Decommentez le code CSS ci-dessous pour positionner le QS sur le Flash */
}

#conteneur_quicksearch #formulaire_quicksearch {
    margin: 5px auto;
    width: 100%;
    border: none;
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch {
    position: relative;
    margin: 0;
    padding: 0;
    width: auto;
    list-style-type: none;
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li {
    display: inline;
    margin: 0 1px;
    padding: 0;
    vertical-align: middle;
    line-height: 16px;

}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li .lien_quicksearch:link {
    text-decoration: underline;
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li .lien_quicksearch:visited {
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li .lien_quicksearch:hover {
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li .champ_quicksearch {
    margin: 0;
    height: 16px;
    border: none;
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch li .champ_quicksearch:hover {
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch .li_reserver {
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch .li_reserver input:first-letter {
    text-transform: uppercase;
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch .li_reserver input {
    padding: 5px;
    width: 83px;
    border: none;
    background: url(../images/footer/bouton-reservez.png) no-repeat 0px 0px;
    color: #fff;
    font-size: 1.2em;
    font-family: 'Josefin Sans', arial;
    line-height: 1em;
    cursor: pointer;
    -webkit-transition: background 200ms ease-out;
    -moz-transition: background 200ms ease-out;
    -ms-transition: background 200ms ease-out;
    -o-transition: background 200ms ease-out;
    transition: background 200ms ease-out;

}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch .li_reserver input:hover {
    color: #c1ae58;
}

#conteneur_quicksearch #formulaire_quicksearch .ul_quicksearch .li_champ_date input {
    padding-left: 3px;
    width: 110px;
    background-image: url(/lsudhtml/javascript/calendar/zpcal/themes/layouts/img/calendar.gif);
    background-position: right;
    background-repeat: no-repeat;
    cursor: pointer;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    display: table; /* 2 */
    content: " "; /* 1 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}



