/*
Theme Name: Custom Lea
Theme URI: https://wordpress.org
Author: Léa Medrano
Author URI: https://leamedrano.myportfolio.com/
Description: custom_lea
Text Domain: custom_lea
Requires at least: WordPress 5.6
Version: 1.0
*/

/****
WP CUSTOM
 */

.top-header {
    position: fixed;
    top: 0;
}

.admin-bar .top-header {
    top: 32px;
}

/*****
VARS
 */

html {
    font-size: 18px;
}

:root {
    --main-font: 'Manrope', sans-serif;
    --accent-font: "Maax Medium";
    --accent-bold-font: "Maax Bold";
    --accent-font-light: "Maax Light";
    --main-color: #003A70;
    --accent-color: #2AD2C9;
    --basic-color: #ffffff;
    --container-width-s: 1180px;
    --container-width-m: 1420px;
    --header-height: 120px;
}

/*****
GENERAL
 */

body {
    margin-bottom: -15px;
    font-family: var(--main-typo);
}

section {
    padding: var(--margin-m) 0;
}


p {
    margin-top: 0;
    margin-bottom: 0;
}

a {
    text-decoration: none;
    color: var(--basic-color);
}

li {
    list-style: none;
}


img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

ul {
    margin-top: 0;
    margin-bottom: 0;
}

/*****
DISPOSITION
 */

.di__container-small {
    width: var(--container-width-s);
    margin: 0 auto;
}

.di__container-big {
    width: var(--container-width-m);
    margin: 0 auto;
}

.di__section-main {
    background-color: var(--main-color);
}

.di__section-accent {
    background-color: var(--accent-color);
}

.di__section-basic {
    background-color: var(--basic-color);
}

.di__padding-regular {
    padding-top: 100px;
    padding-bottom: 100px;
}

.di__padding-top-regular {
    padding-top: 100px;
}

.di__padding-basic {
    padding-top: 75px;
    padding-bottom: 100px;
}

.di__padding-small {
    padding-top: 60px;
    padding-bottom: 50px;
}

.di__padding-x-small {
    padding-top: 60px;
    padding-bottom: 40px;
}

.di__flex-column {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.di__flex-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


.di__flex-around {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}


.di__flex-between {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.di__flex-start-center {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

/*****
TYPOS
 */

h1, .ty__h1 {

}


h2, .ty__h2 {

}

h3, .ty__h3 {
}

h4, .ty__h4 {
}

h5, .ty__h5 {

}

h6, .ty__h6 {

}

p, .ty__p {

}


/*****
BUTTONS
 */


.el__btn {

}

a.el__btn {

}


/*****
SECTIONS
 */


/* HEADER */

/* The sticky class is added to the navbar with JS when it reaches its scroll position */

.contact-mobile {
    display: none;
}

.navbar {
    background-color: transparent;
    justify-content: space-between;
    align-items: center;
    padding: 25px 40px;
    z-index: 99;
}

.navbar a {
    font-family: var(--accent-font);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: var(--main-color);
}

.navbar .custom-logo-link img {
    width: 50px;
    height: 50px;
	border-radius: 50px;
}

.el__nav-bar .navbar-nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.el__nav-bar .navbar-nav ul > li {
	padding: 0 15px;
}

.el__nav-bar .navbar-nav ul > li > a {
	text-decoration: none;
	transition: all 0.5s ease-in-out;
}

.el__nav-bar .navbar-nav ul > li > a:hover {
	text-decoration: none;
	color: purple;
	font-size: 18.5px;
	transition: all 0.5s ease-in-out;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--main-color);
    padding: 0 20px;
}

.navbar-light .navbar-nav .menu-item:last-child {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 15px;
    margin: 0 20px;
    height: 50px;
    border-radius: 50px;
    color: var(--basic-color);
    background-color: var(--accent-color);
    transition: all .5s ease;
}

.navbar-light .navbar-nav .menu-item:last-child:hover {
    background-color: var(--main-color);
}

.navbar-light .navbar-nav .menu-item:last-child a {
    color: var(--basic-color);
    font-size: 16px;
    line-height: 20px;
    padding: 0 10px;
    padding-top: 2px;
}


.navbar-light .navbar-nav .menu-item:last-child::before {
    background: url(assets/imgs/Calendar.png);
    background-size: cover;
    content: '';
    display: block;
    height: 25px;
    width: 23px;
}

#menu-header, #menu-header-de {
    align-items: center;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active {
    color: var(--accent-color);
}

.el__nav-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.el__btn-navbar {
    width: 22.85px;
    height: 25px;  
}

.el__nav-bar > a > p {
    color: var(--basic-color);
}

.burger-mobile {
    display: none;
}

/* VIDEO */

video {
    object-fit: cover;
    height: 80vh !important;
}

.el__video-mobile {
    display: none;
}

.video-container {
    position: relative;
}

.unmute {
    margin: 20px;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 50px rgb(0 40 100 / 40%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    display: flex;
}

.unmute img {
    width: auto;
    height: 60%;
    opacity: 0.3;
}

.unmute img.play {
    margin-left: 20px;
}

.unmute img:last-child {
    display: none;
}

.hide {
    display: none !important;
}

.active {
    display: block !important;
}

/* MAP */

.marker {
    background-image: url("assets/imgs/Pointer.png");
    background-size: cover;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    transition: 300ms ease-in-out;
}

.icon-dc {
    background: #3bb2d0;
}

.marker-active {
    width: 40px;
    height: 40px;
    background-image: url("assets/imgs/Pointer-active.png");
    transition: 300ms ease-in-out;
}

/* FOOTER */

.el__menu-footer {
	display: flex;
	height: 0;
}

.el__footer-link-title {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    font-family: var(--accent-font);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: var(--basic-color);
}

.el__footer-link-img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.mycustomtheme {
    text-align: center;
    color: black;
    padding: 20px;
    font-size: 12px;
}

.mycustomtheme a {
    color: #0445d1;
}

/* RESPONSIVE */

@media (max-width: 1440px) {
    :root {
        --container-width-s: 940px;
        --container-width-m: 1180px;
    }
}

@media (max-width: 1280px) {
    :root {
        --container-width-s: 700px;
        --container-width-m: 940px;
    }
}

@media (max-width: 1024px) {
    :root {
        --container-width-s: 700px;
        --container-width-m: 940px;
    }
}

@media (max-width: 992px) {
    :root {
        --container-width-s: 100%;
        --container-width-m: 100%;
    }
}
