@import url("https://fonts.googleapis.com/css?family=Lato");

/* width */
#ulMain { display: none;}

* {
    box-sizing: border-box;
}

.customOrange { background-color: orange;}

#eventMenu{ display: none;}

.image-icon-public2 img {
    height: 60px !important;
    width: 60px !important;
    border: solid;
    border-radius: 0%;
    border-color: orange;
    background-color: orange;
}

.image-icon-public3 img {
    height: 50px !important;
    width: 55px !important;
    border-radius: 0%;
    -webkit-clip-path: polygon(0% 90%, 50% 0%, 50% -5%, 100% 90%);
    clip-path: polygon(0% 90%, 50% 0%, 50% -5%, 100% 90%);
}

.triangle {
    -webkit-clip-path: polygon(0% 87%, 50% 0%, 50% 0%, 100% 87%);
    clip-path: polygon(0% 87%, 50% 0%, 50% 0%, 100% 87%);
    width: auto !important;
}

.gg-shape-triangle {
    position: relative;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 17px;
    border-left: 3px solid red;
    border-bottom: 3px solid
}
.gg-shape-triangle,
.gg-shape-triangle::before {
    display: block;
    box-sizing: border-box;
    border-right: 3px solid red
}
.gg-shape-triangle::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-left: 3px solid;
    border-top: 3px solid;
    border-bottom: 3px solid red;
    transform: rotate(45deg) skew(10deg,10deg);
    left: -2px;
    bottom: -13px
}

@media screen and (orientation: landscape) {
    .search-container,.formSearch,#searchDiv, .bodySearch { overflow: hidden !important;}
}

#sendUser { width: 50px; height: 50px;;}

html,
body {
    font-family: var(--FormPoliceChamp);
    margin: 0;
    min-height: 100vh;
    padding: 0;
}

    html:before,
    body:before {
        background: transparent;
        bottom: 0;
        content: '';
        height: 100vh;
        left: 0;
        position: fixed;
        top: 0;
        right: 0;
        width: 100vw;
    }

.svg2 {
    cursor: pointer;
    height: 44px;
    width: 44px;
}

    .svg2 path {
        fill: #fff;
    }

ol {
    list-style-type: none;
}

a[href] {
    color: #fff;
    position: relative;
    text-decoration: none;
}

a[href]:after:not(.message a) {
    content: '';
    position: absolute;
    top: 100%;
    height: 4px;
    background: #fff;
    left: 0;
    right: 0;
    -webkit-transition: -webkit-transform 0.15s;
    transition: -webkit-transform 0.15s;
    transition: transform 0.15s;
    transition: transform 0.15s, -webkit-transform 0.15s;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.menu {
    position: relative;
    width: 400px;
    font-family: var(--FormPoliceChamp);
}

.menu__content {
    color: #fff;
    margin: 0;
    padding: 0 0 25px 0;
    position: absolute;
    right: 100%;
    top: 0;
    width: 400px;
    z-index: 2;
    overflow-y: auto;
    height: auto;
    max-height:2048px;
    font-family: var(--FormPoliceChamp);
}

.menu__toggle-label {
    height: 44px;
    left: 0;
    position: absolute;
    width: 44px;
    font-family: var(--FormPoliceChamp);
}

    .menu__toggle-label svg {
        left: 0;
        position: absolute;
        top: 0;
        -webkit-transition: -webkit-transform 0.15s;
        transition: -webkit-transform 0.15s;
        transition: transform 0.15s;
        transition: transform 0.15s, -webkit-transform 0.15s;
        z-index: 2;
    }

        .menu__toggle-label svg:nth-of-type(2) {
            left: 270px;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

.menu__toggle {
    opacity: 0;
    position: fixed;
}

    .menu__toggle:checked ~ .menu__toggle-label {
        background: rgba(0,0,0,0.65);
        height: 100vh;
        left: 0;
        position: fixed;
        top: 0;
        -webkit-transition: background 0.15s;
        transition: background 0.15s;
        width: 100vw;
    }

        .menu__toggle:checked ~ .menu__toggle-label svg:nth-of-type(1) {
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .menu__toggle:checked ~ .menu__toggle-label svg:nth-of-type(2) {
            left: 270px;
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition: -webkit-transform 0.15s;
            transition: -webkit-transform 0.15s;
            transition: transform 0.15s;
            transition: transform 0.15s, -webkit-transform 0.15s;
            -webkit-transition-delay: 0.925s;
            transition-delay: 0.925s;
        }

    .menu__toggle:checked ~ .menu__content {
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }

        .menu__toggle:checked ~ .menu__content .menu-item9 {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            -webkit-transition: border-color 0.15s, -webkit-transform 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: border-color 0.15s, -webkit-transform 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: transform 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-color 0.15s;
            transition: transform 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-color 0.15s, -webkit-transform 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

            .menu__toggle:checked ~ .menu__content .menu-item9:nth-of-type(1) {
                border-color: #9b59b6;
            }

                .menu__toggle:checked ~ .menu__content .menu-item9:nth-of-type(1) a[href]:after {
                    background: #9b59b6;
                }

            .menu__toggle:checked ~ .menu__content .menu-item9:nth-of-type(2) {
                border-color: #86e2d5;
            }

                .menu__toggle:checked ~ .menu__content .menu-item9:nth-of-type(2) a[href]:after {
                    background: #86e2d5;
                }

            .menu__toggle:checked ~ .menu__content .menu-item9:nth-of-type(3) {
                border-color: #f5ab35;
            }

                .menu__toggle:checked ~ .menu__content .menu-item9:nth-of-type(3) a[href]:after {
                    background: #f5ab35;
                }

            .menu__toggle:checked ~ .menu__content .menu-item9:nth-of-type(4) {
                border-color: #1e8bc3;
            }

                .menu__toggle:checked ~ .menu__content .menu-item9:nth-of-type(4) a[href]:after {
                    background: #1e8bc3;
                }

            .menu__toggle:checked ~ .menu__content .menu-item9:nth-of-type(5) {
                border-color: #e26a6a;
            }

                .menu__toggle:checked ~ .menu__content .menu-item9:nth-of-type(5) a[href]:after {
                    background: #e26a6a;
                }

            .menu__toggle:checked ~ .menu__content .menu-item9:nth-of-type(1) {
                -webkit-transition-delay: 0.225s, 0.875s;
                transition-delay: 0.225s, 0.875s;
            }

            .menu__toggle:checked ~ .menu__content .menu-item9:nth-of-type(2) {
                -webkit-transition-delay: 0.275s, 0.875s;
                transition-delay: 0.275s, 0.875s;
            }

            .menu__toggle:checked ~ .menu__content .menu-item9:nth-of-type(3) {
                -webkit-transition-delay: 0.325s, 0.875s;
                transition-delay: 0.325s, 0.875s;
            }

                .menu__toggle:checked ~ .menu__content .menu-item9:nth-of-type(3) .menu-item9:nth-of-type(1) {
                    -webkit-transition-delay: 0.375s, 0.875s;
                    transition-delay: 0.375s, 0.875s;
                }

                .menu__toggle:checked ~ .menu__content .menu-item9:nth-of-type(3) .menu-item9:nth-of-type(2) {
                    -webkit-transition-delay: 0.425s, 0.875s;
                    transition-delay: 0.425s, 0.875s;
                }

                .menu__toggle:checked ~ .menu__content .menu-item9:nth-of-type(3) .menu-item9:nth-of-type(3) {
                    -webkit-transition-delay: 0.475s, 0.875s;
                    transition-delay: 0.475s, 0.875s;
                }

            .menu__toggle:checked ~ .menu__content .menu-item9:nth-of-type(4) {
                -webkit-transition-delay: 0.525s, 0.875s;
                transition-delay: 0.525s, 0.875s;
            }

                .menu__toggle:checked ~ .menu__content .menu-item9:nth-of-type(4) .menu-item9:nth-of-type(1) {
                    -webkit-transition-delay: 0.575s, 0.875s;
                    transition-delay: 0.575s, 0.875s;
                }

                .menu__toggle:checked ~ .menu__content .menu-item9:nth-of-type(4) .menu-item9:nth-of-type(2) {
                    -webkit-transition-delay: 0.625s, 0.875s;
                    transition-delay: 0.625s, 0.875s;
                }

                .menu__toggle:checked ~ .menu__content .menu-item9:nth-of-type(4) .menu-item9:nth-of-type(3) {
                    -webkit-transition-delay: 0.675s, 0.875s;
                    transition-delay: 0.675s, 0.875s;
                }

            .menu__toggle:checked ~ .menu__content .menu-item9:nth-of-type(5) {
                -webkit-transition-delay: 0.725s, 0.875s;
                transition-delay: 0.725s, 0.875s;
            }

.menu__content > .menu-item9 {
    border-left: 8px solid magenta;
}

    .menu__content > .menu-item9 > a {
        line-height: 88px;
        min-width: 150px;
        color: darkblue;
    }

.sub-menu9 {
    padding: 0 0 0 88px;
}

.menu-item9 {
    line-height: 88px;
    min-height: 88px;
    padding: 0 12px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: snow;
    color:darkblue;
    opacity:0.8;
}

    .menu-item9 .menu-item9 {
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%);
    }

    :root {
        --angle: 0deg;
        --border: -2vmin;
        --brightness: 2;
        --blur: 2vmin;
        --speed: 4s;
        --color-one: hsl(5 90% 50%);
        --color-two: hsl(40 90% 50%);
        --color-three: hsl(130 90% 50%);
        --color-four: hsl(280 90% 50%);
      }

    .carton {
        width: 50px;
        aspect-ratio: 1486 / 1794;
        position: relative;
      }
      
      .carton:before {
        content: "";
      /*   background: conic-gradient(from var(--angle), var(--color-one), var(--color-two), var(--color-three), var(--color-four), var(--color-one)); */
        background: conic-gradient(from var(--angle), var(--color-one) 25%, var(--color-two) 50%, var(--color-three) 75%, var(--color-four));
       /* mask-image: url(https://assets.codepen.io/605876/creative-juice__carton--no-outline.png?width=668&height=807&format=auto);*/
        position: absolute;
        inset: var(--border);
        height: auto;
        mask-size: 100% 100%;
        z-index: -2;
        filter: blur(var(--blur)) brightness(var(--brightness));
      }
      
      img {
        width: 100%;
        height: auto;
      }
      
      /* Animation timeline stuff */
      
      .carton {
        --initial-delay: 0.5s;
        --entry-speed: 0.35s;
        --show-speed: 0.5s;
        animation: enter var(--entry-speed) var(--initial-delay) both cubic-bezier(.65, 1.5, .65, 1.5);
      }
      
      @keyframes enter {
        from {
          transform: rotate(-22deg) translateY(50%) scale(0);
        }
        to {
          transform: rotate(0deg) translateY(0) scale(1);
        }
      }
      
      .card:after {
        animation: show var(--show-speed) calc(var(--initial-delay) + var(--entry-speed)) both;
      }
      
      @keyframes show {
        from {
          transform: scale(0);
        }
      }
      
      @supports (backdrop-filter: blur(20px)) {
        .carton:after {
          content: '';
          z-index: -1;
          inset: calc(-5 * var(--blur));
          backdrop-filter: blur(var(--blur));
        }
      }
      
      @supports (background: paint(houdini)) {
        @property --angle {
          syntax: '<angle>';
          initial-value: 0deg;
          inherits: true;
        }
        
        .carton:before {
          animation: rotate var(--speed) infinite linear reverse, show var(--show-speed) calc(var(--initial-delay) + var(--entry-speed)) both;
        }
        
        @keyframes rotate {
          to {
            --angle: 360deg;
          }
        }
      }
      
      
