/*
Theme Name: AKA
Theme URI: https://idizbox.com
Author: iDizBox
Author URI: https://idizbox.com
Description: Thème by iDizBox - 2026
Version: 1.00
Text Domain: idbxboostrap1
*/

@font-face {
    font-family: 'ABC Gravity Condensed';
    src: url('fonts/ABCGravity-Condensed.eot');
    src: url('fonts/ABCGravity-Condensed.eot?#iefix') format('embedded-opentype'),
        url('fonts/ABCGravity-Condensed.woff2') format('woff2'),
        url('fonts/ABCGravity-Condensed.woff') format('woff'),
        url('fonts/ABCGravity-Condensed.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --white: #FFFFFF;
    --black: #1D1D1D;
    --nav-width: clamp(520px, 39vw, 590px);
}


html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    min-height: 100vh;
    overflow-x: clip;
    overflow-y: visible !important;
}

body {
    background-color: var(--white);
    color: var(--black);
    font-family: "meursault-variable",serif;
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    position: relative;
    line-height: 1.4;
}

.mobile_only {
    display: none;
}

:focus {
    outline: 0!important;
}

a, a:visited, a:focus {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.mb_10 { margin-bottom: 10px; }
.mb_15 { margin-bottom: 15px; }
.mb_20 { margin-bottom: 20px; }
.mb_25 { margin-bottom: 25px; }
.mb_30 { margin-bottom: 30px; }
.mb_40 { margin-bottom: 40px; }
.mb_50 { margin-bottom: 50px; }
.mb_60 { margin-bottom: 60px; }
.mt_10 { margin-top: 10px; }
.mt_15 { margin-top: 15px; }
.mt_20 { margin-top: 20px; }
.mt_25 { margin-top: 25px; }
.mt_30 { margin-top: 30px; }
.mt_40 { margin-top: 40px; }
.mt_50 { margin-top: 50px; }
.mt_60 { margin-top: 60px; }

.pb_10 { padding-bottom: 10px; }
.pb_15 { padding-bottom: 15px; }
.pb_20 { padding-bottom: 20px; }
.pb_25 { padding-bottom: 25px; }
.pb_30 { padding-bottom: 30px; }
.pb_40 { padding-bottom: 40px; }
.pb_50 { padding-bottom: 50px; }
.pb_100 { padding-bottom: 100px; }
.pb_120 { padding-bottom: 120px; }
.pt_10 { padding-top: 10px; }
.pt_15 { padding-top: 15px; }
.pt_20 { padding-top: 20px; }
.pt_25 { padding-top: 25px; }
.pt_30 { padding-top: 30px; }
.pt_40 { padding-top: 40px; }
.pt_50 { padding-top: 50px; }

.pos_rel {
    position: relative;
}

h1, .h1 {
    font-size: 24px;
    font-family: 'ABC Gravity Condensed', sans-serif;
    line-height: 1;
    margin-bottom: 0;
}

h1 a {
    color: inherit;
    text-decoration: none;
}

h2, .h2 {
    font-size: 24px;
    font-family: 'ABC Gravity Condensed', sans-serif;
    line-height: 1;
    margin-bottom: 0;
}

h4 {
    font-family: 'ABC Gravity Condensed', sans-serif;
    font-size: 20px;
    line-height: 1;
}

.p_div p:last-of-type {
    margin-bottom: 0;
}

.btn, .btn:active, .btn:visited, .btn:focus {
    background-color: var(--color-1);
    color: var(--white);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    padding: 8px 30px;
    border-radius: 100px;
}

.btn:hover {
    background-color: #E65273;
    color: #FFFFFF;
}

.page_standard {
    margin-left: 0;
    padding-top: 135px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1200px) {
    .page_standard {
        margin-left: var(--nav-width);
        padding-top: 0;
    }
}

.half_container {
    height: 100vh;
    overflow-y: scroll;
    padding-top: 20px;
    padding-bottom: 120px;
}

.half_container::-webkit-scrollbar {
  display: none;
}

.bio_half_container {
    padding-right: 20px;
}

.cabinet_half_container {
    padding-left: 20px;
}

@media (min-width: 768px) and (max-width: 1199.99px) {
    .half_container {
/*        height: calc(100vh - 225px);*/
        height: calc(100vh - 355px);
    }
}

.border_right {
    border-right: 1px solid var(--black);
}

@media (max-width: 767.99px) {
    
    .half_container {
        height: auto;
    }
    
    .border_right {
        border-right: 0;
    }
    
    .bio_half_container {
        padding-right: 0px;
    }

    .cabinet_half_container {
        padding-left: 0px;
    }
    
}

.img_cont {
    position: relative;
    width: 100%;
    aspect-ratio: 2 / 2.7;
}

.img_fit {
    position: absolute;
    object-fit: cover;
    height: -moz-available;
    width: -moz-available;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    transition: all 0.5s ease-in-out;
    object-position: center;
    max-width: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.txt_block {
    padding-right: 80px;
}

.block_sep {
    height: 130px;
    border-top: 1px solid var(--black);
    border-bottom: 1px solid var(--black);
    position: relative;
    margin-bottom: 20px;
}

.block_sep:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: var(--black);
    transform: translateX(-50%);
}

.fullpage_sep {
    height: 130px;
    border-top: 1px solid var(--black);
    position: relative;
}

.fullpage_sep:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: var(--black);
    transform: translateX(-50%);
}

.fullpage_sep_top {
    border-top: 1px solid var(--black);
    position: relative;
}

.bio_intro_1, .bio_intro_2 {
    margin-bottom: 30px;
}

.footer_desktop {
    position: fixed;
    bottom: 0;
    right: 0;
    left: var(--nav-width);
    background-color: var(--white);
    padding: 5px 20px;
}

.footer_dekstop_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--black);
}

.footer_logo svg {
    display: block;
}

.footer_name {
    font-family: 'ABC Gravity Condensed', sans-serif;
    font-size: 18px;
    line-height: 1;
    position: relative;
    margin-top: 5px;
}

.footer_desktop a {
    color: inherit;
    text-decoration: none;
}

/************************************/
/************************************/
/*             NAVBAR               */
/************************************/
/************************************/

.navside_wrap {
    position: relative;
    z-index: 20;
}

#navside {
    background-color: var(--white);
    color: var(--black);
    border-right: 1px solid var(--black);
    overflow: visible;
}

.navside_inner {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: visible;
}

/* zone scrollable desktop */
.navside_scroll {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

/* LOGO */

.navlogo {
    position: relative;
    padding: 20px 20px 10px 20px;
    flex-shrink: 0;
}

.navlogo::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 270px;
    transform: translate(-50%, 0%);
    height: 1px;
    background-color: var(--black);
}

.navbar_brand {
    display: block;
    text-decoration: none;
    color: inherit;
}

.logo_top,
.logo_bot {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.logo_top {
    margin-bottom: 15px;
    text-align: center;
}

.logo_top svg {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.logo_bot {
    text-align: center;
    font-family: 'ABC Gravity Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 7.6px;
    font-size: 24px;
}

/* INTRO */

.navintro {
    gap: 0;
    position: relative;
    min-height: 100%;
    display: flex;
/*    padding-top: 10vh;*/
    align-items: center;
}

.navintro:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: var(--black);
    transform: translateX(-50%);
}

.navintro_col {
    padding: 20px;
    line-height: 1.4;
    flex: 0 0 50%;
}

/* MENU */

.navmenu {
    padding: 0 20px;
    position: relative;
}

.navmenu::after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    height: 1px;
    background-color: var(--black);
}

#navcontent {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: end;
    text-align: center;
}

#navcontent li {
    position: relative;
}

#navcontent a {
    display: block;
    font-family: 'ABC Gravity Condensed', sans-serif;
    padding: 15px 0px 10px 0px;
    text-decoration: none;
    color: var(--black);
    font-size: 20px;
    line-height: 1;
}

#navcontent a::after {
    content: "";
    display: block;
    width: 80%;
    margin: 13px auto 0;
    border-bottom: 1px solid var(--black);
    opacity: 0;
    transition: opacity 0.2s ease;
}

#navcontent a:hover::after,
#navcontent a.active::after {
    opacity: 1;
}

/* BOTTOM */

.navbottom {
    position: relative;
    flex-shrink: 0;
    padding: 20px;
    overflow: visible;
    background-color: var(--white);
}

.navcontact_title {
    display: table;
    margin: 0 auto 18px auto;
    padding: 6px 18px;
    font-family: 'ABC Gravity Condensed', sans-serif;
    font-size: 20px;
    border-bottom: 1px solid var(--black);
    background: var(--white);
    position: relative;
    z-index: 2;
}

.navcontact_title a {
    color: inherit;
    text-decoration: none;
}

.navcontact_links {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}

.navcontact_links::before {
    content: "";
    position: absolute;
    top: -30px;
    height: 30px;
    left: 50%;
    width: 1px;
    background: var(--black);
    transform: translateX(-50%);
}

.navcontact_link {
    display: block;
    text-decoration: none;
    color: var(--black);
    font-size: 28px;
    font-family: 'ABC Gravity Condensed', sans-serif;
    line-height: 1.1;
    padding: 10px 0;
    border-top: 1px solid var(--black);
}

.navcontact_link:last-child {
    border-bottom: 1px solid var(--black);
}

.navcontact_stamp {
    position: absolute;
    right: -15px;
    bottom: 35px;
    width: 120px;
    height: 120px;
    z-index: 30;
    pointer-events: none;
}

.navcontact_stamp svg {
    width: 100%;
    height: auto;
    display: block;
}

#navfull {
    background-color: var(--white);
    position: fixed;
    top: 135px;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

#navfull {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
}

#navfull.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.cabinet_third_container, .presse_third_container, .etudes_third_container {
    padding-right: 20px;
    padding-left: 20px;
}

.third_container {
    height: 100vh;
    overflow-y: scroll;
    padding-top: 20px;
    padding-bottom: 120px;
}

.third_container::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1200px) {
    #navfull {
        left: var(--nav-width);
        top: 0;
    }
}

@media (min-width: 768px) and (max-width: 1199.99px) {
    .third_container {
        height: calc(100vh - 225px);
    }
}

@media (max-width: 767.99px) {
    
    .third_container {
        height: auto;
    }
    
    #navfull {
        overflow-y: scroll;
    }
    
}

/* DESKTOP */

@media (min-width: 1200px) {
    #navside {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 590px;
        width: var(--nav-width);
        height: auto;
        overflow: visible;
    }

    .navside_inner {
        height: 100%;
        min-height: 100vh;
    }

    .logo_top,
    .logo_bot,
    .navbottom {
        display: block;
    }
}

@media (max-height: 500px) and (min-width: 1200px) {
    .logo_top svg {
            width: 50px;
            height: auto;
    }
}

/* MOBILE */

@media (max-width: 1199.99px) {
    #navside {
        width: 100%;
        border-right: 0;
        position: fixed;
        overflow: visible;
    }

    .navside_inner {
        min-height: auto;
    }

    .navside_scroll {
        overflow: visible;
        flex: unset;
    }

    .navlogo {
        padding: 15px;
    }
    
    .navlogo::after {
        bottom: 25px;
        width: 190px;
    }

/*
    .logo_top {
        display: none;
    }
*/
    .logo_top {
        overflow: hidden;
        transition:
            height .45s ease,
            opacity .45s ease,
            margin .45s ease;
    }
    
    .logo_top svg {
        width: 290px;
        height: auto;
    }
    
    .page_standard {
        padding-top: 265px;
    }

    .logo_bot {
        font-size: 20px;
        letter-spacing: 3.6px;
        margin-bottom: 20px;
        position: relative;
    }
    
    .logo_bot:after {
        content: "";
        position: absolute;
        bottom: -35px;
        height: 25px;
        left: 50%;
        width: 1px;
        background: var(--black);
        transform: translateX(-50%);
    }

    .navintro {
        display: none;
    }
    
    .navintro_col {
        padding-top: 0;
        padding-bottom: 25px;
        flex: 0 0 50%;
    }

    .navmenu {
        padding: 0 12px;
        border-bottom: 0;
    }

    #navcontent {
        grid-template-columns: repeat(3, 1fr);
    }

    #navcontent a {
        font-size: 16px;
        padding: 15px 0px 10px 0px;
    }

    .navbottom {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 50;
        margin-top: 0;
        padding: 0px 20px 20px 20px;
    }

    .navcontact_links::before,
    .navcontact_title {
        display: none;
    }

    .navcontact_link {
        font-size: 16px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .navcontact_stamp {
        width: 100px;
        height: 100px;
        right: 10px;
        top: -40px;
    }
}

/************************************/
/************************************/
/*              PRESSE              */
/************************************/
/************************************/

.presse_list {
    border-top: 1px solid var(--black);
}

.presse_item {
    border-bottom: 1px solid var(--black);
}

.presse_item_link {
    display: block;
    padding: 5px 0 10px;
    color: inherit;
    text-decoration: none;
}

.presse_item_head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 15px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--black);
}

.presse_item_source {
    font-family: 'ABC Gravity Condensed', sans-serif;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
}

.presse_item_date {
    line-height: 1;
    text-align: right;
    white-space: nowrap;
}

.presse_item_arrow {
    text-align: right;
    line-height: 10px;
}

/************************************/
/************************************/
/*         ÉTUDES DE CAS            */
/************************************/
/************************************/

.page_etudesdecas_container {
    position: relative;
}

.etudesdecas_filtres_container {
    padding: 20px 0 25px;
/*    padding: 70px 0 25px;*/
    border-bottom: 1px solid var(--black);
    z-index: 20;
}

.etudesdecas_is_filtres ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.etudesdecas_is_filtres li {
    display: inline-block;
    margin: 0 5px;
}

.etudesdecas_is_filtres li:not(:last-child)::after {
    content: "•";
    margin-left: 10px;
}

.etudesdecas_is_filtres a {
    font-family: 'ABC Gravity Condensed', sans-serif;
    font-size: 13px;
    text-decoration: none;
    color: inherit;
    opacity: 1;
}

.etudesdecas_is_filtres a.active {
    opacity: .45;
}

.row_masonry_etudes {
/*    min-height: 100vh;*/
    position: relative;
    padding-bottom: 100px;
}

@media (max-width: 1199.99px) {
    .row_masonry_etudes {
        padding-bottom: 120px;
    }
}

.row_masonry_etudes:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 33.33%;
    width: 1px;
    background: var(--black);
    transform: translateX(-50%);
}

.row_masonry_etudes:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 33.33%;
    width: 1px;
    background: var(--black);
    transform: translateX(-50%);
}

.etudesdecas_search_container {
    padding: 20px 0 0;
    text-align: center;
}

.etudesdecas_search_input {
    width: min(420px, 100%);
    border: 0;
    border-bottom: 1px solid var(--black);
    border-radius: 0;
    background: transparent;
    color: var(--black);
    font-family: 'ABC Gravity Condensed', sans-serif;
    font-size: 16px;
    text-align: center;
    padding: 8px 10px;
}

.etudesdecas_search_input::placeholder {
    color: var(--black);
    opacity: 0.3;
    text-transform: none;
}

.etudesdecas_search_input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background:
        linear-gradient(45deg, transparent 45%, #1D1D1D 45%, #1D1D1D 55%, transparent 55%),
        linear-gradient(-45deg, transparent 45%, #1D1D1D 45%, #1D1D1D 55%, transparent 55%);
}

.row_noresult_etudes {
    padding: 60px 0 100px 0;
}

@media (max-width: 992px) {
    .etudesdecas_search_container {
        padding: 25px 0 0;
    }
}

@media (max-width: 768px) {
    
    .row_masonry_etudes:before {
        left: 50%;
    }
    
    .row_masonry_etudes:after {
        display: none;
    }
    
}

@media (max-width: 576px) {
    
    .row_masonry_etudes:before {
        display: none;
    }
    
    .row_masonry_etudes:after {
        display: none;
    }
    
}

.etude_solo_cont {
    border-bottom: 1px solid var(--black);
    position: relative;
    padding-bottom: 15px;
}

.page_etudedecas_single .etude_solo_cont {
    position: relative;
    margin-bottom: 60px;
}

.etude_solo_contsingle {
    border-bottom: 0;
    border-right: 1px solid var(--black);
    padding-right: 8vw;
}

.etude_solo_cont a {
    text-decoration: none;
    color: inherit;
}

.etude_type_cont {
    margin-top: 15px;
}

.etude_type {
    line-height: 1;
    font-family: 'ABC Gravity Condensed', sans-serif;
    font-size: 13px;
}

.page_etudedecas_single .etude_type {
    font-size: 15px;
}

.etude_title {
    margin: 0 0 16px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
}

.page_etudedecas_single .etude_title {
    font-size: 26px;
}

.etude_title a {
    color: inherit;
    text-decoration: none;
}

.etude_excerpt_cont p {
    margin: 0;
    line-height: 1.35;
}

.etude_link_cont {
    position: absolute;
    bottom: -8px;
    right: 0px;
    background-color: var(--white);
    padding-left: 15px;
}

#svg_dispo {
    transform-origin: 50%;
    animation: rotateDispo 30s linear infinite;
}

@keyframes rotateDispo {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/************************************/
/*              CONTACT             */
/************************************/

.contact_card_section {
    min-height: calc(100vh - 90px);
    background: var(--black);
    /* padding: 26vh 11vw 0; */
    overflow: hidden;
    display: flex;
}

.contact_card {
    background: var(--white);
    color: var(--black);
    padding: 28px 34px 22px;
    transform: rotate(-3deg);
    min-height: 260px;
    max-width: 580px;
    margin: auto;
}

.contact_card_top,
.contact_card_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.contact_card_top strong {
    font-family: 'ABC Gravity Condensed', sans-serif;
    font-size: 24px;
    line-height: 1;
}

.contact_card_top span,
.contact_card_bottom a {
    color: var(--black);
    font-size: 18px;
    line-height: 1.2;
}

.contact_card_logo {
    text-align: center;
    margin: 55px auto 65px;
}

.contact_card_logo svg {
    width: 260px;
    max-width: 60%;
    height: auto;
}

@media (max-width: 991.99px) {
    .contact_card_section {
        min-height: auto;
        padding: 120px 30px 160px;
    }

    .contact_card {
        padding: 24px 22px;
    }

    .contact_card_top,
    .contact_card_bottom {
        flex-direction: column;
        gap: 12px;
    }

    .contact_card_top strong {
        font-size: 21px;
    }

    .contact_card_top span,
    .contact_card_bottom a {
        font-size: 14px;
    }
}

/************************************/
/************************************/
/*          MEDIA QUERIES           */
/************************************/
/************************************/

@media (min-width: 1270px) and (max-width: 1350px) {

    
    
}

@media (min-width: 993px) and (max-width: 1269px) {
    
    
    
}

@media (max-width: 992px) {

    .etudesdecas_filtres_container {
        padding: 25px 0 25px;
    }
    
}

@media (max-width: 767px) {
    
    .navintro {
        display: none;
    }

    .page_standard {
        transition: none;
    }
    
    .etude_solo_contsingle {
        border-right: 0;
        padding-right: 0;
    }
    
/*
    body.has-scrolled .logo_top {
        height: 0;
        margin-bottom: 0;
    }

    .page_standard {
        transition: padding-top .45s ease;
    }

    body.has-scrolled .page_standard {
        padding-top: 135px;
    }
*/
    
}
