<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Header ===================================================================== {{{ */
.holder { margin: 0 auto; width:920px; }

.top-header { padding-top: 25px; }
.logo-gouv-canada { float: left; }
.logo-canada { float: right; padding-top: 10px; }

.header {
	background: url(/assets/img/interface/header.png) no-repeat; min-height: 173px;
	color: #000;
	text-align: center;
	font-family: AvianoFlareRegular, serif;
  font-weight: normal;
  font-style: normal;
  margin-top: 20px;
}

.header * {
  display: none;
}

.section-fr .header{
  background: url(/assets/img/interface/header-fr-2022.jpg) no-repeat; min-height: 173px;
  background-size: cover;
}

.section-en .header{
  background: url(/assets/img/interface/header-en-2022.jpg) no-repeat; min-height: 173px;
  background-size: cover;
}


.header .title { color: #000; font-size: 13px; padding-top: 100px; margin-bottom: 0.5em; }
.title-header { font-family: AvianoFlareRegular, serif; }
.place { color: #000; font-size: 20px; font-family: AvianoFlareBold, serif; margin-bottom: 0.2em; }
.web-address { margin-bottom: 0; }
	.web-address a { color: #000; font-size: 12px; font-family: Verdana, sans-serif; font-weight: bold; text-decoration: none; margin-bottom: 0;  }

ol.breadcrumbs { padding: 15px 0 10px 15px; }
ol.breadcrumbs .separator { background: url('/assets/img/interface/breadcrumb.png') right no-repeat; color: #303939; height: 13px; padding: 0 20px 0 0; text-decoration: none; width: 8px; }
/*ol.breadcrumbs a { background: url('/assets/img/interface/breadcrumb.png') right no-repeat; color: #303939; height: 13px; padding: 0 20px 0 0; text-decoration: none; width: 8px; }*/
ol.breadcrumbs a:hover { text-decoration: underline; }
ol.breadcrumbs li { padding-left: 10px;}
/* ============================================================================= }}} */
/* Non-semantic Helper Classes ================================================ {{{ */
.pb50 { padding-bottom: 50px; }
.mb02 { margin-bottom: 0.2em; }
.mb1 { margin-bottom: 1em; }
.pr15 { padding-right: 15px; }
.pl15 { padding-left: 15px; }

.center { text-align: center; }
.middle { vertical-align: middle; }
.top { vertical-align: top; }
.left { float: left; }
.right { float: right; }
.source p, p.source, .source { font-size: 11px !important; margin: 1em 0; }
.shy { position: absolute; left: -9999px; }
/* ============================================================================= }}} */
/* General ==================================================================== {{{ */
.main-content { float: left; padding-left: 20px; width: 700px; position: relative; }
h1, .not-found  h1, .h1 {
	color: #331602;
  	font-size: 21px;
  	font-style: italic;
  	font-weight: bold;
  	font-family: 'MuseoSlab500Regular', Times, serif;
  	margin: 1em 0;
}
h2 {
	color: #4c5a58;
	font-size: 18px;
	font-style: italic;
  	font-weight: bold;
  	font-family: 'MuseoSlab500Regular', Times, serif;
  	margin: 1.5em 0 1em;
  	line-height: 1.3em;
}
h2 a {
	text-decoration: none;
}
h3 {
	color: #303939;
	font-size: 15px;
	font-weight: bold;
  	font-family: 'MuseoSlab500Regular', Times, serif;
  	margin: 1.5em 0 1em;
}
h4 {
	color: #331602;
	font-size: 13px;
	font-weight: bold;
  	font-family: 'MuseoSlab500Regular', Times, serif;
}

p {
	color: #4c5a58;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
ul, ol { color: #4c5a58; }
li { line-height: 24px; }
article li { font-size: 13px; }
address { font-style: normal; }
blockquote { font-style: italic; font-family: 'MuseoSlab500Regular', Times, serif; }

ul.communique li .date {
    display: block;
    width: 140px;
    float: left;
}
ul.communique li .titre {
    display:  block;
    width: 500px;
    float: left;
    padding-bottom:  10px;
}
ul.communique li {
    clear: both;
    list-style:  none;
    border-top:  1px solid #ccc;
    padding:  10px 0;
    margin-top: 10px;
}

ul.formulaires li {
    border-top: 1px solid #CCCCCC;
    list-style: none outside none;
    margin-top: 0;
    padding: 20px 0 10px;
}
ul.formulaires li:first-child { border-top: none; }
.pdf {
	background: transparent url('/assets/img/interface/icon-pdf.png') no-repeat 1px 2px;
	padding: 0 0 3px 25px;
}
ul.no-bullet-list { margin: 0; padding-bottom: 5px; }
ul.no-bullet-list li { list-style: none; }

ul.prix li { margin-bottom: 14px; }

.intro-home { padding-top: 10px; }
.intro-home p { color: #501b03 !important; font-family: 'MuseoSlab500Regular', Times, serif; font-size: 24px; text-align: right; }
.intro-home em { font-family: 'MuseoSlab700Italic', Times, serif; font-size: 18px; font-style: normal; }
.intro-home strong { font-size: 24px; }

.not-found { padding: 40px 0px; }
.not-found p { margin-bottom: 0.5em; }

.pdf {}
/* ============================================================================= }}} */
/* Images ===================================================================== {{{ */
span.image { display: inline-block; position: relative; }
span.image:before {
	background: url(/assets/img/interface/img-before.png);
	content: " ";
	height: 40px;
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	}
span.image:after {
	background: url(/assets/img/interface/img-after.png);
	content: " ";
	height: 40px;
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%; }

span.banniere { display: inline-block; position: relative; }
span.banniere:after {
	background: url(/assets/img/interface/img-header-after.png);
	content: " ";
	height: 44px;
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	}
/* ============================================================================ }}} */
/* Tables ===================================================================== {{{ */
.main-content table {
	color: #56877c;
	width: 100%;
}

.main-content table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
.main-content table strong { color: #501b03; }
.main-content table thead { background: url(/assets/img/interface/table-header.png) repeat-x; color: #4c5a58; }
.main-content table thead tr { border-bottom: 1px solid #76aa90 !important; }
.main-content table thead tr th { font-weight: normal; padding: 10px 15px 5px !important }
.main-content table th, .main-content table td { text-align: left; padding: 12px 15px !important; }
/* .main-content table th.last, .main-content table td.last { padding-right: 15px !important; } */
.main-content table tbody td { padding: 12px 0; }
.main-content table tbody tr.dark { background: #f7f6f5; }
.main-content table thead th.head-first {
	font-family: 'MuseoSlab700Regular', Times, serif;
	font-size: 18px;
	font-style: italic; padding: 12px 0 5px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}
.main-content table thead th.last {
    font-family: 'MuseoSlab700Regular', Times, serif;
    font-size: 18px;
    font-style: italic; padding: 12px 0 5px;
    -webkit-border-top-right-radius: 10px;
	  -moz-border-radius-topright: 10px;
	  border-top-right-radius: 10px;
	  min-width: 180px;
    text-align: right;
}

.main-content table tfoot { border-top: 1px dotted #76aa90 ; }
.main-content table.grille { margin-bottom: 15px; }
.main-content table.grille, .main-content table.grille p { font-size: 11px; }
.main-content table.grille p { margin-bottom: 0; }
.main-content table.grille th, .main-content table.grille td { padding: 5px !important; }
.main-content table.grille thead { background: none; color: #501b03; }
.main-content table.grille .center { text-align: center; }

.main-content table.no-nothing-table td {
	color: #4C5A58;
	min-width: 80px;
	padding: 0px 15px 15px 0 !important;
	vertical-align: top;
}

.main-content table p { color: #56877c; padding: 0; }
.main-content table p + p { margin: 1.5em 0 0 0; }

.sites-evenements table th {
    width: 165px;
    vertical-align: top;
}
.sites-evenements table td {
    width: 420px;
}

.main-content table a { text-decoration: none; }
.main-content table a:hover { color: #56877c; }

.main-content table td.date {
  text-align: right;
  font-size: 12px;
}
.main-content table tr.hide { display: none; }
.main-content table tr.hide.show { display: table-row; }
/* ============================================================================ }}} */
/* Boutons ==================================================================== {{{ */
a.button {
	background: url(/assets/img/interface/bg-button.png) repeat-x;
	border: 1px solid #afddee;
	color: #4a6d7a;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	padding: 10px;
	text-decoration: none;
}
a.button:hover {
	color: #354e57;
}
.side-nav .sub-sub-section a.externe {
  background: url(/assets/img/interface/icon-externe.png) no-repeat bottom right;
  margin: 0 -5px 0 0;
   }
.side-nav .sub-sub-section a.externe:hover {
  background: url(/assets/img/interface/icon-externe-over.png) no-repeat bottom right;
  margin: 0 -5px 0 0;
  }
.show-all {
  float: right;
  font-size: 13px;
  font-style: normal;
}

.show-all.no-show a {
  color: #4c5a58;
}
/* ============================================================================ }}} */
/* Onglet (reset ui) ========================================================== {{{ */
.main-content .ui-widget-header { background: none; border: none ; }
.main-content .ui-widget-content { border: none; }
.main-content .ui-tabs .ui-tabs-nav li { left: -3px; }
.main-content .ui-tabs .ui-tabs-panel { padding: 2em 1.4em 1em; }
.tabs { margin-bottom: 20px; }
.tabs .ui-widget-content {
	border: 1px solid #97b6b0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: url(/assets/img/interface/table-header.png) repeat-x;
	border: 1px solid #fff;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}
.ui-tabs .ui-tabs-nav li a {
	color: #56877c;
	font-family: 'MuseoSlab700Italic', Times, serif;
	font-size: 18px;
	line-height: 20px;
	padding: 0.7em 1.5em .3em;
}
.ui-state-default.ui-tabs-selected {
	background: #fff;
	border: 1px solid #97b6b0;
}

.tabs h2, .tabs h3 { margin: 1em 0 0.5em; }

.ui-tabs-panel:before, .ui-tabs-panel:after { content: ""; display: table; }
.ui-tabs-panel:after { clear: both; }
.ui-tabs-panel { *zoom: 1; }

/* ============================================================================ }}} */
/* Kiok Edwin-BÃŠlanger ======================================================== {{{ */
.kiosk-article {
	border-bottom: 1px dotted #56bfb7;
	margin: 15px 0;
	padding: 15px 0;
 }
.kiosk-article img { float: right; padding-left: 15px; }
h3.kiosk-month {
 	background: #f7f6f5;
 	color: #501b03;
 	font-size: 18px;
 	margin: 25px 0 15px;
 	padding: 5px 10px;
}
p.date { color: #501b03; font-weight: bold; }
/* ============================================================================ }}} */
/* Main nav =================================================================== {{{ */
.main-nav {
	width: 920px;
	overflow: hidden;
}
.main-nav ul { margin: 1px 0 0 0; width: 1050px; }
.main-nav ul li {
	background: #331602;
	float: left;
	list-style: none;
	line-height: 14px;
	margin-right: 1px;
}
.main-nav ul li a {
	color: #fff;
	font-size: 14px;
	display: block;
	padding: 10px 0 10px 12px;
	text-decoration: none;
	text-shadow: none;
	text-shadow: 2px 1px 2px #1d1d1d;
	width: 141px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.main-nav ul li a:hover {
	background: #f7f6f5;
	text-shadow: none;
	color: #331602;
}
/* ============================================================================ }}} */
/* Sub nav ==================================================================== {{{ */
.side-nav { float: left; width: 200px; }
.side-nav ul { margin: 0; padding: 0; list-style: none; }
.side-nav li.title-main-section span, .main a {
	background: #501b03;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 20px 15px;
	cursor: pointer;
	display: block;
	text-decoration: none;
}
.ie7 .side-nav li.title-main-section span { margin-bottom: 0px;  }
.side-nav .sub-sub-section { padding: 0 15px 15px; }
.side-nav .sub-sub-section li { padding-bottom: 5px; }
.side-nav .sub-sub-section a {
	color: #303939;
	display: block;
	font-size: 14px;
	text-decoration: none;
}
.side-nav .sub-sub-section a.active { color: #501b03; font-weight: bold;}
.side-nav .sub-sub-section a:hover { color: #501b03; text-decoration: underline;}
.side-nav .sub-section .title { background: #f7f6f5;
	color: #56877c;
	border-bottom: 1px dotted #56877c;
	margin: 0 10px 15px;
	padding: 2px 5px 0px;
	text-transform: uppercase;
}
.ie7 .side-nav .sub-section .title { margin: 15px 10px;  }
.main-section.active .section { display: block; }
/* ============================================================================ }}} */
/* Footer ===================================================================== {{{ */
footer { border-top: 2px solid #92d9d3; }
.three-column { padding: 10px 0px; }
.three-column .one { float: left; width: 250px; }
.three-column .two { float: left; text-align: center; padding-left: 200px; width: 220px; }
.three-column .three { float: right; text-align: right; width: 250px; }
.top-arrow {
	background: url(/assets/img/interface/sprites.png) no-repeat -1px -1px;
	height: 27px;
	width: 27px;
}

.side-info-app {
	background: url(/assets/img/interface/bg-side-app.png) no-repeat;
	min-height: 145px;
	margin-top: 15px;
	padding: 20px 15px;
}
.side-info-app h2 { color: #fff; margin: 0; font-size: 14px; font-family: Verdana, sans-serif; text-shadow: 2px 1px 2px #1d1d1d; }
.side-info-app p {
	color: #fff;
	font-size: 14px;
	padding: 0;
	margin-bottom: 0.5em;
	text-shadow: 2px 1px 2px #1d1d1d;
}
.side-info-app p a {
	color: #fff;
	font-size: 11px;
	line-height: 13px;
}
.side-info-app p a:hover { color: #cbd6a8; }
img.app-icon { float: left; margin-left: -5px; padding-right: 12px; }

.side-network-links h2 { color: #56877c; font-size: 16px; }
.side-network-links { padding: 10px 0; }
.social-links { font-size: 10px; padding: 0; }
.twitter { background: url(/assets/img/interface/sprites-icons.png) no-repeat -3px 1px; float: left; height: 31px; margin: 4px; width: 34px;}
.facebook { background: url(/assets/img/interface/sprites-icons.png) no-repeat -43px -2px; float: left; height: 31px; margin: 4px; width: 29px; }
.linkedin { background: url(/assets/img/interface/sprites-icons.png) no-repeat -187px 0px; float: left; height: 31px; margin: 4px; width: 29px;  position: relative; left: -5px; }
.instagram { background: url(/assets/img/interface/sprites-icons.png) no-repeat -220px 0px; float: left; height: 31px; margin: 4px; width: 29px; }
.youtube { background: url(/assets/img/interface/sprites-icons.png) no-repeat -80px -2px; float: left; height: 31px; margin: 4px; width: 32px; }
.tripadvisor { background: url(/assets/img/interface/sprites-icons.png) no-repeat -150px -1px; float: left; height: 31px; margin: 4px; width: 32px; }
.rss { background: url(/assets/img/interface/sprites-icons.png) no-repeat -118px -2px; float: left; height: 31px; margin: 4px; width: 29px; }

.side-nav .search { background: url(/assets/img/interface/sprites.png) no-repeat -1px -34px; height: 33px; padding-bottom: 15px; width: 200px; }
.side-nav .field-search {
	border: none;
	width: 70%;
	margin: 7px 0 0 15px;
	outline: none;
}
.ie7 .side-nav .field-search { border: 1px solid #fff; width: 130px; margin-right: 12px; }
.side-nav .search-button {
	background: url(/assets/img/interface/sprites.png) no-repeat -176px -2px;
	border: none;
	text-indent: -9999px;
	height: 29px;
	width: 28px;
	margin-left: 3px;
	outline: none;
}
.ie7 .side-nav .search-button {
	background: url(/assets/img/interface/icon.png) no-repeat;
	border: none;
	height: 27px;
	width: 28px !important;
	color: #fff;
}
/* ============================================================================ }}} */
/* Formulaire ================================================================= {{{ */
section form p { margin: 0 0 1em 0; }
section form label {
	min-width: 200px;
	display: inline-block;
	padding-right: 5px;
	text-align: right;
	vertical-align: top;
}
section form p.radio label { min-width: 15px; }
section form .form-submit, section form p.radio {
	padding-left: 210px;
}
section form input[type="text"] { min-width: 200px; }
section form input[type="text"].input-short { min-width: 50px }
section form textarea { min-width: 450px; min-height: 150px; resize: none; }

.erreur { color: #d71601; }
.erreur-align { margin-left: 210px; }
.success { color: #829263; font-weight: bold; }

.section-plansite h2, .section-sitemap h2{ font-style: normal; text-decoration: underline; line-height: 0.9em; }
.section-plansite h3, .section-sitemap h3 { text-indent: 50px; }
.section-plansite h4, .section-sitemap h4 { text-indent: 50px; }
.section-plansite .main-content ul, .section-sitemap .main-content ul { margin-left: 100px; }
.section-plansite .main-content a:hover, .section-sitemap .main-content a:hover { color: #495551; }
/* ============================================================================ }}} */
/* Slider ===================================================================== {{{ */
.slider {
  position: relative;
  min-height: 150px;
}

.slider img:first-child { display: block; }
.slider img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.slider-nav { position: relative; top: -150px }
.slider-nav .nav {
  position: absolute;
  right: 15px;
  top: 15px;
}
.slider-nav .nav a {
  float: left;
  padding: 0 4px;
}

.bullet { background: url(/assets/img/bannieres/bullet.png) no-repeat; height: 9px; width: 9px; }
.bullet.current { background: url(/assets/img/bannieres/bullet-current.png) no-repeat; height: 9px; width: 9px; }
span.slider-image-bottom {
  z-index: 1000;
  width: 700px;
  position: absolute;
}
span.slider-image-bottom:after {
	background: url(/assets/img/interface/img-after.png);
	content: " ";
	height: 40px;
	position: absolute;
	left: 0;
	bottom: 25px;
	width: 100%;
}
/* ============================================================================ }}} */
/* Search Soldats ============================================================= {{{ */
.hide {
  display: none;
}

.advanced-search-content label{
  min-width: 100px;
  vertical-align: middle;
}
.advanced-search-content input[type="text"] {
  width: 50%;
  border: 1px solid #c1c1c1;
  padding: 7px;
  margin-bottom: 10px;
}

.advanced-search-content input[type="submit"] {
  background: none;
  background: #331602;
  border: 1px solid #331602;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding: 7px 0;
  text-decoration: none;
  text-shadow: none;
  text-shadow: 2px 1px 2px #1d1d1d;
  width: 141px;

  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;

}

.advanced-search-content input[type="submit"]:hover {
  background: #f7f6f5;
	text-shadow: none;
	color: #331602;
	border: 1px solid #f7f6f5;
}

.advanced-search-content select {
  margin-bottom: 10px;
}

.search-results ul { margin-left: 10px; }
.search-results ul li {
  list-style: none;
  border-bottom: 1px solid #c1c1c1;
  padding: 15px 20px;
}

.search-results ul li ul { padding-left: 15px; }
.search-results ul li ul li {
  border: none;
  padding: 0;
  margin: 0;
  list-style: circle;
}

.btn-advance-search {
  display: inline-block;
  padding-bottom: 20px;
}

.pager ul li {
  display: inline;
  float: left;
  list-style: none;
  margin-right: 10px;
}
.army-fra {   }
.soldat-fra, .soldat-fre { color: #027fc1; }

.army-bri {  }
.soldat-bri { color: #d61d1d; }
/* ============================================================================ }}} */
/* Infobulle ================================================================== {{{ */
.more-info-holder { position: relative; }
.infobulle {
  background: #331602;
  padding: 0 3px 0 5px;
  color: #fff;
  font-weight: bold;
  cursor: help;
  display: inline-block;
  min-width: 10px;
  text-decoration: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.infobulle:hover {
  background: #f7f6f5;
	text-shadow: none;
	color: #331602;
}

.link-infobulle {
  color: #331602;
  text-decoration: underline;
}

.link-infobulle sup { background-color: transparent; background-repeat: no-repeat; border: 0; direction: ltr; display: block; *line-height: 0; overflow: hidden; text-align: left; text-indent: -999em; }
.link-infobulle sup {
  background: url(/assets/img/interface/ico-info.png) no-repeat;
  display: inline-block;
  height: 15px;
  margin: 0 2px;
  width: 15px;
}
.link-infobulle sup:hover { background: url(/assets/img/interface/ico-info-over.png) no-repeat; }

.bulle {
  background: #fff;
  border: 1px solid #92d9d3;
  padding: 15px 15px 0 15px;
  position: absolute;
  max-width: 400px;
  z-index: 1000 !important;
  min-width: 240px;
}
.bulle h1 {
  margin: 0 0 10px 0;
  font-size: 16px;
}
.bulle h2 {
  margin: 0 0 10px 0;
  font-size: 14px;
}
.bulle img {
  float: left;
  padding-right: 10px;
}

.ui-tabs { position: static; }
/* ============================================================================ }}} */
/* Infoblettre ================================================================ {{{ */
.infolettre input[type="email"] {
  border: 1px solid #c1c1c1;
  padding: 7px;
  margin-bottom: 10px;
}

.infolettre button {
  background: none;
  background: #331602;
  border: 1px solid #331602;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding: 7px 0;
  text-decoration: none;
  text-shadow: none;
  text-shadow: 2px 1px 2px #1d1d1d;
  width: 36px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.infolettre button:hover {
  background: #f7f6f5;
	text-shadow: none;
	color: #331602;
	border: 1px solid #f7f6f5;
}
/* ============================================================================ }}} */
/* Nav clavier ================================================================ {{{ */
#skip-links {
	position: absolute;
	right: 20px;
	top: 5px;
	font-size: 1.2em;
}
#skip-links p { display: inline; }
#skip-links a:focus { position: static; }
#skip-links a { text-decoration: none; }
/* ============================================================================ }}} */
/* Activity special search ==================================================== {{{ */
.form-special-activity ul {
    margin-left: 0px;
    padding-left: 15px;
    margin-top: 15px;
    padding-top: 5px;
    padding-bottom: 15px;
    /*background-color: #dddddd;*/
}

.form-special-activity li{
    text-align: left;
    list-style: none;
}
.form-special-activity .key-search{
    min-width: 65px;
}

.form-special-activity select.customSelect,
.form-special-activity #select-date label {
    min-width: 65px;
    margin-right: 0px;
    margin-left: 0px;
    text-align: left;
}

.form-special-activity #btn-search-activity {
    float: right;
    margin-right: 15px;
}
/* ============================================================================ }}} */
/* Buy tickets ================================================================ {{{ */
.buy-tickets h2 {
  border-bottom: 1px solid #c1c1c1;
  display: block;
}

.buy-tickets form label {
  text-align: left;
  display: block;
  margin-bottom: 15px;
  width: 33%;
}

.buy-tickets form span.label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.buy-tickets form input,
.buy-tickets form textarea {
  border: 1px solid #c1c1c1;
  display: block;
  padding: 7px;
}

.buy-tickets form input { width: 100%; }
.buy-tickets form textarea { width: 50%; }
.buy-tickets form input[type="number"] { width: 50px; }
.number-of-tikets span.label { min-width: 320px; }

.buy-tickets form label.input-inline { width: 100%; }
.buy-tickets form label.input-inline span.label { display: inline-block; }
.buy-tickets form label.input-inline input { display: inline; }

.buy-tickets form label.error input { border: 1px solid #FF5B30; }
.msg-error {
  padding: 5px 8px;
  display: inline-block;
  background: #FF6B45;
  color: #fff;
  width: 100%;
}

.buy-tickets form button {
  background: none;
  background: #331602;
  border: 1px solid #331602;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding: 7px;
  text-decoration: none;
  text-shadow: none;
  text-shadow: 2px 1px 2px #1d1d1d;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.buy-tickets form button:hover {
  background: #fff;
  border: border: 1px solid #331602;
  color: #331602;
  text-shadow: none;
}

.buy-tickets .informations {
  background: #E2F3EC;
  border: 1px solid #97b6b0;
  padding: 15px 20px;
  margin-bottom: 20px;
  width: 66%;
}

.buy-tickets .informations h3 {
  margin: 0;
  color: #56877c;
  font-family: 'MuseoSlab700Italic', Times, serif;
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 20px;
}

.buy-tickets .informations p {
  font-family: 'MuseoSlab700Italic', Times, serif;
  margin: 0;
}

.purchases-summary-end {
  border-top: 1px dotted #c0c0c0;
  padding: 10px 0;
}

.purchases-summary-end .details {
  float: left;
  padding: 10px 0;
  width: 50%;
}
.purchases-summary-end .details h3 {
  margin: 0 0 10px 0;
}

.purchases-summary-end .details p {
  font-size: 12px;
}

.purchases-summary-end .total {
  float: right;
  width: 25%;
}
.purchases-summary-end .total  p {
  border-bottom: 1px dotted #C0C0C0;
  padding-bottom: 10px;
}

.purchases-summary-end .total .tag { float: left; }
.purchases-summary-end .total strong { float: right; }

/* ============================================================================ }}} */
</pre></body></html>