/**
Theme Name: LPL_EXTRANET Theme
Author: Agence So'Happy
Author URI: https://sohappy-studio.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lpl_extranet-theme
Template: astra
*/

body h1, body .entry-content h1, body *:is(.is-h1) {
    margin-top: 50px;
    color: #fff;
    font-size: 2.5rem;
    color: var(--el-blue, #3b82f6);
    font-weight: 700;
    text-decoration: none;
    text-align: center;
}

body #primary {
    margin-top: 0!important;
}

#masthead .ast-primary-header {
    border: none!important;
}
#masthead .main-header-menu li a.menu-link {
    padding: 10px 25px;
    line-height: 1;
    color: var(--el-white,#fff);
    background-color: var(--el-text, #1a3e58);
    min-width: 200px;
    border: .5px solid var(--el-white, #fff);
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
}
#masthead .main-header-menu li:first-child a.menu-link {
    border-top-left-radius: 7px ;
}
#masthead .main-header-menu li:last-child a.menu-link {
    border-top-right-radius: 7px ;
}

.entry-content .extlabo-header__nav a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}
.entry-content .extlabo-header__nav a.deconnexion-link {
    padding-right: 35px;
}
.entry-content .extlabo-header__nav a.deconnexion-link::after {
    position: absolute;
    content: "";
    display: block;
    right: 0;
    top: 50%;
    width: 25px;
    height: 25px;
    transform: translate(0, -50%);
    background-color: #fff;
    mask: url(./assets/picto_exit.svg) no-repeat center / contain;
}


footer#colophon > * {
    border: none!important;
}
footer#colophon .site-footer-section {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
footer#colophon .site-footer-section > * {
    width: fit-content;
    margin: 0;
    position: relative;
}
footer#colophon .site-footer-section > *:not(:first-child)::after {
    position: absolute;
    display: block;
    content: "|";
    color: var(--el-blue-dark, #3b82f6);
    top: 50%;
    left: -10px;
    transform: translate(-50%, -50%);
}

footer#colophon li a.menu-link, footer#colophon .ast-footer-copyright {
    font-size: .8rem;
    color: var(--el-blue-dark, #3b82f6);
}

#ast-scroll-top {
    background-color: var(--el-text, #1a3e58);
}


@media screen and (max-width: 980px) {
    #masthead .main-header-menu li:first-child a.menu-link {
        border-radius: 7px 7px 0 0;
    }
    #masthead .main-header-menu li:last-child a.menu-link {
        border-radius: 0 0 7px 7px;
    }
}
@media screen and (max-width: 768px) {
    body h1, body .entry-content h1, body *:is(.is-h1) {
        font-size: 1.8rem;
    }
    footer#colophon .site-footer-section > *:not(:first-child)::after {
        display: none;
    }
}