body, input, textarea, button, select {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    cursor: default;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    font-size: 15px;
}

h1 {
    font-size: 34px;
    line-height: 1.1em;
    margin-bottom: 14px;
}

h2 {
    font-size: 28px;
    line-height: 1.1em;
    margin-bottom: 10px;
}

h3 {
    font-size: 20px;
    line-height: 1.1em;
    margin-bottom: 8px;
    font-weight: 600px;
}

.container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0px 50px;
    clear: both;
}

/* Header */

header {
    position: fixed;
    width: 100%;
    z-index: 99;
    background: #fff;
    border-bottom: 1px solid #eee;
}

header .header-top {
	background: #f8f8f8;
}

header nav.sub_menu {
    margin-top: 4px;
}

header nav.sub_menu ul li {
	display: inline-block;
	margin: 0 2px;
}

header .phone-info {
    font-weight: bold;
    line-height: 20px;
    font-size: 11px;
    padding: 5px 0;
    letter-spacing: 0.5px;
    color: #808080;
}

header .logo {
	display: block;
	line-height: 0;
}

header .logo img {
	max-height: 90px;
}

header .phone-info span {
	line-height: 1em;
	font-family: 'Roboto', sans-serif;
}

header .nav-desktop {
    display: inline-block;
}

header .nav-desktop nav ul li {
	display: inline-block;
}

header .nav-desktop nav ul li a {
	font-family: 'Roboto', sans-serif;
	line-height: 90px;
	display: block;
    text-decoration: none;
    padding: 0 13px;
    font-weight: normal;
    font-size: 12px;
    font-weight: 600;
    font-size: 13px;
    color: #808080;
}

header .nav-desktop nav ul li:nth-child(-n+3) a {
	color: #333333 !important;
}

header .nav-desktop nav ul li:nth-child(4) a span {
	background-color: #2d5c88;
    color: #ffffff !important;
    border-color: #2d5c88;
    border: 2px solid;
    border-radius: 2px;
    padding: 11px 9px;
}

header .social {
    color: #808080;
    border-left: 1px solid #e1e1e1;
    display: inline-block;
    padding-left: 25px;
    margin-left: 10px;
        line-height: 90px;
}

header .social i {
    color: #808080;
}

header.stiky .logo img {
    max-width: 70%;
    transition: .2s;
}

header.stiky .nav-desktop nav ul li a,
header.stiky .social {
    line-height: 65px;
    transition: .2s;
}


/* Banner */

section#banner {
    padding-top: 122px;
}

#banner .infoBlock {
    max-width: 36% !important;
    width: 100%;
    top: 100px;
}

#banner .infoBlock h2 {
	background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    margin: 0 0 1px 0;
    padding: 10px 15px;
    text-transform: uppercase;
        font-weight: 600;
}

#banner .infoBlock p {
	background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    margin: 0 0 1px 0;
    padding: 10px 15px;
        font-weight: 600;
}

#banner .infoBlock a {
    background-color: rgba(0,0,0,0.2);
    color: #fff;
    border: 3px solid #fff;
    background: transparent;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 10px 16px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    background-color: rgba(0,0,0,0.2);
    opacity: 1;
}

#banner .infoBlock a:last-child {
    margin-left: 15px !important;
display: none;
}

#banner .infoBlock a:hover {
	opacity: .7;
}


/* Content */

.title {
	padding-bottom: 50px;
}

.title h1 {
	text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 0;
}

.title p {
    font-size: 15px;
    margin-top: 5px;
    color: #444;
}



/* Avantages */

#avantages .row {
    margin-right: -35px;
    margin-left: -35px;
}

#avantages .col {
    margin-top: 27px;
    padding-right: 35px;
    padding-left: 35px;
}

#avantages .col .icon {
    display: inline-block;
    width: 54px;
    line-height: 54px;
    background: red;
    border-radius: 27px;
    color: #fff;
    background: #2d5c88;
    position: absolute;
    top: -27px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#avantages .col .inner {
    background: #fcfcfc;
    padding: 45px 20px 20px 20px;
    border-radius: 3px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
        height: 100%;
}

#avantages .col h3 {
    padding: 0;
    position: relative;
    margin: 0 0 16px 0;
    clear: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1.25em;
    color: #222;
    font-weight: 600;
}

#avantages .col strong {
    color: #2d5c88;
    font-weight: 600;
}


/* Reserver */

#reserver {
	background-color: #fcfcfc;
    color: #666666;
display: none;
}

/* About */

#about {
    background: #fafafa;
}

#about .col h3 {
    padding: 0;
    position: relative;
    margin: 0 0 16px 0;
    clear: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1.25em;
    color: #222;
    font-weight: 600;
}

.hr-short {
    height: 10px;
    line-height: 10px;
    margin: 30px 0;
        float: none;
        position: relative;
}

.hr-short .hr-inner {
    background-color: #ffffff;
}

.hr-short.hr-right .hr-inner {
    left: auto;
    right: 0;
    margin-left: 0%;
}
.hr-short .hr-inner {
    width: 32%;
    left: 50%;
    margin-left: -16%;
}

.hr-short.hr-right .hr-inner-style {
    left: auto;
    right: 0;
}
.hr-short .hr-inner-style {
    border-radius: 20px;
    height: 9px;
    width: 9px;
    border-width: 2px;
    border-style: solid;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
    border-color: #e1e1e1;
    background: #fff;
}

.hr-inner {
    width: 100%;
    position: absolute;
    height: 1px;
    left: 0;
    top: 24%;
    width: 100%;
    margin-top: -1px;
    border-top-width: 1px;
        border-top-style: solid;
    border-color: #e1e1e1;
}

.avia-button {
    border-radius: 3px;
    padding: 10px 20px;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin: 3px 0;
    line-height: 1.2em;
    position: relative;
    font-weight: normal;
    text-align: center;
    max-width: 100%;
    background-color: #2d5c88;
    color: #ffffff;
    border-color: #0b3a66;
    font-weight: 600;
    letter-spacing: 0.5px;
display: none;
}

.avia-button:hover {
	color: #ffffff;
	opacity: 0.9;
	text-decoration: none;
}


.avia-icon-list .iconlist_icon {
    background-color: #d0d0d0;
}
.avia-icon-list .iconlist_icon {
    height: 64px;
    width: 64px;
    line-height: 64px;
    font-size: 30px;
    text-align: center;
    border-radius: 500px;
    position: relative;
    float: left;
    margin-right: 30px;
    margin-left: 2px;
    z-index: 5;
    color: #fff;
}

.avia-icon-list li {
    margin: 0;
    padding: 0 0 70px 0;
    list-style-type: none;
    list-style-position: outside;
    clear: both;
    position: relative;
    min-height: 60px;
}

.avia-icon-list li:last-child {
    padding: 0 0 0 0;
}


.avia-icon-list .iconlist-timeline {
    position: absolute;
    top: 1%;
    left: 32px;
    width: 1px;
    height: 99%;
    border-right-width: 1px;
    border-right-style: dashed;
    border-color: #e1e1e1;
}

.no-dashed .iconlist-timeline {
    display: none;
}


/* Prefooter */

#prefooter {
	background-color: #222222;
    color: #dddddd;
}

#prefooter h3 {
	color: #919191;
	font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.1em;
}

#prefooter p {
    margin: 0.85em 0;
    font-weight: 600;
}

#prefooter a {
	color: #fff;
}

#prefooter a:hover {
	text-decoration: underline;
    color: #919191;
}


/* Footer */

footer {
	background-color: #333333;
    color: #eeeeee;
    font-size: 11px;
    border-top: 1px sold  #444444;
}

footer a {
	color: #fff;
}

footer a:hover {
	text-decoration: underline;
    color: #919191;
}

footer .nav-footer ul li {
    display: inline-block;
    line-height: 1;
    padding: 0 9px;
    border-left: 1px solid #444;
}

footer .nav-footer ul li:first-child {
    border-left: 0;
}

footer .nav-footer ul li a {
	display: inline-block;
	color: #fff;
}

footer .nav-footer {
    display: inline-block;
    margin-right: 22px;
}

footer .social {
    display: inline-block;
}

footer .social i {
    color: #919191;
}

footer .nav-footer ul li.av-menu-button-colored {
    background-color: #ffffff;
    border-color: #ffffff;
    border: 2px solid;
    border-radius: 2px;
    padding: 9px 2px;
}

footer .nav-footer ul li.av-menu-button-colored a {
    color: #333333;
}

footer span.copyright {
    margin-top: 9px;
    display: inline-block;
}

.bt-open-nav {
    display: none;
    top: 8px;
    right: 10px;
    position: relative;
}

.bt-close-nav {
    text-align: left;
    position: relative;
    top: 48px;
    padding-left: 48px;
    display: none;
}

.bt-close-nav i {
    font-size: 36px;
}


/* Sub page */

section#main {
    padding-top: 120px;
}

.avia-promocontent {
    position: relative;
    z-index: 3;
    display: inline-block;
    margin: 10px 0;
}

.avia-button-right {
    display: block;
    float: right;
}

.av_promobox {
	background: #fcfcfc;
    border-color: #e1e1e1;
    position: relative;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
    padding: 20px 30px;
    clear: both;
    width: 100%;
}

.av-special-heading h3.av-special-heading-tag {
    padding: 0;
    margin: 0;
    float: left;
    color: #222222;
    font-weight: 600;
}

.special-heading-border {
    height: 1.9em;
    position: relative;
    overflow: hidden;
}

.special-heading-inner-border {
    display: block;
    width: 100%;
    margin-left: 15px;
    border-top-style: solid;
    border-top-width: 1px;
    position: relative;
    top: 50%;
    opacity: 0.15;
    filter: alpha(opacity=15);
    border-color: #666666;
}

.accordion-title {
	background-color: #ffffff;
    color: #666666;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 10px;
    position: relative;
    margin-top: 5px;
    border-style: solid;
    border-width: 1px;
    line-height: 1.65em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-color: #e1e1e1;
}

.av_promobox strong {
    color: #2d5c88;
    font-weight: 600;
}

.av_promobox p {
	margin: 10px 0;
}

.accordion-title i {
	display: inline-block;
	color: #aaa;
	margin-right: 8px;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.accordion-title p {
	display: inline-block;
}

.accordion-title i.la-minus-square {
	display: none;
}

.accordion-result {
	display: none;
	background: #fcfcfc;
    color: #666666;
    cursor: default;
    margin: 0;
    padding: 20px 10px;
    padding-left: 38px;
    position: relative;
    top: 1px;
    border-style: solid;
    border-width: 1px;
    line-height: 1.65em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-color: #e1e1e1;
    border-top: 0;
    margin-bottom: 5px;
}

.contact-content p {
    margin-bottom: 5px;
}


/* Mobile */

@media only screen and (max-width: 1366px) {
/* start */

header .nav-desktop nav ul li a {
    padding: 0 5px;
}

/* end 1366 */
}

@media only screen and (max-width: 1200px) {
/* start */

header .logo img {
    max-height: 65px;

}

.nav-desktop {
    position: fixed;
    width: 300px;
    top: 0;
    right: -350px;
    height: 100%;
    background: #fff;
}

.bt-open-nav {
    display: inline-block;
}

.bt-close-nav {
    display: block;
}

.bt-open-nav i {
    font-size: 36px;
}

section#banner {
    padding-top: 96px;
}

header .social {
    line-height: 65px;
}

header .nav-desktop nav {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
} 

header .nav-desktop nav ul li {
	display: block;
    text-align: left;
    padding-left: 40px;
    border-bottom: 1px solid #ddd;
}

header .nav-desktop nav ul li a {
	line-height: 50px !important;
    font-size: 16px;
    font-weight: 400;
}

#banner .infoBlock {
    max-width: 55% !important;
    width: 100%;
    top: 60px;
}

/* end 1200 */
}

@media only screen and (max-width: 1024px) {
/* start */

.avia-icon-list .iconlist_icon {
    margin-right: 25px;
}

/* end 1024 */
}

@media only screen and (max-width: 800px) {
/* start */

.container {
    padding: 0 15px;
}

#banner .infoBlock {
    max-width: 100% !important;
    top: 50px;
    left: 0 !important;
}

#banner .infoBlock h2 {
    padding: 5px 10px;
    font-weight: 400;
}

#banner .infoBlock p {
    padding: 5px 10px;
    font-weight: 400;
}

section#avantages {
    overflow: hidden;
    padding: 0 15px;
}

/* end 800 */
}


/* Calendar */
#booking input[name="datetimeFrom"], #booking input[name="datetimeTo"] {
    background: #fff;
    background-position: center right 10px;
    background-size: 22px;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;

    padding: 0 10px;
    padding-right: 35px;
    outline: none;
    color: #46515B;
    cursor: pointer;
    outline: none;
}

#booking input[name="datetimeFrom"]:focus, #booking input[name="datetimeTo"]:focus {
    box-shadow: inset 0 -1px 0 #ddd;
}


#booking input[type="submit"] {
    box-sizing: border-box;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    padding: 0 10px;
    padding-right: 35px;
    outline: none;
    padding: 0 !important;
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
    color: #ccc;
}

.bootstrap-datetimepicker-widget table td.new {
    color: #999;
}

.timepicker-hours, .timepicker-minutes {
    margin-top: 30px;
}

.datepicker.col-md-6 {
    border-right: 1px solid #ddd;
    padding-right: 18px !important;
}

.bootstrap-datetimepicker-widget table td span.active {

    background-color: #ddd;
    color: #476f94;
    text-shadow: none;
    border-radius: 2px;
}

p.title_heure {
    margin: 0 !important;
    margin-top: 15px !important;
    padding: 0 10px;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
}



label.close_button {
    margin-top: 20px;
    background: #2d5c88;
    color: #FFFFFF;
    cursor: pointer;
    border: 1px solid #2d5c88;
    padding: 10px 0;
    border-radius: 2px;
    font-weight: 500;
    display: block;
    margin: 0 auto;
    width: 107px;
    text-align: center;
}

label.close_button:hover {
    cursor: pointer;
    background: #476f94;
    color: #1c2227;
    border: 1px solid #476f94;
}

.bootstrap-datetimepicker-widget table td span {
    width: 45px !important;
    height: 45px;
    line-height: 45px;
}

span.timepicker-hour:hover, span.timepicker-minute:hover {
    background: #eee !important;
}

p.city_code {
    margin-left: 24px;
}

.bootstrap-datetimepicker-widget a[data-action] span {
    background-color: #2d5c88;
    color: #fff;
    border-radius: 2px;
}



.bootstrap-datetimepicker-widget table td span:hover {
    background: #476f94;
    color: #1c2227;
}



.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #2d5c88;
}

.bootstrap-datetimepicker-widget table td.day {
    height: 34px;
    line-height: 34px;
    width: 34px;
}

.bootstrap-datetimepicker-widget table td.active {
    background-color: #2d5c88;
}

.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #476f94;
    opacity: .8;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    font-weight: bold;
    padding: 5px 0;
    margin: 0 0 5px 0;
}

/*.btn-primary {
    color: #fff;
    background-color: #2d5c88;
    border-color: #002d5d;
}

.btn-primary:hover {
    background-color: #236093;
    border-color: #245279;
}*/

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #2d5c88;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #2d5c88;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #2d5c88;
}

.bg-custom {
    color: #fff;
    background-color: #2d5c88;
}



.nav-desktop nav ul li:nth-child(3), .nav-desktop nav ul li:nth-child(4),
.nav-footer nav ul li:nth-child(3), .nav-footer nav ul li:nth-child(4) {
    display: none;
}