@font-face {
    font-family: "Synonym-Regular";
    src: url(Polices/OTF/Synonym-Regular.otf);
}
@font-face {
    font-family: "Telma";
    src: url(Polices/OTF/Telma-Regular.otf);
}
img{
    max-width: 100%;
    object-fit: cover;
}
figure{
    margin: 0;
}
figcaption{
    font-size: clamp(0.6875rem, 0.6023rem + 0.4545vw, 1rem);
}
html{
    scroll-behavior: smooth;
}
body{
    margin:0;
    line-height: 150%;
    font-family: "Synonym";
    font-size: clamp(1rem, 0.9318rem + 0.3636vw, 1.25rem);
    background-color: rgba(195, 250, 177, 0.268);
}
h1{
    font-size: clamp(2rem, 1.0114rem + 5.2727vw, 5.625rem);
    line-height: 113.7%;
   margin-bottom: 0;
   margin-top: 44px;
   text-shadow: 0 0 100px rgba(1, 189, 136, 0.6);
   @media (min-width: 1024px){
    margin-top: 0;
   }
}
h2{
    margin: 0;
    font-size: clamp(0.875rem, 0.6023rem + 1.4545vw, 1.875rem);
    @media (min-width: 1024px){
        margin-bottom: 31px;
    }
}
h1, h2{
    font-family: "Telma";
}
.titres{
    color: white;
    background-color: #1e1e1e;
    padding: 8px 26px;
    display: inline-block;
    font-family: "Telma";
    margin-top: 26px;
    margin-bottom: 19px;
}
.titres--small{
    color: #1e1e1e;
    background-color: transparent;
    padding: 0;
}
.surlignage{
    color: white;
    background-color: #1e1e1e;
    padding: 2px;
}
.nav{
    background-color: #1e1e1e;
    color: #96CFBA;
}
.nav__list{
    display: flex;
    list-style: none; 
    justify-content: space-evenly; 
    padding: 0;
    margin: 0;
    padding-top: 20px;
}
.header{
    color: #96CFBA;
}
.header__fond{
    width: 100%;
    position: absolute;
    background-color: #1e1e1e;
    z-index: -10;
    @media (min-width: 0px) and (max-width: 500px){
        height: 733px;
    }
    @media (min-width: 501px) and (max-width: 1024px){
        height: 740px;
    }
    @media (min-width: 1024px) and (max-width:1153px){
        height: 667px;
    }
    @media (min-width: 1153px){
        height: 672px;
    }
    @media (min-width: 1300px){
        height: 772px;
    }
}
.header__para{
    font-size: clamp(1rem, 0.9318rem + 0.3636vw, 1.25rem);
    margin-block: 17px 16px;
}
.header__intro{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-inline: 36px;
}

.header__imgs{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-inline: 28px;
    @media (min-width: 1024px){
        flex-direction: row-reverse;
        justify-content: space-evenly;
    }
}
.header__img{
    width: 337px;
    height: auto;
    @media (min-width: 1024px){
    width: 500px;
    max-width: 677px;
    height: auto;
    }
}
.header__imggroup{
    display: flex;
    flex-direction: column;
    gap: 12px;
    @media (min-width: 1400px){
        gap: 64px;
    }
    
}
.header__roue{
    display: none;
    @media (min-width: 1100px){
        display: inline-block;
        max-width: 544px;
        max-height: 410px;
        align-items: center;
        animation: tourne 5s infinite;
        margin-right: 100px;
        margin-top: 100px;
    }
    
}
@keyframes tourne {
  100% {
    transform: rotate(360deg);
  }
}
.chaises{
    width: 299px;
    height: auto;
    @media (min-width: 1024px){
        min-width: 541px;
    }
}
.cables{
    max-width: 288px;
    height: auto;
    @media (min-width: 1024px){
        min-width: 541px;
        max-width: 541px;
        min-height: 352px;
        max-height: 352px;
    }
}
.marginsection{
    margin-inline: 0;
    @media (min-width: 1500px){
        margin-inline: 200px;
    }

}
.problemes__sec{
    display: flex;
    flex-direction: column;
    align-items: center;
    @media (min-width: 1024px){
        flex-direction: row;
        gap: 50px;
    }
}
.problemes__sec--2{
    margin-top: 33px;
    margin-bottom: 21px;
    @media (min-width: 1024px){
    flex-direction: row-reverse;
    margin-top: 127px;
    margin-bottom: 121px;
    }
}
.poll{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 30px;
    @media (min-width: 1024px){
        margin-bottom: 87px;
    }
   
}
.graph{
    width: 140px;
    height: 140px;
    @media (min-width: 1024px){
        width: 343px;
        height: 343px;
    }
}
.graph__list{
    padding: 0;
    list-style: none;
}
.graph__list li::before{
    content: ".";
    font-size: 200px;
     vertical-align: baseline;
    line-height:20px;
}
.bleu::before{
    color: #00FFC8;
}
.bleu2::before{
    color: #00C99D;
}
.bleu3::before{
    color: #039172;
}
.bleu4::before{
    color: #003B2E;
}
.displaysection{
    @media (min-width: 1024px){
    display: flex;
    align-items: center;
    gap: 50px;
    }
}
.coin{
    margin-bottom: 37px;
    @media (min-width: 1024px){
    margin-bottom: 150px;
    }
}
.coin__img{
    @media (min-width: 1024px){
        min-width: 541px;
       max-height: 452px;
    }
}
.b75{
    flex-direction: row-reverse;
    @media (min-width: 1024px){
    margin-bottom: 150px;
    }
}
.b75__img{
    @media (min-width: 1024px){
        min-width: 700px;
        max-height: 365px;
    }
}
.paragraphe__solutions{
    @media (min-width: 1400px){
        width: 735px;
    }   
}
.croquis{
    margin-bottom: 37px;
    @media (min-width: 1024px){
        display: flex;
        align-items: center;
        margin-block: 118px;
        margin-bottom: 100px;
    }
}
.croquis__img{
    @media (min-width: 1024px){
    min-width: 541px;
    height: 465px;
    }
}
.exemples{
    margin-bottom: 100px;
    @media (min-width: 1024px){
        display: flex;
        justify-content: space-around;
    }
}
.exemples__img{
    @media (min-width: 1024px){
    width: 342px;
    height: 317px;
    }
}
.groupe{
    display: flex;
    justify-content: center;
}
.groupeall{
    margin-block: 50px;
    @media (min-width: 1024px){
    margin-block: 100px 89px;
    }
}
.groupe__img{
    @media (min-width: 1024px){
    width: 934px;
    height: 480px;
}
}
.grid{
    margin-inline: 28px;
}
.footer{
    background-image: linear-gradient(0deg,rgba(0, 37, 27, 1) 0%, rgba(25, 25, 25, 1) 100%);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer__liste{
    display: flex;
    list-style: none;
    padding: 0;
    flex-direction: column;
    align-items: center;
    @media (min-width: 1024px){
        flex-direction: row;
        gap: 200px;
    }

}
.footer__liste li, small{
    font-size: clamp(0.6875rem, 0.6364rem + 0.2727vw, 0.875rem);
}
small{
    margin-bottom: 20px;
}
.paragraphe{
    margin-block: 0;
}
@media (min-width: 1024px){
    .paragraphe__stats{
    margin-block: 20px;
    }
    .paragraphe__stats--1{
    margin-bottom: -35px;
    }
    }
@media (min-width: 1024px){
    .header__all{
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
}

.nav__liste{
    display: flex;
    list-style: none;
    padding: 43px;
    gap: 84px;
    justify-content: space-evenly;
    background-color: #1e1e1e;
    margin: 0;
}
.menu__el{
    z-index: 10;
}
.menu__el a{
    color: #96CFBA;
    text-decoration: none;
    transition: ease 0.3s;
}
.menu__el a:hover{
    color: #ffffff;
}
@media (max-width: 800px){
    .menu__toggle{
        position: fixed;
        top: 20px;
        right: 20px;
        cursor: pointer;
        z-index: 20;
        background-image: url(Images/menu.svg);
        background-repeat: no-repeat;
        text-indent: 200%;
        white-space: nowrap;
        overflow: hidden;
        background-position: center;
        background-color: transparent;
        padding: 0;
        border: none;
        right: 10px;
        top: 10px;
        width: 24px;
        height: 24px;
    }
    .menu__liste{
        position: fixed;
        display: flex;
        flex-direction: column;
        padding: 0;
        justify-content: space-evenly;
        align-items: center;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #1e1e1e;
        margin: 0;
        z-index: 10;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;

        /*cacher*/
       /* display: none;*/
       
    }
    .menu--open .menu__liste{
        transform: translateX(0);   
    }
}

/* Pour cacher le bouton quand la fenêtre est grande (pas fait en classe)*/
@media (min-width: 800px){
    .menu__toggle{
        display: none;
    }
}
@media (min-width: 1024px){
.lumiere{
    width: 810px;
    height: 883px;
    position: absolute;
    background-color: #023945;
    opacity: 0.2;
    filter: blur(300px);
}
.lumiere--1{
    top: 0;
    left: -31px;
}
.lumiere--2{
    top: 160px;
    right: 0;
}
}
.paragraphemarginbottom{
    margin-bottom: 37px;
}

.backToTop{
    position: fixed;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 30px;
    height: 30px;
    background-image: url(Images/arrow-up.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #181818;
    border-radius: 10px;
    right: 20px;
    bottom: 20px;
    transform: translateY(200px);
    transition: transform 0.6s ease-in;
    z-index: 20;
    @media (min-width: 1024px){
        width: 40px;
        height: 40px;
    }
}
.backToTop:hover{
    background-color: #3c3c3c;
}
.backToTop--show{
    display: inline;
    transition: transform 0.3s cubic-bezier(0.3, 1.5, 0.6, 1);
    transform: translateY(0);
}
.footer__liste a{
    text-decoration: none;
    color: white;
    transition: ease 0.3s;
}
.footer__liste a:hover{
    color: #96cfba;
}
.solutions__img{
    display: none;
}
@media (min-width: 1400px){
    .solutions__img{
        display: inline-block;
    position: absolute;
    width: 500px;
    height: auto;
    top: 4690px;
    right: 0;
}
}
.bold{
    font-weight: 600;
}
