/*
Theme Name:     Live & Feel
Description:    Thème réalisé pour LIFE & FEEL
Author:         WE JUNE - DIKKEWEB
Author URI:     https://www.we-june.com
Version: 1.0
Tags: template personnalisé, responsive, bootstrap, made in belgium
License: WE JUNE
*/

@import url("inc/wp-core.css");
@import url('https://fonts.googleapis.com/css2?family=Caveat&family=Lato:wght@400&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css");

/*
:root {
    --primary: #03A8B3;
    --secondary: #01B2DB;
    --beige: #F3EFE4;
    --white: #ffffff;
    --dark: #707070;
    --black: #000000;
}
*/

/* ADMIN LOGIN */
body.login p {
    color: #000000 !important;
}

body.login #login h1 a {
    background: url("img/logo.png") no-repeat center center / cover !important;
    height: 125px;
    width: 130px;
}

html,
body {
    overflow-x: hidden;
    font-weight: 300;
    background-color: #F3EFE4;
}

#login h1:before,
#login h1:after {
    content: none;
}

::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
    color: #03A8B3;
    opacity: 1;
}

#login h1:before,
#login h1:after {
    content: none;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

body {
    height: 100%;
    font-weight: 300;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    color: #707070 !important;
    background: #F3EFE4;
    position: relative;
}

input:focus,
button:focus,
a:focus {
    outline: none;
    box-shadow: none;
}

.light {
    font-weight: 300;
}

.normal {
    font-weight: 400;
}

.special {
    font-family: 'Caveat', cursive;
}

.mt_5 {
    margin-top: -2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    margin: 1em 0;
    font-family: 'Caveat', cursive;
    text-transform: uppercase;
}

h1 {
    font-size: 2.4rem;
}

h2 {
    font-size: 2.2rem;
    color: #03A8B3;
}

h3 {
    font-size: 1.6rem;
    color: #03A8B3;
}

h4 {
    font-size: 1.4rem;
}

h5 {
    font-size: 1.2rem;
}

h6 {
    font-size: 1.1rem;
    font-weight: bold;
}

b,
strong {
    font-weight: 600;
}

a {
    color: #03A8B3;
    text-decoration: none;
    font-weight: 600;
    transition: .5s ease-in-out;
}

a:hover {
    color: #707070;
    text-decoration: none;
}

blockquote {
    position: relative;
    font-size: 2rem;
    margin-bottom: 1em;
}

blockquote cite {
    display: block;
    text-align: right;
    font-size: 0.7em;
    font-weight: 600;
    font-style: initial;
}

blockquote cite:before {
    content: '- ';
}

.btn {
    text-decoration: none;
    border: none !important;
    text-transform: uppercase;
    border-radius: 100px;
}

.btn-primary {
    background: #03A8B3;
}

.btn-primary:hover {
    background: #01B2DB;
    color: #03A8B3;
}

.button-border {
    border: 1px solid #01B2DB;
    padding: 10px 15px;
}

.text-color {
    color: #03A8B3 !important;
}

.bg-color {
    background: #03A8B3 !important;
}

.bg-dark {
    background: #707070 !important;
    color: #ffffff !important;
}

/* HEADER */
header#header {
    background: #F3EFE4;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    font-family: 'Caveat', cursive;
}

header#header.sticky {
    position: fixed;
}

header #logo {
    height: 125px;
    width: auto;
    position: relative;
    z-index: 999;
}

header#header.sticky #logo {
    height: 75px;
}

header span.website-name {
    position: relative;
    top: 5px;
}

nav a {
    text-decoration: none !important;
    font-weight: 300 !important;
}

nav#navigation ul.menu li {
    margin: 0 5px;
    font-size: 1.4rem !important;
}

nav#navigation ul.menu li a {
    color: #707070;
    padding: 0.5rem 1rem;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
}

nav#navigation ul.menu li:hover,
nav#navigation ul.menu li.current_page_item {
    opacity: 0.7;
}

nav ul.sub-menu {
    display: inline-block;
    background: #707070;
    text-align: center;
    padding: 10px 0;
    z-index: 0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    border-top: 0px solid #ffffff;
    opacity: 0;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .7s ease-in-out;
    -moz-transition: .3s ease-in-out;
    bottom: -20px;
}

nav ul.menu li:hover>ul.sub-menu {
    opacity: 1;
    bottom: -40px;
    z-index: 3;
    border-top: 25px solid #ffffff;
}

nav ul.sub-menu ul {
    display: inline-block;
    color: #01B2DB;
}

nav ul.sub-menu li {
    display: inline-block;
    margin: 0 5px;
}

nav ul.sub-menu li a {
    padding: 7.5px 15px !important;
    color: #01B2DB !important;
}

nav ul.sub-menu li a:hover,
nav ul.sub-menu li.current_page_item a {
    color: #ffffff !important;
    background: transparent !important;
}

img.border-radius-custom,
.border-radius-custom img {
    border-radius: 10px 35px 0 0;
}

/* HOME */
article#post-item {
    border-radius: 10px 35px 0 0;
    overflow: hidden;
    min-height: 550px;
    position: relative;
}

article#post-item .bottom-info {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
}

article#post-item a {
    text-decoration: none;
    color: #707070 !important;
}

article#post-item p {
    font-size: 15px;
}

article#post-item a img {
    transition: 1s ease-in-out;
}

article#post-item a:hover img {
    transform: scale(1.1);
}

article#post-item #keywords {
    position: relative;
    z-index: 9;
}

article#post-item span.calendar:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: url('img/calendar.svg') no-repeat center center / contain;
    float: left;
    margin-right: 10px;
}

.shadow-custom {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* SLIDERS */
div.revslider {
    border-radius: 35px 35px 35px 0;
    overflow: hidden;
}

/* CONTENT */
#content {
    position: relative;
    margin-top: 85px;
}

h2.title-logo:before {
    content: '';
    background: url('img/lnf.png') no-repeat center center / contain;
    display: inline-block;
    width: 40px;
    height: 50px;
    position: relative;
    top: 10px;
    left: -5px;
}

.container img {
    max-width: 100%;
    height: auto;
}


button.close {
    position: absolute;
    top: -30px;
    right: 0px;
    font-size: 2.1rem;
    font-weight: 300;
    color: #ffffff;
    opacity: 1;
}

/* HOTELS */
.btn-hotel {
    padding: 0;
    border: 0;
    background: none;
}

.btn-hotel:hover {
    opacity: 0.7;
}

/* EXPERIENCES */
.btn-exp {
    padding: 0;
    border: 0;
    background: none;
    width: 20%;
    transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
}

.btn-exp img {
    height: auto;
}

.btn-exp .card-img-overlay {
    background: transparent;
    opacity: 0;
    font-size: 0px;
}

.btn-exp:hover .card-img-overlay {
    background: rgba(0, 0, 0, .5);
    opacity: 1;
    font-size: inherit;
}


/* SIDEBAR */
#sidebar .widget li.menu-item.medium-link,
#sidebar .widget li.menu-item.instagram-link,
#sidebar .widget li.menu-item.pinterest-link {
    display: inline-block;
    margin: 0 10px;
}

#sidebar .widget li.menu-item.medium-link a:before,
#sidebar .widget li.menu-item.instagram-link a:before,
#sidebar .widget li.menu-item.pinterest-link a:before {
    height: 25px;
    width: 25px;
}

#sidebar .widget {
    padding: 25px 0;
    border-top: 2px solid #03A8B3;
}

#sidebar .widget_media_image img {
    width: 100%;
}

#sidebar .widget_title {
    padding-bottom: 5px;
}

#sidebar .widget ul {
    padding-left: 0;
    list-style: none;
}

#sidebar .widget_categories ul li {
    margin-bottom: 15px;
}

/* CONTACT */
.wpcf7 form label {
    text-transform: uppercase;
}

.wpcf7 form input,
.wpcf7 form textarea,
.wpcf7 form select {
    background: transparent;
    border: 1px solid #707070 !important;
    color: #707070;
    padding: 10px 15px;
    width: 100%;
    font-size: 0.8em;
}

.wpcf7 form input:focus,
.wpcf7 form textarea:focus,
.wpcf7 form select:focus {
    outline: none !important;
    border: 1px solid #03A8B3 !important;
}

.wpcf7 form input.wpcf7-submit {
    width: initial;
    color: #ffffff;
    background: #707070;
    border: none;
    display: inline-block;
    border-radius: 100px;
    font-size: 1rem;
    transition: .5s ease-in-out;
}

.widget .wpcf7 form input.wpcf7-submit {
    position: absolute;
    top: 0;
    right: 0;
}

#categories-projets select#cat {
    width: 100%;
    background: #03A8B3;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 0 15px;
}

div.wpcf7-validation-errors {
    background: red;
    color: #ffffff;
    border: 2px solid red !important;
}

.wpcf7-mail-sent-ok {
    background: green;
    color: #ffffff;
    border: 2px solid green !important;
}

/* FOOTER */
footer {
    background: #01B2DB;
    color: #ffffff;
    margin-top: 25px;
}

footer * {
    font-weight: 300;
}

footer h4 {
    color: #ffffff;
    padding: 15px 0;
}
footer h4.opacity-0 {
    opacity: 0;
}

footer a {
    color: #ffffff;
    text-decoration: none;
}

footer a:hover {
    color: #000000;
    text-decoration: none;
}

footer img {
    margin: 0 !important;
}

footer ul.menu,
footer ul.menu li {
    display: block;
    margin: 0;
    padding: 0;
}

/* ReCaptcha */
.grecaptcha-badge {
    display: none !important;
    bottom: 50px !important;
}

body.page.page-id-21 .grecaptcha-badge {
    display: block !important;
}

/* MODAL */
.modal {
    z-index: 9999999 !important;
}

.modal-backdrop.show {
    z-index: 999999 !important;
}

.modal-header,
.modal-footer {
    border: none !important;
}

.modal .carousel-indicators li {
    width: 50px !important;
    opacity: 1 !important;
}

.modal .pdf-btn img {
    height: 35px;
    width: 35px;
}


/* COOKIE */
.cookieinfo-close {
    background: #ffffff !important;
    color: #03A8B3 !important;
    border: none !important;
    border-radius: 10px !important;
}

/* RESPONSIVE */
button.navbar-toggler {
    background: transparent;
    border: none;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 0;
    padding: 0;
    position: relative;
    right: 5vw;
}

@media screen and (max-width: 1024px) {
    nav#navigation ul.menu li a {
        padding: 10px 5px;
    }
	
	#logo{
		height: 100px;
		width: auto;
	}
}

@media screen and (max-width: 768px) {
    header#header .container {
        border-bottom: none !important;
        padding: 5px 15px;
    }

    nav#navigation ul.menu li {
        margin: 0;
        text-align: center;
    }

    blockquote {
        font-size: 1.6rem;
    }

    #sidebar {
        border-bottom: 1px solid #03A8B3;
    }
	
	p .has-text-align-center {
		color: black !important;

	}

    footer .widget h4,
    footer .widget .cta-footer a {
        font-size: 1.1rem !important;
    }

    #navigation li.menu-item {
        padding: 15px 0;
    }

    .btn-exp {
        width: 50% !important;
    }
}

@media screen and (max-width: 480px) {
    body {
        font-size: 14px;
    }
	
	p .has-text-align-center {
		color: black !important;
	}
	
	#footer{
		padding-left: 50px;
	}

    .wp-block-column {
        margin-bottom: 25px;
    }

    .btn-exp {
        width: 100% !important;
    }
}