@import url('bulma.css');
@import url('fontawesome.css');

:root {
    --white: #FFFFFF;
    --dark: #000122;
    --dark200: #95a9c7;

    --orange: #FF8224;
    --orange200: #FFE5D1;
    --orange600: #e6711e;

    --blue: #00B4E4;
    --blue200: #CBF0F9;
    --blue600: #0099cc;
}

@font-face {
    font-family: "Visby";
    src: url("webfonts/VisbyCF-Bold.woff2");
    font-weight: 700;
}

@font-face {
    font-family: "Visby";
    src: url("webfonts/VisbyCF-Regular.woff2");
    font-weight: 400;
}

@font-face {
    font-family: "Visby";
    src: url("webfonts/VisbyCF-DemiBold.woff2");
    font-weight: 500;
}

@font-face {
    font-family: "Visby";
    src: url("webfonts/VisbyCF-thin.woff2");
    font-weight: 300;
}

html {
    scroll-behavior: smooth;
    background-color: #FCFCFC;
    font-size: 16px;
}

body {
    overflow-x: hidden;
}

.clickable {
    cursor: pointer;
}

hr {
    opacity: .15
}

/* FONTS */

h1,
h2,
h3,
strong,
.title {
    word-break: normal !important;
    font-family: 'Visby', sans-serif;
    color: var(--dark) !important;
}

.title-slab {
    font-family: 'Roboto Slab', sans-serif !important;
}

.subtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: normal !important;
    color: var(--dark);
}

.is-bold {
    font-weight: bold;
}

.is-megabold {
    font-weight: 900;
}

p {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    color: var(--dark);
}

is-italic {
    font-family: 'Visby', sans-serif;
    font-style: italic;
    font-weight: normal;
}

is-light {
    font-weight: normal;
}

.spaced-text {
    letter-spacing: 0.58px !important;
}

.text-legend {
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
}

.text-description {
    padding: 0 10px;
}

.spaced-lines {
    line-height: 3rem;
}

/* LINKS */

a {
    font-family: 'Visby', sans-serif;
    color: var(--orange);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

a:hover {
    color: var(--orange);
}

a.link-light-black {
    color: #3A3C41 !important;
}

a.is-arrowed {
    font-family: 'Visby', sans-serif;
}

a.is-arrowed::after {
    font-family: "Font Awesome 5 Free";
    content: "\f30b";
    margin-left: 10px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

a.is-arrowed:hover::after {
    font-family: "Font Awesome 5 Free";
    content: "\f30b";
    margin-left: 20px;
}

a.has-text-darkblue:hover {
    color: #4F529E;
}

a.has-text-red:hover {
    color: #DE526B;
}

a.has-text-darkorange:hover {
    color: #F85231;
}

a.has-text-lightgreen:hover {
    color: #8EC63F;
}

a.has-text-dark:hover {
    color: var(--dark);
}

.handHover:hover {
    cursor: pointer;
}

/* COLORS */

.has-text-dark {
    color: var(--dark) !important;
}

.has-text-light-black {
    color: #3A3C41;
}

.has-text-red {
    color: #DE526B;
}

.has-text-orange {
    color: var(--orange) !important;
}

.has-text-yellow {
    color: #FFD317 !important;
}

.has-text-primary {
    color: var(--blue) !important;
}

.has-text-blue {
    color: #007BFF;
}

.has-text-darkblue {
    color: #4F529E;
}

.has-text-darkblue122 {
    color: var(--dark);
}

.has-text-lightgreen {
    color: #8EC63F;
}

.has-text-green {
    color: #64B593;
}

.has-text-teal {
    color: #00A9AC;
}

.has-text-darkgreen {
    color: #157139;
}

.has-text-white {
    color: #FFFFFF;
}

h1.title.is-2.has-text-green-light {
    color: #cee3ae !important;
}

.has-text-grey {
    color: #FCFCFC;
}

.has-text-darkgrey {
    color: #F8F8F8;
}

.has-text-lightyblue {
    color: var(--blue)30;
}

.has-text-darkorange {
    color: #F85231;
}

.has-text-wip {
    background-color: #FF0000;
    color: #FFF;
}

.has-text-enac {
    color: #00ADEE;
}

.has-text-lps {
    color: #E81A40;
}

.has-text-prisme,
.has-text-prisme:hover {
    color: #7E2FC1;
}

/* SECTIONS */

.section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section.is-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section.is-small {
    padding-top: 10px;
    padding-bottom: 10px;
}

.section.no-space {
    padding-top: 10px;
    padding-bottom: 10px;
}

.section.no-space-top {
    padding-top: 10px;
}

.section.is-header {
    color: var(--dark);
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0px 0px 0px 100px;
    background-image: url(../assets/forme-coeur.svg);
    background-position: left -150px bottom -200px;
    background-repeat: no-repeat;
    background-size: 650px;

    background-color: #00B4E43b;
}

.section.is-main .text-content {
    padding-top: 175px;
    padding-bottom: 175px;
}

.section.is-100.is-contact {
    background-color: var(--blue);
    border-radius: 100px 0px 0px 0px;
}

.section.is-sidebar {
    display: none;
}

.sidebar-section {
    color: #3A3C41;
}

.fadeInBottom {
    display: block !important;
    position: fixed;
    top: 5px;
}

@media only screen and (max-width: 1024px) {
    .section.is-main .text-content {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

@media only screen and (min-width: 1190px) {
    .section.is-header {
        /**   background-image: url(../assets/forme-coeur-1-opacity.svg), url(../assets/forme-coeur-2-opacity.svg);
        background-position: left -250px bottom -300px, right -250px bottom -450px;
        background-repeat: no-repeat, no-repeat; **/
    }
}

/* SECTIONS COLORS */

.section.is-red {
    background-color: #DE526B;
}

.section.is-orange {
    background-color: var(--orange);
}

.section.is-gold {
    background-color: #FD8F25;
}

.section.is-skyblue {
    background-color: #C6E7E950;
}

.section.is-lightblue {
    background-color: #00B4E43b;
}

.section.is-blue {
    background-color: #007BFF;
}

.section.is-darkblue {
    background-color: #4F529E;
}

.section.is-lightgreen {
    background-color: #8EC63F;
}

.section.is-green {
    background-color: #64B593;
}

.section.is-darkgreen {
    background-color: #157139;
}

.section.is-white {
    background-color: #FFFFFF;
}

.section.is-grey {
    background-color: #FCFCFC;
}

.section.is-axonaut {
    background-color: #007BFF;
}

.section.is-knowminut {
    background: url(../assets/pattern-5.svg), linear-gradient(to bottom right, #21CD8F, #010101);
    background-size: 250px, 100%;
}

.section.is-oee {
    background-color: #0B3F7E;
}

.section.is-enac {
    background-color: #00ADEE;
}

.section.is-jumpdeals {
    background: url(../assets/forme-coeur-3-opacity.svg) no-repeat left -250px bottom -300px, right -250px bottom -450px, url(../assets/forme-coeur-4-opacity.svg) no-repeat right -250px bottom -450px, #24AF89;
}

.section.is-omitzuka {
    background: url(../assets/forme-coeur-3-opacity.svg) no-repeat left -250px bottom -300px, right -250px bottom -450px, url(../assets/forme-coeur-4-opacity.svg) no-repeat right -250px bottom -450px, #046059;
}

.section.is-drt {
    background: url(../assets/forme-coeur-3-opacity.svg) no-repeat left -250px bottom -300px, right -250px bottom -450px, url(../assets/forme-coeur-4-opacity.svg) no-repeat right -250px bottom -450px, linear-gradient(to bottom right, #EF6200, #EE0000);
}

.section.is-lps {
    background: url(../assets/forme-coeur-3-opacity.svg) no-repeat left -250px bottom -300px, right -250px bottom -450px, url(../assets/forme-coeur-4-opacity.svg) no-repeat right -250px bottom -450px, linear-gradient(to bottom right, #EF6200, #EE0000);
}

.section.is-timy {
    background: url(../assets/forme-coeur-3-opacity.svg) no-repeat left -250px bottom -300px, right -250px bottom -450px, url(../assets/forme-coeur-4-opacity.svg) no-repeat right -250px bottom -450px, #080B1E;
}

.section.is-fge {
    background-color: #37956E;
}

.section.is-pica {
    background-color: #375297;
}

.section.is-scribens {
    background: url(../assets/forme-coeur-3-opacity.svg) no-repeat left -250px bottom -300px, right -250px bottom -450px, url(../assets/forme-coeur-4-opacity.svg) no-repeat right -250px bottom -450px, #0085CA;
}

.section.is-pie-verte {
    background: url(../assets/forme-coeur-3-opacity.svg) no-repeat left -250px bottom -300px, right -250px bottom -450px, url(../assets/forme-coeur-4-opacity.svg) no-repeat right -250px bottom -450px, #108055;
}

/* .section.is-darkgrey by default, except for the header, which is black */

.section.is-black {
    background-color: var(--dark);
}

.section.is-map {
    background-image: url(../assets/webp/MapContactV2.webp);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: auto;
    min-height: 500px;
    position: relative;
}

.section.is-foot {
    padding-bottom: 1rem;
    background-image: url(../assets/forme-coeur-1-footer.svg), url(../assets/forme-coeur-2-footer.svg);
    background-position: left -75px bottom -100px, right -120px bottom -230px;
    background-repeat: no-repeat, no-repeat;
}

@media only screen and (max-width: 768px) {
    .section.is-foot {
        background-image: url(../assets/forme-coeur-2-footer.svg);
        background-position: right -120px bottom -230px;
        background-repeat: no-repeat;
    }
}

.section.is-half-grey-top {
    background: linear-gradient(180deg, #FCFCFC 50%, #FFFFFF 50%);
}

/* CARDS */
.bloc {
    padding: 0 25px;
}

.bloc.is-lightblue {
    background-color: #CCE7F5;
}

.bloc.is-blue {
    background-color: #C6E7E9;
}

.bloc.is-omitzuka {
    background-image: url('../assets/services/guide-ux/fond_omitzuka.svg');
}

.bloc.is-lightgrey {
    background-color: #F2F2F2;
}

.bloc.is-orange {
    background-color: var(--orange);
}

.bloc.blog-orange {
    background-color: var(--orange);
    color: #FFFFFF;
    padding: 20px;
    border-radius: 18px;
    box-shadow: 0px 3px 6px #00000029;
}

.bloc.blog-blue {
    background-color: var(--blue);
    color: #FFFFFF;
    padding: 20px;
    border-radius: 18px;
    box-shadow: 0px 3px 6px #00000029;
}

.bloc.blog-black {
    background-color: var(--dark);
    color: #FFFFFF;
    padding: 20px;
    border-radius: 18px;
    box-shadow: 0px 3px 6px #00000029;
}

.blog-type {
    text-transform: capitalize;
    font-family: "Roboto Slab", sans-serif;
    font-size: 25px;
    opacity: 50%;
}

.title-blog {
    font-family: "Roboto Slab", sans-serif;
    font-size: 25px;
    font-weight: 600;
    padding: 5px 0 15px 0 !important;
}

.content-blog {
    font-family: Roboto, sans-serif;
    opacity: 70%;
}

.link-white {
    color: #FFFFFF;
}

.link-white:hover {
    color: var(--dark);
}

.title.is-white {
    color: var(--white) !important;
}

/* MINITITRES */

.minititle {
    font-family: 'Visby';
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 13px;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    border-radius: 20px 20px 5px 20px;
}

.minititle.is-dark {
    background-color: var(--dark200);
    color: var(--dark);
}

.minititle.is-red {
    background-color: #DE526B15;
    color: #DE526B;
}

.minititle.is-orange {
    background-color: var(--orange200);
    color: var(--orange600);
}

.minititle.is-darkorange {
    background-color: #F8523115;
    color: #F85231;
}

.minititle.is-primary {
    background-color: var(--blue200);
    color: var(--blue600);
}


.minititle.is-blue {
    background-color: #007BFF15;
    color: #007BFF;
}

.minititle.is-darkblue {
    background-color: #4F529E15;
    color: #4F529E;
}

.minititle.is-lightgreen {
    background-color: #6B9F2215;
    color: #6B9F22;
}

.minititle.is-green {
    background-color: #64B59315;
    color: #64B593;
}

.minititle.is-darkgreen {
    background-color: #15713915;
    color: #157139;
}

.minititle.is-white {
    background-color: #FFFFFF15;
    color: #FFFFFF;
}

.minititle.is-prisme {
    background-color: #E9D8FC;
    color: #7E2FC1;
}

/* BUTTONS */

.button {
    height: 0;
    border-radius: 10px;
    font-weight: 500;
    font-family: 'Visby', sans-serif;
    align-content: center;
    justify-content: center;
    border: none;
    color: var(--dark);
    letter-spacing: 0.5px;
    padding: 25px 35px !important;
    font-size: 1.1rem;
    line-height: 1.1rem;
    vertical-align: middle;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.button:hover {
    transform: scale(.975);
    color: var(--dark);
}

.button.is-wide {
    min-width: 200px;
}

.button.is-wide150 {
    min-width: 150px;
}

/* BUTTONS COLORS */

.button.is-orange {
    background-color: var(--orange);
    color: #FFFFFF;
}

.button.is-white {
    background-color: var(--white);
    color: var(--blue);
}

.is-header .button.is-orange {
    margin: 0;
}

.button.is-blue {
    background-color: var(--blue);
    color: #FFFFFF;
    margin: 0;
}

.button.is-huge {
    font-size: 2rem;
    padding: 30px !important;
}

/* ACCUEIL CAROUSEL */

.section.is-carousel {
    padding: 12px 0;
    max-width: 100vw;
}

.is-carousel .element {
    height: 100%;
    max-width: 600px;
    margin: auto;
}

.is-carousel .element.sliding {
    height: 100%;
    max-width: 800px;
    margin: auto;
}

@media only screen and (max-width: 1190px) {
    .is-carousel .element {
        max-width: 1000px;
    }
}

.is-carousel .element.is-text {
    display: flex;
    align-items: center !important;
    margin-left: 30px
}

.is-carousel .element.is-text span {
    display: block;
}

.is-carousel .element.is-text div {
    margin: 70px 0 70px 0px;
}

.carousel-list {
    color: var(--dark);
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin-bottom: 50px;
}

.carousel-list li {
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.is-carousel .is-slide {
    border-radius: 0px 0px 0px 100px;
    background-image: url(../assets/pattern.svg);
    background-position: center;
    background-size: 250px;
    overflow: hidden;
}

.is-carousel .is-slide .element {
    display: flex;
    align-items: flex-end;
}

.is-carousel .column {
    padding: 40px 36px 0px 36px !important;
}

.is-carousel .is-slide img,
.is-carousel .is-slide source {
    width: 100%;
    height: auto;
}

picture {
    margin: -6px;
}

.is-carousel .directions {
    text-align: end;
    position: relative;
    right: 1rem;
    bottom: 4rem;
}

.is-carousel .fa-3x {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .25);
}

.is-carousel .is-smaller {
    transform: scale(.6);
}

.is-bigger {
    transform: scale(1.5);
}

@media only screen and (max-width: 1024px) {
    .mobiled {
        transform: scale(1);
    }
}

.slider-icn {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
}

.slider-icn img {
    height: 20px;
    width: 20px;
    margin: 5px;
}

.homemade {
    position: relative;
}

/* .homemade div::before {
    content: url(../assets/illustration-arrow-homemade.png);
    position: absolute;
    top: 0px;
    left: 170PX;
} */

/* PAGE PROJETS */

.is-project-img {
    margin-bottom: -150px;
}

.is-project-smartphone {
    position: absolute;
    top: -5px;
    left: calc(50% - 141px);
    z-index: 999;
    transform: perspective(250px) rotateY(353deg) rotateZ(15deg);
    height: 450px;
    width: auto;
    border-radius: 8px;
    box-shadow: 8px -1px 0px 0px var(--dark);
}

.smartphone-video-header {
    height: 440px;
    width: 211px;
    transform: perspective(250px) rotateY(353deg) rotateZ(15deg);
    margin-right: 75px;
}

.bloc-smartphone-video-header {
    position: relative;
    margin-bottom: -180px;
}

.bloc-web-video-header {
    margin-bottom: -180px;
    transform: perspective(361px) rotateX(2deg) rotateY(355deg) rotateZ(8deg);
}

.is-carousel .is-full-bloc img {
    padding: 50px;
}

.is-carousel .is-full-bloc.is-scribens {
    background-color: #D3EAF6 !important;
}

.is-carousel .is-full-bloc.is-knowminut {
    background-color: #D0E3D7 !important;
}

.is-carousel .is-full-bloc.is-axonaut {
    background-color: #F0F7FF !important;
}

.is-carousel .is-full-bloc.is-oee {
    background-color: #B9D0E5 !important;
}

.is-carousel .is-full-bloc.is-enac {
    background-color: #CCEFFC !important;
}

.is-carousel .is-full-bloc.is-canhegat {
    background-color: #B1E4E5 !important;
}

.is-carousel .is-full-bloc.is-ad2 {
    background-color: #FFF3C4 !important;
}

.is-carousel .is-full-bloc.is-drt {
    background-color: #FFE8D4 !important;
}

.is-carousel .is-full-bloc.is-pica {
    background-color: #7386B6 !important;
}

.is-carousel .is-full-bloc.is-fge {
    background-color: #64B593 !important;
}

.is-carousel .is-full-bloc.is-bo {
    background-color: #0F0F0F !important;
}

.is-carousel .is-full-bloc.is-lps {
    background-color: #CDDCEB !important;
}

.is-carousel .is-full-bloc.is-pie-verte {
    background-color: #DEF1DA !important;
}

.is-narrow p {
    max-width: 400px;
    margin: auto;
}

.icon-store {
    margin-top: 20px;
    height: 50px;
    width: auto;
}

.image-bottom {
    margin: auto;
}

.image-bottom img {
    transform: scale(.75);
    margin-bottom: -300px;
    height: auto;
    width: auto;
}

@media only screen and (min-width: 576px) {
    .image-bottom img {
        margin-bottom: -230px;
    }
}

img.is-smaller {
    transform: scale(.75)
}

img.is-smaller-65 {
    transform: scale(.65)
}

/* SERVICES */

.services-item {
    background-color: #F8F8F8;
    padding: 40px;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-radius: 5px;
}

.services-item:hover {
    -webkit-box-shadow: 0px 20px 49px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 20px 49px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 49px 0px rgba(0, 0, 0, 0.1);
}

.services-item-active {
    background-color: #FEF2E9;
    padding: 40px;
    text-align: center;
    border-radius: 5px;
}

/* ACCUEIL CAROUSEL COLORS */

.is-carousel .is-slide.is-green {
    background-color: #0C7237;
}

.is-carousel .is-slide.is-greenish {
    background-color: #37956E;
}

.is-carousel .is-slide.is-blue {
    background-color: #007BFF;
}

.is-carousel .is-slide.is-bluish {
    background-color: #0085CA;
}

.is-carousel .is-slide.is-red {
    background-color: #E81A40;
}

.is-carousel .is-slide.is-black {
    background-color: #000000;
}

.is-carousel .is-slide.is-grey {
    background-color: #282F3A;
}

.is-carousel .is-slide.is-yellow {
    background-color: #E0B733;
}

/* POSITION */

.is-front {
    position: relative;
    z-index: 1;
}

.is-back {
    z-index: -1;
}

/* MENU */

.logo {
    max-width: 180px;
    height: 50px;
}

@media only screen and (max-width: 420px) {
    .logo {
        max-width: 140px;
        height: 50px;
    }
}

@media only screen and (max-width: 360px) {
    .logo {
        max-width: 120px;
        height: 50px;
    }
}

.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px 20px 0px;
}

.menu div {
    display: flex;
    align-items: center;
}

.menu a {
    font-family: 'roboto', sans-serif;
    color: var(--dark);
    padding: 0px 10px 0px 10px;
}

.menu a:hover {
    color: var(--blue);
}

.menu .nav-burger {
    font-size: 1.4rem;
    background-color: var(--blue);
    border-radius: 10px;
    padding: 15px 20px 15px 20px;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.menu .nav-burger img {
    height: 25px;
    width: 25px;
}

.menu .nav-burger .fas {
    color: #ffffff
}

.menu .nav-burger:hover {
    color: #FFFFFF;
    transform: scale(.9);
}

.menu .button {
    font-family: 'Visby';
}

.menu .button:hover {
    color: var(--white);
}

.menu a.is-active {
    color: var(--blue);
    font-weight: bold;
    cursor: default;
}

.menu a.is-active::after {
    content: ".";
    color: var(--blue);
    font-size: 2rem;
    display: block;
    line-height: 1rem;
    text-align: center;
    height: 0px;
    bottom: 10px;
    position: relative;
}

.menu.menuBlanc a.is-active::after {
    content: ".";
    color: white;
    font-size: 2rem;
    display: block;
    line-height: 1rem;
    text-align: center;
    height: 0px;
    bottom: 10px;
    position: relative;
}

/* HEADER */

.is-header .container {
    min-height: 500px;
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 1024px) {
    .is-header .container {
        min-height: 0px;
    }

    .header-responsive {
        padding: 50px 30px;
    }
}

@media only screen and (max-width: 567px) {
    .header-responsive {
        padding: 50px 0px;
    }
}

.is-header .text-content {
    align-items: center;
    flex-grow: 1;
    display: flex;
    padding: 2rem 0 2rem 0;
}

.is-header .text-content .subtitle {
    line-height: 1.6;
}

.modal {
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: row;
    -webkit-transition: opacity 0.25s ease-in-out, visibility 0s linear 500ms;
    -moz-transition: opacity 0.25s ease-in-out, visibility 0s linear 500ms;
    -o-transition: opacity 0.25s ease-in-out, visibility 0s linear 500ms;
    transition: opacity 0.25s ease-in-out, visibility 0s linear 500ms;
}

.modal.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.25s ease-in-out, visibility 0s linear;
    -moz-transition: opacity 0.25s ease-in-out, visibility 0s linear;
    -o-transition: opacity 0.25s ease-in-out, visibility 0s linear;
    transition: opacity 0.25s ease-in-out, visibility 0s linear;
}

.modal-background {
    background-color: #ffffff;
    background-image: url(../assets/forme-coeur-1-bleu.svg);
    background-position: left -250px bottom -300px;
    background-repeat: no-repeat;
}

.modal-content {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    overflow: visible;
}

.modal-content::before {
    content: url(../assets/traitsOranges.svg);
    position: relative;
    top: 30px;
    left: 80px;
}

.modal-close {
    background-color: #000112;
}

.modal-close:hover::before,
.modal-close:hover::after {
    background-color: var(--blue);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.modal a {
    display: block;
    padding: 1rem;
    color: var(--dark);
}

.modal a:hover {
    color: var(--blue);
}

.is-header .title {
    margin-bottom: 40px;
}

.is-header .subtitle {
    margin-bottom: 40px;
}

.arrow-down {
    width: 100%;
    position: absolute;
    bottom: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.arrow-down img {
    width: 20px;
}

.arrow-down::before {
    content: "En savoir plus";
    font-size: .8rem;
    margin-bottom: 10px;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.arrow-down:hover::before {
    opacity: 1;
}

.arrow-down:hover {
    margin-bottom: -20px;
    transform: scale(.85);
}

/* CONTACT */

.is-contact .title {
    margin-bottom: 40px;
}

/* VIGNETTE */

.vignette {
    background-image: url(../assets/vignettes/bg.svg);
    background-repeat: no-repeat;
    padding: 3rem 3rem 0 3rem;
}

.vignette .title {
    color: #FFFFFF;
}

.vignette p {
    color: #FFFFFF !important;
    margin-bottom: 1rem;
}

.vignette .inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.vignette .inline div {
    display: flex;
    align-items: center;
}

.vignette .inline div img {
    margin: .5rem;
}

.vignette a {
    color: #FFFFFF;
}

.vignette a:hover {
    color: #FFFFFF;
}

.vignette .image {
    margin-bottom: 0px;
}

.vignette .linked {
    position: relative;
}

.vignette .linked a {
    position: absolute;
    top: 0;
}

/* VIGNETTE COLORS */

.vignette.is-axonaut {
    background-color: #007BFF;
}

.vignette.is-knowminut {
    background-color: #157139;
}

.vignette.is-oee {
    background-color: #0B3F7E;
}

.vignette.is-enac {
    background-color: #00ADEE;
}

.vignette.is-canhegat {
    background-color: #00A9AC;
}

.vignette.is-ad2 {
    background-color: #E0B733;
}

.vignette.is-drt {
    background-color: #282F3A;
}

.vignette.is-lps {
    background-color: #E81A40;
}

.vignette.is-bo {
    background-color: #000000;
}

.vignette.is-fge {
    background-color: #37956E;
}

.vignette.is-pica {
    background-color: #375297;
}

.vignette.is-scribens {
    background-color: #0085CA;
}

.vignette.is-pie-verte {
    background-color: #5ABA48;
}

.vignette.is-noviscore {
    background-color: #5ABA48;
}

/* IMAGE */

img {
    width: 100%;
}

#illu-accueil {
    padding: 75px;
}

.image-container {
    margin: auto;
}

.image-container img {
    border-radius: 4px;
}

.image-container::before {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border: 2px solid var(--dark);
    content: '';
    border-radius: 4px;
}

/* RESPONSIVE & ALIGNS */

.reverse-columns {
    flex-direction: column-reverse;
    display: flex;
}

.column.centered {
    display: flex;
    align-items: center;
}

.column.centered div {
    width: 100%;
    z-index: 1;
}

@media only screen and (max-width: 768px) {
    .has-centered-items {
        text-align: center;
    }
}

@media screen and (min-width: 1408px) {
    .container:not(.is-max-desktop):not(.is-max-widescreen) {
        max-width: 80% !important;
    }
}

@media screen and (min-width: 1216px) {
    .container:not(.is-max-desktop) {
        max-width: 90% !important;
    }

}

/* COLUMNS BLOCS */

.columns.blocs .item {
    text-align: center;
    background-color: #F5F5F5;
    padding: 15px;
    border-radius: 5px;
    font-size: .9rem;
    width: 100%;

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

@media only screen and (min-width: 1024px) {
    .columns .item {
        padding: 30px;
        border-radius: 8px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

    .columns .item:hover {
        -webkit-box-shadow: 0px 8px 49px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 8px 49px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 8px 49px 0px rgba(0, 0, 0, 0.1);
    }
}

/* BLOC SHADOW */

.bloc-shadow {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 20px 49px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 20px 49px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 49px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 80px;
    margin-top: 80px;
}

.bloc-shadow .is-megabold {
    margin-bottom: .75rem !important;
}

.bloc-shadow.is-black {
    background-color: var(--dark);
    background-image: url(../assets/forme-coeur-1.svg);
    background-size: 50%;
    background-position: left -100px bottom -200px;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 1024px) {
    .bloc-shadow.is-black {
        padding: 50px 150px 50px 150px;
    }
}

/* IS-FLYING */

.is-flying-bottom-left {
    position: absolute;
    width: 40px;
    left: -40px;
    bottom: -20px;
}

.is-flying-top-right {
    position: absolute;
    width: 40px;
    right: -40px;
    top: -40px;
}

.is-flying-heart {
    position: absolute;
    width: 500px;
    left: -10rem;
    top: -7rem;
}

/* ANIMATED PHONE */

.animated-phone-box {
    display: block;
    width: 350px;
    position: absolute;
    right: 60px;
    bottom: -60px;
}

.animated-phone {
    width: auto;
    animation-name: phone-untilt;
    animation-duration: .5s;
    animation-delay: 1s;
    animation-fill-mode: both;
}

.animated-phone-box:hover .animated-phone {
    animation-name: phone-tilt;
    animation-duration: .5s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
}

.animated-phone-box::before {
    content: url(../assets/traitsBlancs.svg);
    position: absolute;
    top: 0px;
    right: -50px;
    animation-name: phone-unsplash;
    animation-duration: .75s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
}

.animated-phone-box:hover::before {
    animation-name: phone-splash;
    animation-duration: .75s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
}

.animated-phone-box::after {
    content: url(../assets/illustration-arrow-knowminut.svg);
    width: 200px;
    position: absolute;
    bottom: 200px;
    left: -180px;
    animation-name: phone-unsplash;
    animation-duration: .75s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
}

.animated-phone-box:hover::after {
    animation-name: phone-splash;
    animation-duration: .75s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
}

.animated-phone-box-two::before {
    content: url(../assets/bubbles-1.svg);
    width: 20px;
    position: absolute;
    bottom: 200px;
    right: 0px;
    animation-name: phone-unsplash;
    animation-duration: .75s;
    animation-delay: .5s;
    animation-fill-mode: both;
}

.animated-phone-box-two:hover::before {
    animation-name: phone-splash;
    animation-duration: .75s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
}

.animated-phone-box-two::after {
    content: url(../assets/bubbles-2.svg);
    width: 20px;
    position: absolute;
    top: 100px;
    left: 20px;
    animation-name: phone-unsplash;
    animation-duration: .75s;
    animation-delay: .5s;
    animation-fill-mode: both;
}

.animated-phone-box-two:hover::after {
    animation-name: phone-splash;
    animation-duration: .75s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
}

@keyframes phone-tilt {
    from {}

    to {}
}

@keyframes phone-untilt {
    from {}

    to {}
}

@keyframes phone-splash {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes phone-unsplash {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

/* MEDIA */

.is-quote {
    margin-bottom: -150px;
}

.media-card {
    margin: 10px 0 10px 0;
    border-radius: 8px;
    -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.25);
}

.card {
    border-radius: 8px;
}

@media only screen and (min-width: 1024px) {
    .media-card.is-black {
        margin-top: 100px;
    }
}

.media-card.is-black .card {
    -webkit-box-shadow: 5px -5px 0px 0px var(--dark);
    -moz-box-shadow: 5px -5px 0px 0px var(--dark);
    box-shadow: 5px -5px 0px 0px var(--dark);
}

.media-card.is-blue .card {
    -webkit-box-shadow: 5px -5px 0px 0px var(--blue);
    -moz-box-shadow: 5px -5px 0px 0px var(--blue);
    box-shadow: 5px -5px 0px 0px var(--blue);
}

.media-card.is-orange .card {
    -webkit-box-shadow: 5px -5px 0px 0px var(--orange);
    -moz-box-shadow: 5px -5px 0px 0px var(--orange);
    box-shadow: 5px -5px 0px 0px var(--orange);
}

.media .media {
    border-top: none;
}

/* TEAM ITEMS */

.team-item {
    background-color: #F8F8F8;
    padding: 50px;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.team-item:hover {
    -webkit-box-shadow: 0px 20px 49px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 20px 49px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 49px 0px rgba(0, 0, 0, 0.1);
}

.team-item img {
    border-radius: 100%;
    max-width: 150px;
    margin-bottom: 1rem;
}

/* ITEMS */

.item .item-img {
    width: 100% !important;
}

/* ITEMS STEPS*/

.item-steps {
    width: 100%;
    padding: 25px;
    border-radius: 5px;
    border: 1px solid var(--dark);
}

.item-steps img {
    margin-bottom: 10px;
}

.item-steps .title {
    margin-bottom: 30px;
}

.item-steps ul li,
.liste-bleue li {
    background: url("../assets/icones/ic-bleu.png") no-repeat top left;
    background-size: 1rem !important;
    padding-left: 1.5rem;
    margin-left: 1rem;
    margin-top: 1rem;
}

ul.ul-orange-bull li,
.liste-orange li {
    background: url("../assets/icones/ic-orange.png") no-repeat top left;
    background-size: 1rem !important;
    padding-left: 1.5rem;
    margin-left: 1rem;
    margin-top: 1rem;
}

/* PARTENAIRES */

.partenaires img {
    max-height: 150px;
    width: auto;
    margin: auto;
}

.eu-partenaires img {
    max-height: 80px;
    width: auto;
    margin: auto;
}

/* ICONS */

.icon.is-large {
    height: 4rem;
    width: 4rem;
}

.icon.is-huge {
    height: 6rem;
    width: 6rem;
}

/* INPUT */

.input,
.textarea {
    margin-top: 5px;
    padding-top: 1rem;
    background-color: transparent;
    border: none;
    box-shadow: none !important;
    border-bottom: solid 2px #FFFFFF;
    border-radius: 0;
    padding-left: 0;
    color: #FFFFFF;
    position: relative;
}

.input:hover,
.input:focus,
.textarea:hover,
.textarea:focus {
    border-bottom: solid 2px #FFFFFF;
}

@keyframes label {
    0% {
        top: 10px;
    }

    100% {
        top: -10px;
    }
}

.input:focus+span::after,
.textarea:focus+span::after {
    font-family: 'Visby';
    font-weight: bold;
    position: absolute;
    content: attr(data-title);
    left: 0;
    top: -10px;
    width: 200px;
    height: 1.25rem;
    color: white;
    animation-name: label;
    animation-duration: .5s;
    animation-delay: 0s;
}

.input:not(:placeholder-shown)+span::after,
.textarea:not(:placeholder-shown)+span::after {
    font-family: 'Visby';
    font-weight: bold;
    position: absolute;
    content: attr(data-title);
    left: 0;
    top: -10px;
    width: 200px;
    height: 1.25rem;
    color: white;
    animation: none;
}

.input::placeholder,
.textarea::placeholder {
    font-family: 'Visby';
    font-weight: bold;
    color: #FFFFFF;
}

.input:focus::placeholder,
.textarea:focus::placeholder {
    opacity: 0;
}

.map-bloc .input,
.map-bloc .textarea,
.input.is-black {
    border-bottom: solid 1px var(--dark);
}

.map-bloc .input,
.input.is-black,
.map-bloc .input::placeholder,
.input.is-black::placeholder,
.map-bloc .input:focus+span::after,
.input.is-black:focus+span::after,
.map-bloc .input:not(:placeholder-shown)+span::after,
.input.is-black:not(:placeholder-shown)+span::after,
.map-bloc .textarea,
.map-bloc .textarea::placeholder,
.map-bloc .textarea:focus+span::after,
.map-bloc .textarea:not(:placeholder-shown)+span::after {
    color: var(--dark) !important;
}

.map-bloc .textarea {
    resize: none;
}

/* OFFSET */

.is-off-bot {
    margin-bottom: -200px;
}

.have-off-top {
    padding-top: 200px;
}

.is-off-col-right {
    margin-bottom: -350px;
    margin-left: -250px;
}

.is-off-col-right div {
    padding: 2rem;
    border-radius: 8px;
    background-color: #FFFFFF;
}

@media only screen and (max-width: 768px) {
    .is-off-col-right {
        margin-bottom: 0px;
        margin-top: -200px;
        margin-left: 100px;
        width: 90%;
    }

    .is-off-col-right div {
        padding-right: 45px !important;
    }
}

.img-offset-one {
    position: absolute;
    width: 150px;
    right: -20px;
    top: 50px;
    z-index: 0;
    border-radius: 0;
}

/* SELECTOR (currently off) */

.selector {
    margin: 2rem 0 2rem 0;
    display: flex;
    align-items: center;
}

.selector a {
    color: #00000030;
    text-transform: uppercase;
    margin: 0 3rem 0 3rem;
    font-weight: 700;
}

.selector a.is-active {
    color: #000000;
}

.selector a.is-active::after {
    content: "•";
    color: var(--orange);
    font-size: 2rem;
    display: block;
    line-height: 1rem;
    text-align: center;
    height: 0px;
}

/* MAP BLOC */

.is-map .map-bloc {
    background-color: #FFFFFF;
    padding: 50px;
    border-radius: 10px;
}

.map-bloc {
    padding: 75px;
}

@media only screen and (max-width: 1200px) {
    .map-bloc {
        padding: 0;
    }
}

.map-background {
    background-image: url(../assets/webp/MapContactV2.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.fullwidth {
    padding: 0;
    margin: 12px;
}

.map-icon img {
    width: 2rem !important;
}

.pin {
    position: absolute;
    padding: 15px;
    background-color: var(--white);
    border-radius: 5px;
    left: 390px;
    top: 185px;
}

.pin p {
    margin: 0 !important;
    padding: 0 !important;
}

.beacon {
    position: absolute;
    top: 340px;
    left: 488px;
    height: 3em;
    width: 3em;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.beacon:before,
.beacon:after {
    position: absolute;
    content: "";
    height: 3em;
    width: 3em;
    left: 0;
    top: 0;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: 0 0 0 3px var(--orange);
    -webkit-animation: active 4s infinite linear;
    -moz-animation: active 4s infinite linear;
    animation: active 4s infinite linear;
}

.beacon:after {
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes active {
    0% {
        -webkit-transform: scale(.1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2.5);
        opacity: 0;
    }
}

@keyframes active {
    0% {
        transform: scale(.1);
        /*transform: box-shadow(0px 0px 0px 1px var(--orange));*/
        opacity: 1;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

@media only screen and (max-width: 1400px) {
    .section.is-map {
        background-position: left -200px top 0px;
    }

    .beacon {
        top: 426px;
        left: 288px;
    }

    .pin {
        left: 187px;
        top: 263px;
    }

}

/* ESTIMATION */

.is-estimation {
    min-height: calc(100vh - 92px);
    display: flex;
    align-items: center;
}

.bot-background {
    background-image: url(../assets/estimation/robot.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: calc(100vh - 92px);
}

.bloc-estimation {
    padding: 75px;
}

@media only screen and (max-width: 768px) {
    .bloc-estimation {
        padding: 20px;
    }
}

.bloc-option {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 5px;
    margin: 15px 0px 15px 0px;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.bloc-option:hover {
    cursor: pointer;
}

.bloc-option p,
.nm-b {
    margin-bottom: 0;
}

.bloc-option img {
    height: 20px;
    width: 20px;
    margin-right: 20px;
}

.button.has-border {
    border: 1px solid var(--dark) !important;
    color: var(--dark);
}

.bloc-estimation .button {
    margin-bottom: 20px !important;
}

/* SPACED */

.has-space-down {
    display: block;
    margin-bottom: 1.5rem !important;
}

.has-no-space-down {
    display: block;
    padding-bottom: 0rem !important;
}

.has-few-space-down {
    display: block;
    padding-bottom: 1.5rem !important;
}

.has-space-top {
    display: block;
    margin-top: 1.5rem !important;
}

.has-no-space-top {
    display: block;
    padding-top: 0rem !important;
}

.has-lot-space-down {
    display: block;
    margin-bottom: 5rem !important;
}

.has-lot-space-top {
    display: block;
    margin-top: 5rem !important;
}

/* LIST */

li {
    text-align: justify;
    margin-left: 20px;
}

.inlist li {
    margin-left: 0;
    margin: 0;
    float: left;
    max-width: 100px;
}

/* PROGRESS BAR */

.progress.is-small {
    height: 0.3rem;
    margin-bottom: 3rem;
}

progress {
    color: var(--orange) !important;
}

.progress::-webkit-progress-value {
    -webkit-transition: all linear 1000ms !important;
    -moz-transition: all linear 1000ms !important;
    -o-transition: all linear 1000ms !important;
    transition: all linear 1000ms !important;

    background: var(--blue) !important;
}

progress::-moz-progress-bar {
    background: var(--blue) !important;
}

/* MESS */

.enveloppe {
    width: 150px !important;
    margin-bottom: 20px;
}

.is-foot a:hover {
    color: var(--dark);
}

.is-links a {
    display: block;
}

.dino-cta {
    height: 5rem;
    width: 20rem;
    text-align: left;
    margin-top: 2rem;
}

.max-width-65 {
    max-width: 65%;
}

button.btn-cta {
    min-width: 140px;
}

.error {
    max-height: 400px;
    margin-bottom: 100px;
    display: block;
    width: auto;
}

.is-error {
    display: flex;
    align-items: stretch;
}

.hero.is-fullheight {
    min-height: calc(100vh - 92px);
    display: flex !important;
    align-items: center !important;
}

.has-dots::before {
    content: url(../assets/lab/motif-point.svg);
    position: absolute;
    left: -50px;
    top: 300px;
}

.flex {
    display: flex;
    justify-content: space-evenly;
}

@media only screen and (max-width: 550px) {
    .is-hidden-supersmall {
        display: none !important;
    }

    .is-centered-supersmall {
        margin: auto;
    }

    .vignette .inline {
        display: block;
    }

    .is-centered-supersmall .icon {
        margin-left: 0px !important;
    }

    .is-smaller-supersmall {
        font-size: 2rem !important;
    }
}

@media only screen and (min-width: 550px) {
    .is-visible-supersmall {
        display: none;
    }
}

.services-card {
    font-family: 'Visby', sans-serif;
}

.services-card::after {
    font-family: "Font Awesome 5 Free";
    content: "\f30b";
    margin-left: 10px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.services-card:hover::after {
    font-family: "Font Awesome 5 Free";
    content: "\f30b";
    margin-left: 20px;
}

.bloc-rs {
    padding: 20px 0px;
}

.bloc-rs img {
    width: 30px;
    margin-right: 15px;
}

.logo-rs {
    filter: invert(66%) sepia(12%) saturate(6570%) hue-rotate(341deg) brightness(96%) contrast(95%);
    opacity: 0.5;
}

.logo-rs:hover {
    opacity: 1;
}

hr {
    background-color: var(--dark);
}

.projets .title {
    color: var(--white) !important;
}

.is-card-projet {
    border-radius: 10px;
    padding: 25px;
}

.is-card-projet h3 {
    font-family: 'Visby';
    font-weight: bold;
    color: white;
    font-size: 30px;
}

span.label-plateform {
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 1);
    padding: 5px 11px;
    font-family: 'Visby';
    font-size: 14px;
}

.is-card-projet.is-red {
    background-color: #E81A40;
}

nav.menu a.btn-nav-estimation {
    color: #000112;
    border: solid 1px #000112;
    padding: 20px !important;
    font-size: 16px;
}

.card-microtrac {
    background: url(../assets/pattern-5.svg), linear-gradient(to bottom right, #00B4CC, #1B8D9C);
    background-size: 150px, 100%;
    border-radius: 10px;
    padding: 20px;
}

.card-airzen {
    background: url(../assets/pattern-5.svg), linear-gradient(to bottom right, #4EAAD8, #68E1AB);
    background-size: 150px, 100%;
    border-radius: 10px;
    padding: 20px;
}

.card-aisc {
    background: url(../assets/pattern-5.svg), linear-gradient(to bottom right, #59C0E1, #055AB9);
    background-size: 150px, 100%;
    border-radius: 10px;
    padding: 20px;
}

.card-ca32 {
    background: url(../assets/pattern-5.svg), linear-gradient(to bottom right, #8ABE55, #009C46);
    background-size: 150px, 100%;
    border-radius: 10px;
    padding: 20px;
}

.card-noviscore {
    background: url(../assets/pattern-5.svg), linear-gradient(to bottom right, #7FD4DF, #00A9BF);
    background-size: 150px, 100%;
    border-radius: 10px;
    padding: 20px;
}

.card-knowminut {
    background: url(../assets/pattern-5.svg), linear-gradient(to bottom right, #21CD8F, #010101);
    background-size: 150px, 100%;
    border-radius: 10px;
    padding: 20px;
}

.card-abelio {
    background: url(../assets/pattern-5.svg), linear-gradient(to bottom right, #0063BF, #001B34);
    background-size: 150px, 100%;
    border-radius: 10px;
    padding: 20px;
}

.card-robustagno {
    background: url(../assets/pattern-5.svg), linear-gradient(to bottom right, #99CC55, #6C983A);
    background-size: 150px, 100%;
    border-radius: 10px;
    padding: 20px;
}

.card-clinique {
    background: url(../assets/pattern-5.svg), linear-gradient(to bottom right, #F3581E, #E94899);
    background-size: 150px, 100%;
    border-radius: 10px;
    padding: 20px;
}

.card-parofirst {
    background: url(../assets/pattern-5.svg), linear-gradient(to bottom right, #EFB02D, #EF8643);
    background-size: 150px, 100%;
    border-radius: 10px;
    padding: 20px;
}

.card-aquila {
    background: url(../assets/pattern-5.svg), linear-gradient(to bottom right, #409484, #235148);
    background-size: 150px, 100%;
    border-radius: 10px;
    padding: 20px;
}

.card-pica {
    background: url(../assets/pattern-5.svg), linear-gradient(to bottom right, #385297, #385297);
    background-size: 150px, 100%;
    border-radius: 10px;
    padding: 20px;
}

.card-lps {
    background: url(../assets/pattern-5.svg), linear-gradient(to bottom right, #ED0000, #EF6F00);
    background-size: 150px, 100%;
    border-radius: 10px;
    padding: 20px;
}

.card-scribens {
    background: url(../assets/pattern-5.svg), linear-gradient(to bottom right, #0085CA, #0085CA);
    background-size: 150px, 100%;
    border-radius: 10px;
    padding: 20px;
}

.card-axonaut {
    background: url(../assets/pattern-5.svg), linear-gradient(to bottom right, #007BFF, #007BFF);
    background-size: 150px, 100%;
    border-radius: 10px;
    padding: 20px;
}

.card-omitzuka {
    background: url(../assets/pattern-5.svg), linear-gradient(to bottom right, #046059, #046059);
    background-size: 150px, 100%;
    border-radius: 10px;
    padding: 20px;
}

.card-timy {
    background: url(../assets/pattern-5.svg), linear-gradient(to bottom right, #080B1E, #080B1E);
    background-size: 150px, 100%;
    border-radius: 10px;
    padding: 20px;
}

.card-enac {
    background: url(../assets/pattern-5.svg), linear-gradient(to bottom right, #1DADEE, #1DADEE);
    background-size: 150px, 100%;
    border-radius: 10px;
    padding: 20px;
}

.card-oee {
    background: url(../assets/pattern-5.svg), linear-gradient(to bottom right, #202B52, #1964A8);
    background-size: 150px, 100%;
    border-radius: 10px;
    padding: 20px;
}

.card-fge {
    background: url(../assets/pattern-5.svg), linear-gradient(to bottom right, #37A376, #37A376);
    background-size: 150px, 100%;
    border-radius: 10px;
    padding: 20px;
}

.card-jumpdeals {
    background: url(../assets/pattern-5.svg), linear-gradient(to bottom right, #24AF89, #24AF89);
    background-size: 150px, 100%;
    border-radius: 10px;
    padding: 20px;
}

.card-pie-verte {
    background: url(../assets/pattern-5.svg), linear-gradient(to bottom right, #108055, #108055);
    background-size: 150px, 100%;
    border-radius: 10px;
    padding: 20px;
}

.padding-2rem {
    padding: 2rem;
}

.mockup {
    background: linear-gradient(180deg, #ffffff 1%, #ffffff 35%, #fcfcfc 35%, #fcfcfc 100%);
}

.boite {
    border: 1px solid var(--dark);
    padding: 20px;
}


.tag {
    font-family: 'roboto', sans-serif;
    font-weight: 600;
    letter-spacing: .75px;
    font-size: 0.85rem !important;
    color: var(--dark) !important;
}

@media only screen and (max-width: 1215px) {
    .projets {
        flex-direction: column;
    }

    .projets>div {
        width: 100% !important;
        margin-top: 1rem;
    }

    .projets>div>div:nth-child(2) {
        justify-content: flex-end !important;
    }

    .projets>div>div:nth-child(1)>p:nth-child(2) {
        margin-bottom: 40px;
    }

    .projets>div>div:nth-child(2)>img {
        width: 80%;
    }
}

@media only screen and (max-width: 769px) {
    .projets>div>div:nth-child(1) {
        width: 100% !important;
    }

    .projets>div>div:nth-child(2) {
        display: none !important;
    }

    .projets>div>div:nth-child(1)>p:nth-child(2) {
        margin-bottom: 20px;
    }

    .projet-infos {
        display: flex;
        flex-direction: row;
    }

    .projet-infos p {
        margin-right: 100px
    }
}

/* PARTENAIRES - Version scroll horizontal */
.partenaires-carousel {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    position: relative;
    padding: 20px 0;
    /* Style de la scrollbar (optionnel) */
    scrollbar-width: thin;
    scrollbar-color: var(--blue200) transparent;
}

.partenaires-carousel::-webkit-scrollbar {
    height: 8px;
}

.partenaires-carousel::-webkit-scrollbar-track {
    background: transparent;
}

.partenaires-carousel::-webkit-scrollbar-thumb {
    background: var(--blue200);
    border-radius: 4px;
}

.partenaires-carousel::-webkit-scrollbar-thumb:hover {
    background: var(--blue);
}

.carousel-track {
    display: flex;
    align-items: center;
    gap: 60px;
    padding-left: 60px;
    padding-right: 60px;
    /* Supprimez l'animation */
    /* animation: scroll-partners 30s linear infinite; */
    min-width: max-content;
    width: max-content;
}

.carousel-item {
    width: 160px;
    /* Largeur fixe pour chaque logo */
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    /* Empêche le rétrécissement */
    box-sizing: border-box;
}

.carousel-item img {
    max-width: 200px;
    max-height: 100px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    background: transparent;
}

/* Supprimez ou commentez l'animation keyframes */
/*
@keyframes scroll-partners {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
*/