/*
 * mega menu layout
 * optimiced for Contao Official Demo Theme
 */

.mod_navigation.dropdown {
    overflow: visible
}

.mod_navigation li.mm_container>a,
.mod_navigation li.mm_container>span {
    position: relative
}

.mod_navigation li.mm_container:hover>a:after,
.mod_navigation li.mm_container:hover>span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 3px;
    background-color: #f4f2f0;
    z-index: 110
}

.mod_navigation li.mm_container .mm_dropdown {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100
}

.mod_navigation li.mm_container .mm_dropdown>.inner {
    padding: 1rem 2rem;
    border: 1px solid #e5dfdc;
    background-color: rgba(244, 242, 240, .95);
    overflow: hidden
}

.mod_navigation li.mm_container:hover .mm_dropdown {
    display: block
}

.mod_navigation .mm_dropdown {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100
}


/* @charset "UTF-8"; */


/*
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap !important
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

html {
    box-sizing: border-box;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

*,
*::before,
*::after {
    box-sizing: inherit
}

@-ms-viewport {
    width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #212529;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: none !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: bold
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    touch-action: manipulation
}

table {
    border-collapse: collapse
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #868e96;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: left
}

label {
    display: inline-block;
    margin-bottom: 0.5rem
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1,
.h1 {
    font-size: 2.5rem
}

h2,
.h2 {
    font-size: 2rem
}

h3,
.h3 {
    font-size: 1.75rem
}

h4,
.h4 {
    font-size: 1.5rem
}

h5,
.h5 {
    font-size: 1.25rem
}

h6,
.h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

small,
.small {
    font-size: 80%;
    font-weight: normal
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: 5px
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #868e96
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #868e96
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

code {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f8f9fa;
    border-radius: 0.25rem
}

a>code {
    padding: 0;
    color: inherit;
    background-color: inherit
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #212529
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-1 {
        order: 1
    }
    .order-sm-2 {
        order: 2
    }
    .order-sm-3 {
        order: 3
    }
    .order-sm-4 {
        order: 4
    }
    .order-sm-5 {
        order: 5
    }
    .order-sm-6 {
        order: 6
    }
    .order-sm-7 {
        order: 7
    }
    .order-sm-8 {
        order: 8
    }
    .order-sm-9 {
        order: 9
    }
    .order-sm-10 {
        order: 10
    }
    .order-sm-11 {
        order: 11
    }
    .order-sm-12 {
        order: 12
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-1 {
        order: 1
    }
    .order-md-2 {
        order: 2
    }
    .order-md-3 {
        order: 3
    }
    .order-md-4 {
        order: 4
    }
    .order-md-5 {
        order: 5
    }
    .order-md-6 {
        order: 6
    }
    .order-md-7 {
        order: 7
    }
    .order-md-8 {
        order: 8
    }
    .order-md-9 {
        order: 9
    }
    .order-md-10 {
        order: 10
    }
    .order-md-11 {
        order: 11
    }
    .order-md-12 {
        order: 12
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-1 {
        order: 1
    }
    .order-lg-2 {
        order: 2
    }
    .order-lg-3 {
        order: 3
    }
    .order-lg-4 {
        order: 4
    }
    .order-lg-5 {
        order: 5
    }
    .order-lg-6 {
        order: 6
    }
    .order-lg-7 {
        order: 7
    }
    .order-lg-8 {
        order: 8
    }
    .order-lg-9 {
        order: 9
    }
    .order-lg-10 {
        order: 10
    }
    .order-lg-11 {
        order: 11
    }
    .order-lg-12 {
        order: 12
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-1 {
        order: 1
    }
    .order-xl-2 {
        order: 2
    }
    .order-xl-3 {
        order: 3
    }
    .order-xl-4 {
        order: 4
    }
    .order-xl-5 {
        order: 5
    }
    .order-xl-6 {
        order: 6
    }
    .order-xl-7 {
        order: 7
    }
    .order-xl-8 {
        order: 8
    }
    .order-xl-9 {
        order: 9
    }
    .order-xl-10 {
        order: 10
    }
    .order-xl-11 {
        order: 11
    }
    .order-xl-12 {
        order: 12
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef
}

.table tbody+tbody {
    border-top: 2px solid #e9ecef
}

.table .table {
    background-color: #fff
}

.table-sm th,
.table-sm td {
    padding: 0.3rem
}

.table-bordered {
    border: 1px solid #e9ecef
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #e9ecef
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9ecdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9ecdff
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #dddfe2
}

.table-hover .table-secondary:hover {
    background-color: #cfd3d6
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #cfd3d6
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe7a0
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe7a0
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b1b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b1b7
}

.table-light,
.table-light>th,
.table-light>td {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #f1f1f1
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #f1f1f1
}

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbd
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbd
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.thead-inverse th {
    color: #fff;
    background-color: #212529
}

.thead-default th {
    color: #495057;
    background-color: #e9ecef
}

.table-inverse {
    color: #fff;
    background-color: #212529
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
    border-color: #32383e
}

.table-inverse.table-bordered {
    border: 0
}

.table-inverse.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-inverse.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width:991px) {
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive.table-bordered {
        border: 0
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: none
}

.form-control::placeholder {
    color: #868e96;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block
}

.col-form-label {
    padding-top: calc(0.5rem - 1px * 2);
    padding-bottom: calc(0.5rem - 1px * 2);
    margin-bottom: 0
}

.col-form-label-lg {
    padding-top: calc(0.5rem - 1px * 2);
    padding-bottom: calc(0.5rem - 1px * 2);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(0.25rem - 1px * 2);
    padding-bottom: calc(0.25rem - 1px * 2);
    font-size: 0.875rem
}

.col-form-legend {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    font-size: 1rem
}

.form-control-plaintext {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.input-group-sm>.form-control.form-control-plaintext,
.input-group-sm>.input-group-addon.form-control-plaintext,
.input-group-sm>.input-group-btn>.btn.form-control-plaintext,
.form-control-plaintext.form-control-lg,
.input-group-lg>.form-control.form-control-plaintext,
.input-group-lg>.input-group-addon.form-control-plaintext,
.input-group-lg>.input-group-btn>.btn.form-control-plaintext {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>select.input-group-addon:not([size]):not([multiple]),
.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>select.input-group-addon:not([size]):not([multiple]),
.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]) {
    height: calc(2.3125rem + 2px)
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: 0.25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: 0.5rem
}

.form-check.disabled .form-check-label {
    color: #868e96
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0
}

.form-check-input {
    position: absolute;
    margin-top: 0.25rem;
    margin-left: -1.25rem
}

.form-check-input:only-child {
    position: static
}

.form-check-inline {
    display: inline-block
}

.form-check-inline .form-check-label {
    vertical-align: middle
}

.form-check-inline+.form-check-inline {
    margin-left: 0.75rem
}

.invalid-feedback {
    display: none;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, .8);
    border-radius: 0.2rem
}

.was-validated .form-control:valid,
.was-validated .custom-select:valid,
.form-control.is-valid,
.custom-select.is-valid {
    border-color: #28a745
}

.was-validated .form-control:valid:focus,
.was-validated .custom-select:valid:focus,
.form-control.is-valid:focus,
.custom-select.is-valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, .25)
}

.was-validated .form-control:valid~.invalid-feedback,
.was-validated .custom-select:valid~.invalid-feedback,
.form-control.is-valid~.invalid-feedback,
.custom-select.is-valid~.invalid-feedback,
.was-validated .form-control:valid~.invalid-tooltip,
.was-validated .custom-select:valid~.invalid-tooltip,
.form-control.is-valid~.invalid-tooltip,
.custom-select.is-valid~.invalid-tooltip {
    display: block
}

.was-validated .form-check-input:valid+.form-check-label,
.form-check-input.is-valid+.form-check-label {
    color: #28a745
}

.was-validated .custom-control-input:valid~.custom-control-indicator,
.custom-control-input.is-valid~.custom-control-indicator {
    background-color: rgba(40, 167, 69, .25)
}

.was-validated .custom-control-input:valid~.custom-control-description,
.custom-control-input.is-valid~.custom-control-description {
    color: #28a745
}

.was-validated .custom-file-input:valid~.custom-file-control,
.custom-file-input.is-valid~.custom-file-control {
    border-color: #28a745
}

.was-validated .custom-file-input:valid~.custom-file-control::before,
.custom-file-input.is-valid~.custom-file-control::before {
    border-color: inherit
}

.was-validated .custom-file-input:valid:focus,
.custom-file-input.is-valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, .25)
}

.was-validated .form-control:invalid,
.was-validated .custom-select:invalid,
.form-control.is-invalid,
.custom-select.is-invalid {
    border-color: #dc3545
}

.was-validated .form-control:invalid:focus,
.was-validated .custom-select:invalid:focus,
.form-control.is-invalid:focus,
.custom-select.is-invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .25)
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-check-input:invalid+.form-check-label,
.form-check-input.is-invalid+.form-check-label {
    color: #dc3545
}

.was-validated .custom-control-input:invalid~.custom-control-indicator,
.custom-control-input.is-invalid~.custom-control-indicator {
    background-color: rgba(220, 53, 69, .25)
}

.was-validated .custom-control-input:invalid~.custom-control-description,
.custom-control-input.is-invalid~.custom-control-description {
    color: #dc3545
}

.was-validated .custom-file-input:invalid~.custom-file-control,
.custom-file-input.is-invalid~.custom-file-control {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid~.custom-file-control::before,
.custom-file-input.is-invalid~.custom-file-control::before {
    border-color: inherit
}

.was-validated .custom-file-input:invalid:focus,
.custom-file-input.is-invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0
    }
    .form-inline .form-check-label {
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0
    }
    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: 0.25rem;
        vertical-align: text-bottom
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.btn {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 0.25rem;
    transition: all 0.15s ease-in-out
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65
}

.btn:active,
.btn.active {
    background-image: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
    background-color: #0069d9;
    background-image: none;
    border-color: #0062cc
}

.btn-secondary {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96
}

.btn-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 3px rgba(134, 142, 150, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #868e96;
    border-color: #868e96
}

.btn-secondary:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #727b84;
    background-image: none;
    border-color: #6c757d
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 3px rgba(40, 167, 69, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:active,
.btn-success.active,
.show>.btn-success.dropdown-toggle {
    background-color: #218838;
    background-image: none;
    border-color: #1e7e34
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 3px rgba(23, 162, 184, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:active,
.btn-info.active,
.show>.btn-info.dropdown-toggle {
    background-color: #138496;
    background-image: none;
    border-color: #117a8b
}

.btn-warning {
    color: #111;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #111;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 3px rgba(255, 193, 7, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:active,
.btn-warning.active,
.show>.btn-warning.dropdown-toggle {
    background-color: #e0a800;
    background-image: none;
    border-color: #d39e00
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:active,
.btn-danger.active,
.show>.btn-danger.dropdown-toggle {
    background-color: #c82333;
    background-image: none;
    border-color: #bd2130
}

.btn-light {
    color: #111;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #111;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 3px rgba(248, 249, 250, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:active,
.btn-light.active,
.show>.btn-light.dropdown-toggle {
    background-color: #e2e6ea;
    background-image: none;
    border-color: #dae0e5
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark:focus,
.btn-dark.focus {
    box-shadow: 0 0 0 3px rgba(52, 58, 64, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:active,
.btn-dark.active,
.show>.btn-dark.dropdown-toggle {
    background-color: #23272b;
    background-image: none;
    border-color: #1d2124
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-secondary {
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 3px rgba(134, 142, 150, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent
}

.btn-outline-secondary:active,
.btn-outline-secondary.active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 3px rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:active,
.btn-outline-success.active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 3px rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:active,
.btn-outline-info.active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 3px rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:active,
.btn-outline-warning.active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:active,
.btn-outline-danger.active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 3px rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:active,
.btn-outline-light.active,
.show>.btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 3px rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:active,
.btn-outline-dark.active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-link {
    font-weight: normal;
    color: #007bff;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled {
    background-color: transparent
}

.btn-link,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
    box-shadow: none
}

.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent
}

.btn-link:disabled {
    color: #868e96
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 0.5rem
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear
}

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0.125rem
}

.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: normal;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #868e96;
    background-color: transparent
}

.show>a {
    outline: 0
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #868e96;
    white-space: nowrap
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    flex: 0 1 auto;
    margin-bottom: 0
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
    z-index: 2
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group-vertical .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group-vertical .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group-vertical .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn+.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem
}

.btn+.dropdown-toggle-split::after {
    margin-left: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem
}

.btn-group-vertical {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    width: 100%
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group .form-control:focus,
.input-group .form-control:active,
.input-group .form-control:hover {
    z-index: 3
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: flex;
    align-items: center
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem
}

.input-group-addon.form-control-sm,
.input-group-sm>.form-control.input-group-addon,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn.input-group-addon {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem
}

.input-group-addon.form-control-lg,
.input-group-lg>.form-control.input-group-addon,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn.input-group-addon {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group>.btn,
.input-group-btn:not(:last-child)>.dropdown-toggle,
.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:not(:last-child) {
    border-right: 0
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group>.btn,
.input-group-btn:not(:first-child)>.dropdown-toggle,
.input-group-btn:not(:last-child)>.btn:not(:first-child),
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.form-control+.input-group-addon:not(:first-child) {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:focus,
.input-group-btn>.btn:active,
.input-group-btn>.btn:hover {
    z-index: 3
}

.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group {
    margin-right: -1px
}

.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.input-group-btn:not(:first-child)>.btn:focus,
.input-group-btn:not(:first-child)>.btn-group:focus,
.input-group-btn:not(:first-child)>.btn:active,
.input-group-btn:not(:first-child)>.btn-group:active,
.input-group-btn:not(:first-child)>.btn:hover,
.input-group-btn:not(:first-child)>.btn-group:hover {
    z-index: 3
}

.custom-control {
    position: relative;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-indicator {
    color: #fff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-indicator {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff
}

.custom-control-input:active~.custom-control-indicator {
    color: #fff;
    background-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-indicator {
    background-color: #e9ecef
}

.custom-control-input:disabled~.custom-control-description {
    color: #868e96
}

.custom-control-indicator {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-indicator {
    border-radius: 0.25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {
    background-color: #007bff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-indicator {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-controls-stacked {
    display: flex;
    flex-direction: column
}

.custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem
}

.custom-controls-stacked .custom-control+.custom-control {
    margin-left: 0
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.25;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: none
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    margin-bottom: 0
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: 2.5rem;
    margin: 0;
    opacity: 0
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem
}

.custom-file-control:lang(en):empty::after {
    content: "Choose file..."
}

.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0 0.25rem 0.25rem 0
}

.custom-file-control:lang(en)::before {
    content: "Browse"
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #868e96
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #ddd
}

.nav-tabs .nav-link.disabled {
    color: #868e96;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: 0.25rem
}

.nav-pills .nav-link.active,
.show>.nav-pills .nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}

.navbar-collapse {
    flex-basis: 100%;
    align-items: center
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex !important
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, .5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-dark .navbar-brand {
    color: rgba(255, 255, 255, 1)
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: rgba(255, 255, 255, 1)
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: rgba(255, 255, 255, 1)
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, .5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: 0.75rem
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px)
}

@media (min-width:576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }
    .card-group .card {
        flex: 1 0 0%
    }
    .card-group .card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0
    }
    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0
    }
    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }
    .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0
    }
    .card-group .card:not(:first-child):not(:last-child) .card-img-top,
    .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: 0.75rem
}

@media (min-width:576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.breadcrumb {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem
}

.breadcrumb::after {
    display: block;
    clear: both;
    content: ""
}

.breadcrumb-item {
    float: left
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #868e96;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #868e96
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    background-color: #fff;
    border-color: #ddd
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #ddd
}

.page-link:focus,
.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #ddd
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

.badge-secondary {
    color: #fff;
    background-color: #868e96
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #6c757d
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #111;
    background-color: #ffc107
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.badge-light {
    color: #111;
    background-color: #f8f9fa
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: bold
}

.alert-dismissible .close {
    position: relative;
    top: -0.75rem;
    right: -1.25rem;
    padding: 0.75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9ecdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #464a4e;
    background-color: #e7e8ea;
    border-color: #dddfe2
}

.alert-secondary hr {
    border-top-color: #cfd3d6
}

.alert-secondary .alert-link {
    color: #2e3033
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c32
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe7a0
}

.alert-warning .alert-link {
    color: #533f02
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b1b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #f1f1f1
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbd
}

.alert-dark .alert-link {
    color: #040505
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    overflow: hidden;
    font-size: 0.75rem;
    line-height: 1rem;
    text-align: center;
    background-color: #e9ecef;
    border-radius: 0.25rem
}

.progress-bar {
    height: 1rem;
    line-height: 1rem;
    color: #fff;
    background-color: #007bff;
    transition: width 0.6s ease
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
}

.list-group-item:focus,
.list-group-item:hover {
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #868e96;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

a.list-group-item-primary,
button.list-group-item-primary {
    color: #004085
}

a.list-group-item-primary:focus,
button.list-group-item-primary:focus,
a.list-group-item-primary:hover,
button.list-group-item-primary:hover {
    color: #004085;
    background-color: #9ecdff
}

a.list-group-item-primary.active,
button.list-group-item-primary.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #464a4e;
    background-color: #dddfe2
}

a.list-group-item-secondary,
button.list-group-item-secondary {
    color: #464a4e
}

a.list-group-item-secondary:focus,
button.list-group-item-secondary:focus,
a.list-group-item-secondary:hover,
button.list-group-item-secondary:hover {
    color: #464a4e;
    background-color: #cfd3d6
}

a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
    color: #fff;
    background-color: #464a4e;
    border-color: #464a4e
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

a.list-group-item-success,
button.list-group-item-success {
    color: #155724
}

a.list-group-item-success:focus,
button.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:hover {
    color: #155724;
    background-color: #b1dfbb
}

a.list-group-item-success.active,
button.list-group-item-success.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

a.list-group-item-info,
button.list-group-item-info {
    color: #0c5460
}

a.list-group-item-info:focus,
button.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:hover {
    color: #0c5460;
    background-color: #abdde5
}

a.list-group-item-info.active,
button.list-group-item-info.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #856404
}

a.list-group-item-warning:focus,
button.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:hover {
    color: #856404;
    background-color: #ffe7a0
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #721c24
}

a.list-group-item-danger:focus,
button.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:hover {
    color: #721c24;
    background-color: #f1b1b7
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

a.list-group-item-light,
button.list-group-item-light {
    color: #818182
}

a.list-group-item-light:focus,
button.list-group-item-light:focus,
a.list-group-item-light:hover,
button.list-group-item-light:hover {
    color: #818182;
    background-color: #f1f1f1
}

a.list-group-item-light.active,
button.list-group-item-light.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

a.list-group-item-dark,
button.list-group-item-dark {
    color: #1b1e21
}

a.list-group-item-dark:focus,
button.list-group-item-dark:focus,
a.list-group-item-dark:hover,
button.list-group-item-dark:hover {
    color: #1b1e21;
    background-color: #b9bbbd
}

a.list-group-item-dark.active,
button.list-group-item-dark.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75
}

button.close {
    padding: 0;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%)
}

.modal.show .modal-dialog {
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: 0.5
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e9ecef
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 15px
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e9ecef
}

.modal-footer> :not(:first-child) {
    margin-left: 0.25rem
}

.modal-footer> :not(:last-child) {
    margin-right: 0.25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: 0.9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px
}

.tooltip.bs-tooltip-top,
.tooltip.bs-tooltip-auto[x-placement^="top"] {
    padding: 5px 0
}

.tooltip.bs-tooltip-top .arrow,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0
}

.tooltip.bs-tooltip-top .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.bs-tooltip-right,
.tooltip.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 5px
}

.tooltip.bs-tooltip-right .arrow,
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0
}

.tooltip.bs-tooltip-right .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.bs-tooltip-bottom,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 5px 0
}

.tooltip.bs-tooltip-bottom .arrow,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0
}

.tooltip.bs-tooltip-bottom .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bs-tooltip-left,
.tooltip.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 5px
}

.tooltip.bs-tooltip-left .arrow,
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0
}

.tooltip.bs-tooltip-left .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip .arrow::before {
    position: absolute;
    border-color: transparent;
    border-style: solid
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    padding: 1px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 10px;
    height: 5px
}

.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid
}

.popover .arrow::before {
    content: "";
    border-width: 11px
}

.popover .arrow::after {
    content: "";
    border-width: 11px
}

.popover.bs-popover-top,
.popover.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 10px
}

.popover.bs-popover-top .arrow,
.popover.bs-popover-auto[x-placement^="top"] .arrow {
    bottom: 0
}

.popover.bs-popover-top .arrow::before,
.popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-bottom-width: 0
}

.popover.bs-popover-top .arrow::before,
.popover.bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: -11px;
    margin-left: -6px;
    border-top-color: rgba(0, 0, 0, 0.25)
}

.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: -10px;
    margin-left: -6px;
    border-top-color: #fff
}

.popover.bs-popover-right,
.popover.bs-popover-auto[x-placement^="right"] {
    margin-left: 10px
}

.popover.bs-popover-right .arrow,
.popover.bs-popover-auto[x-placement^="right"] .arrow {
    left: 0
}

.popover.bs-popover-right .arrow::before,
.popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
    margin-top: -8px;
    border-left-width: 0
}

.popover.bs-popover-right .arrow::before,
.popover.bs-popover-auto[x-placement^="right"] .arrow::before {
    left: -11px;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
    left: -10px;
    border-right-color: #fff
}

.popover.bs-popover-bottom,
.popover.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 10px
}

.popover.bs-popover-bottom .arrow,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow {
    top: 0
}

.popover.bs-popover-bottom .arrow::before,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    margin-left: -7px;
    border-top-width: 0
}

.popover.bs-popover-bottom .arrow::before,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: -11px;
    border-bottom-color: rgba(0, 0, 0, 0.25)
}

.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: -10px;
    border-bottom-color: #fff
}

.popover.bs-popover-bottom .popover-header::before,
.popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.popover.bs-popover-left,
.popover.bs-popover-auto[x-placement^="left"] {
    margin-right: 10px
}

.popover.bs-popover-left .arrow,
.popover.bs-popover-auto[x-placement^="left"] .arrow {
    right: 0
}

.popover.bs-popover-left .arrow::before,
.popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
    margin-top: -8px;
    border-right-width: 0
}

.popover.bs-popover-left .arrow::before,
.popover.bs-popover-auto[x-placement^="left"] .arrow::before {
    right: -11px;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
    right: -10px;
    border-left-color: #fff
}

.popover-header {
    padding: 8px 14px;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: 9px 14px;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    transition: transform 0.6s ease;
    backface-visibility: hidden;
    perspective: 1000px
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translateX(0)
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5
}

.carousel-control-prev:focus,
.carousel-control-next:focus,
.carousel-control-prev:hover,
.carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #868e96 !important
}

a.bg-secondary:focus,
a.bg-secondary:hover {
    background-color: #6c757d !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #e9ecef !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #868e96 !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: 0.25rem !important
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important
}

.rounded-circle {
    border-radius: 50%
}

.rounded-0 {
    border-radius: 0
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: flex !important
    }
    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: flex !important
    }
    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: flex !important
    }
    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: flex !important
    }
    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

.d-print-block {
    display: none !important
}

@media print {
    .d-print-block {
        display: block !important
    }
}

.d-print-inline {
    display: none !important
}

@media print {
    .d-print-inline {
        display: inline !important
    }
}

.d-print-inline-block {
    display: none !important
}

@media print {
    .d-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }
    .flex-sm-column {
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-content-sm-start {
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        justify-content: center !important
    }
    .justify-content-sm-between {
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        justify-content: space-around !important
    }
    .align-items-sm-start {
        align-items: flex-start !important
    }
    .align-items-sm-end {
        align-items: flex-end !important
    }
    .align-items-sm-center {
        align-items: center !important
    }
    .align-items-sm-baseline {
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        align-items: stretch !important
    }
    .align-content-sm-start {
        align-content: flex-start !important
    }
    .align-content-sm-end {
        align-content: flex-end !important
    }
    .align-content-sm-center {
        align-content: center !important
    }
    .align-content-sm-between {
        align-content: space-between !important
    }
    .align-content-sm-around {
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        align-content: stretch !important
    }
    .align-self-sm-auto {
        align-self: auto !important
    }
    .align-self-sm-start {
        align-self: flex-start !important
    }
    .align-self-sm-end {
        align-self: flex-end !important
    }
    .align-self-sm-center {
        align-self: center !important
    }
    .align-self-sm-baseline {
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }
    .flex-md-column {
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-content-md-start {
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        justify-content: center !important
    }
    .justify-content-md-between {
        justify-content: space-between !important
    }
    .justify-content-md-around {
        justify-content: space-around !important
    }
    .align-items-md-start {
        align-items: flex-start !important
    }
    .align-items-md-end {
        align-items: flex-end !important
    }
    .align-items-md-center {
        align-items: center !important
    }
    .align-items-md-baseline {
        align-items: baseline !important
    }
    .align-items-md-stretch {
        align-items: stretch !important
    }
    .align-content-md-start {
        align-content: flex-start !important
    }
    .align-content-md-end {
        align-content: flex-end !important
    }
    .align-content-md-center {
        align-content: center !important
    }
    .align-content-md-between {
        align-content: space-between !important
    }
    .align-content-md-around {
        align-content: space-around !important
    }
    .align-content-md-stretch {
        align-content: stretch !important
    }
    .align-self-md-auto {
        align-self: auto !important
    }
    .align-self-md-start {
        align-self: flex-start !important
    }
    .align-self-md-end {
        align-self: flex-end !important
    }
    .align-self-md-center {
        align-self: center !important
    }
    .align-self-md-baseline {
        align-self: baseline !important
    }
    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }
    .flex-lg-column {
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-content-lg-start {
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        justify-content: center !important
    }
    .justify-content-lg-between {
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        justify-content: space-around !important
    }
    .align-items-lg-start {
        align-items: flex-start !important
    }
    .align-items-lg-end {
        align-items: flex-end !important
    }
    .align-items-lg-center {
        align-items: center !important
    }
    .align-items-lg-baseline {
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        align-items: stretch !important
    }
    .align-content-lg-start {
        align-content: flex-start !important
    }
    .align-content-lg-end {
        align-content: flex-end !important
    }
    .align-content-lg-center {
        align-content: center !important
    }
    .align-content-lg-between {
        align-content: space-between !important
    }
    .align-content-lg-around {
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        align-content: stretch !important
    }
    .align-self-lg-auto {
        align-self: auto !important
    }
    .align-self-lg-start {
        align-self: flex-start !important
    }
    .align-self-lg-end {
        align-self: flex-end !important
    }
    .align-self-lg-center {
        align-self: center !important
    }
    .align-self-lg-baseline {
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }
    .flex-xl-column {
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-content-xl-start {
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        justify-content: center !important
    }
    .justify-content-xl-between {
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        justify-content: space-around !important
    }
    .align-items-xl-start {
        align-items: flex-start !important
    }
    .align-items-xl-end {
        align-items: flex-end !important
    }
    .align-items-xl-center {
        align-items: center !important
    }
    .align-items-xl-baseline {
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        align-items: stretch !important
    }
    .align-content-xl-start {
        align-content: flex-start !important
    }
    .align-content-xl-end {
        align-content: flex-end !important
    }
    .align-content-xl-center {
        align-content: center !important
    }
    .align-content-xl-between {
        align-content: space-between !important
    }
    .align-content-xl-around {
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        align-content: stretch !important
    }
    .align-self-xl-auto {
        align-self: auto !important
    }
    .align-self-xl-start {
        align-self: flex-start !important
    }
    .align-self-xl-end {
        align-self: flex-end !important
    }
    .align-self-xl-center {
        align-self: center !important
    }
    .align-self-xl-baseline {
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }
    .float-sm-right {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }
    .float-md-right {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports (position: sticky) {
    .notdefined {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    clip-path: none
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-1 {
    margin: 0.25rem !important
}

.mt-1 {
    margin-top: 0.25rem !important
}

.mr-1 {
    margin-right: 0.25rem !important
}

.mb-1 {
    margin-bottom: 0.25rem !important
}

.ml-1 {
    margin-left: 0.25rem !important
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important
}

.m-2 {
    margin: 0.5rem !important
}

.mt-2 {
    margin-top: 0.5rem !important
}

.mr-2 {
    margin-right: 0.5rem !important
}

.mb-2 {
    margin-bottom: 0.5rem !important
}

.ml-2 {
    margin-left: 0.5rem !important
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.ml-3 {
    margin-left: 1rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mr-4 {
    margin-right: 1.5rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.ml-4 {
    margin-left: 1.5rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mr-5 {
    margin-right: 3rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.ml-5 {
    margin-left: 3rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.p-1 {
    padding: 0.25rem !important
}

.pt-1 {
    padding-top: 0.25rem !important
}

.pr-1 {
    padding-right: 0.25rem !important
}

.pb-1 {
    padding-bottom: 0.25rem !important
}

.pl-1 {
    padding-left: 0.25rem !important
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important
}

.p-2 {
    padding: 0.5rem !important
}

.pt-2 {
    padding-top: 0.5rem !important
}

.pr-2 {
    padding-right: 0.5rem !important
}

.pb-2 {
    padding-bottom: 0.5rem !important
}

.pl-2 {
    padding-left: 0.5rem !important
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pr-3 {
    padding-right: 1rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pl-3 {
    padding-left: 1rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pr-4 {
    padding-right: 1.5rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pl-4 {
    padding-left: 1.5rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pr-5 {
    padding-right: 3rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.pl-5 {
    padding-left: 3rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto {
    margin-top: auto !important
}

.mr-auto {
    margin-right: auto !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ml-auto {
    margin-left: auto !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0 {
        margin-left: 0 !important
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .m-sm-1 {
        margin: 0.25rem !important
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important
    }
    .mr-sm-1 {
        margin-right: 0.25rem !important
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important
    }
    .ml-sm-1 {
        margin-left: 0.25rem !important
    }
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }
    .m-sm-2 {
        margin: 0.5rem !important
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important
    }
    .mr-sm-2 {
        margin-right: 0.5rem !important
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important
    }
    .ml-sm-2 {
        margin-left: 0.5rem !important
    }
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3 {
        margin-left: 1rem !important
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4 {
        margin-left: 1.5rem !important
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5 {
        margin-left: 3rem !important
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0 {
        padding-left: 0 !important
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .p-sm-1 {
        padding: 0.25rem !important
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important
    }
    .pr-sm-1 {
        padding-right: 0.25rem !important
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important
    }
    .pl-sm-1 {
        padding-left: 0.25rem !important
    }
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }
    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }
    .p-sm-2 {
        padding: 0.5rem !important
    }
    .pt-sm-2 {
        padding-top: 0.5rem !important
    }
    .pr-sm-2 {
        padding-right: 0.5rem !important
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important
    }
    .pl-sm-2 {
        padding-left: 0.5rem !important
    }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3 {
        padding-left: 1rem !important
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4 {
        padding-left: 1.5rem !important
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5 {
        padding-left: 3rem !important
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto {
        margin-left: auto !important
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0 {
        margin-left: 0 !important
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .m-md-1 {
        margin: 0.25rem !important
    }
    .mt-md-1 {
        margin-top: 0.25rem !important
    }
    .mr-md-1 {
        margin-right: 0.25rem !important
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important
    }
    .ml-md-1 {
        margin-left: 0.25rem !important
    }
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }
    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }
    .m-md-2 {
        margin: 0.5rem !important
    }
    .mt-md-2 {
        margin-top: 0.5rem !important
    }
    .mr-md-2 {
        margin-right: 0.5rem !important
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important
    }
    .ml-md-2 {
        margin-left: 0.5rem !important
    }
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3 {
        margin-left: 1rem !important
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4 {
        margin-left: 1.5rem !important
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5 {
        margin-left: 3rem !important
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0 {
        padding-left: 0 !important
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .p-md-1 {
        padding: 0.25rem !important
    }
    .pt-md-1 {
        padding-top: 0.25rem !important
    }
    .pr-md-1 {
        padding-right: 0.25rem !important
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important
    }
    .pl-md-1 {
        padding-left: 0.25rem !important
    }
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }
    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }
    .p-md-2 {
        padding: 0.5rem !important
    }
    .pt-md-2 {
        padding-top: 0.5rem !important
    }
    .pr-md-2 {
        padding-right: 0.5rem !important
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important
    }
    .pl-md-2 {
        padding-left: 0.5rem !important
    }
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }
    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3 {
        padding-left: 1rem !important
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4 {
        padding-left: 1.5rem !important
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5 {
        padding-left: 3rem !important
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto {
        margin-left: auto !important
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0 {
        margin-left: 0 !important
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .m-lg-1 {
        margin: 0.25rem !important
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important
    }
    .mr-lg-1 {
        margin-right: 0.25rem !important
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important
    }
    .ml-lg-1 {
        margin-left: 0.25rem !important
    }
    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }
    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }
    .m-lg-2 {
        margin: 0.5rem !important
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important
    }
    .mr-lg-2 {
        margin-right: 0.5rem !important
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important
    }
    .ml-lg-2 {
        margin-left: 0.5rem !important
    }
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3 {
        margin-left: 1rem !important
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4 {
        margin-left: 1.5rem !important
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5 {
        margin-left: 3rem !important
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0 {
        padding-left: 0 !important
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .p-lg-1 {
        padding: 0.25rem !important
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important
    }
    .pr-lg-1 {
        padding-right: 0.25rem !important
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important
    }
    .pl-lg-1 {
        padding-left: 0.25rem !important
    }
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }
    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }
    .p-lg-2 {
        padding: 0.5rem !important
    }
    .pt-lg-2 {
        padding-top: 0.5rem !important
    }
    .pr-lg-2 {
        padding-right: 0.5rem !important
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important
    }
    .pl-lg-2 {
        padding-left: 0.5rem !important
    }
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }
    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3 {
        padding-left: 1rem !important
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4 {
        padding-left: 1.5rem !important
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5 {
        padding-left: 3rem !important
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto {
        margin-left: auto !important
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0 {
        margin-left: 0 !important
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .m-xl-1 {
        margin: 0.25rem !important
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important
    }
    .mr-xl-1 {
        margin-right: 0.25rem !important
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important
    }
    .ml-xl-1 {
        margin-left: 0.25rem !important
    }
    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }
    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }
    .m-xl-2 {
        margin: 0.5rem !important
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important
    }
    .mr-xl-2 {
        margin-right: 0.5rem !important
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important
    }
    .ml-xl-2 {
        margin-left: 0.5rem !important
    }
    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }
    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3 {
        margin-left: 1rem !important
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4 {
        margin-left: 1.5rem !important
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5 {
        margin-left: 3rem !important
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0 {
        padding-left: 0 !important
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .p-xl-1 {
        padding: 0.25rem !important
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important
    }
    .pr-xl-1 {
        padding-right: 0.25rem !important
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important
    }
    .pl-xl-1 {
        padding-left: 0.25rem !important
    }
    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }
    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }
    .p-xl-2 {
        padding: 0.5rem !important
    }
    .pt-xl-2 {
        padding-top: 0.5rem !important
    }
    .pr-xl-2 {
        padding-right: 0.5rem !important
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important
    }
    .pl-xl-2 {
        padding-left: 0.5rem !important
    }
    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }
    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3 {
        padding-left: 1rem !important
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4 {
        padding-left: 1.5rem !important
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5 {
        padding-left: 3rem !important
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto {
        margin-left: auto !important
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }
    .text-lg-right {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-normal {
    font-weight: normal
}

.font-weight-bold {
    font-weight: bold
}

.font-italic {
    font-style: italic
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0062cc !important
}

.text-secondary {
    color: #868e96 !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #6c757d !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important
}

.text-muted {
    color: #868e96 !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}


/*
 * Datepicker for Bootstrap v1.7.1 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
    border-radius: 4px;
    direction: ltr
}

.datepicker-inline {
    width: 220px
}

.datepicker-rtl {
    direction: rtl
}

.datepicker-rtl.dropdown-menu {
    left: auto
}

.datepicker-rtl table tr td span {
    float: right
}

.datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 4px
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, 0.15);
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px
}

.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid rgba(0, 0, 0, 0.15)
}

.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #777
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background: #eee;
    cursor: pointer
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #777;
    cursor: default
}

.datepicker table tr td.highlighted {
    color: #000;
    background-color: #d9edf7;
    border-color: #85c5e5;
    border-radius: 0
}

.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
    color: #000;
    background-color: #afd9ee;
    border-color: #298fc2
}

.datepicker table tr td.highlighted:hover {
    color: #000;
    background-color: #afd9ee;
    border-color: #52addb
}

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
    color: #000;
    background-color: #afd9ee;
    border-color: #52addb
}

.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
    color: #000;
    background-color: #91cbe8;
    border-color: #298fc2
}

.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
    background-color: #d9edf7;
    border-color: #85c5e5
}

.datepicker table tr td.highlighted.focused {
    background: #afd9ee
}

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
    background: #d9edf7;
    color: #777
}

.datepicker table tr td.today {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733
}

.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
    color: #000;
    background-color: #ffc966;
    border-color: #b37400
}

.datepicker table tr td.today:hover {
    color: #000;
    background-color: #ffc966;
    border-color: #f59e00
}

.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
    color: #000;
    background-color: #ffc966;
    border-color: #f59e00
}

.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
    color: #000;
    background-color: #ffbc42;
    border-color: #b37400
}

.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
    background-color: #ffdb99;
    border-color: #ffb733
}

.datepicker table tr td.today.focused {
    background: #ffc966
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
    background: #ffdb99;
    color: #777
}

.datepicker table tr td.range {
    color: #000;
    background-color: #eee;
    border-color: #bbb;
    border-radius: 0
}

.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
    color: #000;
    background-color: #d5d5d5;
    border-color: #7c7c7c
}

.datepicker table tr td.range:hover {
    color: #000;
    background-color: #d5d5d5;
    border-color: #9d9d9d
}

.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
    color: #000;
    background-color: #d5d5d5;
    border-color: #9d9d9d
}

.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
    color: #000;
    background-color: #c3c3c3;
    border-color: #7c7c7c
}

.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
    background-color: #eee;
    border-color: #bbb
}

.datepicker table tr td.range.focused {
    background: #d5d5d5
}

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
    background: #eee;
    color: #777
}

.datepicker table tr td.range.highlighted {
    color: #000;
    background-color: #e4eef3;
    border-color: #9dc1d3
}

.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
    color: #000;
    background-color: #c1d7e3;
    border-color: #4b88a6
}

.datepicker table tr td.range.highlighted:hover {
    color: #000;
    background-color: #c1d7e3;
    border-color: #73a6c0
}

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
    color: #000;
    background-color: #c1d7e3;
    border-color: #73a6c0
}

.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
    color: #000;
    background-color: #a8c8d8;
    border-color: #4b88a6
}

.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
    background-color: #e4eef3;
    border-color: #9dc1d3
}

.datepicker table tr td.range.highlighted.focused {
    background: #c1d7e3
}

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
    background: #e4eef3;
    color: #777
}

.datepicker table tr td.range.today {
    color: #000;
    background-color: #f7ca77;
    border-color: #f1a417
}

.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
    color: #000;
    background-color: #f4b747;
    border-color: #815608
}

.datepicker table tr td.range.today:hover {
    color: #000;
    background-color: #f4b747;
    border-color: #bf800c
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
    color: #000;
    background-color: #f4b747;
    border-color: #bf800c
}

.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
    color: #000;
    background-color: #f2aa25;
    border-color: #815608
}

.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
    background-color: #f7ca77;
    border-color: #f1a417
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
    background: #f7ca77;
    color: #777
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
    color: #fff;
    background-color: #777;
    border-color: #555;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #161616
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #373737
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #373737
}

.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
    color: #fff;
    background-color: #4c4c4c;
    border-color: #161616
}

.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
    background-color: #777;
    border-color: #555
}

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
    background-color: #337ab7;
    border-color: #2e6da4
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
    background: #eee
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #777;
    cursor: default
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
    background-color: #337ab7;
    border-color: #2e6da4
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #777
}

.datepicker .datepicker-switch {
    width: 145px
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    cursor: pointer
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background: #eee
}

.datepicker .prev.disabled,
.datepicker .next.disabled {
    visibility: hidden
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.input-group.date .input-group-addon {
    cursor: pointer
}

.input-daterange {
    width: 100%
}

.input-daterange input {
    text-align: center
}

.input-daterange input:first-child {
    border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
    border-radius: 0 3px 3px 0
}

.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    line-height: 1.42857;
    text-shadow: 0 1px 0 #fff;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px
}


/*
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url("/site/fonts/fontawesome-webfont.eot");
    src: url("/site/fonts/fontawesome-webfont.eot#iefix") format('embedded-opentype'), url("/site/fonts/fontawesome-webfont.woff2") format('woff2'), url("/site/fonts/fontawesome-webfont.woff") format('woff'), url("/site/fonts/fontawesome-webfont.ttf") format('truetype'), url("/site/fonts/fontawesome-webfont.svg#fontawesomeregular") format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: 0.3em
}

.fa.fa-pull-right {
    margin-left: 0.3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: 0.3em
}

.fa.pull-right {
    margin-left: 0.3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@font-face {
    font-family: 'icon-ms';
    src: url("/site/fonts/icon-ms.eot?dugx4q");
    src: url("/site/fonts/icon-ms.eot?dugx4q#iefix") format('embedded-opentype'), url("/site/fonts/icon-ms.ttf?dugx4q") format('truetype'), url("/site/fonts/icon-ms.woff?dugx4q") format('woff'), url("/site/fonts/icon-ms.svg?dugx4q#icon-ms") format('svg');
    font-weight: normal;
    font-style: normal;
}

.ms {
    font-family: 'icon-ms' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-ms-01:before {
    content: "\e900"
}

.icon-ms-02:before {
    content: "\e901"
}

.icon-ms-03:before {
    content: "\e902"
}

.icon-ms-04:before {
    content: "\e903"
}

.icon-ms-05:before {
    content: "\e904"
}

.icon-ms-06:before {
    content: "\e905"
}

.icon-ms-07:before {
    content: "\e906"
}

.icon-ms-08:before {
    content: "\e907"
}

.icon-ms-09:before {
    content: "\e908"
}

.icon-ms-10:before {
    content: "\e909"
}

.icon-ms-11:before {
    content: "\e90a"
}

.icon-ms-12:before {
    content: "\e90b"
}

.icon-ms-13:before {
    content: "\e90c"
}

.icon-ms-14:before {
    content: "\e90d"
}

.icon-ms-15:before {
    content: "\e90e"
}

.icon-ms-16:before {
    content: "\e90f"
}

.icon-ms-17:before {
    content: "\e910"
}

.icon-ms-18:before {
    content: "\e911"
}

.icon-ms-19:before {
    content: "\e912"
}

.icon-ms-20:before {
    content: "\e913"
}

.icon-ms-21:before {
    content: "\e914"
}

.icon-ms-22:before {
    content: "\e915"
}

.icon-ms-23:before {
    content: "\e916"
}

.icon-ms-24:before {
    content: "\e917"
}

.icon-ms-25:before {
    content: "\e918"
}

.icon-ms-26:before {
    content: "\e919"
}

.icon-ms-27:before {
    content: "\e91a"
}

.icon-ms-28:before {
    content: "\e91b"
}

.icon-ms-29:before {
    content: "\e91c"
}

.icon-ms-30:before {
    content: "\e91d"
}

.icon-ms-31:before {
    content: "\e91e"
}

.icon-ms-32:before {
    content: "\e91f"
}

.icon-ms-33:before {
    content: "\e920"
}

.icon-ms-34:before {
    content: "\e921"
}

.icon-ms-35:before {
    content: "\e922"
}

.icon-ms-36:before {
    content: "\e923"
}

.icon-ms-37:before {
    content: "\e924"
}

.icon-ms-38:before {
    content: "\e925"
}

.icon-ms-39 .path1:before {
    content: "\e926";
    color: #010202
}

.icon-ms-39 .path2:before {
    content: "\e927";
    margin-left: -1.14648em;
    color: #000
}

.icon-ms-39 .path3:before {
    content: "\e928";
    margin-left: -1.14648em;
    color: #010202
}

.icon-ms-39 .path4:before {
    content: "\e929";
    margin-left: -1.14648em;
    color: #000
}

.icon-ms-39 .path5:before {
    content: "\e92a";
    margin-left: -1.14648em;
    color: #010202
}

.icon-ms-39 .path6:before {
    content: "\e92b";
    margin-left: -1.14648em;
    color: #010202
}

.icon-ms-39 .path7:before {
    content: "\e92c";
    margin-left: -1.14648em;
    color: #010202
}

.icon-ms-39 .path8:before {
    content: "\e92d";
    margin-left: -1.14648em;
    color: #000
}

.icon-ms-39 .path9:before {
    content: "\e92e";
    margin-left: -1.14648em;
    color: #010202
}

.icon-ms-39 .path10:before {
    content: "\e92f";
    margin-left: -1.14648em;
    color: #010202
}

.icon-ms-39 .path11:before {
    content: "\e930";
    margin-left: -1.14648em;
    color: #010202
}

.icon-ms-39 .path12:before {
    content: "\e931";
    margin-left: -1.14648em;
    color: #010202
}

.icon-ms-40:before {
    content: "\e932"
}

.icon-ms-41:before {
    content: "\e933"
}

.icon-ms-42:before {
    content: "\e934"
}

.icon-ms-43:before {
    content: "\e935"
}

.icon-ms-44:before {
    content: "\e936"
}

.icon-ms-45:before {
    content: "\e937"
}

.icon-ms-46:before {
    content: "\e938"
}

.icon-ms-47:before {
    content: "\e939"
}

.icon-ms-48:before {
    content: "\e93a"
}

.icon-ms-49:before {
    content: "\e93b"
}

.icon-ms-50:before {
    content: "\e93c"
}

.icon-ms-51:before {
    content: "\e93d"
}

.icon-ms-52:before {
    content: "\e936"
}

.icon-ms-53:before {
    content: "\e95e"
}

.icon-ms-54:before {
    content: "\e95f"
}

.icon-ms-55:before {
    content: "\e960"
}

.icon-ms-56:before {
    content: "\e961"
}

.icon-ms-57:before {
    content: "\e962"
}

.icon-ms-58:before {
    content: "\e963"
}

@font-face {
    font-family: 'msvacanceslightregular';
    src: url('/site/fonts/msvacanceslight-webfont.eot');
    src: url('/site/fonts/msvacanceslight-webfont.eot?#iefix') format('embedded-opentype'), url('/site/fonts/msvacanceslight-webfont.woff2') format('woff2'), url('/site/fonts/msvacanceslight-webfont.woff') format('woff'), url('/site/fonts/msvacanceslight-webfont.ttf') format('truetype'), url('/site/fonts/msvacanceslight-webfont.svg#msvacanceslightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'msvacancesregular';
    src: url('/site/fonts/msvacancesregular-webfont.eot');
    src: url('/site/fonts/msvacancesregular-webfont.eot?#iefix') format('embedded-opentype'), url('/site/fonts/msvacancesregular-webfont.woff2') format('woff2'), url('/site/fonts/msvacancesregular-webfont.woff') format('woff'), url('/site/fonts/msvacancesregular-webfont.ttf') format('truetype'), url('/site/fonts/msvacancesregular-webfont.svg#msvacancesregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaregular';
    src: url('/site/fonts/helvetica-01-webfont.eot');
    src: url('/site/fonts/helvetica-01-webfont.eot?#iefix') format('embedded-opentype'), url('/site/fonts/helvetica-01-webfont.woff2') format('woff2'), url('/site/fonts/helvetica-01-webfont.woff') format('woff'), url('/site/fonts/helvetica-01-webfont.ttf') format('truetype'), url('/site/fonts/helvetica-01-webfont.svg#helveticaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticabold';
    src: url('/site/fonts/helvetica-bold-02-webfont.eot');
    src: url('/site/fonts/helvetica-bold-02-webfont.eot?#iefix') format('embedded-opentype'), url('/site/fonts/helvetica-bold-02-webfont.woff2') format('woff2'), url('/site/fonts/helvetica-bold-02-webfont.woff') format('woff'), url('/site/fonts/helvetica-bold-02-webfont.ttf') format('truetype'), url('/site/fonts/helvetica-bold-02-webfont.svg#helveticabold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*
 Animate.css - http://daneden.me/animate
 Licensed under the MIT license - http://opensource.org/licenses/MIT
 Copyright (c) 2015 Daniel Eden
 */

body {
    -webkit-backface-visibility: hidden
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-30px)
    }
    60% {
        transform: translateY(-15px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px)
    }
}

@keyframes shake {
    0%,
    100% {
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transform-origin: top center
    }
    20% {
        -webkit-transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    100% {
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: skewX(9deg)
    }
    10% {
        -webkit-transform: skewX(-8deg)
    }
    20% {
        -webkit-transform: skewX(7deg)
    }
    30% {
        -webkit-transform: skewX(-6deg)
    }
    40% {
        -webkit-transform: skewX(5deg)
    }
    50% {
        -webkit-transform: skewX(-4deg)
    }
    60% {
        -webkit-transform: skewX(3deg)
    }
    70% {
        -webkit-transform: skewX(-2deg)
    }
    80% {
        -webkit-transform: skewX(1deg)
    }
    90% {
        -webkit-transform: skewX(0deg)
    }
    100% {
        -webkit-transform: skewX(0deg)
    }
}

@keyframes wiggle {
    0% {
        transform: skewX(9deg)
    }
    10% {
        transform: skewX(-8deg)
    }
    20% {
        transform: skewX(7deg)
    }
    30% {
        transform: skewX(-6deg)
    }
    40% {
        transform: skewX(5deg)
    }
    50% {
        transform: skewX(-4deg)
    }
    60% {
        transform: skewX(3deg)
    }
    70% {
        transform: skewX(-2deg)
    }
    80% {
        transform: skewX(1deg)
    }
    90% {
        transform: skewX(0deg)
    }
    100% {
        transform: skewX(0deg)
    }
}

.wiggle {
    -webkit-animation-name: wiggle;
    animation-name: wiggle;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0%)
    }
}

@keyframes wobble {
    0% {
        transform: translateX(0%)
    }
    15% {
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        transform: translateX(0%)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        transform: scale(1)
    }
    10%,
    20% {
        transform: scale(0.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        transform: scale(1) rotate(0)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(0.9)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3)
    }
    50% {
        opacity: 1;
        transform: scale(1.05)
    }
    70% {
        transform: scale(0.9)
    }
    100% {
        transform: scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        transform: translateY(30px)
    }
    80% {
        transform: translateY(-10px)
    }
    100% {
        transform: translateY(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        transform: translateX(30px)
    }
    80% {
        transform: translateX(-10px)
    }
    100% {
        transform: translateX(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        transform: translateX(-30px)
    }
    80% {
        transform: translateX(10px)
    }
    100% {
        transform: translateX(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        transform: translateY(-30px)
    }
    80% {
        transform: translateY(10px)
    }
    100% {
        transform: translateY(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1)
    }
    25% {
        -webkit-transform: scale(0.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3)
    }
}

@keyframes bounceOut {
    0% {
        transform: scale(1)
    }
    25% {
        transform: scale(0.95)
    }
    50% {
        opacity: 1;
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        transform: scale(0.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        transform: translateY(2000px)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDown2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translate(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translate(0)
    }
}

.fadeInDown2 {
    -webkit-animation-name: fadeInDown2;
    animation-name: fadeInDown2
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(20px)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        -webkit-animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) scale(1);
        -webkit-animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(0);
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg);
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) rotateY(360deg) scale(0.95);
        animation-timing-function: ease-in
    }
    100% {
        transform: perspective(400px) scale(1);
        animation-timing-function: ease-in
    }
}

.flip {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    100% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
    100% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }
    100% {
        transform-origin: center center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -transform-origin: left bottom;
        -transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        transform: translate3d(0, 0, 0);
        visibility: visible
    }
    100% {
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translate3d(0, 0, 0);
        visibility: visible
    }
    100% {
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        transform: translate3d(0, 0, 0);
        visibility: visible
    }
    100% {
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        transform: translate3d(0, 0, 0);
        visibility: visible
    }
    100% {
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }
    100% {
        -webkit-transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    100% {
        transform: translateY(700px);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg)
    }
    100% {
        opacity: 0;
        transform: translateX(100%) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3)
    }
    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }
    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    100% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        transform: scale3d(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        transform: scale3d(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    100% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

* {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    color: #282e36
}

.mod_article .ce_headline.headline,
.mod_article .ce_headline.headline font {
    font-size: 40.95px;
    font-size: 4.095rem;
    text-align: center;
    text-transform: uppercase;
    line-height: 52.12px;
    line-height: 5.212rem;
    letter-spacing: 5px;
    letter-spacing: 0.5rem;
    font-weight: 700
}

.mod_article .ce_headline.subheadline,
.mod_article .ce_headline.subheadline font {
    font-family: 'Dancing Script';
    font-size: 43.02px;
    font-size: 4.302rem;
    text-align: center;
    line-height: 52.12px;
    line-height: 5.212rem
}

.accroches_campings-clubs .accroche_camping_club .content .ce_title .title,
.accroches_campings-clubs .accroche_camping_club .content .ce_title .title font,
.accroche_home .content .ce_title .title,
.accroche_home .content .ce_title .title font {
    font-size: 18.2px;
    font-size: 1.82rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 25.4px;
    line-height: 2.54rem;
    letter-spacing: 0.4px;
    letter-spacing: 0.04rem;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.accroches_campings-clubs .accroche_camping_club .content .departement_ville>.departement,
.accroches_campings-clubs .accroche_camping_club .content .departement_ville .ville,
.accroches_campings-clubs .accroche_camping_club .content .departement_ville>.departement font,
.accroches_campings-clubs .accroche_camping_club .content .departement_ville .ville font,
.accroche_home .content .button p,
.accroche_home .content .button p font {
    font-size: 13.24px;
    font-size: 1.324rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 31.44px;
    line-height: 3.144rem;
    letter-spacing: 0.4px;
    letter-spacing: 0.04rem
}

.mod_article .ce_text>h1,
.mod_article .ce_text>h2,
.mod_article .ce_text>h3,
.mod_article .ce_text>h4,
.mod_article .ce_text>h5,
.mod_article .ce_text>h6,
.mod_article .ce_text>p {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 28px;
    line-height: 2.8rem;
    text-transform: uppercase;
    padding-bottom: 30px
}

.mod_article .ce_text .text p,
.mod_article .ce_text .text p *,
.mod_article .ce_text .text ul li,
.mod_article .ce_text .text ul li * {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 19px;
    line-height: 1.9rem
}

.mod_article .ce_text .text ul li:before,
.presentation_camping-club .presentation .text ul li:before,
.presentation_internaute .presentation .text ul li:before,
.presentation_seo .presentation .text ul li:before,
.presentation_404 .presentation .text ul li:before,
.presentation_offres_speciales .presentation .text ul li:before,
.presentation_inscription_newsletter .presentation .text ul li:before,
.presentation_parc-aquatique .presentation .text ul li:before,
.presentation_faq .presentation .text ul li:before,
.contenu_camping-club .contenu_titre_description .text ul li:before,
.conditions_offres_speciales .rsce_conditions .text ul li:before,
.contenu_contact .article_contact .content .text ul li:before {
    font-size: 15px;
    font-size: 1.5rem;
    color: #77c5d5;
    margin-right: 10px
}

.infos_personnelles form label,
.identifiants_connexion form label {
    font-size: 14.89px;
    font-size: 1.489rem;
    line-height: 100%;
    display: block;
    padding-bottom: 5px;
    padding-bottom: 0.5rem
}

.infos_personnelles form .widget-text input,
.identifiants_connexion form .widget-text input,
.infos_personnelles form .widget-password input,
.identifiants_connexion form .widget-password input {
    font-size: 14.89px;
    font-size: 1.489rem;
    font-weight: 600;
    width: 100%;
    height: 41px;
    border: 1px solid #d4d6d5;
    padding: 0 20px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.formulaire form .widget-select select,
.formulaire_newsletter form .widget-select select,
.infos_personnelles form .widget-select select,
.identifiants_connexion form .widget-select select {
    font-size: 14.89px;
    font-size: 1.489rem;
    font-weight: 600;
    width: 100%;
    height: 41px;
    border: 1px solid #d4d6d5;
    padding: 0 20px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.formulaire form .widget-textarea textarea {
    font-size: 14.89px;
    font-size: 1.489rem;
    font-weight: 600;
    width: 100%;
    height: 130px;
    border: 1px solid #d4d6d5;
    padding: 15px 20px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.formulaire form .select-checkbox .btn-save button,
.formulaire form .submit_container button {
    font-size: 18.2px;
    font-size: 1.82rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%;
    background-color: #101417;
    border: 1px solid #101417;
    width: 150px;
    height: 40px;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.accroches_campings-clubs .accroche_camping_club figure .image img,
.accroches_campings-clubs .accroche_camping_club figure .hover img,
.accroches-clubs .accroche_camping_club .figure .image img,
.accroches-clubs .accroche_camping_club .figure .hover img,
.accroche_cottage_emplacement figure .image img,
.accroche_cottage_emplacement figure .hover img,
.accroche_home figure .image img,
.accroche_home figure .hover img,
.contenu_internaute .tab-content .tab-pane .article_internaute figure div img,
.contenu_seo .tab-content .tab-pane .article_internaute figure div img,
.contenu_mentions .tab-content .tab-pane .article_internaute figure div img,
.contenu_internaute .tab-content .tab-pane .article_seo figure div img,
.contenu_seo .tab-content .tab-pane .article_seo figure div img,
.contenu_mentions .tab-content .tab-pane .article_seo figure div img,
.contenu_internaute .tab-content .tab-pane .article_mentions figure div img,
.contenu_seo .tab-content .tab-pane .article_mentions figure div img,
.contenu_mentions .tab-content .tab-pane .article_mentions figure div img,
.article_parc_aquatique>figure div img,
.presentation_camping-club .presentation .video figure div img,
.presentation_internaute .presentation .video figure div img,
.presentation_seo .presentation .video figure div img,
.presentation_404 .presentation .video figure div img,
.presentation_offres_speciales .presentation .video figure div img,
.presentation_inscription_newsletter .presentation .video figure div img,
.presentation_parc-aquatique .presentation .video figure div img,
.presentation_faq .presentation .video figure div img,
.presentation_camping-club .presentation .photos_clubs figure div img,
.presentation_internaute .presentation .photos_clubs figure div img,
.presentation_seo .presentation .photos_clubs figure div img,
.presentation_404 .presentation .photos_clubs figure div img,
.presentation_offres_speciales .presentation .photos_clubs figure div img,
.presentation_inscription_newsletter .presentation .photos_clubs figure div img,
.presentation_parc-aquatique .presentation .photos_clubs figure div img,
.presentation_faq .presentation .photos_clubs figure div img,
.contenu_camping-club .content_category figure div img,
.catalog_full .catalog_visible .content figure div img,
.rsce_accroches_offres_speciales .accroche_offre_speciale figure .image img,
.modal-photos_videos .lSPager li img,
.modal-cottage .lSPager li img,
[class*="modal-photos_parc"] .lSPager li img,
.modal-photos_videos .slider-nav-videos .item img,
.modal-cottage .slider-nav-videos .item img,
[class*="modal-photos_parc"] .slider-nav-videos .item img,
.modal-photos_videos .slider-for .image img,
.modal-cottage .slider-for .image img,
[class*="modal-photos_parc"] .slider-for .image img,
.modal-photos_videos .slider-for-club .image img,
.modal-cottage .slider-for-club .image img,
[class*="modal-photos_parc"] .slider-for-club .image img,
.modal-photos_videos .slider-nav .image img,
.modal-cottage .slider-nav .image img,
[class*="modal-photos_parc"] .slider-nav .image img,
.modal-photos_videos .slider-nav-club .image img,
.modal-cottage .slider-nav-club .image img,
[class*="modal-photos_parc"] .slider-nav-club .image img,
.bandeau_compte-client .bandeau figure .image img,
.bandeau_faq .bandeau figure .image img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%
}

.modal-photos_videos .lSSlideWrapper li img,
.modal-cottage .lSSlideWrapper li img,
[class*="modal-photos_parc"] .lSSlideWrapper li img {
    object-fit: contain;
    object-position: 50% 50%;
    width: 100%;
    height: 100%
}

.modal-photos_videos .lSSlideWrapper li img.portrait,
.modal-cottage .lSSlideWrapper li img.portrait,
[class*="modal-photos_parc"] .lSSlideWrapper li img.portrait {
    object-fit: contain;
    object-position: 50% 50%;
    width: 100%;
    height: 100%
}

.slider_home .item figure img,
.bandeau_camping-club .bandeau figure .image img,
.bandeau_catalogue .bandeau figure .image img,
.bandeau_internaute .bandeau figure .image img,
.bandeau_seo .bandeau figure .image img,
.bandeau_404 .bandeau figure .image img,
.bandeau_contact .bandeau figure .image img,
.bandeau_offres_speciales .bandeau figure .image img,
.bandeau_inscription_newsletter .bandeau figure .image img,
.bandeau_mentions .bandeau figure .image img,
.bandeau_parc-aquatique .bandeau figure .image img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%
}

.main_navbar .mod_navigation>ul>li>a,
.main_navbar .mod_navigation>ul>li>span,
.main_navbar .mod_navigation>ul>li>a font,
.main_navbar .mod_navigation>ul>li>span font {
    font-family: 'Raleway';
    font-size: 14.89px;
    font-size: 1.489rem;
    color: #282e36;
    font-weight: 600;
    text-transform: uppercase;
    position: relative
}

.main_navbar .mod_navigation>ul>li>a:after,
.main_navbar .mod_navigation>ul>li>span:after {
    content: '';
    background: #77c5d5 !important;
    width: 100%;
    height: 5px !important;
    position: absolute;
    bottom: -3px !important;
    bottom: -0.3rem !important;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.presentation_camping-club .presentation .text h1,
.presentation_internaute .presentation .text h1,
.presentation_seo .presentation .text h1,
.presentation_404 .presentation .text h1,
.presentation_offres_speciales .presentation .text h1,
.presentation_inscription_newsletter .presentation .text h1,
.presentation_parc-aquatique .presentation .text h1,
.presentation_faq .presentation .text h1,
.presentation_camping-club .presentation .text h2,
.presentation_internaute .presentation .text h2,
.presentation_seo .presentation .text h2,
.presentation_404 .presentation .text h2,
.presentation_offres_speciales .presentation .text h2,
.presentation_inscription_newsletter .presentation .text h2,
.presentation_parc-aquatique .presentation .text h2,
.presentation_faq .presentation .text h2,
.presentation_camping-club .presentation .text h3,
.presentation_internaute .presentation .text h3,
.presentation_seo .presentation .text h3,
.presentation_404 .presentation .text h3,
.presentation_offres_speciales .presentation .text h3,
.presentation_inscription_newsletter .presentation .text h3,
.presentation_parc-aquatique .presentation .text h3,
.presentation_faq .presentation .text h3,
.presentation_camping-club .presentation .text h4,
.presentation_internaute .presentation .text h4,
.presentation_seo .presentation .text h4,
.presentation_404 .presentation .text h4,
.presentation_offres_speciales .presentation .text h4,
.presentation_inscription_newsletter .presentation .text h4,
.presentation_parc-aquatique .presentation .text h4,
.presentation_faq .presentation .text h4,
.presentation_camping-club .presentation .text h5,
.presentation_internaute .presentation .text h5,
.presentation_seo .presentation .text h5,
.presentation_404 .presentation .text h5,
.presentation_offres_speciales .presentation .text h5,
.presentation_inscription_newsletter .presentation .text h5,
.presentation_parc-aquatique .presentation .text h5,
.presentation_faq .presentation .text h5,
.presentation_camping-club .presentation .text h6,
.presentation_internaute .presentation .text h6,
.presentation_seo .presentation .text h6,
.presentation_404 .presentation .text h6,
.presentation_offres_speciales .presentation .text h6,
.presentation_inscription_newsletter .presentation .text h6,
.presentation_parc-aquatique .presentation .text h6,
.presentation_faq .presentation .text h6,
.presentation_camping-club .presentation .text h1 *,
.presentation_internaute .presentation .text h1 *,
.presentation_seo .presentation .text h1 *,
.presentation_404 .presentation .text h1 *,
.presentation_offres_speciales .presentation .text h1 *,
.presentation_inscription_newsletter .presentation .text h1 *,
.presentation_parc-aquatique .presentation .text h1 *,
.presentation_faq .presentation .text h1 *,
.presentation_camping-club .presentation .text h2 *,
.presentation_internaute .presentation .text h2 *,
.presentation_seo .presentation .text h2 *,
.presentation_404 .presentation .text h2 *,
.presentation_offres_speciales .presentation .text h2 *,
.presentation_inscription_newsletter .presentation .text h2 *,
.presentation_parc-aquatique .presentation .text h2 *,
.presentation_faq .presentation .text h2 *,
.presentation_camping-club .presentation .text h3 *,
.presentation_internaute .presentation .text h3 *,
.presentation_seo .presentation .text h3 *,
.presentation_404 .presentation .text h3 *,
.presentation_offres_speciales .presentation .text h3 *,
.presentation_inscription_newsletter .presentation .text h3 *,
.presentation_parc-aquatique .presentation .text h3 *,
.presentation_faq .presentation .text h3 *,
.presentation_camping-club .presentation .text h4 *,
.presentation_internaute .presentation .text h4 *,
.presentation_seo .presentation .text h4 *,
.presentation_404 .presentation .text h4 *,
.presentation_offres_speciales .presentation .text h4 *,
.presentation_inscription_newsletter .presentation .text h4 *,
.presentation_parc-aquatique .presentation .text h4 *,
.presentation_faq .presentation .text h4 *,
.presentation_camping-club .presentation .text h5 *,
.presentation_internaute .presentation .text h5 *,
.presentation_seo .presentation .text h5 *,
.presentation_404 .presentation .text h5 *,
.presentation_offres_speciales .presentation .text h5 *,
.presentation_inscription_newsletter .presentation .text h5 *,
.presentation_parc-aquatique .presentation .text h5 *,
.presentation_faq .presentation .text h5 *,
.presentation_camping-club .presentation .text h6 *,
.presentation_internaute .presentation .text h6 *,
.presentation_seo .presentation .text h6 *,
.presentation_404 .presentation .text h6 *,
.presentation_offres_speciales .presentation .text h6 *,
.presentation_inscription_newsletter .presentation .text h6 *,
.presentation_parc-aquatique .presentation .text h6 *,
.presentation_faq .presentation .text h6 *,
.presentation_camping-club .presentation .text p,
.presentation_internaute .presentation .text p,
.presentation_seo .presentation .text p,
.presentation_404 .presentation .text p,
.presentation_offres_speciales .presentation .text p,
.presentation_inscription_newsletter .presentation .text p,
.presentation_parc-aquatique .presentation .text p,
.presentation_faq .presentation .text p,
.presentation_camping-club .presentation .text p *,
.presentation_internaute .presentation .text p *,
.presentation_seo .presentation .text p *,
.presentation_404 .presentation .text p *,
.presentation_offres_speciales .presentation .text p *,
.presentation_inscription_newsletter .presentation .text p *,
.presentation_parc-aquatique .presentation .text p *,
.presentation_faq .presentation .text p *,
.presentation_camping-club .presentation .text ul li,
.presentation_internaute .presentation .text ul li,
.presentation_seo .presentation .text ul li,
.presentation_404 .presentation .text ul li,
.presentation_offres_speciales .presentation .text ul li,
.presentation_inscription_newsletter .presentation .text ul li,
.presentation_parc-aquatique .presentation .text ul li,
.presentation_faq .presentation .text ul li,
.presentation_camping-club .presentation .text ul li *,
.presentation_internaute .presentation .text ul li *,
.presentation_seo .presentation .text ul li *,
.presentation_404 .presentation .text ul li *,
.presentation_offres_speciales .presentation .text ul li *,
.presentation_inscription_newsletter .presentation .text ul li *,
.presentation_parc-aquatique .presentation .text ul li *,
.presentation_faq .presentation .text ul li *,
.contenu_camping-club .contenu_titre_description .text p,
.contenu_camping-club .contenu_titre_description .text p *,
.contenu_camping-club .contenu_titre_description .text ul li,
.contenu_camping-club .contenu_titre_description .text ul li *,
.conditions_offres_speciales .rsce_conditions .text ul li,
.conditions_offres_speciales .rsce_conditions .text ul li * {
    font-family: 'Raleway';
    font-size: 13.24px;
    font-size: 1.324rem;
    font-weight: 500;
    line-height: 16.55px;
    line-height: 1.655rem
}

.contenu_camping-club .content_category .contenu_categorie .text p,
.contenu_camping-club .content_category .contenu_categorie .text p *,
.contenu_camping-club .content_category .contenu_categorie .text ul li,
.contenu_camping-club .content_category .contenu_categorie .text ol li,
.contenu_camping-club .content_category .contenu_categorie .text ul li *,
.contenu_camping-club .content_category .contenu_categorie .text ol li *,
.conditions_offres_speciales .rsce_conditions .text h1,
.conditions_offres_speciales .rsce_conditions .text h2,
.conditions_offres_speciales .rsce_conditions .text h3,
.conditions_offres_speciales .rsce_conditions .text h4,
.conditions_offres_speciales .rsce_conditions .text h5,
.conditions_offres_speciales .rsce_conditions .text h6,
.conditions_offres_speciales .rsce_conditions .text h1 *,
.conditions_offres_speciales .rsce_conditions .text h2 *,
.conditions_offres_speciales .rsce_conditions .text h3 *,
.conditions_offres_speciales .rsce_conditions .text h4 *,
.conditions_offres_speciales .rsce_conditions .text h5 *,
.conditions_offres_speciales .rsce_conditions .text h6 *,
.conditions_offres_speciales .rsce_conditions .text p,
.conditions_offres_speciales .rsce_conditions .text p * {
    font-family: 'Raleway';
    font-size: 11.58px;
    font-size: 1.158rem;
    line-height: 13.24px;
    line-height: 1.324rem;
    font-weight: 500
}

.contenu_internaute .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li,
.contenu_seo .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li,
.contenu_internaute .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li,
.contenu_seo .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li,
.contenu_mentions .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li,
.contenu_seo .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li,
.contenu_internaute .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li,
.contenu_seo .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li,
.contenu_internaute .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li,
.contenu_seo .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li,
.contenu_mentions .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li,
.contenu_seo .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li,
.contenu_internaute .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li *,
.contenu_seo .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li *,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li *,
.contenu_internaute .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li *,
.contenu_seo .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li *,
.contenu_mentions .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li *,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li *,
.contenu_seo .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li *,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li *,
.contenu_internaute .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li *,
.contenu_seo .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li *,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li *,
.contenu_internaute .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li *,
.contenu_seo .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li *,
.contenu_mentions .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li *,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li *,
.contenu_seo .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li *,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li *,
.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text p,
.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text p *,
.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text ul li,
.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text ol li,
.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text ul li *,
.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text ol li *,
.contenu_camping-club .content_category .contenu_categorie .text ul.cottages_emplacements li,
.contenu_camping-club .content_category .contenu_categorie .text ol.cottages_emplacements li,
.contenu_camping-club .content_category .contenu_categorie .text ul.cottages_emplacements li *,
.contenu_camping-club .content_category .contenu_categorie .text ol.cottages_emplacements li * {
    font-size: 13.24px;
    font-size: 1.324rem;
    line-height: 19.86px;
    line-height: 1.986rem
}

.contenu_camping-club .content_category .contenu_categorie .text ul li:before,
.contenu_camping-club .content_category .contenu_categorie .text ol li:before {
    font-family: 'Raleway';
    font-size: 11.58px;
    font-size: 1.158rem;
    line-height: 13.24px;
    line-height: 1.324rem;
    font-weight: 500;
    content: '•';
    margin-right: 5px;
    margin-right: 0.5rem
}

.contenu_internaute .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li:before,
.contenu_seo .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li:before,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li:before,
.contenu_internaute .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li:before,
.contenu_seo .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li:before,
.contenu_mentions .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li:before,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li:before,
.contenu_seo .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li:before,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li:before,
.contenu_internaute .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li:before,
.contenu_seo .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li:before,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li:before,
.contenu_internaute .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li:before,
.contenu_seo .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li:before,
.contenu_mentions .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li:before,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li:before,
.contenu_seo .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li:before,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li:before,
.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text ul li:before,
.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text ol li:before,
.contenu_camping-club .content_category .contenu_categorie .text ul.cottages_emplacements li:before,
.contenu_camping-club .content_category .contenu_categorie .text ol.cottages_emplacements li:before {
    font-family: 'icon-ms';
    font-size: 15px;
    font-size: 1.5rem;
    color: #282e36;
    vertical-align: middle;
    content: '\e93c';
    margin-right: 10px
}

.avis_client .text p,
.avis_client .text p *,
.avis_client .text ul li,
.avis_client .text ol li,
.avis_client .text ul li *,
.avis_client .text ol li * {
    font-size: 13.24px;
    font-size: 1.324rem;
    line-height: 18.2px;
    line-height: 1.82rem
}

.avis_client .text ul li:before,
.avis_client .text ol li:before {
    font-size: 13.24px;
    font-size: 1.324rem;
    line-height: 18.2px;
    line-height: 1.82rem;
    content: '•';
    margin-right: 5px;
    margin-right: 0.5rem
}

.favorites .nights p,
.favorites .arrival p,
.favorites .capacity p {
    font-size: 13.23px;
    font-size: 1.323rem;
    line-height: 14.89px;
    line-height: 1.489rem;
    display: inline-block;
    vertical-align: middle
}

.favorites .nights p span,
.favorites .nights p span font,
.favorites .arrival p span,
.favorites .arrival p span font,
.favorites .capacity p span,
.favorites .capacity p span font {
    font-weight: 700
}

.catalog_full .catalog_visible .content .details .teaser p,
.catalog_full .catalog_visible .content .details .teaser p *,
.catalog_full .catalog_visible .content .details .teaser ul li,
.catalog_full .catalog_visible .content .details .teaser ol li,
.catalog_full .catalog_visible .content .details .teaser ul li *,
.catalog_full .catalog_visible .content .details .teaser ol li *,
.catalog_full .catalog_descriptif .content_descriptif_text p,
.catalog_full .catalog_descriptif .content_descriptif_text p *,
.catalog_full .catalog_descriptif .content_descriptif_text ul li,
.catalog_full .catalog_descriptif .content_descriptif_text ol li,
.catalog_full .catalog_descriptif .content_descriptif_text ul li *,
.catalog_full .catalog_descriptif .content_descriptif_text ol li * {
    font-size: 13.24px;
    font-size: 1.324rem;
    line-height: 19.85px;
    line-height: 1.985rem
}

.contenu_camping-club .content_category .contenu_categorie .lien_piece_jointe>div p,
.catalog_full .catalog_visible .content .details .actions .descriptif p,
.catalog_full .catalog_visible .content .details .actions .prix p {
    font-size: 14.89px;
    font-size: 1.489rem;
    color: #0074a6;
    font-weight: 700;
    line-height: 19.92px;
    line-height: 1.992rem;
    display: inline-block;
    cursor: pointer
}

.contenu_internaute .tab-content .tab-pane .article_internaute .text p,
.contenu_seo .tab-content .tab-pane .article_internaute .text p,
.contenu_mentions .tab-content .tab-pane .article_internaute .text p,
.contenu_internaute .tab-content .tab-pane .article_seo .text p,
.contenu_seo .tab-content .tab-pane .article_seo .text p,
.contenu_mentions .tab-content .tab-pane .article_seo .text p,
.contenu_internaute .tab-content .tab-pane .article_mentions .text p,
.contenu_seo .tab-content .tab-pane .article_mentions .text p,
.contenu_mentions .tab-content .tab-pane .article_mentions .text p,
.contenu_internaute .tab-content .tab-pane .article_internaute .text p *,
.contenu_seo .tab-content .tab-pane .article_internaute .text p *,
.contenu_mentions .tab-content .tab-pane .article_internaute .text p *,
.contenu_internaute .tab-content .tab-pane .article_seo .text p *,
.contenu_seo .tab-content .tab-pane .article_seo .text p *,
.contenu_mentions .tab-content .tab-pane .article_seo .text p *,
.contenu_internaute .tab-content .tab-pane .article_mentions .text p *,
.contenu_seo .tab-content .tab-pane .article_mentions .text p *,
.contenu_mentions .tab-content .tab-pane .article_mentions .text p *,
.contenu_internaute .tab-content .tab-pane .article_internaute .text ul li,
.contenu_seo .tab-content .tab-pane .article_internaute .text ul li,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ul li,
.contenu_internaute .tab-content .tab-pane .article_seo .text ul li,
.contenu_seo .tab-content .tab-pane .article_seo .text ul li,
.contenu_mentions .tab-content .tab-pane .article_seo .text ul li,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ul li,
.contenu_seo .tab-content .tab-pane .article_mentions .text ul li,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ul li,
.contenu_internaute .tab-content .tab-pane .article_internaute .text ol li,
.contenu_seo .tab-content .tab-pane .article_internaute .text ol li,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ol li,
.contenu_internaute .tab-content .tab-pane .article_seo .text ol li,
.contenu_seo .tab-content .tab-pane .article_seo .text ol li,
.contenu_mentions .tab-content .tab-pane .article_seo .text ol li,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ol li,
.contenu_seo .tab-content .tab-pane .article_mentions .text ol li,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ol li,
.contenu_internaute .tab-content .tab-pane .article_internaute .text ul li *,
.contenu_seo .tab-content .tab-pane .article_internaute .text ul li *,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ul li *,
.contenu_internaute .tab-content .tab-pane .article_seo .text ul li *,
.contenu_seo .tab-content .tab-pane .article_seo .text ul li *,
.contenu_mentions .tab-content .tab-pane .article_seo .text ul li *,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ul li *,
.contenu_seo .tab-content .tab-pane .article_mentions .text ul li *,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ul li *,
.contenu_internaute .tab-content .tab-pane .article_internaute .text ol li *,
.contenu_seo .tab-content .tab-pane .article_internaute .text ol li *,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ol li *,
.contenu_internaute .tab-content .tab-pane .article_seo .text ol li *,
.contenu_seo .tab-content .tab-pane .article_seo .text ol li *,
.contenu_mentions .tab-content .tab-pane .article_seo .text ol li *,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ol li *,
.contenu_seo .tab-content .tab-pane .article_mentions .text ol li *,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ol li * {
    font-size: 13.24px;
    font-size: 1.324rem;
    font-weight: 500;
    line-height: 16.55px;
    line-height: 1.655rem
}

.rsce_accroches_offres_speciales .accroche_offre_speciale .ce_subHeadline .subHeadline,
.rsce_accroches_offres_speciales .accroche_offre_speciale .ce_subHeadline .subHeadline font,
.rsce_accroches_offres_speciales .accroche_offre_speciale .teaser p,
.rsce_accroches_offres_speciales .accroche_offre_speciale .teaser p *,
.rsce_accroches_offres_speciales .accroche_offre_speciale .teaser ul li,
.rsce_accroches_offres_speciales .accroche_offre_speciale .teaser ol li,
.rsce_accroches_offres_speciales .accroche_offre_speciale .teaser ul li *,
.rsce_accroches_offres_speciales .accroche_offre_speciale .teaser ol li *,
.rsce_presentation_faq .text p,
.rsce_presentation_faq .text p *,
.rsce_presentation_faq .text ul li,
.rsce_presentation_faq .text ol li,
.rsce_presentation_faq .text ul li *,
.rsce_presentation_faq .text ol li *,
.cont_compte-client_reservations .contact .text p,
.cont_compte-client_reservations .contact .text p font {
    font-family: 'Raleway';
    font-size: 13.26px;
    font-size: 1.326rem;
    font-weight: 500;
    line-height: 18.58px;
    line-height: 1.858rem
}

.contenu_contact .article_contact .content .text p,
.contenu_contact .article_contact .content .text p *,
.contenu_contact .article_contact .content .text ul li,
.contenu_contact .article_contact .content .text ul li * {
    font-size: 14.89px;
    font-size: 1.489rem;
    line-height: 100%
}

html {
    font-size: 62.5%
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
picture,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
picture,
section {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 100%
}

blockquote,
q {
    quotes: none
}

blockquote:before,
q:before,
blockquote :after,
q :after {
    content: '';
    content: none
}

body * {
    -webkit-text-size-adjust: none
}

body.overflow {
    overflow: hidden
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
    box-shadow: none
}

input,
textarea,
select {
    outline: none;
    border: 0px none;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    background: none;
    margin: 0;
    padding: 0
}

input:invalid {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

a {
    color: #282e36;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

a:link,
a:visited,
a:active,
a:hover {
    color: #282e36;
    cursor: pointer;
    text-decoration: none;
    outline: none
}

a.link_visible {
    text-decoration: underline
}

iframe {
    border: none;
    outline: none
}

ul {
    list-style: none
}

button {
    background: none;
    border: 0px none
}

::-webkit-input-placeholder {
    color: #3b4851 !important;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

:-moz-placeholder {
    color: #3b4851 !important;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

::-moz-placeholder {
    color: #3b4851 !important;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

:-ms-input-placeholder {
    color: #3b4851 !important;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto
}

img,
iframe {
    border: 0
}

textarea {
    resize: none
}

.invisible {
    display: none !important
}

.no-margin {
    margin: 0
}

.no-padding {
    padding: 0
}

.v-align-children {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0px;
    font-size: 0px;
    font-size: 0rem;
    display: block
}

.float_right {
    float: right
}

.float_left {
    float: left
}

figure.float_left,
figure.float_right {
    max-width: 33.333%
}

figure.float_left {
    padding: 0 30px 5px 0
}

figure.float_right {
    padding: 0 0 5px 30px
}

figure.float_above {
    text-align: center;
    max-width: 100%;
    max-height: 430px;
    overflow: hidden;
    padding-bottom: 20px
}

figure.float_above img {
    max-height: 390px
}

.ce_text:after {
    clear: both;
    content: '';
    display: table
}

.table-cell {
    height: inherit;
    display: table-cell;
    vertical-align: middle
}

.t-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
    position: relative
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

*::-moz-placeholder {
    color: #77c5d5
}

.nav>li>a:hover,
.nav>li>a:focus {
    background: none
}

.nav .open>a {
    background: none !important;
    border: none !important
}

.nav .open>a:hover,
.nav .open>a :focus {
    background: none !important;
    border: none !important
}

.dropdown-toggle:after {
    display: none
}

.container-fluid {
    max-width: 1440px
}

.tooltip {}

.tooltip .tooltip-inner {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36;
    background-color: #fff;
    padding: 5px 10px;
    padding: 0.5rem 1rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 7.76px 0.24px rgba(40, 46, 54, 0.85);
    -moz-box-shadow: 0px 2px 7.76px 0.24px rgba(40, 46, 54, 0.85);
    -ms-box-shadow: 0px 2px 7.76px 0.24px rgba(40, 46, 54, 0.85);
    -o-box-shadow: 0px 2px 7.76px 0.24px rgba(40, 46, 54, 0.85);
    box-shadow: 0px 2px 7.76px 0.24px rgba(40, 46, 54, 0.85)
}

.tooltip.bs-tooltip-top .arrow,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow,
.tooltip.bs-tooltip-bottom .arrow,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    bottom: -10px;
    width: 30px;
    height: 15px
}

.tooltip.bs-tooltip-top .arrow:before,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.tooltip.bs-tooltip-bottom .arrow:before,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
    border-width: 15px 15px 0 15px !important;
    border-color: #fff transparent transparent transparent !important
}

[id*="ThelisResaSimpleBlock"] * {
    font-family: 'Montserrat';
    font-size: 12px;
    font-size: 1.2rem
}

.fa.fa-star {
    font-size: 12px;
    font-size: 1.2rem;
    vertical-align: super
}

.ms.icon-ms-55 {
    font-size: 12px;
    font-size: 1.2rem;
    vertical-align: super
}

.datepicker-dropdown.datepicker-dropdown:before,
.datepicker-dropdown.datepicker-dropdown:after {
    left: 50%;
    right: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.datepicker-dropdown.datepicker-orient-bottom:before,
.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -15px
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    border-top: 0
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -16px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid rgba(0, 0, 0, 0.2);
    border-top: 0
}

.datepicker-dropdown.datepicker-orient-bottom.dropdown-menu {
    margin-top: 15.25px;
    margin-top: 1.525rem
}

.datepicker-dropdown.datepicker-orient-top {
    margin-top: -12px;
    margin-top: -1.2rem
}

.datepicker-dropdown.datepicker-orient-top:before,
.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -15px;
    top: auto
}

.datepicker-dropdown.datepicker-orient-top:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    border-bottom: 0
}

.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -16px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid rgba(0, 0, 0, 0.2);
    border-bottom: 0
}

.datepicker .datepicker-days .datepicker-switch {
    font-size: 14.89px;
    font-size: 1.489rem;
    text-transform: capitalize
}

.datepicker .datepicker-days tbody .day {
    color: #0074a6;
    font-weight: 700
}

.datepicker .datepicker-days tbody .day.active {
    font-weight: 400;
    background-color: #0074a6
}

.datepicker .datepicker-days tbody .day.disabled {
    color: #d4d6d5;
    font-weight: 400
}

.modal {
    text-align: center;
    padding: 0 !important
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
    margin-right: -0.4rem
}

.modal iframe img {
    width: 100%
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

.none {
    display: none !important;
    visibility: hidden !important
}

.widget-select [aria-labelledby="dropdownPays"] {
    height: 200px;
    overflow: hidden;
    overflow-y: auto
}

.cc-cookies {
    font-size: 10px;
    font-size: 1rem;
    color: #282e36;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 15px;
    padding: 1.5rem;
    background: #dbdbdb;
    z-index: 99999;
    text-align: center
}

.cc-cookies p {
    font-size: 10px;
    font-size: 1rem;
    max-width: 100%;
    margin: 0 auto
}

.cc-cookies a {
    font-size: 10px;
    font-size: 1rem;
    color: #282e36;
    text-decoration: underline
}

.cc-cookies a:hover {
    color: #282e36;
    text-decoration: underline
}

.cc-cookies.cc-discreet {
    width: auto;
    padding: 0.5em 1em;
    left: auto;
    top: auto
}

.cc-cookies.cc-discreet a.cc-cookie-reset {
    text-decoration: underline;
    text-shadow: none;
    background: none;
    padding: 0
}

.cc-cookies.cc-discreet a:hover.cc-cookie-reset {
    text-decoration: none
}

.cc-overlay {
    height: 100%;
    padding-top: 25%
}

.cc-cookies-error {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    color: #333;
    float: left;
    width: 100%;
    margin: 1em 0 2em 0;
    background: #0074a6;
    padding: 2em 5%;
    border: 1px solid #ccc
}

.cc-cookies a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies a .cc-cookie-decline,
.cc-cookies-error a .cc-cookie-decline,
.cc-cookies a .cc-cookie-reset,
.cc-cookies-error a .cc-cookie-reset {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: #0074a6;
    padding: 0.5em 0.75em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px rgba(40, 46, 54, 0.25);
    -moz-box-shadow: 0 0 2px rgba(40, 46, 54, 0.25);
    -ms-box-shadow: 0 0 2px rgba(40, 46, 54, 0.25);
    -o-box-shadow: 0 0 2px rgba(40, 46, 54, 0.25);
    box-shadow: 0 0 2px rgba(40, 46, 54, 0.25);
    -webkit-transition: background 0.5s ease-in 0s;
    -moz-transition: background 0.5s ease-in 0s;
    -ms-transition: background 0.5s ease-in 0s;
    -o-transition: background 0.5s ease-in 0s;
    transition: background 0.5s ease-in 0s;
    margin-top: 10px;
    margin-top: 1rem
}

.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline {
    background: #af3b3b;
    margin-left: 0.5em
}

.cc-cookies a.cc-cookie-reset,
.cc-cookies-error a.cc-cookie-reset {
    background: #f15b00
}

.cc-cookies-error a.cc-cookie-accept,
.cc-cookies-error a .cc-cookie-decline {
    display: block;
    margin-top: 1em
}

@media screen and (max-width:768px) {
    .cc-cookies a.cc-cookie-accept,
    .cc-cookies a .cc-cookie-decline,
    .cc-cookies a .cc-cookie-reset {
        display: block;
        margin: 1em 0
    }
}

@media screen and (max-width:480px) {
    .cc-cookies {
        position: relative;
        float: left
    }
}

* html #outdated {
    position: absolute
}

#outdated {
    color: #0074a6;
    text-align: center;
    text-transform: uppercase;
    background: #282e36;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1500;
    width: 100%;
    height: 191px
}

#outdated .h6 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 25px;
    line-height: 2.5rem;
    font-weight: 700;
    margin: 30px 0 10px 0
}

#outdated p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.2rem;
    margin: 0
}

#outdated #btnUpdateBrowser {
    color: #0074a6;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 10px 20px;
    margin: 30px auto 0 auto;
    width: 230px;
    border: 2px solid #0074a6;
    cursor: pointer
}

#outdated #btnUpdateBrowser:hover {
    color: #282e36;
    background: #0074a6
}

#outdated .last {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 20px;
    height: 20px
}

#outdated #btnCloseUpdateBrowser {
    font-size: 36px;
    font-size: 3.6rem;
    color: #0074a6;
    line-height: 36px;
    line-height: 3.6rem;
    text-decoration: none;
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("/files/site/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.slick-loading .slick-list {
    background: #fff url("/files/site/images/ajax-loader.gif") center center no-repeat
}

@font-face {
    font-family: "slick";
    src: url("/site/fonts/slick.eot");
    src: url("/site/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/site/fonts/slick.woff") format("woff"), url("/site/fonts/slick.ttf") format("truetype"), url("/site/fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "\2190"
}

[dir="rtl"] .slick-prev:before {
    content: "\2192"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "\2192"
}

[dir="rtl"] .slick-next:before {
    content: "\2190"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}


/* lightslider - v1.1.3 - 2015-04-14
 * https://github.com/sachinchoolur/lightslider
 * Copyright (c) 2015 Sachin N; Licensed MIT */

.lSSlideWrapper,
.lSSlideWrapper .lSFade {
    position: relative
}

.lSSlideWrapper .lSSlide,
.lSSlideWrapper.usingCss .lSFade>* {
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important
}

.lSSlideOuter,
.lSSlideOuter .lSPager.lSGallery {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideWrapper>.lightSlider:after {
    clear: both
}

.lSSlideOuter {
    overflow: hidden;
    user-select: none
}

.lightSlider:after,
.lightSlider:before {
    content: " ";
    display: table
}

.lightSlider {
    overflow: hidden;
    margin: 0
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height
}

.lSSlideWrapper .lSFade>* {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%
}

.lSSlideWrapper.usingCss .lSFade>* {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.lSSlideWrapper .lSFade>.active {
    z-index: 10
}

.lSSlideWrapper.usingCss .lSFade>.active {
    opacity: 1
}

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center
}

.lSSlideOuter .lSPager.lSpg>li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px
}

.lSSlideOuter .lSPager.lSpg>li a {
    background-color: #222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s
}

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #428bca
}

.lSSlideOuter .media {
    opacity: 0.8
}

.lSSlideOuter .media.active {
    opacity: 1
}

.lSSlideOuter .lSPager.lSGallery {
    list-style: none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    user-select: none
}

.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideOuter .lSPager.lSGallery:before {
    content: " ";
    display: table
}

.lSAction>a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url(/files/site/img/controls.png);
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s
}

.lSAction>a:hover {
    opacity: 1
}

.lSAction>.lSPrev {
    background-position: 0 0;
    left: 10px
}

.lSAction>.lSNext {
    background-position: -32px 0;
    right: 10px
}

.lSAction>a.disabled {
    pointer-events: none
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden
}

.lSSlideOuter.vertical {
    position: relative
}

.lSSlideOuter.vertical.noPager {
    padding-right: 0 !important
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0
}

.lSSlideOuter.vertical .lightSlider>* {
    width: 100% !important;
    max-width: none !important
}

.lSSlideOuter.vertical .lSAction>a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0
}

.lSSlideOuter.vertical .lSAction>.lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto
}

.lSSlideOuter.vertical .lSAction>.lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px
}

.lSSlideOuter.lSrtl {
    direction: rtl
}

.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
    padding-left: 0;
    list-style: none
}

.lSSlideOuter.lSrtl .lSPager,
.lSSlideOuter.lSrtl .lightSlider {
    padding-right: 0
}

.lSSlideOuter .lSGallery li,
.lSSlideOuter .lightSlider>* {
    float: left
}

.lSSlideOuter.lSrtl .lSGallery li,
.lSSlideOuter.lSrtl .lightSlider>* {
    float: right !important
}

@-webkit-keyframes rightEnd {
    0%,
    100% {
        left: 0
    }
    50% {
        left: -15px
    }
}

@keyframes rightEnd {
    0%,
    100% {
        left: 0
    }
    50% {
        left: -15px
    }
}

@-webkit-keyframes topEnd {
    0%,
    100% {
        top: 0
    }
    50% {
        top: -15px
    }
}

@keyframes topEnd {
    0%,
    100% {
        top: 0
    }
    50% {
        top: -15px
    }
}

@-webkit-keyframes leftEnd {
    0%,
    100% {
        left: 0
    }
    50% {
        left: 15px
    }
}

@keyframes leftEnd {
    0%,
    100% {
        left: 0
    }
    50% {
        left: 15px
    }
}

@-webkit-keyframes bottomEnd {
    0%,
    100% {
        bottom: 0
    }
    50% {
        bottom: -15px
    }
}

@keyframes bottomEnd {
    0%,
    100% {
        bottom: 0
    }
    50% {
        bottom: -15px
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative
}

.lightSlider.lsGrab>* {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lightSlider.lsGrabbing>* {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.showbox {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 5%;
    background-color: rgba(0, 0, 0, 0.5)
}

.showbox.none {
    display: none
}

.loader {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100%
}

.loader:before {
    content: '';
    display: block;
    padding-top: 100%
}

.circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke-width: 4px;
    stroke: #0074a6
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360degdeg);
        -moz-transform: rotate(360degdeg);
        -ms-transform: rotate(360degdeg);
        -o-transform: rotate(360degdeg);
        transform: rotate(360degdeg);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(360deg), M12=-1*sin(360deg), M21=sin(360deg), M22=cos(360deg))";
        filter: progid: DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(360deg), M12=-1*sin(360deg), M21=sin(360deg), M22=cos(360deg))
    }
}

@-moz-keyframes rotate {
    100% {
        -webkit-transform: rotate(360degdeg);
        -moz-transform: rotate(360degdeg);
        -ms-transform: rotate(360degdeg);
        -o-transform: rotate(360degdeg);
        transform: rotate(360degdeg);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(360deg), M12=-1*sin(360deg), M21=sin(360deg), M22=cos(360deg))";
        filter: progid: DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(360deg), M12=-1*sin(360deg), M21=sin(360deg), M22=cos(360deg))
    }
}

@-ms-keyframes rotate {
    100% {
        -webkit-transform: rotate(360degdeg);
        -moz-transform: rotate(360degdeg);
        -ms-transform: rotate(360degdeg);
        -o-transform: rotate(360degdeg);
        transform: rotate(360degdeg);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(360deg), M12=-1*sin(360deg), M21=sin(360deg), M22=cos(360deg))";
        filter: progid: DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(360deg), M12=-1*sin(360deg), M21=sin(360deg), M22=cos(360deg))
    }
}

@-o-keyframes rotate {
    100% {
        -webkit-transform: rotate(360degdeg);
        -moz-transform: rotate(360degdeg);
        -ms-transform: rotate(360degdeg);
        -o-transform: rotate(360degdeg);
        transform: rotate(360degdeg);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(360deg), M12=-1*sin(360deg), M21=sin(360deg), M22=cos(360deg))";
        filter: progid: DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(360deg), M12=-1*sin(360deg), M21=sin(360deg), M22=cos(360deg))
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360degdeg);
        -moz-transform: rotate(360degdeg);
        -ms-transform: rotate(360degdeg);
        -o-transform: rotate(360degdeg);
        transform: rotate(360degdeg);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(360deg), M12=-1*sin(360deg), M21=sin(360deg), M22=cos(360deg))";
        filter: progid: DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(360deg), M12=-1*sin(360deg), M21=sin(360deg), M22=cos(360deg))
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@-moz-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@-ms-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@-o-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

.mod_article .ce_text>h1 font,
.mod_article .ce_text>h2 font,
.mod_article .ce_text>h3 font,
.mod_article .ce_text>h4 font,
.mod_article .ce_text>h5 font,
.mod_article .ce_text>h6 font,
.mod_article .ce_text>p font {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 28px;
    line-height: 2.8rem;
    text-transform: uppercase
}

.mod_article .ce_text .text p b,
.mod_article .ce_text .text p strong {
    font-weight: 700
}

.mod_article .ce_text .text p b font,
.mod_article .ce_text .text p strong font {
    font-weight: 700
}

.mod_article .ce_text .text p a {
    color: #77c5d5
}

.mod_article .ce_text .text p a font {
    color: #77c5d5
}

.mod_article .ce_text .text p .fa,
.mod_article .ce_text .text p .ms {
    font-family: 'FontAwesome';
    font-size: 50%
}

.mod_article .ce_text .text p sup {
    font-size: 11px;
    font-size: 1.1rem
}

.mod_article .ce_text .text p sup * {
    font-size: 11px;
    font-size: 1.1rem
}

.mod_article .ce_text .text ul li b,
.mod_article .ce_text .text ul li strong {
    font-weight: 700
}

.mod_article .ce_text .text ul li b font,
.mod_article .ce_text .text ul li strong font {
    font-weight: 700
}

.mod_article .ce_text .text ul li a {
    color: #77c5d5
}

.mod_article .ce_text .text ul li a font {
    color: #77c5d5
}

.mod_article .ce_text .text ul li .fa,
.mod_article .ce_text .text ul li .ms {
    font-family: 'FontAwesome';
    font-size: 50%
}

.mod_article .ce_text .text ul li sup {
    font-size: 11px;
    font-size: 1.1rem
}

.mod_article .ce_text .text ul li sup * {
    font-size: 11px;
    font-size: 1.1rem
}

.topbar {
    background: #000;
    max-height: 51px;
    height: 51px
}

.topbar.fixed {
    -webkit-position: sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%
}

.topbar .container-fluid {
    max-width: 1200px
}

.topbar .row {
    align-items: center;
    height: 51px
}

.topbar .btn_booking_nav button {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    cursor: pointer
}

.topbar .btn_booking_nav button i {
    font-size: 21px;
    font-size: 2.1rem;
    color: #fff
}

.topbar .btn_booking_nav .button {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-left: 1rem;
    cursor: pointer
}

.topbar .btn_booking_nav .button p {
    font-family: 'Playfair Display';
    font-size: 19.03px;
    font-size: 1.903rem;
    color: #101417;
    line-height: 0%;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.5px;
    letter-spacing: 0.05rem;
    padding: 7px 13px 5px 13px;
    padding: 0.7rem 1.3rem 0.5rem 1.3rem;
    background: #fff;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.topbar .btn_booking_nav .button p font {
    font-family: 'Playfair Display';
    font-size: 19.03px;
    font-size: 1.903rem;
    color: #101417;
    line-height: 0%;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.5px;
    letter-spacing: 0.05rem;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.topbar .btn_booking_nav .button p i {
    font-size: 16px;
    font-size: 1.6rem;
    color: #101417;
    margin-left: 5px;
    margin-left: 0.5rem
}

.topbar .btn_booking_nav .button p:hover {
    font-size: 20.03px;
    font-size: 2.003rem
}

.topbar .btn_booking_nav .button p:hover font {
    font-size: 20.03px;
    font-size: 2.003rem
}

.topbar .infos .ce_headline {
    font-size: 11.58px;
    font-size: 1.158rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 1.5px;
    letter-spacing: 0.15rem
}

.topbar .infos .ce_headline font {
    font-size: 11.58px;
    font-size: 1.158rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 1.5px;
    letter-spacing: 0.15rem
}

.topbar .actions {
    text-align: right
}

.topbar .actions>div {
    display: inline-block;
    vertical-align: middle;
    height: 26px
}

.topbar .actions .phone {
    border: 1px solid #fff;
    display: inline-block;
    margin: 0px 9px;
    margin: 0rem 0.9rem;
    padding: 4px 10px 2px 10px;
    padding: 0.4rem 1rem 0.2rem 1rem
}

.topbar .actions .phone a {
    font-size: 14.24px;
    font-size: 1.424rem;
    color: #fff;
    line-height: 100%;
    position: relative;
    padding-left: 27px;
    padding-left: 2.7rem;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.topbar .actions .phone a font {
    font-size: 14.24px;
    font-size: 1.424rem;
    color: #fff;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.topbar .actions .phone a:before {
    font-family: 'icon-ms';
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    content: '\e902';
    position: absolute;
    top: 2px;
    top: 0.2rem;
    left: 0
}

.topbar .actions .phone a:hover {
    font-size: 15.24px;
    font-size: 1.524rem
}

.topbar .actions .phone a:hover font {
    font-size: 15.24px;
    font-size: 1.524rem
}

.topbar .actions .contact {
    margin: 0px 9px;
    margin: 0rem 0.9rem
}

.topbar .actions .contact i {
    font-size: 21px;
    font-size: 2.1rem;
    color: #fff;
    line-height: 26px;
    line-height: 2.6rem;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.topbar .actions .contact i:hover {
    font-size: 22px;
    font-size: 2.2rem
}

.topbar .actions .account {
    margin: 0px 4px;
    margin: 0rem 0.4rem;
    position: relative;
    cursor: pointer
}

.topbar .actions .account i {
    font-size: 21px;
    font-size: 2.1rem;
    color: #fff;
    line-height: 26px;
    line-height: 2.6rem;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.topbar .actions .account i:hover {
    font-size: 22px;
    font-size: 2.2rem
}

.topbar .actions .account .mspopover-content {
    text-align: left;
    position: absolute;
    top: 42px;
    top: 4.2rem;
    right: -4px;
    right: -0.4rem;
    z-index: -1;
    background: #fff;
    padding: 10px;
    padding: 1rem;
    width: 200px;
    display: block;
    border: 1px solid #8f9091;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-20px) scale(0.5);
    -moz-transform: translateY(-20px) scale(0.5);
    -ms-transform: translateY(-20px) scale(0.5);
    -o-transform: translateY(-20px) scale(0.5);
    transform: translateY(-20px) scale(0.5);
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
    transition: all 0.5s ease-in 0s
}

.topbar .actions .account .mspopover-content:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 12px 15px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -12px;
    top: -1.2rem;
    right: -1px;
    right: -1rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.topbar .actions .account .mspopover-content:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 13px 16px;
    border-color: transparent transparent #282e36 transparent;
    position: absolute;
    top: -13px;
    top: -1.3rem;
    right: -12px;
    right: -1.2rem;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.topbar .actions .account .mspopover-content.show {
    z-index: 75;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1)
}

.topbar .actions .account .mspopover-content.hide {
    z-index: -1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-20px) scale(0.5);
    -moz-transform: translateY(-20px) scale(0.5);
    -ms-transform: translateY(-20px) scale(0.5);
    -o-transform: translateY(-20px) scale(0.5);
    transform: translateY(-20px) scale(0.5)
}

.topbar .actions .account .mspopover-content .btn_close {
    position: absolute;
    top: 5px;
    top: 0.5rem;
    right: 10px;
    right: 1rem;
    cursor: pointer
}

.topbar .actions .account .mspopover-content .btn_close i {
    font-size: 11px;
    font-size: 1.1rem;
    color: #282e36
}

.topbar .actions .account .mspopover-content .mspopover-header {
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 0px;
    padding: 1rem 0rem;
    margin-bottom: 5px;
    margin-bottom: 0.5rem
}

.topbar .actions .account .mspopover-content .mspopover-header p {
    font-family: 'msvacancesregular';
    font-size: 18px;
    font-size: 1.8rem;
    color: #0074a6;
    font-weight: 500
}

.topbar .actions .account .mspopover-content .mspopover-header p font {
    font-family: 'msvacancesregular';
    font-size: 18px;
    font-size: 1.8rem;
    color: #0074a6;
    font-weight: 500
}

.topbar .actions .account .mspopover-content .mspopover-body nav ul li {
    padding: 5px 0px;
    padding: 0.5rem 0rem
}

.topbar .actions .account .mspopover-content .mspopover-body nav ul li a {
    font-family: 'Trebuchet MS';
    font-size: 13.24px;
    font-size: 1.324rem;
    text-transform: uppercase;
    font-weight: 500
}

.topbar .actions .account .mspopover-content .mspopover-body nav ul li a font {
    font-family: 'Trebuchet MS';
    font-size: 13.24px;
    font-size: 1.324rem;
    text-transform: uppercase;
    font-weight: 500
}

.topbar .actions .account .mspopover-content .mspopover-body nav ul li:hover a {
    text-decoration: underline
}

.topbar .actions .account .mspopover-content .mspopover-body nav ul li:hover a font {
    text-decoration: underline
}

.topbar .actions .account .mspopover-content .mspopover-body .btn_logout {
    margin-top: 10px;
    margin-top: 1rem;
    padding-top: 10px;
    padding-top: 1rem;
    border-top: 1px solid #dbdbdb
}

.topbar .actions .account .mspopover-content .mspopover-body .btn_logout button {
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer
}

.topbar .actions .account .mspopover-content .mspopover-body .btn_logout button font {
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 500
}

.topbar .actions .account .mspopover-content .mspopover-body .btn_logout button i {
    font-size: 12px;
    font-size: 1.2rem;
    color: #77c5d5
}

header .logo {
    padding: 39px 0px 34px 0px;
    padding: 3.9rem 0rem 3.4rem 0rem
}

header .logo img {
    max-width: 265px
}

.main_navbar .mod_navigation {}

.main_navbar .mod_navigation>ul {
    text-align: center;
    width: 100%;
    position: relative;
    padding: 0
}

.main_navbar .mod_navigation>ul>li {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    height: 27px;
    padding-bottom: 3px;
    padding-bottom: 0.3rem;
    margin: 0px 75px;
    margin: 0rem 7.5rem
}

.main_navbar .mod_navigation>ul>li.mm_22 a {
    cursor: initial
}

.main_navbar .mod_navigation>ul>li>a,
.main_navbar .mod_navigation>ul>li>span {
    padding: 0px 6px;
    padding: 0rem 0.6rem;
    display: block
}

.main_navbar .mod_navigation>ul>li.active>a,
.main_navbar .mod_navigation>ul>li:hover>a,
.main_navbar .mod_navigation>ul>li.active>span,
.main_navbar .mod_navigation>ul>li:hover>span {
    color: #77c5d5;
    font-size: 16.45px;
    font-size: 1.645rem;
    font-weight: 700
}

.main_navbar .mod_navigation>ul>li.active>a font,
.main_navbar .mod_navigation>ul>li:hover>a font,
.main_navbar .mod_navigation>ul>li.active>span font,
.main_navbar .mod_navigation>ul>li:hover>span font {
    color: #77c5d5;
    font-size: 16.45px;
    font-size: 1.645rem;
    font-weight: 700
}

.main_navbar .mod_navigation>ul>li.active>a:after,
.main_navbar .mod_navigation>ul>li:hover>a:after,
.main_navbar .mod_navigation>ul>li.active>span:after,
.main_navbar .mod_navigation>ul>li:hover>span:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.main_navbar .mod_navigation>ul>li:first-child {
    margin-left: 0
}

.main_navbar .mod_navigation>ul>li:first-child a,
.main_navbar .mod_navigation>ul>li:first-child span {
    width: 131px;
    padding-left: 0
}

.main_navbar .mod_navigation>ul>li:nth-child(2) a,
.main_navbar .mod_navigation>ul>li:nth-child(2) span {
    width: 185px
}

.main_navbar .mod_navigation>ul>li:nth-child(3) a,
.main_navbar .mod_navigation>ul>li:nth-child(3) span {
    width: 234px
}

.main_navbar .mod_navigation>ul>li:last-child {
    margin-right: 0
}

.main_navbar .mod_navigation>ul>li:last-child a,
.main_navbar .mod_navigation>ul>li:last-child span {
    width: 160px;
    padding-right: 0
}

.main_navbar .mod_navigation .mm_dropdown {
    top: 100%;
    background: rgba(255, 255, 255, 0.95);
    padding: 40px 0px;
    padding: 4rem 0rem;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.main_navbar .mod_navigation .mm_dropdown.hover {
    display: block
}

.main_navbar .mod_navigation .mm_dropdown>div {
    max-width: 1200px
}

.main_navbar .mod_navigation .mm_dropdown nav {
    margin-top: 30px;
    margin-top: 3rem
}

.main_navbar .mod_navigation .mm_dropdown nav ul li a,
.main_navbar .mod_navigation .mm_dropdown nav ul li span {
    font-size: 14px;
    font-size: 1.4rem;
    color: #282e36;
    line-height: 27.78px;
    line-height: 2.778rem
}

.main_navbar .mod_navigation .mm_dropdown nav ul li a font,
.main_navbar .mod_navigation .mm_dropdown nav ul li span font {
    font-size: 14px;
    font-size: 1.4rem;
    color: #282e36;
    line-height: 27.78px;
    line-height: 2.778rem
}

.main_navbar .mod_navigation .mm_dropdown nav ul li a.active,
.main_navbar .mod_navigation .mm_dropdown nav ul li span.active {
    text-decoration: underline
}

.main_navbar .mod_navigation .mm_dropdown nav ul li a.active font,
.main_navbar .mod_navigation .mm_dropdown nav ul li span.active font {
    text-decoration: underline
}

.main_navbar .mod_navigation .mm_dropdown nav ul li a:hover {
    text-decoration: underline
}

.main_navbar .mod_navigation .mm_dropdown nav ul li a:hover font {
    text-decoration: underline
}

.main_navbar .mod_navigation .mm_dropdown nav ul li.first {
    padding-bottom: 10px;
    padding-bottom: 1rem
}

.main_navbar .mod_navigation .mm_dropdown nav ul li.first a,
.main_navbar .mod_navigation .mm_dropdown nav ul li.first span {
    font-size: 16.55px;
    font-size: 1.655rem;
    color: #282e36;
    font-weight: 700;
    text-transform: uppercase
}

.main_navbar .mod_navigation .mm_dropdown nav ul li.first a font,
.main_navbar .mod_navigation .mm_dropdown nav ul li.first span font {
    font-size: 16.55px;
    font-size: 1.655rem;
    color: #282e36;
    font-weight: 700;
    text-transform: uppercase
}

.main_navbar .mod_navigation .mm_dropdown nav ul li i {
    font-size: 66%
}

.menu_mobile {
    -webkit-box-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 51px;
    left: 0;
    height: 100%;
    width: 300px;
    background-color: #fff;
    padding: 10px 0px;
    padding: 1rem 0rem;
    -webkit-transform: translateX(-305px);
    -moz-transform: translateX(-305px);
    -ms-transform: translateX(-305px);
    -o-transform: translateX(-305px);
    transform: translateX(-305px);
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    will-change: -webkit-transform, -moz-transform, transform
}

.menu_mobile.open {
    z-index: 999;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.menu_mobile .btn_close {
    text-align: right;
    height: 75px;
    padding: 10px 20px 10px 15px;
    padding: 1rem 2rem 1rem 1.5rem
}

.menu_mobile .btn_close i {
    font-size: 20px;
    font-size: 2rem;
    color: #282e36;
    cursor: pointer
}

.menu_mobile .icon-ms-55 {
    font-size: 66.666%
}

.menu_mobile nav {
    overflow: auto;
    height: -webkit-calc(100vh - 62px);
    height: -moz-calc(100vh - 62px);
    height: -o-calc(100vh - 62px);
    height: -ms-calc(100vh - 62px);
    height: calc(100vh - 62px)
}

.menu_mobile nav ul {
    display: none
}

.menu_mobile nav ul li p {
    display: block;
    position: relative
}

.menu_mobile nav ul li p .fa-plus,
.menu_mobile nav ul li p .fa-minus {
    font-size: 14.89px;
    font-size: 1.489rem;
    color: #005f8a;
    position: absolute;
    top: 50%;
    right: 10px;
    right: 1rem;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px
}

.menu_mobile nav ul li p .fa-plus:before {
    content: "" !important;
    background-image: url(/files/site/images/more_menumobile.png);
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0
}

.menu_mobile nav ul li p .fa-minus:before {
    content: "" !important;
    background-image: url(/files/site/images/less_menumobile.png);
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0
}

.menu_mobile nav ul.level_1,
.menu_mobile nav ul.others {
    display: block;
    padding: 10px 0px;
    padding: 1rem 0rem
}

.menu_mobile nav ul.level_1>li,
.menu_mobile nav ul.others>li {
    border-bottom: 2px solid #cbcbcb;
    margin: 0 10px 0 15px;
    padding: 17px 0
}

.menu_mobile nav ul.level_1>li>p>a,
.menu_mobile nav ul.others>li>p>a {
    font-family: 'Trebuchet MS';
    font-size: 15px;
    font-size: 1.5rem;
    color: #005f8a;
    font-weight: 700;
    text-transform: uppercase
}

.menu_mobile nav ul.level_1>li>p>a font,
.menu_mobile nav ul.others>li>p>a font {
    font-family: 'Trebuchet MS';
    font-size: 15px;
    font-size: 1.5rem;
    color: #005f8a;
    font-weight: 700;
    text-transform: uppercase
}

.menu_mobile nav ul.level_1>li>p>a i,
.menu_mobile nav ul.others>li>p>a i {
    font-size: 50%
}

.menu_mobile nav ul.level_1 li:last-child,
.menu_mobile nav ul.others li:last-child {
    border-bottom: transparent
}

.menu_mobile nav ul.others {
    border-top: none
}

.menu_mobile nav ul.others a {
    color: #595959 !important
}

.menu_mobile nav ul.others a font {
    color: #595959 !important
}

.menu_mobile nav ul.level_2 {
    padding: 18px 0px 0px 52px;
    padding: 1.8rem 0rem 0rem 5.2rem
}

.menu_mobile nav ul.level_2>li {
    margin-bottom: 5px;
    margin-bottom: 0.5rem
}

.menu_mobile nav ul.level_2>li>p {
    border: none
}

.menu_mobile nav ul.level_2>li>p>a {
    font-family: 'Trebuchet MS';
    font-size: 12.41px;
    font-size: 1.241rem;
    color: #504747;
    font-weight: 600;
    text-transform: uppercase
}

.menu_mobile nav ul.level_2>li>p>a font {
    font-family: 'Trebuchet MS';
    font-size: 12.41px;
    font-size: 1.241rem;
    color: #504747;
    font-weight: 600;
    text-transform: uppercase
}

.menu_mobile nav ul.level_2>li>p>a:hover,
.menu_mobile nav ul.level_2>li>p>a:active,
.menu_mobile nav ul.level_2>li>p>a:focus {
    text-decoration: underline
}

.menu_mobile nav ul.level_2>li>p>a:hover font,
.menu_mobile nav ul.level_2>li>p>a:active font,
.menu_mobile nav ul.level_2>li>p>a:focus font {
    text-decoration: underline
}

.menu_mobile nav ul.level_2>li>p>a:before {
    content: "";
    width: 7px;
    height: 9px;
    display: inline-block;
    background-image: url(/files/site/images/arrow_menumobile.png);
    margin-right: 2px;
    margin-right: 0.2rem
}

.menu_mobile nav ul.level_2>li>p>i {
    display: none
}

.menu_mobile nav ul.level_3 {
    display: none !important;
    padding: 5px 0px;
    padding: 0.5rem 0rem
}

.menu_mobile nav ul.level_3>li>p {
    border: none
}

.menu_mobile nav ul.level_3>li>p>a {
    font-family: 'Raleway';
    font-size: 13.24px;
    font-size: 1.324rem;
    color: #282e36;
    font-weight: 400;
    text-transform: uppercase
}

.menu_mobile nav ul.level_3>li>p>a font {
    font-family: 'Raleway';
    font-size: 13.24px;
    font-size: 1.324rem;
    color: #282e36;
    font-weight: 400;
    text-transform: uppercase
}

.overlay_menu_mobile {
    -webkit-transition: opacity 0.3s linear 0s;
    -moz-transition: opacity 0.3s linear 0s;
    -ms-transition: opacity 0.3s linear 0s;
    -o-transition: opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s;
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7)
}

.overlay_menu_mobile.on {
    display: block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    z-index: 99
}

.diaporama .container-fluid {
    padding: 0;
    max-width: 1545px
}

.slider_home .item figure {
    width: 100%;
    height: -webkit-calc(100vh - 190px);
    height: -moz-calc(100vh - 190px);
    height: -o-calc(100vh - 190px);
    height: -ms-calc(100vh - 190px);
    height: calc(100vh - 190px);
    position: relative
}

.slider_home .item figure .image {
    width: 100%;
    height: 100%
}

.slider_home .item figure .background {
    width: 100%;
    height: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover
}

.slider_home .item figure figcaption {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table
}

.slider_home .item figure figcaption .caption {
    display: table-cell;
    vertical-align: middle
}

.slider_home .item figure figcaption div {
    flex: 0 0 100%
}

.slider_home .item figure figcaption .title {
    font-family: 'Dancing Script';
    font-size: 74.84px;
    font-size: 7.484rem;
    color: #fff;
    text-shadow: 0px 3px 16px rgba(16, 20, 23, 0.85);
    line-height: 100%;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.slider_home .item figure figcaption .title font {
    font-family: 'Dancing Script';
    font-size: 74.84px;
    font-size: 7.484rem;
    color: #fff;
    text-shadow: 0px 3px 16px rgba(16, 20, 23, 0.85);
    line-height: 100%;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.slider_home .item figure figcaption .ce_subtitle {
    padding-top: 10px;
    padding-top: 1rem
}

.slider_home .item figure figcaption .subtitle {
    font-family: 'Raleway';
    font-size: 55.45px;
    font-size: 5.545rem;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 3px 16px rgba(16, 20, 23, 0.85);
    line-height: 100%;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.slider_home .item figure figcaption .subtitle font {
    font-family: 'Raleway';
    font-size: 55.45px;
    font-size: 5.545rem;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 3px 16px rgba(16, 20, 23, 0.85);
    line-height: 100%;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.slider_home .item figure figcaption .description {
    padding-top: 40px;
    padding-top: 4rem
}

.slider_home .item figure figcaption .description p {
    font-size: 24.51px;
    font-size: 2.451rem;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.85);
    font-weight: 600
}

.slider_home .item figure figcaption .description p font {
    font-size: 24.51px;
    font-size: 2.451rem;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.85);
    font-weight: 600
}

.slider_home .item figure figcaption .button {
    padding-top: 35px;
    padding-top: 3.5rem;
    display: inline-block
}

.slider_home .item figure figcaption .button p {
    font-size: 20.25px;
    font-size: 2.025rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    letter-spacing: 0.1rem;
    padding: 4px 30px;
    padding: 0.4rem 3rem;
    border: 1px solid #000;
    background: #000;
    -webkit-box-shadow: 0px 2px 17px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 2px 17px 2px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0px 2px 17px 2px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0px 2px 17px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 2px 17px 2px rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.slider_home .item figure figcaption .button p font {
    font-size: 20.25px;
    font-size: 2.025rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    letter-spacing: 0.1rem;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.slider_home .item figure figcaption .button p i {
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    margin-left: 10px;
    margin-left: 1rem;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.slider_home .item figure figcaption .button:hover p {
    color: #101417;
    background: #fff
}

.slider_home .item figure figcaption .button:hover p font {
    color: #101417
}

.slider_home .item figure figcaption .button:hover p i {
    color: #101417
}

.slider_home .item figure:hover figcaption .title {
    font-size: 79.84px;
    font-size: 7.984rem
}

.slider_home .item figure:hover figcaption .title font {
    font-size: 79.84px;
    font-size: 7.984rem
}

.slider_home .item figure:hover figcaption .subtitle {
    font-size: 60.45px;
    font-size: 6.045rem
}

.slider_home .item figure:hover figcaption .subtitle font {
    font-size: 60.45px;
    font-size: 6.045rem
}

.slider_home .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 20px;
    bottom: 2rem;
    left: 0;
    right: 0;
    z-index: 1
}

.slider_home .owl-dots>button {
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background 0.3s ease-in 0s;
    -moz-transition: background 0.3s ease-in 0s;
    -ms-transition: background 0.3s ease-in 0s;
    -o-transition: background 0.3s ease-in 0s;
    transition: background 0.3s ease-in 0s;
    margin: 0px 2.5px;
    margin: 0rem 0.25rem;
    padding: 0
}

.slider_home .owl-dots>button.active {
    background: #fff
}

footer {
    position: relative;
    background: #f5f5f5
}

footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99
}

footer:before {
    content: '';
    background-image: url('https://www.ms-vacances.com/files/site/images/shadow.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 24px;
    position: absolute;
    top: -24px;
    left: 0
}

footer .container-fluid {
    max-width: 1200px
}

footer .reinsurrance {
    background: #000;
    padding: 13px 0px;
    padding: 1.3rem 0rem;
    margin-bottom: 50px;
    margin-bottom: 5rem
}

footer .reinsurrance .row {
    align-items: center
}

footer .reinsurrance [class*="col-"] p {
    font-size: 11.95px;
    font-size: 1.195rem;
    color: #fff;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

footer .reinsurrance [class*="col-"] p font {
    font-size: 11.95px;
    font-size: 1.195rem;
    color: #fff;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

footer .reinsurrance [class*="col-"] p span,
footer .reinsurrance [class*="col-"] p a {
    font-size: 16.77px;
    font-size: 1.677rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

footer .reinsurrance [class*="col-"] p span font,
footer .reinsurrance [class*="col-"] p a font {
    font-size: 16.77px;
    font-size: 1.677rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

footer .reinsurrance .phone {
    position: relative;
    padding-left: 32px;
    padding-left: 3.2rem
}

footer .reinsurrance .phone:before {
    font-family: 'icon-ms';
    font-size: 33.8px;
    font-size: 3.38rem;
    color: #fff;
    line-height: 100%;
    content: '\e902';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

footer .reinsurrance .phone:hover p {
    font-size: 12.95px;
    font-size: 1.295rem
}

footer .reinsurrance .phone:hover p font {
    font-size: 12.95px;
    font-size: 1.295rem
}

footer .reinsurrance .phone:hover p span,
footer .reinsurrance .phone:hover p a {
    font-size: 17.77px;
    font-size: 1.777rem
}

footer .reinsurrance .phone:hover p span font,
footer .reinsurrance .phone:hover p a font {
    font-size: 17.77px;
    font-size: 1.777rem
}

footer .reinsurrance .mail {
    position: relative;
    padding-left: 51px;
    padding-left: 5.1rem
}

footer .reinsurrance .mail:before {
    font-family: 'icon-ms';
    font-size: 30px;
    font-size: 3rem;
    color: #fff;
    line-height: 100%;
    content: '\e904';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

footer .reinsurrance .mail:hover p {
    font-size: 12.95px;
    font-size: 1.295rem
}

footer .reinsurrance .mail:hover p font {
    font-size: 12.95px;
    font-size: 1.295rem
}

footer .reinsurrance .mail:hover p span,
footer .reinsurrance .mail:hover p a {
    font-size: 17.77px;
    font-size: 1.777rem
}

footer .reinsurrance .mail:hover p span font,
footer .reinsurrance .mail:hover p a font {
    font-size: 17.77px;
    font-size: 1.777rem
}

footer .reinsurrance .catalog {
    position: relative;
    padding-left: 53px;
    padding-left: 5.3rem
}

footer .reinsurrance .catalog:before {
    font-family: 'icon-ms';
    font-size: 29px;
    font-size: 2.9rem;
    color: #fff;
    line-height: 100%;
    content: '\e901';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

footer .reinsurrance .catalog:hover p {
    font-size: 12.95px;
    font-size: 1.295rem
}

footer .reinsurrance .catalog:hover p font {
    font-size: 12.95px;
    font-size: 1.295rem
}

footer .reinsurrance .socials {
    text-align: right;
    height: 46px
}

footer .reinsurrance .socials div {
    display: inline-block;
    margin-left: 20px;
    margin-left: 2rem
}

footer .reinsurrance .socials div p {
    height: 46px
}

footer .reinsurrance .socials div i {
    font-size: 46px;
    font-size: 4.6rem;
    color: #fff
}

footer .newsletter {
    width: 90%
}

footer .newsletter .ce_text>h1,
footer .newsletter .ce_text>h2,
footer .newsletter .ce_text>h3,
footer .newsletter .ce_text>h4,
footer .newsletter .ce_text>h5,
footer .newsletter .ce_text>h6,
footer .newsletter .ce_text>p {
    font-family: 'Playfair Display';
    font-size: 32px;
    font-size: 3.2rem;
    font-style: italic;
    line-height: 100%
}

footer .newsletter .ce_text>h1 font,
footer .newsletter .ce_text>h2 font,
footer .newsletter .ce_text>h3 font,
footer .newsletter .ce_text>h4 font,
footer .newsletter .ce_text>h5 font,
footer .newsletter .ce_text>h6 font,
footer .newsletter .ce_text>p font {
    font-family: 'Playfair Display';
    font-size: 32px;
    font-size: 3.2rem;
    font-style: italic;
    line-height: 100%
}

footer .newsletter .ce_text .text {
    padding: 25px 0px;
    padding: 2.5rem 0rem
}

footer .newsletter .ce_text .text p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.54px;
    line-height: 1.754rem
}

footer .newsletter .ce_text .text p * {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.54px;
    line-height: 1.754rem
}

footer .newsletter .ce_text .text ul li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.54px;
    line-height: 1.754rem
}

footer .newsletter .ce_text .text ul li * {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17.54px;
    line-height: 1.754rem
}

footer .newsletter form {
    display: table;
    width: 100%;
    max-width: 390px
}

footer .newsletter form div {
    display: table-cell;
    vertical-align: top;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.11);
    -ms-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.11);
    -o-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.11)
}

footer .newsletter form div.submit {
    width: 45px
}

footer .newsletter form input {
    font-family: 'Playfair Display';
    font-size: 16px;
    font-size: 1.6rem;
    font-style: italic;
    color: #8d8c8c;
    background: #fff;
    border: none;
    width: 100%;
    height: 45px;
    padding: 0px 20px;
    padding: 0rem 2rem
}

footer .newsletter form button {
    font-family: 'msvacanceslightregular';
    font-size: 18.52px;
    font-size: 1.852rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    height: 45px;
    width: 45px;
    background: #000;
    border: none;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    cursor: pointer;
    padding: 0
}

footer .newsletter form button font {
    font-family: 'msvacanceslightregular';
    font-size: 18.52px;
    font-size: 1.852rem;
    color: #fff;
    text-transform: uppercase
}

footer .newsletter form button:hover,
footer .newsletter form button.active {
    background: #0074a6
}

footer .footer_nav {
    margin-bottom: 15px;
    margin-bottom: 1.5rem
}

footer .footer_nav nav ul li a,
footer .footer_nav nav ul li p {
    font-size: 11px;
    font-size: 1.1rem;
    color: #282e36;
    line-height: 23.78px;
    line-height: 2.378rem
}

footer .footer_nav nav ul li a font,
footer .footer_nav nav ul li p font {
    font-size: 11px;
    font-size: 1.1rem;
    color: #282e36;
    line-height: 23.78px;
    line-height: 2.378rem
}

footer .footer_nav nav ul li a i,
footer .footer_nav nav ul li p i {
    font-size: 75% !important
}

footer .footer_nav nav ul li a:hover {
    text-decoration: underline
}

footer .footer_nav nav ul li a:hover font {
    text-decoration: underline
}

footer .footer_nav nav ul li.big {
    padding-bottom: 10px;
    padding-bottom: 1rem
}

footer .footer_nav nav ul li.big a,
footer .footer_nav nav ul li.big p {
    font-size: 14px;
    font-size: 1.4rem;
    color: #282e36;
    font-weight: 700;
    text-transform: uppercase
}

footer .footer_nav nav ul li.big a font,
footer .footer_nav nav ul li.big p font {
    font-size: 14px;
    font-size: 1.4rem;
    color: #282e36;
    font-weight: 700;
    text-transform: uppercase
}

footer .footer_seo {
    margin: 30px 0px;
    margin: 3rem 0rem
}

footer .footer_seo .ce_text,
footer .footer_seo .seo_footer {
    border-top: 1px solid rgba(40, 46, 54, 0.3);
    padding-top: 30px;
    padding-top: 3rem
}

footer .footer_seo .ce_text.onload,
footer .footer_seo .seo_footer.onload {
    max-height: 100px;
    overflow: hidden
}

footer .footer_seo .ce_text.onload .text *,
footer .footer_seo .seo_footer.onload .text * {
    color: #f5f5f5
}

footer .footer_seo .ce_text .text,
footer .footer_seo .seo_footer .text {
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

footer .footer_seo .ce_text .text.wrap,
footer .footer_seo .seo_footer .text.wrap {
    height: 51px;
    overflow: hidden
}

footer .footer_seo .ce_text .text h1,
footer .footer_seo .seo_footer .text h1,
footer .footer_seo .ce_text .text h2,
footer .footer_seo .seo_footer .text h2,
footer .footer_seo .ce_text .text h3,
footer .footer_seo .seo_footer .text h3,
footer .footer_seo .ce_text .text h4,
footer .footer_seo .seo_footer .text h4,
footer .footer_seo .ce_text .text h5,
footer .footer_seo .seo_footer .text h5,
footer .footer_seo .ce_text .text h6,
footer .footer_seo .seo_footer .text h6 {
    font-family: 'Roboto';
    line-height: 17.54px;
    line-height: 1.754rem;
    font-weight: 300
}

footer .footer_seo .ce_text .text h1 *,
footer .footer_seo .seo_footer .text h1 *,
footer .footer_seo .ce_text .text h2 *,
footer .footer_seo .seo_footer .text h2 *,
footer .footer_seo .ce_text .text h3 *,
footer .footer_seo .seo_footer .text h3 *,
footer .footer_seo .ce_text .text h4 *,
footer .footer_seo .seo_footer .text h4 *,
footer .footer_seo .ce_text .text h5 *,
footer .footer_seo .seo_footer .text h5 *,
footer .footer_seo .ce_text .text h6 *,
footer .footer_seo .seo_footer .text h6 * {
    font-family: 'Roboto';
    line-height: 17.54px;
    line-height: 1.754rem;
    font-weight: 300
}

footer .footer_seo .ce_text .text h1 b,
footer .footer_seo .seo_footer .text h1 b,
footer .footer_seo .ce_text .text h2 b,
footer .footer_seo .seo_footer .text h2 b,
footer .footer_seo .ce_text .text h3 b,
footer .footer_seo .seo_footer .text h3 b,
footer .footer_seo .ce_text .text h4 b,
footer .footer_seo .seo_footer .text h4 b,
footer .footer_seo .ce_text .text h5 b,
footer .footer_seo .seo_footer .text h5 b,
footer .footer_seo .ce_text .text h6 b,
footer .footer_seo .seo_footer .text h6 b,
footer .footer_seo .ce_text .text h1 strong,
footer .footer_seo .seo_footer .text h1 strong,
footer .footer_seo .ce_text .text h2 strong,
footer .footer_seo .seo_footer .text h2 strong,
footer .footer_seo .ce_text .text h3 strong,
footer .footer_seo .seo_footer .text h3 strong,
footer .footer_seo .ce_text .text h4 strong,
footer .footer_seo .seo_footer .text h4 strong,
footer .footer_seo .ce_text .text h5 strong,
footer .footer_seo .seo_footer .text h5 strong,
footer .footer_seo .ce_text .text h6 strong,
footer .footer_seo .seo_footer .text h6 strong {
    font-weight: 600
}

footer .footer_seo .ce_text .text h1 b font,
footer .footer_seo .seo_footer .text h1 b font,
footer .footer_seo .ce_text .text h2 b font,
footer .footer_seo .seo_footer .text h2 b font,
footer .footer_seo .ce_text .text h3 b font,
footer .footer_seo .seo_footer .text h3 b font,
footer .footer_seo .ce_text .text h4 b font,
footer .footer_seo .seo_footer .text h4 b font,
footer .footer_seo .ce_text .text h5 b font,
footer .footer_seo .seo_footer .text h5 b font,
footer .footer_seo .ce_text .text h6 b font,
footer .footer_seo .seo_footer .text h6 b font,
footer .footer_seo .ce_text .text h1 strong font,
footer .footer_seo .seo_footer .text h1 strong font,
footer .footer_seo .ce_text .text h2 strong font,
footer .footer_seo .seo_footer .text h2 strong font,
footer .footer_seo .ce_text .text h3 strong font,
footer .footer_seo .seo_footer .text h3 strong font,
footer .footer_seo .ce_text .text h4 strong font,
footer .footer_seo .seo_footer .text h4 strong font,
footer .footer_seo .ce_text .text h5 strong font,
footer .footer_seo .seo_footer .text h5 strong font,
footer .footer_seo .ce_text .text h6 strong font,
footer .footer_seo .seo_footer .text h6 strong font {
    font-weight: 600
}

footer .footer_seo .ce_text .text h1 .fa,
footer .footer_seo .seo_footer .text h1 .fa,
footer .footer_seo .ce_text .text h2 .fa,
footer .footer_seo .seo_footer .text h2 .fa,
footer .footer_seo .ce_text .text h3 .fa,
footer .footer_seo .seo_footer .text h3 .fa,
footer .footer_seo .ce_text .text h4 .fa,
footer .footer_seo .seo_footer .text h4 .fa,
footer .footer_seo .ce_text .text h5 .fa,
footer .footer_seo .seo_footer .text h5 .fa,
footer .footer_seo .ce_text .text h6 .fa,
footer .footer_seo .seo_footer .text h6 .fa,
footer .footer_seo .ce_text .text h1 .ms,
footer .footer_seo .seo_footer .text h1 .ms,
footer .footer_seo .ce_text .text h2 .ms,
footer .footer_seo .seo_footer .text h2 .ms,
footer .footer_seo .ce_text .text h3 .ms,
footer .footer_seo .seo_footer .text h3 .ms,
footer .footer_seo .ce_text .text h4 .ms,
footer .footer_seo .seo_footer .text h4 .ms,
footer .footer_seo .ce_text .text h5 .ms,
footer .footer_seo .seo_footer .text h5 .ms,
footer .footer_seo .ce_text .text h6 .ms,
footer .footer_seo .seo_footer .text h6 .ms {
    font-family: 'FontAwesome';
    font-size: 50%
}

footer .footer_seo .ce_text .text p,
footer .footer_seo .seo_footer .text p {
    font-family: 'Roboto';
    line-height: 17.54px;
    line-height: 1.754rem;
    font-weight: 300
}

footer .footer_seo .ce_text .text p *,
footer .footer_seo .seo_footer .text p * {
    font-family: 'Roboto';
    line-height: 17.54px;
    line-height: 1.754rem;
    font-weight: 300
}

footer .footer_seo .ce_text .text p b,
footer .footer_seo .seo_footer .text p b,
footer .footer_seo .ce_text .text p strong,
footer .footer_seo .seo_footer .text p strong {
    font-weight: 600
}

footer .footer_seo .ce_text .text p b font,
footer .footer_seo .seo_footer .text p b font,
footer .footer_seo .ce_text .text p strong font,
footer .footer_seo .seo_footer .text p strong font {
    font-weight: 600
}

footer .footer_seo .ce_text .text p .fa,
footer .footer_seo .seo_footer .text p .fa,
footer .footer_seo .ce_text .text p .ms,
footer .footer_seo .seo_footer .text p .ms {
    font-family: 'FontAwesome';
    font-size: 50%
}

footer .footer_seo .ce_text .text ul li,
footer .footer_seo .seo_footer .text ul li {
    font-family: 'Roboto';
    line-height: 17.54px;
    line-height: 1.754rem;
    font-weight: 300
}

footer .footer_seo .ce_text .text ul li *,
footer .footer_seo .seo_footer .text ul li * {
    font-family: 'Roboto';
    line-height: 17.54px;
    line-height: 1.754rem;
    font-weight: 300
}

footer .footer_seo .ce_text .text ul li b,
footer .footer_seo .seo_footer .text ul li b,
footer .footer_seo .ce_text .text ul li strong,
footer .footer_seo .seo_footer .text ul li strong {
    font-weight: 600
}

footer .footer_seo .ce_text .text ul li b font,
footer .footer_seo .seo_footer .text ul li b font,
footer .footer_seo .ce_text .text ul li strong font,
footer .footer_seo .seo_footer .text ul li strong font {
    font-weight: 600
}

footer .footer_seo .ce_text .text ul li .fa,
footer .footer_seo .seo_footer .text ul li .fa,
footer .footer_seo .ce_text .text ul li .ms,
footer .footer_seo .seo_footer .text ul li .ms {
    font-family: 'FontAwesome';
    font-size: 50%
}

footer .footer_seo .ce_text .button,
footer .footer_seo .seo_footer .button {
    text-align: right;
    padding-top: 15px;
    padding-top: 1.5rem
}

footer .footer_seo .ce_text .button p,
footer .footer_seo .seo_footer .button p {
    font-size: 9.93px;
    font-size: 0.993rem;
    text-transform: uppercase;
    line-height: 100%;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: display 0.3s ease-in 0s;
    -moz-transition: display 0.3s ease-in 0s;
    -ms-transition: display 0.3s ease-in 0s;
    -o-transition: display 0.3s ease-in 0s;
    transition: display 0.3s ease-in 0s
}

footer .footer_seo .ce_text .button p font,
footer .footer_seo .seo_footer .button p font {
    font-size: 9.93px;
    font-size: 0.993rem;
    text-transform: uppercase;
    line-height: 100%
}

footer .footer_seo .ce_text .button p i,
footer .footer_seo .seo_footer .button p i {
    font-size: 12.5px;
    font-size: 1.25rem;
    margin-left: 6px;
    margin-left: 0.6rem
}

footer .bottombar {
    background: #000;
    padding: 3px 0px;
    padding: 0.3rem 0rem
}

footer .bottombar .row {
    align-items: center
}

footer .bottombar .securised_payment p {
    font-size: 11px;
    font-size: 1.1rem;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    margin-right: 3rem
}

footer .bottombar .securised_payment p font {
    font-size: 11px;
    font-size: 1.1rem;
    color: #fff
}

footer .bottombar .securised_payment .payment {
    display: inline-block;
    vertical-align: middle
}

footer .bottombar .securised_payment .payment figure {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 1px;
    margin: 0rem 0.1rem;
    max-width: 30px
}

footer .bottombar .language {
    text-align: right;
    position: relative;
    padding-right: 10px;
    padding-right: 1rem
}

footer .bottombar .language i {
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    position: absolute;
    bottom: 2px;
    bottom: 0.2rem;
    right: 0;
    cursor: pointer
}

footer .bottombar .language .select {
    display: inline-block
}

footer .bottombar .language .select>div {
    padding: 0px 10px;
    padding: 0rem 1rem
}

footer .bottombar .language .select>.active {
    cursor: pointer
}

footer .bottombar .language .others {
    position: absolute;
    bottom: 0;
    right: 15px;
    right: 1.5rem;
    z-index: -1;
    background: #282e36;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    padding: 10px !important;
    padding: 1rem !important;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

footer .bottombar .language .others.active {
    bottom: 25px;
    bottom: 2.5rem;
    z-index: 5;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

footer .bottombar .language .others div {
    padding: 5px 0px;
    padding: 0.5rem 0rem
}

footer .bottombar .language .others img {
    max-width: 22px
}

footer .bottombar .language img {
    max-height: 15px
}

.accroches_campings_clubs {
    padding-bottom: 15px;
    padding-bottom: 1.5rem
}

.accroches_campings-clubs {
    padding-top: 100px;
    padding-top: 10rem
}

.accroches_campings-clubs .accroche_camping_club {
    margin: 20px 0px 5px 0px;
    margin: 2rem 0rem 0.5rem 0rem
}

.accroches_campings-clubs .accroche_camping_club figure {
    position: relative;
    width: 100%;
    height: 580px
}

.accroches_campings-clubs .accroche_camping_club figure .image {
    width: 100%;
    height: 100%
}

.accroches_campings-clubs .accroche_camping_club figure .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.accroches_campings-clubs .accroche_camping_club figure .opacity {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.accroches_campings-clubs .accroche_camping_club figure:hover .opacity {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.accroches_campings-clubs .accroche_camping_club .content .ce_title {
    text-align: center;
    margin-top: 15px;
    margin-top: 1.5rem
}

.accroches_campings-clubs .accroche_camping_club .content .ce_title .title {
    display: inline-block;
    position: relative
}

.accroches_campings-clubs .accroche_camping_club .content .ce_title .title i {
    font-size: 12px;
    font-size: 1.2rem;
    vertical-align: super
}

.accroches_campings-clubs .accroche_camping_club .content .ce_title .title:before {
    content: '';
    position: absolute;
    top: -26px;
    top: -2.6rem;
    left: 0;
    width: 100%;
    height: 11px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.accroches_campings-clubs .accroche_camping_club .content .departement_ville {
    text-align: center
}

.accroches_campings-clubs .accroche_camping_club .content .departement_ville>.departement,
.accroches_campings-clubs .accroche_camping_club .content .departement_ville .ville {
    display: inline-block
}

.accroches_campings-clubs .accroche_camping_club .content .departement_ville i {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    margin-left: 10px;
    margin-left: 1rem;
    -webkit-transition: color 0.3s ease-in 0s;
    -moz-transition: color 0.3s ease-in 0s;
    -ms-transition: color 0.3s ease-in 0s;
    -o-transition: color 0.3s ease-in 0s;
    transition: color 0.3s ease-in 0s
}

.accroches_campings-clubs .accroche_camping_club:hover figure .hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.accroches_campings-clubs .accroche_camping_club:hover .content .ce_title .title {
    font-size: 21.51px;
    font-size: 2.151rem
}

.accroches_campings-clubs .accroche_camping_club:hover .content .ce_title .title font {
    font-size: 21.51px;
    font-size: 2.151rem
}

.accroches_campings-clubs .accroche_camping_club:hover .content .ce_title .title:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.accroches_campings-clubs .accroche_camping_club.brunelles .ce_title .title:before {
    background: #a7b019
}

.accroches_campings-clubs .accroche_camping_club.brunelles:hover .ce_title .title {
    color: #a7b019
}

.accroches_campings-clubs .accroche_camping_club.brunelles:hover .ce_title .title font {
    color: #a7b019
}

.accroches_campings-clubs .accroche_camping_club.brunelles:hover .ce_title .title i {
    color: #a7b019
}

.accroches_campings-clubs .accroche_camping_club.littoral .ce_title .title:before {
    background: #e47e1a
}

.accroches_campings-clubs .accroche_camping_club.littoral:hover .ce_title .title {
    color: #e47e1a
}

.accroches_campings-clubs .accroche_camping_club.littoral:hover .ce_title .title font {
    color: #e47e1a
}

.accroches_campings-clubs .accroche_camping_club.littoral:hover .ce_title .title i {
    color: #e47e1a
}

.accroches_campings-clubs .accroche_camping_club.tamaris .ce_title .title:before {
    background: #d82949
}

.accroches_campings-clubs .accroche_camping_club.tamaris:hover .ce_title .title {
    color: #d82949
}

.accroches_campings-clubs .accroche_camping_club.tamaris:hover .ce_title .title font {
    color: #d82949
}

.accroches_campings-clubs .accroche_camping_club.tamaris:hover .ce_title .title i {
    color: #d82949
}

.accroches_campings-clubs .accroche_camping_club.trianon .ce_title .title:before {
    background: #0094d2
}

.accroches_campings-clubs .accroche_camping_club.trianon:hover .ce_title .title {
    color: #0094d2
}

.accroches_campings-clubs .accroche_camping_club.trianon:hover .ce_title .title font {
    color: #0094d2
}

.accroches_campings-clubs .accroche_camping_club.trianon:hover .ce_title .title i {
    color: #0094d2
}

.accroches-clubs {
    padding-top: 70px;
    padding-top: 7rem
}

.accroches-clubs .accroche_camping_club {}

.accroches-clubs .accroche_camping_club .figure {
    position: relative;
    width: 100%;
    height: 180px
}

.accroches-clubs .accroche_camping_club .figure .image {
    width: 100%;
    height: 100%
}

.accroches-clubs .accroche_camping_club .figure .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.accroches-clubs .accroche_camping_club .content {
    display: table;
    width: 100%;
    border-bottom: 1px solid #8f9091
}

.accroches-clubs .accroche_camping_club .content>div {
    vertical-align: middle;
    display: table-cell
}

.accroches-clubs .accroche_camping_club .content .club {
    width: 42px
}

.accroches-clubs .accroche_camping_club .content .title_departement_ville {
    padding-left: 10px
}

.accroches-clubs .accroche_camping_club .content .ce_title .title {
    font-size: 15px;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    line-height: 100%
}

.accroches-clubs .accroche_camping_club .content .ce_title .title font {
    font-size: 15px;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700
}

.accroches-clubs .accroche_camping_club .content .ce_title .title i {
    font-size: 12px;
    font-size: 1.2rem
}

.accroches-clubs .accroche_camping_club .content .departement_ville>.departement,
.accroches-clubs .accroche_camping_club .content .departement_ville .ville {
    font-family: 'Playfair Display';
    font-size: 12px;
    font-size: 1.2rem;
    font-style: italic;
    line-height: 100%;
    display: inline-block;
    overflow: hidden
}

.accroches-clubs .accroche_camping_club .content .departement_ville>.departement font,
.accroches-clubs .accroche_camping_club .content .departement_ville .ville font {
    font-family: 'Playfair Display';
    font-size: 12px;
    font-size: 1.2rem;
    font-style: italic;
    line-height: 100%
}

.emplacements-cottages {
    padding-top: 95px;
    padding-top: 9.5rem
}

.emplacements-cottages .container-fluid {
    position: relative
}

.emplacements-cottages .container-fluid .cerf-volant {
    position: absolute;
    top: -140px;
    top: -14rem;
    right: -87px;
    right: -8.7rem;
    z-index: -1;
    width: 244px
}

.accroche_cottage_emplacement {
    position: relative;
    margin-top: 50px;
    margin-top: 5rem
}

.accroche_cottage_emplacement figure {
    width: 100%;
    height: 650px;
    position: relative
}

.accroche_cottage_emplacement figure .image {
    width: 100%;
    height: 100%
}

.accroche_cottage_emplacement figure .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.accroche_cottage_emplacement figure .opacity {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.accroche_cottage_emplacement figure .opacity i {
    font-size: 74px;
    font-size: 7.4rem;
    color: #fff;
    position: absolute;
    top: 60px;
    top: 6rem;
    z-index: 10;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.accroche_cottage_emplacement figure .opacity.opacity_impair i {
    right: 250px;
    right: 25rem;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-15), M12=-1*sin(-15), M21=sin(-15), M22=cos(-15))";
    filter: progid: DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-15), M12=-1*sin(-15), M21=sin(-15), M22=cos(-15))
}

.accroche_cottage_emplacement figure .opacity.opacity_pair i {
    left: 195px;
    left: 19.5rem;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(15), M12=-1*sin(15), M21=sin(15), M22=cos(15))";
    filter: progid: DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(15), M12=-1*sin(15), M21=sin(15), M22=cos(15))
}

.accroche_cottage_emplacement figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.accroche_cottage_emplacement figure figcaption div {
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.accroche_cottage_emplacement figure figcaption div p {
    font-size: 16.55px;
    font-size: 1.655rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    height: 40px;
    background: #fff;
    padding: 9px 30px;
    padding: 0.9rem 3rem;
    margin: 0 auto
}

.accroche_cottage_emplacement figure figcaption div p font {
    font-size: 16.55px;
    font-size: 1.655rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700
}

.accroche_cottage_emplacement .content {
    position: absolute;
    top: 50%;
    left: 15%;
    right: 15%;
    z-index: 20;
    max-height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.accroche_cottage_emplacement .content .departement>.title {
    font-size: 22.69px;
    font-size: 2.269rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 100%;
    display: inline-block;
    border: 2px solid #fff;
    padding: 10px 40px;
    padding: 1rem 4rem;
    margin-top: 60px;
    margin-top: 6rem
}

.accroche_cottage_emplacement .content .departement>.title font {
    font-size: 22.69px;
    font-size: 2.269rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 100%
}

.accroche_cottage_emplacement .content .content_departement {
    position: relative;
    display: inline-block;
    padding: 15px 0px 0px 15px;
    padding: 1.5rem 0rem 0rem 1.5rem
}

.accroche_cottage_emplacement .content .content_departement .ce_title {
    display: inline-block
}

.accroche_cottage_emplacement .content .content_departement .ce_title .title {
    font-size: 19.2px;
    font-size: 1.92rem;
    color: #fff;
    text-transform: uppercase
}

.accroche_cottage_emplacement .content .content_departement .ce_title .title font {
    font-size: 19.2px;
    font-size: 1.92rem;
    color: #fff;
    text-transform: uppercase
}

.accroche_cottage_emplacement .content .content_departement .ce_title .title i {
    font-size: 10px;
    font-size: 1rem;
    color: #fff;
    vertical-align: super;
    margin-left: 5px;
    margin-left: 0.5rem
}

.accroche_cottage_emplacement .content .content_departement .ville {
    display: inline-block
}

.accroche_cottage_emplacement .content .content_departement .ville .title {
    font-family: 'Playfair Display';
    font-size: 17.46px;
    font-size: 1.746rem;
    color: #fff;
    font-style: italic
}

.accroche_cottage_emplacement .content .content_departement .ville .title font {
    font-family: 'Playfair Display';
    font-size: 17.46px;
    font-size: 1.746rem;
    color: #fff;
    font-style: italic
}

.accroche_cottage_emplacement .content .content_departement:before {
    font-family: 'FontAwesome';
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    content: '\f0da';
    position: absolute;
    top: 17px;
    top: 1.7rem;
    left: 0
}

.accroche_cottage_emplacement .content .content_departement:after {
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: -0.9rem;
    left: 0
}

.accroche_cottage_emplacement .content .content_departement[data-camping*="Brunelles"]:hover:after {
    background: #a7b019
}

.accroche_cottage_emplacement .content .content_departement[data-camping*="Littoral"]:hover:after {
    background: #e47e1a
}

.accroche_cottage_emplacement .content .content_departement[data-camping*="Tamaris"]:hover:after {
    background: #d82949
}

.accroche_cottage_emplacement .content .content_departement[data-camping*="Trianon"]:hover:after {
    background: #0094d2
}

.accroche_cottage_emplacement:hover figure .hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.accroche_cottage_emplacement:hover figure .opacity {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.accroche_cottage_emplacement:hover figure .opacity i {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.accroche_cottage_emplacement:hover figure figcaption {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.accroche_cottage_emplacement:hover .content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.accroches_home {
    padding-bottom: 50px;
    padding-bottom: 5rem
}

.accroches_home .container-fluid {
    max-width: 1200px
}

.accroches_home .content_accroches_home {
    padding-top: 20px;
    padding-top: 2rem
}

.prestations-activites {
    padding: 100px 0px 50px 0px;
    padding: 10rem 0rem 5rem 0rem
}

.prestations-activites .container-fluid {
    max-width: 1200px
}

.prestations-activites .content_accroches_home {
    padding-top: 25px;
    padding-top: 2.5rem
}

.decouvrir-ms .container-fluid {
    max-width: 1200px;
    padding: 195px 0px 100px 0px;
    padding: 19.5rem 0rem 10rem 0rem;
    background-image: url('https://www.ms-vacances.com/files/site/images/sun.png');
    background-position: 14rem 5.3rem;
    background-repeat: no-repeat;
    background-size: 9rem
}

.decouvrir-ms .sun:after {
    font-family: 'icon-ms';
    font-size: 103.5px;
    font-size: 10.35rem;
    color: #77c5d5;
    content: '\e91e'
}

.decouvrir-ms .content_accroches_home {
    padding-top: 15px;
    padding-top: 1.5rem
}

.accroche_home {
    margin: 25px 0px 10px 0px;
    margin: 2.5rem 0rem 1rem 0rem
}

.accroche_home figure {
    position: relative;
    width: 100%;
    height: 550px
}

.accroche_home figure .image {
    width: 100%;
    height: 100%
}

.accroche_home figure .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.accroche_home figure .opacity {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.accroche_home figure:hover .opacity {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.accroche_home .content .ce_title {
    text-align: center;
    margin-top: 15px;
    margin-top: 1.5rem
}

.accroche_home .content .ce_title .title {
    display: inline-block;
    position: relative
}

.accroche_home .content .ce_title .title:before {
    content: '';
    position: absolute;
    top: -26px;
    top: -2.6rem;
    left: 0;
    width: 100%;
    height: 11px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.accroche_home .content .button {
    text-align: center
}

.accroche_home .content .button p {
    display: inline-block
}

.accroche_home .content .button p i {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 10px;
    margin-left: 1rem
}

.accroche_home:hover figure .hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.accroche_home:hover .content .ce_title .title {
    font-size: 21.51px;
    font-size: 2.151rem;
    color: #77c5d5
}

.accroche_home:hover .content .ce_title .title font {
    font-size: 21.51px;
    font-size: 2.151rem;
    color: #77c5d5
}

.accroche_home:hover .content .ce_title .title:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    background: #77c5d5
}

.accroche_catalogue {
    background-image: url('https://www.ms-vacances.com/files/site/images/bg_catalog_test2.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    height: 376px;
    margin-top: 100px;
    margin-top: 10rem;
}

.accroche_catalogue .container-fluid {
    max-width: 1200px;
}

.accroche_catalogue .container-fluid .row {
    height: 376px
}

.accroche_catalogue .article_catalogue {
    text-align: center;
    display: table;
    height: 100%;
    width: 100%
}

.accroche_catalogue .article_catalogue>div {
    display: table-cell;
    vertical-align: middle
}

.accroche_catalogue .article_catalogue .title {
    font-family: 'Dancing Script';
    font-size: 61.29px;
    font-size: 6.129rem;
    line-height: 59.12px;
    line-height: 5.912rem
}

.accroche_catalogue .article_catalogue .title font {
    font-family: 'Dancing Script';
    font-size: 61.29px;
    font-size: 6.129rem;
    line-height: 59.12px;
    line-height: 5.912rem
}

.accroche_catalogue .article_catalogue .title span {
    font-size: 41.37px;
    font-size: 4.137rem;
    text-transform: uppercase;
    line-height: 54.45px;
    line-height: 5.445rem;
    font-weight: 600
}

.accroche_catalogue .article_catalogue .title span font {
    font-size: 41.37px;
    font-size: 4.137rem;
    text-transform: uppercase;
    line-height: 54.45px;
    line-height: 5.445rem;
    font-weight: 600
}

.accroche_catalogue .article_catalogue .text {
    padding-top: 20px;
    padding-top: 2rem
}

.accroche_catalogue .article_catalogue .text p {
    font-size: 20.4px;
    font-size: 2.04rem;
    text-align: center;
    line-height: 25.5px;
    line-height: 2.55rem
}

.accroche_catalogue .article_catalogue .text p font {
    font-size: 20.4px;
    font-size: 2.04rem;
    text-align: center;
    line-height: 25.5px;
    line-height: 2.55rem
}

.accroche_catalogue .article_catalogue .button {
    display: inline-block;
    padding-top: 25px;
    padding-top: 2.5rem
}

.accroche_catalogue .article_catalogue .button p {
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 32px;
    line-height: 3.2rem;
    display: inline-block;
    height: 32px;
    background: #000;
    border: 1px solid #000;
    padding: 0px 20px;
    padding: 0rem 2rem;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.accroche_catalogue .article_catalogue .button p font {
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 32px;
    line-height: 3.2rem;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.accroche_catalogue .article_catalogue .button p:hover {
    color: #000;
    background: #fff
}

.accroche_catalogue .article_catalogue .button p:hover font {
    color: #000
}

.accroche_catalogue figure {
    text-align: center;
    margin-top: -50px;
    margin-top: -5rem;
    position: relative
}

.accroche_catalogue figure:before {
    position: absolute;
    top: -45px;
    top: -4.5rem;
    right: 60px;
    right: 6rem;
    content: '';
    background-image: url('https://www.ms-vacances.com/files/site/images/picto_catalog.png');
    background-repeat: no-repeat;
    width: 91px;
    height: 59px
}

.offres-speciales {
    background-image: url('https://www.ms-vacances.com/files/site/images/bg_catalog_test2.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    height: 376px;
    margin-top: 50px;
    margin-top: 5rem;
}

.offres-speciales .container-fluid {
    position: relative;
    z-index: 1;
}

.offres-speciales .container-fluid .elements_specials_offers {
    position: absolute;
    top: 25px;
    top: 2.5rem;
    left: -55px;
    left: -5.5rem;
    z-index: -1;
    max-height: 376px
}

.offres-speciales .container-fluid .picto_specials_offers {
    position: absolute;
    top: -135px;
    top: -13.5rem;
    right: 0;
    z-index: -1
}

.offres-speciales .container-fluid .row {
    position: relative
}

.offres-speciales .form_offre-speciale {
    padding-left: 16.6667%;
    padding-top: 80px;
    padding-top: 8rem
}

.offres-speciales .form_offre-speciale>div {
    display: inline-block;
    width: 37.5%;
    vertical-align: middle;
    padding-right: 40px;
    padding-right: 4rem
}

.offres-speciales .form_offre-speciale>div .title {
    font-family: 'Dancing Script';
    font-size: 62.05px;
    font-size: 6.205rem;
    text-align: right;
    line-height: 56.68px;
    line-height: 5.668rem
}

.offres-speciales .form_offre-speciale>div .title font {
    font-family: 'Dancing Script';
    font-size: 62.05px;
    font-size: 6.205rem;
    text-align: right;
    line-height: 56.68px;
    line-height: 5.668rem
}

.offres-speciales .form_offre-speciale>div .title span {
    font-size: 41.37px;
    font-size: 4.137rem;
    text-transform: uppercase;
    line-height: 52.2px;
    line-height: 5.22rem;
    font-weight: 600
}

.offres-speciales .form_offre-speciale>div .title span font {
    font-size: 41.37px;
    font-size: 4.137rem;
    text-transform: uppercase;
    line-height: 52.2px;
    line-height: 5.22rem;
    font-weight: 600
}

.offres-speciales .form_offre-speciale form {
    display: inline-block;
    width: 62%;
    vertical-align: middle
}

.offres-speciales .form_offre-speciale form .widget {
    max-width: 80%;
    position: relative
}

.offres-speciales .form_offre-speciale form .widget .ctrl_email_check {
    position: absolute;
    bottom: 15px;
    bottom: 1.5rem;
    right: 10px;
    right: 1rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.offres-speciales .form_offre-speciale form .widget .ctrl_email_check.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.offres-speciales .form_offre-speciale form .widget .ctrl_email_check i {
    font-size: 20px;
    font-size: 2rem;
    color: #13a538
}

.offres-speciales .form_offre-speciale form .widget .ctrl_email_error {
    position: absolute;
    bottom: 15px;
    bottom: 1.5rem;
    right: 10px;
    right: 1rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.offres-speciales .form_offre-speciale form .widget .ctrl_email_error.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.offres-speciales .form_offre-speciale form .widget .ctrl_email_error i {
    font-size: 20px;
    font-size: 2rem;
    color: #af3b3b
}

.offres-speciales .form_offre-speciale form input {
    font-size: 13.24px;
    font-size: 1.324rem;
    color: #3b4851;
    font-weight: 600;
    letter-spacing: 0.4px;
    letter-spacing: 0.04rem;
    background: #fff;
    border: 2px solid #77c5d5;
    width: 100%;
    height: 56px;
    padding: 0px 20px;
    padding: 0rem 2rem
}

.offres-speciales .form_offre-speciale form button {
    font-size: 21.65px;
    font-size: 2.165rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    height: 35px;
    background: #000;
    border: 1px solid #000;
    padding: 0px 20px;
    padding: 0rem 2rem;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    cursor: pointer
}

.offres-speciales .form_offre-speciale form button font {
    font-size: 21.65px;
    font-size: 2.165rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.offres-speciales .form_offre-speciale form button:hover {
    color: #000;
    background: #fff
}

.offres-speciales .form_offre-speciale form button:hover font {
    color: #000
}

.offres-speciales .mod_article {
    padding-top: 30px;
    padding-top: 3rem
}

.offres-speciales .mod_article .ce_text .text p {
    font-size: 20.4px;
    font-size: 2.04rem;
    text-align: center;
    line-height: 25.5px;
    line-height: 2.55rem
}

.offres-speciales .mod_article .ce_text .text p font {
    font-size: 20.4px;
    font-size: 2.04rem;
    text-align: center;
    line-height: 25.5px;
    line-height: 2.55rem
}

.offres-speciales-camping-club {
    background-image: url('https://www.ms-vacances.com/files/site/images/bg_special_offers_test.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    height: 306px;
    margin-top: 200px;
    margin-top: 20rem;
}

.offres-speciales-camping-club .container-fluid {
    position: relative;
}

.offres-speciales-camping-club .container-fluid .light {
    position: absolute;
    top: -128px;
    top: -12.8rem;
    left: -80px;
    left: -8rem
}

.offres-speciales-camping-club .container-fluid .row {
    height: 306px
}

.offres-speciales-camping-club .article_offre {
    text-align: center;
    display: table;
    width: 100%;
    height: 100%
}

.offres-speciales-camping-club .article_offre>div {
    display: table-cell;
    vertical-align: middle
}

.offres-speciales-camping-club .article_offre .title {
    font-family: 'Dancing Script';
    font-size: 62.05px;
    font-size: 6.205rem;
    line-height: 52.68px;
    line-height: 5.268rem
}

.offres-speciales-camping-club .article_offre .title font {
    font-family: 'Dancing Script';
    font-size: 62.05px;
    font-size: 6.205rem;
    line-height: 52.68px;
    line-height: 5.268rem
}

.offres-speciales-camping-club .article_offre .title span {
    font-size: 41.44px;
    font-size: 4.144rem;
    text-transform: uppercase;
    line-height: 52.28px;
    line-height: 5.228rem
}

.offres-speciales-camping-club .article_offre .title span font {
    font-size: 41.44px;
    font-size: 4.144rem;
    text-transform: uppercase;
    line-height: 52.28px;
    line-height: 5.228rem
}

.offres-speciales-camping-club .article_offre .ce_text {
    padding-top: 20px;
    padding-top: 2rem
}

.offres-speciales-camping-club .article_offre .ce_text .text p {
    font-size: 19.55px;
    font-size: 1.955rem;
    text-align: center;
    line-height: 25.54px;
    line-height: 2.554rem
}

.offres-speciales-camping-club .article_offre .ce_text .text p font {
    font-size: 19.55px;
    font-size: 1.955rem;
    text-align: center;
    line-height: 25.54px;
    line-height: 2.554rem
}

.offres-speciales-camping-club .article_offre .ce_hyperlink {
    display: inline-block;
    padding-top: 25px;
    padding-top: 2.5rem
}

.offres-speciales-camping-club .article_offre .ce_hyperlink p {
    font-size: 21.69px;
    font-size: 2.169rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100%;
    display: inline-block;
    height: 36px;
    background: #282e36;
    border: 1px solid #282e36;
    padding: 7px 20px 9px 20px;
    padding: 0.7rem 2rem 0.9rem 2rem;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.offres-speciales-camping-club .article_offre .ce_hyperlink p font {
    font-size: 21.69px;
    font-size: 2.169rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100%;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.offres-speciales-camping-club .article_offre .ce_hyperlink p:hover {
    color: #282e36;
    background: #fff
}

.offres-speciales-camping-club .article_offre .ce_hyperlink p:hover font {
    color: #282e36
}

.offres-speciales-camping-club .figure {
    background-image: url('https://www.ms-vacances.com/files/site/images/special_offers.png');
    background-repeat: no-repeat;
    background-size: 614px;
    width: 614px;
    height: 328px;
    position: absolute;
    top: -22px;
    top: -2.2rem;
    left: 0
}

.offres-speciales-camping-club .figure:before {
    content: '';
    background-image: url('https://www.ms-vacances.com/files/site/images/icon-ms-45.png');
    background-repeat: no-repeat;
    width: 182px;
    height: 82px;
    position: absolute;
    top: -40px;
    top: -4rem;
    right: 150px;
    right: 15rem
}

main {
    position: relative
}

main .shadow_header {
    background-image: url('https://www.ms-vacances.com/files/site/images/shadow_header.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 27px;
    z-index: 5
}

main .button_top {
    position: fixed;
    bottom: 50px;
    bottom: 5rem;
    right: 50px;
    right: 5rem;
    z-index: 99;
    display: none
}

main .button_top p {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 50%;
    cursor: pointer;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #000
}

main .button_top p font {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 50%
}

main .button_top p i {
    font-size: 35px;
    font-size: 3.5rem;
    color: #fff;
    line-height: 80%
}

main .comparatif {
    cursor: pointer
}

.bandeau_camping-club,
.bandeau_catalogue,
.bandeau_internaute,
.bandeau_seo,
.bandeau_404,
.bandeau_contact,
.bandeau_offres_speciales,
.bandeau_inscription_newsletter,
.bandeau_mentions,
.bandeau_parc-aquatique {
    position: relative;
    z-index: 1;
    background-color: #fff
}

.bandeau_camping-club .container-fluid,
.bandeau_catalogue .container-fluid,
.bandeau_internaute .container-fluid,
.bandeau_seo .container-fluid,
.bandeau_404 .container-fluid,
.bandeau_contact .container-fluid,
.bandeau_offres_speciales .container-fluid,
.bandeau_inscription_newsletter .container-fluid,
.bandeau_mentions .container-fluid,
.bandeau_parc-aquatique .container-fluid {
    max-width: 1545px
}

.bandeau_camping-club .container-fluid>.row,
.bandeau_catalogue .container-fluid>.row,
.bandeau_internaute .container-fluid>.row,
.bandeau_seo .container-fluid>.row,
.bandeau_404 .container-fluid>.row,
.bandeau_contact .container-fluid>.row,
.bandeau_offres_speciales .container-fluid>.row,
.bandeau_inscription_newsletter .container-fluid>.row,
.bandeau_mentions .container-fluid>.row,
.bandeau_parc-aquatique .container-fluid>.row {
    display: block
}

.bandeau_camping-club .bandeau figure,
.bandeau_catalogue .bandeau figure,
.bandeau_internaute .bandeau figure,
.bandeau_seo .bandeau figure,
.bandeau_404 .bandeau figure,
.bandeau_contact .bandeau figure,
.bandeau_offres_speciales .bandeau figure,
.bandeau_inscription_newsletter .bandeau figure,
.bandeau_mentions .bandeau figure,
.bandeau_parc-aquatique .bandeau figure {
    width: 100%;
    height: -webkit-calc(100vh - 197px - 68px);
    height: -moz-calc(100vh - 197px - 68px);
    height: -o-calc(100vh - 197px - 68px);
    height: -ms-calc(100vh - 197px - 68px);
    height: calc(100vh - 197px - 68px);
    position: relative
}

.bandeau_camping-club .bandeau figure .image,
.bandeau_catalogue .bandeau figure .image,
.bandeau_internaute .bandeau figure .image,
.bandeau_seo .bandeau figure .image,
.bandeau_404 .bandeau figure .image,
.bandeau_contact .bandeau figure .image,
.bandeau_offres_speciales .bandeau figure .image,
.bandeau_inscription_newsletter .bandeau figure .image,
.bandeau_mentions .bandeau figure .image,
.bandeau_parc-aquatique .bandeau figure .image {
    width: 100%;
    height: 100%
}

.bandeau_camping-club .bandeau figure .background,
.bandeau_catalogue .bandeau figure .background,
.bandeau_internaute .bandeau figure .background,
.bandeau_seo .bandeau figure .background,
.bandeau_404 .bandeau figure .background,
.bandeau_contact .bandeau figure .background,
.bandeau_offres_speciales .bandeau figure .background,
.bandeau_inscription_newsletter .bandeau figure .background,
.bandeau_mentions .bandeau figure .background,
.bandeau_parc-aquatique .bandeau figure .background {
    width: 100%;
    height: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover
}

.bandeau_camping-club .bandeau figure .caption,
.bandeau_catalogue .bandeau figure .caption,
.bandeau_internaute .bandeau figure .caption,
.bandeau_seo .bandeau figure .caption,
.bandeau_404 .bandeau figure .caption,
.bandeau_contact .bandeau figure .caption,
.bandeau_offres_speciales .bandeau figure .caption,
.bandeau_inscription_newsletter .bandeau figure .caption,
.bandeau_mentions .bandeau figure .caption,
.bandeau_parc-aquatique .bandeau figure .caption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 1200px;
    margin: 0 auto
}

.bandeau_camping-club .bandeau figure .titles .title,
.bandeau_catalogue .bandeau figure .titles .title,
.bandeau_internaute .bandeau figure .titles .title,
.bandeau_seo .bandeau figure .titles .title,
.bandeau_404 .bandeau figure .titles .title,
.bandeau_contact .bandeau figure .titles .title,
.bandeau_offres_speciales .bandeau figure .titles .title,
.bandeau_inscription_newsletter .bandeau figure .titles .title,
.bandeau_mentions .bandeau figure .titles .title,
.bandeau_parc-aquatique .bandeau figure .titles .title {
    font-family: 'Dancing Script';
    font-size: 81.92px;
    font-size: 8.192rem;
    color: #fff;
    text-shadow: 0px 2px 8px rgba(0, 0, 9, 0.9);
    line-height: 71.39px;
    line-height: 7.139rem;
    display: block;
}

.bandeau_camping-club .bandeau figure .titles .title font,
.bandeau_catalogue .bandeau figure .titles .title font,
.bandeau_internaute .bandeau figure .titles .title font,
.bandeau_seo .bandeau figure .titles .title font,
.bandeau_404 .bandeau figure .titles .title font,
.bandeau_contact .bandeau figure .titles .title font,
.bandeau_offres_speciales .bandeau figure .titles .title font,
.bandeau_inscription_newsletter .bandeau figure .titles .title font,
.bandeau_mentions .bandeau figure .titles .title font,
.bandeau_parc-aquatique .bandeau figure .titles .title font {
    font-family: 'Dancing Script';
    font-size: 81.92px;
    font-size: 8.192rem;
    color: #fff;
    text-shadow: 0px 2px 8px rgba(0, 0, 9, 0.9);
    line-height: 71.39px;
    line-height: 7.139rem;
    display: block
}

.bandeau_camping-club .bandeau figure .titles .title i,
.bandeau_catalogue .bandeau figure .titles .title i,
.bandeau_internaute .bandeau figure .titles .title i,
.bandeau_seo .bandeau figure .titles .title i,
.bandeau_404 .bandeau figure .titles .title i,
.bandeau_contact .bandeau figure .titles .title i,
.bandeau_offres_speciales .bandeau figure .titles .title i,
.bandeau_inscription_newsletter .bandeau figure .titles .title i,
.bandeau_mentions .bandeau figure .titles .title i,
.bandeau_parc-aquatique .bandeau figure .titles .title i {
    font-size: 30px;
    font-size: 3rem;
    color: #fff
}

.bandeau_camping-club .bandeau figure .titles .ce_camping,
.bandeau_catalogue .bandeau figure .titles .ce_camping,
.bandeau_internaute .bandeau figure .titles .ce_camping,
.bandeau_seo .bandeau figure .titles .ce_camping,
.bandeau_404 .bandeau figure .titles .ce_camping,
.bandeau_contact .bandeau figure .titles .ce_camping,
.bandeau_offres_speciales .bandeau figure .titles .ce_camping,
.bandeau_inscription_newsletter .bandeau figure .titles .ce_camping,
.bandeau_mentions .bandeau figure .titles .ce_camping,
.bandeau_parc-aquatique .bandeau figure .titles .ce_camping {
    font-family: 'Raleway';
    font-size: 55.94px;
    font-size: 5.594rem;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0px 2px 8px rgba(0, 0, 9, 0.9);
    line-height: 100%;
    letter-spacing: 5px;
    letter-spacing: 0.5rem;
    display: block;
    position: relative;
    padding-top: 13px;
    padding-top: 1.3rem;
}

.bandeau_camping-club .bandeau figure .titles .ce_camping font,
.bandeau_catalogue .bandeau figure .titles .ce_camping font,
.bandeau_internaute .bandeau figure .titles .ce_camping font,
.bandeau_seo .bandeau figure .titles .ce_camping font,
.bandeau_404 .bandeau figure .titles .ce_camping font,
.bandeau_contact .bandeau figure .titles .ce_camping font,
.bandeau_offres_speciales .bandeau figure .titles .ce_camping font,
.bandeau_inscription_newsletter .bandeau figure .titles .ce_camping font,
.bandeau_mentions .bandeau figure .titles .ce_camping font,
.bandeau_parc-aquatique .bandeau figure .titles .ce_camping font {
    font-family: 'Raleway';
    font-size: 55.94px;
    font-size: 5.594rem;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0px 2px 8px rgba(0, 0, 9, 0.9);
    line-height: 100%;
    letter-spacing: 5px;
    letter-spacing: 0.5rem;
    display: block
}

.bandeau_camping-club .bandeau figure .titles .ce_camping i,
.bandeau_catalogue .bandeau figure .titles .ce_camping i,
.bandeau_internaute .bandeau figure .titles .ce_camping i,
.bandeau_seo .bandeau figure .titles .ce_camping i,
.bandeau_404 .bandeau figure .titles .ce_camping i,
.bandeau_contact .bandeau figure .titles .ce_camping i,
.bandeau_offres_speciales .bandeau figure .titles .ce_camping i,
.bandeau_inscription_newsletter .bandeau figure .titles .ce_camping i,
.bandeau_mentions .bandeau figure .titles .ce_camping i,
.bandeau_parc-aquatique .bandeau figure .titles .ce_camping i {
    font-size: 30px;
    font-size: 3rem;
    color: #fff
}

.bandeau_camping-club .bandeau figure .titles .ce_ville,
.bandeau_catalogue .bandeau figure .titles .ce_ville,
.bandeau_internaute .bandeau figure .titles .ce_ville,
.bandeau_seo .bandeau figure .titles .ce_ville,
.bandeau_404 .bandeau figure .titles .ce_ville,
.bandeau_contact .bandeau figure .titles .ce_ville,
.bandeau_offres_speciales .bandeau figure .titles .ce_ville,
.bandeau_inscription_newsletter .bandeau figure .titles .ce_ville,
.bandeau_mentions .bandeau figure .titles .ce_ville,
.bandeau_parc-aquatique .bandeau figure .titles .ce_ville {
    font-size: 25.97px;
    font-size: 2.597rem;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 2px 8px rgba(0, 0, 9, 0.9);
    line-height: 33.97px;
    line-height: 3.397rem;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
    display: block;
}

.bandeau_camping-club .bandeau figure .titles .ce_ville font,
.bandeau_catalogue .bandeau figure .titles .ce_ville font,
.bandeau_internaute .bandeau figure .titles .ce_ville font,
.bandeau_seo .bandeau figure .titles .ce_ville font,
.bandeau_404 .bandeau figure .titles .ce_ville font,
.bandeau_contact .bandeau figure .titles .ce_ville font,
.bandeau_offres_speciales .bandeau figure .titles .ce_ville font,
.bandeau_inscription_newsletter .bandeau figure .titles .ce_ville font,
.bandeau_mentions .bandeau figure .titles .ce_ville font,
.bandeau_parc-aquatique .bandeau figure .titles .ce_ville font {
    font-size: 25.97px;
    font-size: 2.597rem;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 2px 8px rgba(0, 0, 9, 0.9);
    line-height: 33.97px;
    line-height: 3.397rem;
    letter-spacing: 2px;
    letter-spacing: 0.2rem
}

.bandeau_camping-club .bandeau figure .titles .ce_ville i,
.bandeau_catalogue .bandeau figure .titles .ce_ville i,
.bandeau_internaute .bandeau figure .titles .ce_ville i,
.bandeau_seo .bandeau figure .titles .ce_ville i,
.bandeau_404 .bandeau figure .titles .ce_ville i,
.bandeau_contact .bandeau figure .titles .ce_ville i,
.bandeau_offres_speciales .bandeau figure .titles .ce_ville i,
.bandeau_inscription_newsletter .bandeau figure .titles .ce_ville i,
.bandeau_mentions .bandeau figure .titles .ce_ville i,
.bandeau_parc-aquatique .bandeau figure .titles .ce_ville i {
    font-size: 30px;
    font-size: 3rem;
    color: #fff
}

.bandeau_camping-club .bandeau figure .ce_title .title,
.bandeau_catalogue .bandeau figure .ce_title .title,
.bandeau_internaute .bandeau figure .ce_title .title,
.bandeau_seo .bandeau figure .ce_title .title,
.bandeau_404 .bandeau figure .ce_title .title,
.bandeau_contact .bandeau figure .ce_title .title,
.bandeau_offres_speciales .bandeau figure .ce_title .title,
.bandeau_inscription_newsletter .bandeau figure .ce_title .title,
.bandeau_mentions .bandeau figure .ce_title .title,
.bandeau_parc-aquatique .bandeau figure .ce_title .title {
    font-family: 'Dancing Script';
    font-size: 81.92px;
    font-size: 8.192rem;
    color: #fff;
    text-shadow: 0px 2px 8px rgba(0, 0, 9, 0.9);
    line-height: 71.39px;
    line-height: 7.139rem;
    display: inline-block
}

.bandeau_camping-club .bandeau figure .ce_title .title font,
.bandeau_catalogue .bandeau figure .ce_title .title font,
.bandeau_internaute .bandeau figure .ce_title .title font,
.bandeau_seo .bandeau figure .ce_title .title font,
.bandeau_404 .bandeau figure .ce_title .title font,
.bandeau_contact .bandeau figure .ce_title .title font,
.bandeau_offres_speciales .bandeau figure .ce_title .title font,
.bandeau_inscription_newsletter .bandeau figure .ce_title .title font,
.bandeau_mentions .bandeau figure .ce_title .title font,
.bandeau_parc-aquatique .bandeau figure .ce_title .title font {
    font-family: 'Dancing Script';
    font-size: 81.92px;
    font-size: 8.192rem;
    color: #fff;
    text-shadow: 0px 2px 8px rgba(0, 0, 9, 0.9);
    line-height: 71.39px;
    line-height: 7.139rem;
    display: inline-block
}

.bandeau_camping-club .bandeau figure .ce_camping,
.bandeau_catalogue .bandeau figure .ce_camping,
.bandeau_internaute .bandeau figure .ce_camping,
.bandeau_seo .bandeau figure .ce_camping,
.bandeau_404 .bandeau figure .ce_camping,
.bandeau_contact .bandeau figure .ce_camping,
.bandeau_offres_speciales .bandeau figure .ce_camping,
.bandeau_inscription_newsletter .bandeau figure .ce_camping,
.bandeau_mentions .bandeau figure .ce_camping,
.bandeau_parc-aquatique .bandeau figure .ce_camping {
    padding-top: 5px;
    padding-top: 0.5rem
}

.bandeau_camping-club .bandeau figure .ce_camping .title,
.bandeau_catalogue .bandeau figure .ce_camping .title,
.bandeau_internaute .bandeau figure .ce_camping .title,
.bandeau_seo .bandeau figure .ce_camping .title,
.bandeau_404 .bandeau figure .ce_camping .title,
.bandeau_contact .bandeau figure .ce_camping .title,
.bandeau_offres_speciales .bandeau figure .ce_camping .title,
.bandeau_inscription_newsletter .bandeau figure .ce_camping .title,
.bandeau_mentions .bandeau figure .ce_camping .title,
.bandeau_parc-aquatique .bandeau figure .ce_camping .title {
    font-family: 'Raleway';
    font-size: 55.94px;
    font-size: 5.594rem;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0px 2px 8px rgba(0, 0, 9, 0.9);
    line-height: 71.93px;
    line-height: 7.193rem;
    letter-spacing: 5px;
    letter-spacing: 0.5rem;
    display: inline-block;
    position: relative
}

.bandeau_camping-club .bandeau figure .ce_camping .title font,
.bandeau_catalogue .bandeau figure .ce_camping .title font,
.bandeau_internaute .bandeau figure .ce_camping .title font,
.bandeau_seo .bandeau figure .ce_camping .title font,
.bandeau_404 .bandeau figure .ce_camping .title font,
.bandeau_contact .bandeau figure .ce_camping .title font,
.bandeau_offres_speciales .bandeau figure .ce_camping .title font,
.bandeau_inscription_newsletter .bandeau figure .ce_camping .title font,
.bandeau_mentions .bandeau figure .ce_camping .title font,
.bandeau_parc-aquatique .bandeau figure .ce_camping .title font {
    font-family: 'Raleway';
    font-size: 55.94px;
    font-size: 5.594rem;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0px 2px 8px rgba(0, 0, 9, 0.9);
    line-height: 71.93px;
    line-height: 7.193rem;
    letter-spacing: 5px;
    letter-spacing: 0.5rem;
    display: inline-block
}

.bandeau_camping-club .bandeau figure .ce_camping .title i,
.bandeau_catalogue .bandeau figure .ce_camping .title i,
.bandeau_internaute .bandeau figure .ce_camping .title i,
.bandeau_seo .bandeau figure .ce_camping .title i,
.bandeau_404 .bandeau figure .ce_camping .title i,
.bandeau_contact .bandeau figure .ce_camping .title i,
.bandeau_offres_speciales .bandeau figure .ce_camping .title i,
.bandeau_inscription_newsletter .bandeau figure .ce_camping .title i,
.bandeau_mentions .bandeau figure .ce_camping .title i,
.bandeau_parc-aquatique .bandeau figure .ce_camping .title i {
    font-size: 30px;
    font-size: 3rem;
    color: #fff;
    position: absolute;
    top: 5px;
    top: 0.5rem;
    right: -40px;
    right: -4rem
}

.bandeau_camping-club .bandeau figure .ce_ville,
.bandeau_catalogue .bandeau figure .ce_ville,
.bandeau_internaute .bandeau figure .ce_ville,
.bandeau_seo .bandeau figure .ce_ville,
.bandeau_404 .bandeau figure .ce_ville,
.bandeau_contact .bandeau figure .ce_ville,
.bandeau_offres_speciales .bandeau figure .ce_ville,
.bandeau_inscription_newsletter .bandeau figure .ce_ville,
.bandeau_mentions .bandeau figure .ce_ville,
.bandeau_parc-aquatique .bandeau figure .ce_ville {
    padding-top: 20px;
    padding-top: 2rem
}

.bandeau_camping-club .bandeau figure .ce_ville .title,
.bandeau_catalogue .bandeau figure .ce_ville .title,
.bandeau_internaute .bandeau figure .ce_ville .title,
.bandeau_seo .bandeau figure .ce_ville .title,
.bandeau_404 .bandeau figure .ce_ville .title,
.bandeau_contact .bandeau figure .ce_ville .title,
.bandeau_offres_speciales .bandeau figure .ce_ville .title,
.bandeau_inscription_newsletter .bandeau figure .ce_ville .title,
.bandeau_mentions .bandeau figure .ce_ville .title,
.bandeau_parc-aquatique .bandeau figure .ce_ville .title {
    font-size: 25.97px;
    font-size: 2.597rem;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 2px 8px rgba(0, 0, 9, 0.9);
    line-height: 33.97px;
    line-height: 3.397rem;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
    display: inline-block
}

.bandeau_camping-club .bandeau figure .ce_ville .title font,
.bandeau_catalogue .bandeau figure .ce_ville .title font,
.bandeau_internaute .bandeau figure .ce_ville .title font,
.bandeau_seo .bandeau figure .ce_ville .title font,
.bandeau_404 .bandeau figure .ce_ville .title font,
.bandeau_contact .bandeau figure .ce_ville .title font,
.bandeau_offres_speciales .bandeau figure .ce_ville .title font,
.bandeau_inscription_newsletter .bandeau figure .ce_ville .title font,
.bandeau_mentions .bandeau figure .ce_ville .title font,
.bandeau_parc-aquatique .bandeau figure .ce_ville .title font {
    font-size: 25.97px;
    font-size: 2.597rem;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 2px 8px rgba(0, 0, 9, 0.9);
    line-height: 33.97px;
    line-height: 3.397rem;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
    display: inline-block
}

.bandeau_camping-club .bandeau_multiple>figure,
.bandeau_catalogue .bandeau_multiple>figure,
.bandeau_internaute .bandeau_multiple>figure,
.bandeau_seo .bandeau_multiple>figure,
.bandeau_404 .bandeau_multiple>figure,
.bandeau_contact .bandeau_multiple>figure,
.bandeau_offres_speciales .bandeau_multiple>figure,
.bandeau_inscription_newsletter .bandeau_multiple>figure,
.bandeau_mentions .bandeau_multiple>figure,
.bandeau_parc-aquatique .bandeau_multiple>figure {
    display: none
}

.bandeau_camping-club .bandeau_multiple>figure:nth-child(1),
.bandeau_catalogue .bandeau_multiple>figure:nth-child(1),
.bandeau_internaute .bandeau_multiple>figure:nth-child(1),
.bandeau_seo .bandeau_multiple>figure:nth-child(1),
.bandeau_404 .bandeau_multiple>figure:nth-child(1),
.bandeau_contact .bandeau_multiple>figure:nth-child(1),
.bandeau_offres_speciales .bandeau_multiple>figure:nth-child(1),
.bandeau_inscription_newsletter .bandeau_multiple>figure:nth-child(1),
.bandeau_mentions .bandeau_multiple>figure:nth-child(1),
.bandeau_parc-aquatique .bandeau_multiple>figure:nth-child(1) {
    display: block
}

.bandeau_internaute .bandeau figure,
.bandeau_seo .bandeau figure,
.bandeau_404 .bandeau figure,
.bandeau_contact .bandeau figure,
.bandeau_offres_speciales .bandeau figure,
.bandeau_parc-aquatique .bandeau figure {
    height: -webkit-calc(100vh - 190px - 100px);
    height: -moz-calc(100vh - 190px - 100px);
    height: -o-calc(100vh - 190px - 100px);
    height: -ms-calc(100vh - 190px - 100px);
    height: calc(100vh - 190px - 100px)
}

.bandeau_inscription_newsletter .bandeau figure {
    height: -webkit-calc(100vh - 190px - 100px - 260px);
    height: -moz-calc(100vh - 190px - 100px - 260px);
    height: -o-calc(100vh - 190px - 100px - 260px);
    height: -ms-calc(100vh - 190px - 100px - 260px);
    height: calc(100vh - 190px - 100px - 260px)
}

.bandeau_catalogue .bandeau figure {
    height: -webkit-calc(100vh - 505px);
    height: -moz-calc(100vh - 505px);
    height: -o-calc(100vh - 505px);
    height: -ms-calc(100vh - 505px);
    height: calc(100vh - 505px)
}

.contenu_parc_aquatique {
    padding: 55px 0px 30px 0px;
    padding: 5.5rem 0rem 3rem 0rem
}

.contenu_internaute,
.contenu_seo,
.contenu_mentions {
    padding: 55px 0px 90px 0px;
    padding: 5.5rem 0rem 9rem 0rem
}

.contenu_internaute.no_onglets,
.contenu_seo.no_onglets,
.contenu_mentions.no_onglets {
    padding-top: 20px;
    padding-top: 2rem
}

.contenu_internaute .onglets,
.contenu_seo .onglets,
.contenu_mentions .onglets {
    position: relative
}

.contenu_internaute .onglets:after,
.contenu_seo .onglets:after,
.contenu_mentions .onglets:after {
    content: '';
    background-image: url('https://www.ms-vacances.com/files/site/images/shadow_tab.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    bottom: -4px;
    bottom: -0.4rem;
    left: 0;
    width: 100%;
    height: 4px
}

.contenu_internaute .title_onglets,
.contenu_seo .title_onglets,
.contenu_mentions .title_onglets {
    text-align: center;
    width: 75%;
    margin: 0 auto;
    padding: 20px 0px;
    padding: 2rem 0rem
}

.contenu_internaute .title_onglets .link,
.contenu_seo .title_onglets .link,
.contenu_mentions .title_onglets .link {
    font-family: 'Dancing Script';
    font-size: 41.37px;
    font-size: 4.137rem;
    line-height: 105%
}

.contenu_internaute .title_onglets .link font,
.contenu_seo .title_onglets .link font,
.contenu_mentions .title_onglets .link font {
    font-family: 'Dancing Script';
    font-size: 41.37px;
    font-size: 4.137rem;
    line-height: 105%
}

.contenu_internaute .nav-tab,
.contenu_seo .nav-tab,
.contenu_mentions .nav-tab {
    display: table;
    table-layout: fixed;
    width: 100%
}

.contenu_internaute .nav-tab .nav-item,
.contenu_seo .nav-tab .nav-item,
.contenu_mentions .nav-tab .nav-item {
    vertical-align: middle;
    display: table-cell
}

.contenu_internaute .nav-tab .nav-item .nav-link,
.contenu_seo .nav-tab .nav-item .nav-link,
.contenu_mentions .nav-tab .nav-item .nav-link {
    height: 40px;
    line-height: 20px;
    line-height: 2rem;
    padding: 10px 20px;
    padding: 1rem 2rem;
    background-color: #000;
    position: relative
}

.contenu_internaute .nav-tab .nav-item .nav-link .link,
.contenu_seo .nav-tab .nav-item .nav-link .link,
.contenu_mentions .nav-tab .nav-item .nav-link .link {
    font-size: 13.24px;
    font-size: 1.324rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
    line-height: 2rem
}

.contenu_internaute .nav-tab .nav-item .nav-link .link font,
.contenu_seo .nav-tab .nav-item .nav-link .link font,
.contenu_mentions .nav-tab .nav-item .nav-link .link font {
    font-size: 13.24px;
    font-size: 1.324rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
    line-height: 2rem
}

.contenu_internaute .nav-tab .nav-item .nav-link .link span,
.contenu_seo .nav-tab .nav-item .nav-link .link span,
.contenu_mentions .nav-tab .nav-item .nav-link .link span {
    font-size: 13.24px;
    font-size: 1.324rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    position: relative
}

.contenu_internaute .nav-tab .nav-item .nav-link .link span font,
.contenu_seo .nav-tab .nav-item .nav-link .link span font,
.contenu_mentions .nav-tab .nav-item .nav-link .link span font {
    font-size: 13.24px;
    font-size: 1.324rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700
}

.contenu_internaute .nav-tab .nav-item .nav-link .link span:before,
.contenu_seo .nav-tab .nav-item .nav-link .link span:before,
.contenu_mentions .nav-tab .nav-item .nav-link .link span:before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat
}

.contenu_internaute .nav-tab .nav-item .nav-link i,
.contenu_seo .nav-tab .nav-item .nav-link i,
.contenu_mentions .nav-tab .nav-item .nav-link i {
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    right: 2rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.contenu_internaute .nav-tab .nav-item .nav-link.telephone p span,
.contenu_seo .nav-tab .nav-item .nav-link.telephone p span,
.contenu_mentions .nav-tab .nav-item .nav-link.telephone p span {
    margin: 0px 10px 0px 0px;
    margin: 0rem 1rem 0rem 0rem
}

.contenu_internaute .nav-tab .nav-item .nav-link.telephone p span:first-child:before,
.contenu_seo .nav-tab .nav-item .nav-link.telephone p span:first-child:before,
.contenu_mentions .nav-tab .nav-item .nav-link.telephone p span:first-child:before {
    content: '';
    background-image: url('https://www.ms-vacances.com/files/site/images/picto_contact_phone.png');
    width: 31px;
    height: 38px;
    left: -44px;
    left: -4.4rem
}

.contenu_internaute .nav-tab .nav-item .nav-link.telephone p span:last-child,
.contenu_seo .nav-tab .nav-item .nav-link.telephone p span:last-child,
.contenu_mentions .nav-tab .nav-item .nav-link.telephone p span:last-child {
    padding-left: 45px;
    padding-left: 4.5rem
}

.contenu_internaute .nav-tab .nav-item .nav-link.telephone p span:last-child:before,
.contenu_seo .nav-tab .nav-item .nav-link.telephone p span:last-child:before,
.contenu_mentions .nav-tab .nav-item .nav-link.telephone p span:last-child:before {
    content: '';
    background-image: url('https://www.ms-vacances.com/files/site/images/picto_contact_courrier.png');
    width: 35px;
    height: 35px;
    right: -46px;
    right: -4.6rem
}

.contenu_internaute .nav-tab .nav-item .nav-link.email p span:before,
.contenu_seo .nav-tab .nav-item .nav-link.email p span:before,
.contenu_mentions .nav-tab .nav-item .nav-link.email p span:before {
    content: '';
    background-image: url('https://www.ms-vacances.com/files/site/images/picto_contact_mail.png');
    width: 51px;
    height: 34px;
    left: -65px;
    left: -6.5rem
}

.contenu_internaute .nav-tab .nav-item .nav-link:hover,
.contenu_seo .nav-tab .nav-item .nav-link:hover,
.contenu_mentions .nav-tab .nav-item .nav-link:hover {
    background-color: #77c5d5
}

.contenu_internaute .nav-tab .nav-item .nav-link.active,
.contenu_seo .nav-tab .nav-item .nav-link.active,
.contenu_mentions .nav-tab .nav-item .nav-link.active {
    background-color: #77c5d5
}

.contenu_internaute .nav-tab .nav-item .nav-link.active:after,
.contenu_seo .nav-tab .nav-item .nav-link.active:after,
.contenu_mentions .nav-tab .nav-item .nav-link.active:after {
    content: '';
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #77c5d5 transparent transparent transparent;
    position: absolute;
    bottom: -12px;
    bottom: -1.2rem;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.contenu_internaute .tab-content .tab-pane>.row>.col-md-12:first-child .article_internaute .masque_tuba,
.contenu_seo .tab-content .tab-pane>.row>.col-md-12:first-child .article_internaute .masque_tuba,
.contenu_mentions .tab-content .tab-pane>.row>.col-md-12:first-child .article_internaute .masque_tuba,
.contenu_internaute .tab-content .tab-pane>.row>.col-md-12:first-child .article_seo .masque_tuba,
.contenu_seo .tab-content .tab-pane>.row>.col-md-12:first-child .article_seo .masque_tuba,
.contenu_mentions .tab-content .tab-pane>.row>.col-md-12:first-child .article_seo .masque_tuba {
    position: absolute;
    bottom: 10px;
    bottom: 1rem;
    right: -52px;
    right: -5.2rem;
    background-image: url('https://www.ms-vacances.com/files/site/images/masque_tuba.png');
    background-repeat: no-repeat;
    width: 110px;
    height: 89px
}

.contenu_internaute .tab-content .tab-pane>.row>.col-md-12 .article_internaute,
.contenu_seo .tab-content .tab-pane>.row>.col-md-12 .article_internaute,
.contenu_mentions .tab-content .tab-pane>.row>.col-md-12 .article_internaute,
.contenu_internaute .tab-content .tab-pane>.row>.col-md-12 .article_seo,
.contenu_seo .tab-content .tab-pane>.row>.col-md-12 .article_seo,
.contenu_mentions .tab-content .tab-pane>.row>.col-md-12 .article_seo {
    position: relative
}

.contenu_internaute .tab-content .tab-pane>.row>.col-md-12 .article_internaute .content,
.contenu_seo .tab-content .tab-pane>.row>.col-md-12 .article_internaute .content,
.contenu_mentions .tab-content .tab-pane>.row>.col-md-12 .article_internaute .content,
.contenu_internaute .tab-content .tab-pane>.row>.col-md-12 .article_seo .content,
.contenu_seo .tab-content .tab-pane>.row>.col-md-12 .article_seo .content,
.contenu_mentions .tab-content .tab-pane>.row>.col-md-12 .article_seo .content {
    padding-right: 16.666%
}

.contenu_internaute .tab-content .tab-pane>.row>.col-md-12 figure,
.contenu_seo .tab-content .tab-pane>.row>.col-md-12 figure,
.contenu_mentions .tab-content .tab-pane>.row>.col-md-12 figure {
    height: 300px;
    padding-bottom: 0px;
    padding-bottom: 0rem
}

.contenu_internaute .tab-content .tab-pane .article_internaute,
.contenu_seo .tab-content .tab-pane .article_internaute,
.contenu_mentions .tab-content .tab-pane .article_internaute,
.contenu_internaute .tab-content .tab-pane .article_seo,
.contenu_seo .tab-content .tab-pane .article_seo,
.contenu_mentions .tab-content .tab-pane .article_seo,
.contenu_internaute .tab-content .tab-pane .article_mentions,
.contenu_seo .tab-content .tab-pane .article_mentions,
.contenu_mentions .tab-content .tab-pane .article_mentions {
    padding-top: 45px;
    padding-top: 4.5rem
}

.contenu_internaute .tab-content .tab-pane .article_internaute figure,
.contenu_seo .tab-content .tab-pane .article_internaute figure,
.contenu_mentions .tab-content .tab-pane .article_internaute figure,
.contenu_internaute .tab-content .tab-pane .article_seo figure,
.contenu_seo .tab-content .tab-pane .article_seo figure,
.contenu_mentions .tab-content .tab-pane .article_seo figure,
.contenu_internaute .tab-content .tab-pane .article_mentions figure,
.contenu_seo .tab-content .tab-pane .article_mentions figure,
.contenu_mentions .tab-content .tab-pane .article_mentions figure {
    height: 260px;
    padding-bottom: 25px;
    padding-bottom: 2.5rem
}

.contenu_internaute .tab-content .tab-pane .article_internaute figure div,
.contenu_seo .tab-content .tab-pane .article_internaute figure div,
.contenu_mentions .tab-content .tab-pane .article_internaute figure div,
.contenu_internaute .tab-content .tab-pane .article_seo figure div,
.contenu_seo .tab-content .tab-pane .article_seo figure div,
.contenu_mentions .tab-content .tab-pane .article_seo figure div,
.contenu_internaute .tab-content .tab-pane .article_mentions figure div,
.contenu_seo .tab-content .tab-pane .article_mentions figure div,
.contenu_mentions .tab-content .tab-pane .article_mentions figure div {
    width: 100%;
    height: 100%
}

.contenu_internaute .tab-content .tab-pane .article_internaute .ce_headline,
.contenu_seo .tab-content .tab-pane .article_internaute .ce_headline,
.contenu_mentions .tab-content .tab-pane .article_internaute .ce_headline,
.contenu_internaute .tab-content .tab-pane .article_seo .ce_headline,
.contenu_seo .tab-content .tab-pane .article_seo .ce_headline,
.contenu_mentions .tab-content .tab-pane .article_seo .ce_headline,
.contenu_internaute .tab-content .tab-pane .article_mentions .ce_headline,
.contenu_seo .tab-content .tab-pane .article_mentions .ce_headline,
.contenu_mentions .tab-content .tab-pane .article_mentions .ce_headline {
    padding-bottom: 25px;
    padding-bottom: 2.5rem
}

.contenu_internaute .tab-content .tab-pane .article_internaute .ce_headline .title,
.contenu_seo .tab-content .tab-pane .article_internaute .ce_headline .title,
.contenu_mentions .tab-content .tab-pane .article_internaute .ce_headline .title,
.contenu_internaute .tab-content .tab-pane .article_seo .ce_headline .title,
.contenu_seo .tab-content .tab-pane .article_seo .ce_headline .title,
.contenu_mentions .tab-content .tab-pane .article_seo .ce_headline .title,
.contenu_internaute .tab-content .tab-pane .article_mentions .ce_headline .title,
.contenu_seo .tab-content .tab-pane .article_mentions .ce_headline .title,
.contenu_mentions .tab-content .tab-pane .article_mentions .ce_headline .title {
    font-size: 18.2px;
    font-size: 1.82rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%
}

.contenu_internaute .tab-content .tab-pane .article_internaute .ce_headline .title font,
.contenu_seo .tab-content .tab-pane .article_internaute .ce_headline .title font,
.contenu_mentions .tab-content .tab-pane .article_internaute .ce_headline .title font,
.contenu_internaute .tab-content .tab-pane .article_seo .ce_headline .title font,
.contenu_seo .tab-content .tab-pane .article_seo .ce_headline .title font,
.contenu_mentions .tab-content .tab-pane .article_seo .ce_headline .title font,
.contenu_internaute .tab-content .tab-pane .article_mentions .ce_headline .title font,
.contenu_seo .tab-content .tab-pane .article_mentions .ce_headline .title font,
.contenu_mentions .tab-content .tab-pane .article_mentions .ce_headline .title font {
    font-size: 18.2px;
    font-size: 1.82rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%
}

.contenu_internaute .tab-content .tab-pane .article_internaute .text p b,
.contenu_seo .tab-content .tab-pane .article_internaute .text p b,
.contenu_mentions .tab-content .tab-pane .article_internaute .text p b,
.contenu_internaute .tab-content .tab-pane .article_seo .text p b,
.contenu_seo .tab-content .tab-pane .article_seo .text p b,
.contenu_mentions .tab-content .tab-pane .article_seo .text p b,
.contenu_internaute .tab-content .tab-pane .article_mentions .text p b,
.contenu_seo .tab-content .tab-pane .article_mentions .text p b,
.contenu_mentions .tab-content .tab-pane .article_mentions .text p b,
.contenu_internaute .tab-content .tab-pane .article_internaute .text p strong,
.contenu_seo .tab-content .tab-pane .article_internaute .text p strong,
.contenu_mentions .tab-content .tab-pane .article_internaute .text p strong,
.contenu_internaute .tab-content .tab-pane .article_seo .text p strong,
.contenu_seo .tab-content .tab-pane .article_seo .text p strong,
.contenu_mentions .tab-content .tab-pane .article_seo .text p strong,
.contenu_internaute .tab-content .tab-pane .article_mentions .text p strong,
.contenu_seo .tab-content .tab-pane .article_mentions .text p strong,
.contenu_mentions .tab-content .tab-pane .article_mentions .text p strong {
    font-weight: 700
}

.contenu_internaute .tab-content .tab-pane .article_internaute .text p b font,
.contenu_seo .tab-content .tab-pane .article_internaute .text p b font,
.contenu_mentions .tab-content .tab-pane .article_internaute .text p b font,
.contenu_internaute .tab-content .tab-pane .article_seo .text p b font,
.contenu_seo .tab-content .tab-pane .article_seo .text p b font,
.contenu_mentions .tab-content .tab-pane .article_seo .text p b font,
.contenu_internaute .tab-content .tab-pane .article_mentions .text p b font,
.contenu_seo .tab-content .tab-pane .article_mentions .text p b font,
.contenu_mentions .tab-content .tab-pane .article_mentions .text p b font,
.contenu_internaute .tab-content .tab-pane .article_internaute .text p strong font,
.contenu_seo .tab-content .tab-pane .article_internaute .text p strong font,
.contenu_mentions .tab-content .tab-pane .article_internaute .text p strong font,
.contenu_internaute .tab-content .tab-pane .article_seo .text p strong font,
.contenu_seo .tab-content .tab-pane .article_seo .text p strong font,
.contenu_mentions .tab-content .tab-pane .article_seo .text p strong font,
.contenu_internaute .tab-content .tab-pane .article_mentions .text p strong font,
.contenu_seo .tab-content .tab-pane .article_mentions .text p strong font,
.contenu_mentions .tab-content .tab-pane .article_mentions .text p strong font {
    font-weight: 700
}

.contenu_internaute .tab-content .tab-pane .article_internaute .text p i,
.contenu_seo .tab-content .tab-pane .article_internaute .text p i,
.contenu_mentions .tab-content .tab-pane .article_internaute .text p i,
.contenu_internaute .tab-content .tab-pane .article_seo .text p i,
.contenu_seo .tab-content .tab-pane .article_seo .text p i,
.contenu_mentions .tab-content .tab-pane .article_seo .text p i,
.contenu_internaute .tab-content .tab-pane .article_mentions .text p i,
.contenu_seo .tab-content .tab-pane .article_mentions .text p i,
.contenu_mentions .tab-content .tab-pane .article_mentions .text p i,
.contenu_internaute .tab-content .tab-pane .article_internaute .text p em,
.contenu_seo .tab-content .tab-pane .article_internaute .text p em,
.contenu_mentions .tab-content .tab-pane .article_internaute .text p em,
.contenu_internaute .tab-content .tab-pane .article_seo .text p em,
.contenu_seo .tab-content .tab-pane .article_seo .text p em,
.contenu_mentions .tab-content .tab-pane .article_seo .text p em,
.contenu_internaute .tab-content .tab-pane .article_mentions .text p em,
.contenu_seo .tab-content .tab-pane .article_mentions .text p em,
.contenu_mentions .tab-content .tab-pane .article_mentions .text p em {
    font-style: italic
}

.contenu_internaute .tab-content .tab-pane .article_internaute .text p i font,
.contenu_seo .tab-content .tab-pane .article_internaute .text p i font,
.contenu_mentions .tab-content .tab-pane .article_internaute .text p i font,
.contenu_internaute .tab-content .tab-pane .article_seo .text p i font,
.contenu_seo .tab-content .tab-pane .article_seo .text p i font,
.contenu_mentions .tab-content .tab-pane .article_seo .text p i font,
.contenu_internaute .tab-content .tab-pane .article_mentions .text p i font,
.contenu_seo .tab-content .tab-pane .article_mentions .text p i font,
.contenu_mentions .tab-content .tab-pane .article_mentions .text p i font,
.contenu_internaute .tab-content .tab-pane .article_internaute .text p em font,
.contenu_seo .tab-content .tab-pane .article_internaute .text p em font,
.contenu_mentions .tab-content .tab-pane .article_internaute .text p em font,
.contenu_internaute .tab-content .tab-pane .article_seo .text p em font,
.contenu_seo .tab-content .tab-pane .article_seo .text p em font,
.contenu_mentions .tab-content .tab-pane .article_seo .text p em font,
.contenu_internaute .tab-content .tab-pane .article_mentions .text p em font,
.contenu_seo .tab-content .tab-pane .article_mentions .text p em font,
.contenu_mentions .tab-content .tab-pane .article_mentions .text p em font {
    font-style: italic
}

.contenu_internaute .tab-content .tab-pane .article_internaute .text p .fa,
.contenu_seo .tab-content .tab-pane .article_internaute .text p .fa,
.contenu_mentions .tab-content .tab-pane .article_internaute .text p .fa,
.contenu_internaute .tab-content .tab-pane .article_seo .text p .fa,
.contenu_seo .tab-content .tab-pane .article_seo .text p .fa,
.contenu_mentions .tab-content .tab-pane .article_seo .text p .fa,
.contenu_internaute .tab-content .tab-pane .article_mentions .text p .fa,
.contenu_seo .tab-content .tab-pane .article_mentions .text p .fa,
.contenu_mentions .tab-content .tab-pane .article_mentions .text p .fa,
.contenu_internaute .tab-content .tab-pane .article_internaute .text p .ms,
.contenu_seo .tab-content .tab-pane .article_internaute .text p .ms,
.contenu_mentions .tab-content .tab-pane .article_internaute .text p .ms,
.contenu_internaute .tab-content .tab-pane .article_seo .text p .ms,
.contenu_seo .tab-content .tab-pane .article_seo .text p .ms,
.contenu_mentions .tab-content .tab-pane .article_seo .text p .ms,
.contenu_internaute .tab-content .tab-pane .article_mentions .text p .ms,
.contenu_seo .tab-content .tab-pane .article_mentions .text p .ms,
.contenu_mentions .tab-content .tab-pane .article_mentions .text p .ms {
    font-family: 'FontAwesome';
    font-size: 50%
}

.contenu_internaute .tab-content .tab-pane .article_internaute .text p sup,
.contenu_seo .tab-content .tab-pane .article_internaute .text p sup,
.contenu_mentions .tab-content .tab-pane .article_internaute .text p sup,
.contenu_internaute .tab-content .tab-pane .article_seo .text p sup,
.contenu_seo .tab-content .tab-pane .article_seo .text p sup,
.contenu_mentions .tab-content .tab-pane .article_seo .text p sup,
.contenu_internaute .tab-content .tab-pane .article_mentions .text p sup,
.contenu_seo .tab-content .tab-pane .article_mentions .text p sup,
.contenu_mentions .tab-content .tab-pane .article_mentions .text p sup {
    font-size: 10px;
    font-size: 1rem
}

.contenu_internaute .tab-content .tab-pane .article_internaute .text p sup *,
.contenu_seo .tab-content .tab-pane .article_internaute .text p sup *,
.contenu_mentions .tab-content .tab-pane .article_internaute .text p sup *,
.contenu_internaute .tab-content .tab-pane .article_seo .text p sup *,
.contenu_seo .tab-content .tab-pane .article_seo .text p sup *,
.contenu_mentions .tab-content .tab-pane .article_seo .text p sup *,
.contenu_internaute .tab-content .tab-pane .article_mentions .text p sup *,
.contenu_seo .tab-content .tab-pane .article_mentions .text p sup *,
.contenu_mentions .tab-content .tab-pane .article_mentions .text p sup * {
    font-size: 10px;
    font-size: 1rem
}

.contenu_internaute .tab-content .tab-pane .article_internaute .text ul li b,
.contenu_seo .tab-content .tab-pane .article_internaute .text ul li b,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ul li b,
.contenu_internaute .tab-content .tab-pane .article_seo .text ul li b,
.contenu_seo .tab-content .tab-pane .article_seo .text ul li b,
.contenu_mentions .tab-content .tab-pane .article_seo .text ul li b,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ul li b,
.contenu_seo .tab-content .tab-pane .article_mentions .text ul li b,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ul li b,
.contenu_internaute .tab-content .tab-pane .article_internaute .text ol li b,
.contenu_seo .tab-content .tab-pane .article_internaute .text ol li b,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ol li b,
.contenu_internaute .tab-content .tab-pane .article_seo .text ol li b,
.contenu_seo .tab-content .tab-pane .article_seo .text ol li b,
.contenu_mentions .tab-content .tab-pane .article_seo .text ol li b,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ol li b,
.contenu_seo .tab-content .tab-pane .article_mentions .text ol li b,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ol li b,
.contenu_internaute .tab-content .tab-pane .article_internaute .text ul li strong,
.contenu_seo .tab-content .tab-pane .article_internaute .text ul li strong,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ul li strong,
.contenu_internaute .tab-content .tab-pane .article_seo .text ul li strong,
.contenu_seo .tab-content .tab-pane .article_seo .text ul li strong,
.contenu_mentions .tab-content .tab-pane .article_seo .text ul li strong,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ul li strong,
.contenu_seo .tab-content .tab-pane .article_mentions .text ul li strong,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ul li strong,
.contenu_internaute .tab-content .tab-pane .article_internaute .text ol li strong,
.contenu_seo .tab-content .tab-pane .article_internaute .text ol li strong,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ol li strong,
.contenu_internaute .tab-content .tab-pane .article_seo .text ol li strong,
.contenu_seo .tab-content .tab-pane .article_seo .text ol li strong,
.contenu_mentions .tab-content .tab-pane .article_seo .text ol li strong,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ol li strong,
.contenu_seo .tab-content .tab-pane .article_mentions .text ol li strong,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ol li strong {
    font-weight: 700
}

.contenu_internaute .tab-content .tab-pane .article_internaute .text ul li b font,
.contenu_seo .tab-content .tab-pane .article_internaute .text ul li b font,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ul li b font,
.contenu_internaute .tab-content .tab-pane .article_seo .text ul li b font,
.contenu_seo .tab-content .tab-pane .article_seo .text ul li b font,
.contenu_mentions .tab-content .tab-pane .article_seo .text ul li b font,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ul li b font,
.contenu_seo .tab-content .tab-pane .article_mentions .text ul li b font,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ul li b font,
.contenu_internaute .tab-content .tab-pane .article_internaute .text ol li b font,
.contenu_seo .tab-content .tab-pane .article_internaute .text ol li b font,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ol li b font,
.contenu_internaute .tab-content .tab-pane .article_seo .text ol li b font,
.contenu_seo .tab-content .tab-pane .article_seo .text ol li b font,
.contenu_mentions .tab-content .tab-pane .article_seo .text ol li b font,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ol li b font,
.contenu_seo .tab-content .tab-pane .article_mentions .text ol li b font,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ol li b font,
.contenu_internaute .tab-content .tab-pane .article_internaute .text ul li strong font,
.contenu_seo .tab-content .tab-pane .article_internaute .text ul li strong font,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ul li strong font,
.contenu_internaute .tab-content .tab-pane .article_seo .text ul li strong font,
.contenu_seo .tab-content .tab-pane .article_seo .text ul li strong font,
.contenu_mentions .tab-content .tab-pane .article_seo .text ul li strong font,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ul li strong font,
.contenu_seo .tab-content .tab-pane .article_mentions .text ul li strong font,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ul li strong font,
.contenu_internaute .tab-content .tab-pane .article_internaute .text ol li strong font,
.contenu_seo .tab-content .tab-pane .article_internaute .text ol li strong font,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ol li strong font,
.contenu_internaute .tab-content .tab-pane .article_seo .text ol li strong font,
.contenu_seo .tab-content .tab-pane .article_seo .text ol li strong font,
.contenu_mentions .tab-content .tab-pane .article_seo .text ol li strong font,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ol li strong font,
.contenu_seo .tab-content .tab-pane .article_mentions .text ol li strong font,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ol li strong font {
    font-weight: 700
}

.contenu_internaute .tab-content .tab-pane .article_internaute .text ul li i,
.contenu_seo .tab-content .tab-pane .article_internaute .text ul li i,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ul li i,
.contenu_internaute .tab-content .tab-pane .article_seo .text ul li i,
.contenu_seo .tab-content .tab-pane .article_seo .text ul li i,
.contenu_mentions .tab-content .tab-pane .article_seo .text ul li i,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ul li i,
.contenu_seo .tab-content .tab-pane .article_mentions .text ul li i,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ul li i,
.contenu_internaute .tab-content .tab-pane .article_internaute .text ol li i,
.contenu_seo .tab-content .tab-pane .article_internaute .text ol li i,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ol li i,
.contenu_internaute .tab-content .tab-pane .article_seo .text ol li i,
.contenu_seo .tab-content .tab-pane .article_seo .text ol li i,
.contenu_mentions .tab-content .tab-pane .article_seo .text ol li i,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ol li i,
.contenu_seo .tab-content .tab-pane .article_mentions .text ol li i,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ol li i,
.contenu_internaute .tab-content .tab-pane .article_internaute .text ul li em,
.contenu_seo .tab-content .tab-pane .article_internaute .text ul li em,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ul li em,
.contenu_internaute .tab-content .tab-pane .article_seo .text ul li em,
.contenu_seo .tab-content .tab-pane .article_seo .text ul li em,
.contenu_mentions .tab-content .tab-pane .article_seo .text ul li em,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ul li em,
.contenu_seo .tab-content .tab-pane .article_mentions .text ul li em,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ul li em,
.contenu_internaute .tab-content .tab-pane .article_internaute .text ol li em,
.contenu_seo .tab-content .tab-pane .article_internaute .text ol li em,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ol li em,
.contenu_internaute .tab-content .tab-pane .article_seo .text ol li em,
.contenu_seo .tab-content .tab-pane .article_seo .text ol li em,
.contenu_mentions .tab-content .tab-pane .article_seo .text ol li em,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ol li em,
.contenu_seo .tab-content .tab-pane .article_mentions .text ol li em,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ol li em {
    font-style: italic
}

.contenu_internaute .tab-content .tab-pane .article_internaute .text ul li i font,
.contenu_seo .tab-content .tab-pane .article_internaute .text ul li i font,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ul li i font,
.contenu_internaute .tab-content .tab-pane .article_seo .text ul li i font,
.contenu_seo .tab-content .tab-pane .article_seo .text ul li i font,
.contenu_mentions .tab-content .tab-pane .article_seo .text ul li i font,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ul li i font,
.contenu_seo .tab-content .tab-pane .article_mentions .text ul li i font,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ul li i font,
.contenu_internaute .tab-content .tab-pane .article_internaute .text ol li i font,
.contenu_seo .tab-content .tab-pane .article_internaute .text ol li i font,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ol li i font,
.contenu_internaute .tab-content .tab-pane .article_seo .text ol li i font,
.contenu_seo .tab-content .tab-pane .article_seo .text ol li i font,
.contenu_mentions .tab-content .tab-pane .article_seo .text ol li i font,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ol li i font,
.contenu_seo .tab-content .tab-pane .article_mentions .text ol li i font,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ol li i font,
.contenu_internaute .tab-content .tab-pane .article_internaute .text ul li em font,
.contenu_seo .tab-content .tab-pane .article_internaute .text ul li em font,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ul li em font,
.contenu_internaute .tab-content .tab-pane .article_seo .text ul li em font,
.contenu_seo .tab-content .tab-pane .article_seo .text ul li em font,
.contenu_mentions .tab-content .tab-pane .article_seo .text ul li em font,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ul li em font,
.contenu_seo .tab-content .tab-pane .article_mentions .text ul li em font,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ul li em font,
.contenu_internaute .tab-content .tab-pane .article_internaute .text ol li em font,
.contenu_seo .tab-content .tab-pane .article_internaute .text ol li em font,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ol li em font,
.contenu_internaute .tab-content .tab-pane .article_seo .text ol li em font,
.contenu_seo .tab-content .tab-pane .article_seo .text ol li em font,
.contenu_mentions .tab-content .tab-pane .article_seo .text ol li em font,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ol li em font,
.contenu_seo .tab-content .tab-pane .article_mentions .text ol li em font,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ol li em font {
    font-style: italic
}

.contenu_internaute .tab-content .tab-pane .article_internaute .text ul li sup,
.contenu_seo .tab-content .tab-pane .article_internaute .text ul li sup,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ul li sup,
.contenu_internaute .tab-content .tab-pane .article_seo .text ul li sup,
.contenu_seo .tab-content .tab-pane .article_seo .text ul li sup,
.contenu_mentions .tab-content .tab-pane .article_seo .text ul li sup,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ul li sup,
.contenu_seo .tab-content .tab-pane .article_mentions .text ul li sup,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ul li sup,
.contenu_internaute .tab-content .tab-pane .article_internaute .text ol li sup,
.contenu_seo .tab-content .tab-pane .article_internaute .text ol li sup,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ol li sup,
.contenu_internaute .tab-content .tab-pane .article_seo .text ol li sup,
.contenu_seo .tab-content .tab-pane .article_seo .text ol li sup,
.contenu_mentions .tab-content .tab-pane .article_seo .text ol li sup,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ol li sup,
.contenu_seo .tab-content .tab-pane .article_mentions .text ol li sup,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ol li sup {
    font-size: 10px;
    font-size: 1rem
}

.contenu_internaute .tab-content .tab-pane .article_internaute .text ul li sup *,
.contenu_seo .tab-content .tab-pane .article_internaute .text ul li sup *,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ul li sup *,
.contenu_internaute .tab-content .tab-pane .article_seo .text ul li sup *,
.contenu_seo .tab-content .tab-pane .article_seo .text ul li sup *,
.contenu_mentions .tab-content .tab-pane .article_seo .text ul li sup *,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ul li sup *,
.contenu_seo .tab-content .tab-pane .article_mentions .text ul li sup *,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ul li sup *,
.contenu_internaute .tab-content .tab-pane .article_internaute .text ol li sup *,
.contenu_seo .tab-content .tab-pane .article_internaute .text ol li sup *,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ol li sup *,
.contenu_internaute .tab-content .tab-pane .article_seo .text ol li sup *,
.contenu_seo .tab-content .tab-pane .article_seo .text ol li sup *,
.contenu_mentions .tab-content .tab-pane .article_seo .text ol li sup *,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ol li sup *,
.contenu_seo .tab-content .tab-pane .article_mentions .text ol li sup *,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ol li sup * {
    font-size: 10px;
    font-size: 1rem
}

.contenu_internaute .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li,
.contenu_seo .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li,
.contenu_internaute .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li,
.contenu_seo .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li,
.contenu_mentions .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li,
.contenu_seo .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li,
.contenu_internaute .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li,
.contenu_seo .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li,
.contenu_internaute .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li,
.contenu_seo .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li,
.contenu_mentions .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li,
.contenu_seo .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li {
    padding-left: 26px;
    padding-left: 2.6rem;
    position: relative
}

.contenu_internaute .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li:before,
.contenu_seo .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li:before,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li:before,
.contenu_internaute .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li:before,
.contenu_seo .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li:before,
.contenu_mentions .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li:before,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li:before,
.contenu_seo .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li:before,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li:before,
.contenu_internaute .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li:before,
.contenu_seo .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li:before,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li:before,
.contenu_internaute .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li:before,
.contenu_seo .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li:before,
.contenu_mentions .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li:before,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li:before,
.contenu_seo .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li:before,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li:before {
    position: absolute;
    top: 3px;
    top: 0.3rem;
    left: 0
}

.contenu_internaute .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li b,
.contenu_seo .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li b,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li b,
.contenu_internaute .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li b,
.contenu_seo .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li b,
.contenu_mentions .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li b,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li b,
.contenu_seo .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li b,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li b,
.contenu_internaute .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li b,
.contenu_seo .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li b,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li b,
.contenu_internaute .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li b,
.contenu_seo .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li b,
.contenu_mentions .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li b,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li b,
.contenu_seo .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li b,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li b,
.contenu_internaute .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li strong,
.contenu_seo .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li strong,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li strong,
.contenu_internaute .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li strong,
.contenu_seo .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li strong,
.contenu_mentions .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li strong,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li strong,
.contenu_seo .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li strong,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li strong,
.contenu_internaute .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li strong,
.contenu_seo .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li strong,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li strong,
.contenu_internaute .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li strong,
.contenu_seo .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li strong,
.contenu_mentions .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li strong,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li strong,
.contenu_seo .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li strong,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li strong {
    font-weight: 700
}

.contenu_internaute .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li b font,
.contenu_seo .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li b font,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li b font,
.contenu_internaute .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li b font,
.contenu_seo .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li b font,
.contenu_mentions .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li b font,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li b font,
.contenu_seo .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li b font,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li b font,
.contenu_internaute .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li b font,
.contenu_seo .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li b font,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li b font,
.contenu_internaute .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li b font,
.contenu_seo .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li b font,
.contenu_mentions .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li b font,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li b font,
.contenu_seo .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li b font,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li b font,
.contenu_internaute .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li strong font,
.contenu_seo .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li strong font,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li strong font,
.contenu_internaute .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li strong font,
.contenu_seo .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li strong font,
.contenu_mentions .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li strong font,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li strong font,
.contenu_seo .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li strong font,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li strong font,
.contenu_internaute .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li strong font,
.contenu_seo .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li strong font,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li strong font,
.contenu_internaute .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li strong font,
.contenu_seo .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li strong font,
.contenu_mentions .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li strong font,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li strong font,
.contenu_seo .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li strong font,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li strong font {
    font-weight: 700
}

.contenu_internaute .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li a,
.contenu_seo .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li a,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li a,
.contenu_internaute .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li a,
.contenu_seo .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li a,
.contenu_mentions .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li a,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li a,
.contenu_seo .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li a,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li a,
.contenu_internaute .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li a,
.contenu_seo .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li a,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li a,
.contenu_internaute .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li a,
.contenu_seo .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li a,
.contenu_mentions .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li a,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li a,
.contenu_seo .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li a,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li a {
    color: #77c5d5
}

.contenu_internaute .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li a font,
.contenu_seo .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li a font,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li a font,
.contenu_internaute .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li a font,
.contenu_seo .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li a font,
.contenu_mentions .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li a font,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li a font,
.contenu_seo .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li a font,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li a font,
.contenu_internaute .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li a font,
.contenu_seo .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li a font,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li a font,
.contenu_internaute .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li a font,
.contenu_seo .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li a font,
.contenu_mentions .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li a font,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li a font,
.contenu_seo .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li a font,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li a font {
    color: #77c5d5
}

.contenu_internaute .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li sup,
.contenu_seo .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li sup,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li sup,
.contenu_internaute .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li sup,
.contenu_seo .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li sup,
.contenu_mentions .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li sup,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li sup,
.contenu_seo .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li sup,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li sup,
.contenu_internaute .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li sup,
.contenu_seo .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li sup,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li sup,
.contenu_internaute .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li sup,
.contenu_seo .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li sup,
.contenu_mentions .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li sup,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li sup,
.contenu_seo .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li sup,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li sup {
    font-size: 10px;
    font-size: 1rem
}

.contenu_internaute .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li sup *,
.contenu_seo .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li sup *,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ul.cottages_emplacements li sup *,
.contenu_internaute .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li sup *,
.contenu_seo .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li sup *,
.contenu_mentions .tab-content .tab-pane .article_seo .text ul.cottages_emplacements li sup *,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li sup *,
.contenu_seo .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li sup *,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ul.cottages_emplacements li sup *,
.contenu_internaute .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li sup *,
.contenu_seo .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li sup *,
.contenu_mentions .tab-content .tab-pane .article_internaute .text ol.cottages_emplacements li sup *,
.contenu_internaute .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li sup *,
.contenu_seo .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li sup *,
.contenu_mentions .tab-content .tab-pane .article_seo .text ol.cottages_emplacements li sup *,
.contenu_internaute .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li sup *,
.contenu_seo .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li sup *,
.contenu_mentions .tab-content .tab-pane .article_mentions .text ol.cottages_emplacements li sup * {
    font-size: 10px;
    font-size: 1rem
}

.contenu_internaute .tab-content .tab-pane .article_internaute .video,
.contenu_seo .tab-content .tab-pane .article_internaute .video,
.contenu_mentions .tab-content .tab-pane .article_internaute .video,
.contenu_internaute .tab-content .tab-pane .article_seo .video,
.contenu_seo .tab-content .tab-pane .article_seo .video,
.contenu_mentions .tab-content .tab-pane .article_seo .video,
.contenu_internaute .tab-content .tab-pane .article_mentions .video,
.contenu_seo .tab-content .tab-pane .article_mentions .video,
.contenu_mentions .tab-content .tab-pane .article_mentions .video {
    padding-top: 20px;
    padding-top: 2rem
}

.contenu_internaute .tab-content .tab-pane .article_internaute .video iframe,
.contenu_seo .tab-content .tab-pane .article_internaute .video iframe,
.contenu_mentions .tab-content .tab-pane .article_internaute .video iframe,
.contenu_internaute .tab-content .tab-pane .article_seo .video iframe,
.contenu_seo .tab-content .tab-pane .article_seo .video iframe,
.contenu_mentions .tab-content .tab-pane .article_seo .video iframe,
.contenu_internaute .tab-content .tab-pane .article_mentions .video iframe,
.contenu_seo .tab-content .tab-pane .article_mentions .video iframe,
.contenu_mentions .tab-content .tab-pane .article_mentions .video iframe {
    width: 100%;
    height: 50vh;
    max-height: 267px
}

.contenu_internaute .tab-content .tab-pane .article_internaute .piece_jointe,
.contenu_seo .tab-content .tab-pane .article_internaute .piece_jointe,
.contenu_mentions .tab-content .tab-pane .article_internaute .piece_jointe,
.contenu_internaute .tab-content .tab-pane .article_seo .piece_jointe,
.contenu_seo .tab-content .tab-pane .article_seo .piece_jointe,
.contenu_mentions .tab-content .tab-pane .article_seo .piece_jointe,
.contenu_internaute .tab-content .tab-pane .article_mentions .piece_jointe,
.contenu_seo .tab-content .tab-pane .article_mentions .piece_jointe,
.contenu_mentions .tab-content .tab-pane .article_mentions .piece_jointe {
    padding-top: 25px;
    padding-top: 2.5rem
}

.contenu_internaute .tab-content .tab-pane .article_internaute .piece_jointe p,
.contenu_seo .tab-content .tab-pane .article_internaute .piece_jointe p,
.contenu_mentions .tab-content .tab-pane .article_internaute .piece_jointe p,
.contenu_internaute .tab-content .tab-pane .article_seo .piece_jointe p,
.contenu_seo .tab-content .tab-pane .article_seo .piece_jointe p,
.contenu_mentions .tab-content .tab-pane .article_seo .piece_jointe p,
.contenu_internaute .tab-content .tab-pane .article_mentions .piece_jointe p,
.contenu_seo .tab-content .tab-pane .article_mentions .piece_jointe p,
.contenu_mentions .tab-content .tab-pane .article_mentions .piece_jointe p {
    font-size: 14.89px;
    font-size: 1.489rem;
    line-height: 19.92px;
    line-height: 1.992rem
}

.contenu_internaute .tab-content .tab-pane .article_internaute .piece_jointe p.btn_mentions,
.contenu_seo .tab-content .tab-pane .article_internaute .piece_jointe p.btn_mentions,
.contenu_mentions .tab-content .tab-pane .article_internaute .piece_jointe p.btn_mentions,
.contenu_internaute .tab-content .tab-pane .article_seo .piece_jointe p.btn_mentions,
.contenu_seo .tab-content .tab-pane .article_seo .piece_jointe p.btn_mentions,
.contenu_mentions .tab-content .tab-pane .article_seo .piece_jointe p.btn_mentions,
.contenu_internaute .tab-content .tab-pane .article_mentions .piece_jointe p.btn_mentions,
.contenu_seo .tab-content .tab-pane .article_mentions .piece_jointe p.btn_mentions,
.contenu_mentions .tab-content .tab-pane .article_mentions .piece_jointe p.btn_mentions {
    cursor: pointer;
    display: inline-block
}

.contenu_internaute .tab-content .tab-pane .article_internaute .piece_jointe p font,
.contenu_seo .tab-content .tab-pane .article_internaute .piece_jointe p font,
.contenu_mentions .tab-content .tab-pane .article_internaute .piece_jointe p font,
.contenu_internaute .tab-content .tab-pane .article_seo .piece_jointe p font,
.contenu_seo .tab-content .tab-pane .article_seo .piece_jointe p font,
.contenu_mentions .tab-content .tab-pane .article_seo .piece_jointe p font,
.contenu_internaute .tab-content .tab-pane .article_mentions .piece_jointe p font,
.contenu_seo .tab-content .tab-pane .article_mentions .piece_jointe p font,
.contenu_mentions .tab-content .tab-pane .article_mentions .piece_jointe p font {
    font-size: 14.89px;
    font-size: 1.489rem;
    line-height: 19.92px;
    line-height: 1.992rem
}

.contenu_internaute .tab-content .tab-pane .article_internaute .piece_jointe p span,
.contenu_seo .tab-content .tab-pane .article_internaute .piece_jointe p span,
.contenu_mentions .tab-content .tab-pane .article_internaute .piece_jointe p span,
.contenu_internaute .tab-content .tab-pane .article_seo .piece_jointe p span,
.contenu_seo .tab-content .tab-pane .article_seo .piece_jointe p span,
.contenu_mentions .tab-content .tab-pane .article_seo .piece_jointe p span,
.contenu_internaute .tab-content .tab-pane .article_mentions .piece_jointe p span,
.contenu_seo .tab-content .tab-pane .article_mentions .piece_jointe p span,
.contenu_mentions .tab-content .tab-pane .article_mentions .piece_jointe p span {
    font-size: 14.89px;
    font-size: 1.489rem;
    text-decoration: underline
}

.contenu_internaute .tab-content .tab-pane .article_internaute .piece_jointe p span font,
.contenu_seo .tab-content .tab-pane .article_internaute .piece_jointe p span font,
.contenu_mentions .tab-content .tab-pane .article_internaute .piece_jointe p span font,
.contenu_internaute .tab-content .tab-pane .article_seo .piece_jointe p span font,
.contenu_seo .tab-content .tab-pane .article_seo .piece_jointe p span font,
.contenu_mentions .tab-content .tab-pane .article_seo .piece_jointe p span font,
.contenu_internaute .tab-content .tab-pane .article_mentions .piece_jointe p span font,
.contenu_seo .tab-content .tab-pane .article_mentions .piece_jointe p span font,
.contenu_mentions .tab-content .tab-pane .article_mentions .piece_jointe p span font {
    font-size: 14.89px;
    font-size: 1.489rem;
    text-decoration: underline
}

.contenu_internaute .tab-content .tab-pane .article_internaute .lien,
.contenu_seo .tab-content .tab-pane .article_internaute .lien,
.contenu_mentions .tab-content .tab-pane .article_internaute .lien,
.contenu_internaute .tab-content .tab-pane .article_seo .lien,
.contenu_seo .tab-content .tab-pane .article_seo .lien,
.contenu_mentions .tab-content .tab-pane .article_seo .lien,
.contenu_internaute .tab-content .tab-pane .article_mentions .lien,
.contenu_seo .tab-content .tab-pane .article_mentions .lien,
.contenu_mentions .tab-content .tab-pane .article_mentions .lien {
    padding-top: 25px;
    padding-top: 2.5rem
}

.contenu_internaute .tab-content .tab-pane .article_internaute .lien p,
.contenu_seo .tab-content .tab-pane .article_internaute .lien p,
.contenu_mentions .tab-content .tab-pane .article_internaute .lien p,
.contenu_internaute .tab-content .tab-pane .article_seo .lien p,
.contenu_seo .tab-content .tab-pane .article_seo .lien p,
.contenu_mentions .tab-content .tab-pane .article_seo .lien p,
.contenu_internaute .tab-content .tab-pane .article_mentions .lien p,
.contenu_seo .tab-content .tab-pane .article_mentions .lien p,
.contenu_mentions .tab-content .tab-pane .article_mentions .lien p {
    font-size: 13.06px;
    font-size: 1.306rem;
    color: #0074a6;
    text-transform: uppercase;
    font-weight: 700
}

.contenu_internaute .tab-content .tab-pane .article_internaute .lien p font,
.contenu_seo .tab-content .tab-pane .article_internaute .lien p font,
.contenu_mentions .tab-content .tab-pane .article_internaute .lien p font,
.contenu_internaute .tab-content .tab-pane .article_seo .lien p font,
.contenu_seo .tab-content .tab-pane .article_seo .lien p font,
.contenu_mentions .tab-content .tab-pane .article_seo .lien p font,
.contenu_internaute .tab-content .tab-pane .article_mentions .lien p font,
.contenu_seo .tab-content .tab-pane .article_mentions .lien p font,
.contenu_mentions .tab-content .tab-pane .article_mentions .lien p font {
    font-size: 13.06px;
    font-size: 1.306rem;
    color: #0074a6;
    text-transform: uppercase;
    font-weight: 700
}

.contenu_internaute .tab-content .tab-pane .article_internaute .lien p i,
.contenu_seo .tab-content .tab-pane .article_internaute .lien p i,
.contenu_mentions .tab-content .tab-pane .article_internaute .lien p i,
.contenu_internaute .tab-content .tab-pane .article_seo .lien p i,
.contenu_seo .tab-content .tab-pane .article_seo .lien p i,
.contenu_mentions .tab-content .tab-pane .article_seo .lien p i,
.contenu_internaute .tab-content .tab-pane .article_mentions .lien p i,
.contenu_seo .tab-content .tab-pane .article_mentions .lien p i,
.contenu_mentions .tab-content .tab-pane .article_mentions .lien p i {
    font-size: 11px;
    font-size: 1.1rem;
    color: #0074a6;
    font-weight: 700;
    margin-left: 9px;
    margin-left: 0.9rem
}

.contenu_internaute .tab-content .tab-pane .article_internaute .lien2,
.contenu_seo .tab-content .tab-pane .article_internaute .lien2,
.contenu_mentions .tab-content .tab-pane .article_internaute .lien2,
.contenu_internaute .tab-content .tab-pane .article_seo .lien2,
.contenu_seo .tab-content .tab-pane .article_seo .lien2,
.contenu_mentions .tab-content .tab-pane .article_seo .lien2,
.contenu_internaute .tab-content .tab-pane .article_mentions .lien2,
.contenu_seo .tab-content .tab-pane .article_mentions .lien2,
.contenu_mentions .tab-content .tab-pane .article_mentions .lien2 {
    padding-top: 10px;
    padding-top: 1rem
}

.contenu_mentions .tab-content .tab-pane .article_mentions .lien p {
    font-size: 14.89px;
    font-size: 1.489rem;
    text-transform: initial;
    line-height: 19.92px;
    line-height: 1.992rem
}

.contenu_mentions .tab-content .tab-pane .article_mentions .lien p font {
    font-size: 14.89px;
    font-size: 1.489rem;
    text-transform: initial;
    line-height: 19.92px;
    line-height: 1.992rem
}

.contenu_mentions .tab-content .tab-pane .article_mentions .lien p span {
    font-size: 14.89px;
    font-size: 1.489rem;
    text-decoration: underline
}

.contenu_mentions .tab-content .tab-pane .article_mentions .lien p span font {
    font-size: 14.89px;
    font-size: 1.489rem;
    text-decoration: underline
}

.article_parc_aquatique .infos_camping {
    display: table;
    width: 100%
}

.article_parc_aquatique .infos_camping>div {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden
}

.article_parc_aquatique .infos_camping .logo_club {
    width: 53px
}

.article_parc_aquatique .infos_camping .logo_club img {
    height: 53px
}

.article_parc_aquatique .infos_camping .camping_ville {
    border-bottom: 1px solid #8f9091;
    padding: 0px 8px;
    padding: 0rem 0.8rem
}

.article_parc_aquatique .infos_camping .ce_camping .camping {
    font-size: 18.2px;
    font-size: 1.82rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 21px;
    line-height: 2.1rem
}

.article_parc_aquatique .infos_camping .ce_camping .camping font {
    font-size: 18.2px;
    font-size: 1.82rem;
    text-transform: uppercase;
    font-weight: 700
}

.article_parc_aquatique .infos_camping .ce_camping .camping i {
    font-size: 50%
}

.article_parc_aquatique .infos_camping .ce_ville {
    display: inline-block
}

.article_parc_aquatique .infos_camping .ce_ville .ville {
    font-family: 'Playfair Display';
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
    line-height: 100%
}

.article_parc_aquatique .infos_camping .ce_ville .ville font {
    font-family: 'Playfair Display';
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
    line-height: 100%
}

.article_parc_aquatique .infos_camping .ce_departement {
    display: inline-block
}

.article_parc_aquatique .infos_camping .ce_departement .departement {
    font-family: 'Playfair Display';
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
    line-height: 100%
}

.article_parc_aquatique .infos_camping .ce_departement .departement font {
    font-family: 'Playfair Display';
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
    line-height: 100%
}

.article_parc_aquatique>figure {
    padding: 15px 0px 30px 0px;
    padding: 1.5rem 0rem 3rem 0rem;
    width: 100%;
    height: 220px
}

.article_parc_aquatique>figure div {
    width: 100%;
    height: 100%
}

.article_parc_aquatique .ce_headline .title {
    font-family: 'Trebuchet MS';
    font-size: 20px;
    font-size: 2rem;
    color: #0074a6;
    font-weight: 700
}

.article_parc_aquatique .ce_headline .title font {
    font-family: 'Trebuchet MS';
    font-size: 20px;
    font-size: 2rem;
    color: #0074a6;
    font-weight: 700
}

.article_parc_aquatique .text {
    padding-top: 10px;
    padding-top: 1rem
}

.article_parc_aquatique .text h1,
.article_parc_aquatique .text h2,
.article_parc_aquatique .text h3,
.article_parc_aquatique .text h4,
.article_parc_aquatique .text h5,
.article_parc_aquatique .text h6 {
    font-family: 'Trebuchet MS';
    font-size: 20px;
    font-size: 2rem;
    color: #0074a6;
    font-weight: 700
}

.article_parc_aquatique .text h1 *,
.article_parc_aquatique .text h2 *,
.article_parc_aquatique .text h3 *,
.article_parc_aquatique .text h4 *,
.article_parc_aquatique .text h5 *,
.article_parc_aquatique .text h6 * {
    font-family: 'Trebuchet MS';
    font-size: 20px;
    font-size: 2rem;
    color: #0074a6;
    font-weight: 700
}

.article_parc_aquatique .text h1 b,
.article_parc_aquatique .text h2 b,
.article_parc_aquatique .text h3 b,
.article_parc_aquatique .text h4 b,
.article_parc_aquatique .text h5 b,
.article_parc_aquatique .text h6 b,
.article_parc_aquatique .text h1 strong,
.article_parc_aquatique .text h2 strong,
.article_parc_aquatique .text h3 strong,
.article_parc_aquatique .text h4 strong,
.article_parc_aquatique .text h5 strong,
.article_parc_aquatique .text h6 strong {
    font-weight: 700
}

.article_parc_aquatique .text h1 b font,
.article_parc_aquatique .text h2 b font,
.article_parc_aquatique .text h3 b font,
.article_parc_aquatique .text h4 b font,
.article_parc_aquatique .text h5 b font,
.article_parc_aquatique .text h6 b font,
.article_parc_aquatique .text h1 strong font,
.article_parc_aquatique .text h2 strong font,
.article_parc_aquatique .text h3 strong font,
.article_parc_aquatique .text h4 strong font,
.article_parc_aquatique .text h5 strong font,
.article_parc_aquatique .text h6 strong font {
    font-weight: 700
}

.article_parc_aquatique .text h1 sup,
.article_parc_aquatique .text h2 sup,
.article_parc_aquatique .text h3 sup,
.article_parc_aquatique .text h4 sup,
.article_parc_aquatique .text h5 sup,
.article_parc_aquatique .text h6 sup {
    font-size: 10px;
    font-size: 1rem
}

.article_parc_aquatique .text h1 sup *,
.article_parc_aquatique .text h2 sup *,
.article_parc_aquatique .text h3 sup *,
.article_parc_aquatique .text h4 sup *,
.article_parc_aquatique .text h5 sup *,
.article_parc_aquatique .text h6 sup * {
    font-size: 10px;
    font-size: 1rem
}

.article_parc_aquatique .text h1 .fa,
.article_parc_aquatique .text h2 .fa,
.article_parc_aquatique .text h3 .fa,
.article_parc_aquatique .text h4 .fa,
.article_parc_aquatique .text h5 .fa,
.article_parc_aquatique .text h6 .fa,
.article_parc_aquatique .text h1 .ms,
.article_parc_aquatique .text h2 .ms,
.article_parc_aquatique .text h3 .ms,
.article_parc_aquatique .text h4 .ms,
.article_parc_aquatique .text h5 .ms,
.article_parc_aquatique .text h6 .ms {
    font-family: 'FontAwesome';
    font-size: 50%
}

.article_parc_aquatique .text p {
    font-family: 'helveticaregular';
    font-size: 13.8px;
    font-size: 1.38rem;
    color: #504747;
    line-height: 16px;
    line-height: 1.6rem
}

.article_parc_aquatique .text p * {
    font-family: 'helveticaregular';
    font-size: 13.8px;
    font-size: 1.38rem;
    color: #504747;
    line-height: 16px;
    line-height: 1.6rem
}

.article_parc_aquatique .text p b,
.article_parc_aquatique .text p strong {
    font-weight: 700
}

.article_parc_aquatique .text p b font,
.article_parc_aquatique .text p strong font {
    font-weight: 700
}

.article_parc_aquatique .text p sup {
    font-size: 10px;
    font-size: 1rem
}

.article_parc_aquatique .text p sup * {
    font-size: 10px;
    font-size: 1rem
}

.article_parc_aquatique .text p .fa,
.article_parc_aquatique .text p .ms {
    font-family: 'FontAwesome';
    font-size: 50%
}

.article_parc_aquatique .text ul {
    padding: 25px 0px 0px 35px;
    padding: 2.5rem 0rem 0rem 3.5rem
}

.article_parc_aquatique .text ul li {
    font-family: 'helveticabold';
    font-size: 14px;
    font-size: 1.4rem;
    color: #0074a6;
    padding: 8px 0px;
    padding: 0.8rem 0rem
}

.article_parc_aquatique .text ul li * {
    font-family: 'helveticabold';
    font-size: 14px;
    font-size: 1.4rem;
    color: #0074a6
}

.article_parc_aquatique .text ul li sup {
    font-size: 10px;
    font-size: 1rem
}

.article_parc_aquatique .text ul li sup * {
    font-size: 10px;
    font-size: 1rem
}

.article_parc_aquatique .text ul li .fa,
.article_parc_aquatique .text ul li .ms {
    font-family: 'FontAwesome';
    font-size: 50%
}

.article_parc_aquatique .lien_photos_parc {
    padding-top: 25px;
    padding-top: 2.5rem
}

.article_parc_aquatique .lien_photos_parc p {
    text-align: center;
    background-color: #005f8a;
    padding: 10px 15px;
    padding: 1rem 1.5rem;
    display: block;
    cursor: pointer
}

.article_parc_aquatique .lien_photos_parc p span {
    font-family: 'Montserrat';
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    display: inline-block;
    position: relative
}

.article_parc_aquatique .lien_photos_parc p span:before {
    content: '';
    background-image: url('https://www.ms-vacances.com/files/site/images/photo_parc_aquatique.png');
    background-repeat: no-repeat;
    position: absolute;
    top: -4px;
    top: -0.4rem;
    left: -48px;
    left: -4.8rem;
    width: 34px;
    height: 31px
}

.article_parc_aquatique .lien_photos_parc p span font {
    font-family: 'Montserrat';
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff
}

.article_parc_aquatique .equipements {
    padding-top: 50px;
    padding-top: 5rem
}

.article_parc_aquatique .equipements>.title {
    position: relative
}

.article_parc_aquatique .equipements>.title:after {
    content: '';
    background-image: url('https://www.ms-vacances.com/files/site/images/ombre_parc_aquatique_equipements.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
    width: 328px;
    height: 24px;
    position: absolute;
    bottom: -27px;
    bottom: -2.7rem;
    left: 0
}

.article_parc_aquatique .equipements>.title p {
    font-family: 'Trebuchet MS';
    font-size: 15px;
    font-size: 1.5rem;
    color: #737373;
    font-weight: 700
}

.article_parc_aquatique .equipements>.title p font {
    font-family: 'Trebuchet MS';
    font-size: 15px;
    font-size: 1.5rem;
    color: #737373;
    font-weight: 700
}

.article_parc_aquatique .equipements .description_equipements {
    padding-top: 40px;
    padding-top: 4rem
}

.article_parc_aquatique .equipements .description_equipements p {
    font-family: 'Trebuchet MS';
    font-size: 20px;
    font-size: 2rem;
    color: #005f8a;
    font-weight: 700
}

.article_parc_aquatique .equipements .description_equipements p * {
    font-family: 'Trebuchet MS';
    font-size: 20px;
    font-size: 2rem;
    color: #005f8a;
    font-weight: 700
}

.article_parc_aquatique .equipements .description_equipements p sup {
    font-size: 12px;
    font-size: 1.2rem
}

.article_parc_aquatique .equipements .description_equipements ul {
    padding: 20px 0px 35px 0px;
    padding: 2rem 0rem 3.5rem 0rem
}

.article_parc_aquatique .equipements .description_equipements ul li {
    font-family: 'helveticaregular';
    font-size: 13.89px;
    font-size: 1.389rem;
    color: #504747;
    line-height: 20px;
    line-height: 2rem;
    position: relative;
    padding-left: 20px;
    padding-left: 2rem
}

.article_parc_aquatique .equipements .description_equipements ul li:before {
    font-family: 'FontAwesome';
    content: '\f111';
    font-size: 5px;
    font-size: 0.5rem;
    color: #504747;
    line-height: 100%;
    position: absolute;
    top: 8px;
    top: 0.8rem;
    left: 0
}

.article_parc_aquatique .equipements .description_equipements ul li * {
    font-family: 'helveticaregular';
    font-size: 13.89px;
    font-size: 1.389rem;
    color: #504747;
    line-height: 20px;
    line-height: 2rem
}

.article_parc_aquatique .equipements .description_equipements ul li b,
.article_parc_aquatique .equipements .description_equipements ul li strong {
    font-family: 'helveticabold'
}

.article_parc_aquatique .equipements .description_equipements ul li b font,
.article_parc_aquatique .equipements .description_equipements ul li strong font {
    font-family: 'helveticabold'
}

.article_parc_aquatique .lien {
    padding-top: 20px;
    padding-top: 2rem
}

.article_parc_aquatique .lien p {
    font-family: 'Montserrat';
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    background: #005f8a;
    padding: 10px 15px;
    padding: 1rem 1.5rem;
    display: block
}

.article_parc_aquatique .lien p i {
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    margin-left: 5px;
    margin-left: 0.5rem
}

.article_parc_aquatique .lien p font {
    font-family: 'Montserrat';
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center
}

.article_parc_aquatique .nouveautes {
    margin-top: 20px;
    margin-top: 2rem;
    background: #00adce;
    padding: 30px 45px;
    padding: 3rem 4.5rem
}

.article_parc_aquatique .nouveautes .titre_nouveautes .title {
    font-family: 'Dancing Script';
    font-size: 30px;
    font-size: 3rem;
    color: #fff;
    line-height: 100%;
    display: inline-block;
    position: relative
}

.article_parc_aquatique .nouveautes .titre_nouveautes .title:after {
    content: '';
    background-image: url('https://www.ms-vacances.com/files/site/images/icone_nouveautes.png');
    background-repeat: no-repeat;
    width: 34px;
    height: 37px;
    position: absolute;
    top: -22px;
    top: -2.2rem;
    right: -23px;
    right: -2.3rem
}

.article_parc_aquatique .nouveautes .titre_nouveautes .title font {
    font-family: 'Dancing Script';
    font-size: 30px;
    font-size: 3rem;
    color: #fff;
    line-height: 100%
}

.article_parc_aquatique .nouveautes .description_nouveautes {
    padding-top: 15px;
    padding-top: 1.5rem
}

.article_parc_aquatique .nouveautes .description_nouveautes p {
    font-family: 'Raleway';
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 500;
    line-height: 17px;
    line-height: 1.7rem
}

.article_parc_aquatique .nouveautes .description_nouveautes p * {
    font-family: 'Raleway';
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 500;
    line-height: 17px;
    line-height: 1.7rem
}

.article_parc_aquatique .nouveautes .description_nouveautes p b,
.article_parc_aquatique .nouveautes .description_nouveautes p strong {
    font-weight: 700
}

.article_parc_aquatique .nouveautes .description_nouveautes p b font,
.article_parc_aquatique .nouveautes .description_nouveautes p strong font {
    font-weight: 700
}

.article_parc_aquatique .nouveautes .description_nouveautes p sup {
    font-size: 10px;
    font-size: 1rem
}

.article_parc_aquatique .nouveautes .description_nouveautes p sup * {
    font-size: 10px;
    font-size: 1rem
}

.article_parc_aquatique .nouveautes .description_nouveautes ul li {
    font-family: 'Raleway';
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 500;
    line-height: 17px;
    line-height: 1.7rem
}

.article_parc_aquatique .nouveautes .description_nouveautes ul li * {
    font-family: 'Raleway';
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 500;
    line-height: 17px;
    line-height: 1.7rem
}

.article_parc_aquatique .nouveautes .description_nouveautes ul li b,
.article_parc_aquatique .nouveautes .description_nouveautes ul li strong {
    font-weight: 700
}

.article_parc_aquatique .nouveautes .description_nouveautes ul li b font,
.article_parc_aquatique .nouveautes .description_nouveautes ul li strong font {
    font-weight: 700
}

.article_parc_aquatique .nouveautes .description_nouveautes ul li sup {
    font-size: 10px;
    font-size: 1rem
}

.article_parc_aquatique .nouveautes .description_nouveautes ul li sup * {
    font-size: 10px;
    font-size: 1rem
}

.favorites {
    background: #cccfce;
    padding: 3px;
    padding: 0.3rem
}

.favorites>div {
    line-height: 43px;
    line-height: 4.3rem;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    min-height: 43px;
    overflow: hidden
}

.favorites .logo_club {
    width: 61px
}

.favorites .nights {
    border-right: 1px solid rgba(40, 46, 54, 0.6);
    margin: 9px 0px;
    margin: 0.9rem 0rem;
    padding: 0px 45px 0px 20px;
    padding: 0rem 4.5rem 0rem 2rem;
    width: 220px
}

.favorites .nights p {
    padding-left: 35px;
    padding-left: 3.5rem;
    background-image: url('https://www.ms-vacances.com/files/site/images/picto_arrival.png');
    background-repeat: no-repeat;
    background-position: 0 50%
}

.favorites .nights p font {
    font-size: 13.23px;
    font-size: 1.323rem;
    line-height: 14.89px;
    line-height: 1.489rem
}

.favorites .arrival {
    margin: 9px 0px;
    margin: 0.9rem 0rem;
    padding: 0px 165px 0px 10px;
    padding: 0rem 16.5rem 0rem 1rem;
    width: 389px
}

.favorites .arrival p {
    padding-left: 43px;
    padding-left: 4.3rem;
    background-image: url('https://www.ms-vacances.com/files/site/images/picto_bed_white.png');
    background-repeat: no-repeat;
    background-position: 0 50%
}

.favorites .arrival p font {
    font-size: 13.23px;
    font-size: 1.323rem;
    line-height: 14.89px;
    line-height: 1.489rem
}

.favorites .capacity {
    border-right: 1px solid rgba(40, 46, 54, 0.6);
    margin: 9px 0px;
    margin: 0.9rem 0rem;
    padding: 0px 45px 0px 10px;
    padding: 0rem 4.5rem 0rem 1rem;
    width: 155px
}

.favorites .capacity p {
    padding-left: 32px;
    padding-left: 3.2rem;
    background-image: url('https://www.ms-vacances.com/files/site/images/picto_people_white.png');
    background-repeat: no-repeat;
    background-position: 0 50%
}

.favorites .capacity p font {
    font-size: 13.23px;
    font-size: 1.323rem;
    line-height: 14.89px;
    line-height: 1.489rem
}

.favorites .price {
    text-align: right;
    padding-right: 25px;
    padding-right: 2.5rem;
    width: 165px
}

.favorites .price p {
    position: relative;
    display: inline-block
}

.favorites .price p:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #282e36;
    position: absolute;
    bottom: 8px;
    left: 0
}

.favorites .price p .unit {
    font-size: 33.61px;
    font-size: 3.361rem;
    font-weight: 700;
    line-height: 100%
}

.favorites .price p .unit font {
    font-size: 33.61px;
    font-size: 3.361rem;
    font-weight: 700;
    line-height: 100%
}

.favorites .price p .dec {
    font-size: 18.58px;
    font-size: 1.858rem;
    font-weight: 700;
    top: -10px;
    top: -1rem;
    left: 0px;
    left: 0rem
}

.favorites .price p .dec font {
    font-size: 18.58px;
    font-size: 1.858rem;
    font-weight: 700
}

.favorites .price p .infos {
    font-size: 11.64px;
    font-size: 1.164rem;
    color: #fff;
    line-height: 13px;
    line-height: 1.3rem;
    position: absolute;
    text-align: center;
    top: 0;
    right: -16px;
    width: 13px;
    height: 13px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #282e36;
    cursor: default
}

.favorites .price p .infos font {
    font-size: 11.64px;
    font-size: 1.164rem;
    color: #fff;
    line-height: 13px;
    line-height: 1.3rem
}

.favorites .button {
    width: 148px
}

.favorites .button p {
    font-size: 13.24px;
    font-size: 1.324rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    background: #13a538;
    border: 1px solid #13a538;
    padding: 0px 27px 0px 10px;
    padding: 0rem 2.7rem 0rem 1rem;
    display: inline-block;
    cursor: pointer;
    background-image: url('https://www.ms-vacances.com/files/site/images/search.png');
    background-repeat: no-repeat;
    background-position: 95% 50%;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    width: 148px;
    height: 43px
}

.favorites .button p font {
    font-size: 13.24px;
    font-size: 1.324rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.favorites .button p:hover {
    font-size: 14.24px;
    font-size: 1.424rem;
    background-image: url('https://www.ms-vacances.com/files/site/images/search_hover.png')
}

.favorites .button p:hover font {
    font-size: 14.24px;
    font-size: 1.424rem
}

.presentation_camping-club,
.presentation_internaute,
.presentation_seo,
.presentation_404,
.presentation_offres_speciales,
.presentation_inscription_newsletter,
.presentation_parc-aquatique,
.presentation_faq {
    padding-top: 30px;
    padding-top: 3rem
}

.presentation_camping-club .presentation,
.presentation_internaute .presentation,
.presentation_seo .presentation,
.presentation_404 .presentation,
.presentation_offres_speciales .presentation,
.presentation_inscription_newsletter .presentation,
.presentation_parc-aquatique .presentation,
.presentation_faq .presentation {}

.presentation_camping-club .presentation.onload .row:first-child,
.presentation_internaute .presentation.onload .row:first-child,
.presentation_seo .presentation.onload .row:first-child,
.presentation_404 .presentation.onload .row:first-child,
.presentation_offres_speciales .presentation.onload .row:first-child,
.presentation_inscription_newsletter .presentation.onload .row:first-child,
.presentation_parc-aquatique .presentation.onload .row:first-child,
.presentation_faq .presentation.onload .row:first-child {
    max-height: 100px;
    overflow: hidden
}

.presentation_camping-club .presentation.onload .text *,
.presentation_internaute .presentation.onload .text *,
.presentation_seo .presentation.onload .text *,
.presentation_404 .presentation.onload .text *,
.presentation_offres_speciales .presentation.onload .text *,
.presentation_inscription_newsletter .presentation.onload .text *,
.presentation_parc-aquatique .presentation.onload .text *,
.presentation_faq .presentation.onload .text * {
    color: #fff
}

.presentation_camping-club .presentation .titles,
.presentation_internaute .presentation .titles,
.presentation_seo .presentation .titles,
.presentation_404 .presentation .titles,
.presentation_offres_speciales .presentation .titles,
.presentation_inscription_newsletter .presentation .titles,
.presentation_parc-aquatique .presentation .titles,
.presentation_faq .presentation .titles {
    text-align: center
}

.presentation_camping-club .presentation .titles>.title,
.presentation_internaute .presentation .titles>.title,
.presentation_seo .presentation .titles>.title,
.presentation_404 .presentation .titles>.title,
.presentation_offres_speciales .presentation .titles>.title,
.presentation_inscription_newsletter .presentation .titles>.title,
.presentation_parc-aquatique .presentation .titles>.title,
.presentation_faq .presentation .titles>.title {
    font-size: 26.48px;
    font-size: 2.648rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 3px;
    letter-spacing: 0.3rem
}

.presentation_camping-club .presentation .titles>.title font,
.presentation_internaute .presentation .titles>.title font,
.presentation_seo .presentation .titles>.title font,
.presentation_404 .presentation .titles>.title font,
.presentation_offres_speciales .presentation .titles>.title font,
.presentation_inscription_newsletter .presentation .titles>.title font,
.presentation_parc-aquatique .presentation .titles>.title font,
.presentation_faq .presentation .titles>.title font {
    font-size: 26.48px;
    font-size: 2.648rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 3px;
    letter-spacing: 0.3rem
}

.presentation_camping-club .presentation .titles .ce_title .title,
.presentation_internaute .presentation .titles .ce_title .title,
.presentation_seo .presentation .titles .ce_title .title,
.presentation_404 .presentation .titles .ce_title .title,
.presentation_offres_speciales .presentation .titles .ce_title .title,
.presentation_inscription_newsletter .presentation .titles .ce_title .title,
.presentation_parc-aquatique .presentation .titles .ce_title .title,
.presentation_faq .presentation .titles .ce_title .title {
    font-size: 26.48px;
    font-size: 2.648rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%
}

@include letter-spacing(0.3) font {
    font-size: 26.48px;
    font-size: 2.648rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 3px;
    letter-spacing: 0.3rem;
}

.presentation_camping-club .presentation .titles .ce_subtitle,
.presentation_internaute .presentation .titles .ce_subtitle,
.presentation_seo .presentation .titles .ce_subtitle,
.presentation_404 .presentation .titles .ce_subtitle,
.presentation_offres_speciales .presentation .titles .ce_subtitle,
.presentation_inscription_newsletter .presentation .titles .ce_subtitle,
.presentation_parc-aquatique .presentation .titles .ce_subtitle,
.presentation_faq .presentation .titles .ce_subtitle {
    font-family: 'Dancing Script';
    font-size: 41.37px;
    font-size: 4.137rem;
    text-transform: initial;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: initial;
    padding-top: 5px;
    padding-top: 0.5rem
}

.presentation_camping-club .presentation .titles .ce_subtitle font,
.presentation_internaute .presentation .titles .ce_subtitle font,
.presentation_seo .presentation .titles .ce_subtitle font,
.presentation_404 .presentation .titles .ce_subtitle font,
.presentation_offres_speciales .presentation .titles .ce_subtitle font,
.presentation_inscription_newsletter .presentation .titles .ce_subtitle font,
.presentation_parc-aquatique .presentation .titles .ce_subtitle font,
.presentation_faq .presentation .titles .ce_subtitle font {
    font-family: 'Dancing Script';
    font-size: 41.37px;
    font-size: 4.137rem;
    text-transform: initial;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: initial
}

.presentation_camping-club .presentation .titles .ce_subtitle .title,
.presentation_internaute .presentation .titles .ce_subtitle .title,
.presentation_seo .presentation .titles .ce_subtitle .title,
.presentation_404 .presentation .titles .ce_subtitle .title,
.presentation_offres_speciales .presentation .titles .ce_subtitle .title,
.presentation_inscription_newsletter .presentation .titles .ce_subtitle .title,
.presentation_parc-aquatique .presentation .titles .ce_subtitle .title,
.presentation_faq .presentation .titles .ce_subtitle .title {
    font-family: 'Dancing Script';
    font-size: 41.37px;
    font-size: 4.137rem;
    line-height: 100%
}

.presentation_camping-club .presentation .titles .ce_subtitle .title font,
.presentation_internaute .presentation .titles .ce_subtitle .title font,
.presentation_seo .presentation .titles .ce_subtitle .title font,
.presentation_404 .presentation .titles .ce_subtitle .title font,
.presentation_offres_speciales .presentation .titles .ce_subtitle .title font,
.presentation_inscription_newsletter .presentation .titles .ce_subtitle .title font,
.presentation_parc-aquatique .presentation .titles .ce_subtitle .title font,
.presentation_faq .presentation .titles .ce_subtitle .title font {
    font-family: 'Dancing Script';
    font-size: 41.37px;
    font-size: 4.137rem;
    line-height: 100%
}

.presentation_camping-club .presentation .text.wrap,
.presentation_internaute .presentation .text.wrap,
.presentation_seo .presentation .text.wrap,
.presentation_404 .presentation .text.wrap,
.presentation_offres_speciales .presentation .text.wrap,
.presentation_inscription_newsletter .presentation .text.wrap,
.presentation_parc-aquatique .presentation .text.wrap,
.presentation_faq .presentation .text.wrap {
    max-height: 64px;
    overflow: hidden
}

.presentation_camping-club .presentation .text h1,
.presentation_internaute .presentation .text h1,
.presentation_seo .presentation .text h1,
.presentation_404 .presentation .text h1,
.presentation_offres_speciales .presentation .text h1,
.presentation_inscription_newsletter .presentation .text h1,
.presentation_parc-aquatique .presentation .text h1,
.presentation_faq .presentation .text h1,
.presentation_camping-club .presentation .text h2,
.presentation_internaute .presentation .text h2,
.presentation_seo .presentation .text h2,
.presentation_404 .presentation .text h2,
.presentation_offres_speciales .presentation .text h2,
.presentation_inscription_newsletter .presentation .text h2,
.presentation_parc-aquatique .presentation .text h2,
.presentation_faq .presentation .text h2,
.presentation_camping-club .presentation .text h3,
.presentation_internaute .presentation .text h3,
.presentation_seo .presentation .text h3,
.presentation_404 .presentation .text h3,
.presentation_offres_speciales .presentation .text h3,
.presentation_inscription_newsletter .presentation .text h3,
.presentation_parc-aquatique .presentation .text h3,
.presentation_faq .presentation .text h3,
.presentation_camping-club .presentation .text h4,
.presentation_internaute .presentation .text h4,
.presentation_seo .presentation .text h4,
.presentation_404 .presentation .text h4,
.presentation_offres_speciales .presentation .text h4,
.presentation_inscription_newsletter .presentation .text h4,
.presentation_parc-aquatique .presentation .text h4,
.presentation_faq .presentation .text h4,
.presentation_camping-club .presentation .text h5,
.presentation_internaute .presentation .text h5,
.presentation_seo .presentation .text h5,
.presentation_404 .presentation .text h5,
.presentation_offres_speciales .presentation .text h5,
.presentation_inscription_newsletter .presentation .text h5,
.presentation_parc-aquatique .presentation .text h5,
.presentation_faq .presentation .text h5,
.presentation_camping-club .presentation .text h6,
.presentation_internaute .presentation .text h6,
.presentation_seo .presentation .text h6,
.presentation_404 .presentation .text h6,
.presentation_offres_speciales .presentation .text h6,
.presentation_inscription_newsletter .presentation .text h6,
.presentation_parc-aquatique .presentation .text h6,
.presentation_faq .presentation .text h6 {
    font-weight: 600
}

.presentation_camping-club .presentation .text h1 *,
.presentation_internaute .presentation .text h1 *,
.presentation_seo .presentation .text h1 *,
.presentation_404 .presentation .text h1 *,
.presentation_offres_speciales .presentation .text h1 *,
.presentation_inscription_newsletter .presentation .text h1 *,
.presentation_parc-aquatique .presentation .text h1 *,
.presentation_faq .presentation .text h1 *,
.presentation_camping-club .presentation .text h2 *,
.presentation_internaute .presentation .text h2 *,
.presentation_seo .presentation .text h2 *,
.presentation_404 .presentation .text h2 *,
.presentation_offres_speciales .presentation .text h2 *,
.presentation_inscription_newsletter .presentation .text h2 *,
.presentation_parc-aquatique .presentation .text h2 *,
.presentation_faq .presentation .text h2 *,
.presentation_camping-club .presentation .text h3 *,
.presentation_internaute .presentation .text h3 *,
.presentation_seo .presentation .text h3 *,
.presentation_404 .presentation .text h3 *,
.presentation_offres_speciales .presentation .text h3 *,
.presentation_inscription_newsletter .presentation .text h3 *,
.presentation_parc-aquatique .presentation .text h3 *,
.presentation_faq .presentation .text h3 *,
.presentation_camping-club .presentation .text h4 *,
.presentation_internaute .presentation .text h4 *,
.presentation_seo .presentation .text h4 *,
.presentation_404 .presentation .text h4 *,
.presentation_offres_speciales .presentation .text h4 *,
.presentation_inscription_newsletter .presentation .text h4 *,
.presentation_parc-aquatique .presentation .text h4 *,
.presentation_faq .presentation .text h4 *,
.presentation_camping-club .presentation .text h5 *,
.presentation_internaute .presentation .text h5 *,
.presentation_seo .presentation .text h5 *,
.presentation_404 .presentation .text h5 *,
.presentation_offres_speciales .presentation .text h5 *,
.presentation_inscription_newsletter .presentation .text h5 *,
.presentation_parc-aquatique .presentation .text h5 *,
.presentation_faq .presentation .text h5 *,
.presentation_camping-club .presentation .text h6 *,
.presentation_internaute .presentation .text h6 *,
.presentation_seo .presentation .text h6 *,
.presentation_404 .presentation .text h6 *,
.presentation_offres_speciales .presentation .text h6 *,
.presentation_inscription_newsletter .presentation .text h6 *,
.presentation_parc-aquatique .presentation .text h6 *,
.presentation_faq .presentation .text h6 * {
    font-weight: 500
}

.presentation_camping-club .presentation .text h1 b,
.presentation_internaute .presentation .text h1 b,
.presentation_seo .presentation .text h1 b,
.presentation_404 .presentation .text h1 b,
.presentation_offres_speciales .presentation .text h1 b,
.presentation_inscription_newsletter .presentation .text h1 b,
.presentation_parc-aquatique .presentation .text h1 b,
.presentation_faq .presentation .text h1 b,
.presentation_camping-club .presentation .text h2 b,
.presentation_internaute .presentation .text h2 b,
.presentation_seo .presentation .text h2 b,
.presentation_404 .presentation .text h2 b,
.presentation_offres_speciales .presentation .text h2 b,
.presentation_inscription_newsletter .presentation .text h2 b,
.presentation_parc-aquatique .presentation .text h2 b,
.presentation_faq .presentation .text h2 b,
.presentation_camping-club .presentation .text h3 b,
.presentation_internaute .presentation .text h3 b,
.presentation_seo .presentation .text h3 b,
.presentation_404 .presentation .text h3 b,
.presentation_offres_speciales .presentation .text h3 b,
.presentation_inscription_newsletter .presentation .text h3 b,
.presentation_parc-aquatique .presentation .text h3 b,
.presentation_faq .presentation .text h3 b,
.presentation_camping-club .presentation .text h4 b,
.presentation_internaute .presentation .text h4 b,
.presentation_seo .presentation .text h4 b,
.presentation_404 .presentation .text h4 b,
.presentation_offres_speciales .presentation .text h4 b,
.presentation_inscription_newsletter .presentation .text h4 b,
.presentation_parc-aquatique .presentation .text h4 b,
.presentation_faq .presentation .text h4 b,
.presentation_camping-club .presentation .text h5 b,
.presentation_internaute .presentation .text h5 b,
.presentation_seo .presentation .text h5 b,
.presentation_404 .presentation .text h5 b,
.presentation_offres_speciales .presentation .text h5 b,
.presentation_inscription_newsletter .presentation .text h5 b,
.presentation_parc-aquatique .presentation .text h5 b,
.presentation_faq .presentation .text h5 b,
.presentation_camping-club .presentation .text h6 b,
.presentation_internaute .presentation .text h6 b,
.presentation_seo .presentation .text h6 b,
.presentation_404 .presentation .text h6 b,
.presentation_offres_speciales .presentation .text h6 b,
.presentation_inscription_newsletter .presentation .text h6 b,
.presentation_parc-aquatique .presentation .text h6 b,
.presentation_faq .presentation .text h6 b,
.presentation_camping-club .presentation .text h1 strong,
.presentation_internaute .presentation .text h1 strong,
.presentation_seo .presentation .text h1 strong,
.presentation_404 .presentation .text h1 strong,
.presentation_offres_speciales .presentation .text h1 strong,
.presentation_inscription_newsletter .presentation .text h1 strong,
.presentation_parc-aquatique .presentation .text h1 strong,
.presentation_faq .presentation .text h1 strong,
.presentation_camping-club .presentation .text h2 strong,
.presentation_internaute .presentation .text h2 strong,
.presentation_seo .presentation .text h2 strong,
.presentation_404 .presentation .text h2 strong,
.presentation_offres_speciales .presentation .text h2 strong,
.presentation_inscription_newsletter .presentation .text h2 strong,
.presentation_parc-aquatique .presentation .text h2 strong,
.presentation_faq .presentation .text h2 strong,
.presentation_camping-club .presentation .text h3 strong,
.presentation_internaute .presentation .text h3 strong,
.presentation_seo .presentation .text h3 strong,
.presentation_404 .presentation .text h3 strong,
.presentation_offres_speciales .presentation .text h3 strong,
.presentation_inscription_newsletter .presentation .text h3 strong,
.presentation_parc-aquatique .presentation .text h3 strong,
.presentation_faq .presentation .text h3 strong,
.presentation_camping-club .presentation .text h4 strong,
.presentation_internaute .presentation .text h4 strong,
.presentation_seo .presentation .text h4 strong,
.presentation_404 .presentation .text h4 strong,
.presentation_offres_speciales .presentation .text h4 strong,
.presentation_inscription_newsletter .presentation .text h4 strong,
.presentation_parc-aquatique .presentation .text h4 strong,
.presentation_faq .presentation .text h4 strong,
.presentation_camping-club .presentation .text h5 strong,
.presentation_internaute .presentation .text h5 strong,
.presentation_seo .presentation .text h5 strong,
.presentation_404 .presentation .text h5 strong,
.presentation_offres_speciales .presentation .text h5 strong,
.presentation_inscription_newsletter .presentation .text h5 strong,
.presentation_parc-aquatique .presentation .text h5 strong,
.presentation_faq .presentation .text h5 strong,
.presentation_camping-club .presentation .text h6 strong,
.presentation_internaute .presentation .text h6 strong,
.presentation_seo .presentation .text h6 strong,
.presentation_404 .presentation .text h6 strong,
.presentation_offres_speciales .presentation .text h6 strong,
.presentation_inscription_newsletter .presentation .text h6 strong,
.presentation_parc-aquatique .presentation .text h6 strong,
.presentation_faq .presentation .text h6 strong {
    font-weight: 700
}

.presentation_camping-club .presentation .text h1 b font,
.presentation_internaute .presentation .text h1 b font,
.presentation_seo .presentation .text h1 b font,
.presentation_404 .presentation .text h1 b font,
.presentation_offres_speciales .presentation .text h1 b font,
.presentation_inscription_newsletter .presentation .text h1 b font,
.presentation_parc-aquatique .presentation .text h1 b font,
.presentation_faq .presentation .text h1 b font,
.presentation_camping-club .presentation .text h2 b font,
.presentation_internaute .presentation .text h2 b font,
.presentation_seo .presentation .text h2 b font,
.presentation_404 .presentation .text h2 b font,
.presentation_offres_speciales .presentation .text h2 b font,
.presentation_inscription_newsletter .presentation .text h2 b font,
.presentation_parc-aquatique .presentation .text h2 b font,
.presentation_faq .presentation .text h2 b font,
.presentation_camping-club .presentation .text h3 b font,
.presentation_internaute .presentation .text h3 b font,
.presentation_seo .presentation .text h3 b font,
.presentation_404 .presentation .text h3 b font,
.presentation_offres_speciales .presentation .text h3 b font,
.presentation_inscription_newsletter .presentation .text h3 b font,
.presentation_parc-aquatique .presentation .text h3 b font,
.presentation_faq .presentation .text h3 b font,
.presentation_camping-club .presentation .text h4 b font,
.presentation_internaute .presentation .text h4 b font,
.presentation_seo .presentation .text h4 b font,
.presentation_404 .presentation .text h4 b font,
.presentation_offres_speciales .presentation .text h4 b font,
.presentation_inscription_newsletter .presentation .text h4 b font,
.presentation_parc-aquatique .presentation .text h4 b font,
.presentation_faq .presentation .text h4 b font,
.presentation_camping-club .presentation .text h5 b font,
.presentation_internaute .presentation .text h5 b font,
.presentation_seo .presentation .text h5 b font,
.presentation_404 .presentation .text h5 b font,
.presentation_offres_speciales .presentation .text h5 b font,
.presentation_inscription_newsletter .presentation .text h5 b font,
.presentation_parc-aquatique .presentation .text h5 b font,
.presentation_faq .presentation .text h5 b font,
.presentation_camping-club .presentation .text h6 b font,
.presentation_internaute .presentation .text h6 b font,
.presentation_seo .presentation .text h6 b font,
.presentation_404 .presentation .text h6 b font,
.presentation_offres_speciales .presentation .text h6 b font,
.presentation_inscription_newsletter .presentation .text h6 b font,
.presentation_parc-aquatique .presentation .text h6 b font,
.presentation_faq .presentation .text h6 b font,
.presentation_camping-club .presentation .text h1 strong font,
.presentation_internaute .presentation .text h1 strong font,
.presentation_seo .presentation .text h1 strong font,
.presentation_404 .presentation .text h1 strong font,
.presentation_offres_speciales .presentation .text h1 strong font,
.presentation_inscription_newsletter .presentation .text h1 strong font,
.presentation_parc-aquatique .presentation .text h1 strong font,
.presentation_faq .presentation .text h1 strong font,
.presentation_camping-club .presentation .text h2 strong font,
.presentation_internaute .presentation .text h2 strong font,
.presentation_seo .presentation .text h2 strong font,
.presentation_404 .presentation .text h2 strong font,
.presentation_offres_speciales .presentation .text h2 strong font,
.presentation_inscription_newsletter .presentation .text h2 strong font,
.presentation_parc-aquatique .presentation .text h2 strong font,
.presentation_faq .presentation .text h2 strong font,
.presentation_camping-club .presentation .text h3 strong font,
.presentation_internaute .presentation .text h3 strong font,
.presentation_seo .presentation .text h3 strong font,
.presentation_404 .presentation .text h3 strong font,
.presentation_offres_speciales .presentation .text h3 strong font,
.presentation_inscription_newsletter .presentation .text h3 strong font,
.presentation_parc-aquatique .presentation .text h3 strong font,
.presentation_faq .presentation .text h3 strong font,
.presentation_camping-club .presentation .text h4 strong font,
.presentation_internaute .presentation .text h4 strong font,
.presentation_seo .presentation .text h4 strong font,
.presentation_404 .presentation .text h4 strong font,
.presentation_offres_speciales .presentation .text h4 strong font,
.presentation_inscription_newsletter .presentation .text h4 strong font,
.presentation_parc-aquatique .presentation .text h4 strong font,
.presentation_faq .presentation .text h4 strong font,
.presentation_camping-club .presentation .text h5 strong font,
.presentation_internaute .presentation .text h5 strong font,
.presentation_seo .presentation .text h5 strong font,
.presentation_404 .presentation .text h5 strong font,
.presentation_offres_speciales .presentation .text h5 strong font,
.presentation_inscription_newsletter .presentation .text h5 strong font,
.presentation_parc-aquatique .presentation .text h5 strong font,
.presentation_faq .presentation .text h5 strong font,
.presentation_camping-club .presentation .text h6 strong font,
.presentation_internaute .presentation .text h6 strong font,
.presentation_seo .presentation .text h6 strong font,
.presentation_404 .presentation .text h6 strong font,
.presentation_offres_speciales .presentation .text h6 strong font,
.presentation_inscription_newsletter .presentation .text h6 strong font,
.presentation_parc-aquatique .presentation .text h6 strong font,
.presentation_faq .presentation .text h6 strong font {
    font-weight: 700
}

.presentation_camping-club .presentation .text h1 sup,
.presentation_internaute .presentation .text h1 sup,
.presentation_seo .presentation .text h1 sup,
.presentation_404 .presentation .text h1 sup,
.presentation_offres_speciales .presentation .text h1 sup,
.presentation_inscription_newsletter .presentation .text h1 sup,
.presentation_parc-aquatique .presentation .text h1 sup,
.presentation_faq .presentation .text h1 sup,
.presentation_camping-club .presentation .text h2 sup,
.presentation_internaute .presentation .text h2 sup,
.presentation_seo .presentation .text h2 sup,
.presentation_404 .presentation .text h2 sup,
.presentation_offres_speciales .presentation .text h2 sup,
.presentation_inscription_newsletter .presentation .text h2 sup,
.presentation_parc-aquatique .presentation .text h2 sup,
.presentation_faq .presentation .text h2 sup,
.presentation_camping-club .presentation .text h3 sup,
.presentation_internaute .presentation .text h3 sup,
.presentation_seo .presentation .text h3 sup,
.presentation_404 .presentation .text h3 sup,
.presentation_offres_speciales .presentation .text h3 sup,
.presentation_inscription_newsletter .presentation .text h3 sup,
.presentation_parc-aquatique .presentation .text h3 sup,
.presentation_faq .presentation .text h3 sup,
.presentation_camping-club .presentation .text h4 sup,
.presentation_internaute .presentation .text h4 sup,
.presentation_seo .presentation .text h4 sup,
.presentation_404 .presentation .text h4 sup,
.presentation_offres_speciales .presentation .text h4 sup,
.presentation_inscription_newsletter .presentation .text h4 sup,
.presentation_parc-aquatique .presentation .text h4 sup,
.presentation_faq .presentation .text h4 sup,
.presentation_camping-club .presentation .text h5 sup,
.presentation_internaute .presentation .text h5 sup,
.presentation_seo .presentation .text h5 sup,
.presentation_404 .presentation .text h5 sup,
.presentation_offres_speciales .presentation .text h5 sup,
.presentation_inscription_newsletter .presentation .text h5 sup,
.presentation_parc-aquatique .presentation .text h5 sup,
.presentation_faq .presentation .text h5 sup,
.presentation_camping-club .presentation .text h6 sup,
.presentation_internaute .presentation .text h6 sup,
.presentation_seo .presentation .text h6 sup,
.presentation_404 .presentation .text h6 sup,
.presentation_offres_speciales .presentation .text h6 sup,
.presentation_inscription_newsletter .presentation .text h6 sup,
.presentation_parc-aquatique .presentation .text h6 sup,
.presentation_faq .presentation .text h6 sup {
    font-size: 10px;
    font-size: 1rem
}

.presentation_camping-club .presentation .text h1 sup *,
.presentation_internaute .presentation .text h1 sup *,
.presentation_seo .presentation .text h1 sup *,
.presentation_404 .presentation .text h1 sup *,
.presentation_offres_speciales .presentation .text h1 sup *,
.presentation_inscription_newsletter .presentation .text h1 sup *,
.presentation_parc-aquatique .presentation .text h1 sup *,
.presentation_faq .presentation .text h1 sup *,
.presentation_camping-club .presentation .text h2 sup *,
.presentation_internaute .presentation .text h2 sup *,
.presentation_seo .presentation .text h2 sup *,
.presentation_404 .presentation .text h2 sup *,
.presentation_offres_speciales .presentation .text h2 sup *,
.presentation_inscription_newsletter .presentation .text h2 sup *,
.presentation_parc-aquatique .presentation .text h2 sup *,
.presentation_faq .presentation .text h2 sup *,
.presentation_camping-club .presentation .text h3 sup *,
.presentation_internaute .presentation .text h3 sup *,
.presentation_seo .presentation .text h3 sup *,
.presentation_404 .presentation .text h3 sup *,
.presentation_offres_speciales .presentation .text h3 sup *,
.presentation_inscription_newsletter .presentation .text h3 sup *,
.presentation_parc-aquatique .presentation .text h3 sup *,
.presentation_faq .presentation .text h3 sup *,
.presentation_camping-club .presentation .text h4 sup *,
.presentation_internaute .presentation .text h4 sup *,
.presentation_seo .presentation .text h4 sup *,
.presentation_404 .presentation .text h4 sup *,
.presentation_offres_speciales .presentation .text h4 sup *,
.presentation_inscription_newsletter .presentation .text h4 sup *,
.presentation_parc-aquatique .presentation .text h4 sup *,
.presentation_faq .presentation .text h4 sup *,
.presentation_camping-club .presentation .text h5 sup *,
.presentation_internaute .presentation .text h5 sup *,
.presentation_seo .presentation .text h5 sup *,
.presentation_404 .presentation .text h5 sup *,
.presentation_offres_speciales .presentation .text h5 sup *,
.presentation_inscription_newsletter .presentation .text h5 sup *,
.presentation_parc-aquatique .presentation .text h5 sup *,
.presentation_faq .presentation .text h5 sup *,
.presentation_camping-club .presentation .text h6 sup *,
.presentation_internaute .presentation .text h6 sup *,
.presentation_seo .presentation .text h6 sup *,
.presentation_404 .presentation .text h6 sup *,
.presentation_offres_speciales .presentation .text h6 sup *,
.presentation_inscription_newsletter .presentation .text h6 sup *,
.presentation_parc-aquatique .presentation .text h6 sup *,
.presentation_faq .presentation .text h6 sup * {
    font-size: 10px;
    font-size: 1rem
}

.presentation_camping-club .presentation .text h1 .fa,
.presentation_internaute .presentation .text h1 .fa,
.presentation_seo .presentation .text h1 .fa,
.presentation_404 .presentation .text h1 .fa,
.presentation_offres_speciales .presentation .text h1 .fa,
.presentation_inscription_newsletter .presentation .text h1 .fa,
.presentation_parc-aquatique .presentation .text h1 .fa,
.presentation_faq .presentation .text h1 .fa,
.presentation_camping-club .presentation .text h2 .fa,
.presentation_internaute .presentation .text h2 .fa,
.presentation_seo .presentation .text h2 .fa,
.presentation_404 .presentation .text h2 .fa,
.presentation_offres_speciales .presentation .text h2 .fa,
.presentation_inscription_newsletter .presentation .text h2 .fa,
.presentation_parc-aquatique .presentation .text h2 .fa,
.presentation_faq .presentation .text h2 .fa,
.presentation_camping-club .presentation .text h3 .fa,
.presentation_internaute .presentation .text h3 .fa,
.presentation_seo .presentation .text h3 .fa,
.presentation_404 .presentation .text h3 .fa,
.presentation_offres_speciales .presentation .text h3 .fa,
.presentation_inscription_newsletter .presentation .text h3 .fa,
.presentation_parc-aquatique .presentation .text h3 .fa,
.presentation_faq .presentation .text h3 .fa,
.presentation_camping-club .presentation .text h4 .fa,
.presentation_internaute .presentation .text h4 .fa,
.presentation_seo .presentation .text h4 .fa,
.presentation_404 .presentation .text h4 .fa,
.presentation_offres_speciales .presentation .text h4 .fa,
.presentation_inscription_newsletter .presentation .text h4 .fa,
.presentation_parc-aquatique .presentation .text h4 .fa,
.presentation_faq .presentation .text h4 .fa,
.presentation_camping-club .presentation .text h5 .fa,
.presentation_internaute .presentation .text h5 .fa,
.presentation_seo .presentation .text h5 .fa,
.presentation_404 .presentation .text h5 .fa,
.presentation_offres_speciales .presentation .text h5 .fa,
.presentation_inscription_newsletter .presentation .text h5 .fa,
.presentation_parc-aquatique .presentation .text h5 .fa,
.presentation_faq .presentation .text h5 .fa,
.presentation_camping-club .presentation .text h6 .fa,
.presentation_internaute .presentation .text h6 .fa,
.presentation_seo .presentation .text h6 .fa,
.presentation_404 .presentation .text h6 .fa,
.presentation_offres_speciales .presentation .text h6 .fa,
.presentation_inscription_newsletter .presentation .text h6 .fa,
.presentation_parc-aquatique .presentation .text h6 .fa,
.presentation_faq .presentation .text h6 .fa,
.presentation_camping-club .presentation .text h1 .ms,
.presentation_internaute .presentation .text h1 .ms,
.presentation_seo .presentation .text h1 .ms,
.presentation_404 .presentation .text h1 .ms,
.presentation_offres_speciales .presentation .text h1 .ms,
.presentation_inscription_newsletter .presentation .text h1 .ms,
.presentation_parc-aquatique .presentation .text h1 .ms,
.presentation_faq .presentation .text h1 .ms,
.presentation_camping-club .presentation .text h2 .ms,
.presentation_internaute .presentation .text h2 .ms,
.presentation_seo .presentation .text h2 .ms,
.presentation_404 .presentation .text h2 .ms,
.presentation_offres_speciales .presentation .text h2 .ms,
.presentation_inscription_newsletter .presentation .text h2 .ms,
.presentation_parc-aquatique .presentation .text h2 .ms,
.presentation_faq .presentation .text h2 .ms,
.presentation_camping-club .presentation .text h3 .ms,
.presentation_internaute .presentation .text h3 .ms,
.presentation_seo .presentation .text h3 .ms,
.presentation_404 .presentation .text h3 .ms,
.presentation_offres_speciales .presentation .text h3 .ms,
.presentation_inscription_newsletter .presentation .text h3 .ms,
.presentation_parc-aquatique .presentation .text h3 .ms,
.presentation_faq .presentation .text h3 .ms,
.presentation_camping-club .presentation .text h4 .ms,
.presentation_internaute .presentation .text h4 .ms,
.presentation_seo .presentation .text h4 .ms,
.presentation_404 .presentation .text h4 .ms,
.presentation_offres_speciales .presentation .text h4 .ms,
.presentation_inscription_newsletter .presentation .text h4 .ms,
.presentation_parc-aquatique .presentation .text h4 .ms,
.presentation_faq .presentation .text h4 .ms,
.presentation_camping-club .presentation .text h5 .ms,
.presentation_internaute .presentation .text h5 .ms,
.presentation_seo .presentation .text h5 .ms,
.presentation_404 .presentation .text h5 .ms,
.presentation_offres_speciales .presentation .text h5 .ms,
.presentation_inscription_newsletter .presentation .text h5 .ms,
.presentation_parc-aquatique .presentation .text h5 .ms,
.presentation_faq .presentation .text h5 .ms,
.presentation_camping-club .presentation .text h6 .ms,
.presentation_internaute .presentation .text h6 .ms,
.presentation_seo .presentation .text h6 .ms,
.presentation_404 .presentation .text h6 .ms,
.presentation_offres_speciales .presentation .text h6 .ms,
.presentation_inscription_newsletter .presentation .text h6 .ms,
.presentation_parc-aquatique .presentation .text h6 .ms,
.presentation_faq .presentation .text h6 .ms {
    font-family: 'FontAwesome';
    font-size: 50%
}

.presentation_camping-club .presentation .text p b,
.presentation_internaute .presentation .text p b,
.presentation_seo .presentation .text p b,
.presentation_404 .presentation .text p b,
.presentation_offres_speciales .presentation .text p b,
.presentation_inscription_newsletter .presentation .text p b,
.presentation_parc-aquatique .presentation .text p b,
.presentation_faq .presentation .text p b,
.presentation_camping-club .presentation .text p strong,
.presentation_internaute .presentation .text p strong,
.presentation_seo .presentation .text p strong,
.presentation_404 .presentation .text p strong,
.presentation_offres_speciales .presentation .text p strong,
.presentation_inscription_newsletter .presentation .text p strong,
.presentation_parc-aquatique .presentation .text p strong,
.presentation_faq .presentation .text p strong {
    font-weight: 700
}

.presentation_camping-club .presentation .text p b font,
.presentation_internaute .presentation .text p b font,
.presentation_seo .presentation .text p b font,
.presentation_404 .presentation .text p b font,
.presentation_offres_speciales .presentation .text p b font,
.presentation_inscription_newsletter .presentation .text p b font,
.presentation_parc-aquatique .presentation .text p b font,
.presentation_faq .presentation .text p b font,
.presentation_camping-club .presentation .text p strong font,
.presentation_internaute .presentation .text p strong font,
.presentation_seo .presentation .text p strong font,
.presentation_404 .presentation .text p strong font,
.presentation_offres_speciales .presentation .text p strong font,
.presentation_inscription_newsletter .presentation .text p strong font,
.presentation_parc-aquatique .presentation .text p strong font,
.presentation_faq .presentation .text p strong font {
    font-weight: 700
}

.presentation_camping-club .presentation .text p sup,
.presentation_internaute .presentation .text p sup,
.presentation_seo .presentation .text p sup,
.presentation_404 .presentation .text p sup,
.presentation_offres_speciales .presentation .text p sup,
.presentation_inscription_newsletter .presentation .text p sup,
.presentation_parc-aquatique .presentation .text p sup,
.presentation_faq .presentation .text p sup {
    font-size: 10px;
    font-size: 1rem
}

.presentation_camping-club .presentation .text p sup *,
.presentation_internaute .presentation .text p sup *,
.presentation_seo .presentation .text p sup *,
.presentation_404 .presentation .text p sup *,
.presentation_offres_speciales .presentation .text p sup *,
.presentation_inscription_newsletter .presentation .text p sup *,
.presentation_parc-aquatique .presentation .text p sup *,
.presentation_faq .presentation .text p sup * {
    font-size: 10px;
    font-size: 1rem
}

.presentation_camping-club .presentation .text p .fa,
.presentation_internaute .presentation .text p .fa,
.presentation_seo .presentation .text p .fa,
.presentation_404 .presentation .text p .fa,
.presentation_offres_speciales .presentation .text p .fa,
.presentation_inscription_newsletter .presentation .text p .fa,
.presentation_parc-aquatique .presentation .text p .fa,
.presentation_faq .presentation .text p .fa,
.presentation_camping-club .presentation .text p .ms,
.presentation_internaute .presentation .text p .ms,
.presentation_seo .presentation .text p .ms,
.presentation_404 .presentation .text p .ms,
.presentation_offres_speciales .presentation .text p .ms,
.presentation_inscription_newsletter .presentation .text p .ms,
.presentation_parc-aquatique .presentation .text p .ms,
.presentation_faq .presentation .text p .ms {
    font-family: 'FontAwesome';
    font-size: 50%;
    vertical-align: text-top
}

.presentation_camping-club .presentation .text ul li b,
.presentation_internaute .presentation .text ul li b,
.presentation_seo .presentation .text ul li b,
.presentation_404 .presentation .text ul li b,
.presentation_offres_speciales .presentation .text ul li b,
.presentation_inscription_newsletter .presentation .text ul li b,
.presentation_parc-aquatique .presentation .text ul li b,
.presentation_faq .presentation .text ul li b,
.presentation_camping-club .presentation .text ul li strong,
.presentation_internaute .presentation .text ul li strong,
.presentation_seo .presentation .text ul li strong,
.presentation_404 .presentation .text ul li strong,
.presentation_offres_speciales .presentation .text ul li strong,
.presentation_inscription_newsletter .presentation .text ul li strong,
.presentation_parc-aquatique .presentation .text ul li strong,
.presentation_faq .presentation .text ul li strong {
    font-weight: 700
}

.presentation_camping-club .presentation .text ul li b font,
.presentation_internaute .presentation .text ul li b font,
.presentation_seo .presentation .text ul li b font,
.presentation_404 .presentation .text ul li b font,
.presentation_offres_speciales .presentation .text ul li b font,
.presentation_inscription_newsletter .presentation .text ul li b font,
.presentation_parc-aquatique .presentation .text ul li b font,
.presentation_faq .presentation .text ul li b font,
.presentation_camping-club .presentation .text ul li strong font,
.presentation_internaute .presentation .text ul li strong font,
.presentation_seo .presentation .text ul li strong font,
.presentation_404 .presentation .text ul li strong font,
.presentation_offres_speciales .presentation .text ul li strong font,
.presentation_inscription_newsletter .presentation .text ul li strong font,
.presentation_parc-aquatique .presentation .text ul li strong font,
.presentation_faq .presentation .text ul li strong font {
    font-weight: 700
}

.presentation_camping-club .presentation .text ul li sup,
.presentation_internaute .presentation .text ul li sup,
.presentation_seo .presentation .text ul li sup,
.presentation_404 .presentation .text ul li sup,
.presentation_offres_speciales .presentation .text ul li sup,
.presentation_inscription_newsletter .presentation .text ul li sup,
.presentation_parc-aquatique .presentation .text ul li sup,
.presentation_faq .presentation .text ul li sup {
    font-size: 10px;
    font-size: 1rem
}

.presentation_camping-club .presentation .text ul li sup *,
.presentation_internaute .presentation .text ul li sup *,
.presentation_seo .presentation .text ul li sup *,
.presentation_404 .presentation .text ul li sup *,
.presentation_offres_speciales .presentation .text ul li sup *,
.presentation_inscription_newsletter .presentation .text ul li sup *,
.presentation_parc-aquatique .presentation .text ul li sup *,
.presentation_faq .presentation .text ul li sup * {
    font-size: 10px;
    font-size: 1rem
}

.presentation_camping-club .presentation .text ul li .fa,
.presentation_internaute .presentation .text ul li .fa,
.presentation_seo .presentation .text ul li .fa,
.presentation_404 .presentation .text ul li .fa,
.presentation_offres_speciales .presentation .text ul li .fa,
.presentation_inscription_newsletter .presentation .text ul li .fa,
.presentation_parc-aquatique .presentation .text ul li .fa,
.presentation_faq .presentation .text ul li .fa,
.presentation_camping-club .presentation .text ul li .ms,
.presentation_internaute .presentation .text ul li .ms,
.presentation_seo .presentation .text ul li .ms,
.presentation_404 .presentation .text ul li .ms,
.presentation_offres_speciales .presentation .text ul li .ms,
.presentation_inscription_newsletter .presentation .text ul li .ms,
.presentation_parc-aquatique .presentation .text ul li .ms,
.presentation_faq .presentation .text ul li .ms {
    font-family: 'FontAwesome';
    font-size: 50%
}

.presentation_camping-club .presentation .button,
.presentation_internaute .presentation .button,
.presentation_seo .presentation .button,
.presentation_404 .presentation .button,
.presentation_offres_speciales .presentation .button,
.presentation_inscription_newsletter .presentation .button,
.presentation_parc-aquatique .presentation .button,
.presentation_faq .presentation .button {
    text-align: right;
    padding-top: 15px;
    padding-top: 1.5rem
}

.presentation_camping-club .presentation .button p,
.presentation_internaute .presentation .button p,
.presentation_seo .presentation .button p,
.presentation_404 .presentation .button p,
.presentation_offres_speciales .presentation .button p,
.presentation_inscription_newsletter .presentation .button p,
.presentation_parc-aquatique .presentation .button p,
.presentation_faq .presentation .button p {
    font-size: 9.93px;
    font-size: 0.993rem;
    text-transform: uppercase;
    line-height: 100%;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: display 0.3s ease-in 0s;
    -moz-transition: display 0.3s ease-in 0s;
    -ms-transition: display 0.3s ease-in 0s;
    -o-transition: display 0.3s ease-in 0s;
    transition: display 0.3s ease-in 0s
}

.presentation_camping-club .presentation .button p font,
.presentation_internaute .presentation .button p font,
.presentation_seo .presentation .button p font,
.presentation_404 .presentation .button p font,
.presentation_offres_speciales .presentation .button p font,
.presentation_inscription_newsletter .presentation .button p font,
.presentation_parc-aquatique .presentation .button p font,
.presentation_faq .presentation .button p font {
    font-size: 9.93px;
    font-size: 0.993rem;
    text-transform: uppercase;
    line-height: 100%
}

.presentation_camping-club .presentation .button p i,
.presentation_internaute .presentation .button p i,
.presentation_seo .presentation .button p i,
.presentation_404 .presentation .button p i,
.presentation_offres_speciales .presentation .button p i,
.presentation_inscription_newsletter .presentation .button p i,
.presentation_parc-aquatique .presentation .button p i,
.presentation_faq .presentation .button p i {
    font-size: 12.5px;
    font-size: 1.25rem;
    margin-left: 6px;
    margin-left: 0.6rem
}

.presentation_camping-club .presentation .video,
.presentation_internaute .presentation .video,
.presentation_seo .presentation .video,
.presentation_404 .presentation .video,
.presentation_offres_speciales .presentation .video,
.presentation_inscription_newsletter .presentation .video,
.presentation_parc-aquatique .presentation .video,
.presentation_faq .presentation .video {
    padding-top: 20px;
    padding-top: 2rem
}

.presentation_camping-club .presentation .video iframe,
.presentation_internaute .presentation .video iframe,
.presentation_seo .presentation .video iframe,
.presentation_404 .presentation .video iframe,
.presentation_offres_speciales .presentation .video iframe,
.presentation_inscription_newsletter .presentation .video iframe,
.presentation_parc-aquatique .presentation .video iframe,
.presentation_faq .presentation .video iframe {
    width: 100%;
    height: 100vh;
    max-height: 660px
}

.presentation_camping-club .presentation .video figure,
.presentation_internaute .presentation .video figure,
.presentation_seo .presentation .video figure,
.presentation_404 .presentation .video figure,
.presentation_offres_speciales .presentation .video figure,
.presentation_inscription_newsletter .presentation .video figure,
.presentation_parc-aquatique .presentation .video figure,
.presentation_faq .presentation .video figure {
    width: 100%;
    height: 100vh;
    max-height: 660px;
    cursor: pointer
}

.presentation_camping-club .presentation .video figure div,
.presentation_internaute .presentation .video figure div,
.presentation_seo .presentation .video figure div,
.presentation_404 .presentation .video figure div,
.presentation_offres_speciales .presentation .video figure div,
.presentation_inscription_newsletter .presentation .video figure div,
.presentation_parc-aquatique .presentation .video figure div,
.presentation_faq .presentation .video figure div {
    width: 100%;
    height: 100%
}

.presentation_camping-club .presentation .photos_clubs,
.presentation_internaute .presentation .photos_clubs,
.presentation_seo .presentation .photos_clubs,
.presentation_404 .presentation .photos_clubs,
.presentation_offres_speciales .presentation .photos_clubs,
.presentation_inscription_newsletter .presentation .photos_clubs,
.presentation_parc-aquatique .presentation .photos_clubs,
.presentation_faq .presentation .photos_clubs {
    padding-top: 20px;
    padding-top: 2rem
}

.presentation_camping-club .presentation .photos_clubs .lien_photos_club,
.presentation_internaute .presentation .photos_clubs .lien_photos_club,
.presentation_seo .presentation .photos_clubs .lien_photos_club,
.presentation_404 .presentation .photos_clubs .lien_photos_club,
.presentation_offres_speciales .presentation .photos_clubs .lien_photos_club,
.presentation_inscription_newsletter .presentation .photos_clubs .lien_photos_club,
.presentation_parc-aquatique .presentation .photos_clubs .lien_photos_club,
.presentation_faq .presentation .photos_clubs .lien_photos_club {
    text-align: center;
    background: #77c5d5;
    width: 100%;
    height: 180px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer
}

.presentation_camping-club .presentation .photos_clubs .lien_photos_club:before,
.presentation_internaute .presentation .photos_clubs .lien_photos_club:before,
.presentation_seo .presentation .photos_clubs .lien_photos_club:before,
.presentation_404 .presentation .photos_clubs .lien_photos_club:before,
.presentation_offres_speciales .presentation .photos_clubs .lien_photos_club:before,
.presentation_inscription_newsletter .presentation .photos_clubs .lien_photos_club:before,
.presentation_parc-aquatique .presentation .photos_clubs .lien_photos_club:before,
.presentation_faq .presentation .photos_clubs .lien_photos_club:before {
    position: absolute;
    top: 13px;
    top: 50%;
    left: 50%;
    content: '';
    background-image: url('https://www.ms-vacances.com/files/site/images/picto_photo.png');
    background-repeat: no-repeat;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    width: 105px;
    height: 81px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.presentation_camping-club .presentation .photos_clubs .lien_photos_club>div,
.presentation_internaute .presentation .photos_clubs .lien_photos_club>div,
.presentation_seo .presentation .photos_clubs .lien_photos_club>div,
.presentation_404 .presentation .photos_clubs .lien_photos_club>div,
.presentation_offres_speciales .presentation .photos_clubs .lien_photos_club>div,
.presentation_inscription_newsletter .presentation .photos_clubs .lien_photos_club>div,
.presentation_parc-aquatique .presentation .photos_clubs .lien_photos_club>div,
.presentation_faq .presentation .photos_clubs .lien_photos_club>div {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    z-index: 2
}

.presentation_camping-club .presentation .photos_clubs .lien_photos_club .title p,
.presentation_internaute .presentation .photos_clubs .lien_photos_club .title p,
.presentation_seo .presentation .photos_clubs .lien_photos_club .title p,
.presentation_404 .presentation .photos_clubs .lien_photos_club .title p,
.presentation_offres_speciales .presentation .photos_clubs .lien_photos_club .title p,
.presentation_inscription_newsletter .presentation .photos_clubs .lien_photos_club .title p,
.presentation_parc-aquatique .presentation .photos_clubs .lien_photos_club .title p,
.presentation_faq .presentation .photos_clubs .lien_photos_club .title p {
    font-family: 'Dancing Script';
    font-size: 38.37px;
    font-size: 3.837rem;
    color: #fff;
    line-height: 85%
}

.presentation_camping-club .presentation .photos_clubs .lien_photos_club .title p font,
.presentation_internaute .presentation .photos_clubs .lien_photos_club .title p font,
.presentation_seo .presentation .photos_clubs .lien_photos_club .title p font,
.presentation_404 .presentation .photos_clubs .lien_photos_club .title p font,
.presentation_offres_speciales .presentation .photos_clubs .lien_photos_club .title p font,
.presentation_inscription_newsletter .presentation .photos_clubs .lien_photos_club .title p font,
.presentation_parc-aquatique .presentation .photos_clubs .lien_photos_club .title p font,
.presentation_faq .presentation .photos_clubs .lien_photos_club .title p font {
    font-family: 'Dancing Script';
    font-size: 38.37px;
    font-size: 3.837rem;
    color: #fff;
    line-height: 85%
}

.presentation_camping-club .presentation .photos_clubs .lien_photos_club .title p span,
.presentation_internaute .presentation .photos_clubs .lien_photos_club .title p span,
.presentation_seo .presentation .photos_clubs .lien_photos_club .title p span,
.presentation_404 .presentation .photos_clubs .lien_photos_club .title p span,
.presentation_offres_speciales .presentation .photos_clubs .lien_photos_club .title p span,
.presentation_inscription_newsletter .presentation .photos_clubs .lien_photos_club .title p span,
.presentation_parc-aquatique .presentation .photos_clubs .lien_photos_club .title p span,
.presentation_faq .presentation .photos_clubs .lien_photos_club .title p span {
    font-family: 'Montserrat';
    font-size: 26.48px;
    font-size: 2.648rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%
}

.presentation_camping-club .presentation .photos_clubs .lien_photos_club .title p span font,
.presentation_internaute .presentation .photos_clubs .lien_photos_club .title p span font,
.presentation_seo .presentation .photos_clubs .lien_photos_club .title p span font,
.presentation_404 .presentation .photos_clubs .lien_photos_club .title p span font,
.presentation_offres_speciales .presentation .photos_clubs .lien_photos_club .title p span font,
.presentation_inscription_newsletter .presentation .photos_clubs .lien_photos_club .title p span font,
.presentation_parc-aquatique .presentation .photos_clubs .lien_photos_club .title p span font,
.presentation_faq .presentation .photos_clubs .lien_photos_club .title p span font {
    font-family: 'Montserrat';
    font-size: 26.48px;
    font-size: 2.648rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%
}

.presentation_camping-club .presentation .photos_clubs .lien_photos_club .lien,
.presentation_internaute .presentation .photos_clubs .lien_photos_club .lien,
.presentation_seo .presentation .photos_clubs .lien_photos_club .lien,
.presentation_404 .presentation .photos_clubs .lien_photos_club .lien,
.presentation_offres_speciales .presentation .photos_clubs .lien_photos_club .lien,
.presentation_inscription_newsletter .presentation .photos_clubs .lien_photos_club .lien,
.presentation_parc-aquatique .presentation .photos_clubs .lien_photos_club .lien,
.presentation_faq .presentation .photos_clubs .lien_photos_club .lien {
    padding-top: 10px;
    padding-top: 1rem
}

.presentation_camping-club .presentation .photos_clubs .lien_photos_club .lien p,
.presentation_internaute .presentation .photos_clubs .lien_photos_club .lien p,
.presentation_seo .presentation .photos_clubs .lien_photos_club .lien p,
.presentation_404 .presentation .photos_clubs .lien_photos_club .lien p,
.presentation_offres_speciales .presentation .photos_clubs .lien_photos_club .lien p,
.presentation_inscription_newsletter .presentation .photos_clubs .lien_photos_club .lien p,
.presentation_parc-aquatique .presentation .photos_clubs .lien_photos_club .lien p,
.presentation_faq .presentation .photos_clubs .lien_photos_club .lien p {
    font-size: 13.24px;
    font-size: 1.324rem;
    color: #fff;
    text-transform: uppercase
}

.presentation_camping-club .presentation .photos_clubs .lien_photos_club .lien p font,
.presentation_internaute .presentation .photos_clubs .lien_photos_club .lien p font,
.presentation_seo .presentation .photos_clubs .lien_photos_club .lien p font,
.presentation_404 .presentation .photos_clubs .lien_photos_club .lien p font,
.presentation_offres_speciales .presentation .photos_clubs .lien_photos_club .lien p font,
.presentation_inscription_newsletter .presentation .photos_clubs .lien_photos_club .lien p font,
.presentation_parc-aquatique .presentation .photos_clubs .lien_photos_club .lien p font,
.presentation_faq .presentation .photos_clubs .lien_photos_club .lien p font {
    font-size: 13.24px;
    font-size: 1.324rem;
    color: #fff;
    text-transform: uppercase
}

.presentation_camping-club .presentation .photos_clubs .lien_photos_club .lien p i,
.presentation_internaute .presentation .photos_clubs .lien_photos_club .lien p i,
.presentation_seo .presentation .photos_clubs .lien_photos_club .lien p i,
.presentation_404 .presentation .photos_clubs .lien_photos_club .lien p i,
.presentation_offres_speciales .presentation .photos_clubs .lien_photos_club .lien p i,
.presentation_inscription_newsletter .presentation .photos_clubs .lien_photos_club .lien p i,
.presentation_parc-aquatique .presentation .photos_clubs .lien_photos_club .lien p i,
.presentation_faq .presentation .photos_clubs .lien_photos_club .lien p i {
    font-size: 13.24px;
    font-size: 1.324rem;
    color: #fff;
    margin-left: 10px;
    margin-left: 1rem
}

.presentation_camping-club .presentation .photos_clubs .lien_photos_club:hover .title p,
.presentation_internaute .presentation .photos_clubs .lien_photos_club:hover .title p,
.presentation_seo .presentation .photos_clubs .lien_photos_club:hover .title p,
.presentation_404 .presentation .photos_clubs .lien_photos_club:hover .title p,
.presentation_offres_speciales .presentation .photos_clubs .lien_photos_club:hover .title p,
.presentation_inscription_newsletter .presentation .photos_clubs .lien_photos_club:hover .title p,
.presentation_parc-aquatique .presentation .photos_clubs .lien_photos_club:hover .title p,
.presentation_faq .presentation .photos_clubs .lien_photos_club:hover .title p {
    font-size: 39.37px;
    font-size: 3.937rem
}

.presentation_camping-club .presentation .photos_clubs .lien_photos_club:hover .title p font,
.presentation_internaute .presentation .photos_clubs .lien_photos_club:hover .title p font,
.presentation_seo .presentation .photos_clubs .lien_photos_club:hover .title p font,
.presentation_404 .presentation .photos_clubs .lien_photos_club:hover .title p font,
.presentation_offres_speciales .presentation .photos_clubs .lien_photos_club:hover .title p font,
.presentation_inscription_newsletter .presentation .photos_clubs .lien_photos_club:hover .title p font,
.presentation_parc-aquatique .presentation .photos_clubs .lien_photos_club:hover .title p font,
.presentation_faq .presentation .photos_clubs .lien_photos_club:hover .title p font {
    font-size: 39.37px;
    font-size: 3.937rem
}

.presentation_camping-club .presentation .photos_clubs .lien_photos_club:hover .title p span,
.presentation_internaute .presentation .photos_clubs .lien_photos_club:hover .title p span,
.presentation_seo .presentation .photos_clubs .lien_photos_club:hover .title p span,
.presentation_404 .presentation .photos_clubs .lien_photos_club:hover .title p span,
.presentation_offres_speciales .presentation .photos_clubs .lien_photos_club:hover .title p span,
.presentation_inscription_newsletter .presentation .photos_clubs .lien_photos_club:hover .title p span,
.presentation_parc-aquatique .presentation .photos_clubs .lien_photos_club:hover .title p span,
.presentation_faq .presentation .photos_clubs .lien_photos_club:hover .title p span {
    font-size: 27.48px;
    font-size: 2.748rem
}

.presentation_camping-club .presentation .photos_clubs .lien_photos_club:hover .title p span font,
.presentation_internaute .presentation .photos_clubs .lien_photos_club:hover .title p span font,
.presentation_seo .presentation .photos_clubs .lien_photos_club:hover .title p span font,
.presentation_404 .presentation .photos_clubs .lien_photos_club:hover .title p span font,
.presentation_offres_speciales .presentation .photos_clubs .lien_photos_club:hover .title p span font,
.presentation_inscription_newsletter .presentation .photos_clubs .lien_photos_club:hover .title p span font,
.presentation_parc-aquatique .presentation .photos_clubs .lien_photos_club:hover .title p span font,
.presentation_faq .presentation .photos_clubs .lien_photos_club:hover .title p span font {
    font-size: 27.48px;
    font-size: 2.748rem
}

.presentation_camping-club .presentation .photos_clubs .lien_photos_club:hover .lien p,
.presentation_internaute .presentation .photos_clubs .lien_photos_club:hover .lien p,
.presentation_seo .presentation .photos_clubs .lien_photos_club:hover .lien p,
.presentation_404 .presentation .photos_clubs .lien_photos_club:hover .lien p,
.presentation_offres_speciales .presentation .photos_clubs .lien_photos_club:hover .lien p,
.presentation_inscription_newsletter .presentation .photos_clubs .lien_photos_club:hover .lien p,
.presentation_parc-aquatique .presentation .photos_clubs .lien_photos_club:hover .lien p,
.presentation_faq .presentation .photos_clubs .lien_photos_club:hover .lien p {
    font-size: 14.24px;
    font-size: 1.424rem
}

.presentation_camping-club .presentation .photos_clubs .lien_photos_club:hover .lien p font,
.presentation_internaute .presentation .photos_clubs .lien_photos_club:hover .lien p font,
.presentation_seo .presentation .photos_clubs .lien_photos_club:hover .lien p font,
.presentation_404 .presentation .photos_clubs .lien_photos_club:hover .lien p font,
.presentation_offres_speciales .presentation .photos_clubs .lien_photos_club:hover .lien p font,
.presentation_inscription_newsletter .presentation .photos_clubs .lien_photos_club:hover .lien p font,
.presentation_parc-aquatique .presentation .photos_clubs .lien_photos_club:hover .lien p font,
.presentation_faq .presentation .photos_clubs .lien_photos_club:hover .lien p font {
    font-size: 14.24px;
    font-size: 1.424rem
}

.presentation_camping-club .presentation .photos_clubs .lien_photos_club:hover .lien p i,
.presentation_internaute .presentation .photos_clubs .lien_photos_club:hover .lien p i,
.presentation_seo .presentation .photos_clubs .lien_photos_club:hover .lien p i,
.presentation_404 .presentation .photos_clubs .lien_photos_club:hover .lien p i,
.presentation_offres_speciales .presentation .photos_clubs .lien_photos_club:hover .lien p i,
.presentation_inscription_newsletter .presentation .photos_clubs .lien_photos_club:hover .lien p i,
.presentation_parc-aquatique .presentation .photos_clubs .lien_photos_club:hover .lien p i,
.presentation_faq .presentation .photos_clubs .lien_photos_club:hover .lien p i {
    font-size: 14.24px;
    font-size: 1.424rem
}

.presentation_camping-club .presentation .photos_clubs figure,
.presentation_internaute .presentation .photos_clubs figure,
.presentation_seo .presentation .photos_clubs figure,
.presentation_404 .presentation .photos_clubs figure,
.presentation_offres_speciales .presentation .photos_clubs figure,
.presentation_inscription_newsletter .presentation .photos_clubs figure,
.presentation_parc-aquatique .presentation .photos_clubs figure,
.presentation_faq .presentation .photos_clubs figure {
    width: 100%;
    height: 180px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.presentation_camping-club .presentation .photos_clubs figure div,
.presentation_internaute .presentation .photos_clubs figure div,
.presentation_seo .presentation .photos_clubs figure div,
.presentation_404 .presentation .photos_clubs figure div,
.presentation_offres_speciales .presentation .photos_clubs figure div,
.presentation_inscription_newsletter .presentation .photos_clubs figure div,
.presentation_parc-aquatique .presentation .photos_clubs figure div,
.presentation_faq .presentation .photos_clubs figure div {
    width: 100%;
    height: 100%
}

.presentation_camping-club .presentation .photos_clubs figure:hover,
.presentation_internaute .presentation .photos_clubs figure:hover,
.presentation_seo .presentation .photos_clubs figure:hover,
.presentation_404 .presentation .photos_clubs figure:hover,
.presentation_offres_speciales .presentation .photos_clubs figure:hover,
.presentation_inscription_newsletter .presentation .photos_clubs figure:hover,
.presentation_parc-aquatique .presentation .photos_clubs figure:hover,
.presentation_faq .presentation .photos_clubs figure:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70)
}

.brunelles .presentation_camping-club .presentation .photos_clubs .lien_photos_club {
    background: #a7b019
}

.littoral .presentation_camping-club .presentation .photos_clubs .lien_photos_club {
    background: #e47e1a
}

.tamaris .presentation_camping-club .presentation .photos_clubs .lien_photos_club {
    background: #d82949
}

.trianon .presentation_camping-club .presentation .photos_clubs .lien_photos_club {
    background: #0094d2
}

.presentation_internaute,
.presentation_seo,
.presentation_404,
.presentation_offres_speciales,
.presentation_inscription_newsletter,
.presentation_parc-aquatique {
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.15), 0 5px 20px 0 rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #d4d1d1;
    padding: 30px 0px 20px 0px;
    padding: 3rem 0rem 2rem 0rem
}

.presentation_camping-club {
    padding-top: 60px;
    padding-top: 6rem
}

.contenu_camping-club {
    padding-top: 50px;
    padding-top: 5rem
}

.contenu_camping-club .content-card {
    border-bottom: 1px solid #8f9091;
    padding: 10px 0px;
    padding: 1rem 0rem;
    position: relative
}

.contenu_camping-club .content-card.zone_cottages-emplacements .contenu_titre_description .ce_title .title {
    font-family: 'Dancing Script';
    font-size: 41.37px;
    font-size: 4.137rem;
    text-transform: initial;
    font-weight: 400;
    line-height: 38.06px;
    line-height: 3.806rem
}

.contenu_camping-club .content-card.zone_cottages-emplacements .contenu_titre_description .ce_title .title font {
    font-family: 'Dancing Script';
    font-size: 41.37px;
    font-size: 4.137rem;
    text-transform: initial;
    font-weight: 400;
    line-height: 38.06px;
    line-height: 3.806rem
}

.contenu_camping-club .content-card.zone_cottages-emplacements .contenu_titre_description .ce_title .subtitle {
    font-family: 'Montserrat';
    font-size: 26.48px;
    font-size: 2.648rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 38.06px;
    line-height: 3.806rem;
    letter-spacing: 3px;
    letter-spacing: 0.3rem
}

.contenu_camping-club .content-card.zone_cottages-emplacements .contenu_titre_description .ce_title .subtitle font {
    font-family: 'Montserrat';
    font-size: 26.48px;
    font-size: 2.648rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 38.06px;
    line-height: 3.806rem;
    letter-spacing: 3px;
    letter-spacing: 0.3rem
}

.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .ce_categorie .title i {
    font-size: 13px;
    font-size: 1.3rem
}

.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text p b,
.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text p strong {
    font-weight: 700
}

.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text p b font,
.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text p strong font {
    font-weight: 700
}

.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text p a {
    color: #77c5d5
}

.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text p a font {
    color: #77c5d5
}

.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text p sup {
    font-size: 10px;
    font-size: 1rem
}

.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text p sup * {
    font-size: 10px;
    font-size: 1rem
}

.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text p .fa,
.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text p .ms {
    font-family: 'FontAwesome';
    font-size: 50%
}

.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text ul li,
.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text ol li {
    padding-left: 26px;
    padding-left: 2.6rem;
    position: relative
}

.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text ul li:before,
.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text ol li:before {
    position: absolute;
    top: 3px;
    top: 0.3rem;
    left: 0
}

.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text ul li b,
.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text ol li b,
.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text ul li strong,
.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text ol li strong {
    font-weight: 700
}

.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text ul li b font,
.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text ol li b font,
.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text ul li strong font,
.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text ol li strong font {
    font-weight: 700
}

.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text ul li sup,
.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text ol li sup {
    font-size: 10px;
    font-size: 1rem
}

.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text ul li sup *,
.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text ol li sup * {
    font-size: 10px;
    font-size: 1rem
}

.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text ul li .fa,
.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text ol li .fa,
.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text ul li .ms,
.contenu_camping-club .content-card.zone_cottages-emplacements .content_category .contenu_categorie .text ol li .ms {
    font-family: 'FontAwesome';
    font-size: 50%
}

.contenu_camping-club .content-card.zone_cottages-emplacements .content_category figure {
    height: 190px
}

.contenu_camping-club .content-card.zone_cottages-emplacements .video iframe {
    width: 100%;
    height: 100vh;
    max-height: 660px
}

.contenu_camping-club .content-card .shadow_accordion {
    background-image: url('https://www.ms-vacances.com/files/site/images/shadow_accordion.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: contain;
    position: absolute;
    bottom: -3px;
    bottom: -0.3rem;
    left: 0;
    width: 100%;
    height: 13px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.contenu_camping-club .content-card .shadow_accordion.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.contenu_camping-club .header-card {
    height: 45px
}

.contenu_camping-club .header-card .row {
    align-items: center;
    height: 45px
}

.contenu_camping-club .header-card .titre_menu {
    display: table;
    width: 100%;
    height: 45px
}

.contenu_camping-club .header-card .titre_menu .before {
    width: 75%;
    height: 5px;
    background: #77c5d5;
    position: absolute;
    bottom: -10px;
    bottom: -1rem;
    left: 25%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.contenu_camping-club .header-card .titre_menu .after {
    line-height: 100%;
    position: absolute;
    bottom: -26px;
    bottom: -2.6rem;
    left: 62.5%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.contenu_camping-club .header-card .titre_menu .after i {
    font-size: 25px;
    font-size: 2.5rem;
    color: #77c5d5
}

.contenu_camping-club .header-card .titre_menu.active .before,
.contenu_camping-club .header-card .titre_menu.active .after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.contenu_camping-club .header-card .titre_menu>div {
    display: table-cell;
    vertical-align: middle
}

.contenu_camping-club .header-card .icone_menu {
    text-align: center;
    width: 25%;
}

.contenu_camping-club .header-card .icone_menu i {
    font-size: 25px;
    font-size: 2.5rem;
    color: #77c5d5
}

.contenu_camping-club .header-card .ce_menu {
    width: 75%
}

.contenu_camping-club .header-card .ce_menu .title {
    font-size: 18.2px;
    font-size: 1.82rem;
    font-weight: 700;
    line-height: 100%
}

.contenu_camping-club .header-card .ce_menu .title font {
    font-size: 18.2px;
    font-size: 1.82rem;
    font-weight: 700;
    line-height: 100%
}

.contenu_camping-club .header-card .button {
    text-align: right
}

.contenu_camping-club .header-card .button p {
    font-size: 9.93px;
    font-size: 0.993rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 100%;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: display 0.3s ease-in 0s;
    -moz-transition: display 0.3s ease-in 0s;
    -ms-transition: display 0.3s ease-in 0s;
    -o-transition: display 0.3s ease-in 0s;
    transition: display 0.3s ease-in 0s
}

.contenu_camping-club .header-card .button p font {
    font-size: 9.93px;
    font-size: 0.993rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 100%
}

.contenu_camping-club .header-card .button p i {
    font-size: 9.93px;
    font-size: 0.993rem;
    font-weight: 600;
    margin-left: 6px;
    margin-left: 0.6rem
}

.contenu_camping-club .collapse.show {
    margin-top: 5px;
    margin-top: 0.5rem;
    border-top: 1px solid #8f9091
}

.contenu_camping-club .block-card {
    padding: 35px 0px 25px 0px;
    padding: 3.5rem 0rem 2.5rem 0rem
}

.contenu_camping-club .contenu_titre_description .row>[class*="col-"] {
    padding: 0
}

.contenu_camping-club .contenu_titre_description .row>[class*="col-"]:first-child {
    margin-left: -15px;
    margin-left: -1.5rem
}

.contenu_camping-club .contenu_titre_description .ce_title {
    text-align: center;
    padding-right: 90px;
    padding-right: 9rem
}

.contenu_camping-club .contenu_titre_description .ce_title .title {
    font-size: 26.48px;
    font-size: 2.648rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 38.06px;
    line-height: 3.806rem;
    letter-spacing: 3px;
    letter-spacing: 0.3rem
}

.contenu_camping-club .contenu_titre_description .ce_title .title font {
    font-size: 26.48px;
    font-size: 2.648rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 38.06px;
    line-height: 3.806rem;
    letter-spacing: 3px;
    letter-spacing: 0.3rem
}

.contenu_camping-club .contenu_titre_description .ce_title .subtitle {
    font-family: 'Dancing Script';
    font-size: 41.37px;
    font-size: 4.137rem;
    line-height: 38.06px;
    line-height: 3.806rem
}

.contenu_camping-club .contenu_titre_description .ce_title .subtitle font {
    font-family: 'Dancing Script';
    font-size: 41.37px;
    font-size: 4.137rem;
    line-height: 38.06px;
    line-height: 3.806rem
}

.contenu_camping-club .contenu_titre_description .text p {
    font-weight: 600;
}

.contenu_camping-club .contenu_titre_description .text p * {
    font-weight: 600
}

.contenu_camping-club .contenu_titre_description .text p b,
.contenu_camping-club .contenu_titre_description .text p strong {
    font-weight: 700
}

.contenu_camping-club .contenu_titre_description .text p b font,
.contenu_camping-club .contenu_titre_description .text p strong font {
    font-weight: 700
}

.contenu_camping-club .contenu_titre_description .text p sup {
    font-size: 10px;
    font-size: 1rem
}

.contenu_camping-club .contenu_titre_description .text p sup * {
    font-size: 10px;
    font-size: 1rem
}

.contenu_camping-club .contenu_titre_description .text p .fa,
.contenu_camping-club .contenu_titre_description .text p .ms {
    font-family: 'FontAwesome';
    font-size: 50%
}

.contenu_camping-club .contenu_titre_description .text ul li {
    font-weight: 600
}

.contenu_camping-club .contenu_titre_description .text ul li * {
    font-weight: 600
}

.contenu_camping-club .contenu_titre_description .text ul li b,
.contenu_camping-club .contenu_titre_description .text ul li strong {
    font-weight: 700
}

.contenu_camping-club .contenu_titre_description .text ul li b font,
.contenu_camping-club .contenu_titre_description .text ul li strong font {
    font-weight: 700
}

.contenu_camping-club .contenu_titre_description .text ul li a {
    color: #77c5d5
}

.contenu_camping-club .contenu_titre_description .text ul li a font {
    color: #77c5d5
}

.contenu_camping-club .contenu_titre_description .text ul li sup {
    font-size: 10px;
    font-size: 1rem
}

.contenu_camping-club .contenu_titre_description .text ul li sup * {
    font-size: 10px;
    font-size: 1rem
}

.contenu_camping-club .contenu_titre_description .text ul li .fa,
.contenu_camping-club .contenu_titre_description .text ul li .ms {
    font-family: 'FontAwesome';
    font-size: 50%
}

.contenu_camping-club .contenu_titre_description .button {
    text-align: right;
    padding-top: 15px;
    padding-top: 1.5rem
}

.contenu_camping-club .contenu_titre_description .button p {
    font-size: 9.93px;
    font-size: 0.993rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 100%;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: display 0.3s ease-in 0s;
    -moz-transition: display 0.3s ease-in 0s;
    -ms-transition: display 0.3s ease-in 0s;
    -o-transition: display 0.3s ease-in 0s;
    transition: display 0.3s ease-in 0s
}

.contenu_camping-club .contenu_titre_description .button p font {
    font-size: 9.93px;
    font-size: 0.993rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 100%
}

.contenu_camping-club .contenu_titre_description .button p i {
    font-size: 12.5px;
    font-size: 1.25rem;
    margin-left: 6px;
    margin-left: 0.6rem
}

.contenu_camping-club .content_category .content {
    padding: 35px 0px 15px 0px;
    padding: 3.5rem 0rem 1.5rem 0rem
}

.contenu_camping-club .content_category .content.no-padding {
    padding-top: 0
}

.contenu_camping-club .content_category .content>.row>[class*="col-md-3"],
.contenu_camping-club .content_category .content>.row [class*="col-md-4"] {
    padding: 45px 15px 15px 15px;
    padding: 4.5rem 1.5rem 1.5rem 1.5rem;
    border-top: 1px solid #8f9091
}

.contenu_camping-club .content_category .content>.row>[class*="col-md-3"].no-border,
.contenu_camping-club .content_category .content>.row [class*="col-md-4"].no-border {
    border-top: none
}

.contenu_camping-club .content_category .content>.row>[class*="col-md-3"]:first-child,
.contenu_camping-club .content_category .content>.row [class*="col-md-4"]:first-child {
    padding-left: 0px;
    padding-left: 0rem;
    padding-right: 30px;
    padding-right: 3rem
}

.contenu_camping-club .content_category .content>.row>[class*="col-md-3"]:last-child,
.contenu_camping-club .content_category .content>.row [class*="col-md-4"]:last-child {
    padding-right: 0px;
    padding-right: 0rem
}

.contenu_camping-club .content_category .ce_categorie {
    padding-right: 65px;
    padding-right: 6.5rem
}

.contenu_camping-club .content_category .ce_categorie .title {
    font-size: 14.51px;
    font-size: 1.451rem;
    color: #77c5d5;
    text-align: center;
    text-transform: uppercase;
    line-height: 100%;
    font-weight: 700;
    display: block;
    padding: 5px 8px;
    padding: 0.5rem 0.8rem;
    border: 3px solid #77c5d5
}

.contenu_camping-club .content_category .ce_categorie .title font {
    font-size: 14.51px;
    font-size: 1.451rem;
    color: #77c5d5;
    text-align: center;
    text-transform: uppercase;
    line-height: 100%;
    font-weight: 700
}

.contenu_camping-club .content_category .ce_categorie .title i {
    font-size: 17px;
    font-size: 1.7rem;
    color: #77c5d5
}

.contenu_camping-club .content_category .contenu_categorie .ce_title {
    padding-bottom: 25px;
    padding-bottom: 2.5rem
}

.contenu_camping-club .content_category .contenu_categorie .ce_title .title {
    font-size: 13.24px;
    font-size: 1.324rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%
}

.contenu_camping-club .content_category .contenu_categorie .ce_title .title font {
    font-size: 13.24px;
    font-size: 1.324rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%
}

.contenu_camping-club .content_category .contenu_categorie .text p b,
.contenu_camping-club .content_category .contenu_categorie .text p strong {
    font-weight: 700
}

.contenu_camping-club .content_category .contenu_categorie .text p b font,
.contenu_camping-club .content_category .contenu_categorie .text p strong font {
    font-weight: 700
}

.contenu_camping-club .content_category .contenu_categorie .text p a {
    color: #77c5d5
}

.contenu_camping-club .content_category .contenu_categorie .text p a font {
    color: #77c5d5
}

.contenu_camping-club .content_category .contenu_categorie .text p sup {
    font-size: 8px;
    font-size: 0.8rem
}

.contenu_camping-club .content_category .contenu_categorie .text p sup * {
    font-size: 8px;
    font-size: 0.8rem
}

.contenu_camping-club .content_category .contenu_categorie .text p .fa,
.contenu_camping-club .content_category .contenu_categorie .text p .ms {
    font-family: 'FontAwesome';
    font-size: 50%
}

.contenu_camping-club .content_category .contenu_categorie .text ul li b,
.contenu_camping-club .content_category .contenu_categorie .text ol li b,
.contenu_camping-club .content_category .contenu_categorie .text ul li strong,
.contenu_camping-club .content_category .contenu_categorie .text ol li strong {
    font-weight: 700
}

.contenu_camping-club .content_category .contenu_categorie .text ul li b font,
.contenu_camping-club .content_category .contenu_categorie .text ol li b font,
.contenu_camping-club .content_category .contenu_categorie .text ul li strong font,
.contenu_camping-club .content_category .contenu_categorie .text ol li strong font {
    font-weight: 700
}

.contenu_camping-club .content_category .contenu_categorie .text ul li sup,
.contenu_camping-club .content_category .contenu_categorie .text ol li sup {
    font-size: 8px;
    font-size: 0.8rem
}

.contenu_camping-club .content_category .contenu_categorie .text ul li sup *,
.contenu_camping-club .content_category .contenu_categorie .text ol li sup * {
    font-size: 8px;
    font-size: 0.8rem
}

.contenu_camping-club .content_category .contenu_categorie .text ul.cottages_emplacements li,
.contenu_camping-club .content_category .contenu_categorie .text ol.cottages_emplacements li {
    padding-left: 26px;
    padding-left: 2.6rem;
    position: relative
}

.contenu_camping-club .content_category .contenu_categorie .text ul.cottages_emplacements li:before,
.contenu_camping-club .content_category .contenu_categorie .text ol.cottages_emplacements li:before {
    position: absolute;
    top: 3px;
    top: 0.3rem;
    left: 0
}

.contenu_camping-club .content_category .contenu_categorie .text ul.cottages_emplacements li b,
.contenu_camping-club .content_category .contenu_categorie .text ol.cottages_emplacements li b,
.contenu_camping-club .content_category .contenu_categorie .text ul.cottages_emplacements li strong,
.contenu_camping-club .content_category .contenu_categorie .text ol.cottages_emplacements li strong {
    font-weight: 700
}

.contenu_camping-club .content_category .contenu_categorie .text ul.cottages_emplacements li b font,
.contenu_camping-club .content_category .contenu_categorie .text ol.cottages_emplacements li b font,
.contenu_camping-club .content_category .contenu_categorie .text ul.cottages_emplacements li strong font,
.contenu_camping-club .content_category .contenu_categorie .text ol.cottages_emplacements li strong font {
    font-weight: 700
}

.contenu_camping-club .content_category .contenu_categorie .text ul.cottages_emplacements li a,
.contenu_camping-club .content_category .contenu_categorie .text ol.cottages_emplacements li a {
    color: #77c5d5
}

.contenu_camping-club .content_category .contenu_categorie .text ul.cottages_emplacements li a font,
.contenu_camping-club .content_category .contenu_categorie .text ol.cottages_emplacements li a font {
    color: #77c5d5
}

.contenu_camping-club .content_category .contenu_categorie .text ul.cottages_emplacements li sup,
.contenu_camping-club .content_category .contenu_categorie .text ol.cottages_emplacements li sup {
    font-size: 10px;
    font-size: 1rem
}

.contenu_camping-club .content_category .contenu_categorie .text ul.cottages_emplacements li sup *,
.contenu_camping-club .content_category .contenu_categorie .text ol.cottages_emplacements li sup * {
    font-size: 10px;
    font-size: 1rem
}

.contenu_camping-club .content_category .contenu_categorie .lien_piece_jointe {
    padding-top: 60px;
    padding-top: 6rem;
}

.contenu_camping-club .content_category .contenu_categorie .lien_piece_jointe>div p font {
    font-size: 14.89px;
    font-size: 1.489rem;
    color: #0074a6;
    font-weight: 700;
    line-height: 19.92px;
    line-height: 1.992rem
}

.contenu_camping-club .content_category .contenu_categorie .lien_piece_jointe>div p span {
    font-size: 14.89px;
    font-size: 1.489rem;
    color: #0074a6;
    text-decoration: underline
}

.contenu_camping-club .content_category .contenu_categorie .lien_piece_jointe>div p span font {
    font-size: 14.89px;
    font-size: 1.489rem;
    color: #0074a6;
    text-decoration: underline
}

.contenu_camping-club .content_category .contenu_categorie .lien_piece_jointe>div.piece_jointe p {
    font-weight: 400
}

.contenu_camping-club .content_category .contenu_categorie .lien_piece_jointe>div.piece_jointe p font {
    font-weight: 400
}

.contenu_camping-club .content_category figure {
    width: 100%;
    height: 150px
}

.contenu_camping-club .content_category figure div {
    width: 100%;
    height: 100%
}

.contenu_camping-club .video iframe {
    width: 100%;
    height: 100vh;
    max-height: 660px
}

.brunelles .contenu_camping-club .header-card .titre_menu .before {
    background: #a7b019
}

.brunelles .contenu_camping-club .header-card .titre_menu .after i {
    color: #a7b019
}

.brunelles .contenu_camping-club .header-card .icone_menu {}

.brunelles .contenu_camping-club .header-card .icone_menu i {
    color: #a7b019
}

.brunelles .contenu_camping-club .content_category .ce_categorie .title {
    color: #a7b019;
    border-color: #a7b019
}

.brunelles .contenu_camping-club .content_category .ce_categorie .title font {
    color: #a7b019
}

.brunelles .contenu_camping-club .content_category .ce_categorie .title i {
    color: #a7b019
}

.littoral .contenu_camping-club .header-card .titre_menu .before {
    background: #e47e1a
}

.littoral .contenu_camping-club .header-card .titre_menu .after i {
    color: #e47e1a
}

.littoral .contenu_camping-club .header-card .icone_menu {}

.littoral .contenu_camping-club .header-card .icone_menu i {
    color: #e47e1a
}

.littoral .contenu_camping-club .content_category .ce_categorie .title {
    color: #e47e1a;
    border-color: #e47e1a
}

.littoral .contenu_camping-club .content_category .ce_categorie .title font {
    color: #e47e1a
}

.littoral .contenu_camping-club .content_category .ce_categorie .title i {
    color: #e47e1a
}

.tamaris .contenu_camping-club .header-card .titre_menu .before {
    background: #d82949
}

.tamaris .contenu_camping-club .header-card .titre_menu .after i {
    color: #d82949
}

.tamaris .contenu_camping-club .header-card .icone_menu {}

.tamaris .contenu_camping-club .header-card .icone_menu i {
    color: #d82949
}

.tamaris .contenu_camping-club .content_category .ce_categorie .title {
    color: #d82949;
    border-color: #d82949
}

.tamaris .contenu_camping-club .content_category .ce_categorie .title font {
    color: #d82949
}

.tamaris .contenu_camping-club .content_category .ce_categorie .title i {
    color: #d82949
}

.trianon .contenu_camping-club .header-card .titre_menu .before {
    background: #0094d2
}

.trianon .contenu_camping-club .header-card .titre_menu .after i {
    color: #0094d2
}

.trianon .contenu_camping-club .header-card .icone_menu {}

.trianon .contenu_camping-club .header-card .icone_menu i {
    color: #0094d2
}

.trianon .contenu_camping-club .content_category .ce_categorie .title {
    color: #0094d2;
    border-color: #0094d2
}

.trianon .contenu_camping-club .content_category .ce_categorie .title font {
    color: #0094d2
}

.trianon .contenu_camping-club .content_category .ce_categorie .title i {
    color: #0094d2
}

.avis-clients {
    padding: 100px 0px 50px 0px;
    padding: 10rem 0rem 5rem 0rem;
    position: relative
}

.avis-clients .header {
    text-align: center
}

.avis-clients .header .title {
    font-family: 'Dancing Script';
    font-size: 71.15px;
    font-size: 7.115rem;
    line-height: 100%;
    display: inline-block;
    position: relative
}

.avis-clients .header .title font {
    font-family: 'Dancing Script';
    font-size: 71.15px;
    font-size: 7.115rem;
    line-height: 100%
}

.avis-clients .header .title span {
    font-family: 'Montserrat';
    font-size: 40.93px;
    font-size: 4.093rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 4px;
    letter-spacing: 0.4rem
}

.avis-clients .header .title span font {
    font-family: 'Montserrat';
    font-size: 40.93px;
    font-size: 4.093rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 4px;
    letter-spacing: 0.4rem
}

.avis-clients .header .title i {
    font-size: 63px;
    font-size: 6.3rem;
    color: #13a983;
    line-height: 100%;
    position: absolute;
    top: -15px;
    top: -1.5rem;
    right: -63px;
    right: -6.3rem
}

.avis-clients .shadow_avis {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('https://www.ms-vacances.com/files/site/images/shadow_avis.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 24px;
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.avis_clients {
    margin-top: 30px;
    margin-top: 3rem;
    border: 2px solid #dbdbdb
}

.avis_clients figure {
    margin-top: -60px;
    margin-top: -6rem
}

.avis_clients .carousel_avis_clients {
    padding: 35px 0px;
    padding: 3.5rem 0rem
}

.avis_client .ce_client>* {
    font-size: 14.89px;
    font-size: 1.489rem;
    display: inline-block;
    vertical-align: middle
}

.avis_client .ce_client>* font {
    font-size: 14.89px;
    font-size: 1.489rem
}

.avis_client .ce_client .name {
    text-transform: uppercase;
    font-weight: 700
}

.avis_client .ce_client .name font {
    text-transform: uppercase;
    font-weight: 700
}

.avis_client .ce_client .country {
    text-transform: uppercase
}

.avis_client .ce_client .country font {
    text-transform: uppercase
}

.avis_client .note_date_publication {
    padding-top: 20px;
    padding-top: 2rem
}

.avis_client .note_date_publication>div {
    display: inline-block;
    vertical-align: baseline
}

.avis_client .note_date_publication .note p {
    font-size: 21.48px;
    font-size: 2.148rem;
    font-weight: 500;
    color: #13a983
}

.avis_client .note_date_publication .note p font {
    font-size: 21.48px;
    font-size: 2.148rem;
    font-weight: 500;
    color: #13a983
}

.avis_client .note_date_publication .note p i {
    font-size: 17px;
    font-size: 1.7rem;
    color: #13a983;
    margin-left: -4px;
    margin-left: -0.4rem
}

.avis_client .note_date_publication .note p i:first-child {
    margin-left: 10px;
    margin-left: 1rem
}

.avis_client .note_date_publication .date_publication {
    padding-left: 40px;
    padding-left: 4rem
}

.avis_client .note_date_publication .date_publication p {
    font-size: 9.93px;
    font-size: 0.993rem
}

.avis_client .note_date_publication .date_publication p font-size {
    font-size: 9.93px;
    font-size: 0.993rem
}

.avis_client .ce_title .title {
    font-family: 'Dancing Script';
    font-size: 29.79px;
    font-size: 2.979rem
}

.avis_client .ce_title .title font {
    font-family: 'Dancing Script';
    font-size: 29.79px;
    font-size: 2.979rem
}

.avis_client .text p b,
.avis_client .text p strong {
    font-weight: 700
}

.avis_client .text p b font,
.avis_client .text p strong font {
    font-weight: 700
}

.avis_client .text p a {
    color: #77c5d5
}

.avis_client .text p a font {
    color: #77c5d5
}

.avis_client .text p sup {
    font-size: 10px;
    font-size: 1rem
}

.avis_client .text p sup * {
    font-size: 10px;
    font-size: 1rem
}

.avis_client .text p .fa,
.avis_client .text p .ms {
    font-family: 'FontAwesome';
    font-size: 50%
}

.avis_client .text ul li b,
.avis_client .text ol li b,
.avis_client .text ul li strong,
.avis_client .text ol li strong {
    font-weight: 700
}

.avis_client .text ul li b font,
.avis_client .text ol li b font,
.avis_client .text ul li strong font,
.avis_client .text ol li strong font {
    font-weight: 700
}

.avis_client .text ul li a,
.avis_client .text ol li a {
    color: #77c5d5
}

.avis_client .text ul li a font,
.avis_client .text ol li a font {
    color: #77c5d5
}

.avis_client .text ul li sup,
.avis_client .text ol li sup {
    font-size: 10px;
    font-size: 1rem
}

.avis_client .text ul li sup *,
.avis_client .text ol li sup * {
    font-size: 10px;
    font-size: 1rem
}

.avis_client .text ul li .fa,
.avis_client .text ol li .fa,
.avis_client .text ul li .ms,
.avis_client .text ol li .ms {
    font-family: 'FontAwesome';
    font-size: 50%
}

.avis_client .button {
    text-align: right;
    padding-top: 15px;
    padding-top: 1.5rem
}

.avis_client .button p {
    font-size: 9.93px;
    font-size: 0.993rem;
    text-transform: uppercase;
    line-height: 100%;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: display 0.3s ease-in 0s;
    -moz-transition: display 0.3s ease-in 0s;
    -ms-transition: display 0.3s ease-in 0s;
    -o-transition: display 0.3s ease-in 0s;
    transition: display 0.3s ease-in 0s
}

.avis_client .button p font {
    font-size: 9.93px;
    font-size: 0.993rem;
    text-transform: uppercase;
    line-height: 100%
}

.avis_client .button p i {
    font-size: 12.5px;
    font-size: 1.25rem;
    margin-left: 6px;
    margin-left: 0.6rem
}

.avis_client .thanks {
    padding-top: 25px;
    padding-top: 2.5rem
}

.avis_client .thanks p {
    font-size: 13.24px;
    font-size: 1.324rem;
    line-height: 100%;
    display: inline-block;
    padding: 7px 9px 7px 40px;
    padding: 0.7rem 0.9rem 0.7rem 4rem;
    border: 2px solid #dbdbdb;
    position: relative
}

.avis_client .thanks p font {
    font-size: 13.24px;
    font-size: 1.324rem;
    line-height: 100%
}

.avis_client .thanks p i {
    font-size: 20px;
    font-size: 2rem;
    color: #13a983;
    line-height: 100%;
    position: absolute;
    top: 3px;
    top: 0.3rem;
    left: 7px;
    left: 0.7rem
}

#avis_client.modal .modal-content {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.5)
}

#avis_client.modal .modal-header {
    padding: 15px 30px;
    padding: 1.5rem 3rem
}

#avis_client.modal .modal-body {
    padding: 15px 30px 30px 30px;
    padding: 1.5rem 3rem 3rem 3rem
}

.formulaire .legende p {
    background-color: #fff
}

.formulaire .message_formulaire .ce_title {
    position: relative
}

.formulaire .message_formulaire .ce_title:after {
    content: '';
    background: #8f9091;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 5px;
    bottom: 0.5rem
}

.formulaire .message_formulaire .ce_title .title {
    font-family: 'Trebuchet MS';
    font-size: 22.51px;
    font-size: 2.251rem;
    color: #0074a6;
    font-weight: 700;
    line-height: 100%;
    display: inline-block;
    padding-right: 18px;
    padding-right: 1.8rem;
    background: #fff;
    position: relative;
    z-index: 1
}

.formulaire .message_formulaire .ce_title .title font {
    font-family: 'Trebuchet MS';
    font-size: 22.51px;
    font-size: 2.251rem;
    color: #0074a6;
    font-weight: 700;
    line-height: 100%
}

.formulaire .message_formulaire .text {
    padding: 40px 0px 0px 25px;
    padding: 4rem 0rem 0rem 2.5rem
}

.formulaire .message_formulaire .text p {
    font-size: 14.89px;
    font-size: 1.489rem;
    line-height: 100%;
    position: relative
}

.formulaire .message_formulaire .text p font {
    font-size: 14.89px;
    font-size: 1.489rem;
    line-height: 100%
}

.formulaire .message_formulaire .text p span {
    font-size: 18.2px;
    font-size: 1.82rem;
    font-weight: 700
}

.formulaire .message_formulaire .text p span font {
    font-size: 18.2px;
    font-size: 1.82rem;
    font-weight: 700
}

.formulaire .message_formulaire .text p:before {
    font-family: 'icon-ms';
    font-size: 18.2px;
    font-size: 1.82rem;
    color: #13a538;
    position: absolute;
    top: 0;
    left: -25px;
    left: -2.5rem;
    content: "\e93c"
}

.formulaire form {}

.formulaire form .form {
    padding-top: 13px;
    padding-top: 1.3rem
}

.formulaire form .form-input,
.formulaire form .form-checkbox {
    padding-top: 25px;
    padding-top: 2.5rem;
    position: relative
}

.formulaire form .select-checkbox {
    padding: 0px 15px;
    padding: 0rem 1.5rem
}

.formulaire form .select-checkbox .btn-save {
    text-align: center;
    padding: 15px 0px 10px 0px;
    padding: 1.5rem 0rem 1rem 0rem
}

.formulaire form .select-checkbox .btn-save button {
    width: 175px
}

.formulaire form .select-checkbox .btn-save button font {
    font-size: 18.2px;
    font-size: 1.82rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.formulaire form .select-checkbox .btn-save button:hover {
    color: #101417;
    background-color: #fff
}

.formulaire form .select-checkbox .btn-save button:hover font {
    color: #101417
}

.formulaire form .form-checkbox {
    width: 100%;
    padding-top: 10px;
    padding-top: 1rem
}

.formulaire form .form-checkbox>* {
    display: inline-block;
    vertical-align: middle
}

.formulaire form .form-checkbox>div {
    display: block
}

.formulaire form .form-checkbox label {
    padding-left: 12px;
    padding-left: 1.2rem
}

.formulaire form .form-checkbox label span {
    text-transform: initial
}

.formulaire form .form-checkbox label span font {
    text-transform: initial
}

.formulaire form .form-checkbox label i {
    font-size: 8px !important;
    font-size: 0.8rem !important
}

.formulaire form .form-checkbox div span {
    position: absolute;
    top: 14px !important;
    top: 1.4rem !important;
    left: 4px;
    left: 0.4rem;
    z-index: -1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.formulaire form .form-checkbox div span.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.formulaire form .form-checkbox div span i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #13a538
}

.formulaire form .form-input div [class*="_check"] {
    position: absolute;
    bottom: 8px;
    bottom: 0.8rem;
    right: 10px;
    right: 1rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.formulaire form .form-input div [class*="_check"].active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.formulaire form .form-input div [class*="_check"] i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #13a538
}

.formulaire form .form-input div [class*="_error"] {
    position: absolute;
    bottom: 8px;
    bottom: 0.8rem;
    right: 10px;
    right: 1rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.formulaire form .form-input div [class*="_error"].active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.formulaire form .form-input div [class*="_error"] i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #af3b3b
}

.formulaire form label {
    font-size: 14.89px;
    font-size: 1.489rem;
    display: block
}

.formulaire form label font {
    font-size: 14.89px;
    font-size: 1.489rem
}

.formulaire form label i {
    font-size: 10px !important;
    font-size: 1rem !important
}

.formulaire form input[type="text"],
.formulaire form input[type="email"],
.formulaire form input[type="tel"] {
    font-size: 11.93px;
    font-size: 1.193rem;
    color: #282e36;
    text-align: left;
    font-weight: 600;
    border: 1px solid #d4d6d5;
    width: 100%;
    height: 41px;
    padding: 0px 40px 0px 20px;
    padding: 0rem 4rem 0rem 2rem;
    margin-top: 10px;
    margin-top: 1rem;
    background-color: #fff
}

.formulaire form input[type="text"]:invalid,
.formulaire form input[type="email"]:invalid,
.formulaire form input[type="tel"]:invalid {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.formulaire form input[type="text"]::-webkit-input-placeholder,
.formulaire form input[type="email"]::-webkit-input-placeholder,
.formulaire form input[type="tel"]::-webkit-input-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.formulaire form input[type="text"]:-moz-placeholder,
.formulaire form input[type="email"]:-moz-placeholder,
.formulaire form input[type="tel"]:-moz-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.formulaire form input[type="text"]::-moz-placeholder,
.formulaire form input[type="email"]::-moz-placeholder,
.formulaire form input[type="tel"]::-moz-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.formulaire form input[type="text"]:-ms-input-placeholder,
.formulaire form input[type="email"]:-ms-input-placeholder,
.formulaire form input[type="tel"]:-ms-input-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.formulaire form input[type="text"].error,
.formulaire form input[type="email"].error,
.formulaire form input[type="tel"].error {
    outline: thin solid #af3b3b
}

.formulaire form input[type="checkbox"] {
    border: 1px solid #d4d6d5;
    width: 22px;
    height: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

.formulaire form .widget>div [class*="_check"] {
    position: absolute;
    bottom: 8px;
    bottom: 0.8rem;
    right: 10px;
    right: 1rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.formulaire form .widget>div [class*="_check"].active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.formulaire form .widget>div [class*="_check"] i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #13a538
}

.formulaire form .widget>div [class*="_error"] {
    position: absolute;
    bottom: 8px;
    bottom: 0.8rem;
    right: 20px;
    right: 2rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.formulaire form .widget>div [class*="_error"].active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.formulaire form .widget>div [class*="_error"] i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #af3b3b
}

.formulaire form .widget-select {
    padding-top: 20px;
    padding-top: 2rem
}

.formulaire form .widget-select select font {
    font-size: 14.89px;
    font-size: 1.489rem;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.formulaire form .widget-select select:invalid {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #d4d6d5 !important;
    font-weight: 400
}

.formulaire form .widget-select select::-webkit-input-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #d4d6d5 !important;
    font-weight: 400
}

.formulaire form .widget-select select:-moz-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #d4d6d5 !important;
    font-weight: 400
}

.formulaire form .widget-select select::-moz-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #d4d6d5 !important;
    font-weight: 400
}

.formulaire form .widget-select select:-ms-input-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #d4d6d5 !important;
    font-weight: 400
}

.formulaire form .widget-select button.dropdown-toggle {
    text-align: left;
    border: 1px solid #d4d6d5;
    width: 100%;
    height: 41px;
    padding: 0px 20px;
    padding: 0rem 2rem;
    margin-top: 10px;
    margin-top: 1rem;
    background-color: #fff;
    position: relative
}

.formulaire form .widget-select button.dropdown-toggle span {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36;
    font-weight: 400
}

.formulaire form .widget-select button.dropdown-toggle span font {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36;
    font-weight: 400
}

.formulaire form .widget-select button.dropdown-toggle span i {
    font-size: 50%
}

.formulaire form .widget-select button.dropdown-toggle:before {
    font-family: 'icon-ms';
    font-size: 15px;
    font-size: 1.5rem;
    color: #13a538;
    content: '\e93c';
    position: absolute;
    bottom: 8px;
    bottom: 0.8rem;
    right: 30px;
    right: 3rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.formulaire form .widget-select button.dropdown-toggle>i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #282e36;
    font-weight: 600;
    line-height: 100%;
    position: absolute;
    bottom: 11px;
    bottom: 1.1rem;
    right: 10px;
    right: 1rem
}

.formulaire form .widget-select button.dropdown-toggle.error {
    outline: thin solid #af3b3b
}

.formulaire form .widget-select button.dropdown-toggle.error:before {
    font-family: 'FontAwesome';
    color: #af3b3b;
    content: '\f00d';
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.formulaire form .widget-select button.dropdown-toggle.active span {
    font-size: 11.93px;
    font-size: 1.193rem;
    color: #282e36;
    font-weight: 600
}

.formulaire form .widget-select button.dropdown-toggle.active span font {
    font-size: 11.93px;
    font-size: 1.193rem;
    color: #282e36;
    font-weight: 600
}

.formulaire form .widget-select button.dropdown-toggle.active:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.formulaire form .widget-select button.dropdown-item {
    font-size: 11.93px;
    font-size: 1.193rem;
    color: #282e36;
    font-weight: 600
}

.formulaire form .widget-select button.dropdown-item font {
    font-size: 11.93px;
    font-size: 1.193rem;
    color: #282e36;
    font-weight: 600
}

.formulaire form .widget-select .dropdown-menu {
    width: 100%
}

.formulaire form .widget-select.form_gauche select,
.formulaire form .widget-select.form_droite select {
    max-width: 395px
}

.formulaire form .widget-textarea {
    padding-top: 20px;
    padding-top: 2rem;
    position: relative
}

.formulaire form .widget-textarea textarea font {
    font-size: 14.89px;
    font-size: 1.489rem;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.formulaire form .widget-textarea textarea.error {
    outline: thin solid #af3b3b
}

.formulaire form .widget-textarea textarea.error:before {
    font-family: 'FontAwesome';
    color: #af3b3b;
    content: '\f00d';
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.formulaire form .widget-textarea textarea:invalid {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.formulaire form .widget-textarea textarea::-webkit-input-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.formulaire form .widget-textarea textarea:-moz-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.formulaire form .widget-textarea textarea::-moz-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.formulaire form .widget-textarea textarea:-ms-input-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.formulaire form .widget-textarea>div [class*="_check"] {
    bottom: auto;
    top: 60px;
    top: 6rem
}

.formulaire form .widget-textarea>div [class*="_error"] {
    bottom: auto;
    top: 60px;
    top: 6rem
}

.formulaire form .submit_container {
    padding-top: 10px;
    padding-top: 1rem
}

.formulaire form .submit_container button font {
    font-size: 18.2px;
    font-size: 1.82rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.formulaire form .submit_container button:hover {
    color: #101417;
    background-color: #fff
}

.formulaire form .submit_container button:hover font {
    color: #101417
}

.formulaire form .add_pj {
    text-align: right;
    margin-top: 10px;
    margin-top: 1rem;
    cursor: pointer
}

.formulaire form .add_pj p {
    font-size: 11.57px;
    font-size: 1.157rem;
    text-decoration: underline;
    font-weight: 700
}

.formulaire form .add_pj p font {
    font-size: 11.57px;
    font-size: 1.157rem;
    text-decoration: underline;
    font-weight: 700
}

.formulaire form .liste_pj {
    text-align: right
}

.formulaire form .liste_pj .pj>* {
    display: inline-block;
    vertical-align: middle
}

.formulaire form .liste_pj .pj div {
    margin-right: 3px;
    margin-right: 0.3rem
}

.formulaire form .liste_pj .pj p {
    font-size: 11.57px;
    font-size: 1.157rem;
    text-decoration: underline
}

.formulaire form .liste_pj .pj p font {
    font-size: 11.57px;
    font-size: 1.157rem;
    text-decoration: underline
}

.formulaire form .obligatoire {
    padding-top: 20px;
    padding-top: 2rem
}

.grecaptcha-badge {
    display: none
}

.catalogue {
    background-color: rgba(203, 203, 203, 0.2);
    padding: 40px 0px 40px 0px;
    padding: 4rem 0rem 4rem 0rem
}

.catalogue .section_search {
    padding-bottom: 51px;
    padding-bottom: 5.1rem;
    position: relative
}

.catalogue .section_search .shadow_search {
    position: absolute;
    bottom: -24px;
    bottom: -2.4rem;
    left: 0;
    right: 0;
    background-image: url('https://www.ms-vacances.com/files/site/images/shadow_avis.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 24px
}

.catalogue .header {
    text-align: center
}

.catalogue .header .title {
    font-family: 'Dancing Script';
    font-size: 71.41px;
    font-size: 7.141rem;
    line-height: 100%
}

.catalogue .header .title font {
    font-family: 'Dancing Script';
    font-size: 71.41px;
    font-size: 7.141rem;
    line-height: 100%
}

.catalogue .header .title span {
    font-family: 'Montserrat';
    font-size: 41.07px;
    font-size: 4.107rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    letter-spacing: 0.1rem
}

.catalogue .header .title span font {
    font-family: 'Montserrat';
    font-size: 41.07px;
    font-size: 4.107rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    letter-spacing: 0.1rem
}

.catalogue .results {
    padding-top: 15px;
    padding-top: 1.5rem
}

.catalogue .results .aucun_resultat {
    padding-top: 10px;
    padding-top: 1rem
}

.catalogue .results .aucun_resultat .message {
    background-color: #fff;
    border: 1px solid #d4d6d5;
    padding: 25px 35px;
    padding: 2.5rem 3.5rem
}

.catalogue .results .aucun_resultat .message p {
    font-family: 'helveticaregular';
    font-size: 19.86px;
    font-size: 1.986rem;
    color: #0074a6;
    line-height: 100%;
    padding-left: 65px;
    padding-left: 6.5rem;
    position: relative
}

.catalogue .results .aucun_resultat .message p:before {
    font-family: 'icon-ms';
    font-size: 42px;
    font-size: 4.2rem;
    color: #fdc100;
    content: '\e962';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.catalogue .results .aucun_resultat .message p font {
    font-family: 'helveticaregular';
    font-size: 19.86px;
    font-size: 1.986rem;
    color: #0074a6;
    line-height: 100%
}

.catalogue .results .aucun_resultat .options_search {
    padding-top: 45px;
    padding-top: 4.5rem
}

.catalogue .results .aucun_resultat .options_search .headline {
    font-family: 'Montserrat';
    font-size: 21.51px;
    font-size: 2.151rem;
    color: #fff;
    font-weight: 700;
    line-height: 100%;
    background: #0074a6;
    padding: 25px 35px;
    padding: 2.5rem 3.5rem;
    margin-bottom: 40px;
    margin-bottom: 4rem
}

.catalogue .results .aucun_resultat .options_search .headline font {
    font-family: 'Montserrat';
    font-size: 21.51px;
    font-size: 2.151rem;
    color: #fff;
    font-weight: 700;
    line-height: 100%
}

.catalogue .results .aucun_resultat .options_search .option_search {
    padding: 20px 0px 20px 35px;
    padding: 2rem 0rem 2rem 3.5rem;
    border-bottom: 1px solid #cbcbcb
}

.catalogue .results .aucun_resultat .options_search .option_search .txt_option {
    font-family: 'helveticaregular';
    font-size: 19.86px;
    font-size: 1.986rem;
    color: #6f6f6f;
    line-height: 100%;
    padding-left: 60px;
    padding-left: 6rem;
    position: relative
}

.catalogue .results .aucun_resultat .options_search .option_search .txt_option:before {
    font-family: 'icon-ms';
    color: #0074a6;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.catalogue .results .aucun_resultat .options_search .option_search .txt_option font {
    font-family: 'helveticaregular';
    font-size: 19.86px;
    font-size: 1.986rem;
    color: #6f6f6f;
    line-height: 100%
}

.catalogue .results .aucun_resultat .options_search .option_search .txt_option a,
.catalogue .results .aucun_resultat .options_search .option_search .txt_option b {
    font-family: 'helveticabold';
    font-size: 19.86px;
    font-size: 1.986rem;
    color: #6f6f6f
}

.catalogue .results .aucun_resultat .options_search .option_search .txt_option a font,
.catalogue .results .aucun_resultat .options_search .option_search .txt_option b font {
    font-family: 'helveticabold';
    font-size: 19.86px;
    font-size: 1.986rem;
    color: #6f6f6f
}

.catalogue .results .aucun_resultat .options_search .option_search .txt_option i {
    color: #6f6f6f
}

.catalogue .results .aucun_resultat .options_search .option_search .option_search_date .txt_option:before {
    font-size: 39px;
    font-size: 3.9rem;
    content: '\e909'
}

.catalogue .results .aucun_resultat .options_search .option_search .option_search_tel .txt_option:before {
    font-size: 39px;
    font-size: 3.9rem;
    content: '\e902'
}

.catalogue .results .aucun_resultat .options_search .option_search .option_search_camping .txt_option:before {
    font-size: 35px;
    font-size: 3.5rem;
    content: '\e963'
}

.catalogue .results .aucun_resultat .options_search .option_search:nth-child(4) {
    padding: 10px 0px 10px 35px;
    padding: 1rem 0rem 1rem 3.5rem
}

.catalogue .results .aucun_resultat .options_search.option_search_contre_propo .headline {
    font-family: 'Montserrat';
    font-size: 21.51px;
    font-size: 2.151rem;
    color: #fff;
    line-height: 100%;
    background: #0074a6;
    padding: 25px 35px;
    padding: 2.5rem 3.5rem;
    margin-bottom: 40px;
    margin-bottom: 4rem
}

.catalogue .results .aucun_resultat .options_search.option_search_contre_propo .headline font {
    font-family: 'Montserrat';
    font-size: 21.51px;
    font-size: 2.151rem;
    color: #fff;
    line-height: 100%
}

.catalogue .results .aucun_resultat .options_search.option_search_contre_propo .headline span {
    font-weight: 700;
    text-decoration: underline;
    font-family: 'Montserrat';
    font-size: 21.51px;
    font-size: 2.151rem;
    color: #fff;
    line-height: 100%
}

.catalogue .results .aucun_resultat .options_search.option_search_contre_propo .headline span font {
    font-weight: 700;
    text-decoration: underline;
    font-family: 'Montserrat';
    font-size: 21.51px;
    font-size: 2.151rem;
    color: #fff;
    line-height: 100%
}

.catalogue .results .aucun_resultat .options_search .option_search_camping {
    display: table;
    width: 100%
}

.catalogue .results .aucun_resultat .options_search .option_search_camping>* {
    display: table-cell;
    vertical-align: middle
}

.catalogue .results .aucun_resultat .options_search .option_search_camping .button {
    text-align: right;
    width: 100px
}

.catalogue .results .aucun_resultat .options_search .option_search_camping .button p {
    font-family: 'Montserrat';
    font-size: 19.16px;
    font-size: 1.916rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%;
    background-color: #13a538;
    border: 1px solid #13a538;
    padding: 10px 15px;
    padding: 1rem 1.5rem;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.catalogue .results .aucun_resultat .options_search .option_search_camping .button p font {
    font-family: 'Montserrat';
    font-size: 19.16px;
    font-size: 1.916rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.catalogue .results .aucun_resultat .options_search .option_search_camping .button p:hover {
    color: #13a538;
    background: none
}

.catalogue .results .aucun_resultat .options_search .option_search_camping .button p:hover font {
    color: #13a538
}

.catalogue .asterisque p {
    padding: 50px 0px 0px 0px;
    padding: 5rem 0rem 0rem 0rem;
    color: #7f7f7f
}

.catalogue .asterisque p font {
    color: #7f7f7f
}

.catalog_full .catalog_visible {
    padding: 85px 0px 50px 0px;
    padding: 8.5rem 0rem 5rem 0rem;
    position: relative
}

.catalog_full .catalog_visible .entete {
    padding-bottom: 5px;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(143, 144, 145, 0.4)
}

.catalog_full .catalog_visible .entete .row {
    align-items: center
}

.catalog_full .catalog_visible .title_gamme>div {
    display: inline-block;
    vertical-align: middle
}

.catalog_full .catalog_visible .ce_gamme .gamme {
    font-size: 19.86px;
    font-size: 1.986rem;
    font-weight: 500;
    padding: 0px 25px 0px 0px;
    padding: 0rem 2.5rem 0rem 0rem;
    background-image: url('https://www.ms-vacances.com/files/site/images/picto_people.png');
    background-repeat: no-repeat;
    background-position: 100% 40%
}

.catalog_full .catalog_visible .ce_gamme .gamme font {
    font-size: 19.86px;
    font-size: 1.986rem;
    font-weight: 500
}

.catalog_full .catalog_visible .ce_title .title {
    font-size: 19.86px;
    font-size: 1.986rem;
    font-weight: 500;
    padding: 0px 10px;
    padding: 0rem 1rem
}

.catalog_full .catalog_visible .ce_title .title font {
    font-size: 19.86px;
    font-size: 1.986rem;
    font-weight: 500
}

.catalog_full .catalog_visible .ce_title .title span {
    font-size: 19.86px;
    font-size: 1.986rem;
    text-transform: uppercase;
    font-weight: 700
}

.catalog_full .catalog_visible .ce_title .title span font {
    font-size: 19.86px;
    font-size: 1.986rem;
    text-transform: uppercase;
    font-weight: 700
}

.catalog_full .catalog_visible .ce_title .title span.tiret {
    font-weight: 500;
    margin: 0px 13px;
    margin: 0rem 1.3rem
}

.catalog_full .catalog_visible .ce_title .title span.tiret font {
    font-weight: 500
}

.catalog_full .catalog_visible .ce_title .title span.tiret_nouveaute {
    color: #ffa300;
    font-weight: 500;
    margin: 0px 10px;
    margin: 0rem 1rem
}

.catalog_full .catalog_visible .ce_title .title span.tiret_nouveaute font {
    color: #ffa300;
    font-weight: 500
}

.catalog_full .catalog_visible .ce_title .title span.nouveaute {
    font-family: 'Dancing Script';
    font-size: 26px;
    font-size: 2.6rem;
    color: #ffa300;
    text-transform: none;
    position: relative;
    top: -2px;
    top: -0.2rem
}

.catalog_full .catalog_visible .ce_title .title span.nouveaute font {
    font-family: 'Dancing Script';
    font-size: 26px;
    font-size: 2.6rem;
    color: #ffa300;
    text-transform: initial
}

.catalog_full .catalog_visible .ce_title .title i {
    font-size: 75%
}

.catalog_full .catalog_visible .ce_title.ce_title_emplacement .title {
    padding-left: 0px;
    padding-left: 0rem
}

.catalog_full .catalog_visible .superficie_chambres {
    text-align: right
}

.catalog_full .catalog_visible .superficie_chambres>div {
    display: inline-block;
    vertical-align: middle
}

.catalog_full .catalog_visible .ce_superficie .superficie {
    font-size: 16.55px;
    font-size: 1.655rem;
    color: #0074a6;
    font-weight: 700
}

.catalog_full .catalog_visible .ce_superficie .superficie font {
    font-size: 16.55px;
    font-size: 1.655rem;
    color: #0074a6;
    font-weight: 700
}

.catalog_full .catalog_visible .ce_chambres .chambres {
    font-size: 16.55px;
    font-size: 1.655rem;
    color: #0074a6;
    font-weight: 700
}

.catalog_full .catalog_visible .ce_chambres .chambres font {
    font-size: 16.55px;
    font-size: 1.655rem;
    color: #0074a6;
    font-weight: 700
}

.catalog_full .catalog_visible .content {
    padding-top: 20px;
    padding-top: 2rem
}

.catalog_full .catalog_visible .content figure {
    width: 100%;
    height: 214px;
    position: relative;
    cursor: pointer
}

.catalog_full .catalog_visible .content figure div {
    width: 100%;
    height: 100%
}

.catalog_full .catalog_visible .content figure figcaption {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0, 116, 166, 0.8);
    padding: 6px;
    padding: 0.6rem
}

.catalog_full .catalog_visible .content figure figcaption p {
    text-align: center;
    background-image: url('https://www.ms-vacances.com/files/site/images/picto_photo_catalog.png');
    background-repeat: no-repeat;
    padding: 4px 0px 0px 33px;
    padding: 0.4rem 0rem 0rem 3.3rem;
    height: 21px;
    display: inline-block
}

.catalog_full .catalog_visible .content figure figcaption p span {
    font-size: 14.89px;
    font-size: 1.489rem;
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
    line-height: 100%
}

.catalog_full .catalog_visible .content figure figcaption p span font {
    font-size: 14.89px;
    font-size: 1.489rem;
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
    line-height: 100%
}

.catalog_full .catalog_visible .content .details {
    padding: 0px 50px;
    padding: 0rem 5rem
}

.catalog_full .catalog_visible .content .details .teaser {
    height: 167px;
    overflow: hidden
}

.catalog_full .catalog_visible .content .details .teaser p b,
.catalog_full .catalog_visible .content .details .teaser p strong {
    color: #0074a6;
    font-weight: 700
}

.catalog_full .catalog_visible .content .details .teaser p b font,
.catalog_full .catalog_visible .content .details .teaser p strong font {
    color: #0074a6;
    font-weight: 700
}

.catalog_full .catalog_visible .content .details .teaser p a {
    color: #77c5d5
}

.catalog_full .catalog_visible .content .details .teaser p a font {
    color: #77c5d5
}

.catalog_full .catalog_visible .content .details .teaser ul,
.catalog_full .catalog_visible .content .details .teaser ol {
    padding-top: 15px;
    padding-top: 1.5rem
}

.catalog_full .catalog_visible .content .details .teaser ul li,
.catalog_full .catalog_visible .content .details .teaser ol li {
    padding-left: 6px;
    padding-left: 0.6rem;
    position: relative
}

.catalog_full .catalog_visible .content .details .teaser ul li:before,
.catalog_full .catalog_visible .content .details .teaser ol li:before {
    content: '•';
    position: absolute;
    top: 0;
    left: 0
}

.catalog_full .catalog_visible .content .details .teaser ul li b,
.catalog_full .catalog_visible .content .details .teaser ol li b,
.catalog_full .catalog_visible .content .details .teaser ul li strong,
.catalog_full .catalog_visible .content .details .teaser ol li strong {
    color: #0074a6;
    font-weight: 700
}

.catalog_full .catalog_visible .content .details .teaser ul li b font,
.catalog_full .catalog_visible .content .details .teaser ol li b font,
.catalog_full .catalog_visible .content .details .teaser ul li strong font,
.catalog_full .catalog_visible .content .details .teaser ol li strong font {
    color: #0074a6;
    font-weight: 700
}

.catalog_full .catalog_visible .content .details .teaser ul li a,
.catalog_full .catalog_visible .content .details .teaser ol li a {
    color: #77c5d5
}

.catalog_full .catalog_visible .content .details .teaser ul li a font,
.catalog_full .catalog_visible .content .details .teaser ol li a font {
    color: #77c5d5
}

.catalog_full .catalog_visible .content .details .actions {
    padding-top: 28px;
    padding-top: 2.8rem
}

.catalog_full .catalog_visible .content .details .actions .row {
    align-items: flex-end
}

.catalog_full .catalog_visible .content .details .actions .descriptif p font {
    font-size: 14.89px;
    font-size: 1.489rem;
    color: #0074a6;
    font-weight: 700;
    line-height: 19.92px;
    line-height: 1.992rem
}

.catalog_full .catalog_visible .content .details .actions .descriptif p span {
    font-size: 14.89px;
    font-size: 1.489rem;
    color: #0074a6;
    text-decoration: underline;
    font-weight: 400
}

.catalog_full .catalog_visible .content .details .actions .descriptif p span font {
    font-size: 14.89px;
    font-size: 1.489rem;
    color: #0074a6;
    text-decoration: underline;
    font-weight: 400
}

.catalog_full .catalog_visible .content .details .actions .prix p font {
    font-size: 14.89px;
    font-size: 1.489rem;
    color: #0074a6;
    font-weight: 700;
    line-height: 19.92px;
    line-height: 1.992rem
}

.catalog_full .catalog_visible .content .details .actions .prix p span {
    font-size: 14.89px;
    font-size: 1.489rem;
    color: #0074a6;
    text-decoration: underline
}

.catalog_full .catalog_visible .content .details .actions .prix p span font {
    font-size: 14.89px;
    font-size: 1.489rem;
    color: #0074a6;
    text-decoration: underline
}

.catalog_full .catalog_visible .content .details .actions .comparatif p {
    font-size: 11.62px;
    font-size: 1.162rem;
    font-style: italic;
    text-decoration: underline
}

.catalog_full .catalog_visible .content .details .actions .comparatif p font {
    font-size: 11.62px;
    font-size: 1.162rem;
    font-style: italic;
    text-decoration: underline
}

.catalog_full .catalog_visible .content .first {
    padding-right: 0
}

.catalog_full .catalog_visible .content .last {
    align-self: center;
    padding-left: 0
}

.catalog_full .catalog_visible .content .search {
    text-align: right;
    display: block
}

.catalog_full .catalog_visible .content .search.inactive {
    display: none
}

.catalog_full .catalog_visible .content .search p {
    font-size: 17.63px;
    font-size: 1.763rem;
    color: #fff;
    text-align: left;
    line-height: 17.63px;
    line-height: 1.763rem;
    padding: 14px 43px 14px 14px;
    padding: 1.4rem 4.3rem 1.4rem 1.4rem;
    background-color: #13a538;
    background-image: url('https://www.ms-vacances.com/files/site/images/search.png');
    background-position: 95% 50%;
    background-size: auto;
    background-attachment: auto;
    background-repeat: no-repeat;
    background-clip: border-box;
    background-origin: padding-box;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.catalog_full .catalog_visible .content .search p font {
    font-size: 17.63px;
    font-size: 1.763rem;
    color: #fff;
    text-align: left;
    line-height: 17.63px;
    line-height: 1.763rem;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.catalog_full .catalog_visible .content .search p span {
    font-size: 21.16px;
    font-size: 2.116rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -1px;
    letter-spacing: -0.1rem;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.catalog_full .catalog_visible .content .search p span font {
    font-size: 21.16px;
    font-size: 2.116rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -1px;
    letter-spacing: -0.1rem;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.catalog_full .catalog_visible .content .search p:hover {
    font-size: 18.63px;
    font-size: 1.863rem;
    background-image: url('https://www.ms-vacances.com/files/site/images/search_hover.png')
}

.catalog_full .catalog_visible .content .search p:hover font {
    font-size: 18.63px;
    font-size: 1.863rem
}

.catalog_full .catalog_visible .content .search p:hover span {
    font-size: 22.16px;
    font-size: 2.216rem
}

.catalog_full .catalog_visible .content .search p:hover span font {
    font-size: 22.16px;
    font-size: 2.216rem
}

.catalog_full .catalog_visible .content .infos {
    padding: 15px 20px;
    padding: 1.5rem 2rem;
    background-color: #0074a6;
    display: block
}

.catalog_full .catalog_visible .content .infos.inactive {
    display: none
}

.catalog_full .catalog_visible .content .infos .dates {
    display: table;
    width: 100%;
    border-bottom: 2px solid #fff;
    padding-bottom: 15px;
    padding-bottom: 1.5rem
}

.catalog_full .catalog_visible .content .infos .dates>div {
    display: table-cell;
    vertical-align: bottom
}

.catalog_full .catalog_visible .content .infos .dates .date {
    padding-right: 10px;
    padding-right: 1rem
}

.catalog_full .catalog_visible .content .infos .dates .date p {
    font-size: 13.24px;
    font-size: 1.324rem;
    color: #fff;
    line-height: 100%
}

.catalog_full .catalog_visible .content .infos .dates .date p font {
    font-size: 13.24px;
    font-size: 1.324rem;
    color: #fff;
    line-height: 100%
}

.catalog_full .catalog_visible .content .infos .dates .edit {
    width: 45px
}

.catalog_full .catalog_visible .content .infos .dates .edit p {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #fff;
    text-align: right;
    text-decoration: underline;
    cursor: pointer
}

.catalog_full .catalog_visible .content .infos .dates .edit p font {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #fff;
    text-align: right;
    text-decoration: underline
}

.catalog_full .catalog_visible .content .infos .prix {
    text-align: center;
    padding-top: 18px;
    padding-top: 1.8rem
}

.catalog_full .catalog_visible .content .infos .prix p {
    font-size: 30px;
    font-size: 3rem;
    color: #fff;
    text-underline-position: under;
    line-height: 100%;
    position: relative;
    display: inline-block
}

.catalog_full .catalog_visible .content .infos .prix p font {
    font-size: 30px;
    font-size: 3rem;
    color: #fff;
    text-underline-position: under;
    line-height: 100%
}

.catalog_full .catalog_visible .content .infos .prix p sup {
    font-size: 11.64px;
    font-size: 1.164rem;
    line-height: 13px;
    line-height: 1.3rem;
    position: absolute;
    top: 0;
    right: -16px;
    width: 13px;
    height: 13px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    cursor: default
}

.catalog_full .catalog_visible .content .infos .prix p sup font {
    font-size: 11.64px;
    font-size: 1.164rem;
    line-height: 13px;
    line-height: 1.3rem
}

.catalog_full .catalog_visible .content .infos .prix.prix_seul {
    text-align: center;
    padding-top: 30px;
    padding-top: 3rem
}

.catalog_full .catalog_visible .content .infos .prix.prix_seul p {
    font-size: 44.36px;
    font-size: 4.436rem;
    color: #fff;
    text-decoration: underline;
    text-underline-position: under;
    line-height: 100%;
    position: relative;
    display: inline-block
}

.catalog_full .catalog_visible .content .infos .prix.prix_seul p font {
    font-size: 44.36px;
    font-size: 4.436rem;
    color: #fff;
    text-decoration: underline;
    text-underline-position: under;
    line-height: 100%
}

.catalog_full .catalog_visible .content .infos .prix.prix_seul p sup {
    font-size: 11.64px;
    font-size: 1.164rem;
    line-height: 13px;
    line-height: 1.3rem;
    position: absolute;
    top: 0;
    right: -16px;
    width: 13px;
    height: 13px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    cursor: default
}

.catalog_full .catalog_visible .content .infos .prix.prix_seul p sup font {
    font-size: 11.64px;
    font-size: 1.164rem;
    line-height: 13px;
    line-height: 1.3rem
}

.catalog_full .catalog_visible .content .infos .partir {
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
    line-height: 100%
}

.catalog_full .catalog_visible .content .infos .partir font {
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
    line-height: 100%
}

.catalog_full .catalog_visible .content .infos .content_stay_price_strike {
    text-align: center
}

.catalog_full .catalog_visible .content .infos .content_stay_price_strike .stay_price_strike {
    text-align: center;
    margin: 5px 15px 0px 15px;
    margin: 0.5rem 1.5rem 0rem 1.5rem;
    display: inline-block;
    position: relative
}

.catalog_full .catalog_visible .content .infos .content_stay_price_strike .stay_price_strike p {
    font-size: 19px;
    font-size: 1.9rem;
    color: #fff;
    line-height: 100%;
    display: inline-block
}

.catalog_full .catalog_visible .content .infos .content_stay_price_strike .stay_price_strike p font {
    font-size: 19px;
    font-size: 1.9rem;
    color: #fff;
    line-height: 100%
}

.catalog_full .catalog_visible .content .infos .content_stay_price_strike .stay_price_strike p sup {
    font-size: 50%;
    color: #fff;
    line-height: 100%
}

.catalog_full .catalog_visible .content .infos .content_stay_price_strike .stay_price_strike p sup font {
    font-size: 50%;
    color: #fff;
    line-height: 100%
}

.catalog_full .catalog_visible .content .infos .content_stay_price_strike .stay_price_strike::before {
    display: block;
    content: "";
    height: 1px;
    background: #fff;
    width: 100%;
    position: absolute;
    top: 10px
}

.catalog_full .catalog_visible .content .infos .valider {
    text-align: center;
    padding-top: 19px;
    padding-top: 1.9rem
}

.catalog_full .catalog_visible .content .infos .valider p {
    font-size: 19.16px;
    font-size: 1.916rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%;
    background-color: #13a538;
    padding: 10px 20px;
    padding: 1rem 2rem;
    display: inline-block;
    cursor: pointer
}

.catalog_full .catalog_visible .content .infos .valider p font {
    font-size: 19.16px;
    font-size: 1.916rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%
}

.catalog_full .catalog_visible .shadow_catalog {
    position: absolute;
    bottom: -100px;
    bottom: -10rem;
    left: 0;
    z-index: 2;
    background-image: url('https://www.ms-vacances.com/files/site/images/shadow_simpleblock_start.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    width: 1163px;
    max-width: 100%;
    height: 100px
}

.catalog_full:first-child .catalog_visible {
    padding-top: 35px;
    padding-top: 3.5rem
}

.catalog_full .catalog_descriptif {
    display: none;
    position: relative;
    padding-bottom: 34px;
    padding-bottom: 3.4rem
}

.catalog_full .catalog_descriptif .shadow_descriptif_start {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url('https://www.ms-vacances.com/files/site/images/shadow_simpleblock_start.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
    width: 1163px;
    max-width: 100%;
    height: 100px
}

.catalog_full .catalog_descriptif .content_descriptif {
    background-color: #e5e7e7;
    -webkit-box-shadow: 0px 3px 4.85px 0.15px rgba(54, 64, 78, 0.4);
    -moz-box-shadow: 0px 3px 4.85px 0.15px rgba(54, 64, 78, 0.4);
    -ms-box-shadow: 0px 3px 4.85px 0.15px rgba(54, 64, 78, 0.4);
    -o-box-shadow: 0px 3px 4.85px 0.15px rgba(54, 64, 78, 0.4);
    box-shadow: 0px 3px 4.85px 0.15px rgba(54, 64, 78, 0.4)
}

.catalog_full .catalog_descriptif .catalog_content_descriptif {
    padding: 25px 65px;
    padding: 2.5rem 6.5rem;
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
    position: relative
}

.catalog_full .catalog_descriptif .catalog_content_descriptif .content_descriptif_close {
    position: absolute;
    bottom: -24px;
    bottom: -2.4rem;
    right: -2px;
    right: -0.2rem;
    cursor: pointer
}

.catalog_full .catalog_descriptif .catalog_content_descriptif .content_descriptif_close p {
    font-size: 9.93px;
    font-size: 0.993rem;
    text-align: center;
    text-transform: uppercase;
    padding: 3px 17px;
    padding: 0.3rem 1.7rem;
    background-color: #fff;
    border: 2px solid #d4d6d5
}

.catalog_full .catalog_descriptif .catalog_content_descriptif .content_descriptif_close p font {
    font-size: 9.93px;
    font-size: 0.993rem;
    text-align: center;
    text-transform: uppercase
}

.catalog_full .catalog_descriptif .catalog_content_descriptif .content_descriptif_close p i {
    font-size: 11px;
    font-size: 1.1rem;
    margin-left: 5px;
    margin-left: 0.5rem
}

.catalog_full .catalog_descriptif .content_descriptif_header {
    position: relative
}

.catalog_full .catalog_descriptif .content_descriptif_header:after {
    content: '';
    background: #8f9091;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 5px;
    bottom: 0.5rem
}

.catalog_full .catalog_descriptif .content_descriptif_header p {
    font-size: 23.17px;
    font-size: 2.317rem;
    color: #0074a6;
    font-weight: 700;
    line-height: 100%;
    display: inline-block;
    padding-right: 18px;
    padding-right: 1.8rem;
    background: #e5e7e7;
    position: relative;
    z-index: 1
}

.catalog_full .catalog_descriptif .content_descriptif_header p font {
    font-size: 23.17px;
    font-size: 2.317rem;
    color: #0074a6;
    font-weight: 700;
    line-height: 100%
}

.catalog_full .catalog_descriptif .content_descriptif_text {
    position: relative;
    z-index: 5
}

.catalog_full .catalog_descriptif .content_descriptif_text p {
    padding-bottom: 10px;
    padding-bottom: 1rem
}

.catalog_full .catalog_descriptif .content_descriptif_text p b,
.catalog_full .catalog_descriptif .content_descriptif_text p strong {
    color: #0074a6;
    font-weight: 700
}

.catalog_full .catalog_descriptif .content_descriptif_text p b font,
.catalog_full .catalog_descriptif .content_descriptif_text p strong font {
    color: #0074a6;
    font-weight: 700
}

.catalog_full .catalog_descriptif .content_descriptif_text p a {
    color: #77c5d5
}

.catalog_full .catalog_descriptif .content_descriptif_text p a font {
    color: #77c5d5
}

.catalog_full .catalog_descriptif .content_descriptif_text ul,
.catalog_full .catalog_descriptif .content_descriptif_text ol {
    padding-top: 15px;
    padding-top: 1.5rem
}

.catalog_full .catalog_descriptif .content_descriptif_text ul li,
.catalog_full .catalog_descriptif .content_descriptif_text ol li {
    padding-left: 16px;
    padding-left: 1.6rem;
    position: relative
}

.catalog_full .catalog_descriptif .content_descriptif_text ul li:before,
.catalog_full .catalog_descriptif .content_descriptif_text ol li:before {
    font-size: 30px;
    font-size: 3rem;
    line-height: 15px;
    line-height: 1.5rem;
    content: '•';
    position: absolute;
    top: 0;
    left: 0
}

.catalog_full .catalog_descriptif .content_descriptif_text ul li b,
.catalog_full .catalog_descriptif .content_descriptif_text ol li b,
.catalog_full .catalog_descriptif .content_descriptif_text ul li strong,
.catalog_full .catalog_descriptif .content_descriptif_text ol li strong {
    color: #0074a6;
    font-weight: 700
}

.catalog_full .catalog_descriptif .content_descriptif_text ul li b font,
.catalog_full .catalog_descriptif .content_descriptif_text ol li b font,
.catalog_full .catalog_descriptif .content_descriptif_text ul li strong font,
.catalog_full .catalog_descriptif .content_descriptif_text ol li strong font {
    color: #0074a6;
    font-weight: 700
}

.catalog_full .catalog_descriptif .content_descriptif_text ul li a,
.catalog_full .catalog_descriptif .content_descriptif_text ol li a {
    color: #77c5d5
}

.catalog_full .catalog_descriptif .content_descriptif_text ul li a font,
.catalog_full .catalog_descriptif .content_descriptif_text ol li a font {
    color: #77c5d5
}

.catalog_full .catalog_descriptif .content_descriptif_text .liens_descriptif {
    text-align: right;
    padding-top: 35px;
    padding-top: 3.5rem
}

.catalog_full .catalog_descriptif .content_descriptif_text .liens_descriptif .liens {
    display: inline-block;
    margin-left: 35px;
    margin-left: 3.5rem
}

.catalog_full .catalog_descriptif .content_descriptif_text .liens_descriptif .liens p {
    cursor: pointer
}

.catalog_full .catalog_descriptif .content_descriptif_text .liens_descriptif .liens p span {
    font-size: 13.54px;
    font-size: 1.354rem;
    text-decoration: underline
}

.catalog_full .catalog_descriptif .content_descriptif_text .liens_descriptif .liens p span font {
    font-size: 13.54px;
    font-size: 1.354rem;
    text-decoration: underline
}

.catalog_full .catalog_descriptif .content_descriptif_text .liens_descriptif .liens p i {
    font-size: 13.54px;
    font-size: 1.354rem;
    color: #0074a6
}

.catalog_full .catalog_simpleblock {
    display: none;
    position: relative;
    padding-bottom: 34px;
    padding-bottom: 3.4rem
}

.catalog_full .catalog_simpleblock .shadow_simpleblock_start {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url('https://www.ms-vacances.com/files/site/images/shadow_simpleblock_start.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
    width: 1163px;
    max-width: 100%;
    height: 100px
}

.catalog_full .catalog_simpleblock .shadow_simpleblock_end {
    position: absolute;
    bottom: 0;
    left: -82px;
    left: -8.2rem;
    background-image: url('https://www.ms-vacances.com/files/site/images/shadow_simpleblock_end.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
    width: 1334px;
    height: 21px
}

.catalog_full .catalog_simpleblock .simpleblock {
    background-color: #e5e7e7;
    -webkit-box-shadow: 0px 3px 4.85px 0.15px rgba(54, 64, 78, 0.4);
    -moz-box-shadow: 0px 3px 4.85px 0.15px rgba(54, 64, 78, 0.4);
    -ms-box-shadow: 0px 3px 4.85px 0.15px rgba(54, 64, 78, 0.4);
    -o-box-shadow: 0px 3px 4.85px 0.15px rgba(54, 64, 78, 0.4);
    box-shadow: 0px 3px 4.85px 0.15px rgba(54, 64, 78, 0.4)
}

.catalog_full .catalog_simpleblock .simpleblock_content {
    padding: 45px 25px 25px 25px;
    padding: 4.5rem 2.5rem 2.5rem 2.5rem;
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
    position: relative
}

.catalog_full .catalog_simpleblock .simpleblock_content .simpleblock_close {
    position: absolute;
    bottom: -24px;
    bottom: -2.4rem;
    right: -2px;
    right: -0.2rem;
    cursor: pointer
}

.catalog_full .catalog_simpleblock .simpleblock_content .simpleblock_close p {
    font-size: 9.93px;
    font-size: 0.993rem;
    text-align: center;
    text-transform: uppercase;
    padding: 3px 17px;
    padding: 0.3rem 1.7rem;
    background-color: #fff;
    border: 2px solid #d4d6d5
}

.catalog_full .catalog_simpleblock .simpleblock_content .simpleblock_close p font {
    font-size: 9.93px;
    font-size: 0.993rem;
    text-align: center;
    text-transform: uppercase
}

.catalog_full .catalog_simpleblock .simpleblock_content .simpleblock_close p i {
    font-size: 11px;
    font-size: 1.1rem;
    margin-left: 5px;
    margin-left: 0.5rem
}

.catalog_full .catalog_simpleblock .simpleblock_header {
    position: relative
}

.catalog_full .catalog_simpleblock .simpleblock_header:after {
    content: '';
    background: #8f9091;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 5px;
    bottom: 0.5rem
}

.catalog_full .catalog_simpleblock .simpleblock_header p {
    font-size: 23.17px;
    font-size: 2.317rem;
    color: #0074a6;
    font-weight: 700;
    line-height: 100%;
    display: inline-block;
    padding-right: 18px;
    padding-right: 1.8rem;
    background: #e5e7e7;
    position: relative;
    z-index: 1
}

.catalog_full .catalog_simpleblock .simpleblock_header p font {
    font-size: 23.17px;
    font-size: 2.317rem;
    color: #0074a6;
    font-weight: 700;
    line-height: 100%
}

.catalog_full .catalog_simpleblock .simpleblock_header2 {
    position: relative
}

.catalog_full .catalog_simpleblock .simpleblock_header2:after {
    content: '';
    background: #8f9091;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 5px;
    bottom: 0.5rem
}

.catalog_full .catalog_simpleblock .simpleblock_header2 p {
    font-size: 14.89px;
    font-size: 1.489rem;
    color: #0074a6;
    font-weight: 700;
    line-height: 100%;
    display: inline-block;
    padding-right: 18px;
    padding-right: 1.8rem;
    background: #e5e7e7;
    position: relative;
    z-index: 1
}

.catalog_full .catalog_simpleblock .simpleblock_header2 p font {
    font-size: 14.89px;
    font-size: 1.489rem;
    color: #0074a6;
    font-weight: 700;
    line-height: 100%
}

.catalog_full .catalog_simpleblock .simpleblock_form {
    padding: 35px 0px;
    padding: 3.5rem 0rem
}

.catalog_full .catalog_simpleblock .simpleblock_form label {
    font-size: 14.89px;
    font-size: 1.489rem;
    line-height: 100%;
    width: 100%
}

.catalog_full .catalog_simpleblock .simpleblock_form label font {
    font-size: 14.89px;
    font-size: 1.489rem;
    line-height: 100%;
    width: 100%
}

.catalog_full .catalog_simpleblock .simpleblock_form .month label {
    background-image: url('https://www.ms-vacances.com/files/site/images/picto_calendar.png');
    background-repeat: no-repeat;
    padding: 4px 0px 0px 34px;
    padding: 0.4rem 0rem 0rem 3.4rem;
    height: 24px
}

.catalog_full .catalog_simpleblock .simpleblock_form .duration label {
    background-image: url('https://www.ms-vacances.com/files/site/images/picto_moon.png');
    background-repeat: no-repeat;
    padding: 3px 0px 0px 35px;
    padding: 0.3rem 0rem 0rem 3.5rem;
    height: 23px
}

.catalog_full .catalog_simpleblock .simpleblock_form .day label {
    background-image: url('https://www.ms-vacances.com/files/site/images/picto_bed.png');
    background-repeat: no-repeat;
    padding: 3px 0px 0px 41px;
    padding: 0.3rem 0rem 0rem 4.1rem;
    height: 21px
}

.catalog_full .catalog_simpleblock .simpleblock_form .day select {
    display: inline-block
}

.catalog_full .catalog_simpleblock .simpleblock_form button.dropdown-toggle {
    text-align: left;
    border: 1px solid #d4d6d5;
    width: 100%;
    height: 41px;
    padding: 0px 20px;
    padding: 0rem 2rem;
    margin-top: 10px;
    margin-top: 1rem;
    background-color: #fff;
    position: relative
}

.catalog_full .catalog_simpleblock .simpleblock_form button.dropdown-toggle span {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36;
    font-weight: 400
}

.catalog_full .catalog_simpleblock .simpleblock_form button.dropdown-toggle span font {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36;
    font-weight: 400
}

.catalog_full .catalog_simpleblock .simpleblock_form button.dropdown-toggle:before {
    font-family: 'icon-ms';
    font-size: 15px;
    font-size: 1.5rem;
    color: #13a538;
    content: '\e93c';
    position: absolute;
    bottom: 8px;
    bottom: 0.8rem;
    right: 30px;
    right: 3rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.catalog_full .catalog_simpleblock .simpleblock_form button.dropdown-toggle i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #282e36;
    font-weight: 600;
    line-height: 100%;
    position: absolute;
    bottom: 11px;
    bottom: 1.1rem;
    right: 10px;
    right: 1rem
}

.catalog_full .catalog_simpleblock .simpleblock_form button.dropdown-toggle.active span {
    font-size: 11.93px;
    font-size: 1.193rem;
    color: #0074a6;
    font-weight: 600
}

.catalog_full .catalog_simpleblock .simpleblock_form button.dropdown-toggle.active span font {
    font-size: 11.93px;
    font-size: 1.193rem;
    color: #0074a6;
    font-weight: 600
}

.catalog_full .catalog_simpleblock .simpleblock_form button.dropdown-toggle.active:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.catalog_full .catalog_simpleblock .simpleblock_form button.dropdown-item {
    font-size: 11.93px;
    font-size: 1.193rem;
    color: #0074a6;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.catalog_full .catalog_simpleblock .simpleblock_form button.dropdown-item font {
    font-size: 11.93px;
    font-size: 1.193rem;
    color: #0074a6;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.catalog_full .catalog_simpleblock .simpleblock_form button.dropdown-item:hover {
    color: #fff;
    background: #0074a6
}

.catalog_full .catalog_simpleblock .simpleblock_form button.dropdown-item:hover font {
    color: #fff
}

.catalog_full .catalog_simpleblock .simpleblock_form .dropdown-menu {
    width: 100%
}

.catalog_full .catalog_simpleblock .simpleblock_results {
    align-items: center
}

.catalog_full .catalog_simpleblock .simpleblock_results>[class*=col] {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.catalog_full .catalog_simpleblock .simpleblock_results .col3 {
    flex: 0 0 33.333%;
    max-width: 33.333%
}

.catalog_full .catalog_simpleblock .simpleblock_results .col4 {
    flex: 0 0 25%;
    max-width: 25%
}

.catalog_full .catalog_simpleblock .simpleblock_results .col5 {
    flex: 0 0 20%;
    max-width: 20%
}

.catalog_full .catalog_simpleblock .simpleblock_results .aucun {
    font-size: 13.89px;
    font-size: 1.389rem;
    text-align: center;
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-top: 2rem
}

.catalog_full .catalog_simpleblock .simpleblock_results .aucun font {
    font-size: 13.89px;
    font-size: 1.389rem;
    text-align: center
}

.catalog_full .catalog_simpleblock .simpleblock_results .aucun_resultat {
    width: 100%;
    padding: 20px 13px 0px 13px;
    padding: 2rem 1.3rem 0rem 1.3rem
}

.catalog_full .catalog_simpleblock .simpleblock_results .aucun_resultat .message {
    background-color: #fff;
    border: 1px solid #d4d6d5;
    padding: 15px 25px;
    padding: 1.5rem 2.5rem
}

.catalog_full .catalog_simpleblock .simpleblock_results .aucun_resultat .message p {
    font-family: 'helveticaregular';
    font-size: 16px;
    font-size: 1.6rem;
    color: #0074a6;
    line-height: 100%;
    padding-left: 40px;
    padding-left: 4rem;
    position: relative
}

.catalog_full .catalog_simpleblock .simpleblock_results .aucun_resultat .message p font {
    font-family: 'helveticaregular';
    font-size: 16px;
    font-size: 1.6rem;
    color: #0074a6;
    line-height: 100%
}

.catalog_full .catalog_simpleblock .simpleblock_results .aucun_resultat .message p:before {
    font-family: 'icon-ms';
    font-size: 25px;
    font-size: 2.5rem;
    color: #fdc100;
    content: '\e962';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.catalog_full .catalog_simpleblock .simpleblock_results .aucun_resultat .options_search {
    padding-top: 25px;
    padding-top: 2.5rem
}

.catalog_full .catalog_simpleblock .simpleblock_results .aucun_resultat .options_search .headline {
    font-family: 'Montserrat';
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
    line-height: 100%;
    background: #0074a6;
    padding: 15px 25px;
    padding: 1.5rem 2.5rem;
    margin-bottom: 30px;
    margin-bottom: 3rem
}

.catalog_full .catalog_simpleblock .simpleblock_results .aucun_resultat .options_search .headline font {
    font-family: 'Montserrat';
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
    line-height: 100%
}

.catalog_full .catalog_simpleblock .simpleblock_results .aucun_resultat .options_search .option_search {
    padding: 20px 0px 20px 35px;
    padding: 2rem 0rem 2rem 3.5rem;
    border-bottom: 1px solid #cbcbcb
}

.catalog_full .catalog_simpleblock .simpleblock_results .aucun_resultat .options_search .option_search .txt_option {
    font-family: 'helveticaregular';
    font-size: 16px;
    font-size: 1.6rem;
    color: #6f6f6f;
    line-height: 100%;
    padding-left: 50px;
    padding-left: 5rem;
    position: relative
}

.catalog_full .catalog_simpleblock .simpleblock_results .aucun_resultat .options_search .option_search .txt_option font {
    font-family: 'helveticaregular';
    font-size: 16px;
    font-size: 1.6rem;
    color: #6f6f6f;
    line-height: 100%
}

.catalog_full .catalog_simpleblock .simpleblock_results .aucun_resultat .options_search .option_search .txt_option:before {
    font-family: 'icon-ms';
    color: #0074a6;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.catalog_full .catalog_simpleblock .simpleblock_results .aucun_resultat .options_search .option_search .txt_option a,
.catalog_full .catalog_simpleblock .simpleblock_results .aucun_resultat .options_search .option_search .txt_option b {
    font-family: 'helveticabold';
    font-size: 16px;
    font-size: 1.6rem;
    color: #6f6f6f
}

.catalog_full .catalog_simpleblock .simpleblock_results .aucun_resultat .options_search .option_search .txt_option i {
    color: #6f6f6f
}

.catalog_full .catalog_simpleblock .simpleblock_results .aucun_resultat .options_search .option_search .option_search_date .txt_option:before {
    font-size: 29px;
    font-size: 2.9rem;
    content: '\e909'
}

.catalog_full .catalog_simpleblock .simpleblock_results .aucun_resultat .options_search .option_search .option_search_tel .txt_option:before {
    font-size: 29px;
    font-size: 2.9rem;
    content: '\e902'
}

.catalog_full .catalog_simpleblock .simpleblock_results .aucun_resultat .options_search .option_search_camping {
    display: table;
    width: 100%
}

.catalog_full .catalog_simpleblock .simpleblock_results .aucun_resultat .options_search .option_search_camping>* {
    display: table-cell;
    vertical-align: middle
}

.catalog_full .catalog_simpleblock .simpleblock_results .aucun_resultat .options_search .option_search_camping .button {
    text-align: right;
    width: 100px
}

.catalog_full .catalog_simpleblock .simpleblock_results .aucun_resultat .options_search .option_search_camping .button p {
    font-family: 'Montserrat';
    font-size: 19.16px;
    font-size: 1.916rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%;
    background-color: #13a538;
    border: 1px solid #13a538;
    padding: 10px 15px;
    padding: 1rem 1.5rem;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.catalog_full .catalog_simpleblock .simpleblock_results .aucun_resultat .options_search .option_search_camping .button p font {
    font-family: 'Montserrat';
    font-size: 19.16px;
    font-size: 1.916rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.catalog_full .catalog_simpleblock .simpleblock_results .aucun_resultat .options_search .option_search_camping .button p:hover {
    color: #13a538;
    background: none
}

.catalog_full .catalog_simpleblock .simpleblock_results .aucun_resultat .options_search .option_search_camping .button p:hover font {
    color: #13a538
}

.catalog_full .catalog_simpleblock .simpleblock_stay {
    background-color: #fff;
    border: 1px solid #c1c4c3;
    margin-top: 25px;
    margin-top: 2.5rem;
    text-align: center
}

.catalog_full .catalog_simpleblock .simpleblock_stay .simpleblock_stay_header {
    padding: 15px 15px 0px 15px;
    padding: 1.5rem 1.5rem 0rem 1.5rem;
    position: relative
}

.catalog_full .catalog_simpleblock .simpleblock_stay .simpleblock_stay_header .dates {
    border-bottom: 1px solid rgba(143, 144, 145, 0.4)
}

.catalog_full .catalog_simpleblock .simpleblock_stay .simpleblock_stay_header .dates p {
    font-size: 13.24px;
    font-size: 1.324rem;
    text-align: center;
    line-height: 13.24px;
    line-height: 1.324rem;
    padding-bottom: 15px;
    padding-bottom: 1.5rem
}

.catalog_full .catalog_simpleblock .simpleblock_stay .simpleblock_stay_header .dates p font {
    font-size: 13.24px;
    font-size: 1.324rem;
    text-align: center;
    line-height: 13.24px;
    line-height: 1.324rem
}

.catalog_full .catalog_simpleblock .simpleblock_stay .simpleblock_stay_header .picto {
    position: absolute;
    top: 7px;
    top: 0.7rem;
    left: 9px;
    left: 0.9rem
}

.catalog_full .catalog_simpleblock .simpleblock_stay .simpleblock_stay_price {
    text-align: center;
    padding: 15px 15px 0px 15px;
    padding: 1.5rem 1.5rem 0rem 1.5rem
}

.catalog_full .catalog_simpleblock .simpleblock_stay .simpleblock_stay_price img {
    margin: 0px 1px;
    margin: 0rem 0.1rem
}

.catalog_full .catalog_simpleblock .simpleblock_stay .simpleblock_stay_price p {
    font-size: 24.82px;
    font-size: 2.482rem;
    color: #13a538;
    line-height: 100%
}

.catalog_full .catalog_simpleblock .simpleblock_stay .simpleblock_stay_price p font {
    font-size: 24.82px;
    font-size: 2.482rem;
    color: #13a538;
    line-height: 100%
}

.catalog_full .catalog_simpleblock .simpleblock_stay .simpleblock_stay_price p sup {
    font-size: 50%;
    color: #13a538;
    line-height: 100%
}

.catalog_full .catalog_simpleblock .simpleblock_stay .simpleblock_stay_price p sup font {
    font-size: 50%;
    color: #13a538;
    line-height: 100%
}

.catalog_full .catalog_simpleblock .simpleblock_stay .simpleblock_stay_price p.prix_seul {
    padding: 9px 0px 10px 0px;
    padding: 0.9rem 0rem 1rem 0rem;
    font-size: 27px;
    font-size: 2.7rem
}

.catalog_full .catalog_simpleblock .simpleblock_stay .simpleblock_stay_price p.prix_seul font {
    font-size: 27px;
    font-size: 2.7rem
}

.catalog_full .catalog_simpleblock .simpleblock_stay .simpleblock_stay_price_strike {
    text-align: center;
    margin: 5px 15px 0px 15px;
    margin: 0.5rem 1.5rem 0rem 1.5rem;
    display: inline-block;
    position: relative
}

.catalog_full .catalog_simpleblock .simpleblock_stay .simpleblock_stay_price_strike p {
    font-size: 16.55px;
    font-size: 1.655rem;
    color: #282e36;
    line-height: 100%;
    display: inline-block
}

.catalog_full .catalog_simpleblock .simpleblock_stay .simpleblock_stay_price_strike p font {
    font-size: 16.55px;
    font-size: 1.655rem;
    color: #282e36;
    line-height: 100%
}

.catalog_full .catalog_simpleblock .simpleblock_stay .simpleblock_stay_price_strike p sup {
    font-size: 50%;
    color: #282e36;
    line-height: 100%
}

.catalog_full .catalog_simpleblock .simpleblock_stay .simpleblock_stay_price_strike p sup font {
    font-size: 50%;
    color: #282e36;
    line-height: 100%
}

.catalog_full .catalog_simpleblock .simpleblock_stay .simpleblock_stay_price_strike::before {
    display: block;
    content: "";
    height: 1px;
    background: #282e36;
    width: 100%;
    position: absolute;
    top: 8px
}

.catalog_full .catalog_simpleblock .simpleblock_stay .simpleblock_stay_price_complet {
    text-align: center;
    padding: 25px 15px 0px 15px;
    padding: 2.5rem 1.5rem 0rem 1.5rem;
    height: 62px
}

.catalog_full .catalog_simpleblock .simpleblock_stay .simpleblock_stay_price_complet p {
    font-size: 13px;
    font-size: 1.3rem;
    color: #0074a6;
    line-height: 100%;
    font-weight: bold
}

.catalog_full .catalog_simpleblock .simpleblock_stay .simpleblock_stay_price_complet p font {
    font-size: 13px;
    font-size: 1.3rem;
    color: #0074a6;
    line-height: 100%;
    font-weight: bold
}

.catalog_full .catalog_simpleblock .simpleblock_stay .simpleblock_stay_book {
    background-color: #13a538;
    padding: 5px 15px;
    padding: 0.5rem 1.5rem;
    margin-top: 10px;
    margin-top: 1rem
}

.catalog_full .catalog_simpleblock .simpleblock_stay .simpleblock_stay_book div {
    font-size: 14.89px;
    font-size: 1.489rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%;
    cursor: pointer
}

.catalog_full .catalog_simpleblock .simpleblock_stay .simpleblock_stay_book div font {
    font-size: 14.89px;
    font-size: 1.489rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%
}

.catalog_full .catalog_simpleblock .simpleblock_stay .simpleblock_stay_book_complet {
    background-color: #7f7f7f;
    padding: 5px 15px;
    padding: 0.5rem 1.5rem;
    margin-top: 10px;
    margin-top: 1rem
}

.catalog_full .catalog_simpleblock .simpleblock_stay .simpleblock_stay_book_complet div {
    font-size: 14.89px;
    font-size: 1.489rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%;
    cursor: initial
}

.catalog_full .catalog_simpleblock .simpleblock_stay .simpleblock_stay_book_complet div font {
    font-size: 14.89px;
    font-size: 1.489rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%
}

.etape {
    padding: 60px 0px 0px 0px;
    padding: 6rem 0rem 0rem 0rem
}

.etape.etape_2 {
    padding-top: 80px;
    padding-top: 8rem
}

.legende {
    position: relative
}

.legende:after {
    content: '';
    background: #8f9091;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 5px;
    bottom: 0.5rem
}

.legende p {
    font-family: 'Trebuchet MS';
    font-size: 22.51px;
    font-size: 2.251rem;
    color: #0074a6;
    font-weight: 700;
    line-height: 100%;
    display: inline-block;
    padding-right: 18px;
    padding-right: 1.8rem;
    background: #f5f5f5;
    position: relative;
    z-index: 1
}

.legende p font {
    font-family: 'Trebuchet MS';
    font-size: 22.51px;
    font-size: 2.251rem;
    color: #0074a6;
    font-weight: 700;
    line-height: 100%
}

.legende.legend_result:after {
    display: none
}

form.recherchez {
    padding-top: 30px;
    padding-top: 3rem
}

form.recherchez .row {
    align-items: flex-end
}

form.recherchez .arrivee {
    padding-top: 20px;
    padding-top: 2rem
}

form.recherchez .arrivee label {
    background-image: url('https://www.ms-vacances.com/files/site/images/picto_calendar.png');
    background-repeat: no-repeat;
    padding: 4px 0px 0px 34px;
    padding: 0.4rem 0rem 0rem 3.4rem
}

form.recherchez .depart {
    padding-top: 20px;
    padding-top: 2rem
}

form.recherchez .depart label {
    background-image: url('https://www.ms-vacances.com/files/site/images/picto_calendar.png');
    background-repeat: no-repeat;
    padding: 4px 0px 0px 34px;
    padding: 0.4rem 0rem 0rem 3.4rem
}

form.recherchez .club {
    padding-top: 20px;
    padding-top: 2rem
}

form.recherchez .club label {
    background-image: url('https://www.ms-vacances.com/files/site/images/picto_club.png');
    background-repeat: no-repeat;
    padding: 3px 0px 0px 33px;
    padding: 0.3rem 0rem 0rem 3.3rem
}

form.recherchez .hebergement {
    padding-top: 20px;
    padding-top: 2rem
}

form.recherchez .hebergement label {
    background-image: url('https://www.ms-vacances.com/files/site/images/picto_home.png');
    background-repeat: no-repeat;
    padding: 3px 0px 0px 33px;
    padding: 0.3rem 0rem 0rem 3.3rem
}

form.recherchez .participants {
    padding-top: 20px;
    padding-top: 2rem
}

form.recherchez .participants label {
    background-image: url('https://www.ms-vacances.com/files/site/images/picto_bed.png');
    background-repeat: no-repeat;
    padding: 3px 0px 0px 41px;
    padding: 0.3rem 0rem 0rem 4.1rem
}

form.recherchez .gamme {
    padding-top: 20px;
    padding-top: 2rem
}

form.recherchez .gamme label {
    background-image: url('https://www.ms-vacances.com/files/site/images/picto_gamme.png');
    background-repeat: no-repeat;
    padding: 10px 0px 0px 33px;
    padding: 1rem 0rem 0rem 3.3rem
}

form.recherchez .comparatif p {
    font-size: 11.58px;
    font-size: 1.158rem;
    font-style: italic;
    text-decoration: underline
}

form.recherchez .comparatif p font {
    font-size: 11.58px;
    font-size: 1.158rem;
    font-style: italic;
    text-decoration: underline
}

form.recherchez .actions,
form.recherchez .criteres {
    text-align: right
}

form.recherchez .actions p,
form.recherchez .criteres p {
    display: inline-block;
    margin-left: 15px;
    margin-left: 1.5rem
}

form.recherchez .effacer_criteres,
form.recherchez .afficher_filtres,
form.recherchez .cacher_filtres {
    font-size: 11.58px;
    font-size: 1.158rem;
    text-align: right;
    font-style: italic;
    text-decoration: underline;
    cursor: pointer;
    padding-top: 6px;
    padding-top: 0.6rem
}

form.recherchez .effacer_criteres font,
form.recherchez .afficher_filtres font,
form.recherchez .cacher_filtres font {
    font-size: 11.58px;
    font-size: 1.158rem;
    text-align: right;
    font-style: italic;
    text-decoration: underline
}

form.recherchez div.error {
    display: none
}

form.recherchez div.error p {
    color: #af3b3b
}

form.recherchez div.error p font {
    color: #af3b3b
}

form.recherchez .dropdown-toggle.error {
    outline: thin solid #af3b3b
}

form.recherchez .dropdown-toggle.error:before {
    font-family: 'FontAwesome';
    color: #af3b3b;
    content: '\f00d';
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

form.recherchez label {
    font-size: 14.89px;
    font-size: 1.489rem;
    display: block;
    padding-bottom: 10px;
    padding-bottom: 1rem
}

form.recherchez label font {
    font-size: 14.89px;
    font-size: 1.489rem
}

form.recherchez input {
    font-size: 11.93px;
    font-size: 1.193rem;
    color: #282e36;
    text-align: left;
    font-weight: 600;
    border: 1px solid #d4d6d5;
    width: 100%;
    height: 41px;
    padding: 0px 20px;
    padding: 0rem 2rem;
    margin-top: 10px;
    margin-top: 1rem;
    background-color: #fff
}

form.recherchez input.error {
    outline: thin solid #af3b3b
}

form.recherchez input.error:before {
    font-family: 'FontAwesome';
    color: #af3b3b;
    content: '\f00d';
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

form.recherchez input:invalid {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

form.recherchez input::-webkit-input-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

form.recherchez input:-moz-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

form.recherchez input::-moz-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

form.recherchez input:-ms-input-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

form.recherchez input[name="start"] {
    border-right: none
}

form.recherchez input[name="end"] {
    border-left: none
}

form.recherchez select {
    font-size: 11.93px;
    font-size: 1.193rem;
    color: #282e36;
    font-weight: 600;
    border: 1px solid #d4d6d5;
    width: 100%;
    height: 41px;
    padding: 0px 20px;
    padding: 0rem 2rem;
    margin-top: 10px;
    margin-top: 1rem;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

form.recherchez select font {
    font-size: 11.93px;
    font-size: 1.193rem;
    color: #282e36;
    font-weight: 600
}

form.recherchez select:invalid {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36;
    font-weight: 400
}

form.recherchez select::-webkit-input-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

form.recherchez select:-moz-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

form.recherchez select::-moz-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

form.recherchez select:-ms-input-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

form.recherchez select:selected,
form.recherchez select::selected {
    color: red
}

form.recherchez .form-select {
    position: relative;
}

form.recherchez .form-select:after {
    font-family: 'FontAwesome';
    font-size: 10px;
    font-size: 1rem;
    color: #1d1d1b;
    line-height: 100%;
    content: '\f107';
    position: absolute;
    bottom: 15px;
    bottom: 1.5rem;
    right: 10px;
    right: 1rem
}

form.recherchez .input-daterange div {
    background-color: #d4d6d5;
    width: 1px;
    margin-top: 10px;
    margin-top: 1rem;
    position: relative
}

form.recherchez .arrivee_check {
    position: absolute;
    bottom: 8px;
    bottom: 0.8rem;
    right: 10px;
    right: 1rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

form.recherchez .arrivee_check i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #13a538
}

form.recherchez .arrivee_check.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

form.recherchez .arrivee_error {
    position: absolute;
    bottom: 8px;
    bottom: 0.8rem;
    right: 10px;
    right: 1rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

form.recherchez .arrivee_error i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #af3b3b
}

form.recherchez .arrivee_error.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

form.recherchez .depart_check {
    position: absolute;
    bottom: 8px;
    bottom: 0.8rem;
    right: 10px;
    right: 1rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

form.recherchez .depart_check i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #13a538
}

form.recherchez .depart_check.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

form.recherchez .depart_error {
    position: absolute;
    bottom: 8px;
    bottom: 0.8rem;
    right: 10px;
    right: 1rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

form.recherchez .depart_error i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #af3b3b
}

form.recherchez .depart_error.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

form.recherchez button.dropdown-toggle {
    text-align: left;
    border: 1px solid #d4d6d5;
    width: 100%;
    height: 41px;
    padding: 0px 20px;
    padding: 0rem 2rem;
    margin-top: 10px;
    margin-top: 1rem;
    background-color: #fff;
    position: relative
}

form.recherchez button.dropdown-toggle span {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36;
    font-weight: 400
}

form.recherchez button.dropdown-toggle span font {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36;
    font-weight: 400
}

form.recherchez button.dropdown-toggle:before {
    font-family: 'icon-ms';
    font-size: 15px;
    font-size: 1.5rem;
    color: #13a538;
    content: '\e93c';
    position: absolute;
    bottom: 8px;
    bottom: 0.8rem;
    right: 30px;
    right: 3rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

form.recherchez button.dropdown-toggle>i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #282e36;
    font-weight: 600;
    line-height: 100%;
    position: absolute;
    bottom: 11px;
    bottom: 1.1rem;
    right: 10px;
    right: 1rem
}

form.recherchez button.dropdown-toggle.active span {
    font-size: 11.93px;
    font-size: 1.193rem;
    color: #282e36;
    font-weight: 600
}

form.recherchez button.dropdown-toggle.active span font {
    font-size: 11.93px;
    font-size: 1.193rem;
    color: #282e36;
    font-weight: 600
}

form.recherchez button.dropdown-toggle.active span i {
    font-size: 60%;
    color: #282e36;
    font-weight: 600
}

form.recherchez button.dropdown-toggle.active:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

form.recherchez button.dropdown-item {
    font-size: 11.93px;
    font-size: 1.193rem;
    color: #282e36;
    font-weight: 600
}

form.recherchez button.dropdown-item font {
    font-size: 11.93px;
    font-size: 1.193rem;
    color: #282e36;
    font-weight: 600
}

form.recherchez button.dropdown-item i {
    font-size: 60%
}

form.recherchez button.dropdown-item span {
    font-weight: 400;
    font-style: italic;
    float: right
}

form.recherchez button.dropdown-item span font {
    font-weight: 400;
    font-style: italic
}

form.recherchez button.dropdown-item span.supplement {
    color: #d4d6d5 !important
}

form.recherchez button.dropdown-item span.supplement font {
    color: #d4d6d5 !important
}

form.recherchez button.dropdown-item:after {
    clear: both;
    content: '';
    display: table
}

form.recherchez .dropdown-menu {
    width: 100%
}

form.recherchez .submit {
    text-indent: -9999px;
    background-color: #13a538;
    background-image: url('https://www.ms-vacances.com/files/site/images/search.png');
    background-position: 50% 50%;
    background-size: auto;
    background-attachment: auto;
    background-repeat: no-repeat;
    background-clip: border-box;
    background-origin: padding-box;
    width: 41px;
    height: 41px;
    border: 1px solid #13a538;
    display: inline-block;
    margin-left: -4px;
    margin-left: -0.4rem;
    cursor: pointer
}

.search_form {
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.search_form.fixed {
    position: fixed;
    top: 51px;
    top: 5.1rem;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.search_form.fixed:after {
    background-image: url('https://www.ms-vacances.com/files/site/images/shadow_header.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -27px;
    bottom: -2.7rem;
    left: 0;
    right: 0;
    width: 100%;
    height: 27px;
    z-index: 5;
    content: ''
}

.search_form.fixed .btn_close {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.search_form.fixed form.recherchez {
    padding: 20px 0px;
    padding: 2rem 0rem
}

.search_form.fixed form.recherchez .row:nth-child(3) {
    align-items: flex-start
}

.search_form.fixed form.recherchez .hebergement,
.search_form.fixed form.recherchez .depart,
.search_form.fixed form.recherchez .participants {
    padding: 0
}

.search_form.nofixed {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.search_form .btn_close {
    position: absolute;
    top: 5px;
    top: 0.5rem;
    right: 15px;
    right: 1.5rem;
    z-index: 9;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.search_form .btn_close i {
    font-size: 20px;
    font-size: 2rem;
    color: #282e36;
    cursor: pointer
}

.informations_camping {
    background: #fff;
    position: relative
}

.informations_camping .shadow_informations_camping {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('https://www.ms-vacances.com/files/site/images/shadow_avis.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 24px;
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.rsce_infos_camping {
    background: #fff;
    padding: 20px 0px 30px 0px;
    padding: 2rem 0rem 3rem 0rem
}

.rsce_infos_camping>div {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden
}

.rsce_infos_camping .logo_club {
    width: 61px
}

.rsce_infos_camping .camping_ville {
    padding-left: 22px;
    padding-left: 2.2rem
}

.rsce_infos_camping .ce_camping .camping {
    font-size: 26.48px;
    font-size: 2.648rem;
    color: #282e36;
    font-weight: 700;
    line-height: 100%
}

.rsce_infos_camping .ce_camping .camping font {
    font-size: 26.48px;
    font-size: 2.648rem;
    color: #282e36;
    font-weight: 700;
    line-height: 100%
}

.rsce_infos_camping .ce_camping .camping i {
    font-size: 11px;
    font-size: 1.1rem;
    color: #282e36;
    vertical-align: super;
    margin-left: 4px;
    margin-left: 0.4rem
}

.rsce_infos_camping .ce_ville {
    padding-top: 8px;
    padding-top: 0.8rem
}

.rsce_infos_camping .ce_ville .ville {
    font-size: 18.2px;
    font-size: 1.82rem;
    color: #282e36;
    text-transform: uppercase;
    line-height: 100%
}

.rsce_infos_camping .ce_ville .ville font {
    font-size: 18.2px;
    font-size: 1.82rem;
    color: #282e36;
    text-transform: uppercase;
    line-height: 100%
}

.rsce_accroches_offres_speciales {
    padding-top: 60px;
    padding-top: 6rem
}

.rsce_accroches_offres_speciales .accroche_offre_speciale {
    padding: 50px 0px 40px 0px;
    padding: 5rem 0rem 4rem 0rem
}

.rsce_accroches_offres_speciales .accroche_offre_speciale .ce_headline .headline {
    font-family: 'Trebuchet MS';
    font-size: 23.17px;
    font-size: 2.317rem;
    color: #0074a6;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%
}

.rsce_accroches_offres_speciales .accroche_offre_speciale .ce_headline .headline font {
    font-family: 'Trebuchet MS';
    font-size: 23.17px;
    font-size: 2.317rem;
    color: #0074a6;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%
}

.rsce_accroches_offres_speciales .accroche_offre_speciale .ce_headline .headline i {
    font-size: 11px;
    font-size: 1.1rem;
    color: #282e36;
    vertical-align: top;
    margin-left: 4px;
    margin-left: 0.4rem
}

.rsce_accroches_offres_speciales .accroche_offre_speciale figure {
    padding-top: 25px;
    padding-top: 2.5rem;
    width: 100%;
    height: 175px;
    position: relative
}

.rsce_accroches_offres_speciales .accroche_offre_speciale figure .row_offres {
    display: flex;
    flex-wrap: wrap
}

.rsce_accroches_offres_speciales .accroche_offre_speciale figure .image {
    flex: 0 0 calc(100% - 150px);
    max-width: -webkit-calc(100% - 150px);
    max-width: -moz-calc(100% - 150px);
    max-width: -o-calc(100% - 150px);
    max-width: -ms-calc(100% - 150px);
    max-width: calc(100% - 150px);
    height: 100%;
    position: relative;
    z-index: 1
}

.rsce_accroches_offres_speciales .accroche_offre_speciale figure .image div {
    height: 150px
}

.rsce_accroches_offres_speciales .accroche_offre_speciale figure figcaption {
    text-align: center;
    flex: 0 0 150px;
    max-width: 150px;
    height: 150px;
    display: inline-block;
    background-color: #0074a6
}

.rsce_accroches_offres_speciales .accroche_offre_speciale figure figcaption .contenu {
    display: table;
    width: 100%;
    height: 100%
}

.rsce_accroches_offres_speciales .accroche_offre_speciale figure figcaption .contenu>div {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 13px;
    padding: 0rem 1.3rem
}

.rsce_accroches_offres_speciales .accroche_offre_speciale figure figcaption .jusqua {
    font-size: 13.24px;
    font-size: 1.324rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%
}

.rsce_accroches_offres_speciales .accroche_offre_speciale figure figcaption .jusqua font {
    font-size: 13.24px;
    font-size: 1.324rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%
}

.rsce_accroches_offres_speciales .accroche_offre_speciale figure figcaption .pourcentage {
    font-size: 38.07px;
    font-size: 3.807rem;
    color: #fff;
    line-height: 100%;
    padding-top: 5px;
    padding-top: 0.5rem
}

.rsce_accroches_offres_speciales .accroche_offre_speciale figure figcaption .pourcentage font {
    font-size: 38.07px;
    font-size: 3.807rem;
    color: #fff;
    line-height: 100%
}

.rsce_accroches_offres_speciales .accroche_offre_speciale figure figcaption .texte_offre {
    font-family: 'Trebuchet MS';
    font-size: 18.52px;
    font-size: 1.852rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 21.52px;
    line-height: 2.152rem
}

.rsce_accroches_offres_speciales .accroche_offre_speciale figure figcaption .texte_offre font {
    font-family: 'Trebuchet MS';
    font-size: 18.52px;
    font-size: 1.852rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 21.52px;
    line-height: 2.152rem
}

.rsce_accroches_offres_speciales .accroche_offre_speciale figure figcaption .avant {
    font-family: 'Playfair Display';
    font-size: 11.59px;
    font-size: 1.159rem;
    color: #fff;
    font-style: italic;
    padding-top: 10px;
    padding-top: 1rem
}

.rsce_accroches_offres_speciales .accroche_offre_speciale figure figcaption .avant font {
    font-family: 'Playfair Display';
    font-size: 11.59px;
    font-size: 1.159rem;
    color: #fff;
    font-style: italic
}

.rsce_accroches_offres_speciales .accroche_offre_speciale figure figcaption .avant span {
    font-family: 'Montserrat';
    font-size: 13.24px;
    font-size: 1.324rem;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    line-height: 100%
}

.rsce_accroches_offres_speciales .accroche_offre_speciale figure figcaption .avant span font {
    font-family: 'Montserrat';
    font-size: 13.24px;
    font-size: 1.324rem;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    line-height: 100%
}

.rsce_accroches_offres_speciales .accroche_offre_speciale figure .shadow {
    background-image: url('https://www.ms-vacances.com/files/site/images/shadow_accroche_offres_speciale.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    bottom: -17px;
    bottom: -1.7rem;
    left: 0;
    width: 100%;
    height: 22px
}

.rsce_accroches_offres_speciales .accroche_offre_speciale .ce_subHeadline {
    padding-top: 40px;
    padding-top: 4rem
}

.rsce_accroches_offres_speciales .accroche_offre_speciale .ce_subHeadline .subHeadline {
    text-transform: uppercase
}

.rsce_accroches_offres_speciales .accroche_offre_speciale .ce_subHeadline .subHeadline font {
    text-transform: uppercase
}

.rsce_accroches_offres_speciales .accroche_offre_speciale .teaser p b,
.rsce_accroches_offres_speciales .accroche_offre_speciale .teaser p strong {
    font-weight: 700
}

.rsce_accroches_offres_speciales .accroche_offre_speciale .teaser p b font,
.rsce_accroches_offres_speciales .accroche_offre_speciale .teaser p strong font {
    font-weight: 700
}

.rsce_accroches_offres_speciales .accroche_offre_speciale .teaser p a {
    color: #282e36
}

.rsce_accroches_offres_speciales .accroche_offre_speciale .teaser p a font {
    color: #282e36
}

.rsce_accroches_offres_speciales .accroche_offre_speciale .teaser ul li b,
.rsce_accroches_offres_speciales .accroche_offre_speciale .teaser ol li b,
.rsce_accroches_offres_speciales .accroche_offre_speciale .teaser ul li strong,
.rsce_accroches_offres_speciales .accroche_offre_speciale .teaser ol li strong {
    font-weight: 700
}

.rsce_accroches_offres_speciales .accroche_offre_speciale .teaser ul li b font,
.rsce_accroches_offres_speciales .accroche_offre_speciale .teaser ol li b font,
.rsce_accroches_offres_speciales .accroche_offre_speciale .teaser ul li strong font,
.rsce_accroches_offres_speciales .accroche_offre_speciale .teaser ol li strong font {
    font-weight: 700
}

.rsce_accroches_offres_speciales .accroche_offre_speciale .teaser ul li a,
.rsce_accroches_offres_speciales .accroche_offre_speciale .teaser ol li a {
    color: #282e36
}

.rsce_accroches_offres_speciales .accroche_offre_speciale .teaser ul li a font,
.rsce_accroches_offres_speciales .accroche_offre_speciale .teaser ol li a font {
    color: #282e36
}

.rsce_accroches_offres_speciales .accroche_offre_speciale .button {
    padding-top: 30px;
    padding-top: 3rem
}

.rsce_accroches_offres_speciales .accroche_offre_speciale .button p {
    font-size: 13.24px;
    font-size: 1.324rem;
    color: #0074a6;
    text-transform: uppercase;
    font-weight: 700
}

.rsce_accroches_offres_speciales .accroche_offre_speciale .button p font {
    font-size: 13.24px;
    font-size: 1.324rem;
    color: #0074a6;
    text-transform: uppercase;
    font-weight: 700
}

.rsce_accroches_offres_speciales .accroche_offre_speciale .button p i {
    font-size: 13px;
    font-size: 1.3rem;
    color: #0074a6;
    margin-left: 9px;
    margin-left: 0.9rem
}

.rsce_accroches_offres_speciales>.row {
    border-top: 1px solid rgba(152, 154, 154, 0.4)
}

.rsce_accroches_offres_speciales>.row:first-child {
    border-top: none;
    padding-top: 0px;
    padding-top: 0rem
}

.rsce_accroches_offres_speciales>.row:first-child .accroche_offre_speciale {
    padding-top: 0px;
    padding-top: 0rem
}

.rsce_accroches_offres_speciales>.row>[class*="col-"]:nth-child(2n+1) {
    border-right: 1px solid rgba(152, 154, 154, 0.4)
}

.rsce_accroches_offres_speciales>.row>[class*="col-"]:nth-child(2n) {
    border-left: 1px solid rgba(255, 255, 255, 0)
}

.conditions_offres_speciales {
    padding: 100px 0px 60px 0px;
    padding: 10rem 0rem 6rem 0rem
}

.conditions_offres_speciales .rsce_conditions {
    text-align: justify
}

.conditions_offres_speciales .rsce_conditions .ce_title .title {
    font-family: 'Raleway';
    font-size: 11.58px;
    font-size: 1.158rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 13.24px;
    line-height: 1.324rem
}

.conditions_offres_speciales .rsce_conditions .ce_title .title font {
    font-family: 'Raleway';
    font-size: 11.58px;
    font-size: 1.158rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 13.24px;
    line-height: 1.324rem
}

.conditions_offres_speciales .rsce_conditions .text h1,
.conditions_offres_speciales .rsce_conditions .text h2,
.conditions_offres_speciales .rsce_conditions .text h3,
.conditions_offres_speciales .rsce_conditions .text h4,
.conditions_offres_speciales .rsce_conditions .text h5,
.conditions_offres_speciales .rsce_conditions .text h6 {
    font-weight: 600
}

.conditions_offres_speciales .rsce_conditions .text h1 *,
.conditions_offres_speciales .rsce_conditions .text h2 *,
.conditions_offres_speciales .rsce_conditions .text h3 *,
.conditions_offres_speciales .rsce_conditions .text h4 *,
.conditions_offres_speciales .rsce_conditions .text h5 *,
.conditions_offres_speciales .rsce_conditions .text h6 * {
    font-weight: 500
}

.conditions_offres_speciales .rsce_conditions .text h1 b,
.conditions_offres_speciales .rsce_conditions .text h2 b,
.conditions_offres_speciales .rsce_conditions .text h3 b,
.conditions_offres_speciales .rsce_conditions .text h4 b,
.conditions_offres_speciales .rsce_conditions .text h5 b,
.conditions_offres_speciales .rsce_conditions .text h6 b,
.conditions_offres_speciales .rsce_conditions .text h1 strong,
.conditions_offres_speciales .rsce_conditions .text h2 strong,
.conditions_offres_speciales .rsce_conditions .text h3 strong,
.conditions_offres_speciales .rsce_conditions .text h4 strong,
.conditions_offres_speciales .rsce_conditions .text h5 strong,
.conditions_offres_speciales .rsce_conditions .text h6 strong {
    font-weight: 700
}

.conditions_offres_speciales .rsce_conditions .text h1 b font,
.conditions_offres_speciales .rsce_conditions .text h2 b font,
.conditions_offres_speciales .rsce_conditions .text h3 b font,
.conditions_offres_speciales .rsce_conditions .text h4 b font,
.conditions_offres_speciales .rsce_conditions .text h5 b font,
.conditions_offres_speciales .rsce_conditions .text h6 b font,
.conditions_offres_speciales .rsce_conditions .text h1 strong font,
.conditions_offres_speciales .rsce_conditions .text h2 strong font,
.conditions_offres_speciales .rsce_conditions .text h3 strong font,
.conditions_offres_speciales .rsce_conditions .text h4 strong font,
.conditions_offres_speciales .rsce_conditions .text h5 strong font,
.conditions_offres_speciales .rsce_conditions .text h6 strong font {
    font-weight: 700
}

.conditions_offres_speciales .rsce_conditions .text h1 sup,
.conditions_offres_speciales .rsce_conditions .text h2 sup,
.conditions_offres_speciales .rsce_conditions .text h3 sup,
.conditions_offres_speciales .rsce_conditions .text h4 sup,
.conditions_offres_speciales .rsce_conditions .text h5 sup,
.conditions_offres_speciales .rsce_conditions .text h6 sup {
    font-size: 8px;
    font-size: 0.8rem
}

.conditions_offres_speciales .rsce_conditions .text h1 sup *,
.conditions_offres_speciales .rsce_conditions .text h2 sup *,
.conditions_offres_speciales .rsce_conditions .text h3 sup *,
.conditions_offres_speciales .rsce_conditions .text h4 sup *,
.conditions_offres_speciales .rsce_conditions .text h5 sup *,
.conditions_offres_speciales .rsce_conditions .text h6 sup * {
    font-size: 8px;
    font-size: 0.8rem
}

.conditions_offres_speciales .rsce_conditions .text h1 .fa,
.conditions_offres_speciales .rsce_conditions .text h2 .fa,
.conditions_offres_speciales .rsce_conditions .text h3 .fa,
.conditions_offres_speciales .rsce_conditions .text h4 .fa,
.conditions_offres_speciales .rsce_conditions .text h5 .fa,
.conditions_offres_speciales .rsce_conditions .text h6 .fa,
.conditions_offres_speciales .rsce_conditions .text h1 .ms,
.conditions_offres_speciales .rsce_conditions .text h2 .ms,
.conditions_offres_speciales .rsce_conditions .text h3 .ms,
.conditions_offres_speciales .rsce_conditions .text h4 .ms,
.conditions_offres_speciales .rsce_conditions .text h5 .ms,
.conditions_offres_speciales .rsce_conditions .text h6 .ms {
    font-family: 'FontAwesome';
    font-size: 50%
}

.conditions_offres_speciales .rsce_conditions .text p b,
.conditions_offres_speciales .rsce_conditions .text p strong {
    font-weight: 700
}

.conditions_offres_speciales .rsce_conditions .text p b font,
.conditions_offres_speciales .rsce_conditions .text p strong font {
    font-weight: 700
}

.conditions_offres_speciales .rsce_conditions .text p sup {
    font-size: 10px;
    font-size: 1rem
}

.conditions_offres_speciales .rsce_conditions .text p sup * {
    font-size: 10px;
    font-size: 1rem
}

.conditions_offres_speciales .rsce_conditions .text p .fa,
.conditions_offres_speciales .rsce_conditions .text p .ms {
    font-family: 'FontAwesome';
    font-size: 50%
}

.conditions_offres_speciales .rsce_conditions .text ul li b,
.conditions_offres_speciales .rsce_conditions .text ul li strong {
    font-weight: 700
}

.conditions_offres_speciales .rsce_conditions .text ul li b font,
.conditions_offres_speciales .rsce_conditions .text ul li strong font {
    font-weight: 700
}

.conditions_offres_speciales .rsce_conditions .text ul li sup {
    font-size: 8px;
    font-size: 0.8rem
}

.conditions_offres_speciales .rsce_conditions .text ul li sup * {
    font-size: 8px;
    font-size: 0.8rem
}

.conditions_offres_speciales .rsce_conditions .text ul li .fa,
.conditions_offres_speciales .rsce_conditions .text ul li .ms {
    font-family: 'FontAwesome';
    font-size: 50%
}

.conditions_offres_speciales .rsce_conditions .button {
    text-align: right;
    padding-top: 15px;
    padding-top: 1.5rem
}

.conditions_offres_speciales .rsce_conditions .button p {
    font-size: 9.93px;
    font-size: 0.993rem;
    text-transform: uppercase;
    line-height: 100%;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: display 0.3s ease-in 0s;
    -moz-transition: display 0.3s ease-in 0s;
    -ms-transition: display 0.3s ease-in 0s;
    -o-transition: display 0.3s ease-in 0s;
    transition: display 0.3s ease-in 0s
}

.conditions_offres_speciales .rsce_conditions .button p font {
    font-size: 9.93px;
    font-size: 0.993rem;
    text-transform: uppercase;
    line-height: 100%
}

.conditions_offres_speciales .rsce_conditions .button p i {
    font-size: 12.5px;
    font-size: 1.25rem;
    margin-left: 6px;
    margin-left: 0.6rem
}

.rsce_offre_speciale {
    padding-top: 45px;
    padding-top: 4.5rem
}

.rsce_offre_speciale .row {
    margin: 0
}

.rsce_offre_speciale [class*="col-"] {
    padding: 0
}

.rsce_offre_speciale .entete {
    text-align: center;
    display: table;
    width: 100%;
    height: 85px;
    padding: 0px 15px;
    padding: 0rem 1.5rem
}

.rsce_offre_speciale .entete div {
    display: table-cell;
    vertical-align: middle
}

.rsce_offre_speciale .entete p {
    font-size: 14.89px;
    font-size: 1.489rem;
    color: #36404e;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 16.55px;
    line-height: 1.655rem
}

.rsce_offre_speciale .entete p font {
    font-size: 14.89px;
    font-size: 1.489rem;
    color: #36404e;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 16.55px;
    line-height: 1.655rem
}

.rsce_offre_speciale .campings,
.rsce_offre_speciale .item {
    border-right: 1px solid rgba(143, 144, 145, 0.4)
}

.rsce_offre_speciale .camping {
    display: table;
    width: 100%;
    height: 33px;
    padding: 0px 15px;
    padding: 0rem 1.5rem
}

.rsce_offre_speciale .camping:nth-child(2n) {
    background-color: rgba(119, 197, 213, 0.2)
}

.rsce_offre_speciale .camping p {
    font-family: 'Raleway';
    font-size: 14.89px;
    font-size: 1.489rem;
    font-style: italic;
    font-weight: 700;
    line-height: 100%;
    display: table-cell;
    vertical-align: middle
}

.rsce_offre_speciale .camping p font {
    font-family: 'Raleway';
    font-size: 14.89px;
    font-size: 1.489rem;
    font-style: italic;
    font-weight: 700;
    line-height: 100%
}

.rsce_offre_speciale .camping p span {
    font-family: 'Montserrat';
    font-size: 16.55px;
    font-size: 1.655rem;
    text-transform: uppercase;
    font-style: initial;
    font-weight: 700
}

.rsce_offre_speciale .camping p span font {
    font-family: 'Montserrat';
    font-size: 16.55px;
    font-size: 1.655rem;
    text-transform: uppercase;
    font-style: initial;
    font-weight: 700
}

.rsce_offre_speciale .camping p span i {
    font-size: 50%;
    vertical-align: super;
    margin-left: 4px;
    margin-left: 0.4rem
}

.rsce_offre_speciale .cell {
    text-align: center;
    display: table;
    width: 100%;
    height: 33px;
    padding: 0px 15px;
    padding: 0rem 1.5rem
}

.rsce_offre_speciale .cell:nth-child(2n) {
    background-color: rgba(119, 197, 213, 0.2)
}

.rsce_offre_speciale .cell p {
    display: table-cell;
    vertical-align: middle
}

.rsce_offre_speciale .cell p.reduc {
    font-size: 19.86px;
    font-size: 1.986rem;
    color: #4bb967;
    font-weight: 700;
    position: relative
}

.rsce_offre_speciale .cell p.reduc font {
    font-size: 19.86px;
    font-size: 1.986rem;
    color: #4bb967;
    font-weight: 700
}

.rsce_offre_speciale .cell p.reduc:after {
    content: '';
    background: #4bb967;
    width: 45px;
    height: 3px;
    margin: 0 auto;
    position: absolute;
    bottom: 5px;
    bottom: 0.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.rsce_offre_speciale .cell p.vide {
    font-size: 21.51px;
    font-size: 2.151rem;
    color: #36404e;
    font-weight: 700
}

.rsce_offre_speciale .cell p.vide font {
    font-size: 21.51px;
    font-size: 2.151rem;
    color: #36404e;
    font-weight: 700
}

.rsce_offre_speciale .owl-nav>button {
    line-height: 26px;
    line-height: 2.6rem;
    position: absolute;
    top: 30px;
    top: 3rem;
    width: 26px;
    height: 26px;
    background-color: #282e36;
    padding: 0px 10px;
    padding: 0rem 1rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.rsce_offre_speciale .owl-nav>button i {
    font-size: 17px;
    font-size: 1.7rem;
    color: #fff;
    line-height: 24px;
    line-height: 2.4rem
}

.rsce_offre_speciale .owl-nav .owl-prev {
    left: -13px;
    left: -1.3rem;
    padding-left: 9px;
    padding-left: 0.9rem
}

.rsce_offre_speciale .owl-nav .owl-next {
    right: -13px;
    right: -1.3rem
}

.tooltip {
    top: -15px !important;
    top: -1.5rem !important
}

.tooltip.show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.tooltip .tooltip-inner {
    max-width: 300px;
    padding: 15px 20px;
    padding: 1.5rem 2rem
}

.tooltip .tooltip-inner .infos_stay .price {
    padding: 0px 0px 10px 0px;
    padding: 0rem 0rem 1rem 0rem
}

.tooltip .tooltip-inner .infos_stay .price p {
    position: relative;
    font-size: 33.61px;
    font-size: 3.361rem;
    color: #13a538;
    line-height: 100%
}

.tooltip .tooltip-inner .infos_stay .price p font {
    font-size: 33.61px;
    font-size: 3.361rem;
    color: #13a538;
    line-height: 100%
}

.tooltip .tooltip-inner .infos_stay .price p sup {
    font-size: 50%;
    color: #13a538;
    line-height: 100%;
    position: absolute;
    top: 2px
}

.tooltip .tooltip-inner .infos_stay .price p sup font {
    font-size: 50%;
    color: #13a538;
    line-height: 100%
}

.tooltip .tooltip-inner .infos_stay .price_strike {
    padding-top: 5px;
    padding-top: 0.5rem
}

.tooltip .tooltip-inner .infos_stay .price_strike p {
    font-size: 16.55px;
    font-size: 1.655rem;
    color: #282e36;
    text-decoration: line-through;
    line-height: 100%
}

.tooltip .tooltip-inner .infos_stay .price_strike p font {
    font-size: 16.55px;
    font-size: 1.655rem;
    color: #282e36;
    text-decoration: line-through;
    line-height: 100%
}

.tooltip .tooltip-inner .infos_stay .price_strike p sup {
    font-size: 50%;
    color: #282e36;
    line-height: 100%
}

.tooltip .tooltip-inner .infos_stay .price_strike p sup font {
    font-size: 50%;
    color: #282e36;
    line-height: 100%
}

.tooltip .tooltip-inner .infos_stay .tax {
    padding-bottom: 10px;
    padding-bottom: 1rem
}

.tooltip .tooltip-inner .infos_stay .tax p {
    font-size: 12px;
    font-size: 1.2rem
}

.tooltip .tooltip-inner .infos_stay .tax p font {
    font-size: 12px;
    font-size: 1.2rem
}

.tooltip .tooltip-inner .infos_stay .text {
    border-top: 1px solid rgba(40, 46, 54, 0.6);
    padding-top: 10px;
    padding-top: 1rem
}

.tooltip .tooltip-inner .infos_stay .text ul {
    text-align: left
}

.tooltip .tooltip-inner .infos_stay .text ul li {
    font-size: 14.89px;
    font-size: 1.489rem;
    position: relative;
    padding-left: 15px;
    padding-left: 1.5rem
}

.tooltip .tooltip-inner .infos_stay .text ul li font {
    font-size: 14.89px;
    font-size: 1.489rem
}

.tooltip .tooltip-inner .infos_stay .text ul li:before {
    font-family: 'FontAwesome';
    font-size: 6px;
    font-size: 0.6rem;
    content: '\f111';
    position: absolute;
    top: 6px;
    left: 0
}

.modal-photos_videos,
.modal-cottage,
[class*="modal-photos_parc"] {}

.modal-photos_videos .modal-header,
.modal-cottage .modal-header,
[class*="modal-photos_parc"] .modal-header {
    padding: 5px 15px;
    padding: 0.5rem 1.5rem
}

.modal-photos_videos .modal-body,
.modal-cottage .modal-body,
[class*="modal-photos_parc"] .modal-body {
    padding: 0px 15px 15px 15px;
    padding: 0rem 1.5rem 1.5rem 1.5rem
}

.modal-photos_videos .nom_camping_modal,
.modal-cottage .nom_camping_modal,
[class*="modal-photos_parc"] .nom_camping_modal {
    font-weight: 600;
    float: left;
    padding: 5px 0px 0px 0px;
    padding: 0.5rem 0rem 0rem 0rem
}

.modal-photos_videos .nom_camping_modal font,
.modal-cottage .nom_camping_modal font,
[class*="modal-photos_parc"] .nom_camping_modal font {
    font-weight: 600
}

.modal-photos_videos .btn_close,
.modal-cottage .btn_close,
[class*="modal-photos_parc"] .btn_close {
    cursor: pointer;
    margin: 0;
    padding: 0
}

.modal-photos_videos .btn_close i,
.modal-cottage .btn_close i,
[class*="modal-photos_parc"] .btn_close i {
    font-size: 20px;
    font-size: 2rem;
    color: #282e36
}

.modal-photos_videos iframe,
.modal-cottage iframe,
[class*="modal-photos_parc"] iframe {
    width: 768px;
    height: 432px
}

.modal-photos_videos .lSSlideWrapper,
.modal-cottage .lSSlideWrapper,
[class*="modal-photos_parc"] .lSSlideWrapper {
    width: 768px
}

.modal-photos_videos .lSSlideWrapper li figure,
.modal-cottage .lSSlideWrapper li figure,
[class*="modal-photos_parc"] .lSSlideWrapper li figure {
    height: 628px;
    position: relative
}

.modal-photos_videos .lSSlideWrapper li figure div,
.modal-cottage .lSSlideWrapper li figure div,
[class*="modal-photos_parc"] .lSSlideWrapper li figure div {
    height: 600px;
    width: 100%
}

.modal-photos_videos .lSSlideWrapper li img,
.modal-cottage .lSSlideWrapper li img,
[class*="modal-photos_parc"] .lSSlideWrapper li img {
    height: 100%;
    width: 100%;
    margin: 0 auto
}

.modal-photos_videos .lSSlideWrapper li .decor_non_contractuel,
.modal-cottage .lSSlideWrapper li .decor_non_contractuel,
[class*="modal-photos_parc"] .lSSlideWrapper li .decor_non_contractuel {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 10px;
    padding: 0.5rem 1rem
}

.modal-photos_videos .lSPager,
.modal-cottage .lSPager,
[class*="modal-photos_parc"] .lSPager {
    margin-top: 15px !important;
    margin-top: 1.5rem !important
}

.modal-photos_videos .lSPager li,
.modal-cottage .lSPager li,
[class*="modal-photos_parc"] .lSPager li {
    height: 90px;
    border: 1px solid #fff
}

.modal-photos_videos .lSPager li.active,
.modal-cottage .lSPager li.active,
[class*="modal-photos_parc"] .lSPager li.active,
.modal-photos_videos .lSPager li:hover,
.modal-cottage .lSPager li:hover,
[class*="modal-photos_parc"] .lSPager li:hover {
    border-radius: 0 !important;
    border: 1px solid #0074a6
}

.modal-photos_videos .lSPager li img,
.modal-cottage .lSPager li img,
[class*="modal-photos_parc"] .lSPager li img {
    height: 100% !important
}

.modal-photos_videos .lSPrev,
.modal-cottage .lSPrev,
[class*="modal-photos_parc"] .lSPrev,
.modal-photos_videos .lSNext,
.modal-cottage .lSNext,
[class*="modal-photos_parc"] .lSNext {
    background-image: none;
    z-index: 99;
    top: 33.333%
}

.modal-photos_videos .lSPrev:before,
.modal-cottage .lSPrev:before,
[class*="modal-photos_parc"] .lSPrev:before,
.modal-photos_videos .lSNext:before,
.modal-cottage .lSNext:before,
[class*="modal-photos_parc"] .lSNext:before {
    font-family: 'FontAwesome';
    font-size: 128px;
    font-size: 12.8rem;
    color: #fff
}

.modal-photos_videos .lSPrev,
.modal-cottage .lSPrev,
[class*="modal-photos_parc"] .lSPrev {
    left: 0
}

.modal-photos_videos .lSPrev:before,
.modal-cottage .lSPrev:before,
[class*="modal-photos_parc"] .lSPrev:before {
    content: '';
    background: url('https://www.ms-vacances.com/files/site/images/fleche_gauche.png');
    width: 37px;
    height: 68px;
    position: absolute;
    display: block;
    top: 50px;
    left: 20px
}

.modal-photos_videos .lSNext,
.modal-cottage .lSNext,
[class*="modal-photos_parc"] .lSNext {
    right: 0 !important
}

.modal-photos_videos .lSNext:before,
.modal-cottage .lSNext:before,
[class*="modal-photos_parc"] .lSNext:before {
    content: '';
    background: url('https://www.ms-vacances.com/files/site/images/fleche_droite.png');
    width: 37px;
    height: 68px;
    position: absolute;
    display: block;
    top: 50px;
    right: 20px
}

.modal-photos_videos .slider-videos,
.modal-cottage .slider-videos,
[class*="modal-photos_parc"] .slider-videos {
    position: relative;
    height: 432px
}

.modal-photos_videos .slider-videos .item,
.modal-cottage .slider-videos .item,
[class*="modal-photos_parc"] .slider-videos .item {
    position: absolute;
    top: 0;
    left: 0
}

.modal-photos_videos .slider-videos .actions .prev,
.modal-cottage .slider-videos .actions .prev,
[class*="modal-photos_parc"] .slider-videos .actions .prev,
.modal-photos_videos .slider-videos .actions .next,
.modal-cottage .slider-videos .actions .next,
[class*="modal-photos_parc"] .slider-videos .actions .next {
    position: absolute;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.modal-photos_videos .slider-videos .actions .prev:before,
.modal-cottage .slider-videos .actions .prev:before,
[class*="modal-photos_parc"] .slider-videos .actions .prev:before,
.modal-photos_videos .slider-videos .actions .next:before,
.modal-cottage .slider-videos .actions .next:before,
[class*="modal-photos_parc"] .slider-videos .actions .next:before {
    font-family: 'FontAwesome';
    font-size: 128px;
    font-size: 12.8rem;
    color: #fff;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.modal-photos_videos .slider-videos .actions .prev:hover:before,
.modal-cottage .slider-videos .actions .prev:hover:before,
[class*="modal-photos_parc"] .slider-videos .actions .prev:hover:before,
.modal-photos_videos .slider-videos .actions .next:hover:before,
.modal-cottage .slider-videos .actions .next:hover:before,
[class*="modal-photos_parc"] .slider-videos .actions .next:hover:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.modal-photos_videos .slider-videos .actions .prev,
.modal-cottage .slider-videos .actions .prev,
[class*="modal-photos_parc"] .slider-videos .actions .prev {
    left: 0
}

.modal-photos_videos .slider-videos .actions .prev:before,
.modal-cottage .slider-videos .actions .prev:before,
[class*="modal-photos_parc"] .slider-videos .actions .prev:before {
    content: '\f104'
}

.modal-photos_videos .slider-videos .actions .next,
.modal-cottage .slider-videos .actions .next,
[class*="modal-photos_parc"] .slider-videos .actions .next {
    right: 0
}

.modal-photos_videos .slider-videos .actions .next:before,
.modal-cottage .slider-videos .actions .next:before,
[class*="modal-photos_parc"] .slider-videos .actions .next:before {
    content: '\f105'
}

.modal-photos_videos .slider-nav-videos,
.modal-cottage .slider-nav-videos,
[class*="modal-photos_parc"] .slider-nav-videos {
    margin-top: 15px;
    margin-top: 1.5rem
}

.modal-photos_videos .slider-nav-videos:before,
.modal-cottage .slider-nav-videos:before,
[class*="modal-photos_parc"] .slider-nav-videos:before,
.modal-photos_videos .slider-nav-videos:after,
.modal-cottage .slider-nav-videos:after,
[class*="modal-photos_parc"] .slider-nav-videos:after {
    clear: both;
    content: '';
    display: table
}

.modal-photos_videos .slider-nav-videos .item,
.modal-cottage .slider-nav-videos .item,
[class*="modal-photos_parc"] .slider-nav-videos .item {
    float: left;
    width: 91.625px;
    height: 90px;
    margin-right: 5px;
    margin-right: 0.5rem;
    border: 1px solid #fff;
    cursor: pointer
}

.modal-photos_videos .slider-nav-videos .item.active,
.modal-cottage .slider-nav-videos .item.active,
[class*="modal-photos_parc"] .slider-nav-videos .item.active,
.modal-photos_videos .slider-nav-videos .item:hover,
.modal-cottage .slider-nav-videos .item:hover,
[class*="modal-photos_parc"] .slider-nav-videos .item:hover {
    border: 1px solid #0074a6
}

.modal-photos_videos .slider-nav-videos .item img,
.modal-cottage .slider-nav-videos .item img,
[class*="modal-photos_parc"] .slider-nav-videos .item img {
    height: 100% !important
}

.modal-photos_videos .slider-for .image,
.modal-cottage .slider-for .image,
[class*="modal-photos_parc"] .slider-for .image,
.modal-photos_videos .slider-for-club .image,
.modal-cottage .slider-for-club .image,
[class*="modal-photos_parc"] .slider-for-club .image {
    height: 500px
}

.modal-photos_videos .slider-for .image img,
.modal-cottage .slider-for .image img,
[class*="modal-photos_parc"] .slider-for .image img,
.modal-photos_videos .slider-for-club .image img,
.modal-cottage .slider-for-club .image img,
[class*="modal-photos_parc"] .slider-for-club .image img {
    margin: 0 auto
}

.modal-photos_videos .slider-for .image .decor_non_contractuel,
.modal-cottage .slider-for .image .decor_non_contractuel,
[class*="modal-photos_parc"] .slider-for .image .decor_non_contractuel,
.modal-photos_videos .slider-for-club .image .decor_non_contractuel,
.modal-cottage .slider-for-club .image .decor_non_contractuel,
[class*="modal-photos_parc"] .slider-for-club .image .decor_non_contractuel {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 10px;
    padding: 0.5rem 1rem;
    background-color: rgba(255, 255, 255, 0.5)
}

.modal-photos_videos .slider-for .video,
.modal-cottage .slider-for .video,
[class*="modal-photos_parc"] .slider-for .video,
.modal-photos_videos .slider-for-club .video,
.modal-cottage .slider-for-club .video,
[class*="modal-photos_parc"] .slider-for-club .video {
    text-align: center;
    height: 432px
}

.modal-photos_videos .slider-for .video iframe,
.modal-cottage .slider-for .video iframe,
[class*="modal-photos_parc"] .slider-for .video iframe,
.modal-photos_videos .slider-for-club .video iframe,
.modal-cottage .slider-for-club .video iframe,
[class*="modal-photos_parc"] .slider-for-club .video iframe {
    width: 768px;
    height: 432px
}

.modal-photos_videos .slider-for .slick-prev,
.modal-cottage .slider-for .slick-prev,
[class*="modal-photos_parc"] .slider-for .slick-prev,
.modal-photos_videos .slider-for-club .slick-prev,
.modal-cottage .slider-for-club .slick-prev,
[class*="modal-photos_parc"] .slider-for-club .slick-prev,
.modal-photos_videos .slider-for .slick-next,
.modal-cottage .slider-for .slick-next,
[class*="modal-photos_parc"] .slider-for .slick-next,
.modal-photos_videos .slider-for-club .slick-next,
.modal-cottage .slider-for-club .slick-next,
[class*="modal-photos_parc"] .slider-for-club .slick-next {
    width: 42px;
    height: 118px
}

.modal-photos_videos .slider-for .slick-prev:before,
.modal-cottage .slider-for .slick-prev:before,
[class*="modal-photos_parc"] .slider-for .slick-prev:before,
.modal-photos_videos .slider-for-club .slick-prev:before,
.modal-cottage .slider-for-club .slick-prev:before,
[class*="modal-photos_parc"] .slider-for-club .slick-prev:before,
.modal-photos_videos .slider-for .slick-next:before,
.modal-cottage .slider-for .slick-next:before,
[class*="modal-photos_parc"] .slider-for .slick-next:before,
.modal-photos_videos .slider-for-club .slick-next:before,
.modal-cottage .slider-for-club .slick-next:before,
[class*="modal-photos_parc"] .slider-for-club .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 118px;
    font-size: 11.8rem
}

.modal-photos_videos .slider-nav,
.modal-cottage .slider-nav,
[class*="modal-photos_parc"] .slider-nav,
.modal-photos_videos .slider-nav-club,
.modal-cottage .slider-nav-club,
[class*="modal-photos_parc"] .slider-nav-club {
    padding-top: 15px;
    padding-top: 1.5rem
}

.modal-photos_videos .slider-nav .image,
.modal-cottage .slider-nav .image,
[class*="modal-photos_parc"] .slider-nav .image,
.modal-photos_videos .slider-nav-club .image,
.modal-cottage .slider-nav-club .image,
[class*="modal-photos_parc"] .slider-nav-club .image {
    width: 96px;
    height: 90px;
    margin: 0px 2.5px;
    margin: 0rem 0.25rem;
    cursor: pointer
}

.modal-photos_videos .slider-nav .image.slick-current,
.modal-cottage .slider-nav .image.slick-current,
[class*="modal-photos_parc"] .slider-nav .image.slick-current,
.modal-photos_videos .slider-nav-club .image.slick-current,
.modal-cottage .slider-nav-club .image.slick-current,
[class*="modal-photos_parc"] .slider-nav-club .image.slick-current {
    border: 1px solid #0074a6
}

.modal-photos_videos .slider-nav .image .decor_non_contractuel,
.modal-cottage .slider-nav .image .decor_non_contractuel,
[class*="modal-photos_parc"] .slider-nav .image .decor_non_contractuel,
.modal-photos_videos .slider-nav-club .image .decor_non_contractuel,
.modal-cottage .slider-nav-club .image .decor_non_contractuel,
[class*="modal-photos_parc"] .slider-nav-club .image .decor_non_contractuel {
    display: none
}

.modal-photos_videos .slider-nav .slick-track,
.modal-cottage .slider-nav .slick-track,
[class*="modal-photos_parc"] .slider-nav .slick-track,
.modal-photos_videos .slider-nav-club .slick-track,
.modal-cottage .slider-nav-club .slick-track,
[class*="modal-photos_parc"] .slider-nav-club .slick-track {
    margin: 0
}

.modal-photos_videos .slider-nav .slick-prev:before,
.modal-cottage .slider-nav .slick-prev:before,
[class*="modal-photos_parc"] .slider-nav .slick-prev:before,
.modal-photos_videos .slider-nav-club .slick-prev:before,
.modal-cottage .slider-nav-club .slick-prev:before,
[class*="modal-photos_parc"] .slider-nav-club .slick-prev:before,
.modal-photos_videos .slider-nav .slick-next:before,
.modal-cottage .slider-nav .slick-next:before,
[class*="modal-photos_parc"] .slider-nav .slick-next:before,
.modal-photos_videos .slider-nav-club .slick-next:before,
.modal-cottage .slider-nav-club .slick-next:before,
[class*="modal-photos_parc"] .slider-nav-club .slick-next:before {
    font-family: 'FontAwesome'
}

.modal-photos_videos .slick-prev,
.modal-cottage .slick-prev,
[class*="modal-photos_parc"] .slick-prev,
.modal-photos_videos .slick-next,
.modal-cottage .slick-next,
[class*="modal-photos_parc"] .slick-next {
    z-index: 99
}

.modal-photos_videos .slick-prev:before,
.modal-cottage .slick-prev:before,
[class*="modal-photos_parc"] .slick-prev:before,
.modal-photos_videos .slick-next:before,
.modal-cottage .slick-next:before,
[class*="modal-photos_parc"] .slick-next:before {
    color: #fff
}

.modal-photos_videos .slick-prev,
.modal-cottage .slick-prev,
[class*="modal-photos_parc"] .slick-prev {
    text-align: left;
    left: 0
}

.modal-photos_videos .slick-prev:before,
.modal-cottage .slick-prev:before,
[class*="modal-photos_parc"] .slick-prev:before {
    content: '\f104'
}

.modal-photos_videos .slick-next,
.modal-cottage .slick-next,
[class*="modal-photos_parc"] .slick-next {
    text-align: right;
    right: 0
}

.modal-photos_videos .slick-next:before,
.modal-cottage .slick-next:before,
[class*="modal-photos_parc"] .slick-next:before {
    content: '\f105'
}

.modal-photos_videos .lSAction>a,
.modal-cottage .lSAction>a,
[class*="modal-photos_parc"] .lSAction>a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.modal-photos_videos .menu_photos_videos,
.modal-cottage .menu_photos_videos,
[class*="modal-photos_parc"] .menu_photos_videos {
    padding: 15px 0px 0px 0px;
    padding: 1.5rem 0rem 0rem 0rem
}

.modal-photos_videos .menu_photos_videos ul,
.modal-cottage .menu_photos_videos ul,
[class*="modal-photos_parc"] .menu_photos_videos ul {
    display: table;
    table-layout: fixed;
    width: 100%
}

.modal-photos_videos .menu_photos_videos ul li,
.modal-cottage .menu_photos_videos ul li,
[class*="modal-photos_parc"] .menu_photos_videos ul li {
    vertical-align: middle;
    display: table-cell
}

.modal-photos_videos .menu_photos_videos ul li a,
.modal-cottage .menu_photos_videos ul li a,
[class*="modal-photos_parc"] .menu_photos_videos ul li a {
    text-align: center;
    line-height: 40px;
    line-height: 4rem;
    position: relative;
    width: 100%;
    height: 40px;
    padding: 10px 20px;
    padding: 1rem 2rem;
    background-color: #282e36;
    display: block;
    margin: 0;
    padding: 0
}

.modal-photos_videos .menu_photos_videos ul li a font,
.modal-cottage .menu_photos_videos ul li a font,
[class*="modal-photos_parc"] .menu_photos_videos ul li a font {
    text-align: center;
    line-height: 40px;
    line-height: 4rem
}

.modal-photos_videos .menu_photos_videos ul li a span,
.modal-cottage .menu_photos_videos ul li a span,
[class*="modal-photos_parc"] .menu_photos_videos ul li a span {
    font-size: 13.24px;
    font-size: 1.324rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
    line-height: 2rem
}

.modal-photos_videos .menu_photos_videos ul li a span font,
.modal-cottage .menu_photos_videos ul li a span font,
[class*="modal-photos_parc"] .menu_photos_videos ul li a span font {
    font-size: 13.24px;
    font-size: 1.324rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
    line-height: 2rem
}

.modal-photos_videos .menu_photos_videos ul li a span:before,
.modal-cottage .menu_photos_videos ul li a span:before,
[class*="modal-photos_parc"] .menu_photos_videos ul li a span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat
}

.modal-photos_videos .menu_photos_videos ul li a i,
.modal-cottage .menu_photos_videos ul li a i,
[class*="modal-photos_parc"] .menu_photos_videos ul li a i {
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 2rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.modal-photos_videos .menu_photos_videos ul li a.active,
.modal-cottage .menu_photos_videos ul li a.active,
[class*="modal-photos_parc"] .menu_photos_videos ul li a.active {
    background-color: #77c5d5
}

.modal-photos_videos .menu_photos_videos ul li a.active:before,
.modal-cottage .menu_photos_videos ul li a.active:before,
[class*="modal-photos_parc"] .menu_photos_videos ul li a.active:before {
    content: '';
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #77c5d5 transparent;
    position: absolute;
    top: -12px;
    top: -1.2rem;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.modal-cottage .modal-header:after {
    clear: both;
    content: '';
    display: table
}

.modal-cottage .title_gamme {
    text-align: center;
    float: left
}

.modal-cottage .title_gamme>div {
    display: inline-block;
    vertical-align: middle
}

.modal-cottage .ce_gamme .gamme {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0px 15px 0px 0px;
    padding: 0rem 1.5rem 0rem 0rem;
    background-image: url('https://www.ms-vacances.com/files/site/images/picto_people.png');
    background-repeat: no-repeat;
    background-position: 100% 40%;
    background-size: 11px
}

.modal-cottage .ce_gamme .gamme font {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500
}

.modal-cottage .ce_title .title {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500
}

.modal-cottage .ce_title .title font {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500
}

.modal-cottage .ce_title .title span {
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700
}

.modal-cottage .ce_title .title span font {
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700
}

.modal-cottage .ce_title .title span.tiret {
    font-weight: 500;
    margin: 0px 8px;
    margin: 0rem 0.8rem
}

.modal-cottage .ce_title .title span.tiret font {
    font-weight: 500
}

.modal-cottage .ce_title .title span.tiret_nouveaute {
    color: #ffa300;
    font-weight: 500;
    margin: 0px 10px;
    margin: 0rem 1rem
}

.modal-cottage .ce_title .title span.tiret_nouveaute font {
    color: #ffa300;
    font-weight: 500
}

.modal-cottage .ce_title .title span.nouveaute {
    font-family: 'Dancing Script';
    font-size: 15px;
    font-size: 1.5rem;
    color: #ffa300;
    text-transform: initial;
    position: relative;
    top: -2px;
    top: -0.2rem
}

.modal-cottage .ce_title .title span.nouveaute font {
    font-family: 'Dancing Script';
    font-size: 15px;
    font-size: 1.5rem;
    color: #ffa300;
    text-transform: initial
}

.modal-cottage .ce_title .title i {
    font-size: 75%
}

.modal-cottage .ce_title.ce_title_emplacement .title {
    padding-left: 0px;
    padding-left: 0rem
}

.modal .modal-header {
    text-align: right;
    display: block;
    border-bottom: none
}

.modal .modal-header .close {
    font-size: 16.21px;
    font-size: 1.621rem;
    color: #0074a6;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 100%;
    padding-bottom: 15px;
    padding-bottom: 1.5rem;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    float: none;
    cursor: pointer
}

.modal .modal-header .close font {
    font-size: 16.21px;
    font-size: 1.621rem;
    color: #0074a6;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 100%
}

.modal .modal-header .close span {
    font-size: 18.21px;
    font-size: 1.821rem;
    color: #0074a6;
    font-weight: 400;
    line-height: 100%
}

.modal .modal-header .close span font {
    font-size: 18.21px;
    font-size: 1.821rem;
    color: #0074a6;
    font-weight: 400;
    line-height: 100%
}

.modal .modal-body .text {
    font-size: 14px;
    font-size: 1.4rem;
    color: #0074a6
}

.modal .modal-body .text>font {
    font-size: 14px;
    font-size: 1.4rem;
    color: #0074a6
}

.widget_booking {
    background-color: #fff;
    display: none;
    position: absolute;
    top: 51px;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 125px;
    z-index: 30
}

.widget_booking.fixed {
    position: fixed
}

.widget_booking.fixed:after {
    display: block
}

.widget_booking.fixed form.recherchez {
    padding: 10px 0px 6px 0px;
    padding: 1rem 0rem 0.6rem 0rem
}

.widget_booking:after {
    background-image: url('https://www.ms-vacances.com/files/site/images/shadow_header.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -27px;
    bottom: -2.7rem;
    left: 0;
    right: 0;
    width: 100%;
    height: 27px;
    z-index: 5;
    content: '';
    display: none
}

.widget_booking .col-md-10 {
    position: relative
}

.widget_booking .col-md-10 .btn_close {
    position: absolute;
    top: 5px;
    top: 0.5rem;
    right: 15px;
    right: 1.5rem;
    z-index: 9
}

.widget_booking .col-md-10 .btn_close i {
    font-size: 20px;
    font-size: 2rem;
    color: #282e36;
    cursor: pointer
}

.widget_booking form.recherchez {
    padding-top: 10px;
    padding-top: 1rem
}

.widget_booking form.recherchez .row {
    align-items: end
}

.widget_booking form.recherchez .row:nth-child(4) {
    align-items: flex-end
}

.widget_booking form.recherchez .col-md-4 {
    flex: 0 0 25%;
    max-width: 25%
}

.widget_booking form.recherchez .club {
    padding-top: 10px;
    padding-top: 1rem
}

.widget_booking form.recherchez .hebergement {
    padding-top: 10px;
    padding-top: 1rem
}

.widget_booking form.recherchez .depart {
    padding-top: 10px;
    padding-top: 1rem
}

.widget_booking form.recherchez .participants {
    padding-top: 10px;
    padding-top: 1rem
}

.cont_internaute section:not(.bandeau_internaute) .container-fluid {
    max-width: 1200px
}

.cont_internaute .articles,
.cont_seo .articles,
.cont_offres_speciales .articles,
.cont_inscription_newsletter .articles,
.cont_parc-aquatique .articles {
    position: relative
}

.cont_internaute .articles .shadow,
.cont_seo .articles .shadow,
.cont_offres_speciales .articles .shadow,
.cont_inscription_newsletter .articles .shadow,
.cont_parc-aquatique .articles .shadow {
    position: absolute;
    top: 20px;
    top: 2rem;
    left: 0;
    background-image: url('https://www.ms-vacances.com/files/site/images/shadow_accroche_club_internaute.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 24px;
    display: none
}

.cont_internaute .accroches-clubs,
.cont_seo .accroches-clubs,
.cont_404 .accroches-clubs,
.cont_offres_speciales .accroches-clubs,
.cont_inscription_newsletter .accroches-clubs,
.cont_camping-club .accroches-clubs,
.cont_parc-aquatique .accroches-clubs {
    padding: 65px 0px 100px 0px;
    padding: 6.5rem 0rem 10rem 0rem;
    position: relative;
}

.cont_internaute .accroches-clubs .shadow,
.cont_seo .accroches-clubs .shadow,
.cont_404 .accroches-clubs .shadow,
.cont_offres_speciales .accroches-clubs .shadow,
.cont_inscription_newsletter .accroches-clubs .shadow,
.cont_camping-club .accroches-clubs .shadow,
.cont_parc-aquatique .accroches-clubs .shadow {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('https://www.ms-vacances.com/files/site/images/shadow_accroche_club_internaute.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 24px
}

.cont_internaute .accroches-clubs .header .title,
.cont_seo .accroches-clubs .header .title,
.cont_404 .accroches-clubs .header .title,
.cont_offres_speciales .accroches-clubs .header .title,
.cont_inscription_newsletter .accroches-clubs .header .title,
.cont_camping-club .accroches-clubs .header .title,
.cont_parc-aquatique .accroches-clubs .header .title {
    font-family: 'Trebuchet MS';
    font-size: 22px;
    font-size: 2.2rem;
    color: #0074a6;
    font-weight: 700;
    text-align: left;
    text-transform: initial;
    letter-spacing: initial
}

.cont_internaute .accroches-clubs .header .title font,
.cont_seo .accroches-clubs .header .title font,
.cont_404 .accroches-clubs .header .title font,
.cont_offres_speciales .accroches-clubs .header .title font,
.cont_inscription_newsletter .accroches-clubs .header .title font,
.cont_camping-club .accroches-clubs .header .title font,
.cont_parc-aquatique .accroches-clubs .header .title font {
    font-family: 'Trebuchet MS';
    font-size: 22px;
    font-size: 2.2rem;
    color: #0074a6;
    font-weight: 700;
    text-align: left;
    text-transform: initial;
    letter-spacing: initial
}

.cont_internaute .accroches-clubs .accroche_camping_club,
.cont_seo .accroches-clubs .accroche_camping_club,
.cont_404 .accroches-clubs .accroche_camping_club,
.cont_offres_speciales .accroches-clubs .accroche_camping_club,
.cont_inscription_newsletter .accroches-clubs .accroche_camping_club,
.cont_camping-club .accroches-clubs .accroche_camping_club,
.cont_parc-aquatique .accroches-clubs .accroche_camping_club {
    padding-top: 25px;
    padding-top: 2.5rem
}

.cont_seo section:not(.bandeau_seo) .container-fluid {
    max-width: 1200px
}

.cont_seo .accroches-clubs {
    padding: 35px 0px 70px 0px;
    padding: 3.5rem 0rem 7rem 0rem
}

.cont_seo .accroches-clubs .shadow {
    top: initial;
    bottom: 0
}

/* .cont_camping-club section:not(.bandeau_camping-club) .container-fluid {
    max-width: 1200px
} */

.cont_catalogue {
    background-color: #f5f5f5
}

.cont_catalogue section:not(.bandeau_catalogue) .container-fluid {
    max-width: 1200px
}

.cont_catalogue .catalogue {
    background: none;
    padding-top: 0
}

.cont_contact section:not(.bandeau_contact) .container-fluid {
    max-width: 1200px
}

.contenu_contact {
    padding: 70px 0px 90px 0px;
    padding: 7rem 0rem 9rem 0rem
}

.contenu_contact .article_contact {
    padding-bottom: 100px;
    padding-bottom: 10rem
}

.contenu_contact .article_contact .content .ce_headline {
    position: relative
}

.contenu_contact .article_contact .content .ce_headline:after {
    content: '';
    background: #8f9091;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 5px;
    bottom: 0.5rem
}

.contenu_contact .article_contact .content .ce_headline .title {
    font-family: 'Trebuchet MS';
    font-size: 22.51px;
    font-size: 2.251rem;
    color: #0074a6;
    font-weight: 700;
    line-height: 100%;
    display: inline-block;
    padding-right: 18px;
    padding-right: 1.8rem;
    background: #fff;
    position: relative;
    z-index: 1
}

.contenu_contact .article_contact .content .ce_headline .title font {
    font-family: 'Trebuchet MS';
    font-size: 22.51px;
    font-size: 2.251rem;
    color: #0074a6;
    font-weight: 700;
    line-height: 100%
}

.contenu_contact .article_contact .content .btn_tel {
    padding-top: 25px;
    padding-top: 2.5rem
}

.contenu_contact .article_contact .content .btn_tel p {
    font-size: 18.2px;
    font-size: 1.82rem;
    color: #0074a6;
    font-weight: 700;
    border: 5px solid #0074a6;
    padding: 0px 20px;
    padding: 0rem 2rem;
    display: inline-block
}

.contenu_contact .article_contact .content .btn_tel p font {
    font-size: 18.2px;
    font-size: 1.82rem;
    color: #0074a6;
    font-weight: 700
}

.contenu_contact .article_contact .content .text {
    padding-top: 40px;
    padding-top: 4rem
}

.contenu_contact .article_contact .content .text p b,
.contenu_contact .article_contact .content .text p strong {
    font-weight: 700
}

.contenu_contact .article_contact .content .text p b font,
.contenu_contact .article_contact .content .text p strong font {
    font-weight: 700
}

.contenu_contact .article_contact .content .text p a {
    color: #77c5d5
}

.contenu_contact .article_contact .content .text p a font {
    color: #77c5d5
}

.contenu_contact .article_contact .content .text p .fa,
.contenu_contact .article_contact .content .text p .ms {
    font-family: 'FontAwesome';
    font-size: 50%
}

.contenu_contact .article_contact .content .text p sup {
    font-size: 11px;
    font-size: 1.1rem
}

.contenu_contact .article_contact .content .text p sup * {
    font-size: 11px;
    font-size: 1.1rem
}

.contenu_contact .article_contact .content .text ul li b,
.contenu_contact .article_contact .content .text ul li strong {
    font-weight: 700
}

.contenu_contact .article_contact .content .text ul li b font,
.contenu_contact .article_contact .content .text ul li strong font {
    font-weight: 700
}

.contenu_contact .article_contact .content .text ul li a {
    color: #77c5d5
}

.contenu_contact .article_contact .content .text ul li a font {
    color: #77c5d5
}

.contenu_contact .article_contact .content .text ul li .fa,
.contenu_contact .article_contact .content .text ul li .ms {
    font-family: 'FontAwesome';
    font-size: 50%
}

.contenu_contact .article_contact .content .text ul li sup {
    font-size: 11px;
    font-size: 1.1rem
}

.contenu_contact .article_contact .content .text ul li sup * {
    font-size: 11px;
    font-size: 1.1rem
}

.cont_mentions section:not(.bandeau_mentions) .container-fluid {
    max-width: 1200px
}

.cont_offres_speciales .bandeau_offres_speciales .bandeau figure {
    height: -webkit-calc(100vh - 190px - 125px);
    height: -moz-calc(100vh - 190px - 125px);
    height: -o-calc(100vh - 190px - 125px);
    height: -ms-calc(100vh - 190px - 125px);
    height: calc(100vh - 190px - 125px)
}

.cont_offres_speciales section:not(.bandeau_offres_speciales) .container-fluid {
    max-width: 1170px
}

.cont_page_atterrissage_offre_speciale .bandeau_offres_speciales .bandeau figure {
    height: -webkit-calc(100vh - 460px);
    height: -moz-calc(100vh - 460px);
    height: -o-calc(100vh - 460px);
    height: -ms-calc(100vh - 460px);
    height: calc(100vh - 460px)
}

.cont_page_atterrissage_offre_speciale .articles {
    background-color: rgba(203, 203, 203, 0.2);
    padding-bottom: 60px;
    padding-bottom: 6rem
}

.cont_page_atterrissage_offre_speciale .section_conditions {
    padding-top: 100px;
    padding-top: 10rem
}

.cont_page_atterrissage_offre_speciale .section_conditions .conditions p {
    font-size: 10px;
    font-size: 1rem
}

.cont_page_atterrissage_offre_speciale .section_conditions .conditions p * {
    font-size: 10px;
    font-size: 1rem
}

.cont_page_atterrissage_offre_speciale .section_conditions .conditions p b,
.cont_page_atterrissage_offre_speciale .section_conditions .conditions p strong {
    font-weight: 700
}

.cont_page_atterrissage_offre_speciale .section_conditions .conditions p b font,
.cont_page_atterrissage_offre_speciale .section_conditions .conditions p strong font {
    font-weight: 700
}

.cont_page_atterrissage_offre_speciale .section_conditions .conditions p sup {
    font-size: 8px;
    font-size: 0.8rem
}

.cont_page_atterrissage_offre_speciale .section_conditions .conditions p sup * {
    font-size: 8px;
    font-size: 0.8rem
}

.cont_page_atterrissage_offre_speciale .section_conditions .conditions ul li,
.cont_page_atterrissage_offre_speciale .section_conditions .conditions ol li {
    font-size: 10px;
    font-size: 1rem;
    padding-left: 10px;
    padding-left: 1rem;
    position: relative
}

.cont_page_atterrissage_offre_speciale .section_conditions .conditions ul li *,
.cont_page_atterrissage_offre_speciale .section_conditions .conditions ol li * {
    font-size: 10px;
    font-size: 1rem
}

.cont_page_atterrissage_offre_speciale .section_conditions .conditions ul li b,
.cont_page_atterrissage_offre_speciale .section_conditions .conditions ol li b,
.cont_page_atterrissage_offre_speciale .section_conditions .conditions ul li strong,
.cont_page_atterrissage_offre_speciale .section_conditions .conditions ol li strong {
    font-weight: 700
}

.cont_page_atterrissage_offre_speciale .section_conditions .conditions ul li b font,
.cont_page_atterrissage_offre_speciale .section_conditions .conditions ol li b font,
.cont_page_atterrissage_offre_speciale .section_conditions .conditions ul li strong font,
.cont_page_atterrissage_offre_speciale .section_conditions .conditions ol li strong font {
    font-weight: 700
}

.cont_page_atterrissage_offre_speciale .section_conditions .conditions ul li sup,
.cont_page_atterrissage_offre_speciale .section_conditions .conditions ol li sup {
    font-size: 8px;
    font-size: 0.8rem
}

.cont_page_atterrissage_offre_speciale .section_conditions .conditions ul li sup *,
.cont_page_atterrissage_offre_speciale .section_conditions .conditions ol li sup * {
    font-size: 8px;
    font-size: 0.8rem
}

.cont_page_atterrissage_offre_speciale .section_conditions .conditions ul li:before,
.cont_page_atterrissage_offre_speciale .section_conditions .conditions ol li:before {
    font-family: 'FontAwesome';
    font-size: 5px;
    font-size: 0.5rem;
    content: '\f111';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cont_inscription_newsletter section:not(.bandeau_inscription_newsletter) .container-fluid {
    max-width: 1170px
}

.formulaire_newsletter {
    padding-bottom: 60px;
    padding-bottom: 6rem
}

.formulaire_newsletter .message_inscription {
    text-align: center;
    padding-top: 55px;
    padding-top: 5.5rem
}

.formulaire_newsletter .message_inscription .ce_title .title {
    font-family: 'Trebuchet MS';
    font-size: 22px;
    font-size: 2.2rem;
    color: #13a538;
    font-weight: 700
}

.formulaire_newsletter .message_inscription .ce_title .title font {
    font-family: 'Trebuchet MS';
    font-size: 22px;
    font-size: 2.2rem;
    color: #13a538;
    font-weight: 700
}

.formulaire_newsletter .message_inscription .text {
    padding-top: 10px;
    padding-top: 1rem
}

.formulaire_newsletter .message_inscription .text p {
    font-family: 'Raleway';
    font-size: 14.89px;
    font-size: 1.489rem;
    font-weight: 500;
    line-height: 18px;
    line-height: 1.8rem
}

.formulaire_newsletter .message_inscription .text p font {
    font-family: 'Raleway';
    font-size: 14.89px;
    font-size: 1.489rem;
    font-weight: 500;
    line-height: 18px;
    line-height: 1.8rem
}

.formulaire_newsletter .message_inscription .retour {
    padding-top: 30px;
    padding-top: 3rem
}

.formulaire_newsletter .message_inscription .retour p {
    font-family: 'Trebuchet MS';
    font-size: 14.89px;
    font-size: 1.489rem;
    color: #0074a6
}

.formulaire_newsletter .message_inscription .retour p font {
    font-family: 'Trebuchet MS';
    font-size: 14.89px;
    font-size: 1.489rem;
    color: #0074a6
}

.formulaire_newsletter .legende p {
    background-color: #fff
}

.formulaire_newsletter form .form-input,
.formulaire_newsletter form .form-checkbox {
    padding-top: 20px;
    padding-top: 2rem;
    position: relative
}

.formulaire_newsletter form .form-checkbox {
    width: 100%
}

.formulaire_newsletter form .form-checkbox>* {
    display: inline-block;
    vertical-align: middle
}

.formulaire_newsletter form .form-checkbox>div {
    display: block
}

.formulaire_newsletter form .form-checkbox label {
    padding-left: 12px;
    padding-left: 1.2rem
}

.formulaire_newsletter form .form-checkbox div span {
    position: absolute;
    top: 23px;
    top: 2.3rem;
    left: 3px;
    left: 0.3rem;
    z-index: -1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.formulaire_newsletter form .form-checkbox div span.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.formulaire_newsletter form .form-checkbox div span i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #13a538
}

.formulaire_newsletter form .form-input div [class*="_check"] {
    position: absolute;
    bottom: 8px;
    bottom: 0.8rem;
    right: 10px;
    right: 1rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.formulaire_newsletter form .form-input div [class*="_check"].active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.formulaire_newsletter form .form-input div [class*="_check"] i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #13a538
}

.formulaire_newsletter form .form-input div [class*="_error"] {
    position: absolute;
    bottom: 8px;
    bottom: 0.8rem;
    right: 10px;
    right: 1rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.formulaire_newsletter form .form-input div [class*="_error"].active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.formulaire_newsletter form .form-input div [class*="_error"] i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #af3b3b
}

.formulaire_newsletter form label {
    font-size: 14.89px;
    font-size: 1.489rem;
    display: block
}

.formulaire_newsletter form input[type="text"],
.formulaire_newsletter form input[type="email"] {
    font-size: 11.93px;
    font-size: 1.193rem;
    color: #282e36;
    text-align: left;
    font-weight: 600;
    border: 1px solid #d4d6d5;
    width: 100%;
    height: 41px;
    padding: 0px 20px 0px 20px;
    padding: 0rem 2rem 0rem 2rem;
    margin-top: 10px;
    margin-top: 1rem;
    background-color: #fff
}

.formulaire_newsletter form input[type="text"]:invalid,
.formulaire_newsletter form input[type="email"]:invalid {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.formulaire_newsletter form input[type="text"]::-webkit-input-placeholder,
.formulaire_newsletter form input[type="email"]::-webkit-input-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.formulaire_newsletter form input[type="text"]:-moz-placeholder,
.formulaire_newsletter form input[type="email"]:-moz-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.formulaire_newsletter form input[type="text"]::-moz-placeholder,
.formulaire_newsletter form input[type="email"]::-moz-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.formulaire_newsletter form input[type="text"]:-ms-input-placeholder,
.formulaire_newsletter form input[type="email"]:-ms-input-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.formulaire_newsletter form input[type="text"].error,
.formulaire_newsletter form input[type="email"].error {
    outline: thin solid #af3b3b
}

.formulaire_newsletter form input[type="checkbox"] {
    border: 1px solid #d4d6d5;
    width: 22px;
    height: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

.formulaire_newsletter form input.invalid {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #d4d6d5 !important;
    font-weight: 400
}

.formulaire_newsletter form .widget-select {
    padding-top: 20px;
    padding-top: 2rem
}

.formulaire_newsletter form .widget-select select:invalid {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.formulaire_newsletter form .widget-select select::-webkit-input-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.formulaire_newsletter form .widget-select select:-moz-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.formulaire_newsletter form .widget-select select::-moz-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.formulaire_newsletter form .widget-select select:-ms-input-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.formulaire_newsletter form .widget-select button {}

.formulaire_newsletter form .widget-select button.dropdown-toggle {
    text-align: left;
    border: 1px solid #d4d6d5;
    width: 100%;
    height: 41px;
    padding: 0px 20px;
    padding: 0rem 2rem;
    margin-top: 10px;
    margin-top: 1rem;
    background-color: #fff;
    position: relative
}

.formulaire_newsletter form .widget-select button.dropdown-toggle span {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36;
    font-weight: 400
}

.formulaire_newsletter form .widget-select button.dropdown-toggle:before {
    font-family: 'icon-ms';
    font-size: 15px;
    font-size: 1.5rem;
    color: #13a538;
    content: '\e93c';
    position: absolute;
    bottom: 8px;
    bottom: 0.8rem;
    right: 30px;
    right: 3rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.formulaire_newsletter form .widget-select button.dropdown-toggle i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #282e36;
    font-weight: 600;
    line-height: 100%;
    position: absolute;
    bottom: 11px;
    bottom: 1.1rem;
    right: 10px;
    right: 1rem
}

.formulaire_newsletter form .widget-select button.dropdown-toggle.error {
    outline: thin solid #af3b3b
}

.formulaire_newsletter form .widget-select button.dropdown-toggle.error:before {
    font-family: 'FontAwesome';
    color: #af3b3b;
    content: '\f00d';
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.formulaire_newsletter form .widget-select button.dropdown-toggle.active span {
    font-size: 11.93px;
    font-size: 1.193rem;
    color: #282e36;
    font-weight: 600
}

.formulaire_newsletter form .widget-select button.dropdown-toggle.active:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.formulaire_newsletter form .widget-select button.dropdown-item {
    font-size: 11.93px;
    font-size: 1.193rem;
    color: #282e36;
    font-weight: 600
}

.formulaire_newsletter form .widget-select .dropdown-menu {
    width: 100%
}

.formulaire_newsletter form .widget-select.form_gauche select,
.formulaire_newsletter form .widget-select.form_droite select {
    max-width: 395px
}

.formulaire_newsletter form .submit_container {
    text-align: right;
    padding-top: 20px;
    padding-top: 2rem
}

.formulaire_newsletter form .submit_container button {
    font-size: 19.16px;
    font-size: 1.916rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%;
    background-color: #13a538;
    border: 1px solid #13a538;
    width: 150px;
    height: 40px;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.formulaire_newsletter form .submit_container button font {
    font-size: 19.16px;
    font-size: 1.916rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.formulaire_newsletter form .submit_container button:hover {
    color: #13a538;
    background-color: #fff
}

.formulaire_newsletter form .submit_container button:hover font {
    color: #13a538
}

.cont_parc-aquatique .ce_text {
    padding-bottom: 60px;
    padding-bottom: 6rem
}

.cont_faq .presentation_faq {
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.15), 0 5px 20px 0 rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #d4d1d1;
    padding: 30px 0px 20px 0px;
    padding: 3rem 0rem 2rem 0rem
}

.cont_faq .articles {
    padding: 100px 0px;
    padding: 10rem 0rem
}

.menu_mobile .btn_close i {
    width: 9px;
    height: 14px;
    position: relative
}

.menu_mobile .btn_close i:before {
    content: "" !important;
    width: 9px;
    height: 14px;
    background-image: url(/files/site/images/close_menumobile.png);
    position: absolute;
    top: 0;
    left: 0
}

.cont_404 section:not(.bandeau_404) .container-fluid {
    max-width: 1200px
}

.cont_404 .presentation_404 .button {
    display: none
}

.cont_404 .accroches-clubs {
    padding: 35px 0px 70px 0px;
    padding: 3.5rem 0rem 7rem 0rem
}

.cont_404 .accroches-clubs .shadow {
    top: initial;
    bottom: 0
}

header .logo {
    padding: 39px 0px 34px 0px;
    padding: 3.9rem 0rem 3.4rem 0rem
}

header .logo img {
    max-width: 265px
}

.main_navbar_tunnel {
    border-bottom: 1px solid #101417
}

.main_navbar_tunnel .container-fluid {
    max-width: 1200px
}

.main_navbar_tunnel .container-fluid>div {
    text-align: center
}

.main_navbar_tunnel .container-fluid .paiement_securise {
    text-align: left;
    padding: 40px 0px 34px 0px;
    padding: 4rem 0rem 3.4rem 0rem
}

.main_navbar_tunnel .container-fluid .paiement_securise p span {
    color: #101417;
    font-size: 11.58px;
    font-size: 1.158rem;
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    padding: 13px 0px 0px 0px;
    padding: 1.3rem 0rem 0rem 0rem
}

.main_navbar_tunnel .container-fluid .paiement_securise p span font {
    color: #101417;
    font-size: 11.58px;
    font-size: 1.158rem;
    text-transform: uppercase;
    font-weight: 700;
    float: left
}

.main_navbar_tunnel .container-fluid .paiement_securise p img {
    padding: 0px 12px 0px 0px;
    padding: 0rem 1.2rem 0rem 0rem;
    display: inline-block;
    float: left
}

.main_navbar_tunnel .container-fluid .actions {
    padding: 15px 0px 34px 0px;
    padding: 1.5rem 0rem 3.4rem 0rem
}

.main_navbar_tunnel .container-fluid .actions .phone {
    display: inline-block;
    padding: 4px 10px 2px 10px;
    padding: 0.4rem 1rem 0.2rem 1rem
}

.main_navbar_tunnel .container-fluid .actions .phone a {
    text-decoration: none;
    position: relative;
    display: block;
    padding: 8px 0px 0px 0px;
    padding: 0.8rem 0rem 0rem 0rem
}

.main_navbar_tunnel .container-fluid .actions .phone a span {
    color: #101417;
    font-size: 12.58px;
    font-size: 1.258rem;
    display: inline-block;
    float: left;
    text-decoration: none
}

.main_navbar_tunnel .container-fluid .actions .phone a span font {
    color: #101417;
    font-size: 12.58px;
    font-size: 1.258rem
}

.main_navbar_tunnel .container-fluid .actions .phone a font {
    text-decoration: none
}

.main_navbar_tunnel .container-fluid .actions .phone a img {
    float: left;
    margin: 0px 0px 0px 12px;
    margin: 0rem 0rem 0rem 1.2rem;
    width: 20px !important
}

.tunnel_achat {
    background: #f5f5f5
}

.tunnel_achat.tunnel_achat_gris {
    background: rgba(203, 203, 203, 0.2);
    padding: 38px 0px 50px 0px;
    padding: 3.8rem 0rem 5rem 0rem
}

.tunnel_achat .cont_purchase_tunnel {
    max-width: 1200px
}

.tunnel_achat .cont_purchase_tunnel.container-fluid-0 {
    max-width: 1545px;
    align-items: center;
    background: url("/files/site/images/visuel.jpg") no-repeat;
    background-size: cover
}

.tunnel_achat .cont_purchase_tunnel.container-fluid-0>.row {
    max-width: 1200px;
    margin: 0 auto
}

.tunnel_achat .cont_purchase_tunnel.container-fluid-0>.row>.col-md-3 {
    padding: 0px 15px 0px 0px;
    padding: 0rem 1.5rem 0rem 0rem
}

.tunnel_achat .cont_purchase_tunnel.container-fluid-4 {
    max-width: 1545px;
    align-items: center;
    background: url("/files/site/images/visuel.jpg") no-repeat;
    background-size: cover
}

.tunnel_achat .cont_purchase_tunnel.container-fluid-4>.row {
    max-width: 1200px;
    margin: 0 auto
}

.tunnel_achat .cont_purchase_tunnel.container-fluid-4>.row>.col-md-3 {
    padding: 0px 15px 0px 0px;
    padding: 0rem 1.5rem 0rem 0rem
}

.tunnel_achat .cont_purchase_tunnel>.row {
    max-width: 1200px
}

.tunnel_achat .cont_purchase_tunnel>.row>.col-md-3 {
    padding: 0px 15px 0px 0px;
    padding: 0rem 1.5rem 0rem 0rem
}

.tunnel_achat .cont_purchase_tunnel>.row_step0 {
    height: calc(100vh - 176px);
    align-items: center
}

.tunnel_achat .cont_purchase_tunnel>.row_step4 {
    height: calc(100vh - 176px);
    align-items: center
}

.tunnel_achat .cont_purchase_tunnel .haut_panier {
    position: relative
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info {
    position: relative;
    background: #e1e1e1;
    width: 100%;
    margin: 12px 0px 12px 0px;
    margin: 1.2rem 0rem 1.2rem 0rem;
    padding: 19px 21px 14px 21px;
    padding: 1.9rem 2.1rem 1.4rem 2.1rem
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info header {
    font-family: "Trebuchet MS";
    text-transform: uppercase;
    text-align: left;
    font-weight: 500;
    padding: 0px 0px 10px 0px;
    padding: 0rem 0rem 1rem 0rem;
    font-size: 16px;
    font-size: 1.6rem
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info header font {
    font-family: "Trebuchet MS";
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    text-align: left;
    font-weight: 500
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info .camping {
    padding: 0
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info .camping p {
    color: #000;
    font-size: 26.48px;
    font-size: 2.648rem;
    font-weight: bold;
    line-height: 100%
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info .camping p font {
    color: #000;
    font-size: 26.48px;
    font-size: 2.648rem;
    font-weight: bold;
    line-height: 100%
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info .camping p span {
    color: #000;
    font-size: 18.2px;
    font-size: 1.82rem;
    font-weight: normal;
    text-transform: uppercase
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info .camping p span font {
    color: #000;
    font-size: 18.2px;
    font-size: 1.82rem;
    font-weight: normal;
    text-transform: uppercase
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info .col-md-1 {
    padding: 0px 20px 0px 20px;
    padding: 0rem 2rem 0rem 2rem
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info .details {
    padding: 5px 0px 5px 0px;
    padding: 0.5rem 0rem 0.5rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info .details span {
    color: #000;
    font-size: 18.2px;
    font-size: 1.82rem;
    font-family: 'Playfair Display';
    font-style: italic
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info .details span font {
    color: #000;
    font-size: 18.2px;
    font-size: 1.82rem;
    font-family: 'Playfair Display';
    font-style: italic
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info .prix {
    padding: 0
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info .prix p {
    color: #000;
    font-weight: 700;
    font-size: 30.61px;
    font-size: 3.061rem;
    text-decoration: underline
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info .prix p font {
    color: #000;
    font-weight: 700;
    font-size: 30.61px;
    font-size: 3.061rem;
    text-decoration: underline
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info .dates {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding: 10px 0px 10px 0px;
    padding: 1rem 0rem 1rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info .dates span {
    font-weight: 600
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info .dates span font {
    font-weight: 600
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info .order_lines .col-sm-5 {
    align-self: flex-end
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info .order_lines .col-sm-7 {
    padding: 0px 0px 0px 15px;
    padding: 0rem 0rem 0rem 1.5rem
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info .order_lines .libelle {
    padding: 10px 0px 5px 0px;
    padding: 1rem 0rem 0.5rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info .order_lines .price {
    text-align: right;
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem;
    text-transform: uppercase;
    padding: 10px 0px 7px 0px;
    padding: 1rem 0rem 0.7rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info .order_lines .price font {
    text-align: right;
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem;
    text-transform: uppercase
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info .deposit_line {
    background: #e1e1e1;
    border-top: 1px solid #dadada
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info .deposit_line .col-sm-7>div {
    padding: 10px 0px 0px 0px;
    padding: 1rem 0rem 0rem 0rem;
    text-align: left;
    font-weight: 600
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info .deposit_line .col-sm-7>div font {
    text-align: left;
    font-weight: 600
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info .deposit_line .col-sm-5 {
    align-self: flex-end
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info .deposit_line .price {
    text-align: right;
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem;
    text-transform: uppercase;
    padding: 10px 0px 0px 0px;
    padding: 1rem 0rem 0rem 0rem;
    font-weight: 600
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info .deposit_line .price font {
    text-align: right;
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem;
    text-transform: uppercase;
    font-weight: 600
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info .amount_line {
    background: #e1e1e1;
    border-bottom: 1px solid #dadada
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info .amount_line .col-sm-7>div {
    padding: 0px 0px 0px 0px;
    padding: 0rem 0rem 0rem 0rem;
    text-align: left
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info .amount_line .col-sm-7>div p {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    font-size: 1.5rem
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info .amount_line .col-sm-7>div p font {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    font-size: 1.5rem
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info .amount_line .col-sm-5 {
    align-self: end
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info .amount_line .price {
    text-align: right;
    color: #000
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info .amount_line .price font {
    text-align: right;
    color: #000
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info .amount_line .price p {
    font-size: 15px;
    font-size: 1.5rem;
    text-transform: uppercase;
    padding: 4px 0px 10px 0px;
    padding: 0.4rem 0rem 1rem 0rem;
    font-weight: 600
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .camping_info .amount_line .price p font {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 4px 0px 10px 0px;
    padding: 0.4rem 0rem 1rem 0rem;
    font-weight: 600
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .promo_code {
    position: relative;
    background: #fff;
    width: 100%;
    border: 1px solid #000;
    margin: 12px 0px 12px 0px;
    margin: 1.2rem 0rem 1.2rem 0rem;
    padding: 14px 21px 14px 21px;
    padding: 1.4rem 2.1rem 1.4rem 2.1rem
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .promo_code header {
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    position: relative;
    cursor: pointer
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .promo_code header font {
    text-transform: uppercase;
    text-align: center;
    font-weight: 600
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .promo_code header span {
    display: inline-block;
    text-align: right
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .promo_code header span.plus {
    font-size: 25px;
    font-size: 2.5rem;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 15px;
    cursor: pointer
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .promo_code header span.plus font {
    font-size: 25px;
    font-size: 2.5rem
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .promo_code header span.moins {
    font-size: 25px;
    font-size: 2.5rem;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 15px;
    display: none;
    cursor: pointer
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .promo_code header span.moins font {
    font-size: 25px;
    font-size: 2.5rem
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .promo_code .label {
    display: none;
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem;
    text-align: right
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .promo_code .label font {
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem;
    text-align: right
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .promo_code .label span {
    display: inline-block;
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem;
    padding: 0px 12px 0px 0px;
    padding: 0rem 1.2rem 0rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .promo_code .label span font {
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .promo_code .label .widget {
    display: block;
    position: relative
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .promo_code .label .widget input {
    border: 1px solid #e0e2e2;
    width: 100%;
    padding: 5px 5px 5px 5px;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    margin: 7px 12px 7px 0px;
    margin: 0.7rem 1.2rem 0.7rem 0rem;
    background: #fff
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .promo_code .label .widget .check {
    position: absolute;
    bottom: 15px;
    bottom: 1.5rem;
    right: 10px;
    right: 1rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .promo_code .label .widget .check i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #13a538
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .promo_code .label .widget .check.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .promo_code .label .widget .error {
    position: absolute;
    bottom: 15px;
    bottom: 1.5rem;
    right: 10px;
    right: 1rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .promo_code .label .widget .error i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #af3b3b
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .promo_code .label .widget .error.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .promo_code .msg_error {
    display: none;
    font-size: 12px;
    font-size: 1.2rem;
    color: #df0e11;
    font-weight: normal;
    text-align: left;
    margin: 0px 0px 8px 0px;
    margin: 0rem 0rem 0.8rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .promo_code .msg_error font {
    font-size: 12px;
    font-size: 1.2rem;
    color: #df0e11;
    font-weight: normal;
    text-align: left
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .promo_code .submit_container {
    text-align: center;
    margin: 5px 0px 85px 0px;
    margin: 0.5rem 0rem 8.5rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .promo_code .submit_container .submit {
    background: #000;
    padding: 10px 15px 10px 15px;
    padding: 1rem 1.5rem 1rem 1.5rem;
    font-size: 13.24px;
    font-size: 1.324rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%
}

.tunnel_achat .cont_purchase_tunnel .haut_panier .promo_code .submit_container .submit font {
    font-size: 13.24px;
    font-size: 1.324rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase
}

.tunnel_achat .cont_purchase_tunnel .shadow_tunnel {
    position: absolute;
    bottom: -27px;
    left: 0;
    right: 0;
    width: 100%;
    height: 27px;
    z-index: 5
}

.tunnel_achat .cont_purchase_tunnel .shadow_tunnel_title {
    position: absolute;
    bottom: -27px;
    left: 0;
    right: 0;
    width: 100%;
    height: 27px;
    z-index: 5
}

.tunnel_achat .cont_purchase_tunnel .step0 {
    position: relative;
    background: rgba(255, 255, 255, 0.95)
}

.tunnel_achat .cont_purchase_tunnel .step0 .header_step {
    padding: 28px 31px 0px 31px;
    padding: 2.8rem 3.1rem 0rem 3.1rem;
    margin: 0px 0px 0px 0px;
    margin: 0rem 0rem 0rem 0rem;
    position: relative;
    text-align: center;
    border-bottom: 1px #101417 dotted
}

.tunnel_achat .cont_purchase_tunnel .step0 .header_step p {
    padding: 0px 0px 14px 0px;
    padding: 0rem 0rem 1.4rem 0rem;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 21px;
    font-size: 2.1rem
}

.tunnel_achat .cont_purchase_tunnel .step0 .header_step p font {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 21px;
    font-size: 2.1rem
}

.tunnel_achat .cont_purchase_tunnel .step0 .col-md-6 {
    padding: 0px 30px 0px 30px;
    padding: 0rem 3rem 0rem 3rem
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire {
    margin: 30px 0px 30px 0px;
    margin: 3rem 0rem 3rem 0rem;
    padding: 20px 40px 20px 40px;
    padding: 2rem 4rem 2rem 4rem
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire .button_create {
    text-align: center;
    margin: 15px 0px 5px 0px;
    margin: 1.5rem 0rem 0.5rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire .button_create p {
    font-family: 'Trebuchet MS';
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    background: #c1c1c1;
    padding: 10px 15px;
    padding: 1rem 1.5rem;
    cursor: pointer;
    width: 100%
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire .button_create p font {
    font-family: 'Trebuchet MS';
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire .button_create p.active {
    background-color: #000
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire form .error {
    color: #bc493b;
    position: absolute;
    top: 20px
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire form .error font {
    color: #bc493b
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire form .explanation p {
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14.89px;
    font-size: 1.489rem;
    padding: 0px 0px 7px 0px;
    padding: 0rem 0rem 0.7rem 0rem;
    text-align: center
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire form .explanation p font {
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14.89px;
    font-size: 1.489rem;
    text-align: center
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire form .widget {
    display: block;
    position: relative
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire form .widget label {
    display: none
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire form .widget input {
    border: 1px solid #e0e2e2;
    width: 100%;
    padding: 10px 18px 10px 18px;
    padding: 1rem 1.8rem 1rem 1.8rem;
    margin: 7px 0px 7px 0px;
    margin: 0.7rem 0rem 0.7rem 0rem;
    background: #fff
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire form .widget .check {
    position: absolute;
    bottom: 15px;
    bottom: 1.5rem;
    right: 10px;
    right: 1rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire form .widget .check i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #13a538
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire form .widget .check.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire form .widget .error {
    position: absolute;
    bottom: 15px;
    bottom: 1.5rem;
    right: 10px;
    right: 1rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire form .widget .error i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #af3b3b
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire form .widget .error.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire form .forgot_password {
    text-align: left;
    color: #000;
    font-size: 11.62px;
    font-size: 1.162rem;
    text-decoration: underline
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire form .forgot_password font {
    text-align: left;
    color: #000;
    font-size: 11.62px;
    font-size: 1.162rem;
    text-decoration: underline
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire form .submit_container {
    text-align: center;
    margin: 15px 0px 5px 0px;
    margin: 1.5rem 0rem 0.5rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire form .submit_container .submit {
    background: #909090;
    padding: 10px 15px 10px 15px;
    padding: 1rem 1.5rem 1rem 1.5rem;
    font-size: 13.24px;
    font-size: 1.324rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire form .submit_container .submit font {
    font-size: 13.24px;
    font-size: 1.324rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire form .submit_container .submit.active {
    background: #000
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire form .submit_container.continuer button {
    padding: 10px 27px 10px 27px;
    padding: 1rem 2.7rem 1rem 2.7rem
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire form .create_after {
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem;
    text-align: center;
    padding-top: 11px;
    padding-top: 1.1rem
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire form .create_after font {
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem;
    text-align: center
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire .ou {
    color: #000;
    font-size: 14.9px;
    font-size: 1.49rem;
    text-align: center
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire .ou font {
    color: #000;
    font-size: 14.9px;
    font-size: 1.49rem;
    text-align: center
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire .mod_facebook_login {
    text-align: center;
    margin: 9px 0px 9px 0px;
    margin: 0.9rem 0rem 0.9rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire .mod_facebook_login [id*="facebook_login_"] {
    display: block;
    position: relative;
    background: url('https://www.ms-vacances.com/files/site/images/fond_fb.png') repeat-x;
    padding: 3px 15px 3px 48px;
    padding: 0.3rem 1.5rem 0.3rem 4.8rem
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire .mod_facebook_login [id*="facebook_login_"] div {
    font-size: 11.5px;
    font-size: 1.15rem;
    font-weight: bold;
    color: #fff;
    padding: 8px 0px 8px 0px;
    padding: 0.8rem 0rem 0.8rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire .mod_facebook_login [id*="facebook_login_"] div font {
    font-size: 11.5px;
    font-size: 1.15rem;
    font-weight: bold;
    color: #fff
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire .mod_facebook_login [id*="facebook_login_"] img {
    position: absolute;
    left: 5px;
    padding: 0px 15px 0px 0px;
    padding: 0rem 1.5rem 0rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire #tl_registration {}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire #tl_registration .formbody {
    position: relative
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire #tl_registration .widget-password {
    display: none
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire #tl_registration #ctrl_username {
    display: none
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire #tl_registration .widget {
    position: relative
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire #tl_registration .widget .ctrl_check {
    position: absolute;
    bottom: 15px;
    bottom: 1.5rem;
    right: 10px;
    right: 1rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire #tl_registration .widget .ctrl_check i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #13a538
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire #tl_registration .widget .ctrl_check.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire #tl_registration .widget .ctrl_error {
    position: absolute;
    bottom: 15px;
    bottom: 1.5rem;
    right: 10px;
    right: 1rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire #tl_registration .widget .ctrl_error i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #af3b3b
}

.tunnel_achat .cont_purchase_tunnel .step0 .content_formulaire #tl_registration .widget .ctrl_error.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.tunnel_achat .cont_purchase_tunnel .step-stay {
    position: relative;
    margin: 12px 0px 12px 0px;
    margin: 1.2rem 0rem 1.2rem 0rem;
    padding: 0px 0px 9px 0px;
    padding: 0rem 0rem 0.9rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step-stay.disable {
    background: #cccfce
}

.tunnel_achat .cont_purchase_tunnel .step-stay.disable .header_step {
    padding: 9px 31px 0px 31px;
    padding: 0.9rem 3.1rem 0rem 3.1rem;
    margin: 0px 0px 0px 0px;
    margin: 0rem 0rem 0rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step-stay.disable .header_step p {
    color: #5f5f5f;
    font-size: 19.86px;
    font-size: 1.986rem;
    text-transform: uppercase
}

.tunnel_achat .cont_purchase_tunnel .step-stay.disable .header_step p font {
    color: #5f5f5f;
    font-size: 19.86px;
    font-size: 1.986rem;
    text-transform: uppercase
}

.tunnel_achat .cont_purchase_tunnel .step-stay.disable .step_content {
    display: none
}

.tunnel_achat .cont_purchase_tunnel .step-stay.disable .shadow_tunnel {
    display: none
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active .header_step {
    padding: 9px 31px 0px 31px;
    padding: 0.9rem 3.1rem 0rem 3.1rem;
    margin: 0px 0px 0px 0px;
    margin: 0rem 0rem 0rem 0rem;
    position: relative;
    background: #0074a6
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active .header_step p {
    padding: 0px 0px 9px 0px;
    padding: 0rem 0rem 0.9rem 0rem;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 19.86px;
    font-size: 1.986rem
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active .header_step p font {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 19.86px;
    font-size: 1.986rem
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active .step_content {
    padding: 0px 15px 0px 15px;
    padding: 0rem 1.5rem 0rem 1.5rem
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form {
    margin: 0px 0px 15px 0px;
    margin: 0rem 0rem 1.5rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form fieldset {
    padding: 13px 0px 27px 0px;
    padding: 1.3rem 0rem 2.7rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form fieldset.fieldset-persons .error {
    display: none;
    padding: 11px 25px 9px 25px;
    padding: 1.1rem 2.5rem 0.9rem 2.5rem;
    background: #fff;
    border: 1px solid #9f9f9f;
    color: #20666e
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form fieldset.fieldset-persons .error font {
    color: #20666e
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form fieldset.fieldset-persons .error span {
    padding: 0px 20px 0px 0px;
    padding: 0rem 2rem 0rem 0rem;
    color: #fac200;
    font-size: 18px;
    font-size: 1.8rem
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form fieldset.fieldset-persons .error span font {
    color: #fac200;
    font-size: 18px;
    font-size: 1.8rem
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form fieldset.fieldset-persons .error2 {
    outline: thin solid #af3b3b
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .legend {
    border-bottom: 1px solid #dededf
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .legend legend {
    color: #0074a6;
    font-weight: bold;
    font-size: 14.89px;
    font-size: 1.489rem
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .legend legend font {
    color: #0074a6;
    font-weight: bold;
    font-size: 14.89px;
    font-size: 1.489rem
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .legend legend img {
    padding: 5px 10px 5px 0px;
    padding: 0.5rem 1rem 0.5rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .legend .info {
    color: #000;
    font-size: 9.93px;
    font-size: 0.993rem;
    font-style: italic;
    text-align: right
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .legend .info font {
    color: #000;
    font-size: 9.93px;
    font-size: 0.993rem;
    font-style: italic;
    text-align: right
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .line .price {
    text-align: right;
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem;
    text-transform: uppercase;
    padding: 15px 0px 12px 0px;
    padding: 1.5rem 0rem 1.2rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .line .price font {
    text-align: right;
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem;
    text-transform: uppercase
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .line .input {
    padding: 10px 0px 10px 0px;
    padding: 1rem 0rem 1rem 0rem;
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .line .input font {
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .line .input input {
    border: 1px solid #e0e2e2;
    width: 100%;
    padding: 5px 18px 5px 18px;
    padding: 0.5rem 1.8rem 0.5rem 1.8rem;
    margin: 7px 0px 7px 0px;
    margin: 0.7rem 0rem 0.7rem 0rem;
    background: #fff
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .line .label {
    padding: 5px 0px 5px 0px;
    padding: 0.5rem 0rem 0.5rem 0rem;
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .line .label font {
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .line .label input {
    border: 1px solid #e0e2e2;
    width: 50%;
    padding: 5px 18px 5px 0px;
    padding: 0.5rem 1.8rem 0.5rem 0rem;
    margin: 7px 0px 7px 0px;
    margin: 0.7rem 0rem 0.7rem 0rem;
    background: #fff
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .line .label input.error2 {
    outline: thin solid #af3b3b
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .line p {
    display: inline-block;
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem;
    padding: 0px 0px 0px 0px;
    padding: 0rem 0rem 0rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .line p font {
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .line .radio {
    padding: 10px 0px 10px 0px;
    padding: 1rem 0rem 1rem 0rem;
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .line .radio font {
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .line .radio span {
    padding: 0px 20px 0px 20px;
    padding: 0rem 2rem 0rem 2rem
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .line .cga_lien {
    color: #000;
    text-decoration: underline
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .line .cga_lien font {
    color: #000;
    text-decoration: underline
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .line .select {
    display: block;
    position: relative
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .line .select:after {
    font-family: 'FontAwesome';
    font-size: 10px;
    font-size: 1rem;
    color: #1d1d1b;
    line-height: 100%;
    content: '\f107';
    position: absolute;
    bottom: 15px;
    bottom: 1.5rem;
    left: 60px;
    left: 6rem
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .line .select .label {
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .line .select .label font {
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .line .select .label span {
    display: inline-block;
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem;
    padding: 0px 12px 0px 12px;
    padding: 0rem 1.2rem 0rem 1.2rem
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .line .select .label span font {
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .line .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #e0e2e2;
    padding: 0px 15px 0px 15px;
    padding: 0rem 1.5rem 0rem 1.5rem;
    margin: 5px 0px 0px 0px;
    margin: 0.5rem 0rem 0rem 0rem;
    width: 80px;
    height: 30px;
    color: #b0b2b1;
    background: #fff
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .line .select .help {
    display: inline-block;
    cursor: pointer
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .line .select .help div {
    background: #fff !important;
    color: #000 !important;
    text-decoration: underline
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .line .select .help div font {
    color: #000 !important;
    text-decoration: underline
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .line textarea {
    border: 1px solid #e0e2e2;
    width: 100%;
    padding: 5px 18px 5px 18px;
    padding: 0.5rem 1.8rem 0.5rem 1.8rem;
    margin: 15px 0px 15px 0px;
    margin: 1.5rem 0rem 1.5rem 0rem;
    min-height: 200px;
    background: #fff
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .personnes input {
    border: 1px solid #e0e2e2;
    width: 30%;
    padding: 5px 18px 5px 18px;
    padding: 0.5rem 1.8rem 0.5rem 1.8rem;
    margin: 7px 0px 7px 0px;
    margin: 0.7rem 0rem 0.7rem 0rem;
    background: #fff
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .sous_titre_choix {
    color: #000
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .sous_titre_choix font {
    color: #000
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .zone_choix {
    float: left
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .zone_choix .choix1 {
    padding: 5px 0
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .zone_choix .choix1 label {
    padding: 0 15px;
    color: #000;
    padding: 0px 12px 0px 0px;
    padding: 0rem 1.2rem 0rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .zone_choix .choix1 label font {
    color: #000
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .zone_choix .choix1 input {
    border: 1px solid #e0e2e2;
    width: 70%;
    padding: 5px 18px 5px 18px;
    padding: 0.5rem 1.8rem 0.5rem 1.8rem;
    margin: 7px 0px 7px 0px;
    margin: 0.7rem 0rem 0.7rem 0rem;
    background: #fff
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .zone_choix .choix2 {
    padding: 5px 0;
    display: none
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .zone_choix .choix2 label {
    padding: 0 15px;
    color: #000;
    padding: 0px 12px 0px 0px;
    padding: 0rem 1.2rem 0rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .zone_choix .choix2 label font {
    color: #000
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .zone_choix .choix2 input {
    border: 1px solid #e0e2e2;
    width: 70%;
    padding: 5px 18px 5px 18px;
    padding: 0.5rem 1.8rem 0.5rem 1.8rem;
    margin: 7px 0px 7px 0px;
    margin: 0.7rem 0rem 0.7rem 0rem;
    background: #fff
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .zone_choix .choix3 {
    padding: 5px 0;
    display: none
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .zone_choix .choix3 label {
    padding: 0 15px;
    color: #000;
    padding: 0px 12px 0px 0px;
    padding: 0rem 1.2rem 0rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .zone_choix .choix3 label font {
    color: #000
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .zone_choix .choix3 input {
    border: 1px solid #e0e2e2;
    width: 70%;
    padding: 5px 18px 5px 18px;
    padding: 0.5rem 1.8rem 0.5rem 1.8rem;
    margin: 7px 0px 7px 0px;
    margin: 0.7rem 0rem 0.7rem 0rem;
    background: #fff
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .zone_bouton {
    float: left
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .zone_bouton .btn_ajout {
    margin: 10px 0 10px 0
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .zone_bouton .btn_ajout button {
    padding: 5px 7px 5px 7px;
    padding: 0.5rem 0.7rem 0.5rem 0.7rem;
    margin: 7px 0px 7px 0px;
    margin: 0.7rem 0rem 0.7rem 0rem;
    border: none;
    color: #000;
    text-decoration: underline
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .zone_bouton .btn_ajout button font {
    color: #000;
    text-decoration: underline
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .page_suivante {
    text-align: right;
    margin: 0px 0px 70px 0px;
    margin: 0rem 0rem 7rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .page_suivante a {
    display: inline-block;
    background: #13a538;
    padding: 10px 0px 10px 0px;
    padding: 1rem 0rem 1rem 0rem;
    border: none;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    width: 137px;
    height: 44px
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .page_suivante a font {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .page_suivante a:hover {
    font-size: 17px;
    font-size: 1.7rem
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .page_suivante a:hover font {
    font-size: 17px;
    font-size: 1.7rem
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .page_suivante button {
    display: inline-block;
    background: #13a538;
    padding: 10px 0px 10px 0px;
    padding: 1rem 0rem 1rem 0rem;
    border: none;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    width: 137px;
    height: 44px
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .page_suivante button font {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .page_suivante button:hover {
    font-size: 17px;
    font-size: 1.7rem
}

.tunnel_achat .cont_purchase_tunnel .step-stay.active form .page_suivante button:hover font {
    font-size: 17px;
    font-size: 1.7rem
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates {
    position: relative;
    margin: 12px 0px 12px 0px;
    margin: 1.2rem 0rem 1.2rem 0rem;
    padding: 0px 0px 9px 0px;
    padding: 0rem 0rem 0.9rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.disable {
    background: #cccfce
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.disable .header_step {
    padding: 9px 31px 0px 31px;
    padding: 0.9rem 3.1rem 0rem 3.1rem;
    margin: 0px 0px 0px 0px;
    margin: 0rem 0rem 0rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.disable .header_step p {
    color: #5f5f5f;
    font-size: 19.86px;
    font-size: 1.986rem;
    text-transform: uppercase
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.disable .header_step p font {
    color: #5f5f5f;
    font-size: 19.86px;
    font-size: 1.986rem;
    text-transform: uppercase
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.disable .step_content {
    display: none
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.disable .shadow_tunnel {
    display: none
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active .header_step {
    padding: 9px 31px 0px 31px;
    padding: 0.9rem 3.1rem 0rem 3.1rem;
    margin: 0px 0px 0px 0px;
    margin: 0rem 0rem 0rem 0rem;
    position: relative;
    background: #0074a6
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active .header_step p {
    padding: 0px 0px 9px 0px;
    padding: 0rem 0rem 0.9rem 0rem;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 19.86px;
    font-size: 1.986rem
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active .header_step p font {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 19.86px;
    font-size: 1.986rem
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active .step_content {
    padding: 0px 15px 0px 15px;
    padding: 0rem 1.5rem 0rem 1.5rem
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form {
    margin: 0px 0px 15px 0px;
    margin: 0rem 0rem 1.5rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .explanation {
    /* display: none */
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .create_after {
    display: none
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .widget {
    display: block;
    position: relative
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .widget label {
    display: none
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .widget input {
    border: 1px solid #e0e2e2;
    width: 100%;
    padding: 10px 18px 10px 18px;
    padding: 1rem 1.8rem 1rem 1.8rem;
    margin: 5px 0px 5px 0px;
    margin: 0.5rem 0rem 0.5rem 0rem;
    background: #fff
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .widget .check {
    position: absolute;
    bottom: 15px;
    bottom: 1.5rem;
    right: 10px;
    right: 1rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .widget .check i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #13a538
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .widget .check.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .widget .error {
    position: absolute;
    bottom: 15px;
    bottom: 1.5rem;
    right: 10px;
    right: 1rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .widget .error i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #af3b3b
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .widget .error.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .submit_container {
    text-align: right;
    margin: 15px 0px 5px 0px;
    margin: 1.5rem 0rem 0.5rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .submit_container input,
.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .submit_container div {
    background: #13a538;
    padding: 10px 0px 10px 0px;
    padding: 1rem 0rem 1rem 0rem;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    text-align: center;
    width: 137px;
    height: 44px;
    margin: 0 0 0 auto;
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .submit_container input:hover {
    font-size: 17px;
    font-size: 1.7rem
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .submit_container.continuer button {
    padding: 10px 27px 10px 27px;
    padding: 1rem 2.7rem 1rem 2.7rem
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form fieldset {
    padding: 13px 0px 27px 0px;
    padding: 1.3rem 0rem 2.7rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .legend {
    border-bottom: 1px solid #dededf
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .legend legend {
    color: #000;
    font-weight: bold;
    font-size: 14.89px;
    font-size: 1.489rem
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .legend legend font {
    color: #000;
    font-weight: bold;
    font-size: 14.89px;
    font-size: 1.489rem
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .legend legend img {
    padding: 5px 10px 5px 0px;
    padding: 0.5rem 1rem 0.5rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .legend .info {
    color: #000;
    font-size: 9.93px;
    font-size: 0.993rem;
    font-style: italic;
    text-align: right
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .legend .info font {
    color: #000;
    font-size: 9.93px;
    font-size: 0.993rem;
    font-style: italic;
    text-align: right
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .line .price {
    text-align: right;
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem;
    text-transform: uppercase;
    padding: 15px 0px 12px 0px;
    padding: 1.5rem 0rem 1.2rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .line .price font {
    text-align: right;
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem;
    text-transform: uppercase
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .line .input {
    padding: 10px 0px 10px 0px;
    padding: 1rem 0rem 1rem 0rem;
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .line .input font {
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .line .input input {
    border: 1px solid #e0e2e2;
    width: 50%;
    padding: 5px 18px 5px 18px;
    padding: 0.5rem 1.8rem 0.5rem 1.8rem;
    margin: 7px 0px 7px 0px;
    margin: 0.7rem 0rem 0.7rem 0rem;
    background: #fff
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .line .label {
    padding: 5px 0px 5px 0px;
    padding: 0.5rem 0rem 0.5rem 0rem;
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem;
    text-align: left
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .line .label font {
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem;
    text-align: left
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .line .label>span {
    text-transform: uppercase
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .line .label>span font {
    text-transform: uppercase
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .line .label input {
    border: 1px solid #e0e2e2;
    width: 50%;
    padding: 5px 18px 5px 0px;
    padding: 0.5rem 1.8rem 0.5rem 0rem;
    margin: 7px 0px 7px 0px;
    margin: 0.7rem 0rem 0.7rem 0rem;
    background: #fff
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .line p {
    display: inline-block;
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem;
    padding: 0px 12px 0px 0px;
    padding: 0rem 1.2rem 0rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .line p font {
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .line .radio {
    padding: 10px 0px 10px 0px;
    padding: 1rem 0rem 1rem 0rem;
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .line .radio font {
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .line .radio span {
    padding: 0px 20px 0px 20px;
    padding: 0rem 2rem 0rem 2rem
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .line textarea {
    border: 1px solid #e0e2e2;
    width: 100%;
    padding: 5px 18px 5px 18px;
    padding: 0.5rem 1.8rem 0.5rem 1.8rem;
    margin: 15px 0px 15px 0px;
    margin: 1.5rem 0rem 1.5rem 0rem;
    min-height: 200px;
    background: #fff
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .informations_client {
    text-align: center
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .informations_client .header_step {
    padding: 14px 31px 0px 31px;
    padding: 1.4rem 3.1rem 0rem 3.1rem;
    margin: 0px 0px 0px 0px;
    margin: 0rem 0rem 0rem 0rem;
    position: relative;
    background: #000
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .informations_client .header_step p {
    padding: 0px 0px 14px 0px;
    padding: 0rem 0rem 1.4rem 0rem;
    color: #fff;
    font-weight: bold;
    font-size: 19.86px;
    font-size: 1.986rem;
    text-transform: uppercase
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .informations_client .header_step p font {
    color: #fff;
    font-weight: bold;
    font-size: 19.86px;
    font-size: 1.986rem;
    text-transform: uppercase
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .informations_client .line .label span {
    display: none
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .informations_client .line .label input {
    border: 1px solid #e0e2e2 !important;
    width: 50% !important;
    padding: 10px 18px 10px 18px;
    padding: 1rem 1.8rem 1rem 1.8rem;
    margin: 7px 0px 7px 0px;
    margin: 0.7rem 0rem 0.7rem 0rem;
    background: #fff
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .informations_client .line .radio {
    padding: 10px 18px 10px 18px;
    padding: 1rem 1.8rem 1rem 1.8rem;
    margin: 7px 0px 7px 0px;
    margin: 0.7rem 0rem 0.7rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .informations_client .line .radio label {
    display: inline-block;
    margin: 0px 20px 0px 20px;
    margin: 0rem 2rem 0rem 2rem
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .informations_client .line .content_mail {
    padding: 10px 18px 10px 18px;
    padding: 1rem 1.8rem 1rem 1.8rem;
    margin: 7px 0px 7px 0px;
    margin: 0.7rem 0rem 0.7rem 0rem;
    color: #000;
    font-size: 18.2px;
    font-size: 1.82rem;
    font-weight: normal;
    text-transform: uppercase
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .informations_client .line .content_mail font {
    color: #000;
    font-size: 18.2px;
    font-size: 1.82rem;
    font-weight: normal;
    text-transform: uppercase
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .informations_client .submit_container {
    text-align: right;
    margin: 15px 0px 5px 0px;
    margin: 1.5rem 0rem 0.5rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .informations_client .submit_container button {
    background: #13a538;
    padding: 10px 0px 10px 0px;
    padding: 1rem 0rem 1rem 0rem;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    text-align: center;
    width: 137px;
    height: 44px
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .informations_client .submit_container button font {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .informations_client .submit_container button:hover {
    font-size: 17px;
    font-size: 1.7rem
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .informations_client .submit_container button:hover font {
    font-size: 17px;
    font-size: 1.7rem
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form .informations_client .submit_container.continuer button {
    padding: 10px 27px 10px 27px;
    padding: 1rem 2.7rem 1rem 2.7rem
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_10 .widget,
.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_91 .widget {
    position: relative
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_10 .widget .ctrl_check,
.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_91 .widget .ctrl_check {
    position: absolute;
    bottom: 15px;
    bottom: 1.5rem;
    right: 10px;
    right: 1rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_10 .widget .ctrl_check i,
.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_91 .widget .ctrl_check i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #13a538
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_10 .widget .ctrl_check.active,
.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_91 .widget .ctrl_check.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_10 .widget .ctrl_error,
.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_91 .widget .ctrl_error {
    position: absolute;
    bottom: 15px;
    bottom: 1.5rem;
    right: 10px;
    right: 1rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_10 .widget .ctrl_error i,
.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_91 .widget .ctrl_error i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #af3b3b
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_10 .widget .ctrl_error.active,
.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_91 .widget .ctrl_error.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_10 legend,
.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_91 legend {
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    text-align: left;
    font-size: 21px;
    font-size: 2.1rem;
    margin: 20px 0px 10px 0px;
    margin: 2rem 0rem 1rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_10 legend font,
.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_91 legend font {
    text-align: left;
    font-size: 21px;
    font-size: 2.1rem;
    text-transform: uppercase
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_10 label,
.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_91 label {
    display: none
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_10 .widget-text,
.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_91 .widget-text,
.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_10 .widget-password,
.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_91 .widget-password {
    max-width: 50%
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_10 .widget-select,
.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_91 .widget-select {
    max-width: 50%
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_10 .widget-select button.dropdown-toggle,
.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_91 .widget-select button.dropdown-toggle {
    text-align: left;
    border: 1px solid #d4d6d5;
    width: 100%;
    height: 41px;
    padding: 0px 20px;
    padding: 0rem 2rem;
    margin-top: 10px;
    margin-top: 1rem;
    background-color: #fff;
    position: relative
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_10 .widget-select button.dropdown-toggle span,
.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_91 .widget-select button.dropdown-toggle span {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36;
    font-weight: 400
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_10 .widget-select button.dropdown-toggle span font,
.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_91 .widget-select button.dropdown-toggle span font {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36;
    font-weight: 400
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_10 .widget-select button.dropdown-toggle:before,
.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_91 .widget-select button.dropdown-toggle:before {
    font-family: 'icon-ms';
    font-size: 15px;
    font-size: 1.5rem;
    color: #13a538;
    content: '\e93c';
    position: absolute;
    bottom: 8px;
    bottom: 0.8rem;
    right: 30px;
    right: 3rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_10 .widget-select button.dropdown-toggle i,
.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_91 .widget-select button.dropdown-toggle i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #282e36;
    font-weight: 600;
    line-height: 100%;
    position: absolute;
    bottom: 11px;
    bottom: 1.1rem;
    right: 10px;
    right: 1rem
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_10 .widget-select button.dropdown-toggle.active span,
.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_91 .widget-select button.dropdown-toggle.active span {
    font-size: 11.93px;
    font-size: 1.193rem;
    color: #282e36;
    font-weight: 600
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_10 .widget-select button.dropdown-toggle.active span font,
.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_91 .widget-select button.dropdown-toggle.active span font {
    font-size: 11.93px;
    font-size: 1.193rem;
    color: #282e36;
    font-weight: 600
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_10 .widget-select button.dropdown-toggle.active:before,
.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_91 .widget-select button.dropdown-toggle.active:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_10 .widget-select button.dropdown-item,
.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_91 .widget-select button.dropdown-item {
    font-size: 11.93px;
    font-size: 1.193rem;
    color: #282e36;
    font-weight: 600
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_10 .widget-select button.dropdown-item font,
.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_91 .widget-select button.dropdown-item font {
    font-size: 11.93px;
    font-size: 1.193rem;
    color: #282e36;
    font-weight: 600
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_10 .widget-select .dropdown-menu,
.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_91 .widget-select .dropdown-menu {
    width: 100%
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_10 .widget-select .dropdown-menu[aria-labelledby="dropdowncountry"],
.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_91 .widget-select .dropdown-menu[aria-labelledby="dropdowncountry"] {
    height: 200px;
    overflow-y: auto;
    transform: none !important;
    top: 51px !important;
    top: 5.1rem !important
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_10 .explanation_password span,
.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_91 .explanation_password span {
    font-weight: 600
}

.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_10 .explanation_password span font,
.tunnel_achat .cont_purchase_tunnel .step-coordinates.active form#tl_member_91 .explanation_password span font {
    font-weight: 600
}

.tunnel_achat .cont_purchase_tunnel .step-payment {
    position: relative;
    margin: 12px 0px 12px 0px;
    margin: 1.2rem 0rem 1.2rem 0rem;
    padding: 0px 0px 9px 0px;
    padding: 0rem 0rem 0.9rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step-payment.disable {
    background: #cccfce
}

.tunnel_achat .cont_purchase_tunnel .step-payment.disable .header_step {
    padding: 9px 31px 0px 31px;
    padding: 0.9rem 3.1rem 0rem 3.1rem;
    margin: 0px 0px 0px 0px;
    margin: 0rem 0rem 0rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step-payment.disable .header_step p {
    color: #5f5f5f;
    font-size: 19.86px;
    font-size: 1.986rem;
    text-transform: uppercase
}

.tunnel_achat .cont_purchase_tunnel .step-payment.disable .header_step p font {
    color: #5f5f5f;
    font-size: 19.86px;
    font-size: 1.986rem;
    text-transform: uppercase
}

.tunnel_achat .cont_purchase_tunnel .step-payment.disable .step_content {
    display: none
}

.tunnel_achat .cont_purchase_tunnel .step-payment.disable .shadow_tunnel {
    display: none
}

.tunnel_achat .cont_purchase_tunnel .step-payment.active .header_step {
    padding: 9px 31px 0px 31px;
    padding: 0.9rem 3.1rem 0rem 3.1rem;
    margin: 0px 0px 0px 0px;
    margin: 0rem 0rem 0rem 0rem;
    position: relative;
    background: #0074a6
}

.tunnel_achat .cont_purchase_tunnel .step-payment.active .header_step p {
    padding: 0px 0px 9px 0px;
    padding: 0rem 0rem 0.9rem 0rem;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 19.86px;
    font-size: 1.986rem
}

.tunnel_achat .cont_purchase_tunnel .step-payment.active .header_step p font {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 19.86px;
    font-size: 1.986rem
}

.tunnel_achat .cont_purchase_tunnel .step-payment.active .step_content {
    padding: 0px 15px 0px 15px;
    padding: 0rem 1.5rem 0rem 1.5rem
}

.tunnel_achat .cont_purchase_tunnel .step-payment .payment .legend {
    padding: 10px 0px 5px 0px;
    padding: 1rem 0rem 0.5rem 0rem;
    border-bottom: 1px solid #dededf
}

.tunnel_achat .cont_purchase_tunnel .step-payment .payment .legend legend {
    color: #000;
    font-weight: normal;
    font-size: 14.89px;
    font-size: 1.489rem;
    text-transform: uppercase
}

.tunnel_achat .cont_purchase_tunnel .step-payment .payment .legend legend font {
    color: #000;
    font-weight: normal;
    font-size: 14.89px;
    font-size: 1.489rem;
    text-transform: uppercase
}

.tunnel_achat .cont_purchase_tunnel .step-payment .payment .legend legend img {
    padding: 5px 10px 5px 0px;
    padding: 0.5rem 1rem 0.5rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step-payment .payment .legend .info {
    color: #000;
    font-size: 9.93px;
    font-size: 0.993rem;
    font-style: italic;
    text-align: right
}

.tunnel_achat .cont_purchase_tunnel .step-payment .payment .legend .info font {
    color: #000;
    font-size: 9.93px;
    font-size: 0.993rem;
    font-style: italic;
    text-align: right
}

.tunnel_achat .cont_purchase_tunnel .step-payment .payment .legend .info img {
    height: 12px !important;
    padding: 0px 10px 0px 0px;
    padding: 0rem 1rem 0rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step-payment .payment .line {
    padding: 15px 0px 15px 0px;
    padding: 1.5rem 0rem 1.5rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step-payment .payment .line .price {
    text-align: right;
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem;
    text-transform: uppercase;
    padding: 15px 0px 12px 0px;
    padding: 1.5rem 0rem 1.2rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step-payment .payment .line .price font {
    text-align: right;
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem;
    text-transform: uppercase
}

.tunnel_achat .cont_purchase_tunnel .step-payment .payment .line .input {
    padding: 10px 0px 10px 0px;
    padding: 1rem 0rem 1rem 0rem;
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem
}

.tunnel_achat .cont_purchase_tunnel .step-payment .payment .line .input font {
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem
}

.tunnel_achat .cont_purchase_tunnel .step-payment .payment .line .input input {
    border: 1px solid #e0e2e2;
    width: 100%;
    padding: 5px 18px 5px 18px;
    padding: 0.5rem 1.8rem 0.5rem 1.8rem;
    margin: 7px 0px 7px 0px;
    margin: 0.7rem 0rem 0.7rem 0rem;
    background: #fff
}

.tunnel_achat .cont_purchase_tunnel .step-payment .payment .line .label {
    padding: 10px 0px 10px 0px;
    padding: 1rem 0rem 1rem 0rem;
    color: #000;
    font-size: 14.5px;
    font-size: 1.45rem;
    text-align: left
}

.tunnel_achat .cont_purchase_tunnel .step-payment .payment .line .label font {
    color: #000;
    font-size: 14.5px;
    font-size: 1.45rem;
    text-align: left
}

.tunnel_achat .cont_purchase_tunnel .step-payment .payment .line .label>span {
    text-transform: uppercase
}

.tunnel_achat .cont_purchase_tunnel .step-payment .payment .line .label>span font {
    text-transform: uppercase
}

.tunnel_achat .cont_purchase_tunnel .step-payment .payment .line .label .souligne {
    color: #000;
    font-size: 14.5px;
    font-size: 1.45rem;
    text-decoration: underline;
    text-transform: none
}

.tunnel_achat .cont_purchase_tunnel .step-payment .payment .line .label .souligne font {
    color: #000;
    font-size: 14.5px;
    font-size: 1.45rem;
    text-decoration: underline;
    text-transform: none
}

.tunnel_achat .cont_purchase_tunnel .step-payment .payment .line .label input {
    border: 1px solid #e0e2e2;
    width: 50%;
    padding: 5px 18px 5px 0px;
    padding: 0.5rem 1.8rem 0.5rem 0rem;
    margin: 7px 0px 7px 0px;
    margin: 0.7rem 0rem 0.7rem 0rem;
    background: #fff
}

.tunnel_achat .cont_purchase_tunnel .step-payment .payment .line a {
    text-decoration: underline;
    color: #000
}

.tunnel_achat .cont_purchase_tunnel .step-payment .payment .line a font {
    text-decoration: underline;
    color: #000
}

.tunnel_achat .cont_purchase_tunnel .step-payment .payment .line .paiement {
    margin: 12px 0px 12px 0px;
    margin: 1.2rem 0rem 1.2rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step-payment .payment .line .paiement figure {
    display: inline-block;
    margin: 0px 15px 0px 15px;
    margin: 0rem 1.5rem 0rem 1.5rem
}

.tunnel_achat .cont_purchase_tunnel .step-payment .payment .line .paiement figure img {
    height: 43px
}

.tunnel_achat .cont_purchase_tunnel .step-payment .payment .line p {
    display: inline-block;
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem;
    padding: 0px 12px 0px 0px;
    padding: 0rem 1.2rem 0rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step-payment .payment .line p font {
    color: #000;
    font-size: 13.24px;
    font-size: 1.324rem
}

.tunnel_achat .cont_purchase_tunnel .step-payment .payment .line .prix_final {
    padding: 15px 0px 18px 0px;
    padding: 1.5rem 0rem 1.8rem 0rem;
    text-decoration: underline;
    font-weight: 600;
    font-size: 18px;
    font-size: 1.8rem
}

.tunnel_achat .cont_purchase_tunnel .step-payment .payment .line .prix_final font {
    text-decoration: underline;
    font-weight: 600;
    font-size: 18px;
    font-size: 1.8rem
}

.tunnel_achat .cont_purchase_tunnel .step-payment .payment form {
    text-align: right;
    margin: 15px 0px 0px 0px;
    margin: 1.5rem 0rem 0rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step-payment .payment form input[type=submit] {
    background: #13a538;
    padding: 10px 0px 10px 0px;
    padding: 1rem 0rem 1rem 0rem;
    font-size: 13.24px;
    font-size: 1.324rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    width: 200px;
    height: 39px;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.tunnel_achat .cont_purchase_tunnel .step-payment .payment form input[type=submit]:hover {
    font-size: 14px;
    font-size: 1.4rem
}

.tunnel_achat .cont_purchase_tunnel .step-payment .payment form.continuer button {
    padding: 10px 27px 10px 27px;
    padding: 1rem 2.7rem 1rem 2.7rem
}

.tunnel_achat .cont_purchase_tunnel .step-payment .payment .submit_container span img {
    height: 12px !important;
    padding: 0px 10px 0px 0px;
    padding: 0rem 1rem 0rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step4 {
    position: relative;
    background: rgba(255, 255, 255, 0.8)
}

.tunnel_achat .cont_purchase_tunnel .step4 .header_step {
    padding: 14px 31px 0px 31px;
    padding: 1.4rem 3.1rem 0rem 3.1rem;
    margin: 0px 0px 30px 0px;
    margin: 0rem 0rem 3rem 0rem;
    position: relative;
    text-align: center;
    border-bottom: 1px #e3dacd dotted
}

.tunnel_achat .cont_purchase_tunnel .step4 .header_step p {
    padding: 0px 0px 14px 0px;
    padding: 0rem 0rem 1.4rem 0rem;
    color: #13a538;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 19.86px;
    font-size: 1.986rem
}

.tunnel_achat .cont_purchase_tunnel .step4 .header_step p font {
    color: #13a538;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 19.86px;
    font-size: 1.986rem
}

.tunnel_achat .cont_purchase_tunnel .step4 .step_content {
    margin: 20px 0px 20px 0px;
    margin: 2rem 0rem 2rem 0rem
}

.tunnel_achat .cont_purchase_tunnel .step4 .step_content div {
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem
}

.tunnel_achat .cont_purchase_tunnel .step4 .step_content div * {
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem
}

.bottombar .cgv_footer {
    text-align: right
}

.bottombar .cgv_footer a {
    font-size: 11px;
    font-size: 1.1rem;
    color: #fff;
    display: block;
    text-decoration: underline;
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
    margin: 0rem 0rem 0rem 0rem
}

.bottombar .cgv_footer a font {
    font-size: 11px;
    font-size: 1.1rem;
    color: #fff;
    display: block;
    text-decoration: underline;
    vertical-align: middle
}

#tl_registration span.error {
    display: none
}

.cont_connexion_creation .container-fluid {
    max-width: 1545px;
    align-items: center;
    background-image: url('https://www.ms-vacances.com/files/site/images/visuel.jpg');
    background-repeat: no-repeat;
    background-size: cover
}

.cont_connexion_creation .container-fluid>.row {
    max-width: 1200px;
    margin: 0 auto;
    height: -webkit-calc(100vh - 176px);
    height: -moz-calc(100vh - 176px);
    height: -o-calc(100vh - 176px);
    height: -ms-calc(100vh - 176px);
    height: calc(100vh - 176px);
    align-items: center
}

.cont_connexion_creation .step-identification {
    position: relative;
    background: rgba(255, 255, 255, 0.95)
}

.cont_connexion_creation .step-identification .header_step {
    text-align: center;
    padding: 28px 31px 0px 31px;
    padding: 2.8rem 3.1rem 0rem 3.1rem;
    margin: 0px 55px;
    margin: 0rem 5.5rem;
    position: relative;
    border-bottom: 1px #101417 dotted
}

.cont_connexion_creation .step-identification .header_step p,
.cont_connexion_creation .step-identification .header_step .p {
    font-family: 'Playfair display';
    font-size: 31px;
    font-size: 3.1rem;
    color: #000;
    font-style: italic;
    font-weight: 600;
    padding: 0px 0px 28px 0px;
    padding: 0rem 0rem 2.8rem 0rem
}

.cont_connexion_creation .step-identification .header_step p font,
.cont_connexion_creation .step-identification .header_step .p font {
    font-family: 'Playfair display';
    font-size: 31px;
    font-size: 3.1rem;
    color: #000;
    font-style: italic;
    font-weight: 600
}

.cont_connexion_creation .step-identification .header_step .shadow_tunnel_title {
    position: absolute;
    bottom: -27px;
    bottom: -2.7rem;
    left: 0;
    right: 0;
    width: 100%;
    height: 27px;
    z-index: 5
}

.cont_connexion_creation .step-identification .step_content .col-md-6 {
    padding: 0px 30px;
    padding: 0rem 3rem
}

.cont_connexion_creation .step-identification .step_content .content_formulaire {
    margin: 30px 0px;
    margin: 3rem 0rem;
    padding: 25px 40px 20px 40px;
    padding: 2.5rem 4rem 2rem 4rem
}

.cont_connexion_creation .step-identification .step_content .content_formulaire .button_create {
    text-align: center;
    margin: 15px 0px 5px 0px;
    margin: 1.5rem 0rem 0.5rem 0rem
}

.cont_connexion_creation .step-identification .step_content .content_formulaire .button_create p {
    font-family: 'Trebuchet MS';
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    background: #c1c1c1;
    padding: 10px 15px;
    padding: 1rem 1.5rem;
    cursor: pointer;
    width: 100%
}

.cont_connexion_creation .step-identification .step_content .content_formulaire .button_create p font {
    font-family: 'Trebuchet MS';
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500
}

.cont_connexion_creation .step-identification .step_content .content_formulaire .button_create p.active {
    background-color: #000
}

.cont_connexion_creation .step-identification .step_content .content_formulaire form .formbody {
    position: relative
}

.cont_connexion_creation .step-identification .step_content .content_formulaire form .error {
    color: #bc493b;
    position: absolute;
    top: 20px
}

.cont_connexion_creation .step-identification .step_content .content_formulaire form .error font {
    color: #bc493b
}

.cont_connexion_creation .step-identification .step_content .content_formulaire form .explanation p {
    font-size: 14.89px;
    font-size: 1.489rem;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0px 0px 7px 0px;
    padding: 0rem 0rem 0.7rem 0rem
}

.cont_connexion_creation .step-identification .step_content .content_formulaire form .explanation p font {
    font-size: 14.89px;
    font-size: 1.489rem;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500
}

.cont_connexion_creation .step-identification .step_content .content_formulaire form .widget {
    display: block;
    position: relative
}

.cont_connexion_creation .step-identification .step_content .content_formulaire form .widget label {
    display: none
}

.cont_connexion_creation .step-identification .step_content .content_formulaire form .widget input {
    border: 1px solid #e0e2e2;
    width: 100%;
    padding: 10px 18px 10px 18px;
    padding: 1rem 1.8rem 1rem 1.8rem;
    margin: 7px 0px 7px 0px;
    margin: 0.7rem 0rem 0.7rem 0rem;
    background-color: #fff
}

.cont_connexion_creation .step-identification .step_content .content_formulaire form .widget .check {
    position: absolute;
    bottom: 15px;
    bottom: 1.5rem;
    right: 10px;
    right: 1rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.cont_connexion_creation .step-identification .step_content .content_formulaire form .widget .check i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #13a538
}

.cont_connexion_creation .step-identification .step_content .content_formulaire form .widget .check.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.cont_connexion_creation .step-identification .step_content .content_formulaire form .widget .error {
    position: absolute;
    bottom: 15px;
    bottom: 1.5rem;
    right: 10px;
    right: 1rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.cont_connexion_creation .step-identification .step_content .content_formulaire form .widget .error i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #af3b3b
}

.cont_connexion_creation .step-identification .step_content .content_formulaire form .widget .error.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.cont_connexion_creation .step-identification .step_content .content_formulaire form .forgot_password {
    font-size: 11.62px;
    font-size: 1.162rem;
    color: #000;
    text-align: left;
    text-decoration: underline;
    padding: 1px 0px 20px 0px;
    padding: 0.1rem 0rem 2rem 0rem
}

.cont_connexion_creation .step-identification .step_content .content_formulaire form .forgot_password font {
    font-size: 11.62px;
    font-size: 1.162rem;
    color: #000;
    text-align: left;
    text-decoration: underline
}

.cont_connexion_creation .step-identification .step_content .content_formulaire form .submit_container {
    text-align: center;
    margin: 15px 0px 5px 0px;
    margin: 1.5rem 0rem 0.5rem 0rem
}

.cont_connexion_creation .step-identification .step_content .content_formulaire form .submit_container .submit {
    font-family: 'Trebuchet MS';
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    background: #c1c1c1;
    padding: 10px 15px;
    padding: 1rem 1.5rem;
    cursor: pointer;
    width: 100%
}

.cont_connexion_creation .step-identification .step_content .content_formulaire form .submit_container .submit font {
    font-family: 'Trebuchet MS';
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500
}

.cont_connexion_creation .step-identification .step_content .content_formulaire form .submit_container .submit.active {
    background-color: #000
}

.cont_connexion_creation .step-identification .step_content .content_formulaire form .submit_container.continuer button {
    padding: 10px 27px 10px 27px;
    padding: 1rem 2.7rem 1rem 2.7rem
}

.cont_connexion_creation .step-identification .step_content .content_formulaire form .create_after {
    font-size: 13px;
    font-size: 1.3rem;
    color: #000;
    text-align: center;
    padding-top: 11px;
    padding-top: 1.1rem
}

.cont_connexion_creation .step-identification .step_content .content_formulaire form .create_after font {
    font-size: 13px;
    font-size: 1.3rem;
    color: #000;
    text-align: center
}

.cont_connexion_creation .step-identification .step_content .content_formulaire .ou {
    font-size: 14.9px;
    font-size: 1.49rem;
    color: #000;
    text-align: center
}

.cont_connexion_creation .step-identification .step_content .content_formulaire .ou font {
    font-size: 14.9px;
    font-size: 1.49rem;
    color: #000;
    text-align: center
}

.cont_connexion_creation .step-identification .step_content .content_formulaire .mod_facebook_login {
    text-align: center;
    margin: 9px 0px 9px 0px;
    margin: 0.9rem 0rem 0.9rem 0rem
}

.cont_connexion_creation .step-identification .step_content .content_formulaire .mod_facebook_login [id*="facebook_login_"] {
    display: block;
    position: relative;
    background: url('https://www.ms-vacances.com/files/site/images/fond_fb.png') repeat-x;
    padding: 3px 15px 3px 48px;
    padding: 0.3rem 1.5rem 0.3rem 4.8rem
}

.cont_connexion_creation .step-identification .step_content .content_formulaire .mod_facebook_login [id*="facebook_login_"] div {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 500;
    padding: 8px 0px 8px 0px;
    padding: 0.8rem 0rem 0.8rem 0rem
}

.cont_connexion_creation .step-identification .step_content .content_formulaire .mod_facebook_login [id*="facebook_login_"] div font {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 500
}

.cont_connexion_creation .step-identification .step_content .content_formulaire .mod_facebook_login [id*="facebook_login_"] img {
    position: absolute;
    left: 5px;
    left: 0.5rem;
    padding: 0px 15px 0px 0px;
    padding: 0rem 1.5rem 0rem 0rem
}

.cont_connexion_creation .step-identification .step_content .content_formulaire #tl_registration .submit_container {
    display: none
}

.cont_connexion_creation .step-identification .step_content .content_formulaire #tl_registration .widget {
    position: relative
}

.cont_connexion_creation .step-identification .step_content .content_formulaire #tl_registration .widget .ctrl_check {
    position: absolute;
    bottom: 15px;
    bottom: 1.5rem;
    right: 10px;
    right: 1rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.cont_connexion_creation .step-identification .step_content .content_formulaire #tl_registration .widget .ctrl_check i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #13a538
}

.cont_connexion_creation .step-identification .step_content .content_formulaire #tl_registration .widget .ctrl_check.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.cont_connexion_creation .step-identification .step_content .content_formulaire #tl_registration .widget .ctrl_error {
    position: absolute;
    bottom: 15px;
    bottom: 1.5rem;
    right: 10px;
    right: 1rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.cont_connexion_creation .step-identification .step_content .content_formulaire #tl_registration .widget .ctrl_error i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #af3b3b
}

.cont_connexion_creation .step-identification .step_content .content_formulaire #tl_registration .widget .ctrl_error.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.cont_connexion_creation .step-identification .shadow_tunnel {
    position: absolute;
    bottom: -27px;
    bottom: -2.7rem;
    left: 0;
    right: 0;
    width: 100%;
    height: 27px;
    z-index: 5
}

.bandeau_compte-client,
.bandeau_faq {
    position: relative;
    z-index: 1;
    background-color: #fff
}

.bandeau_compte-client .container-fluid,
.bandeau_faq .container-fluid {
    max-width: 1545px
}

.bandeau_compte-client .bandeau figure,
.bandeau_faq .bandeau figure {
    width: 100%;
    height: -webkit-calc(100vh - 197px - 228px);
    height: -moz-calc(100vh - 197px - 228px);
    height: -o-calc(100vh - 197px - 228px);
    height: -ms-calc(100vh - 197px - 228px);
    height: calc(100vh - 197px - 228px);
    position: relative
}

.bandeau_compte-client .bandeau figure .image,
.bandeau_faq .bandeau figure .image {
    width: 100%;
    height: 100%
}

.bandeau_compte-client .bandeau figure .caption,
.bandeau_faq .bandeau figure .caption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 1200px;
    margin: 0 auto
}

.bandeau_compte-client .bandeau figure .titles .title,
.bandeau_faq .bandeau figure .titles .title {
    font-family: 'Dancing Script';
    font-size: 81.92px;
    font-size: 8.192rem;
    color: #fff;
    text-shadow: 0px 2px 8px rgba(0, 0, 9, 0.9);
    line-height: 71.39px;
    line-height: 7.139rem;
    display: block
}

.bandeau_compte-client .bandeau figure .titles .title font,
.bandeau_faq .bandeau figure .titles .title font {
    font-family: 'Dancing Script';
    font-size: 81.92px;
    font-size: 8.192rem;
    color: #fff;
    text-shadow: 0px 2px 8px rgba(0, 0, 9, 0.9);
    line-height: 71.39px;
    line-height: 7.139rem
}

.bandeau_compte-client .bandeau figure .titles .title i,
.bandeau_faq .bandeau figure .titles .title i {
    font-size: 30px;
    font-size: 3rem;
    color: #fff
}

.bandeau_compte-client .bandeau figure .titles .title i font,
.bandeau_faq .bandeau figure .titles .title i font {
    font-size: 30px;
    font-size: 3rem;
    color: #fff
}

.bandeau_compte-client .bandeau figure .titles .ce_camping,
.bandeau_faq .bandeau figure .titles .ce_camping {
    font-family: 'Raleway';
    font-size: 55.94px;
    font-size: 5.594rem;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0px 2px 8px rgba(0, 0, 9, 0.9);
    line-height: 100%;
    letter-spacing: 5px;
    letter-spacing: 0.5rem;
    display: block;
    position: relative;
    padding-top: 13px;
    padding-top: 1.3rem
}

.bandeau_compte-client .bandeau figure .titles .ce_camping font,
.bandeau_faq .bandeau figure .titles .ce_camping font {
    font-family: 'Raleway';
    font-size: 55.94px;
    font-size: 5.594rem;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0px 2px 8px rgba(0, 0, 9, 0.9);
    line-height: 100%;
    letter-spacing: 5px;
    letter-spacing: 0.5rem
}

.bandeau_compte-client .bandeau figure .titles .ce_camping i,
.bandeau_faq .bandeau figure .titles .ce_camping i {
    font-size: 30px;
    font-size: 3rem;
    color: #fff
}

.bandeau_compte-client .bandeau figure .titles .ce_camping i font,
.bandeau_faq .bandeau figure .titles .ce_camping i font {
    font-size: 30px;
    font-size: 3rem;
    color: #fff
}

.bandeau_compte-client .bandeau figure .titles .ce_ville,
.bandeau_faq .bandeau figure .titles .ce_ville {
    font-size: 25.97px;
    font-size: 2.597rem;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 2px 8px rgba(0, 0, 9, 0.9);
    line-height: 33.97px;
    line-height: 3.397rem;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
    display: block
}

.bandeau_compte-client .bandeau figure .titles .ce_ville font,
.bandeau_faq .bandeau figure .titles .ce_ville font {
    font-size: 25.97px;
    font-size: 2.597rem;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 2px 8px rgba(0, 0, 9, 0.9);
    line-height: 33.97px;
    line-height: 3.397rem;
    letter-spacing: 2px;
    letter-spacing: 0.2rem
}

.bandeau_compte-client .bandeau figure .titles .ce_ville i,
.bandeau_faq .bandeau figure .titles .ce_ville i {
    font-size: 30px;
    font-size: 3rem;
    color: #fff
}

.bandeau_compte-client .bandeau figure .titles .ce_ville i font,
.bandeau_faq .bandeau figure .titles .ce_ville i font {
    font-size: 30px;
    font-size: 3rem;
    color: #fff
}

.bandeau_compte-client .bandeau figure .ce_title .title,
.bandeau_faq .bandeau figure .ce_title .title {
    font-family: 'Dancing Script';
    font-size: 81.92px;
    font-size: 8.192rem;
    color: #fff;
    text-shadow: 0px 2px 8px rgba(0, 0, 9, 0.9);
    line-height: 71.39px;
    line-height: 7.139rem;
    display: inline-block
}

.bandeau_compte-client .bandeau figure .ce_title .title font,
.bandeau_faq .bandeau figure .ce_title .title font {
    font-family: 'Dancing Script';
    font-size: 81.92px;
    font-size: 8.192rem;
    color: #fff;
    text-shadow: 0px 2px 8px rgba(0, 0, 9, 0.9);
    line-height: 71.39px;
    line-height: 7.139rem
}

.bandeau_compte-client .bandeau figure .ce_camping,
.bandeau_faq .bandeau figure .ce_camping {
    padding-top: 5px;
    padding-top: 0.5rem
}

.bandeau_compte-client .bandeau figure .ce_camping .title,
.bandeau_faq .bandeau figure .ce_camping .title {
    font-family: 'Raleway';
    font-size: 55.94px;
    font-size: 5.594rem;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0px 2px 8px rgba(0, 0, 9, 0.9);
    line-height: 71.93px;
    line-height: 7.193rem;
    letter-spacing: 5px;
    letter-spacing: 0.5rem;
    display: inline-block;
    position: relative
}

.bandeau_compte-client .bandeau figure .ce_camping .title font,
.bandeau_faq .bandeau figure .ce_camping .title font {
    font-family: 'Raleway';
    font-size: 55.94px;
    font-size: 5.594rem;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0px 2px 8px rgba(0, 0, 9, 0.9);
    line-height: 71.93px;
    line-height: 7.193rem;
    letter-spacing: 5px;
    letter-spacing: 0.5rem
}

.bandeau_compte-client .bandeau figure .ce_camping .title i,
.bandeau_faq .bandeau figure .ce_camping .title i {
    font-size: 30px;
    font-size: 3rem;
    color: #fff;
    position: absolute;
    top: 5px;
    top: 0.5rem;
    right: -40px;
    right: -4rem
}

.bandeau_compte-client .bandeau figure .ce_camping .title i font,
.bandeau_faq .bandeau figure .ce_camping .title i font {
    font-size: 30px;
    font-size: 3rem;
    color: #fff
}

.bandeau_compte-client .bandeau figure .ce_ville,
.bandeau_faq .bandeau figure .ce_ville {
    padding-top: 20px;
    padding-top: 2rem
}

.bandeau_compte-client .bandeau figure .ce_ville .title,
.bandeau_faq .bandeau figure .ce_ville .title {
    font-size: 25.97px;
    font-size: 2.597rem;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 2px 8px rgba(0, 0, 9, 0.9);
    line-height: 33.97px;
    line-height: 3.397rem;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
    display: inline-block
}

.bandeau_compte-client .bandeau figure .ce_ville .title font,
.bandeau_faq .bandeau figure .ce_ville .title font {
    font-size: 25.97px;
    font-size: 2.597rem;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 2px 8px rgba(0, 0, 9, 0.9);
    line-height: 33.97px;
    line-height: 3.397rem;
    letter-spacing: 2px;
    letter-spacing: 0.2rem
}

.menu_compte-client {
    padding-top: 35px;
    padding-top: 3.5rem
}

.menu_compte-client nav {
    position: relative
}

.menu_compte-client nav ul {
    display: table;
    table-layout: fixed;
    width: 100%
}

.menu_compte-client nav ul li {
    vertical-align: middle;
    display: table-cell
}

.menu_compte-client nav ul li button {
    cursor: pointer;
    width: 100%
}

.menu_compte-client nav ul li a,
.menu_compte-client nav ul li button {
    line-height: 20px;
    line-height: 2rem;
    position: relative;
    height: 40px;
    padding: 10px 20px;
    padding: 1rem 2rem;
    background-color: #000;
    display: block
}

.menu_compte-client nav ul li a p,
.menu_compte-client nav ul li button p {
    font-size: 13.24px;
    font-size: 1.324rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
    line-height: 2rem
}

.menu_compte-client nav ul li a p font,
.menu_compte-client nav ul li button p font {
    font-size: 13.24px;
    font-size: 1.324rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
    line-height: 2rem
}

.menu_compte-client nav ul li a p span,
.menu_compte-client nav ul li button p span {
    font-size: 13.24px;
    font-size: 1.324rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    position: relative
}

.menu_compte-client nav ul li a p span font,
.menu_compte-client nav ul li button p span font {
    font-size: 13.24px;
    font-size: 1.324rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700
}

.menu_compte-client nav ul li a p span:before,
.menu_compte-client nav ul li button p span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat
}

.menu_compte-client nav ul li a.submit p span:before,
.menu_compte-client nav ul li button.submit p span:before {
    font-family: 'FontAwesome';
    font-size: 14px;
    font-size: 1.4rem;
    content: '\f011';
    left: -20px;
    left: -2rem
}

.menu_compte-client nav ul li a i,
.menu_compte-client nav ul li button i {
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    right: 2rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.menu_compte-client nav ul li a i font,
.menu_compte-client nav ul li button i font {
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff
}

.menu_compte-client nav ul li a:hover,
.menu_compte-client nav ul li button:hover {
    background-color: #77c5d5
}

.menu_compte-client nav ul li a.active,
.menu_compte-client nav ul li button.active {
    background-color: #77c5d5
}

.menu_compte-client nav ul li a.active:after,
.menu_compte-client nav ul li button.active:after {
    content: '';
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #77c5d5 transparent transparent transparent;
    position: absolute;
    bottom: -12px;
    bottom: -1.2rem;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.menu_compte-client nav:after {
    content: '';
    background-image: url('https://www.ms-vacances.com/files/site/images/shadow_tab.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    bottom: -4px;
    bottom: -0.4rem;
    left: 0;
    width: 100%;
    height: 4px
}

.infos_personnelles,
.identifiants_connexion {
    padding: 30px 0px;
    padding: 3rem 0rem
}

.infos_personnelles .legend,
.identifiants_connexion .legend {
    font-size: 21px;
    font-size: 2.1rem;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    margin: 20px 0px 10px 0px;
    margin: 2rem 0rem 1rem 0rem
}

.infos_personnelles .legend font,
.identifiants_connexion .legend font {
    font-size: 21px;
    font-size: 2.1rem;
    text-transform: uppercase
}

.infos_personnelles form .fields,
.identifiants_connexion form .fields {
    max-width: 50%
}

.infos_personnelles form .widget,
.identifiants_connexion form .widget {
    padding-top: 15px;
    padding-top: 1.5rem;
    position: relative
}

.infos_personnelles form .widget p.error,
.identifiants_connexion form .widget p.error {
    font-size: 10px;
    font-size: 1rem;
    color: #af3b3b;
    padding-bottom: 5px;
    padding-bottom: 0.5rem
}

.infos_personnelles form .widget p.error font,
.identifiants_connexion form .widget p.error font {
    font-size: 10px;
    font-size: 1rem;
    color: #af3b3b
}

.infos_personnelles form .widget>div [class*="_check"],
.identifiants_connexion form .widget>div [class*="_check"] {
    position: absolute;
    bottom: 8px;
    bottom: 0.8rem;
    right: 10px;
    right: 1rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.infos_personnelles form .widget>div [class*="_check"].active,
.identifiants_connexion form .widget>div [class*="_check"].active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.infos_personnelles form .widget>div [class*="_check"] i,
.identifiants_connexion form .widget>div [class*="_check"] i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #13a538
}

.infos_personnelles form .widget>div [class*="_error"],
.identifiants_connexion form .widget>div [class*="_error"] {
    position: absolute;
    bottom: 8px;
    bottom: 0.8rem;
    right: 10px;
    right: 1rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.infos_personnelles form .widget>div [class*="_error"].active,
.identifiants_connexion form .widget>div [class*="_error"].active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.infos_personnelles form .widget>div [class*="_error"] i,
.identifiants_connexion form .widget>div [class*="_error"] i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #af3b3b
}

.infos_personnelles form label,
.identifiants_connexion form label {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 0
}

.infos_personnelles form label font,
.identifiants_connexion form label font {
    font-size: 14.89px;
    font-size: 1.489rem;
    line-height: 100%
}

.infos_personnelles form .widget-text input:invalid,
.identifiants_connexion form .widget-text input:invalid,
.infos_personnelles form .widget-password input:invalid,
.identifiants_connexion form .widget-password input:invalid {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.infos_personnelles form .widget-text input::-webkit-input-placeholder,
.identifiants_connexion form .widget-text input::-webkit-input-placeholder,
.infos_personnelles form .widget-password input::-webkit-input-placeholder,
.identifiants_connexion form .widget-password input::-webkit-input-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.infos_personnelles form .widget-text input:-moz-placeholder,
.identifiants_connexion form .widget-text input:-moz-placeholder,
.infos_personnelles form .widget-password input:-moz-placeholder,
.identifiants_connexion form .widget-password input:-moz-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.infos_personnelles form .widget-text input::-moz-placeholder,
.identifiants_connexion form .widget-text input::-moz-placeholder,
.infos_personnelles form .widget-password input::-moz-placeholder,
.identifiants_connexion form .widget-password input::-moz-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.infos_personnelles form .widget-text input:-ms-input-placeholder,
.identifiants_connexion form .widget-text input:-ms-input-placeholder,
.infos_personnelles form .widget-password input:-ms-input-placeholder,
.identifiants_connexion form .widget-password input:-ms-input-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.infos_personnelles form .widget-select select:invalid,
.identifiants_connexion form .widget-select select:invalid {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.infos_personnelles form .widget-select select::-webkit-input-placeholder,
.identifiants_connexion form .widget-select select::-webkit-input-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.infos_personnelles form .widget-select select:-moz-placeholder,
.identifiants_connexion form .widget-select select:-moz-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.infos_personnelles form .widget-select select::-moz-placeholder,
.identifiants_connexion form .widget-select select::-moz-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.infos_personnelles form .widget-select select:-ms-input-placeholder,
.identifiants_connexion form .widget-select select:-ms-input-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.infos_personnelles form .widget-select button.dropdown-toggle,
.identifiants_connexion form .widget-select button.dropdown-toggle {
    text-align: left;
    border: 1px solid #d4d6d5;
    width: 100%;
    height: 41px;
    padding: 0px 20px;
    padding: 0rem 2rem;
    margin-top: 10px;
    margin-top: 1rem;
    background-color: #fff;
    position: relative
}

.infos_personnelles form .widget-select button.dropdown-toggle span,
.identifiants_connexion form .widget-select button.dropdown-toggle span {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36;
    font-weight: 400
}

.infos_personnelles form .widget-select button.dropdown-toggle span font,
.identifiants_connexion form .widget-select button.dropdown-toggle span font {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36;
    font-weight: 400
}

.infos_personnelles form .widget-select button.dropdown-toggle:before,
.identifiants_connexion form .widget-select button.dropdown-toggle:before {
    font-family: 'icon-ms';
    font-size: 15px;
    font-size: 1.5rem;
    color: #13a538;
    content: '\e93c';
    position: absolute;
    bottom: 8px;
    bottom: 0.8rem;
    right: 30px;
    right: 3rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.infos_personnelles form .widget-select button.dropdown-toggle i,
.identifiants_connexion form .widget-select button.dropdown-toggle i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #282e36;
    font-weight: 600;
    line-height: 100%;
    position: absolute;
    bottom: 11px;
    bottom: 1.1rem;
    right: 10px;
    right: 1rem
}

.infos_personnelles form .widget-select button.dropdown-toggle.active span,
.identifiants_connexion form .widget-select button.dropdown-toggle.active span {
    font-size: 11.93px;
    font-size: 1.193rem;
    color: #282e36;
    font-weight: 600
}

.infos_personnelles form .widget-select button.dropdown-toggle.active span font,
.identifiants_connexion form .widget-select button.dropdown-toggle.active span font {
    font-size: 11.93px;
    font-size: 1.193rem;
    color: #282e36;
    font-weight: 600
}

.infos_personnelles form .widget-select button.dropdown-toggle.active:before,
.identifiants_connexion form .widget-select button.dropdown-toggle.active:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.infos_personnelles form .widget-select button.dropdown-item,
.identifiants_connexion form .widget-select button.dropdown-item {
    font-size: 11.93px;
    font-size: 1.193rem;
    color: #282e36;
    font-weight: 600
}

.infos_personnelles form .widget-select button.dropdown-item font,
.identifiants_connexion form .widget-select button.dropdown-item font {
    font-size: 11.93px;
    font-size: 1.193rem;
    color: #282e36;
    font-weight: 600
}

.infos_personnelles form .widget-select .dropdown-menu,
.identifiants_connexion form .widget-select .dropdown-menu {
    width: 100%
}

.infos_personnelles form .widget-select .dropdown-menu[aria-labelledby="dropdowncountry"],
.identifiants_connexion form .widget-select .dropdown-menu[aria-labelledby="dropdowncountry"] {
    height: 200px;
    overflow-y: auto
}

.infos_personnelles form .submit_container,
.identifiants_connexion form .submit_container {
    text-align: right;
    padding-top: 10px;
    padding-top: 1rem
}

.infos_personnelles form .submit_container .submit,
.identifiants_connexion form .submit_container .submit {
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    text-transform: uppercase;
    line-height: 100%;
    background-color: #0074a6;
    border: 1px solid #0074a6;
    padding: 10px 15px;
    padding: 1rem 1.5rem;
    height: 40px;
    display:inline-block;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.infos_personnelles form .submit_container .submit font,
.identifiants_connexion form .submit_container .submit font {
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    text-transform: uppercase;
    line-height: 100%;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.infos_personnelles form .submit_container .submit:hover,
.identifiants_connexion form .submit_container .submit:hover {
    font-size: 16px;
    font-size: 1.6rem
}

.infos_personnelles form .submit_container .submit:hover font,
.identifiants_connexion form .submit_container .submit:hover font {
    font-size: 16px;
    font-size: 1.6rem
}

.infos_personnelles form .explanation span,
.identifiants_connexion form .explanation span {
    font-weight: 600
}

.infos_personnelles form .explanation span font,
.identifiants_connexion form .explanation span font {
    font-weight: 600
}

.identifiants_connexion {
    padding-bottom: 30px;
    padding-bottom: 3rem
}

.identifiants_connexion .explanation {
    font-size: 13.24px;
    font-size: 1.324rem;
    padding: 10px 0px;
    padding: 1rem 0rem
}

.identifiants_connexion .explanation font {
    font-size: 13.24px;
    font-size: 1.324rem
}

.informations_reservation {
    padding: 40px 0px 100px 0px;
    padding: 4rem 0rem 10rem 0rem
}

.informations_reservation .liste_reservation:not(:first-child) {
    padding-top: 40px;
    padding-top: 4rem
}

.informations_reservation .reservation {
    border: 1px solid rgba(143, 144, 145, 0.4);
    padding-bottom: 5px;
    padding-bottom: 0.5rem
}

.informations_reservation .container-fluid {
    position: relative
}

.informations_reservation .shadow_account {
    position: absolute;
    bottom: -100px;
    bottom: -10rem;
    left: 0;
    z-index: 2;
    background-image: url('https://www.ms-vacances.com/files/site/images/shadow_account.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 11px
}

.informations_reservation .etape {
    padding-top: 30px;
    padding-top: 3rem
}

.informations_reservation .effectuer_paiement {
    padding-bottom: 30px;
    padding-bottom: 3rem;
    display: none
}

.informations_reservation .effectuer_paiement form .souhaits {
    text-align: right
}

.informations_reservation .effectuer_paiement form .souhaits>header {
    padding: 20px 0px 0px 0px;
    padding: 2rem 0rem 0rem 0rem;
    margin: 0 0 -20px 0;
    text-align: left
}

.informations_reservation .effectuer_paiement form .souhaits .form-radio {
    position: relative;
    width: 100%;
    padding: 10px 0px 10px 0px;
    padding: 1rem 0rem 1rem 0rem;
    position: relative
}

.informations_reservation .effectuer_paiement form .souhaits .form-radio>* {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.informations_reservation .effectuer_paiement form .souhaits .form-radio label {
    font-family: 'Trebuchet MS';
    font-size: 18.2px;
    font-size: 1.82rem;
    color: #0074a6;
    padding: 0px 10px 0px 12px;
    padding: 0rem 1rem 0rem 1.2rem
}

.informations_reservation .effectuer_paiement form .souhaits .form-radio label font {
    font-family: 'Trebuchet MS';
    font-size: 18.2px;
    font-size: 1.82rem;
    color: #0074a6
}

.informations_reservation .effectuer_paiement form .souhaits .form-radio label span {
    font-size: 14.89px;
    font-size: 1.489rem;
    color: #282e36
}

.informations_reservation .effectuer_paiement form .souhaits .form-radio label span font {
    font-size: 14.89px;
    font-size: 1.489rem;
    color: #282e36
}

.informations_reservation .effectuer_paiement form .souhaits .form-radio.solde {
    padding: 0px 0px 10px 0px;
    padding: 0rem 0rem 1rem 0rem
}

.informations_reservation .effectuer_paiement form .souhaits .form-radio div span {
    position: absolute;
    top: -8px;
    top: -0.8rem;
    right: 5px;
    right: 0.5rem;
    z-index: -1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.informations_reservation .effectuer_paiement form .souhaits .form-radio div span.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.informations_reservation .effectuer_paiement form .souhaits .form-radio div span i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #13a538
}

.informations_reservation .effectuer_paiement form .souhaits .form-radio div.icone_text span {
    top: initial;
    left: initial;
    bottom: 8px;
    bottom: 0.8rem;
    right: 10px;
    right: 1rem;
    z-index: 5
}

.informations_reservation .effectuer_paiement form .souhaits .form-radio div.icone_text span.montant_check {
    right: 40px;
    right: 4rem;
    bottom: -8px;
    bottom: -0.8rem
}

.informations_reservation .effectuer_paiement form .souhaits .form-radio div.icone_text span.montant_error {
    right: 40px;
    right: 4rem;
    bottom: -8px;
    bottom: -0.8rem
}

.informations_reservation .effectuer_paiement form .souhaits .form-radio div.icone_text span.montant_error i {
    color: #af3b3b
}

.informations_reservation .effectuer_paiement form .souhaits label {
    font-size: 14.89px;
    font-size: 1.489rem
}

.informations_reservation .effectuer_paiement form .souhaits label font {
    font-size: 14.89px;
    font-size: 1.489rem
}

.informations_reservation .effectuer_paiement form .souhaits input[type="radio"] {
    border: 1px solid #d4d6d5;
    width: 22px;
    height: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

.informations_reservation .effectuer_paiement form .souhaits input[type="text"] {
    font-size: 11.93px;
    font-size: 1.193rem;
    color: #282e36;
    text-align: left;
    font-weight: 600;
    border: 1px solid #d4d6d5;
    width: 100px;
    height: 41px;
    padding: 0px 10px 0px 10px;
    padding: 0rem 1rem 0rem 1rem;
    margin: 0px 12px 0px 2px;
    margin: 0rem 1.2rem 0rem 0.2rem;
    background-color: #fff
}

.informations_reservation .effectuer_paiement form .souhaits input[type="text"]:invalid {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.informations_reservation .effectuer_paiement form .souhaits input[type="text"]::-webkit-input-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.informations_reservation .effectuer_paiement form .souhaits input[type="text"]:-moz-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.informations_reservation .effectuer_paiement form .souhaits input[type="text"]::-moz-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.informations_reservation .effectuer_paiement form .souhaits input[type="text"]:-ms-input-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.informations_reservation .effectuer_paiement form .souhaits input[type="text"].error {
    outline: thin solid #af3b3b
}

.informations_reservation .effectuer_paiement form .souhaits .submit_container {
    padding-top: 20px;
    padding-top: 2rem
}

.informations_reservation .effectuer_paiement form .souhaits .submit_container .button p {
    font-size: 15.63px;
    font-size: 1.563rem;
    color: #fff;
    text-align: left;
    line-height: 19.85px;
    line-height: 1.985rem;
    padding: 14px 43px 14px 14px;
    padding: 1.4rem 4.3rem 1.4rem 1.4rem;
    background-color: #13a538;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 168px;
    height: 68px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.informations_reservation .effectuer_paiement form .souhaits .submit_container .button p font {
    font-size: 15.63px;
    font-size: 1.563rem;
    color: #fff;
    text-align: left;
    line-height: 19.85px;
    line-height: 1.985rem;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.informations_reservation .effectuer_paiement form .souhaits .submit_container .button p span {
    font-size: 19.16px;
    font-size: 1.916rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.informations_reservation .effectuer_paiement form .souhaits .submit_container .button p span font {
    font-size: 19.16px;
    font-size: 1.916rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.informations_reservation .effectuer_paiement form .souhaits .submit_container .button p:after {
    font-family: 'FontAwesome';
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
    content: '\f105';
    position: absolute;
    top: 50%;
    right: 14px;
    right: 1.4rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.informations_reservation .effectuer_paiement form .souhaits .submit_container .button p:hover {
    font-size: 16.63px;
    font-size: 1.663rem
}

.informations_reservation .effectuer_paiement form .souhaits .submit_container .button p:hover font {
    font-size: 16.63px;
    font-size: 1.663rem
}

.informations_reservation .effectuer_paiement form .souhaits .submit_container .button p:hover span {
    font-size: 20.16px;
    font-size: 2.016rem
}

.informations_reservation .effectuer_paiement form .souhaits .submit_container .button p:hover span font {
    font-size: 20.16px;
    font-size: 2.016rem
}

.informations_reservation .effectuer_paiement form .souhaits .submit_container .button p:hover:after {
    font-size: 16px;
    font-size: 1.6rem
}

.informations_reservation .effectuer_paiement form .submit_container {
    margin: 20px 0px 0px 0px;
    margin: 2rem 0rem 0rem 0rem
}

.informations_reservation .autres_reservations .etape .legende p {
    background: #fff
}

.informations_reservation .autres_reservations form .form-input {
    padding-top: 20px;
    padding-top: 2rem;
    position: relative
}

.informations_reservation .autres_reservations form .form-input div [class*="_check"] {
    position: absolute;
    bottom: 8px;
    bottom: 0.8rem;
    right: 10px;
    right: 1rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.informations_reservation .autres_reservations form .form-input div [class*="_check"].active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.informations_reservation .autres_reservations form .form-input div [class*="_check"] i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #13a538
}

.informations_reservation .autres_reservations form .form-input div [class*="_error"] {
    position: absolute;
    bottom: 8px;
    bottom: 0.8rem;
    right: 10px;
    right: 1rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.informations_reservation .autres_reservations form .form-input div [class*="_error"].active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.informations_reservation .autres_reservations form .form-input div [class*="_error"] i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #af3b3b
}

.informations_reservation .autres_reservations form label {
    font-size: 14.89px;
    font-size: 1.489rem;
    display: block
}

.informations_reservation .autres_reservations form label font {
    font-size: 14.89px;
    font-size: 1.489rem
}

.informations_reservation .autres_reservations form input[type="text"] {
    font-size: 11.93px;
    font-size: 1.193rem;
    color: #282e36;
    text-align: left;
    font-weight: 600;
    border: 1px solid #d4d6d5;
    width: 100%;
    height: 41px;
    padding: 0px 40px 0px 20px;
    padding: 0rem 4rem 0rem 2rem;
    margin-top: 10px;
    margin-top: 1rem;
    background-color: #fff
}

.informations_reservation .autres_reservations form input[type="text"]:invalid {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.informations_reservation .autres_reservations form input[type="text"]::-webkit-input-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.informations_reservation .autres_reservations form input[type="text"]:-moz-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.informations_reservation .autres_reservations form input[type="text"]::-moz-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.informations_reservation .autres_reservations form input[type="text"]:-ms-input-placeholder {
    font-size: 9.93px;
    font-size: 0.993rem;
    color: #282e36 !important;
    font-weight: 400
}

.informations_reservation .autres_reservations form input[type="text"].error {
    outline: thin solid colorCookieDecline
}

.informations_reservation .autres_reservations form .submit_container {
    padding-top: 20px;
    padding-top: 2rem
}

.informations_reservation .autres_reservations form .submit_container button,
.informations_reservation .autres_reservations form .submit_container .submit {
    font-size: 19.16px;
    font-size: 1.916rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%;
    background-color: #13a538;
    border: 1px solid #13a538;
    width: 150px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    text-align:center;
    line-height: 38px !important;
}

.informations_reservation .autres_reservations form .submit_container button font {
    font-size: 19.16px;
    font-size: 1.916rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.informations_reservation .autres_reservations form .submit_container button:hover,
.informations_reservation .autres_reservations form .submit_container .submit:hover {
    color: #13a538;
    background-color: #fff
}

.informations_reservation .autres_reservations form .submit_container button:hover font {
    color: #13a538
}

.information_camping {
    display: table;
    width: 100%
}

.information_camping>div {
    display: table-cell;
    vertical-align: middle
}

.information_camping .logo_club {
    width: 71px
}

.information_camping .camping_ville {
    padding-left: 10px;
    padding-left: 1rem;
    border-bottom: 1px solid rgba(143, 144, 145, 0.4)
}

.information_camping .camping_ville .ce_camping .camping {
    font-size: 22.31px;
    font-size: 2.231rem;
    color: #36404e;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%
}

.information_camping .camping_ville .ce_camping .camping font {
    font-size: 22.31px;
    font-size: 2.231rem;
    color: #36404e;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%
}

.information_camping .camping_ville .ce_camping .camping i {
    font-size: 50%;
    vertical-align: super
}

.information_camping .camping_ville .ce_camping .camping i font {
    font-size: 50%;
    vertical-align: super
}

.information_camping .camping_ville .ce_ville>p {
    display: inline-block;
    font-family: 'Playfair Display';
    font-size: 18.13px;
    font-size: 1.813rem;
    color: #36404e;
    font-style: italic
}

.information_camping .camping_ville .ce_ville>p font {
    font-family: 'Playfair Display';
    font-size: 18.13px;
    font-size: 1.813rem;
    color: #36404e;
    font-style: italic
}

.information_camping .camping_ville .ce_ville .ville {
    padding-right: 5px;
    padding-right: 0.5rem
}

.information_camping .camping_ville .ce_ville .departement {
    padding-left: 5px;
    padding-left: 0.5rem
}

.infos_resa {
    padding: 10px 0px;
    padding: 1rem 0rem;
    display: table;
    width: 100%
}

.infos_resa>div {
    display: table-cell;
    vertical-align: middle
}

.infos_resa .infos {
    border-right: 1px solid rgba(143, 144, 145, 0.4);
    padding: 0px 65px;
    padding: 0rem 6.5rem
}

.infos_resa .infos>div {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0px;
    padding: 1rem 0rem;
    margin: 20px 0px;
    margin: 2rem 0rem;
    position: relative
}

.infos_resa .infos>div:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.infos_resa .infos>div p {
    font-size: 13.27px;
    font-size: 1.327rem;
    line-height: 100%
}

.infos_resa .infos>div p font {
    font-size: 13.27px;
    font-size: 1.327rem;
    line-height: 100%
}

.infos_resa .infos>div p span {
    font-weight: 700
}

.infos_resa .infos>div p span font {
    font-weight: 700
}

.infos_resa .infos .dates {
    width: 238px;
    padding-left: 33px;
    padding-left: 3.3rem
}

.infos_resa .infos .dates:before {
    background-image: url('https://www.ms-vacances.com/files/site/images/picto_calendar_account.png');
    width: 23px;
    height: 24px
}

.infos_resa .infos .cottage {
    width: 249px;
    padding-left: 40px;
    padding-left: 4rem
}

.infos_resa .infos .cottage:before {
    background-image: url('https://www.ms-vacances.com/files/site/images/picto_bed_account.png');
    width: 32px;
    height: 25px
}

.infos_resa .infos .couchage {
    width: 223px;
    padding-left: 29px;
    padding-left: 2.9rem
}

.infos_resa .infos .couchage:before {
    background-image: url('https://www.ms-vacances.com/files/site/images/picto_people_account.png');
    width: 23px;
    height: 21px
}

.infos_resa .numero_reservation {
    padding: 0px 40px;
    padding: 0rem 4rem
}

.infos_resa .numero_reservation .num p {
    font-size: 11.58px;
    font-size: 1.158rem
}

.infos_resa .numero_reservation .num p font {
    font-size: 11.58px;
    font-size: 1.158rem
}

.infos_resa .numero_reservation .num p span {
    font-size: 13.54px;
    font-size: 1.354rem;
    text-transform: uppercase;
    font-weight: 700
}

.infos_resa .numero_reservation .num p span font {
    font-size: 13.54px;
    font-size: 1.354rem;
    text-transform: uppercase;
    font-weight: 700
}

.infos_resa .numero_reservation .button {
    text-align: center;
    padding-top: 25px;
    padding-top: 2.5rem
}

.infos_resa .numero_reservation .button p {
    font-size: 15.63px;
    font-size: 1.563rem;
    color: #fff;
    text-align: center;
    line-height: 19.85px;
    line-height: 1.985rem;
    padding: 14px;
    padding: 1.4rem;
    background-color: #13a538;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 86px;
    height: 47px;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.infos_resa .numero_reservation .button p font {
    font-size: 15.63px;
    font-size: 1.563rem;
    color: #fff;
    text-align: center;
    line-height: 19.85px;
    line-height: 1.985rem;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.infos_resa .numero_reservation .button p:hover {
    font-size: 16.63px;
    font-size: 1.663rem
}

.infos_resa .numero_reservation .button p:hover font {
    font-size: 16.63px;
    font-size: 1.663rem
}

.montants {
    padding: 0px 25px;
    padding: 0rem 2.5rem
}

.montants .legende p {
    font-size: 18.2px;
    font-size: 1.82rem;
    background: #fff
}

.montants .legende p font {
    font-size: 18.2px;
    font-size: 1.82rem
}

.montants .acompte,
.montants .montant_total,
.montants .reste {
    padding: 20px 0px;
    padding: 2rem 0rem;
    border-bottom: 1px solid rgba(143, 144, 145, 0.4);
    display: table;
    width: 100%
}

.montants .acompte.form-radio,
.montants .montant_total.form-radio,
.montants .reste.form-radio {
    border-bottom: none
}

.montants .acompte>p,
.montants .montant_total>p,
.montants .reste>p {
    font-size: 13.3px;
    font-size: 1.33rem;
    line-height: 100%;
    display: table-cell;
    vertical-align: middle
}

.montants .acompte>p font,
.montants .montant_total>p font,
.montants .reste>p font {
    font-size: 13.3px;
    font-size: 1.33rem;
    line-height: 100%;
    display: table-cell;
    vertical-align: middle
}

.montants .acompte .prix,
.montants .montant_total .prix,
.montants .reste .prix {
    text-align: right;
    width: 200px
}

.montants .reste {
    border-bottom: none
}

.montants .reste p {
    font-size: 18.2px;
    font-size: 1.82rem;
    color: #0074a6;
    font-weight: 700
}

.montants .reste p font {
    font-size: 18.2px;
    font-size: 1.82rem;
    color: #0074a6;
    font-weight: 700
}

.montants .button {
    text-align: right
}

.montants .button p {
    font-size: 15.63px;
    font-size: 1.563rem;
    color: #fff;
    text-align: center;
    line-height: 19.85px;
    line-height: 1.985rem;
    padding: 14px 43px 14px 14px;
    padding: 1.4rem 4.3rem 1.4rem 1.4rem;
    background-color: #13a538;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 168px;
    height: 68px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.montants .button p font {
    font-size: 15.63px;
    font-size: 1.563rem;
    color: #fff;
    text-align: center;
    line-height: 19.85px;
    line-height: 1.985rem;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.montants .button p span {
    font-size: 19.16px;
    font-size: 1.916rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.montants .button p span font {
    font-size: 19.16px;
    font-size: 1.916rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.montants .button p:after {
    font-family: 'FontAwesome';
    font-size: 33px;
    font-size: 3.3rem;
    color: #fff;
    font-weight: 700;
    content: '\f105';
    position: absolute;
    top: 50%;
    right: 14px;
    right: 1.4rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.montants .button p:hover {
    font-size: 16.63px;
    font-size: 1.663rem
}

.montants .button p:hover font {
    font-size: 16.63px;
    font-size: 1.663rem
}

.montants .button p:hover span {
    font-size: 20.16px;
    font-size: 2.016rem
}

.montants .button p:hover span font {
    font-size: 20.16px;
    font-size: 2.016rem
}

.montants .button p:hover:after {
    font-size: 36px;
    font-size: 3.6rem
}

.details_du_prix .etape .legende i,
.effectuer_paiement .etape .legende i {
    font-size: 18.2px;
    font-size: 1.82rem;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 5;
    background: #fff;
    padding-left: 10px;
    padding-left: 1rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.details_du_prix .click .effectuer_un_paiment,
.effectuer_paiement .click .effectuer_un_paiment {
    display: none
}

.presentation_faq {
    padding-top: 45px;
    padding-top: 4.5rem
}

.rsce_presentation_faq .ce_title .title {
    font-family: 'Dancing Script';
    font-size: 41.45px;
    font-size: 4.145rem;
    line-height: 100%
}

.rsce_presentation_faq .ce_title .title font {
    font-family: 'Dancing Script';
    font-size: 41.45px;
    font-size: 4.145rem;
    line-height: 100%
}

.rsce_presentation_faq .ce_title .title span {
    font-size: 26.53px;
    font-size: 2.653rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 5px;
    letter-spacing: 0.5rem
}

.rsce_presentation_faq .ce_title .title span font {
    font-size: 26.53px;
    font-size: 2.653rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 5px;
    letter-spacing: 0.5rem
}

.rsce_presentation_faq .text {
    padding-top: 20px;
    padding-top: 2rem
}

.rsce_presentation_faq .text p b,
.rsce_presentation_faq .text p strong {
    font-weight: 700
}

.rsce_presentation_faq .text p b font,
.rsce_presentation_faq .text p strong font {
    font-weight: 700
}

.rsce_presentation_faq .text p i,
.rsce_presentation_faq .text p em {
    font-style: italic
}

.rsce_presentation_faq .text p i font,
.rsce_presentation_faq .text p em font {
    font-style: italic
}

.rsce_presentation_faq .text p sup {
    font-size: 10px;
    font-size: 1rem
}

.rsce_presentation_faq .text p sup font {
    font-size: 10px;
    font-size: 1rem
}

.rsce_presentation_faq .text ul li b,
.rsce_presentation_faq .text ol li b,
.rsce_presentation_faq .text ul li strong,
.rsce_presentation_faq .text ol li strong {
    font-weight: 700
}

.rsce_presentation_faq .text ul li b font,
.rsce_presentation_faq .text ol li b font,
.rsce_presentation_faq .text ul li strong font,
.rsce_presentation_faq .text ol li strong font {
    font-weight: 700
}

.rsce_presentation_faq .text ul li i,
.rsce_presentation_faq .text ol li i,
.rsce_presentation_faq .text ul li em,
.rsce_presentation_faq .text ol li em {
    font-style: italic
}

.rsce_presentation_faq .text ul li i font,
.rsce_presentation_faq .text ol li i font,
.rsce_presentation_faq .text ul li em font,
.rsce_presentation_faq .text ol li em font {
    font-style: italic
}

.rsce_presentation_faq .text ul li sup,
.rsce_presentation_faq .text ol li sup {
    font-size: 10px;
    font-size: 1rem
}

.rsce_presentation_faq .text ul li sup font,
.rsce_presentation_faq .text ol li sup font {
    font-size: 10px;
    font-size: 1rem
}

.faq {
    padding-top: 50px;
    padding-top: 5rem
}

.menu_faq {
    display: none
}

.menu_faq ul li p {
    font-family: 'Trebuchet MS';
    font-size: 16.81px;
    font-size: 1.681rem;
    text-transform: uppercase;
    line-height: 100%;
    position: relative;
    padding: 15px 20px 15px 10px;
    padding: 1.5rem 2rem 1.5rem 1rem;
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.menu_faq ul li p font {
    font-family: 'Trebuchet MS';
    font-size: 16.81px;
    font-size: 1.681rem;
    text-transform: uppercase;
    line-height: 100%;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.menu_faq ul li p span {
    font-family: 'Trebuchet MS';
    font-size: 16.81px;
    font-size: 1.681rem;
    text-transform: uppercase;
    line-height: 100%;
    position: absolute;
    top: 50%;
    right: 20px;
    right: 2rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.menu_faq ul li p span font {
    font-family: 'Trebuchet MS';
    font-size: 16.81px;
    font-size: 1.681rem;
    text-transform: uppercase;
    line-height: 100%;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.menu_faq ul li:hover p,
.menu_faq ul li.active p {
    color: #fff;
    background: #0074a6
}

.menu_faq ul li:hover p font,
.menu_faq ul li.active p font {
    color: #fff
}

.menu_faq ul li:hover p span,
.menu_faq ul li.active p span {
    color: #fff
}

.menu_faq ul li:hover p span font,
.menu_faq ul li.active p span font {
    color: #fff
}

.cont_faq_details .menu_faq {
    display: block;
    margin-right: 30px;
    margin-right: 3rem
}

.cont_faq_details .rsce_faq {
    display: none
}

.cont_faq_details .col-md-8 {
    border-left: 1px solid #bfbfbf
}

.cont_compte-client_faq_details .articles {
    padding-top: 140px;
    padding-top: 14rem
}

.cont_compte-client_faq_details .menu_faq {
    display: block;
    margin-right: 30px;
    margin-right: 3rem
}

.cont_compte-client_faq_details .rsce_faq {
    display: none
}

.cont_compte-client_faq_details .col-md-8 {
    border-left: 1px solid #bfbfbf
}

.cont_compte-client_faq_details .rsce_contenu_faq [aria-expanded="false"] .ce_title .headline {
    color: #474747
}

.cont_compte-client_faq_details .rsce_contenu_faq [aria-expanded="false"] .ce_title .headline font {
    color: #474747
}

.cont_compte-client_faq_details .rsce_contenu_faq [aria-expanded="false"] .ce_title .headline:after {
    background: #474747
}

.rsce_contenu_faq {
    padding-left: 35px;
    padding-left: 3.5rem
}

.rsce_contenu_faq .content-card {
    padding-bottom: 40px;
    padding-bottom: 4rem
}

.rsce_contenu_faq .ce_title .headline {
    font-family: 'Trebuchet MS';
    font-size: 22.53px;
    font-size: 2.253rem;
    color: #0074a6;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.5px;
    letter-spacing: 0.05rem;
    display: inline-block;
    position: relative
}

.rsce_contenu_faq .ce_title .headline font {
    font-family: 'Trebuchet MS';
    font-size: 22.53px;
    font-size: 2.253rem;
    color: #0074a6;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.5px;
    letter-spacing: 0.05rem
}

.rsce_contenu_faq .ce_title .headline:after {
    content: '';
    background: #0074a6;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -3px;
    bottom: -0.3rem;
    left: 0
}

.rsce_contenu_faq .text {
    padding-top: 20px;
    padding-top: 2rem
}

.rsce_contenu_faq .text p {
    font-family: 'Trebuchet MS';
    font-size: 14.12px;
    font-size: 1.412rem;
    color: #595959
}

.rsce_contenu_faq .text p * {
    font-family: 'Trebuchet MS';
    font-size: 14.12px;
    font-size: 1.412rem;
    color: #595959
}

.rsce_contenu_faq .text p b,
.rsce_contenu_faq .text p strong {
    font-weight: 700
}

.rsce_contenu_faq .text p b font,
.rsce_contenu_faq .text p strong font {
    font-weight: 700
}

.rsce_contenu_faq .text p i,
.rsce_contenu_faq .text p em {
    font-style: italic
}

.rsce_contenu_faq .text p i font,
.rsce_contenu_faq .text p em font {
    font-style: italic
}

.rsce_contenu_faq .text p sup {
    font-size: 10px;
    font-size: 1rem
}

.rsce_contenu_faq .text p sup font {
    font-size: 10px;
    font-size: 1rem
}

.rsce_contenu_faq .text ul li,
.rsce_contenu_faq .text ol li {
    font-family: 'Trebuchet MS';
    font-size: 14.12px;
    font-size: 1.412rem;
    color: #595959
}

.rsce_contenu_faq .text ul li *,
.rsce_contenu_faq .text ol li * {
    font-family: 'Trebuchet MS';
    font-size: 14.12px;
    font-size: 1.412rem;
    color: #595959
}

.rsce_contenu_faq .text ul li b,
.rsce_contenu_faq .text ol li b,
.rsce_contenu_faq .text ul li strong,
.rsce_contenu_faq .text ol li strong {
    font-weight: 700
}

.rsce_contenu_faq .text ul li b font,
.rsce_contenu_faq .text ol li b font,
.rsce_contenu_faq .text ul li strong font,
.rsce_contenu_faq .text ol li strong font {
    font-weight: 700
}

.rsce_contenu_faq .text ul li i,
.rsce_contenu_faq .text ol li i,
.rsce_contenu_faq .text ul li em,
.rsce_contenu_faq .text ol li em {
    font-style: italic
}

.rsce_contenu_faq .text ul li i font,
.rsce_contenu_faq .text ol li i font,
.rsce_contenu_faq .text ul li em font,
.rsce_contenu_faq .text ol li em font {
    font-style: italic
}

.rsce_contenu_faq .text ul li sup,
.rsce_contenu_faq .text ol li sup {
    font-size: 10px;
    font-size: 1rem
}

.rsce_contenu_faq .text ul li sup font,
.rsce_contenu_faq .text ol li sup font {
    font-size: 10px;
    font-size: 1rem
}

.rsce_faq .content_faq {
    text-align: center;
    padding-top: 30px;
    padding-top: 3rem
}

.rsce_faq .content {
    display: table;
    width: 100%;
    height: 289px;
    position: relative
}

.rsce_faq .content>div {
    display: table-cell;
    vertical-align: middle;
    padding: 25px;
    padding: 2.5rem
}

.rsce_faq .content .name {
    font-size: 18.2px;
    font-size: 1.82rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%;
    padding-top: 20px;
    padding-top: 2rem
}

.rsce_faq .content .name font {
    font-size: 18.2px;
    font-size: 1.82rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%
}

.rsce_faq .content:after {
    background-image: url('https://www.ms-vacances.com/files/site/images/shadow_faq.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    bottom: -23px;
    bottom: -2.3rem;
    left: 0;
    width: 100%;
    height: 23px;
    content: ''
}

.rsce_faq .button {
    padding-top: 20px;
    padding-top: 2rem
}

.rsce_faq .button p {
    font-size: 13.24px;
    font-size: 1.324rem;
    text-transform: uppercase
}

.rsce_faq .button p font {
    font-size: 13.24px;
    font-size: 1.324rem;
    text-transform: uppercase
}

.rsce_faq .button p i {
    font-size: 13px;
    font-size: 1.3rem;
    margin-left: 9px;
    margin-left: 0.9rem
}

.rsce_faq [class*="col-"]:nth-child(6n+1) .content,
.rsce_faq [class*="col-"]:nth-child(6n+5) .content {
    background-color: #164469
}

.rsce_faq [class*="col-"]:nth-child(6n+2) .content,
.rsce_faq [class*="col-"]:nth-child(6n) .content {
    background-color: #d8dad9
}

.rsce_faq [class*="col-"]:nth-child(6n+3) .content,
.rsce_faq [class*="col-"]:nth-child(6n+4) .content {
    background-color: #77c5d5
}

.cont_compte-client_reservations .contact {
    padding: 100px 0px 85px 0px;
    padding: 10rem 0rem 8.5rem 0rem
}

.cont_compte-client_reservations .contact .ce_title {
    padding-bottom: 25px;
    padding-bottom: 2.5rem
}

.cont_compte-client_reservations .contact .ce_title .title {
    font-size: 26.52px;
    font-size: 2.652rem;
    text-transform: uppercase;
    letter-spacing: 5px;
    letter-spacing: 0.5rem;
    font-weight: 700;
    line-height: 100%
}

.cont_compte-client_reservations .contact .ce_title .title font {
    font-size: 26.52px;
    font-size: 2.652rem;
    text-transform: uppercase;
    letter-spacing: 5px;
    letter-spacing: 0.5rem;
    font-weight: 700;
    line-height: 100%
}

.cont_compte-client_reservations .moyens_contact [class*="col-md"]:nth-child(3n+1) .moyen_contact,
.cont_compte-client_reservations .moyens_contact [class*="col-md"]:nth-child(3n+2) .moyen_contact {
    border-right: 1px solid rgba(143, 144, 145, 0.4)
}

.cont_compte-client_reservations .moyen_contact {
    text-align: center;
    margin-top: 50px;
    margin-top: 5rem;
    padding-top: 10px;
    padding-top: 1rem;
    min-height: 240px
}

.cont_compte-client_reservations .moyen_contact .picto {
    height: 60px
}

.cont_compte-client_reservations .moyen_contact .headline {
    font-size: 18.2px;
    font-size: 1.82rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%;
    padding-top: 20px;
    padding-top: 2rem
}

.cont_compte-client_reservations .moyen_contact .headline font {
    font-size: 18.2px;
    font-size: 1.82rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%
}

.cont_compte-client_reservations .moyen_contact .text {
    padding-top: 15px;
    padding-top: 1.5rem
}

.cont_compte-client_reservations .moyen_contact .text p {
    font-size: 14.89px;
    font-size: 1.489rem;
    line-height: 16.55px;
    line-height: 1.655rem
}

.cont_compte-client_reservations .moyen_contact .text p font {
    font-size: 14.89px;
    font-size: 1.489rem;
    line-height: 16.55px;
    line-height: 1.655rem
}

.cont_compte-client_reservations .moyen_contact .link {
    padding-top: 15px;
    padding-top: 1.5rem
}

.cont_compte-client_reservations .moyen_contact .link p {
    font-size: 16.55px;
    font-size: 1.655rem;
    color: #77c5d5;
    text-decoration: underline
}

.cont_compte-client_reservations .moyen_contact .link p font {
    font-size: 16.55px;
    font-size: 1.655rem;
    color: #77c5d5;
    text-decoration: underline
}

.cont_compte-client_remerciements {
    padding-bottom: 100px;
    padding-bottom: 10rem
}

.cont_compte-client_remerciements .remerciements {
    padding-top: 50px;
    padding-top: 5rem
}

.cont_compte-client_remerciements .remerciements .mod_article .ce_text {
    text-align: center;
    padding: 0px 30px;
    padding: 0rem 3rem
}

.cont_compte-client_remerciements .remerciements .mod_article .ce_text>h1,
.cont_compte-client_remerciements .remerciements .mod_article .ce_text>h2,
.cont_compte-client_remerciements .remerciements .mod_article .ce_text>h3,
.cont_compte-client_remerciements .remerciements .mod_article .ce_text>h4,
.cont_compte-client_remerciements .remerciements .mod_article .ce_text>h5,
.cont_compte-client_remerciements .remerciements .mod_article .ce_text>h6,
.cont_compte-client_remerciements .remerciements .mod_article .ce_text>p {
    font-family: 'Trebuchet MS';
    font-size: 22px;
    font-size: 2.2rem;
    color: #13a538;
    font-weight: 700;
    text-transform: none;
    padding-bottom: 1rem
}

.cont_compte-client_remerciements .remerciements .mod_article .ce_text .text p {
    font-family: 'Raleway';
    font-size: 14.89px;
    font-size: 1.489rem;
    font-weight: 500;
    line-height: 18px;
    line-height: 1.8rem
}

.cont_compte-client_remerciements .remerciements .mod_article .ce_hyperlink {
    text-align: center;
    padding-top: 30px;
    padding-top: 3rem
}

.cont_compte-client_remerciements .remerciements .mod_article .ce_hyperlink p {
    font-family: 'Trebuchet MS';
    font-size: 14.89px;
    font-size: 1.489rem;
    color: #0074a6
}

.cont_compte-client_remerciements .accroches-clubs {
    padding: 65px 0px 100px 0px;
    padding: 6.5rem 0rem 10rem 0rem;
    position: relative
}

.cont_compte-client_remerciements .accroches-clubs .shadow {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('https://www.ms-vacances.com/files/site/images/shadow_accroche_club_internaute.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 24px
}

.cont_compte-client_remerciements .accroches-clubs .header .title {
    font-family: 'Trebuchet MS';
    font-size: 22px;
    font-size: 2.2rem;
    color: #0074a6;
    font-weight: 700;
    text-align: left;
    text-transform: initial;
    letter-spacing: initial
}

.cont_compte-client_remerciements .accroches-clubs .header .title font {
    font-family: 'Trebuchet MS';
    font-size: 22px;
    font-size: 2.2rem;
    color: #0074a6;
    font-weight: 700;
    text-align: left;
    text-transform: initial;
    letter-spacing: initial
}

.cont_compte-client_remerciements .accroches-clubs .accroche_camping_club {
    padding-top: 25px;
    padding-top: 2.5rem
}

.cont_compte-client_faq {
    padding-bottom: 100px;
    padding-bottom: 10rem
}

.cont_compte-client_faq .back {
    padding-top: 50px;
    padding-top: 5rem
}

.cont_compte-client_faq .back p {
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 32px;
    line-height: 3.2rem;
    display: inline-block;
    height: 32px;
    background-color: #000;
    border: 1px solid #000;
    padding: 0 2 * 10px 0px;
    padding: 0 2rem 0rem;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.cont_compte-client_faq .back p font {
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 32px;
    line-height: 3.2rem;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.cont_compte-client_faq .back p:hover {
    color: #000;
    background-color: #fff
}

.cont_compte-client_faq .back p:hover font {
    color: #000
}

.formulaire_oubli {
    padding: 25px 40px 125px 40px;
    padding: 2.5rem 4rem 12.5rem 4rem
}

.formulaire_oubli form>p {
    display: none
}

.formulaire_oubli form .widget {
    position: relative;
    text-align: center
}

.formulaire_oubli form .widget .ctrl_check {
    position: absolute;
    bottom: 15px;
    bottom: 1.5rem;
    right: 10px;
    right: 1rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.formulaire_oubli form .widget .ctrl_check i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #13a538
}

.formulaire_oubli form .widget .ctrl_check.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.formulaire_oubli form .widget .ctrl_error {
    position: absolute;
    bottom: 15px;
    bottom: 1.5rem;
    right: 10px;
    right: 1rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -moz-transition: opacity 0.3s ease-in 0s;
    -ms-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s
}

.formulaire_oubli form .widget .ctrl_error i {
    font-size: 15px;
    font-size: 1.5rem;
    color: #af3b3b
}

.formulaire_oubli form .widget .ctrl_error.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.formulaire_oubli form .widget input {
    max-width: 400px;
    margin: 0 auto
}

.formulaire_oubli form .submit_container .submit {
    font-family: 'Trebuchet MS';
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    background: #3c3c3c !important;
    padding: 1rem 1.5rem;
    cursor: pointer;
    max-width: 300px
}

.formulaire_oubli form .submit_container .submit font {
    font-family: 'Trebuchet MS';
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500
}

.formulaire_oubli #tl_lost_password>p {
    text-align: center;
    padding: 0px 0px 25px 0px;
    padding: 0rem 0rem 2.5rem 0rem;
    font-size: 16px;
    font-size: 1.6rem;
    display: block
}

.formulaire_oubli #tl_lost_password>p font {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center
}

.formulaire_oubli .mdp_envoye {
    text-align: center
}

.formulaire_oubli .mdp_envoye header {
    text-transform: uppercase;
    padding: 0px 0px 25px 0px;
    padding: 0rem 0rem 2.5rem 0rem;
    font-weight: 700;
    font-size: 19px;
    font-size: 1.9rem
}

.formulaire_oubli .mdp_envoye header font {
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: 700;
    text-transform: uppercase
}

.formulaire_oubli .mdp_envoye a {
    text-decoration: underline
}

.formulaire_oubli .mdp_envoye a font {
    text-decoration: underline
}

.cont_creation_compte .infos_personnelles {
    padding-bottom: 30px;
    padding-bottom: 3rem
}

.cont_creation_compte .password_connexion {
    padding-top: 30px;
    padding-top: 3rem
}

@media (max-width:100em) {
    .emplacements-cottages .container-fluid .cerf-volant {
        right: 0
    }
    .contenu_internaute .tab-content .tab-pane>.row>.col-md-12 .article_internaute .masque_tuba {
        right: 0
    }
}

@media (max-width:90em) {
    .main_navbar .mod_navigation>ul.level_1 {
        flex: 0 0 100% !important;
        max-width: 1200px !important
    }
    .emplacements-cottages .container-fluid .cerf-volant {
        right: 0
    }
    .accroche_catalogue .container-fluid .before {
        display: none
    }
    .accroche_catalogue .container-fluid .after {
        display: none
    }
}
