/*
Theme Name: Inspiro child theme
Description: Custom theme for Gestion J.Adams
Theme URI: https://www.wpzoom.com/themes/inspiro/
Author: Alex Alex
Author URI: https://alexandra.work
Template: inspiro
Version: 2.1.12
*/

:root {
    --gja-green: #004e35;
    --gja-copper: #bc603b;
    --gja-light: #f8f7f5;
    --gja-beige: #f8f7f5;
    --gja-dark: #282828;
}

body {
    background: var(--gja-light);
}
body:not(.page-layout-sidebar-right) #primary {
    max-width: 100%;
 }

#primary h1.gestion-site-title {
    font-family: 'PT Serif', serif;
    font-weight: 700;
    font-size: var(--h1-size);
    line-height: 1.25;
    color: var(--gja-green);
    margin: 0;
    padding: 0;
    animation-delay: 0.6s;
}
#primary p.gestion-site-description {
    font-family: 'Open Sans', sans-serif;
    font-size: var(--desc-size);
    font-weight: 400;
    line-height: 1.65;
    color: var(--gja-copper);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    margin: 0;
}

.navbar, .has-header-image.inspiro-front-page .headroom--not-top .navbar {
	padding: var(--spacing-large) 0 20px;
}
#site-navigation {
    background-color: transparent;
    background-image: none;
}
.navbar .header-inner {
    min-width: 100%;
}
.header-logo-wrapper {
    animation-delay: 0.25s;
}
.custom-logo-link img, body.wp-custom-logo .headroom--not-top .custom-logo-link img {
	max-height: var(--custom-logo-size);
}
.navbar .header-navigation-wrapper, .navbar .header-widgets-wrapper, #scroll-to-content, footer, .cookieadmin-poweredby, .cookieadmin_modal_footer_links {
    display: none;
}

.site-content-contain {
    height: 100vh;
}
#primary .gestion-site-branding {
    text-align: left;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.gestion-site-description-wrap {
    width: 100%;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: var(--spacing-large);
    animation-delay: 0.8s;
    z-index: 9999;
}
.inner-wrap, .gestion-inner-wrap {
    padding: 0 7%;
    margin-left: 0;
    margin-right: 0;
}
.gestion-header-media, .gestion-custom-header {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    pointer-events: none;
}
.gestion-header-media .gestion-custom-header img {
    height: 42vh;
    min-height: 42vh;
	top: unset;
    left: unset;
    bottom: 0;
    right: 0;
    position: absolute;
    max-width: 100%;
    width: auto;
    min-width: auto;
    object-fit: contain;
    object-position: bottom;
}
.custom-header {
    background-color: unset;
}

.intro {
    animation-duration: 0.65s;
    animation-name: intro-fade;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
  }
  @keyframes intro-fade {
    0% { 
        opacity: 0;
        transform: translate(0,20px); 
    }
    100% { 
        opacity: 1;
        transform: translate(0,0); 
    }
  }

button.cookieadmin_re_consent {
	background-color: #34657f;
    height: 40px;
    width: 40px;
    box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.1);
}
button.cookieadmin_btn, button.cookieadmin_btn:hover {
    border: none;
}
button.cookieadmin_btn {
    margin: 5px;
}
.cookieadmin_preference_title {
    line-height: 1.4;
}
.cookieadmin_act {
    color: #34657f;
}
.cookieadmin_mod_head {
    padding: 8px 15px;
    border-bottom: 1px solid #99b8ae;
}
.cookieadmin_types, .cookieadmin_modal_footer {
    border-top: 1px solid #99b8ae;
}
.cookieadmin_header span, label.stitle {
    display: inline-block;
}
span.cookieadmin_show_pref_cookies {
    position: relative;
    display: block;
    color: #bc603b;
    width: 25px;
    height: 25px;
    font-size: 15px;
    text-align: center;
}
.cookieadmin-modal-cookies-list {
    text-align: left;
    font-weight: 500;
    color: #254a5d;
}
.cookieadmin_slider {
    background-color: #8c7732;
}
input:checked+.cookieadmin_slider {
    background-color: #34657f;
}

.site-title:after {
	content: none;
}



@media (min-width: 2000px) {
    :root {
        --spacing-large: 67px;
        --h1-size: 120px;
        --h5-size: 16px;
        --desc-size: 18px;
        --custom-logo-size: 80px;
    }
}

@media (min-width: 1600px) and (max-width: 1999px) {
    :root {
        --container-width: 1400px;
        --container-width-narrow: 1400px;
        --spacing-large: 45px;
        --h1-size: 96px;
        --desc-size: 15px;
        --custom-logo-size: 65px;
    }
}
@media (min-width: 1200px) and (max-width: 1599px) {
    :root {
        --spacing-large: 34px;
        --h1-size: 82px;
        --desc-size: 13px;
        --custom-logo-size: 60px;
    }
}
@media (max-width: 1199px) {
    :root {
        --spacing-large: 34px;
        --h1-size: 65px;
        --desc-size: 13px;
        --custom-logo-size: 58px;
    }
    .gestion-header-media .gestion-custom-header img {
        height: 34vh;
        min-height: 24vh;
    }
    .gestion-site-description-wrap {
        bottom: 86px;
    }
}
@media (max-width: 699px) {
    :root {
        --spacing-large: 30px;
        --h1-size: 43px;
        --desc-size: 12px;
        --custom-logo-size: 52px;
    }
    .site-content-contain, .gestion-header-media, .gestion-custom-header {
    height: 100dvh;
    }
    #primary .gestion-site-branding {
        top: 46%;
    }
    .gestion-site-description-wrap {
        bottom: 39%;
    }
    .gestion-header-media .gestion-custom-header img {
        height: 24vh;
    }
    .cookieadmin_center {
        top: 5%;
    }
    .cookieadmin_modal_footer {
        padding: 10px 15px;
    }
    img.emoji {
        height: 1.5em !important;
        width: 1.5em !important;
        margin: 0.25em 0.07em !important;
    }
    .cookieadmin_preference_title {
        margin: 16px 9px 2px;
        line-height: 1.3;
    }
}
@media (max-width: 376px) {
    :root {
        --h1-size: 37px;
        --desc-size: 11px;
    }
    .gestion-site-description-wrap {
        bottom: 39%;
    }
}