@charset "UTF-8";

#content {
	top: 5.3em;
	position: fixed;
	right: 4em;
	bottom: 4em;
	left: 4em;
	font-family: 'questrial', arial, sans-serif;
}

#galerie,
.content-transition,
.content-texte {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

#galerie {
	z-index: 0;
}

.content-transition,
.content-texte {
	z-index: 1;
}

h1,
h2 { line-height: 1.2; }

h1 span, 
h2 span {
	vertical-align: text-top;
}

.titre {
	position: relative;
	padding-bottom: 1em;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.53em; /*1.6em*/
	font-family: 'goudystm', arial, sans-serif;
}

.titre:after {
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #fff;
	content: '';
}

/* Bloc bouton contenu */

.bloc-btn-content {
	position: absolute;
	right: -3em;
	top: 4.2em;
	width: 22em;
	z-index: 20;
	perspective: 600;
	-webkit-perspective: 600;
}

.pageBigButtons .bloc-btn-content { width: 24em; }

.bloc-btn-content .button {
	margin-top: 1em;
	padding: 1.2em;
	width: 100%;
	text-transform: none;
	display: block;
}



.bloc-btn-content .button:after {
	position: absolute;
	top: 0.6em;
	right: 1.3em;
}

.bloc-btn-content .bg-rouge { margin-top: 4em; }

.bloc-btn-content .btnResaSejour {
	text-transform: uppercase;
	font-size: 1.225em;
}

.bloc-btn-content .btnResaSejour:before {
	border-right-width: 2.45em;
}

.de .btnResaSeminaire {
	padding: 1.2em 1.4em;
}
.de .list-button .btnResaSeminaire {
	padding: 0;
}

/*==========================================
=            Content transition            =
==========================================*/
.content-transition {
	background: url(../images/content/fond-transition.png) repeat 0 0;
	background: rgba(0,0,0,0.65);
}

.accroche {
	position: absolute;
	top: 0;
	right: 28em;
	display: table;
	width: 25em;
	height: 100%;
}

.accroche-content {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	font-size: 1.4em;
	line-height: 1.5;
	text-align: right;
}

.list-button a {
	display: inline-block;
	margin-top: 1em;
	color: #fff;
	text-transform: none;
}

.list-button a:hover { text-decoration: underline; }

/*-----  End of Content transition  ------*/

/*=====================================
=            Content texte            =
=====================================*/
.content-texte {
	padding-top: 4.2em;
	background-color: #fff;
	background-color: rgba(255,255,255,0.95);
	text-align: left;
}

.contenu:after {
	content: '';
	display: block;
	height: 0px;
	clear: both;
}

.contenu {
	color: #4d4d4d;
	font-size: 1.4em;
	line-height: 1.5;
}

.contenuScrollable {
	top: 6em;
	bottom: 2em;
}

/* Titre H1 */

.contenu .titre {
	margin: 0.8em 0 1.2em 0;
	border-color: #939598;
	color: #939598;
	font-style: italic;
	line-height: 1.2;
}

.contenu .titre:after {
	background-color: #939598;
}

/****** Bloc texte ******/

.bloc-texte {
	/*display: inline-block;*/
	float: left; 
	margin: 1em 2% 1em 0;
	/*width: 47%;*/
	display: block;
	width: 48%;
	/*vertical-align: top;*/
	text-align: justify;
}

.bloc-reservation {
	float: right;
}

.bloc-blog,
.bloc-full {
	margin: 1em 0;
	width: 98%;
}

.half-width {
	float: left;
	margin-right: 2%;
	width: 48%;
}

/* H2 */

.bloc-texte h2 {
	margin-bottom: 1.5em;
	padding-left: 0.4em;
	border-left: 2px solid #000;
	color: #000;
	text-transform: uppercase;
	font-style: italic;
	font-size: 1.2em;
	font-family: 'goudystm', arial, sans-serif;
}

/* Paragraphes */

.bloc-texte p {
	margin: 0.6em 0;
}

/* Listes */

.bloc-texte ul,
.bloc-texte ol {
	margin: 0.6em 0 0.6em 2em;
	list-style-type: disc;
	list-style-position: outside;
}

/* Liens */

.bloc-texte a {
	color: #a81e33;
	color: hsl(351, 70%, 39%);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.bloc-texte a:hover {
	color: hsl(351, 70%, 29%);
	text-decoration: underline;
}

/* Tableau */
.bloc-texte table {
	background: url(../images/motif.png) repeat 0 0;
	width: 100%;
}

.bloc-texte table,
.bloc-texte table td {
	border: 1px solid #999;
}

.bloc-texte table td {
	padding: 0.6em;
	vertical-align: middle;
	text-align: center;
}

.bloc-texte tr td:nth-child(1),
.bloc-texte tr:nth-child(1) td {
	background-color: #bbb;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

.pageSituation .bloc-texte tr td:nth-child(odd) {
	background-color: #bbb;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

.bloc-distances tr td:nth-child(2n) {
	background-color: transparent;
	color: #4d4d4d;
	text-shadow: none;
}

/* Page Tarifs */

.bloc-tarif table td {
	width: 30%;
	text-transform: uppercase;
}

.bloc-tarif tr:first-child td {
	text-transform: none;
}

/*-----  End of Content texte  ------*/


/*======================================
=            Galerie photos            =
======================================*/

.titreGalerie {
	position: fixed;
	top: 2.65em;
	left: 2em;
	right: 2em;
	z-index: 60;
	padding: 0.6em 0 0.4em;
	background-color: #a4a3a6;
	background-color: hsla(260, 2%, 65%, 0.8);
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	font-size: 2em;
	font-family: 'goudystm', Arial, sans-serif;
}

.pageGalerie .bloc-btn-content a {
	text-transform: uppercase;
}

/*-----  End of Galerie photos  ------*/




/*==================================
=            Speedroute            =
==================================*/

#moduleSpeedroute {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 1.4em;
	font-family: 'questrial',arial,sans-serif;
}

#moduleSpeedroute .slide-speedroute {
	padding-top: 3.1em;
}

#moduleSpeedroute .speedroute-wrap-infowindow {
	text-align: center;
}

#moduleSpeedroute .speedroute-wrap-infowindow .btn {
	margin: 0.6em 0;
}

/* Style de la feuille de route */

#moduleSpeedroute .feuilleRoute {
	font-size: 1em;
	top: 12.5em;
}

/* Cadre avec les km et icone route dans la feuille de route */
#moduleSpeedroute .feuilleRoute .dark { 
	background-color: #a81e33;
	background-color: hsl(351, 70%, 39%);
}

/* Cadre avec le temps et icone 'horloge' dans la feuille de route */
#moduleSpeedroute .feuilleRoute .more-dark { 
	background-color: #582937;
	background-color: hsl(342, 36%, 25%);
}

/* Style de la modal */

#moduleSpeedroute .modal-envoi-speedroute,
#moduleSpeedpackage  {
	font-family: 'questrial', arial, sans-serif;
}

/* Style des boutons */

/* Styles générales des boutons par défaut */
#moduleSpeedroute .speedroute-btn-open,
#moduleSpeedroute .speedroute-btn-print,
#moduleSpeedroute .speedroute-btn-friend,
#moduleSpeedroute .speedroute-btn-close,
#moduleSpeedroute .speedroute-btn-calcul,
#moduleSpeedroute .btn.close-modal-speedroute,
#moduleSpeedroute .btn.pull-right,
#moduleSpeedroute .btnRetourTexte,
#moduleSpeedpackage .btn,
#moduleSpeedpackage .btn-group .btn,
#moduleSpeedpackage .formulaire button {
	margin: 0 0.2em;
	border-color: transparent;
	border-radius: 5px;
	background-image: none;
	box-shadow: -1px -1px 6px rgba(0,0,0,0.6) inset, 1px 1px 6px rgba(255,255,255,0.6) inset;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	-webkit-transition: background-color .4s,color .4s;
	-moz-transition: background-color .4s,color .4s;
	-ms-transition: background-color .4s,color .4s;
	-o-transition: background-color .4s,color .4s;
	transition: background-color .4s,color .4s;
}

/* Insérer ici la couleur de fond + la couleur de texte -
   Les boutons Fermer ont un style inverser	(couleur de fond + couleur de texte)
*/
#moduleSpeedroute .speedroute-btn-open,
#moduleSpeedroute .speedroute-btn-print,
#moduleSpeedroute .speedroute-btn-friend,
#moduleSpeedroute .speedroute-btn-calcul,
#moduleSpeedroute .btn.pull-right,
#moduleSpeedroute .btnRetourTexte,
#moduleSpeedpackage .btn,
#moduleSpeedpackage .btn-group .btn,
#moduleSpeedpackage .formulaire button {
	background-color: #a81e33;
	background-color: hsl(351, 70%, 39%);
}

/* Insérer ici la couleur de fond + la couleur de texte au hover */
#moduleSpeedroute .speedroute-btn-open:hover,
#moduleSpeedroute .speedroute-btn-print:hover,
#moduleSpeedroute .speedroute-btn-friend:hover,
#moduleSpeedroute .speedroute-btn-calcul:hover,
#moduleSpeedroute .btn.pull-right:hover,
#moduleSpeedroute .btnRetourTexte:hover,
#moduleSpeedpackage .btn:hover,
#moduleSpeedpackage .btn-group .btn:hover,
#moduleSpeedpackage .formulaire button:hover {
	background-color: #e06c4c;
	background-color: hsl(13, 70%, 59%);
}

#moduleSpeedroute .speedroute-btn-close,
#moduleSpeedroute .btn.close-modal-speedroute {
	background-color: #582937;
	background-color: hsl(342,36%,25%);
}

#moduleSpeedroute .speedroute-btn-close:hover,
#moduleSpeedroute .btn.close-modal-speedroute:hover {
	background-color: hsl(342,36%,15%);
}

/*-----  End of Speedroute  ------*/


/*=====================================
=            Speedpackages            =
=====================================*/

#moduleSpeedpackage .sp-offre-detail-infos .btn + .btn,
#moduleSpeedpackage .sp-offre-view-more {
	margin-top: 0.6em;
}

#moduleSpeedpackage h2,
#moduleSpeedpackage #main_title,
#moduleSpeedpackage .formulaire h1 {
	padding-left: 0;
	border: none;
	font-family: 'goudystm',arial,sans-serif;
}

#moduleSpeedpackage table {
	background: url(../images/motif.png) repeat 0 0;
}

#moduleSpeedpackage table td {
	background: none;
	color: #444;
	text-shadow: none;
}

#moduleSpeedpackage h2,
#moduleSpeedpackage h2 a,
#moduleSpeedpackage h1,
#moduleSpeedpackage .sp-filter a,
#moduleSpeedpackage .sp-offre-more a,
#moduleSpeedpackage .sp-offre-detail-infos span,
#moduleSpeedpackage .sp-pagination a {
	color: #a81e33;
	color: hsl(351,70%,39%);
}

/* Formulaire de demande de réservation */

#moduleSpeedpackage .formulaire,
#moduleSpeedpackage .formulaire table,
#moduleSpeedpackage .formulaire tr,
#moduleSpeedpackage .formulaire td {
	border: none;
	font-family: 'questrial',arial,sans-serif !important;
}

#moduleSpeedpackage #main_title,
#moduleSpeedpackage .formulaire h1 {
	text-transform: uppercase;
	font-style: italic;
}

#moduleSpeedpackage .formulaire .table-bordered td {
	border: 1px solid #999;
}

#moduleSpeedpackage .formulaire .btn {
	color: #fff;
}

#moduleSpeedpackage #selectedOffreInForm {
	text-align: left;
}

#moduleSpeedpackage #selectedOffreInForm ul {
	margin-left: 2em;
}

#moduleSpeedpackage .formulaire button {
	padding: 0.4em 1em;
	line-height: 1;
}

/*-----  End of Speedpackages  ------*/
