@font-face {
    font-family: 'Maison Neue';
    src: url('../fonts/MaisonNeue-Medium.woff2') format('woff2'),
        url('../fonts/MaisonNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Parabole';
    src: url('../fonts/ParaboleTrial-Regular.woff2') format('woff2'),
        url('../fonts/ParaboleTrial-Regular.woff') format('woff');
    font-weight: normal;
}



body{
    font-family: 'Maison Neue';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    /* height: 100vh; */
    display: flex;
    /* flex-direction: column; */
    /* align-content: stretch; */
    position: relative;
    color: #313131;
    background: #ffffff;
    padding: 5px 5px 0px 5px;
    /* filter: hue-rotate(316deg); */
    transition: 500ms;
    --color1: #146ce1;
    --light-color1: #cee0ea;
    --color2: #c47c1d;
    --light-color2: #eae3da;
    margin: 0 auto;
}

.cc-compliance.cc-highlight {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.cc-revoke.cc-bottom {
    background: transparent !important;
    color: #989898 !important;
    text-decoration: underline;
    font-size: 0.8em;
}

.close-button {
    position: fixed;
    height: 0px;
    width: 0px;
    background: var(--light-color2);
    border-radius: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* position: sticky; */
    top: 10px;
    left: 100%;
    right: 0px;
    left: auto;
    transform: translate3d(23px, 60px, 10px);
    z-index: 99;
    transition: 600ms;
    /* transition-delay: 1s; */
    margin-top: -30px;
}

.close-button.color4 {
    background: var(--light-color1);
}

.close-button.color4 span {
    background: var(--color1) !important;
}

.close-button.active {
    height: 3vh;
    width: 3vh;
    margin-top: -65px;
    transform: translate3d(-10px, 60px, 10px);
}

.close-button span:nth-child(1) {
    height: 70%;
    background: var(--color2);
    width: 6%;
    display: inline-block;
    border-radius: 9px;
    transform: rotate(45deg);
    position: relative;
    transform-origin: center;
    left: 3%;
}

.close-button span:nth-child(2) {
    height: 70%;
    background: white;
    width: 6%;
    background: var(--color2);
    display: inline-block;
    border-radius: 9px;
    transform: rotate(-45deg);
    position: relative;
    transform-origin: center;
    left: -3%;
}

span.page-desc {
    font-size: 1.2em;
}

body.night {
    /* background: #3a3a3a; */
    /* color: white; */
    /* --color1: #204b84; */
    /* --light-color1: #cee0ea; */
    /* --color2: #6e4a1a; */
    /* --light-color2: #eae3da; */
    /* filter: hue-rotate(233deg) invert(1); */
    background: #3e3e3e;
}

body.night .main {
    /* background: #000000; */
}



a {
    color: inherit;
}

a.cc-btn {
    padding: 9px;
    margin: 3px;
    line-height: 27px;
    background: #eae3da !important;
    color: #c47c1d !important;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
}

a.cc-btn.cc-deny {
    line-height: 12px;
}

a.cc-btn:hover {
    color: #cee0ea !important;
    background-color: #146ce1 !important;
}

.free-zone {
    display: flex;
    flex-direction: column;
    width: 18%;
    align-content: space-between;
    align-items: center;
    height: calc(100vh - 10px);
    position: sticky;
    /* top: 30px; */
    /* align-self: flex-start; */
    border-radius: 20px;
    position: sticky;
    top: 0;
    float: left;
    box-sizing: border-box;
    transition: 600ms;
    transition-timing-function: cubic-bezier(0, 0, 0, 0.97);
    padding: 5px;
    /* margin: 5px; */
    justify-content: space-between;
}

.intro .free-zone {
    width: 10%;
}

body:not(.home) .free-zone {
    width: 14%;
    /* right: 0%; */
}

.main-menu .block a {
    display: flex;
    height: 100%;
    align-items: center;
    font-family: "Parabole";
    color: inherit;
    text-decoration: none;
    /* font-size: 50px; */
    text-align: center;
    justify-content: center;
    transition: 300ms;
}

a.load-content {}

.interactive a {
    display: flex;
    height: 100%;
    /* align-items: center; */
    /* font-family: "Parabole"; */
    color: inherit;
    text-decoration: none;
    /* font-size: 50px; */
    /* text-align: center; */
    justify-content: center;
    transition: 300ms;
    flex-direction: column;
}

.main-menu .interactive a {
    justify-content: center;
}

a.load-content {}

.main-menu .block .title {
    font-size: 45px;
    /* transition: 600ms; */
    /* transition-timing-function: cubic-bezier(0, 0, 0, 0.97); */
    text-transform: uppercase;
}

.main-menu:not(.active) .block a .title {
    font-size: 0px;
}

.main-menu {
    display: flex;
    height: calc(100vh - 10px);
    margin-top: 0;
    transition: 400ms;
    transition-timing-function: cubic-bezier(0, 0, 0, 0.97);
    position: sticky;
    top: 0;
    padding: 5px;
    flex-shrink: 0;
    flex-direction: column;
    float: left;
    box-sizing: border-box;
    width: 5%;
    color: white;
    overflow: hidden;
}

.cc-banner {
    background: #c47c1d !important;
    padding: 10px;
    border-radius: 10px;
    transition: opacity 200ms;
    font-size: 12px;
}

.cc-invisible {
    max-height: 0;
    opacity: 0;
    max-width: 0;
}

.main-menu.active {
    width: 69%;
}

.intro .main-menu {
    width: 10%;
}

.main-menu {
    width: 4%;
    /* font-size: 1px; */
    row-gap: 5px;
}

.main-menu .row .block {
    transition: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0, 0.97);
    /* background: #6268ff !important; */
    height: 15%;
    /* background: red; */
    /* width: 100%; */
    border-radius: 50px;
}

.menu-hidden .main-menu .block {
    padding: 0;
}

div#menu-contact {}

div#menu-case-studies {
    flex-grow: 0.5;
    border-radius: 50px;
}

.main-menu .col:nth-child(odd) .block:nth-child(odd):hover, .main-menu .col:nth-child(even) .block:nth-child(even):hover {
    background: var(--light-color2);
    color: var(--color2);
}

.main-menu .important {
    flex-grow: 1;
}

.main .col:nth-child(odd) .block:nth-child(even) {
    /* background: var(--color1); */
}

div#menu-who-we-are {
    /* flex-grow: 1; */
}

div#menu-what {}

.main-menu .col:nth-child(odd) .block:nth-child(even):hover, .main-menu .col:nth-child(even) .block:nth-child(odd):hover {
    background: var(--light-color1);
    color: var(--color1);
}

.main .col:nth-child(odd) .block:nth-child(odd) {
    /* background: var(--color2); */
    /* border-radius: 500px; */
    /* flex-grow: 1; */
}

div#menu-what-we-do {
    flex-grow: 1;
    border-radius: 500px;
}

div#menu-what {}



.main .col:nth-child(even) .block:nth-child(even) {
    /* background: var(--color2); */
}

div#menu-blog {
    border-radius: 30px;
}

div#menu-blog {}

.main-menu .col:nth-child(even) .block:nth-child(odd) {
    /* background: var(--color1); */
    /* color: var(--light-color1); */
}

.block.color1 {
    background: var(--light-color1);
    color: var(--color1);
}

.block.color1.interactive:hover, .block.color1.active {
    background: var(--color1);
    color: var(--light-color1);
}

.block.color2 {
    background: var(--light-color2);
    color: var(--color2);
}

blockquote {
    border-left: 2px solid;
    margin-inline-start: 2px;
    padding-left: 9px;
    /* border-radius: 0px; */
}

.block.color2.interactive:hover, .block.color2.active {
    background: var(--color2);
    color: var(--light-color2);
}

.block.color3 {
    background: var(--color1);
    color: var(--light-color1);
}

span.subtitle {
    font-size: 1.2em;
    padding-bottom: 5px;
    display: inline-block;
}

.block.color3.interactive:hover, .block.color3.active {
    background: var(--light-color1);
    color: var(--color1);
}

.block.color4 {
    background: var(--color2);
    color: var(--light-color2);
}

.block.color4.interactive:hover, .block.color4.active {
    background: var(--light-color2);
    color: var(--color2);
}


div#menu-contact {
    border-radius: 500px;
}

div#menu-how {
    flex-grow: 1;
}


body.color2 {
    filter: hue-rotate(110deg);
    }


.col {
    /* flex-basis: auto; */
    /* flex-grow: 1; */
    /* flex-basis: 0; */
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 50%;
    /* padding: 0 5px; */
    overflow: hidden;
}

.main-menu .col {
    width: 50%;
}

.main-menu:not(.active) .col {
    padding: 0px 2px;
}

.content .col {
    /* padding: 0 5px; */
    /* margin: -13px; */
    /* height: 100%; */
    flex-direction: row;
}

.main-menu .col:hover {
     flex-grow: 1.2;
     /* width: auto; */
     width: 100%;
}


.main-menu .row .block:hover {
     flex-grow: 1.2 !important;
}


.main-menu .col {
    transition: 500ms;
}

.row {
    display: flex;
    flex-wrap: nowrap;
    /* align-items: flex-start; */
    /* flex-direction: column; */
    column-gap: 15px;
    align-items: stretch;
    position: relative;
}

.main-menu .row {
    /* justify-content: end; */
    flex-grow: 1;
    column-gap: 0;
}

.row.children {
    flex-wrap: wrap;
}

.row.children .block {
    flex-grow: 1;
    width: 33.333%;
}

.blocks {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.col-1-2 {
    width: 50%;
}

.parabole{
    font-family: Parabole;
}

.xl {
    font-size: 100px;
    text-transform: uppercase;
    /* color: white; */
}

.block.title h1 {
    padding: 0px;
    margin: 15px 0 0px -8px;
    line-height: 0.9em;
}

h1 {
    font-weight: normal;
    /* margin: 0.1em 0em 0em 0em; */
    margin-block-start: 10px;
}

.spacer {
    display: block;
    height: 10px;
}

.intro {
    /* padding-top: 30px; */
}

.intro {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    height: 99vh;
    width: 100%;
    top: 0px;
    left: 0;
    /* background: #f4f4f4; */
    transition: 500ms;
    z-index: 999;
    background: white;
    overflow: hidden;
}

.intro svg, .intro canvas {
    object-fit: fill;
    height: auto !important;
    width: 100%;

}

.intro.rounded-box {
    border-radius: 60px;
    line-height: 0;
    /* overflow: hidden; */
    /* height: 100vh; */
    width: 100%;
    display: block;
}

.block {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 10px;
    border-radius: 20px;
    box-sizing: border-box;
    transform-origin: left;
    /* color: #5b5555; */
}

div#menu-why {
    flex-grow: 1;
    border-radius: 150px;
}

.infos {
    text-align: center;
    width: 100%;
    padding: 0 10px;
}

.infos a:not(.btn) {
    color: grey;
}

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

span.date {
    color: #313131;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    background: red;
}

.logo-container .block {
    /* background: #f8f5f5; */
    display: flex;
    flex-direction: column;
    width: 100%;
    align-content: center;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    align-self: flex-start;
}

.night .logo-container .block {
    /* background: #545454; */
}

.free-zone .block {
    /* background: #cfcfcf; */
    /* height: 100%; */
    /* flex-grow: 1; */
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.free-zone .block.bottom {
    /* flex-direction: initial; */
    column-gap: 20px;
    margin-top: 30px;
}

.light-color1 {
    background: var(--light-color1);
    color: var(--color1);
}

.btn.light-color1:hover {
    background: var(--color1);
    color: var(--light-color1);
}

.light-color2 {
    background: var(--light-color2);
    color: var(--color2);
}

.btn.light-color2:hover {
    background: var(--color2);
    color: var(--light-color2);
}


.color1 {
    background: var(--color1);
    color: var(--light-color1);
}

.color2 {
    background: var(--color2);
    color: var(--light-color2);
}


.content .block {
    padding: 0 30px;
}

.block.bg-color1 {
    background: var(--color1);
}

.block.round-100 {border-radius: 500px;/* flex-shrink: 1; *//* line-height: 0; */}

.block.block-how {
    background: #ff5700;
    border-radius: 93px;
    width: 35%;
    position: absolute;
    height: 45%;
    right: 0;
}

.block.block-who {
    width: 35%;
    height: 55%;
    top: 30%;
    background: #00d250;
    border-radius: 190px;
    position: absolute;
}

.block.block-case {
    width: 65%;
    height: 40%;
    top: 45%;
    background: rgb(171 134 93);
    border-radius: 20px;
    right: 0;
    position: absolute;
}

.block.anim svg {
    /* position: absolute; */
    /* top: 0; */
    object-fit: cover;
    transform: scale(6.1) !important;
    aspect-ratio: auto;
    transform: translate3d(0px, 0px, 0px) scale(1.1) !important;
}

.block.block-blog {
    width: 100%;
    height: 15%;
    top: 85%;
    background: rgb(66 66 66);
    border-radius: 130px;
    position: absolute;
}

.block.block-what {
    width: 50%;
    height: 30%;
    background: var(--color1);
    border-radius: 20px;
    position: absolute;
}

.what-hovered .block.block-how{width: 25%;}

.what-hovered .block.block-what{
    height: 45%;
    width: 75%;
}

.what-hovered .block.block-who{
    height: 40%;
    top: 45%;
}

.what-hovered .block.block-case{
    
}

.how-hovered .block.block-blog{
    
}

.how-hovered .block.block-how{height: 55%;width: 40%;}

.how-hovered .block.block-what{
    width: 60%;
}

.how-hovered .block.block-who{
    
}

.how-hovered .block.block-case{
    height: 30%;
    top: 55%;
}

.how-hovered .block.block-blog{
    
}


.who-hovered .block.block-how{

}

.who-hovered .block.block-what{
    height: 25%;
}

.who-hovered .block.block-who{
    width: 45%;
    height: 60%;
    top: 25%;
}

.who-hovered .block.block-case{
    width: 55%;
    height: 40%;
    top: 45%;
}

.who-hovered .block.block-blog{
    
}



.case-hovered .block.block-how{height: 35%;}

.case-hovered .block.block-what{
    height: 35%;
}

.case-hovered .block.block-who{
    width: 30%;
    height: 50%;
    top: 35%;
}

.case-hovered .block.block-case{
    width: 70%;
    height: 50%;
    top: 35%;
}

.case-hovered .block.block-blog{
    


}





.blog-hovered .block.block-how{height: 40%;}

.blog-hovered .block.block-what{
    
}

.blog-hovered .block.block-who{
    height: 50%;
}

.blog-hovered .block.block-case{
    height: 40%;
    top: 40%;
}

.blog-hovered .block.block-blog{
    height: 20%;
    top: 80%;
}




.block.block-how {}

.orange {
    background-color: #ff5700;
    color: #ffe3d9;
}

.light-orange {
    color: #ff5700;
    background-color: #ffe3d9;
}

.m {
    /* font-size: 2em; */
}

.content .block {
    /* padding: 30px; */
    /* margin-top: 0px; */
    margin-bottom: 15px;
    /* position: relative; */
}

.content .block:nth-child(0) {
    /* margin-top: 0px; */
}

.content .block.image {
    padding: 0;
    line-height: 0;
    /* border-radius: 0; */
    border-radius: 30px;
}

.content .block.text {
    font-size: 1.3em;
}

.content .col .block.text {
    font-size: 1em;
}

.content .block.anim {
    padding: 0;
}

.blue {
    background-color: #0e285b;
    color: #d4dbeb;
}

.block.anim {
    line-height: 0;
}

.block.anim canvas {}

.top-bordered {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}


.bottom-bordered {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.block.text-intro {
    border-radius: 25px;
    padding: 0px 20px;
    text-align: center;
    max-height: 29%;
}

.center {
    text-align: center;
}

.l p {
    font-size: 70px;
    line-height: 63px;
    margin: 0;
    /* padding: 30px; */
}

.block p, .content .block ul {
    /* padding: 30px; */
    font-size: 1.4em;
    line-height: 1.25em;
    margin-block-start: 15px;
    margin-block-end: 15px;
}

.block ul p {font-size: 1em;}

.block p.small {
    font-size: 1em;
}

.main-menu .text-intro p {visibility: hidden;}

.main-menu.active .text-intro p {
    visibility: visible;
}

.m p {
    font-size: 2em;
    /* line-height: 1.1em; */
    margin-block-start: 15px;
    margin-block-end: 15px;
    font-size: 2em;
}

.menu-container {
    width: 100%;
    margin-bottom: 6px;
}

p:first-of-type {
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
    /* margin-block-start: 0.5em; */
    /* margin-block-end: 0.5em; */
    /* margin-block-start: 1em; */
}

.block.text-intro {
    font-size: 1.25em;
}

.block.text-intro {
    /* font-size: 1.25em; */
    flex-shrink: inherit;
}

.logo {
    /* position: sticky; */
    top: 10px;
    /* left: 2.5%; */
    /* text-align: center; */
    cursor: pointer;
    width: 65%;
    /* filter: hue-rotate(305deg); */
    position: relative;
    /* mix-blend-mode: overlay; */
}

.logo:hover path[fill="rgb(196,124,29)"] {
    fill: rgb(20, 108, 225);
}

.logo:hover path[fill="rgb(20,108,225)"] {
    fill: rgb(196, 124, 29);
}

div#anim-logo svg, div#anim-intro svg, .anim svg {transform: unset !important;}

.logo img {
    width: 70%;
}

.content {
    display: flex;
    width: 0%;
    overflow: hidden;
    padding: 0;
    /* flex-grow: 1; */
    /* background: #e3ffe3; */
    /* height: 5000px; */
    /* flex-direction: column; */
    /* margin-top: 30px; */
    position: relative;
    padding: 0px;
    /* flex-grow: 1; */
    box-sizing: border-box;
    transition: 400ms;
    transition-timing-function: cubic-bezier(0, 0, 0, 0.97);
    float: left;
    color: white;
    margin-bottom: 0px;
}

.block img:not(.go-up,.compass-img) {
    filter: grayscale(1);
    mix-blend-mode: screen;
    /* transform: scale(1.1); */
    border-radius: 30px;
    height: 100%;
    object-fit: cover;
}

.night img {
    filter: grayscale(1) invert(1) !important;
}

h2 {
    font-weight: normal;
    font-size: 2em;
}

h2 {
    margin-block-start: 15px;
    margin-block-end: 15px;
    font-size: 2em;
}

h2+p {
    margin-top: 0;
    margin-block-start: 0px !important;
}

h3 {
    margin-block-start: 15px;
    margin-block-end: 15px;
    font-size: 1.65em;
    font-weight: normal;
}

h4 {
    margin-block-start: 15px;
    margin-block-end: 15px;
    font-size: 1.55em;
    font-weight: normal;
}

h2.titre {}

.content.active {
    width: 68%;
    padding: 5px;
}

.main {
    display: flex;
    /* flex-direction: row; */
    width: 100%;
    /* height: 60%; */
    /* flex-grow: 1; */
    /* position: relative; */
    position: relative;
    z-index: 1;
    /* color: #cee0ea; */
    /* background: black; */
}

.logo-container {
    display: flex;
    width: 13%;
    align-items: center;
    justify-content: space-between;
    align-self: flex-start;
    border-radius: 20px;
    position: sticky;
    top: 0;
    float: left;
    box-sizing: border-box;
    padding: 5px;
    height: calc(100vh - 10px);
}

.intro .logo-container {
    width: 20%;
}

ul {
    /* margin: 0px 10px; */
    padding: 0px 20px;
    /* margin-block-end: 1em; */
    /* list-style: none; */
    margin-block-start: 15px;
    margin-block-end: 15px;
}

ul.tags li {
    float: left;
    list-style: none;
    padding: 5px 10px;
    margin: 2px;
    background: var(--color1);
    border-radius: 20px;
    color: var(--light-color1);
    font-size: 0.9em;
}

.color1 .tags li {
    color: var(--light-color1);
    background: var(--color1);
}

.color2 .tags li {
    color: var(--light-color2);
    background: var(--color2);
}

.color3 .tags li {
    color: var(--color1);
    background: var(--light-color1);
}

.color4 .tags li {
    color: var(--color2);
    background: var(--light-color2);
}


ul.tags {
    padding: 0;
    margin: -2px;
    clear: left;
    width: 100%;
    display: inline-block;
font-size: 1em;}

ul li {
    margin: 3px 0;
}

.menu li {
    padding: 3px;
}

.lang-list li {
    flex-grow: 1;
    width: 100%;
    /* margin: 3px; */
}

.xs {
    font-size: 0.75vw;
}

a.btn {
    /* background: white; */
    border-radius: 12px;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    line-height: 20px;
}

.lang-list a {
    background: var(--light-color2);
    color: var(--color2);
}

.lang-list a:hover {
    color: var(--light-color2);
    background-color: var(--color2);
}

.lang-list a.active {
    background: var(--color2);
    color: var(--light-color2);
}

.dark-grey {
    background: #7e7e7e;
    color: #ffffff;
}

.m.btn {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 40px;
}

a.big.l.btn {
    font-size: 1.6vw;
    text-transform: uppercase;
    color: #0e285b;
    background: #ff5700;
    padding: 23px 0px;
    border-radius: 62px;
    transition: 300ms;
}

a.big.l.btn:hover {
    color: #ff5700;
    background: #0e285b;
    /* transition: 300ms; */
}

.grey {
    background: #cfcfcf;
    color: #313131;
}

.light-blue {
    background: #d4dbeb;
    color: #000066;
}

.tag {
    border-radius: 12px;
    text-decoration: none;
    padding: 6px 9px;
    margin-bottom: 5px;
    display: inline-block;
}

.grey.active {
    background: #f7caba;
    color: #ff5700;
}

ul.socials-list {
    display: flex;
    width: 100%;
    /* justify-content: center; */
    /* height: 100%; */
    align-items: center;
    flex-direction: column;
}

ul.lang-list {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: stretch;
    align-content: space-between;
    column-gap: 3px;
}

ul.socials-list li {
    /* flex-grow: 1; */
    width: 100%;
    margin: 2px 3px;
    /* padding: 15px; */
}

.header-content {
    display: flex;
    justify-content: space-between;
    /* flex-grow: 1; */
    /* background: green; */
    align-items: center;
    padding: 0 6px;
    box-sizing: border-box;
    align-self: flex-end;
}

.header-side {
    display: flex;
    flex-direction: row;
    width: 14%;
    /* background: red; */
    align-content: center;
    align-items: center;
    /* padding: 0 5px; */
    box-sizing: border-box;
}

.header {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    height: 30px;
    align-content: stretch;
    position: fixed;
    top: 0px;
    z-index: 99;
    left: 0;
    padding: 0 10px;
    box-sizing: border-box;
    /* background: linear-gradient(355deg, #ececec, transparent); */
}

.italic, i, em {
    font-style: italic;
}


input[type=checkbox] {
  position: relative;
  width: 44%;
  height: 31px;
  -webkit-appearance: none;
  -webkit-appearance: none;
  background: var(--light-color1);
  outline: none;
  cursor: pointer;
  border-radius: 20px;
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  transition: background 300ms linear;
}
input[type=checkbox]::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 27px;
  top: 2px;
  left: 2px;
  border-radius: 20px;
  background-color: #fff;
  /* box-shadow: 0 2px 5px rgb(0 0 0 / 10%); */
  transition: left 300ms;
}
input[type=checkbox]:checked {
  background: #a87229;
}
input[type=checkbox]:checked::before {
  left: 49%;
  background-color: #fff;
}


 #horloge{
  position:relative;
  width: 90%;
  background-color: #eae3da;
  border-radius:150px;
  margin: 0 auto;
  /* margin-top:180px; */
  cursor: pointer;
  transition: 300ms;
}

#horloge:hover {
    transform: scale(0.95);
}

#horloge:active {
    transform: scale(1.05);
}

 #horloge:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

#heures{
  width: 33%;
  height: 16px;
  background-color: var(--color2);
  border-radius: 20px;
  top: calc(50% - 8px);
  left: calc(50%);
  transform-origin: 4px;
  visibility: hidden;
  }

#minutes{
  width: 41%;
  height: 12px;
  /* background-color: var(--color1); */
  border-radius: 20px;
  top: calc(50% - 6px);
  left: calc(50%);
  transform-origin: 3px;
  }


#minutes svg {
    position: relative;
    top: -3px;
    left: -1px;
}

#compass{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* #minutes:before{
    content:'';
    position: absolute;
    width: 9px;
    height: 9px;
    transform: rotate(133deg);
    transform-origin: center;
left: 92%;top: 1.5px;background: #146ce1;border-radius: 1px;}
 */

#secondes{
  width: 46%;
  height: 1%;
  background-color: #ffffff;
  /* transform:scale(1.5); */
  /* transition: 780ms; */
  top: calc(50% - 0.5%);
  left: calc(50%);
  transform-origin: 0;
  visibility: hidden;
  }

#heures, #minutes, #secondes{/* transform-origin: 8px center; */position:absolute;/* top: calc(50%); *//* left: calc(50%); */}

div#minutes {}

.go-up{
    width:0px;
    transition: 300ms;
    cursor: pointer;
}

.go-up:hover {
    transform: scale(0.95);
}

.go-up:active {
    transform: scale(1.05);
}

.go-up.active{
    width: 50px;
    margin-bottom: 10px;
}

.tooltip{
    position: fixed;
    visibility: hidden;
    border-radius: 50px;
    z-index: 999;
    padding: 12px 15px;
    border-radius: 10px;
    background-color: var(--color1);
    color:white;
    font-size: 0.85em;
    text-decoration: uppercase;
}

.tooltip.active{
    position: fixed;
    visibility: visible;
    pointer-events: none;
}




/*SEULEMENT SUR MOBILE*/
@media (max-width: 980px) {

    .tooltip{
        display: none;
    }

    .row.children .block {
        width: 100%;
    }

    .main{
        flex-direction: column;
    }

    .main-menu{
        width:100%;
        max-height: 0px;
        flex-direction: column;
        position: relative;
        /* z-index: 999; */
        transition: 300ms;
        top: 10px;
    }

    .main-menu:not(.active).hidden {
        top: -140px;
    }

    .main-menu.active{
        height: auto;
        width: 100%;
        position: relative;
        max-height: 1769px;
        /* margin-top: 30px; */
    }

    .content.active, .content{
        width: 100%;
    }

    .main-menu .col{
        width: 100%;
        height: 80vh;
        flex-direction: column;
    }

    .row{
        flex-direction: column;
    }

    .free-zone{
        position: relative;
        width: 100% !important;
        height: auto;
        /* column-gap: 10px; */
    }

    .free-zone .block{
        /* flex-direction: row; */
        column-gap:10px;
        width: 55%;
    }

    .logo-container{
        width: 100%;
        height: 196px;
        position: relative;
    }

    .logo-container .block{
        flex-direction: row;
        align-items: start;
    }

    .logo{
        height: 85%;
    }

    .xs {
        font-size: 0.75em;
    }

    .infos{
        top: 10px;
        position: relative;
    }

    .main-menu .row .block{
        height: auto;
    }


    .content .block {
        padding: 0 15px;
        margin-bottom: 10px;
        /* width: 100%; */
    }

div#menu-et-un-autre {}


    .m p{
        font-size: 1.4em;
        margin-block-start: 5px;
        margin-block-end: 5px;
    }

    .content .block.text {
        font-size: 1em;
    }
    
    .content .col .block.text {
        font-size: 1em;
    }

    .intro svg{
    }

    .row .col{
        width: 100%;
    }

    .main-menu .block{
        flex-grow: 1;
    }

    div#menu-contact {
        flex-grow: 4;
    }

    div#menu-who-we-are {
        flex-grow: 2;
    }

    div#menu-what-we-do {
        flex-grow: 3;
    }

    .xl {
        font-size: 16vw;
        text-transform: uppercase;
        /* color: white; */
    }

    .block.title h1 {
        margin: 10px 0 0px 0px;
    }

    .close-button {
        height: 0px;
        width: 0px;
        background: var(--light-color2);
        border-radius: 100%;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        position: sticky; 
        top: -50px;
        left: 100%;
        transform: translate3d(23px, 60px, 10px);
        z-index: 99;
        transition: 600ms;
        margin-top: -30px;
    }

    .close-button.active {
        height: 40px;
        width: 40px;
        margin-top: -65px;
        transform: translate3d(-10px, 60px, 10px);
    }

}
