::-moz-selection { /* Code for Firefox */
  color: white;
  background: var(--tag);
}

::selection {
  color: white;
  background: var(--tag);
}
body {
/*    font-family: 'Poppins', 'Arial', sans-serif;*/
    font-family: 'Lora', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', 'Arial', sans-serif;
}
.color {
    color: var(--color3) !important;
}
.bgc-white {
    background-color: #fff;
}
.bgc-light-2 {
    background-color: var(--light2);
}
header h1:before {
        background-image: url('../images/locaplus_head.svg');
    background-size: auto;
}

header li a:after  {
    background-color: transparent;
}
header li a {
    color: #222;
    transition: color .3s ease;
    background-color: var(--color3) ;
    padding: 5px 0;
    border-radius: 5px 
}
header li a:focus,
header li a:hover,
header li a.hovered{
    color: #fff;
}

section {
    min-height: 98vh;
/*    background-color: white;*/
    background-color: rgba(0,0,0,.75);
    position: relative;
    z-index: 1;
}

.bgct {
    background-color: transparent;
    min-height: 100vh !important;
}

.dashed,
.vh-cards > div,
section:not(.bgct) {
    /*    border: 1px dashed red*/
}

section.row {

    display: flex;
    align-items: center;
    /*      justify-content: center;*/
    /*    align-items: center;*/
    justify-content: center;
}

/*
section:nth-child(2) {
    margin-top: 100vh;
}
*/
.banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
}

.video,
.banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.banner #bg {
    position: absolute;
    width: 100%;
    min-height: 100%;
    background: #fff url(heart.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px;
    mix-blend-mode: screen
}

header {
    box-shadow: none;
}
header,
.mobile-bar {
    background-color: var(--color3);
    background: var(--gradient);
}

footer,
.copy {
    position: relative;
    background-color: #fff;
}
.copy {
    border-top: 1px solid #eee;
}
footer h4 {
    color: #333
}
footer p {
    margin-top: 0;
}
.outside {
    transform: translate(0, -100%);
    /*    font-size: 15rem;*/
    /*    line-height: 176px;*/
    color: white;
}


[data-title]:before {
    content: attr(data-title);
    top: 0;
    left: 0;
    width: 100%;
    /*background: red;*/
    display: block;
    text-align: center;
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16vw;
    color: #f1ebd0;
    position: absolute;
/*    transform: translateY(-100%);*/
    line-height: 13vw;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    padding-top: 8vw;
}
.transp[data-title]:before {
    color: rgba(255,255,255,0.05);

}

.button {
    background-color: var(--blue);
    border: 1px solid var(--blue);
    border-radius: 50px;
    color: #fff;
    /*    font-weight: bold;*/
    text-transform: uppercase;
    padding: .5rem 1rem;
    font-size: .75rem;
    position: relative;
}

.button:after {
    background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
/*    color: #89969e;*/
    color: #222;
}

section {
    background-size: cover;
    background-repeat: no-repeat;
}
section#forfait {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, calc(50vw + 30px) 0, 50% 30px, calc(50vw - 50px) 0, 0 0);
}
section:nth-child(3):before {
    background-color: var(--color4);
    background: radial-gradient(circle, rgba(248,244,218,1) 80%, rgba(171,166,133,1) 100%);
}

section:nth-child(4):before {

    
}

section:nth-child(5):before {
    background-image: url('../images/hd-3.jpg');
/*    background-color: #fff;*/
}

section:nth-child(6):before {

}

textarea,
input[type="text"],
input[type="email"],
input[type="tel"], 
input[type="password"] {
    background: rgba(51, 51, 51, 0.9);
    border-color: transparent;
    margin-bottom: 0;
    color: #ddd;
}
input:not([type="submit"]) {
    line-height: 50px;
}
select {
    height: 50px;
}

img.svg {
    width: 35%;
    min-width: 130px;
}

.card {
    background-color: #fff;
/*    border-radius: 12px;*/
/*    border: 1px solid rgb(220, 220, 220);*/
    margin-top: 2rem;
}

.card.best {
/*    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.13);*/
/*    box-shadow: 0 0 40px #ccc;*/
    background-color: var(--color3);
    color: #fff;
    margin-top: 0;
    padding-bottom: 2rem;
    z-index: 1;
}
.best,
.shadow {
    box-shadow: 0 0 40px #ccc;
}
.card p {
    font-weight: bold;
}
.card p span {
    font-size: 61.8%
}
[data-before]:before {
    font-size: 31.19%
}
.bgc {
    background-color: var(--color4);
}
tr:nth-child(2n+1) {
/*    background-color: #fff; */
    background-color: #f1ebd0;
}
td:nth-child(2n+1) td {
/*    background-color: #fff; */
    background-color: rgba(255,255,255,.5); 
}
/*
a {
    
}
*/
a:hover,
footer a i {
    color: var(--color3)
}
footer a i {
    
}
footer a {
    color: #767676;
    transition: color .3s ease;
}
header h1 {
    transition : all .3s ease;
    color: transparent !important;
    cursor: pointer
}
header:not(.clear) h1 {
    opacity: 1;
    transform: scale(1)
}
header.clear h1 {
    opacity: 0;
    transform: scale(0) 
}
/*
header.clear li a:focus,
header.clear li a:hover,
header.clear li a.hovered {
    color: var(--color3) 
}*/
.page.conditions {
    color: #222;
}
.page.reservation {}
.page.reservation form i.fa {
    width: 50px;
    text-align: center;
    color: var(--color3);
    line-height: 50px;
    background: var(--low2);
    font-size: 1.5rem
}