@import url(../style.css);

#netzerohood {
    position: relative;

    .bloc1 {
    position: relative;
    width: 100%;
    z-index: 2;

    video {
      position: relative;
      right: 0;
      bottom: 0;
      width: 100%;
      height: auto;
      /* filter: brightness(65%); */
      /* margin-bottom: 20vh;*/
      margin-bottom: 18vh;

      @media screen and (max-width: 1024px) {
        margin-bottom: -5px;
      }
    }

    .container {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;

      .contenu {
        position: sticky;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        padding-top: calc(clamp(96px, 16vh, 170px) + 100px);
        padding-bottom: 20vh;

        
                .logoZero {
                    display: block;
                    width: clamp(170px, 18vw, 273px);
                    height: auto;
                    margin-bottom: 24px;

                    @media screen and (max-width: 1280px) {
                        width: clamp(160px, 20vw, 220px);
                        margin-bottom: 18px;
                    }
                }


                .titre {
                    @media screen and (min-width: 1920px) {
                        width: fit-content;
                        height: 45px;
                    }
                }
                
        @media screen and (max-width: 1024px) {
          padding-top: calc(clamp(88px, 14vh, 130px) + 100px);
        }

        @media screen and (max-width: 600px) {
          padding-top: calc(clamp(78px, 12vh, 110px) + 100px);
        }

        @media screen and (max-width: 420px) {
          padding-top: 172px;
        }

        h1 {
          color: #fff;
          z-index: 2;
          font-weight: 200;
          margin-bottom: 10px;

          br {
            @media screen and (max-width: 500px) {
              display: none;
            }
          }
        }

        h2 {
          color: #fff;
          z-index: 2;
          font-weight: 200;
        }
      }
    }
  }

  .bloc2 {
    position: relative;
    background-color: var(--bleu);
    margin-top: -20vh;
    z-index: 2;
    width: 100%;

    @media screen and (max-width: 1512px) {
      margin-top: -21vh;
    }

    @media screen and (max-width: 1280px) {
      margin-top: -22vh;
    }

    @media screen and (max-width: 1024px) {
      margin-top: 0;
    }

    .container {
      padding: 80px 0;

      @media screen and (max-width: 500px) {
        padding: 60px 0;
      }

      .bloc2-separator {
        width: 100%;
        height: 0px;
        background-color: rgba(255, 255, 255, 0.65);
        margin: 24px 0 24px;
      }

      p.intro {
        color: white;
        max-width: 850px;
      }

      .intellinox-red-finit.top {
        width: 48%;

        @media screen and (max-width: 1024px) {
          width: 49%;
        }

        @media screen and (max-width: 1000px) {
          width: 100%;
        }

        .span {
          margin-bottom: 5px;
        }
      }

      .contenu {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;

        .boutonBloc {
          width: 100%;
          text-align: center;
          display: flex;
          justify-content: center;

          a {
            background-color: white;
            border-radius: 4px;
            margin-top: 8px;

            p {
              color: var(--bleu);
            }
          }
        }
      }

      .left,
      .right {
        width: 47%;

        @media screen and (max-width: 1024px) {
          width: 49%;
        }

        @media screen and (max-width: 1000px) {
          width: 100%;
        }

        p {
          padding: 15px 0 0 0;

          @media screen and (max-width: 1024px) {
            padding: 10px 0 0 0;
          }
        }
      }

      p.intellinox-red-finit {
        color: white;
        padding: 48px 0 0 0;

        @media screen and (max-width: 1024px) {
          padding: 0;
        }

        .span {
          font-size: 20px;
          font-style: normal;
          font-weight: 700;
          line-height: 28px;
          margin-bottom: 48px;

          @media screen and (max-width: 1024px) {
            font-size: 18px;
            line-height: 22px;
          }

          @media screen and (max-width: 500px) {
            font-size: 17px;
            line-height: 20px;
          }
        }
      }

      .text-wrapper-4 {
        display: block;
        color: #FFF;
        font-size: 20px;
        font-style: normal;
        font-weight: 200;
        line-height: 28px;
        letter-spacing: -0.4px;
        margin-bottom: 20px;

        @media screen and (max-width: 1024px) {
          font-size: 18px;
          line-height: 22px;
        }

        @media screen and (max-width: 500px) {
          font-size: 17px;
          line-height: 20px;
        }
      }
    }

    .span {
      display: block;
      margin-bottom: 20px;
    }
  }


    .bloc3 {
        position: relative;

        @media screen and (max-width: 1439px) {
            background-color: black;
        }
        @media screen and (max-width: 1000px) {
            padding-bottom: 0;
        }
        @media screen and (max-width: 600px) {
            padding-bottom: 0;
        }
        @media screen and (max-width: 400px) {
            padding-bottom: 0;
        }

        #blocVideo {
            position: relative;
            display: flex;

            @media screen and (max-width: 1439px) {
                display: none;
            }

            .videoContainer {
                position: relative;
                right: 0;
                top: 0;
                width: 50%;
                transition: all 0.3s ease-in-out;
                overflow: hidden;
                pointer-events: none;
                video {
                    width: 100vw;
                    height: auto;
                    pointer-events: none;
                }
            }


            #containerAir {
                transform: scaleX(-1);
                z-index: 2;
            }
        }

        .left {
            transition: all 0.3s ease-in-out;
        }




        .contenu {
            position: absolute;
            top: 90px;
            left: 5%;
            right: 5%;

            @media screen and (max-width: 1600px) {
               top: 0;
            }

            @media screen and (max-width: 1439px) {
                position: static;
                padding-top: 90px;
            }

            @media screen and (max-width: 600px) {
                width: calc(100% - 32px);
                max-width: none;
                padding-top: 48px;
            }

            .top {
                position: relative;
                z-index: 5;

                hr {
                    width: 100%;
                    border: 1px solid var(--gris);
                    margin-bottom: 5px;
                }

            }


            .schema {
                margin-top: 28px;
                transition: opacity 0.3s ease-in-out;
                position: relative;
                z-index: 3;

                p {
                    color: white;
                    width: 45%;
                }

                .schema2 {
                    width: 45%;

                    @media screen and (max-width: 1024px) {
                        width: 60%;
                    }
                    @media screen and (max-width: 600px) {
                        width: 100%;
                    }
                }

                @media screen and (max-width: 600px) {
                    width: 100%;

                    p,
                    h2,
                    h3 {
                        width: 100%;
                    }
                }

                h2 {
                    margin-bottom: 73px;
                    color: white;
                    font-weight: 300;
                    width: 45%;
                }

                h3 {
                    margin: 12px 0 28px 0;
                }
            }

            #schemaIris {
                display: none;
                position: relative;
                z-index: 4;

                a {
                    background-color: var(--bleu);

                    p {
                        color: white;
                        width: auto;
                    }
                }
            }

            #schemaFleche {
                display: none;
                position: relative;
                z-index: 4;

                a {
                    background-color: var(--bleu);

                    p {
                        color: white;
                        width: auto;
                    }
                }
            }

            #schemaPoints {
                display: none;
                position: relative;
                z-index: 4;

                a {
                    background-color: var(--bleu);

                    p {
                        color: white;
                        width: auto;
                    }
                }
            }

            #schemaSysteme {
                display: none;
                position: relative;
                z-index: 4;

                a {
                    background-color: var(--bleu);

                    p {
                        color: white;
                        width: auto;
                    }
                }
            }

            .schemaContainer {
                position: absolute;
                top: 0;

                @media screen and (max-width: 1439px) {
                    position: static;
                }

                .schemaImage {
                    position: relative;
                        top: 200px;
                        @media screen and (max-width: 1600px) {
                            top: 145px;
                        }
                    @media screen and (max-width: 1439px) {
                        text-align: center;
                        top: 0;
                    }

                    ;

                    #flechesUpDown {
                        position: relative;
                        left: 32%;
                        scale: 0.8;
                        z-index: 2;
                        transition: all 0.3s ease-in-out;

                        @media screen and (max-width: 1439px) {
                            display: none;
                        }
                    }

                    .iris {
                        position: relative;
                        bottom: 320px;
                        left: 170px;
                        transition: all 0.3s ease-in-out;

                        @media screen and (max-width: 1439px) {
                            display: none;
                        }
                    }

                    .systeme {
                        position: relative;
                        display: none;
                        left: 32%;
                        bottom: 94px;
                        scale: 0.8;
                        z-index: 2;
                        transition: all 0.3s ease-in-out;

                        @media screen and (max-width: 1439px) {
                            display: none;
                        }
                    }

                    .flecheUp {
                        position: absolute;
                        display: none;
                        left: 41.5%;
                        bottom: 94px;
                        scale: 0.8;
                        z-index: 3;
                        transition: all 0.3s ease-in-out;

                        @media screen and (max-width: 1439px) {
                            display: none;
                        }
                    }

                    .flecheDown {
                        position: absolute;
                        display: none;
                        left: 41.5%;
                        bottom: 94px;
                        scale: 0.8;
                        z-index: 3;
                        transition: all 0.3s ease-in-out;

                        @media screen and (max-width: 1439px) {
                            display: none;
                        }
                    }

                    .flechePoints {
                        position: absolute;
                        display: none;
                        left: 39.5%;
                        bottom: 94px;
                        scale: 0.8;
                        z-index: 3;
                        transition: all 0.3s ease-in-out;

                        @media screen and (max-width: 1439px) {
                            display: none;
                        }
                    }

                    .imageMobile {
                        display: none;

                        @media screen and (max-width: 1439px) {
                            display: inline-block;
                            width: 80%;
                        }
                    }

                    #plus1 {
                        position: absolute;
                        left: 110px;
                        bottom: 350px;
                        transition: transform 0.3s ease-in-out;
                        z-index: 4;

                        @media screen and (max-width: 1439px) {
                            display: none;
                        }
                    }

                    #plus2 {
                        position: absolute;
                        left: 54%;
                        bottom: 37.5%;
                        transition: transform 0.5s ease-in-out;
                        z-index: 4;

                        @media screen and (max-width: 1439px) {
                            display: none;
                        }

                    }

                    #plus3 {
                        position: absolute;
                        left: 37%;
                        bottom: 46.9%;
                        transition: transform 0.5s ease-in-out;
                        z-index: 4;

                        @media screen and (max-width: 1439px) {
                            display: none;
                        }
                    }

                    #plus4 {
                        position: absolute;
                        left: 32%;
                        bottom: 58%;
                        transition: transform 0.5s ease-in-out;
                        z-index: 4;

                        @media screen and (max-width: 1439px) {
                            display: none;
                        }
                    }

                    #plus1Mobile {
                        display: none;

                        @media screen and (max-width: 1439px) {
                            display: block;
                            position: absolute;
                            left: 19%;
                            bottom: 28.5%;
                            width: 1.5%;
                            min-width: 24px;
                            height: auto;
                            transition: transform 0.3s ease-in-out;
                            z-index: 2;
                        }

                        @media screen and (max-width: 700px) {
                            width: 30px;
                            min-width: 30px;
                        }
                    }

                    #plus2Mobile {
                        display: none;

                        @media screen and (max-width: 1439px) {
                            display: block;
                            position: absolute;
                            left: 54.5%;
                            bottom: 25%;
                            width: 1.5%;
                            min-width: 24px;
                            height: auto;
                            transition: transform 0.5s ease-in-out;
                            z-index: 2;
                        }

                        @media screen and (max-width: 700px) {
                            width: 30px;
                            min-width: 30px;
                        }
                    }

                    #plus3Mobile {
                        display: none;

                        @media screen and (max-width: 1439px) {
                            display: block;
                            position: absolute;
                            left: 33%;
                            bottom: 36%;
                            width: 1.5%;
                            min-width: 24px;
                            height: auto;
                            transition: transform 0.5s ease-in-out;
                            z-index: 2;
                        }

                        @media screen and (max-width: 700px) {
                            width: 30px;
                            min-width: 30px;
                        }
                    }

                    #plus4Mobile {
                        display: none;

                        @media screen and (max-width: 1439px) {
                            display: block;
                            position: absolute;
                            left: 27%;
                            bottom: 48%;
                            width: 1.5%;
                            min-width: 24px;
                            height: auto;
                            transition: transform 0.5s ease-in-out;
                            z-index: 2;
                        }

                        @media screen and (max-width: 700px) {
                            width: 30px;
                            min-width: 30px;
                        }
                    }
                }
            }

            #modal {
                display: none;
                position: absolute;
                z-index: 3;
                left: 0;
                top: 0;
                width: 100%;
                height: 80%;
                background-color: rgba(0, 0, 0, 0.7);
                margin-top: 145.2px;

                @media screen and (max-width: 600px) {
                    position: fixed;
                    inset: 0;
                    width: 100vw;
                    height: 100vh;
                    margin-top: 0;
                    z-index: 90;
                    overflow: auto;
                    background: #000 !important;
                    background-color: #000 !important;
                    -webkit-overflow-scrolling: touch;
                }

                .container {
                    position: relative;

                    @media screen and (max-width: 600px) {
                        display: block;
                        width: 90%;
                        max-width: 90%;
                        min-height: 100vh;
                        padding-top: 72px;
                        padding-bottom: 48px;
                        box-sizing: border-box;
                        background: #000 !important;
                        background-color: #000 !important;
                    }
                }

                .schema {
                    @media screen and (max-width: 600px) {
                        position: relative;
                        z-index: 2;
                        width: 100%;
                        margin-top: 0;
                        opacity: 1 !important;
                        color: white;
                    }

                    @media screen and (max-width: 600px) {
                        h3,
                        p,
                        .schema2 {
                            width: 100%;
                            color: white;
                        }

                        h3 {
                            margin-top: 12px;
                            margin-bottom: 24px;
                        }

                        a {
                            display: flex;
                            width: 100%;
                            max-width: 100%;
                            box-sizing: border-box;
                        }
                    }
                }

                .close {
                    position: absolute;
                    right: 10%;
                    top: 20%;
                    width: 36px;
                    height: 36px;
                    padding: 8px;
                    box-sizing: content-box;
                    background: rgba(0, 0, 0, 0.45);
                    cursor: pointer;
                    z-index: 20;
                    pointer-events: auto;

                    @media screen and (max-width: 600px) {
                        position: fixed;
                        top: 14px;
                        right: 14px;
                        width: 32px;
                        height: 32px;
                        background: rgba(0, 0, 0, 0.72);
                    }
                }

                .close:hover,
                .close:focus {
                    color: black;
                    text-decoration: none;
                    cursor: pointer;
                }

                #schemaIrisMobile {
                    display: none;

                    @media screen and (max-width: 600px) {
                        width: 100%;
                        margin-top: 0;
                    }

                    a {
                        background-color: var(--bleu);
                        @media screen and (max-width: 600px) {
                          width: auto;
                        }

                        p {
                            color: white;
                            width: auto;
                        }
                    }
                }

                #schemaFlecheMobile {
                    display: none;

                    @media screen and (max-width: 600px) {
                        width: 100%;
                        margin-top: 0;
                    }

                    a {
                        background-color: var(--bleu);
                        @media screen and (max-width: 600px) {
                            width: auto;
                          }
                        p {
                            color: white;
                            width: auto;
                        }
                    }
                }

                #schemaPointsMobile {
                    display: none;

                    @media screen and (max-width: 600px) {
                        width: 100%;
                        margin-top: 0;
                    }

                    a {
                        background-color: var(--bleu);
                        @media screen and (max-width: 600px) {
                            width: auto;
                          }
                        p {
                            color: white;
                            width: auto;
                        }
                    }
                }

                #schemaSystemeMobile {
                    display: none;

                    @media screen and (max-width: 600px) {
                        width: 100%;
                        margin-top: 0;
                    }

                    a {
                        background-color: var(--bleu);
                        @media screen and (max-width: 600px) {
                            width: auto;
                          }
                        p {
                            color: white;
                            width: auto;
                        }
                    }
                }
            }
        }
    }

    .bloc4 {
        .container {
            margin-top: 91px;

            .hrTop {
                margin-bottom: 8px;
            }

            hr {
                width: 100%;
                border: 1px solid var(--gris);
                margin: 48px 0;
            }

            h2 {
                margin: 28px 0 87px 0;
                color: var(--gris);
            }

            .benefice {
                display: flex;
                gap: 125px;

                @media screen and (max-width: 1000px) {
                    flex-flow: column;
                }

                img {
                    border-radius: 8px;

                     @media screen and (max-width: 1000px) {
                        width: 70%;
                        height: auto;
                        align-self: center;
                    }
                    @media screen and (max-width: 600px) {
                        width: 90%;
                    }
                }

                .contenu {
                    h3 {
                        margin-bottom: 28px;
                    }

                    p {
                        color: var(--gris);
                        width: 75%;
                        @media screen and (max-width: 600px) {
                            width: 100%;
                        }
                    }
                }
            }
        }
    }

}
