Still same issue ... can't find my error with the syntax

Hi ! I use a lot of custom lovelace plugin and I ‘wrap’ a plugin in a plugin in a plugin … i’m trying to creat a new lovelace panel for an android tablette and i can’t find my syntax issue ( I’m realy bad with that )

I think it came from my first mardown widget. this one is not the same because i want it to take all the width…

can some one help me find what I did no see ?

Thank you

  - title: 'Cuisine'
    panel: true
    cards:

    - type: horizontal-stack
      cards:
          - type: 'custom:compact-custom-header'
            background_image: true
            header: false

    - type: custom:card-modder
      style:
        border-radius: 5px
        text-align: center
        font-size: 200%
        border: 'solid 1px rgba(255,255,255,1)'
        box-shadow: '3px 3px rgba(0,0,0,0.4)'
        --primary-color: "#FFFFFF" 


      card:
        type: markdown
        content:  >
         [Kitchen](https://somethingduckdns.org/lovelace/1)

    - type: vertical-stack
      cards:

#----------------------------------------------------------    

    - type: 'custom:layout-card'
      layout: horizontal

#----------------------------------------------------------    
#2
          - Break
          - type: custom:card-modder
            card:  
                type: "custom:button-card"
                entity: group.all_lights_salon
                icon: 'mdi:sofa'
                name: Salon
#                long_press_action: 'more_info'
                color: rgb(0, 225, 255)
                color_off: rgb( 200, 200, 200)


            style:
              border-radius: 5px
              border: 'solid 1px rgba(255,255,255,1)'
              box-shadow: '3px 3px rgba(0,0,0,0.4)'


#----------------------------------------------------------    

          - type: custom:card-modder
            card:  
                type: "custom:button-card"
                entity: light.toillette
                icon: 'mdi:cellphone-iphone'
                name: Eli Fmi
                color: rgb(0, 225, 255)
                color_off: rgb( 200, 200, 200)

            style:
              border-radius: 5px
              border: 'solid 1px rgba(255,255,255,1)'
              box-shadow: '3px 3px rgba(0,0,0,0.4)'

#----------------------------------------------------------    

          - type: custom:card-modder
            card:  
                type: "custom:button-card"
                entity: light.toillette
                icon: 'mdi:cellphone-iphone'
                name: Dom Fmi
                color: rgb(0, 225, 255)
                color_off: rgb( 200, 200, 200)

            style:
              border-radius: 5px
              border: 'solid 1px rgba(255,255,255,1)'
              box-shadow: '3px 3px rgba(0,0,0,0.4)'
#----------------------------------------------------------    
#1

          - type: custom:card-modder
            card:  
                type: "custom:button-card"
                entity: light.cuisine
                icon: 'mdi:silverware-fork-knife'
                name: Cuisine
                long_press_action: 'more_info'
                color: rgb(0, 225, 255)
                color_off: rgb( 200, 200, 200)

            style:
              border-radius: 5px
              border: 'solid 1px rgba(255,255,255,1)'
              box-shadow: '3px 3px rgba(0,0,0,0.4)'
              



          - break

          - type: custom:card-modder
            card:  
                type: "custom:button-card"
                entity: light.cuisine
                icon: 'mdi:silverware-fork-knife'
                name: Cuisine
                long_press_action: 'more_info'
                color: rgb(0, 225, 255)
                color_off: rgb( 200, 200, 200)

            style:
              border-radius: 5px
              border: 'solid 1px rgba(255,255,255,1)'
              box-shadow: '3px 3px rgba(0,0,0,0.4)'


#----------------------------------------------------------    

          - type: custom:card-modder
            card:  
                type: "custom:button-card"
                entity: group.all_lights_salon
                icon: 'mdi:sofa'
                name: Salon
#                long_press_action: 'more_info'
                color: rgb(0, 225, 255)
                color_off: rgb( 200, 200, 200)

            style:
              border-radius: 5px
              border: 'solid 1px rgba(255,255,255,1)'
              box-shadow: '3px 3px rgba(0,0,0,0.4)'

#----------------------------------------------------------    

          - type: custom:card-modder
            card:  
                type: "custom:button-card"
                entity: light.toillette
                icon: 'mdi:cellphone-iphone'
                name: Dom Fmi
                color: rgb(0, 225, 255)
                color_off: rgb( 200, 200, 200)

            style:
              border-radius: 5px
              border: 'solid 1px rgba(255,255,255,1)'
              box-shadow: '3px 3px rgba(0,0,0,0.4)'
#----------------------------------------------------------    

          - type: custom:card-modder
            card:  
                type: "custom:button-card"
                entity: light.toillette
                icon: 'mdi:cellphone-iphone'
                name: Eli Fmi
                color: rgb(0, 225, 255)
                color_off: rgb( 200, 200, 200)

            style:
              border-radius: 5px
              border: 'solid 1px rgba(255,255,255,1)'
              box-shadow: '3px 3px rgba(0,0,0,0.4)'

I’m wondering about your indenting?

        - type: custom:card-modder
          card:  
            type: "custom:button-card"