*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6{
    font-weight: normal;
    line-height: 1.1;
}

@font-face {
    font-family: 'Nuisibles';
    src: url(../fonts/NTF-Nuisibles-Regular.woff2) format('woff2');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Nuisibles';
    src: url(../fonts/NTF-Nuisibles-Italic.woff2) format('woff2');
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: 'Eryn';
    src: url(../fonts/ErynNouveau-Regular.woff2) format('woff2');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Misère';
    src: url(../fonts/NTF-Misere-Light.woff2) format('woff2');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Misère';
    src: url(../fonts/NTF-Misere-Regular.woff2) format('woff2');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Hérissant·e';
    src: url(../fonts/NTF-Herissante-Regular.woff2) format('woff2');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Monsterz';
    src: url(../fonts/Monsterz-Thornz.woff2) format('woff2');
    font-style: normal;
    font-weight: 400;
}


html{
    font-size: 62.5%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body{
    min-height: 100vh;
    font-family: "Nuisibles";
    color: var(--couleur);
    font-size: 2.5rem;
    line-height: 1.25;
}

.bestioles{
    position: absolute;
    z-index: 15;
    width: 11vw;
    cursor: grab;
    animation: 1s ease apparition;
    /* display: none; */
}

.bestioles:active{
  cursor: grabbing;
}

@keyframes apparition {
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}

/* #chenille-tete{
  bottom: 16rem;
  right: 3rem;
}

#chenille{
    animation: 35s infinite alternate linear mouvchenille;
}

@keyframes mouvchenille {
  from{
    transform: translate(-10vw,-40vh) rotate(-30deg);
  }
  to{
    transform: translate(27vw,85vh) rotate(-30deg);
  }
} */

#fond{
    height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    top:0;
    left: 0;
    background: radial-gradient(at top, white 55%, var(--couleur)110%);
    z-index: -1;
}

#titre-home, #sous-titre-home{
    margin: auto;
    text-align: center;
    color: white;
    user-select: none;
}

#titre-home{
    font-size: 14vw;
    height: 14vw;
    margin-bottom: 2vw;
    margin-top: 10vh;
}

#sous-titre-home{
    font-size: 7vw;
    font-style: italic;
    margin-bottom: 10vh;
}

#n{
    animation: 3s infinite linear changetype-n;
}

@keyframes changetype-n {
  0%{
    font-family: "Eryn";
  }
  25%{
    font-family: "Misère";
  }
  50%{
    font-family: "Monsterz";
  }
  75%{
    font-family: "Nuisibles";
  }
  100%{
    font-family: "Hérissant·e";
  }
}

#u{
    animation: 3s infinite linear changetype-u;
}

@keyframes changetype-u {
  0%{
    font-family: "Misère";
  }
  25%{
    font-family: "Eryn";
  }
  50%{
    font-family: "Hérissant·e";
  }
  75%{
    font-family: "Monsterz";
  }
  100%{
    font-family: "Nuisibles";
  }
}

#i{
    animation: 3s infinite linear changetype-i;
}

@keyframes changetype-i {
  0%{
    font-family: "Nuisibles";
  }
  25%{
    font-family: "Hérissant·e";
  }
  50%{
    font-family: "Monsterz";
  }
  75%{
    font-family: "Eryn";
  }
  100%{
    font-family: "Misère";
  }
}

#s{
    animation: 3s infinite linear changetype-s;
}

@keyframes changetype-s {
  0%{
    font-family: "Hérissant·e";
  }
  25%{
    font-family: "Monsterz";
  }
  50%{
    font-family: "Nuisibles";
  }
  75%{
    font-family: "Misère";
  }
  100%{
    font-family: "Eryn";
  }
}

#ii{
    animation: 3s infinite linear changetype-ii;
}

@keyframes changetype-ii {
  0%{
    font-family: "Monsterz";
  }
  25%{
    font-family: "Misère";
  }
  50%{
    font-family: "Eryn";
  }
  75%{
    font-family: "Nuisibles";
  }
  100%{
    font-family: "Hérissant·e";
  }
}

#b{
    animation: 3s infinite linear changetype-b;
}

@keyframes changetype-b {
  0%{
    font-family: "Nuisibles";
  }
  25%{
    font-family: "Monsterz";
  }
  50%{
    font-family: "Misère";
  }
  75%{
    font-family: "Hérissant·e";
  }
  100%{
    font-family: "Eryn";
  }
}

#l{
    animation: 3s infinite linear changetype-l;
}

@keyframes changetype-l {
  0%{
    font-family: "Misère";
  }
  25%{
    font-family: "Eryn";
  }
  50%{
    font-family: "Hérissant·e";
  }
  75%{
    font-family: "Monsterz";
  }
  100%{
    font-family: "Nuisibles";
  }
}

#e{
    animation: 3s infinite linear changetype-e;
}

@keyframes changetype-e {
  0%{
    font-family: "Nuisibles";
  }
  25%{
    font-family: "Hérissant·e";
  }
  50%{
    font-family: "Monsterz";
  }
  75%{
    font-family: "Eryn";
  }
  100%{
    font-family: "Misère";
  }
}

#ss{
    animation: 3s infinite linear changetype-ss;
}

@keyframes changetype-ss {
  0%{
    font-family: "Monsterz";
  }
  25%{
    font-family: "Misère";
  }
  50%{
    font-family: "Eryn";
  }
  75%{
    font-family: "Nuisibles";
  }
  100%{
    font-family: "Hérissant·e";
  }
}


::selection{
    background-color: var(--couleur);
    color: white;
}

body a{ 
    color: var(--couleur);
    text-decoration: none;
    border-bottom: 1px solid var(--couleur);
}

nav{
    position: fixed;
    margin: 4%;
    user-select: none;
}

.menu{
    display: flex;
    justify-content: space-between;
    width: 92%;
}

.menu ul{
    display: flex;
    justify-content: space-around;
}

nav .logo{
    margin-right: 0rem;
    border: none;
}

nav .logo img{
    width: 13rem;
    margin: -4rem 0 -6rem 0;
}

footer{
    background-image: url("../bg-footer.webp");
    background-size: cover;
    }

footer ul{
    padding-top: 6.5rem;
    max-width: 500px;
}

/* nav a, footer ul a{
    border-bottom: none;
} */

nav ul li, footer ul li{
    list-style: none;
}

nav ul li a{
    color: white;
    background-color: var(--couleur);
    padding: 0.8rem 1.8rem;
    border-radius: 50px;
    margin : 1rem 0.8vw 0 0.8vw;
    transition: 0.5s;
    box-shadow: 4px 4px 10px rgba(0, 35, 46, 0.3),
    inset 3px 3px 5px rgba(253, 253, 253, 0.6);
    border: none;
}

nav .lang{
    text-transform: uppercase;
}

nav .lang li a{
  padding: 1rem;
  margin-right: 0;
}

.menu{
    z-index: 100;
}

.sous-menu{
    top: 14rem;
    left:-3rem;
}

.sous-menu ul li{
    margin-bottom: 2.5rem;
}

.active a{
  background-color: var(--couleur-fonce);
}

.input-newsletter{
    outline: none;
    font-family: "Nuisibles";
    font-size: 2rem;
    color: var(--couleur);
    margin-top: 1rem;
    border: 2px solid var(--couleur);
    padding: 0 0 0.3rem 0.7rem;
    width: 12vw;
    min-width: 110px;
    max-width: 270px;
}

.input-newsletter-label{
    background-color: var(--couleur);
    color: white;
    padding: 0.5rem 0.9rem 0.8rem 0.9rem;
    font-size: 2rem;
    margin: 0;
}

#fonte-infos-container{
    position: fixed;
    left: 6rem;
    bottom: 6rem;
    display: flex;
    align-items:flex-end;
    z-index: 2;
}

#fonte-infos-bouton{
    background-color: rgba(255, 255, 255, 0.8);
    /* height: 10rem;
    width: 10rem; */
    /* border: 2px solid var(--couleur); */
    border-radius: 50px;
    text-align: center;
    font-size: 5rem;
    width: fit-content;
    padding: 1rem 3.5rem;
    transition: 0.2s;
    height: fit-content;
    box-shadow: 5px 5px 15px rgba(0, 35, 46, 0.3);
}

#fonte-infos{
    display: none;
    margin-left: 3rem;
    background-color: rgba(255, 255, 255, 0);
    padding: 1.5rem 2rem;
    /* border: 2px solid var(--couleur); */
    border-radius: 20px;
    width: 60rem;
    transition: display 0.1s, background-color 0.5s ease-out;
}

#fonte-infos p{
    margin-top: 2rem;
}

#fonte-infos ul li{
    list-style: none;
    margin: 0;
}

main{
    width: 100%;
    max-width: 2400px;
    margin: auto;
    min-height: 80vh;
    padding: 18rem 7rem 20rem 7rem;
}

#container-fonte{
    padding-left: 24rem;
    padding-top: 20rem;
    transition: 0.5s ease-out;
    /* max-width: 1700px; */
}

#container-fonte section, #licence h2{
    scroll-margin-top: 16rem;
}

#container-fonte section{
    border-top: 2px solid var(--couleur);
    padding-bottom: 8rem;
}

#container-fonte #achat{
    border-bottom: none;
    padding-bottom: 0;
}

.bloc-filet{
    display: flex;
    justify-content: space-between;
    justify-items: auto;
    align-items: center;
    margin-top: -2.5rem;
    margin-bottom: 4rem;
}

#container-fonte section h2, .filet-select{
    width: fit-content;
    background-color: white;
    font-size: 2.5rem;
    padding: 0.6rem 1.5rem;;
    border: 2px solid var(--couleur);
    border-radius: 50px;
    user-select: none;    
}

#container-fonte #trials #trials-texte{
    display: flex;
    justify-content: space-between;
}

#container-fonte #trials .trials-colonne{
    width: 48%;
}

footer{
    width: 100%;
    /* background-color: var(--couleur); */
    color: white;
    margin-top: -12rem;
    /* padding: 25rem 20rem 5rem 15rem; */
    padding-top: 20rem;
    padding-bottom: 5rem;
    display: flex;
    justify-content: space-evenly;
    font-size: 2rem;
    position: relative;
    z-index: 10;
}

footer ul{
    min-width: 15rem;
}

footer a{
    color: white;
}

.fontes li, .projets li{
    border-bottom: 2px solid var(--couleur);
    list-style: none;
}

.fontes a, .projets a{
    text-decoration: none;
    transition: 0.3s;
}

.fontes li a .infos{
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}

.fontes li a h2{
    font-size: 15rem;
    margin: 0;
}

.projets li a .infos{
    display: flex;
    justify-content: space-between;
    margin: 2rem 0 2.5rem 0;
}

.projets li a .infos p{
    margin-right: 5rem;
}

.projets li a .infos > p:first-of-type {
    flex: 0 0 22rem;   /* largeur fixe de la colonne infos */
    margin: 0 1rem;
}

.projets li a .infos #projet-text{
    margin-right: 0;
    max-width: 70rem;
}

#suiveur img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:opacity .25s;
}


#manifeste{
    text-align: center;
    font-size: 3rem;
    width: 65vw;
    max-width: 860px;
    margin: auto;
    margin-top: -2rem;
    position: relative;
    padding: 2.5rem 5rem;
    border-radius: 50px;

    /* 1. Translucent background and blur */
    background: rgba(255, 255, 255, 0.33);
    backdrop-filter: blur(25px) saturate(110%) brightness(133%);
    -webkit-backdrop-filter: blur(25px) saturate(110%) brightness(133%);
  
    /* 2. Hairline edge definition */
    border: 1px solid rgba(255, 255, 255, 0.2);
  
    /* 3. The Box-Shadow Magic */
    box-shadow:
    /* Outer depth shadow */
    0 8px 32px rgba(0, 0, 0, 0.25),
    
    /* Top specular highlight (light source from top) */
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    
    /* Bottom subtle inner shadow */
    inset 0 -1px 0 rgba(255, 255, 255, 0.1),
    
    /* Side rim highlights for 3D curvature */
    inset 1px 0 0 rgba(255, 255, 255, 0.2),
    inset -1px 0 0 rgba(255, 255, 255, 0.2);

    opacity: 0;
    animation: appear 1.2s forwards ease-out;
}

@keyframes appear{
    from{
        opacity: 0;
        transform: scale(97%);
    }
    to{
        opacity: 1;
        transform: scale(100%);
    }
}


#manifeste h1, #manifeste h2{
  font-size: 6rem;
  line-height: 1;
  /* background-color: white; */
  border-radius: 50px;
  padding: 0;
  width: fit-content;
  margin: 0 auto 1rem auto;
}

#manifeste h2{
    margin-bottom: 5rem;
}

#manifeste p{
    line-height: 1.15;
    margin-bottom: 3rem;
}

#licence{
    max-width: 800px;
    margin-top: -5rem;
    margin-left: 27vw;
    margin-right: 5vw;
}

#about p, #licence p, #licence h2, #licence ol, #licence ul{
    margin-bottom: 2rem;
}

#licence h2{
    border-bottom: 2px solid var(--couleur);
    margin-top: 6rem;
    font-size: 5.5rem;
}

h3{
    font-size: 2.3rem;
    margin-bottom: 0;
}

#licence h3{
    /* font-size: 4rem; */
    text-transform: uppercase;
    border-bottom: 1px solid var(--couleur);
    margin: 3rem 0 1rem 0;
}

#licence ol li{
    max-width: 550px;
    margin: 3rem auto;
    padding: 0.4rem 2rem 0 2rem;
    text-align: center;
    list-style: "\261E     ";
    border: 1.5px solid var(--couleur);
    background-color: var(--couleur-clair);
    border-radius: 20px;
}

#licence ol li::marker{
    font-size: 4rem;
}

#licence ul li{
    margin-left: 2rem;
}

#licence ul li p{
    margin-bottom: 0;
}

#about{
    display: flex;
    justify-content: space-evenly;
}

#about-text{
    max-width: 700px;
    margin-right: 3rem;
}

#about div ul{
    margin-bottom: 3rem;
    list-style: none;
    text-indent: 3rem;
}

h1{
    font-size: 15rem;
}

#type-tester .tester ul{
    display: flex;
    justify-content: space-between;
    margin: 3rem 0;
}

#type-tester ul li, #glyphset ul li{
    list-style: none;
}

#type-tester ul li input{
    margin-left: 2rem;
}

#type-tester ul li input[type="range"], .slider {
    -webkit-appearance: none;
    width: 29vw;
    height: 2px;
    background: var(--couleur);
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

#type-tester ul li input[type="range"]::-webkit-slider-thumb, .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    border: 2px solid var(--couleur);
    transition: 0.3s;
}

#type-tester ul li input[type="range"]::-moz-range-thumb,.slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    border: 2px solid var(--couleur);
}

#type-tester #fonte-titre{
    font-size: 270px;
    line-height: 1;
}

#type-tester #fonte-grostxt{
    font-size: 36px;
    line-height: 1.1;
}


/* =========================================================
   YOUR EXISTING CHROMIUM VERSION
   ========================================================= */

select,
::picker(select) {
    appearance: base-select;
    border: none;
    color: var(--couleur);
    transition: 0.3s;
    outline: none;
    background: transparent;
}

select::picker(select) {
    margin-left: -1rem;
    margin-top: 0.3rem;
    border-radius: 15px;
    background-color: var(--couleur-clair);
    box-shadow:
        3px 3px 8px rgba(0, 35, 46, 0.2),
        inset 2px 2px 3px rgba(253, 253, 253, 0.4);
}

select {
    font-family: "Nuisibles";
    text-transform: capitalize;
    margin-left: 0.5rem;
    border: none;
    cursor: pointer;
}

select option {
    padding: 0.8rem 1.2rem;
    transition: 0.3s;
}

option::checkmark {
    display: none;
}

select::picker-icon {
    transition: 0.3s;
    margin-left: -0.5rem;
    margin-right: 0.2rem;
}

select:open::picker-icon {
    rotate: 180deg;
}


/* =========================================================
   FALLBACK FOR BROWSERS WITHOUT ::picker()
   ========================================================= */

@supports not selector(select::picker(select)) {

    select {
        appearance: none;
        -webkit-appearance: none;
        font-family: "Nuisibles";
        text-transform: capitalize;
        color: var(--couleur);
        margin-left: 0.5rem;
        border: none;
        outline: none;
        background-color: transparent;
        cursor: pointer;
        padding-right: 2.8rem;
        font-size: 2.5rem;

        /* * Custom chevron. */ 
        background-image: linear-gradient( 45deg, transparent 50%, var(--couleur) 50% ), linear-gradient( 135deg, var(--couleur) 50%, transparent 50% ); 
        background-position: calc(100% - 12px) 65%, calc(100% - 5px) 65%; background-size: 7px 14px, 7px 14px; 
        background-repeat: no-repeat; 
    }

    select:focus,
    select:focus-visible {
        outline: none;
    }
}



.fonte[contenteditable]{
    outline: none;
    border: none;
}

#glyphset h3{
    margin: 1rem 0;
}

#glyphset .boite-glyphes{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    user-select: none;
    width: fit-content;
}

#glyphset .boite-glyphes .glyphe{
    border: none;
    margin: 0.3rem;
    border-radius: 25px;
    background-color: rgba(89, 197, 0, 0.1);
    font-size: 7.5rem;
    width: 10.5rem;
    text-align: center;
    padding: 1rem 0;
    transition: 0.3s;
    user-select: none;
}

.chiffres-elzeviriens{
    font-feature-settings: "onum" 1;
}

#mention-glyphset{
    font-style: italic;
}

#specimen iframe{
    width: 100%;
    height: 70vh;
    border: none;
    outline: none;
    border-radius: 25px;
}

#lien-specimen{
    float: right;
    background-color: white;
    text-decoration: none;
    margin-top: -5.5rem;
    z-index: 2;
    position: relative;
}

#achat-content{
    display: flex;
    margin-top:-11rem;
    padding-top: 5rem;
}

#achat-content ul{
    list-style: none;
}

#colonne-achat-gauche{
    border-right: 2px solid var(--couleur);
    width: 35%;
    min-height: 30vh;
    /* padding-right: 4rem; */
}
#colonne-achat-gauche ul{
    margin-bottom: 4rem;
}

.colonne-achat{
    padding-top: 2rem;
}

#colonne-achat-droite{
    padding-left: 4rem;
}

#colonne-achat-droite ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#colonne-achat-droite li{
    margin-right: 4rem;
    max-width: 40%;
}

#colonne-achat-droite ul ul{
    list-style: disc;
    display: block;
    margin-left: 4rem;
    min-width: 30vw;
}

#colonne-achat-droite ul ul li{
    width: 100%;
    font-style: italic;
}

h4{
    margin: 4rem 0 2rem 0;
}

/* The checkbox container */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 2px solid var(--couleur);
  border-radius: 5px;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  /* background-color: var(--couleur); */
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 6px;
  top: 0px;
  width: 10px;
  height: 15px;
  border: solid var(--couleur);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#total{
    display: flex;
    justify-content: space-between;
    border-top: 2px solid var(--couleur);
    padding-right: 4rem;
}

#reduction-span{
    font-style: italic;
    opacity: 0.7;
    float: right;
    padding-right: 4rem;
}

#nom-entreprise, #email{
    display: flex;
    margin-top: 2rem;
}

#nom-entreprise p, #email p{
    margin-top: 1.5rem;
}

#nom-entreprise input, #email input{
    margin-left: 2rem;
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
    width: 100%;
}

#nom-entreprise input:focus, #email input:focus,
#nom-entreprise input:focus-visible, #email input:focus-visible{
    border-color: var(--couleur-fonce);
}

#taille-entr{
    display: inline-block;
    justify-content: left !important;
}

::placeholder{
    color: var(--couleur);
    opacity: 0.4;
}

#bouton-facture, #lien-specimen{
    padding: 1rem 2rem;
    font-family: "Nuisibles";
    cursor: pointer;
    background-color: var(--couleur);
    color: white;
    font-size: 2rem;
    outline: none;
    border: none;
    border-radius: 30px;
    line-height: 1.1;
    box-shadow: 3px 3px 8px rgba(0, 35, 46, 0.2),
    inset 2px 2px 3px rgba(253, 253, 253, 0.4);
}

#bouton-facture{
    margin-top: 2rem;
    margin-right: 4rem;
}

#mention-facture{
    font-style: italic;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-right: 4rem;
}

#achat{
    border-top: 2px solid var(--couleur);
}

#achat h2{
    position: relative !important;
    top: 0 !important;
}


/* Projets */

#container-projet{
    padding-top: 12rem;
}

.slider-container {
  display: flex;
  justify-content: center;
  margin: 3rem 0 3rem 0;
}

.swiper {
  height: 80vh; /* Choose a height that fits your design */
  width: 85%;
  border-radius: 20px;
}

.swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Fills the slide, cropping if necessary */
}

.swiper-pagination-bullet{
    border: 1px solid white !important;
    opacity: 1 !important;
    width: 16px !important;
    height: 16px !important;
    margin: 8px !important;
}

.swiper-pagination-bullet-active {
  background: #FF5D22!important;
}

#titre-projet{
    margin: auto;
    text-align: center;
}

#textes-projet{
    display: flex;
    justify-content: space-around;
    margin: 4rem 0 0 0;
    width: 100%;
}

#texte-pres-projet{
    max-width: 850px;
}

#infos-projet{
    margin-left: 8rem;
    max-width: 400px;
    min-width: 200px;
}

#menu-mobile{
    display: none;
}

.only-phone{
    display: none;
}

.suiveur {
    position: relative;
    flex-shrink: 0;
    width: 33%;
    height: 30rem;
    overflow: hidden;
    border-radius: 20px;
    background: white;
    margin-right: 2rem;
}

.suiveur img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* NEWSLETTER */

.inf-main_8cfedff86a61fa80c0836728161963ff{ 
    background-color: none; 
    padding: 0; 
    margin: 0; 
}

.inf-main_8cfedff86a61fa80c0836728161963ff .inf-content { 
    margin-top: 1.2rem;
} 

.inf-main_8cfedff86a61fa80c0836728161963ff h4, .inf-main_8cfedff86a61fa80c0836728161963ff span, .inf-main_8cfedff86a61fa80c0836728161963ff label, .inf-main_8cfedff86a61fa80c0836728161963ff input, .inf-main_8cfedff86a61fa80c0836728161963ff .inf-submit, .inf-main_8cfedff86a61fa80c0836728161963ff .inf-success p a { 
    color: white; 
    font-size: 2rem;
    font-family: "Nuisibles";
}

.inf-input-text input{
    border-radius: 50px;
    border: 2px solid var(--couleur) !important;
    padding: 0.6rem 1.2rem !important;
}

.inf-input-text input:focus, 
.inf-input-text input:focus-visible{
    outline: none;
    border-color: var(--couleur-fonce) !important;
}

.inf-main_8cfedff86a61fa80c0836728161963ff h4{ 
    font-size: 2rem; 
    margin: 0 0 1rem 0; 
}

.inf-main_8cfedff86a61fa80c0836728161963ff .inf-input { 
    margin-bottom:7px; 
} 

.inf-main_8cfedff86a61fa80c0836728161963ff label { 
    display:block;
} 

.inf-main_8cfedff86a61fa80c0836728161963ff input{ 
    color: var(--couleur);
} 

.inf-main_8cfedff86a61fa80c0836728161963ff .inf-input.inf-error label, .inf-main_8cfedff86a61fa80c0836728161963ff .inf-input.inf-error span.inf-message{ 
    color: #cc0033; 
} 

.inf-main_8cfedff86a61fa80c0836728161963ff .inf-input.inf-error input{ 
    border: 1px solid #cc0033; 
} 

.inf-main_8cfedff86a61fa80c0836728161963ff .inf-input input { 
    width:100%;
} 

.inf-main_8cfedff86a61fa80c0836728161963ff .inf-input.inf-error span.inf-message { 
    display: block; 
} 

.inf-main_8cfedff86a61fa80c0836728161963ff .inf-submit { 
    text-align:right;
} 

.inf-main_8cfedff86a61fa80c0836728161963ff .inf-submit input{ 
    background-color: var(--couleur);
    color:white; 
    border:none; 
    font-weight: normal; 
    height:auto; 
    padding: 0.6rem 1.2rem;
    cursor: pointer;
    font-family: "Nuisibles";
    border-radius: 50px;
    box-shadow: 3px 3px 8px rgba(0, 35, 46, 0.2),
    inset 2px 2px 3px rgba(253, 253, 253, 0.4);
} 

.inf-main_8cfedff86a61fa80c0836728161963ff .inf-submit input.disabled{ 
    opacity: 0.6; 
} 

.inf-btn { 
    color: var(--couleur);
    border: medium none; 
    font-weight: normal; 
    height: auto; 
    padding: 7px; 
    display: inline-block; 
    background-color: white; 
    box-shadow: 0px 1px 1px var(--couleur); 
    border-radius: 2px; 
    line-height: 1em; 
} 

.inf-rgpd { 
    margin: 1.2rem 0 1.2rem 0; 
    color:white; 
} 

.altcha-label {
    display: none;
}

#about form {
    max-width: 30vw;
}

#about form .inf-rgpd, #trials form .inf-rgpd{
    color: var(--couleur);
}




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

@media (hover: hover){
    .menu .logo:hover{
        animation: logomov ease 1s alternate infinite;
    }
    @keyframes logomov {
        from{
            transform: scale(100%);
        }
        to{
            transform: scale(120%);
        }
        
    }
    a:hover{
        border-width: 2px;
    }
    nav ul li a:hover{
        background-color: var(--couleur-fonce);
        font-size: 110%;
        cursor: pointer;
        box-shadow: 6px 6px 10px rgba(0, 35, 46, 0.3),
        inset 5px 5px 5px rgba(253, 253, 253, 0.6);
    }
    main p a:hover, #about a:hover, .colonne-achat a:hover{
        /* font-style: italic; */
        color: var(--couleur-fonce);
        border-color: var(--couleur-fonce);
    }
    .input-newsletter-label:hover{
        background-color: var(--couleur-fonce);
        cursor: pointer;
    }
    #fonte-infos-bouton:hover{
        font-style: italic;
        background-color: rgba(255, 255, 255, 0.9);
        cursor: help;
    }
    #fonte-infos-bouton:hover + #fonte-infos{
        display: block;
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 5px 5px 15px rgba(0, 35, 46, 0.3);
    }
    #fonte-infos-container:hover + #container-fonte{
        filter: blur(0.6rem);
    }
    .fontes a:hover, .projets a:hover{
        color: var(--couleur-fonce);
    }
    #type-tester ul li input[type="range"]:hover, .slider:hover{
        background: var(--couleur-fonce);
        transition: 0.3s;
    }
    #type-tester ul li input[type="range"]::-webkit-slider-thumb:hover, .slider::-webkit-slider-thumb:hover {
        border-color: var(--couleur-fonce);
        width: 25px;
        height: 25px;
    }
    #type-tester ul li input[type="range"]::-moz-range-thumb:hover, .slider::-moz-range-thumb:hover {
        border-color: var(--couleur-fonce);
        width: 25px;
        height: 25px;
    }
    select:hover{
        color: var(--couleur-fonce);
        background: transparent;
    }
    select option:hover{
        color: var(--couleur-fonce);
        background-color: rgb(188, 246, 140);
    }

    @supports not selector(select::picker(select)) {

        select:hover {
        /* * Custom chevron. */ 
        background-image: linear-gradient( 45deg, transparent 50%, var(--couleur-fonce) 50% ), linear-gradient( 135deg, var(--couleur-fonce) 50%, transparent 50% ); 
        background-position: calc(100% - 12px) 65%, calc(100% - 5px) 65%; background-size: 7px 14px, 7px 14px; 
        background-repeat: no-repeat; 
        }

    }

    #glyphset .boite-glyphes:hover > .glyphe{
        font-size: 6.9rem;
        width: 9.9rem;
    }
    #glyphset .boite-glyphes .glyphe:hover{
        font-size: 14.3rem;
        width: 20.3rem;
    }
    .container-checkbox:hover input ~ .checkmark {
        background-color: transparent;
        border-color: var(--couleur-fonce);
    }
    .container-checkbox:hover input ~ .checkmark::after{
        border-color: var(--couleur-fonce);
    }
    #bouton-facture:hover, #lien-specimen:hover{
        background-color: var(--couleur-fonce);
    }
    .inf-main_8cfedff86a61fa80c0836728161963ff .inf-submit input:hover{
        background-color: var(--couleur-fonce);
    }
    input:hover{
        border-color: var(--couleur-fonce) !important;
    }
}


/* Grand écran */
@media screen and (min-width: 2500px) {
    main, #container-fonte{
        padding-top: 25rem;
    }
    html{
        font-size: 70%;
    }
    .bestioles{
        width: 8vw;
    }
    #licence{
        margin-top: -10rem;
    }
    #manifeste{
        margin-top: -5rem;
    }
    #container-fonte section, #licence h2{
        scroll-margin-top: 18rem;
    }
    #about-text{
    max-width: 900px;
    }
    #texte-pres-projet{
    max-width: 1200px;
    }
    footer{
        margin-top: -20rem;
    }
}

/* Petit écran (ordi portable) */
@media screen and (max-width: 1600px) {
    html{
        font-size: 50%;
    }
}

/* Smartphones */
@media screen and (max-width: 900px) {
    *{
        border-width: 1px !important;
    }
    html{
        font-size: 40%;
        overflow-x: hidden;
    }
    #menu-ordi{
        display: none;
    }
    #menu-mobile{
        display: block;

    }
    #menu-mobile summary{
        position: fixed;
        z-index: 100;
        top: 1rem;
        right: 1rem;
        background: var(--couleur);
        color: white;
        width: fit-content;
        padding: 1.2rem 2rem 1.9rem 2rem;
        border-radius: 30px;
        font-size: 3.7rem;
        line-height: 0.3;
        list-style: none;
        cursor: pointer;
    }
    #menu-mobile summary::marker {
        content: none;
    }
    #menu-mobile summary::-webkit-details-marker {
        display: none;
    }
    #menu-mobile[open] summary{
        color: rgba(0, 0, 0, 0) !important;
        background: none;
        margin-top: -3rem;
    }
    #menu-mobile[open] ~ .container {
        filter: blur(0.6rem);
    }
    #menu-mobile:not([open]) ~ .container {
        filter: none;
    }
    #menu-mobile[open] ~ .sous-menu {
        filter: blur(0.6rem);
    }
    #menu-mobile:not([open]) ~ .sous-menu {
        filter: none;
    }
    #menu-mobile[open] ~ footer {
        filter: blur(0.6rem);
    }
    #menu-mobile:not([open]) ~ footer {
        filter: none;
    }
    #menu-mobile[open] summary:after {
        content: url(/assets/close.svg);
    }
    .menu{
        flex-wrap: wrap;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.4);
        margin: auto;
        align-items: center;
        z-index: 20;
        position: fixed;
    }
    .menu .logo{
        display: flex;
        width: 100vw;
        justify-content: center;
        margin: 2rem 0 -4rem 0;
    }
    .menu .logo img{
        width: 20rem;
    }
    .menu ul{
        flex-wrap: wrap;
        width: 100vw;
    }
    .menu .pages{
        margin-top: 3.5rem;
    }
    .menu .pages li{
        width: 100vw;
        text-align: center;
        margin: 3rem 0;
    }
    .menu ul li a{
        padding: 1.7rem 2.6rem;
        font-size: 3rem;
    }
    main{
        padding: 3.5rem 3.5rem 17rem 3.5rem;
    }
    #titre-home{
        margin: 6vh 0 0 0;
        font-size: 23rem;
        line-height: 0.8;
    }
    #sous-titre-home{
        font-size: 8rem;
        margin-top: 60rem;
        margin-bottom: 10rem;
    }
    .fontes{
        margin-top: -2rem;
    }
    .fontes li a h2{
        font-size: 10rem;
    }
    .fontes li a p{
        font-size: 2rem;
        margin: 0.5rem 0;
    }
    .fontes li, .projets li{
    border-bottom-width: 1.5px;
    }
    .projets li a .infos{
        flex-wrap: wrap;
    }
    .projets li a .infos p{
        margin-bottom: 2rem;
        width: 100%;
    }
    footer{
        background-image: url("../bg-footer-phone.webp");
        padding: 18.5rem 6rem 10rem 6rem;
        flex-wrap: wrap;
        justify-content: left;
        margin-top: -17rem;
        font-size: 2rem;
    }
    footer ul{
        min-width: 38vw;
        padding: 1.7rem;
    }
    #manifeste{
        width: 100%;
    }
    #about{
        flex-wrap: wrap;
    }
    #about div{
        width: 100%;
    }
    .no-phone{
        display: none !important;
    }
    .only-phone{
        display: block;
    }
    #container-projet{
    padding-top: 1rem;
    }
    .swiper {
    height: 40vh;
    }
    .swiper-pagination-bullet{
        width: 9px !important;
        height: 9px !important;
        margin: 3px !important;
    }
    #titre-projet{
        font-size: 7rem;
    }
    #textes-projet{
        flex-wrap: wrap;
        margin-top: 2rem;
    }
    #texte-pres-projet{
        max-width: none;
    }
    #infos-projet{
        margin-left: 0;
        margin-top: 2rem;
        max-width: none;
        min-width: none;
        width: 100%;
    }
    #licence{
        margin-top: -8rem;
        margin-left: 0;
        margin-right: 0;
    }
    #about{
    display: block;
    }
    #about-text{
        max-width: none;
        height: fit-content;
        margin-right: 0;
        margin-bottom: 5rem;
    }
    .sous-menu {
        position: relative;
        top: 0;
        left: 0;
        margin: 0;
        padding: 3rem 0 1rem 3rem;
    }
    .sous-menu ul{
        display: flex;
        flex-wrap: wrap;
        font-size: 2.5rem;
        margin: 0;
        padding-right: 7.5rem;
    }
    #container-fonte{
        padding: 2rem 3.5rem 17rem 3.5rem;
    }
    #container-fonte section, #licence h2{
        scroll-margin-top: 5rem;
    }
    .bloc-filet{
        margin-top: -2.6rem;
        margin-bottom: 2rem;
    }
    .filet-select{
        padding-top: 0.3rem;
        padding-bottom: 0.1rem;
    }
    #type-tester ul li{
        margin-right: 2rem;
    }
    #type-tester ul li input[type="range"], .slider{
        margin-left: 0;
        width: 42vw;
    }
    #type-tester #fonte-titre{
        font-size: 80px;
    }
    #type-tester #fonte-grostxt{
        font-size: 16px;
    }
    #glyphset .boite-glyphes .glyphe{
        font-size: 4.2rem;
        width: 7.2rem;
        margin: 0.1rem;
    }
    #informations #fonte-infos{
        display: block;
        padding: 0;
        margin: 0;
        width: auto;
    }
    #specimen iframe{
        height: 50vh;
    }
    #container-fonte #trials #trials-texte{
        flex-wrap: wrap;
    }
    #container-fonte #trials .trials-colonne{
        width: 100%;
        margin-bottom: 2rem;
    }
    #achat-content{
        margin-top:-12rem;
        padding-top: 7rem;
        flex-wrap: wrap;
    }
    #achat-content .colonne-achat{
        width: 100%;
        border-right: none;
        padding: 0;
    }
    #colonne-achat-gauche{
        order: 2;
    }
    #colonne-achat-droite{
        order: 1;
    }
    #achat-content .colonne-achat h4{
        border-bottom: 1px solid var(--couleur);
        padding-top: 0.5rem;
        padding-bottom: 0.3rem;
        margin-right: 0;
        margin-bottom: 3rem;
        margin-top: 5rem;
    }
    #achat-content .colonne-achat ul{
        padding-left: 2rem;
    }
    #achat-content .colonne-achat ul ul{
        margin-bottom: 3rem;
    }
    #colonne-achat-droite li{
        max-width: none;
        width: 100%;
        margin-right: 0;
    }
    #colonne-achat-droite li label{
        margin-top: 0;
    }
    .checkmark{
        height: 20px;
        width: 20px;
    }
    .container-checkbox{
        margin-bottom: 8px;
    }
    .container-checkbox .checkmark:after{
        left: 4px;
        top: -0.5px;
        height: 13px;
        width: 8px;
    }
    #colonne-achat-droite li ul li{
        text-indent: 10px;
        list-style-position: inside;
    }
    #total{
        border-top-width: 1px;
        padding-top: -2rem;
    }
    #total h4{
        border: none !important;
        font-size: 3.8rem;
        margin-left: 2rem;
    }
    #bouton-facture{
        font-size: 3rem;
    }
    .projet-lien .infos #projet-text{
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .projet-lien .infos .suiveur{
        margin-bottom: 2rem;
        width: 100% !important;
    }
    .projets li a .infos > p:first-of-type {
        margin: 0 0 2rem 0;
    }
    .suiveur{
        margin: 2rem 0;
    }
    .bestioles{
        width: 33vw;
    }
}