/*  ============================================================================
    IMPORTS
    ========================================================================== */
@import url(reset.css);
@import url(simplegrid.css);
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,400i,700,700i');

/*  ============================================================================
	GENERAL BASE BY Keven Ouellet
	========================================================================== */

.ui-datepicker-title select 		{ padding: 3px !important; font-size:16px !important; }

html								{ font-family: 'Titillium Web', Georgia, serif; font-size: 18px; line-height: 26px; font-weight: 400; height: 100%; color:#444; }
body								{ font-family: 'Titillium Web', Georgia, serif; font-size: 18px; line-height: 26px; font-weight: 400; height: 100%; color:#444; }

body.home 							{ background-image: url(../images/background.jpg); background-repeat: no-repeat; background-attachment: fixed; background-size: cover; background-position: left; }
body.signin 						{ background-image: url(../images/background.jpg); background-repeat: no-repeat; background-attachment: fixed; background-size: cover; background-position: left; }
body.iframe 						{ background-image: none; padding: 20px; }

.ckeditor ul						{ list-style: square; padding: 0; padding-left: 30px;  }
.ckeditor ol						{ list-style: decimal; padding: 0; padding-left: 30px; }
.ckeditor iframe 				{ width: 100%;  }
body.cke_editable  			{ background: none; padding: 15px; }

:root {
  color-scheme: only light !important;
}

/*  ============================================================================
    Positions
    ========================================================================== */

.clear                { display: block; clear: both; overflow: hidden; height:0; margin:0; padding: 0; }
.align-left           { float:left; margin-right: 20px; }
.align-right          { float:right; margin-left: 20px; }
.align-center         { text-align: center; }
.full                 { width:100%; }

.fixed 								{ position: fixed; }
.left 								{ text-align: left; }
.right 								{ text-align: right; }
.center 							{ text-align: center; margin-left: auto; margin-right: auto; }

.inline 							{ display: inline; }
.inline-block 				{ display: inline-block; }
.block 								{ display: block; }

/*  ============================================================================
	TYPOGRAPHY
	========================================================================== */

h1									{ font-size: 50px; line-height: 54px; margin-bottom: 10px; font-weight: 300; }
h2									{ font-size: 36px; line-height: 40px; margin-bottom: 10px; margin-top: 20px; font-weight: 300; }
h3									{ font-size: 28px; line-height: 32px; margin-bottom: 10px; margin-top: 20px; font-weight: 300; color:#1073BA; }
h4									{ font-size: 22px; line-height: 26px; margin-bottom: 10px; margin-top: 20px; }
h5									{ font-size: 18px; line-height: 22px; margin-bottom: 10px; margin-top: 20px; }

.page-wrapper img 			{ width: auto !important; height: auto !important; }

::-moz-selection				{ background: #000000; color: #fff; text-shadow: none; }
::selection							{ background: #000000; color: #fff; text-shadow: none; }

i, em								    { font-style: italic; }
strong, b							  { font-weight: bold; }
	
p									      { font-size: 18px; line-height: 28px; margin-bottom: 15px; margin-top: 5px; color:#3a3a3a; }
p.spacer							  { padding: 20px; }
p.spacer-large					{ padding: 40px;  }
p.section-title					{ font-size:24px; line-height: 30px; font-weight: bold; color:#0073b2; margin-top: 20px; }
p.sub-section-title			{ font-weight: 700; }

small								    { font-size: 14px; }

img									    { max-width:100%; height: auto; vertical-align: middle; }
img.triquart 						{ max-width:75%; margin: 0 20px 20px 0; }
img.demi 							  { max-width:50%; margin: 0 20px 20px 0; }
img.tier 							  { max-width:33%; margin: 0 20px 20px 0; }
img.quart 							{ max-width:25%; margin: 0 20px 20px 0; }

sub, sup 							  { font-size: 12px; } 
sub 								    { vertical-align: sub; } 
sup 								    { vertical-align: super; }

blockquote 							{ font-family: Georgia, serif; font-size: 18px; font-style: italic; margin: 0.25em 0; padding: 0.25em 20px; line-height: 1.45; position: relative; color: #FFF; }
blockquote:before 			{ display: block; content: "\201C"; font-size: 120px; position: absolute; left: -20px; top: 0; color: #FFF; }
blockquote cite 				{ color: #FFF; font-size: 14px; display: block; margin-top: 5px; }
blockquote cite:before 	{ content: "\2014 \2009"; }

/*  ============================================================================
	LISTS
	========================================================================== */

ol,
ul									{ list-style: disc; padding: 0; margin-bottom: 30px; }
ul.square						{ list-style: square; }
ul ul,
ol ol 							{ margin-bottom:0; }
ol									{ list-style: decimal;  }
ul li,
ol li 							{ font-size: 17px; line-height: 24px; font-weight: 300; }

ul.inline 					{ list-style: none; }
ul.inline li 				{ background-color: #333333; color:#FFF; display: inline-block; padding: 5px 10px; }

/*  ============================================================================
	LINKS & BUTTONS
	========================================================================== */

a									    { color:#333333; text-decoration: underline; }
a:hover								{ color:#0041AA; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; }

a.read-more						{ padding: 5px 12px; margin: 10px 0; background-color: #333333; color:#FFF; text-decoration: none; display: inline-block; }
a.read-more:hover			{ background-color: #000000; text-decoration: none; }

a.more							 	{ padding: 13px 18px; margin: 10px 0; background-color: #141414; color:#FFF; text-decoration: none; display: inline-block; }
a.more:hover					{ background-color: #000000; text-decoration: none; }

a.button 							{ background-color:#686868; color:#FFF; padding: 9px 28px; line-height: 18px; text-decoration: none; -webkit-appearance: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
a.button:hover 				{ background-color: #000; }
a.back-registration   { display:inline-block; margin-bottom:10px; }
a.button.add 					{ background-color: #5bb85d; border-bottom: 2px solid #6FA83A; display: inline-block; }
a.button.add:hover 		{ background-color: #8BC159; }
a.button.add .fas 		{ margin: 0 10px 0 0; }

#button-burger  			{ display: none; background-color: #0062BF; color:#FFF; cursor: pointer; position: fixed; top:0px; right:0px; border:none; z-index: 8; width: 42px; height: 42px; text-align: center; }
#button-burger .fas 	{ color:#fff; font-size:22px; line-height: 22px; }

/*  ============================================================================
	TABLES
	========================================================================== */

table								    { width: 100%; margin-bottom: 30px; }
table tr td							{ display: table-cell; padding: 10px; vertical-align: top; border-bottom: 1px solid #D3D3D3; }
table tr th						 	{ display: table-cell; padding: 10px; vertical-align: top; border-bottom: 1px solid #D3D3D3; font-weight: bold; text-align: left; color:#5B5B5B; }

table.no-border,
table.no-border tr th,
table.no-border tr td 	{ border:none !important; }

table.border						{ width: 100%; margin-bottom: 12px; border: 1px solid #D3D3D3; }
table.border tr td			{ display: table-cell; padding: 5px 10px; vertical-align: top; border: 1px solid #D3D3D3; }
table.border tr th			{ display: table-cell; padding: 5px 10px; vertical-align: top; font-weight: bold; text-align: left; border: 1px solid #D3D3D3; }

table.registration-table			    { width: 100%; margin: 20px 0; border: 1px solid #D3D3D3; }
table.registration-table tr td		{ display: table-cell; padding: 2px 6px; vertical-align: top; border: 1px solid #D3D3D3; }
table.registration-table tr th		{ display: table-cell; padding: 2px 6px; vertical-align: middle; width: 33%; font-weight: bold; text-align: left; border: 1px solid #D3D3D3; }
table.registration-table input,
table.registration-table select 	{ margin:0; }

table.form-table 					        { width: 100%; margin-bottom: 20px; }
table.form-table tr td				    { padding: 0 10px 10px 0; border:none; }
table.form-table tr td input,
table.form-table tr td select,
table.form-table tr td textarea 	{ margin-bottom: 0; }
table.form-table tr 				      { background:none !important; }

/*  ============================================================================
	FORMS
	========================================================================== */
  
.checkbox 										    { display: block; margin-bottom:5px; position:relative; width:100%; }
.checkbox label 								  { display: block; padding:10px 10px 10px 40px; cursor: pointer; border:1px solid #7A7A7A; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.checkbox label:hover 						{ background-color:#DDDDDD; }
.checkbox input[type=checkbox] 		{ position: absolute; top: 6px; left:1px; margin:10px 15px; }

input[type=text],
input[type=password],
input[type=search],
input[type=url],
input[type=tel],
input[type=date],
input[type=email],
input[type=time],
input[type=number],
input[type=range],
input[type=color],
textarea							      { font-family: 'Titillium Web', Georgia, serif; background-color:#FFF; font-size: 16px; width: 100%; padding: 10px 15px; margin-bottom: 15px; border:1px solid #CCCCCC; -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; -o-transition: all 0.30s ease-in-out; outline: none; -webkit-appearance: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

input[type=radio] 					{ width: auto !important;  }
input[type=checkbox] 				{  }

input[type=submit] 					{ padding: 13px 28px; color:#FFF; transition: 0.5s; background-color: #5bb85d; border: none; cursor: pointer; font-size: 18px; line-height: 18px; -webkit-appearance: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
input[type=submit]:hover 		{ background-color: #1F9B1F; }

input[type=file]					  { cursor: pointer; display: block; width: 100%; padding: 10px 15px; border:2px dashed #DDDDDD; }
input[type=file]:hover 			{ background-color: #DDDDDD; border:2px solid #DDDDDD;  }

input.readonly 						  { cursor: not-allowed; background-color: #CECECE; }

input#postal_code 					{ text-transform: uppercase; }

input:focus,
textarea:focus 						  { border: 1px solid #35B737; }

textarea							      { min-height: 150px; resize: vertical; }
select								      { font-size: 16px; background-color:#FFF; width: 100%; padding: 13px 15px; margin-bottom: 15px; border:1px solid #CCCCCC; -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; -o-transition: all 0.30s ease-in-out; outline: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
option								      { width: 100%; }

span.help 							    { display: inline-block; position: relative; }
span.help .fa 						  { padding: 3px; font-size:18px; cursor: pointer;  }
span.help:hover .fa					{ color:#1C1C1C; }
span.help:hover span.help-text 		{ opacity: 1; visibility: visible; text-align: center; -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; -o-transition: all 0.30s ease-in-out;  }
span.help-text 						  { opacity: 0; visibility: hidden; position: absolute; top:100%; left:0; background-color: #333333; padding: 8px 10px 5px 10px; font-size:14px; color:#FFF; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

/* JS ADD ICON TO SPECIFIC INPUT (script.js) */
.has_icon 							  { position: relative; }
.has_icon .input-icon 		{ position: absolute; top:13px; left:15px; }
.has_icon input 					{ padding-left: 44px; }

.checkbox-box 						{ display: block; padding: 3px; }

/*  ============================================================================
    BREADCRUMBS
    ========================================================================== */

.ariane                      { font-size: 15px; margin-bottom: 10px; }
.ariane a                    { font-size: 15px; display: inline-block; text-decoration: none; }
.ariane a:after              { font-family: "Font Awesome 5 Free"; content:"\f105"; padding: 0 8px; font-weight: 900; }

/*  ============================================================================
    LINKS
    ========================================================================== */

.links                      { margin: 5px 0; }
.links a                    { display: inline-block; padding: 2px 13px; border:1px solid #efefef; }
.links .current_page        { display: inline-block; padding: 2px 13px; border:1px solid #efefef; background-color: #f5f5f5; }

/*  ============================================================================
    MESSAGES & ERRORS
    ========================================================================== */

.message                    { clear: both; display: block; padding: 15px; position: relative; margin-bottom: 20px; color: #ffffff; background-color: #AFAFAF; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.message p 							    { margin: 1px 0 0 0; font-size:16px; line-height: 20px; }

.error 								      { background-color:#ec3d3c; border: 1px solid #BA0D0D; padding: 15px;}
.error p 							      { color:#FFF; margin: 1px 0 0 0; }

.alert-error 						    { background-color:#ec3d3c; border: 1px solid #BA0D0D; padding: 15px 20px; clear: both; display: block; position: relative; margin-bottom: 20px; color: #ffffff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.alert-error .close 				{ display: none; }

.success 							      { background-color:#48AD1A; border: 1px solid #65992F; padding: 15px;}
.success p 							    { color:#FFF; }

.alert-success 						  { background-color:#48AD1A; border: 1px solid #65992F; padding: 15px 20px; clear: both; display: block; position: relative; margin-bottom: 20px; color: #3A6011; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.alert-success .close 			{ display: none; }

.notif 								      { background-color:#D3D3D3; color:#333333; border: 1px solid #878787; }
.notif p 							      { color:#3F3F3F; }
.notif .close-message 			{ color:#3F3F3F; }

.warning 							      { background-color:#F7C87E; color:#515151; border:1px solid #efaa33; padding: 10px 15px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;  }
.warning p 							    { color:#3F3F3F; }
.warning p:last-child				{ margin-bottom: 0; }

input.missing,
textarea.missing,
select.missing 						    { border: 2px solid #FF3B38; background-color: #FFCECE; }
.missing 							        { color: #FF3B38; }

.close-message 						    { color:#FFF; position: absolute; top:4px; right:9px; font-weight: bold; padding:10px 17px; cursor: pointer; }

.js-error 							      { position: fixed; bottom:0; left:0; padding: 30px; background-color: #F25C00; color:#FFF; width: 100%; text-align: center; z-index: 1000; }

.password-requirement 				{ font-size:15px; line-height: 18px; color:#3A3A3A; clear: both; display: block; padding: 15px; position: relative; margin-bottom: 20px; background-color: #F7C87E; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.password-requirement ul 			{ margin-left: 20px; margin:5px 0 0 1px; }
.password-requirement ul li 	{ font-size:15px; line-height: 22px;list-style: none; color:#3A3A3A; }
.password-requirement ul li i { font-size:15px; line-height: 22px; margin-right: 5px; color:#3A3A3A;  }

a.show-invoice 						  { background-color:#00BFD1; color:#FFF; padding:10px 15px; display:inline-block; text-decoration: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
a.show-invoice:hover 				{ background-color:#009ACE; }

/*  ============================================================================
	SIGN IN
	========================================================================== */

.signin-wrap 						  { position: absolute; top: 50%; left: 50%; width:500px; min-height: 500px; margin-top: -300px; margin-left: -250px; padding: 50px; background-color: #FFF; box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; }
.back-to-home 						{ margin-top: 30px; display: inline-block; }


/*  ============================================================================
	HOME PAGE
	========================================================================== */

.login-wrap 						{ background-color: #FFF; position: absolute; top:0; right:0; width: 30%; min-height: 100%; padding: 50px; box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; }
.intro-logo 						{ display: block; margin: 20px 0 50px 0; }

.login-wrap input[type=text],
.login-wrap input[type=password]	{ font-size:24px; padding: 10px 12px 12px 50px; font-family: 'Titillium Web', Georgia, serif; width: 100%; margin-bottom: 15px; border:1px solid #CCCCCC; -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; -o-transition: all 0.30s ease-in-out; outline: none; -webkit-appearance: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;  }
.login-wrap input[type=submit] 		{ width: 100%; margin-bottom: 30px; }
.login-wrap .input_username 		  { position: relative; }
.login-wrap .input_username .fas	{ position: absolute; top:45px; left:20px; font-size:22px; color:#B2B2B2; }
.login-wrap .input_password 		  { position: relative; }
.login-wrap .input_password .fas	{ position: absolute; top:45px; left:20px; font-size:22px; color:#B2B2B2; }

.create-account-box 				      { margin: 40px 0; padding-top: 40px; border-top:1px solid #D8D8D8; }


/*  ============================================================================
	GENERAL 
	========================================================================== */

/* LOADING BOX */
#loading-box 						  { z-index:1000000; background-color: #000; opacity: 0.85; position: fixed; top:0; left:0; width:100%; height:100%;} 
.spinner 							    { -webkit-animation: rotate 2s linear infinite; animation: rotate 2s linear infinite; z-index: 2; position: absolute; top: 50%; left: 50%; margin: -25px 0 0 -25px; width: 50px; height: 50px; }
.spinner .path 						{ stroke: #93bfec; stroke-linecap: round; -webkit-animation: dash 1.5s ease-in-out infinite; animation: dash 1.5s ease-in-out infinite; }

.loading-bar 						  { display: none; }

.breadcrumbs 						  { font-size:14px; line-height: 15px; padding-bottom: 10px; }
.breadcrumbs a						{ font-size:14px; line-height: 15px; }

.main-wrapper 						{ background-color: #E0F3FF; min-height: 100%; width: 100%; padding: 50px; }

.container 							  { margin-left: 300px; }
.sidebar 							    { z-index: 20; background-color: #FFF; position: fixed; top:0; left:0; bottom:0; width: 300px; min-height: 100%; height: auto; border-right:1px solid #72BCEA; box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px; }
.sidebar .main-logo 			{ padding: 30px; }
.sidebar ul 						  {  }
.sidebar ul li						{ margin-bottom: 1px; }
.sidebar ul li a 					{ text-decoration: none; text-transform: uppercase; font-size:16px; display: block; padding: 16px 30px; }
.sidebar ul li a .fas 		{ margin-right: 5px; width: 20px; }
.sidebar ul li a:hover,				
.sidebar ul li a.current 	{ background-color: #1C90D8; color:#FFF; }

.box 								      { background-color: #FFF; padding: 30px; margin-bottom: 10px; border: 1px solid #B7B7B7; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px; }

.shortcut-link 						{ display: block; float: left; text-align: center; padding: 20px 12px; width:31%; margin: 1%; text-decoration: none; border:1px solid #D1D1D1; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.shortcut-link:hover 			{ background-color: #E0F2FF; border-color:#1C90D8; }
.shortcut-link .fas 			{ font-size:40px; display: block; margin-bottom: 15px; }

input#code 							  { text-transform: uppercase; font-size:40px; }

.signin .mobile-logo      { display:none; }

.destination-intro 			  {  }
.destination-headline 		{  }
.destination-title 				{ margin: 0; font-size:34px; line-height: 42px; font-weight: bold; }
.destination-date 				{ margin: 0; font-size: 22px; line-height: 30px; }

.package 							    { border: 1px solid #D3D3D3; padding: 10px; margin-bottom: 5px; }
.package-title 						{ font-size: 20px; font-weight: bold; }
.package-price 						{ float: right; }
.package-note 						{ font-size:14px; }

.responsable-name 				{ font-size:22px; margin-bottom: 10px; }
.responsable .fas 				{ width: 25px; }

.file_link 							  { border: 1px solid #D3D3D3; padding: 10px; margin-bottom: 5px; display: block; text-decoration: none; }
.file_link:hover 					{ background-color: #AAAAAA; color:#111111; }
.file_link .fas 					{ font-size:30px; margin-right: 10px; float: left; }
.file_link .file-name 		{ font-size:20px; display: block; }

.option 							    { border: 1px solid #D3D3D3; padding: 10px; margin-bottom: 5px; }
.option-title 						{ font-size: 20px; font-weight: bold; }
.option-price 						{ float: right; }
.option-note 						  { font-size:14px; }

a.lang 							  	  { float: right; }

a.button.registration 		  { display:block; background-color:#78C119; color:#FFF; padding:20px; text-align: center; margin:20px 0; font-size:20px; }
a.button.registration:hover { background-color:#6EB512; }

.travel-box 						  { display: block; border:1px solid #C9C9C9; padding: 10px 15px; text-decoration: none; color:#000; margin-bottom:5px; }
.travel-box:hover					{ background-color:#EAEAEA; color:#000; }
.travel-name 						  { font-size:18px; font-weight: bold; }
.travel-date 						  { font-size:14px;  }

span.registration-preview-price 	{ font-size:14px; float:right; }

.travel-alert 						{ border:1px solid #C40000; padding: 15px; background-color: #FFC6C6; }
.travel-alert p 					{ color:#C40000; font-weight: bold; margin: 0; }

select#borndate_day 			{ width: auto; }
select#borndate_month 		{ width: auto; }
select#borndate_year 			{ width: auto; }
label[for="borndate"] 		{ display: block; }

input#back 							  { background-color: #8C8C8C; border-bottom: 3px solid #5B5B5B; }

.options-choice label 		{ cursor: pointer; }
.options-choice-title 		{ font-size:20px; font-weight: bold; margin-bottom:0; }
.options-choice-price 		{ float: right; }
.options-choice.selected 	{ border-color:#6BA000; background-color: #EAFFBF; }
.options-choice-desc 			{ font-size:15px; margin:0; }

.summary_note 						{ font-size:14px; }

.in  								      { width: 100%; }

.help-zone 							  { position: relative; }
.help-button 						  { cursor: pointer; }
.help-zone-txt 						{ display: none; position: absolute; top:100%; left:-30px; width: 300px; background-color:#FFF; border: 1px solid #848484; padding: 12px; font-weight: normal; font-size:14px; line-height: 16px; -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.42); -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.42); box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.42); }

ul.submenu 							  { margin: 0; padding: 0; }
ul.submenu li 						{ display: inline-block; list-style: none; }
ul.submenu li a 					{ text-decoration: none; color:#686868; padding: 5px 15px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
ul.submenu li a.current 	{ text-decoration: none; background-color: #686868; color:#FFF;  }
ul.submenu li a:hover 		{ text-decoration: none; background-color: #878787; color:#FFF; }

input#card_number 			  { font-size:20px; }

.card 								    { border:1px solid #A3A3A3; padding: 10px 15px;  margin-bottom: 5px;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.card .card-detail 				{ width: 100%; }
.card .card-image 				{ float: left; margin-right: 30px; width: 70px; }
.card .card-expiration 		{ color:#9E9E9E; font-size:14px; }
.card .card-remove 				{ float: right; padding-top: 12px;  }
.card .paid-button 				{ float: right; padding: 12px 20px;  background-color:#3dc55d; color:#FFF; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.card span.expired 				{ font-size:14px; color:#E50000; }

.steps p 							  { margin-bottom: 1px; }

p.registration-not-completed        { font-weight:bold; color:#F00; margin-bottom:0; }

.preview-taxs .preview-tax			    { font-size:13px; line-height: 16px; }
.preview-taxs .preview-option-name	{ font-size:13px; line-height: 16px; font-weight: bold; }

.payment-preview 					          { padding: 12px 20px; border:1px solid #A3A3A3;  }
.payment-preview .payment-amount 	  { font-size:14px; }
.payment-preview .payment-datetime 	{ float: right; font-size:14px;	}

.send-payment-form 					    { margin-bottom: 30px; }

.items .option-price 				    { font-size:14px; text-align: right; }
i.green 							          { color:#77D300;  }

a.add-button 						        { float: right; padding: 10px 14px; font-size:14px; line-height: 14px; background-color: #35A800; color:#FFF; text-decoration: none; }

span.payment-needed 				    { display: inline-block; font-size:14px; color:#FFF; background-color: #FF0905; padding: 0px 8px; float:right; }
span.registration-not-completed { display: inline-block; font-size:14px; color:#FFF; background-color: #FF9F05; padding: 0px 8px; float:right; }
span.registration-canceled			{ display: inline-block; font-size:14px; color:#FFF; background-color: #FF0905; padding: 0px 8px; float:right; }


.bill-detail 						    { margin-bottom: 10px; }

tr.payment-needed td				{ background-color:#FFD1D1; }
p.tax 								      { margin: 0; }

.bill-summary table  				{ width: 400px; float: right; border: 0; }
.bill-summary table td 			{ border: 0; }

table.summary th 					  { width:40%; }
 
.payment-box 						    { width:98%; max-width:500px; margin:auto; /* padding:30px; background-color:#FFF;  */}
.payment-box-content 				{ background-color:#FFF; padding:30px; border:1px solid #E8E8E8; border:1px solid #E8E8E8; box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px; }
.payment-box-head 					{ background-color: #1C90D8; text-align: center; padding: 30px; margin-top:10px; }
.payment-box-method 				{ padding:10px 0; }  
.payment-box p.total-due 		{ color:#FFF; font-size:36px; line-height: 40px; font-weight: bold; }
.payment-box p.total-title 	{ color:#FFF; font-size:20px; line-height: 24px; }

#payment-form table 				{ margin-bottom: 0; }
#payment-form table tr td 	{ padding: 0 1px; }
#payment-form label 				{ font-size:16px; }
#payment-form input[type="submit"] 	{ width: 100%; }

.payment-card:hover 				{ border:1px solid #757575; background-color: #D8D8D8; cursor:pointer; }
.payment-card.selected 				{ border:3px solid #64BC00; background-color: #EFFFDD; }
.payment-card.selected:before 		{ font-family: "Font Awesome 5 Free"; content:"\f058"; padding: 0 8px; font-weight: 900; float:right; color:#64BC00; }

a.payment-link 						  { color:#FFF; text-decoration: none; padding:3px 8px; background-color:#0A4082; display: inline-block; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
a.payment-link:hover 				{ background-color:#212121; }
span.payment-late 					{ color:#C10000; font-size:15px; font-weight: bold; text-decoration: none; }

.invoice-box 						    { width:98%; max-width:900px; margin:auto; }
.invoice-box-content 				{ background-color:#FFF; padding:30px; border:1px solid #E8E8E8; border:1px solid #E8E8E8; box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px; }
.invoice-box-basic-data 	  { width:200px; float:right; text-align: right; }
.invoice-status 					  { font-weight:bold; text-transform: uppercase; font-size: 24px; margin-bottom:0; }
.invoice-status .paid 			{ color:#298900; }
.invoice-number 					  { font-size:24px; line-height: 30px; }
.invoice-note               { font-size:14px; line-height: 18px; }

hr 									        { margin:20px 0; border:0; border-top:1px solid #BCBCBC; }

.fancybox-slide--iframe .fancybox-content { max-width: 700px; max-height: 100%; width: 80%; height: auto; margin: 0; }

p.back-to-account 					{ margin:20px 0 0 0; text-align: center; }

.preview-sub-total 					{ float: right; }
.preview-total-taxs 				{ float: right; }
.preview-total 						  { float: right; }
input#submit_confirmation 			{ float: right; }

/*
.travel-image-box 					{ float:left; width: 220px; height: 220px; overflow:hidden; }
.travel-image-box img 				{ opacity:0.9; height: 100%; width: 100%; object-fit: cover; margin:10px; }
.travel-image-box img:hover 		{ opacity:1; }
*/

#mainCarousel                           { width: 100%; height:400px; margin: 0 auto 1rem auto; --carousel-button-color: #170724; --carousel-button-bg: #fff; --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%)  --carousel-button-svg-width: 20px; --carousel-button-svg-height: 20px; --carousel-button-svg-stroke-width: 2.5; }
#mainCarousel .carousel__slide          { width: 100%; padding: 0; } 
#mainCarousel .carousel__slide img      { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; }
#mainCarousel .carousel__button.is-prev { left: -1.5rem; }
#mainCarousel .carousel__button.is-next { right: -1.5rem; }
#mainCarousel .carousel__button:focus   { outline: none; box-shadow: 0 0 0 4px #5291EA; }
#thumbCarousel                          { margin-bottom: 30px; }
#thumbCarousel .carousel__slide         { opacity: 0.5; padding: 0; margin: 0.25rem; width: 96px; height: 64px; }
#thumbCarousel .carousel__slide img     { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; }
#thumbCarousel .carousel__slide.is-nav-selected { opacity: 1; }

.destination-image 					{ margin-bottom:15px; }

p.total-price 						{ margin:0; text-align: right; font-size:24px; font-weight:bold; }
p.invoice-title 					{ font-size:14px; border-bottom:1px solid #848484; }
.invoice-item 						{ font-size:14px; line-height: 18px; margin-bottom:10px; }
.invoice-summary 					{ max-width: 420px; text-align: right; float:right; }
.invoice-sub-total 				{ font-weight:bold; margin-left:20px; }
.invoice-total 						{ font-weight:bold; margin-left:20px; font-size:22px; }
.invoice-payment 					{ font-size:14px; line-height: 18px; margin-left:20px; }
.invoice-item .invoice-item-price 	{ float:right; }
.invoice-sold-to-paid 				{ font-weight:bold; margin-left:20px; font-size:22px; }
.invoice-summary-taxs 				{ text-align: right; }
.invoice-summary-taxs td 			{ padding:0; font-size:14px; }

.to-do .step                { display: block; border-bottom:1px solid #D3D3D3;  }
.to-do a.step-link          { display: block; padding:20px 10px; text-decoration: none; }
.to-do a.step-link i        { float:right; }
.to-do a.step-link .mention { display: block; font-size:14px; line-height: 18px; }
.to-do .step-completed a.step-link    { color:#0F9600; font-weight: bold; }
.to-do .mark-step           { display: block; padding:1px 0 20px 10px; font-size:16px; line-height: 22px; }

a.hide-help                 { display:inline-block; margin-top:20px; }

a.print-button              { color:#FFF; background-color:#666666; font-size:15px; margin-bottom:2px; padding:5px 12px; text-align: center; text-decoration: none; display: inline-block; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
a.print-button:hover        { background-color: #545454;  }

.mobile-logo                { display: none; }
.payment .mobile-logo       { display: none; }

.table-overflow             { width:100%; max-width:100%; overflow: scroll; }

.fancybox__content          { max-width: 600px !important; max-height: 100%; width: 80%; height: auto; margin: 0; }

a.download-conditions       { display:inline-block; margin:10px 0; }

.manager-view-pass          { max-width: 500px; background-color: #FFF; padding:20px; display: flex; justify-content: center; align-items: center; margin: auto; }
.manager-view-pass-content  { display: block;  }

/*  ============================================================================
    DIVERS
    ========================================================================== */

#back-top 							{ position: fixed; bottom: 20px; left:20px; }
#back-top a 						{ font-size:26px; width: 34px; height: 34px; display: block; text-align: center; color:#777777; }
#back-top a:hover				{ color:#A3A3A3; }

#loading 							  { z-index: 1000000; display: none; text-align: center; position: fixed; top:0; left:0; right:0; bottom:0; background:rgba(255,255,255,0.85); }
#loading img 						{ max-height: 100%; max-width: 100%; width: auto; height: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }

/*  ============================================================================
    Media queries
    ========================================================================== */

/* XXLARGE SCREEN */
@media only screen and (max-width : 1680px) {
	
}

/* XLARGE SCREEN */
@media only screen and (max-width : 1440px) {
	.login-wrap 						{ width: 40%; }
 
}

/* LARGE SCREEN */
@media only screen and (max-width : 1280px) {
	nav.main-nav ul.level-1 li a		{ font-size: 16px; line-height: 20px; }
  .main-wrapper           { padding:30px; }
  

}

/* MEDIUM SCREEN */
@media only screen and (max-width : 1024px) {
	.main-wrapper           { padding:20px; }
  .container              { margin:0; padding-top:25px; }
  .login-wrap 						{ width: 50%; }
  .sidebar                { display:none; overflow-y:scroll; }
  #button-burger          { display: block; }
  a.lang                  { position: fixed; top:0; right:42px; background-color:#fff; color:#707070; text-decoration: none; padding:8px 16px; }
  .mobile-logo            { position: fixed; top:0; left:0; z-index:5; width:100%; padding-left: 20px; background-color:#FFF; display:block; height:42px; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; }
  .mobile-logo img        { height:100%; }
}

/* INTER SCALE */
@media only screen and (max-width : 960px) {
	body.iframe             { padding:0; }
  body.iframe .mobile-logo{ display:none; }
  .fancybox__content      { padding:10px !important; }
}

/* SMALL SCREEN */
@media only screen and (max-width : 768px) {
	.login-wrap 				  { width: 90%; left:5%; padding:30px; }
  .signin-wrap 				  { top: 20px; left: 5%; width:90%; min-height: 500px; margin-top: 0; margin-left: 0; padding: 20px; }
  .box                  { padding:20px; }
  .invoice-box-content  { padding:15px; }
}

/* INTER SCALE */
@media only screen and (max-width : 640px) {
  .main-wrapper       { padding:10px; }
  .box                { padding:15px; }
  
	.login-wrap 			  { width: 90%; left:5%; padding:20px; }
  
  h1									{ font-size: 30px; line-height: 34px; }
  h2									{ font-size: 26px; line-height: 30px; }
  h3									{ font-size: 20px; line-height: 24px; }
  h4									{ font-size: 16px; line-height: 20px; }
  h5									{ font-size: 15px; line-height: 20px; }
  
  ul.submenu li       { display: block; }
  ul.submenu li a     { display: block; }
  
  select#borndate_day 		{ width: 49%; margin-bottom:5px; }
  select#borndate_month   { width: 49%; margin-bottom:5px; }
  select#borndate_year 		{ width: 100%; }
  
  p.section-title         { font-size:20px; margin-top: 12px; }
  
  table.form-table 				{ width: 100%; margin-bottom: 20px; }
  table.form-table tr th  { width: 100%; display: block; }
  table.form-table tr td  { width: 100%; display: block; }
  
  input[type=submit],      
  input[type=text],
  input[type=password],
  input[type=search],
  input[type=url],
  input[type=tel],
  input[type=date],
  input[type=email],
  input[type=time],
  input[type=number],
  input[type=range],
  input[type=color],
  textarea							    { padding:10px; }
  
  .shortcut-link 					  { float: left; padding: 20px 12px; width:100%; margin: 0 0 3px 0; }
  
  table.registration-table tr th,
  table.registration-table tr td { display: block; width:100%; }
  
  table.summary th,
  table.summary tr,
  table.summary td          { width:100%; display: block; word-break: break-all; }
  
  input#submit_confirmation { float:none; width:100%; }
  
  a.button 							    { padding:5px 28px; display: inline-block; margin-bottom:5px; width:100%; text-align: center; }
  
  
}

/* XSMALL SCREEN */
@media only screen and (max-width : 479px) {
	
	
}


@-webkit-keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes dash {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35;
	}
	100% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124;
	}
}
@keyframes dash {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35;
	}
	100% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124;
	}
}