/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
    box-sizing: border-box;
}

@font-face {
    font-family: "Host Grotesk";
    src: url("/src/HostGrotesk-SemiBold.ttf") format("opentype") tech(color-COLRv1);
    font-display: swap;
    font-style: normal;
    font-weight: 600;
}
:root {
    --site--viewport-max:90rem;
    --site--viewport-min:20rem;
    --site--padding:3rem;
}


html {
   font-family: "Host Grotesk", Arial, Helvetica, sans-serif;
   font-weight: 600;
}
body {
    height:100svh;
}
.page-wrap {
   height:100%;
   width:100%;
}
.page-column {
    display:flex;
    width: 100%;
    height:100%;
}
.content-wrap {
    width: 60%;
    height:100%;
    padding: var(--site--padding);
    position: relative;
}
.content-wrap p {
    position:absolute;
    bottom: var(--site--padding);
    left: var(--site--padding);
    right: var(--site--padding);
    top: auto;
    max-width: 50ch;
    line-height: 1.3;
    font-size: 1.2rem;
}
.inline-size {
    container-type: inline-size;
}
h1 {
    font-size: clamp(2rem, 10cqw, 10rem);
    text-wrap: balance;
    
}
.krisalis-visual-wrap {
    width:40%;
    display:flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: space-between; */
    padding: var(--site--padding);
     min-height: 0;
}
.svg-wrap {
    flex-grow: 1;
    padding-bottom: 4rem;
    min-height: 0;
}
.svg-wrap svg {
    height: 100%;
}
.logos-wrap {
    flex-grow: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 40rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
}
.logos-wrap *{
    width: 100%;
}
.logos-wrap a {
    max-width: 15rem;
}



@media (max-width: 970px) {
    body {
        overflow: hidden;
    }
    :root {
        --site--padding:clamp(0.75rem, 5%, 3rem);
    }
    .page-column {
        display:flex;
        flex-direction: column;
        padding-bottom: var(--site--padding);
    }
    .content-wrap {
        width: 100%;
        height: auto;
        padding: var(--site--padding);
        padding-top: calc(var(--site--padding) * 2);
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .content-wrap p {
        position:static;
        max-width: 50ch;
        line-height: 1.3;
        font-size: 1rem;
        margin-top: 2rem;
    }
    .krisalis-visual-wrap {
        width:100%;
        display:block;
        padding: var(--site--padding);
        min-height: 0;
    }
    .svg-wrap {
        position: absolute;
        top: 50%;
        left: var(--site--padding);
        right: var(--site--padding);
        bottom: auto;
        transform: translateY(-50%);
        padding: 0;
    }

    .logos-wrap {
        width: 100%;
        max-width: none;
    }
    .logos-wrap a {
    max-width: 8rem;
}
}

/*RGPD*/
.cc-nb-okagree, .cc-nb-reject, .cc-cp-foot-save {
    background: black !important;
}
#termsfeed-com---nb {
    right:auto;
    left:0;
}
.cc-nb-text-content {
    display:none;
}