/*
 Theme Name:   Oxigeno Child
 Theme URI:    http://oxigeno.bold-themes.com
 Description:  Oxigeno child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     oxigeno
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  oxigeno-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */

.btLogoArea .logo img {
    height: 150px;
}

.btMenuHorizontal .menuPort > nav > ul > li {
    padding: 0 20px 0 0;
}

.btTransparentLightHeader .mainHeader{
    padding-top: 30px;
}

.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor, .btMenuHorizontal .menuPort nav > ul > li.current-menu-item{
    color: #febf0f;
}

.menuPort nav ul li a:hover{
    color: #febf0f;
}

.mainHeader a:hover{
    color: #febf0f;
}

.bt_bb_color_scheme_10.bt_bb_headline .bt_bb_headline_content b, .bt_bb_color_scheme_10.bt_bb_headline .bt_bb_headline_content strong{
    color: #febf0f;
}

.bt_bb_size_huge.bt_bb_headline .bt_bb_headline_superheadline{
    font-size: 60px;
    font-weight: 700;
}

.bt_bb_size_huge.bt_bb_headline h2{
    font-size: 50px;
}

.bt_bb_headline h2 strong{
    font-weight: 700;
}

.bt_bb_headline .bt_bb_headline_superheadline{
    margin: 0 0 20px;
}

.filtre{
    position: relative;
}

.filtre:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 0;
}

.bt_bb_section.bt_bb_bottom_spacing_extra_large > .bt_bb_port {
    padding-bottom: 30em;
    z-index: 1;
    position: relative;
}

.btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btTransparentLightHeader .mainHeader{
    padding-top: 0;
}



/* 2026 RESTRUCTURATION */
.arx-preheader {
    width: 100%;
    background: #ffffff;
    padding: 8px 0;
}

.arx-preheader-inner {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;

    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.arx-preheader-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;

    margin: 0;
    padding: 0;
    list-style: none;
    font-size:16px;
}


.arx-preheader-menu a {
    text-decoration: none;
}

.arx-preheader-menu li {
    position: relative;
    padding: 0 15px 0 10px;
}

.arx-preheader-menu li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #cccccc;
}

#menu-primary-menu .sub-menu {
    border-radius: 5px;
    min-width:300px;
    width:fit-content;
    line-height:auto;
}

#menu-primary-menu > li {
    height:fit-content;
    vertical-align:middle;
}
#menu-primary-menu > li >a {
    line-height:2em;
    vertical-align:middle;
}


#menu-primary-menu .arx_inscription a {
    background-color: #febf0f;
    color: #000000;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transform:translateY(-10px);
}

.btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btTransparentLightHeader .mainHeader {
    padding: 30px 0 10px 0 !important;
}

@media (max-width: 990px) { 
.arx-preheader {
    display: none;  
}
.arx_menu_mobile {
    font-size:12px !important;  
}

.arx_inscription {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

nav:before, nav:after {
    content: none !important;
}
}
@media (min-width: 990px) { 
.arx_menu_mobile {
    display: none !important;  
}
}